:root {
  --md-sys-color-primary: rgb(128 77 121);
  --md-sys-color-surface-tint: rgb(128 77 121);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(255 215 245);
  --md-sys-color-on-primary-container: rgb(102 53 96);
  --md-sys-color-secondary: rgb(110 88 105);
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(247 218 238);
  --md-sys-color-on-secondary-container: rgb(85 65 81);
  --md-sys-color-tertiary: rgb(129 83 69);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(255 219 209);
  --md-sys-color-on-tertiary-container: rgb(102 60 47);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(147 0 10);
  --md-sys-color-background: rgb(255 247 249);
  --md-sys-color-on-background: rgb(32 26 30);
  --md-sys-color-surface: rgb(255 247 249);
  --md-sys-color-on-surface: rgb(32 26 30);
  --md-sys-color-surface-variant: rgb(238 222 231);
  --md-sys-color-on-surface-variant: rgb(78 68 75);
  --md-sys-color-outline: rgb(128 116 123);
  --md-sys-color-outline-variant: rgb(209 194 203);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(53 46 51);
  --md-sys-color-inverse-on-surface: rgb(250 237 244);
  --md-sys-color-inverse-primary: rgb(241 179 230);
  --md-sys-color-primary-fixed: rgb(255 215 245);
  --md-sys-color-on-primary-fixed: rgb(52 8 50);
  --md-sys-color-primary-fixed-dim: rgb(241 179 230);
  --md-sys-color-on-primary-fixed-variant: rgb(102 53 96);
  --md-sys-color-secondary-fixed: rgb(247 218 238);
  --md-sys-color-on-secondary-fixed: rgb(39 22 36);
  --md-sys-color-secondary-fixed-dim: rgb(218 191 210);
  --md-sys-color-on-secondary-fixed-variant: rgb(85 65 81);
  --md-sys-color-tertiary-fixed: rgb(255 219 209);
  --md-sys-color-on-tertiary-fixed: rgb(50 18 8);
  --md-sys-color-tertiary-fixed-dim: rgb(245 184 167);
  --md-sys-color-on-tertiary-fixed-variant: rgb(102 60 47);
  --md-sys-color-surface-dim: rgb(227 215 221);
  --md-sys-color-surface-bright: rgb(255 247 249);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(253 240 247);
  --md-sys-color-surface-container: rgb(247 234 241);
  --md-sys-color-surface-container-high: rgb(241 229 235);
  --md-sys-color-surface-container-highest: rgb(236 223 229);
  --md-ref-typeface-brand: 'Open Sans';
  --md-ref-typeface-plain: system-ui;
}


@media (prefers-color-scheme: dark) {
  :root {
    --md-sys-color-primary: rgb(241 179 230);
    --md-sys-color-surface-tint: rgb(241 179 230);
    --md-sys-color-on-primary: rgb(76 31 72);
    --md-sys-color-primary-container: rgb(102 53 96);
    --md-sys-color-on-primary-container: rgb(255 215 245);
    --md-sys-color-secondary: rgb(218 191 210);
    --md-sys-color-on-secondary: rgb(61 43 58);
    --md-sys-color-secondary-container: rgb(85 65 81);
    --md-sys-color-on-secondary-container: rgb(247 218 238);
    --md-sys-color-tertiary: rgb(245 184 167);
    --md-sys-color-on-tertiary: rgb(76 38 26);
    --md-sys-color-tertiary-container: rgb(102 60 47);
    --md-sys-color-on-tertiary-container: rgb(255 219 209);
    --md-sys-color-error: rgb(255 180 171);
    --md-sys-color-on-error: rgb(105 0 5);
    --md-sys-color-error-container: rgb(147 0 10);
    --md-sys-color-on-error-container: rgb(255 218 214);
    --md-sys-color-background: rgb(23 18 22);
    --md-sys-color-on-background: rgb(236 223 229);
    --md-sys-color-surface: rgb(23 18 22);
    --md-sys-color-on-surface: rgb(236 223 229);
    --md-sys-color-surface-variant: rgb(78 68 75);
    --md-sys-color-on-surface-variant: rgb(209 194 203);
    --md-sys-color-outline: rgb(154 141 149);
    --md-sys-color-outline-variant: rgb(78 68 75);
    --md-sys-color-shadow: rgb(0 0 0);
    --md-sys-color-scrim: rgb(0 0 0);
    --md-sys-color-inverse-surface: rgb(236 223 229);
    --md-sys-color-inverse-on-surface: rgb(53 46 51);
    --md-sys-color-inverse-primary: rgb(128 77 121);
    --md-sys-color-primary-fixed: rgb(255 215 245);
    --md-sys-color-on-primary-fixed: rgb(52 8 50);
    --md-sys-color-primary-fixed-dim: rgb(241 179 230);
    --md-sys-color-on-primary-fixed-variant: rgb(102 53 96);
    --md-sys-color-secondary-fixed: rgb(247 218 238);
    --md-sys-color-on-secondary-fixed: rgb(39 22 36);
    --md-sys-color-secondary-fixed-dim: rgb(218 191 210);
    --md-sys-color-on-secondary-fixed-variant: rgb(85 65 81);
    --md-sys-color-tertiary-fixed: rgb(255 219 209);
    --md-sys-color-on-tertiary-fixed: rgb(50 18 8);
    --md-sys-color-tertiary-fixed-dim: rgb(245 184 167);
    --md-sys-color-on-tertiary-fixed-variant: rgb(102 60 47);
    --md-sys-color-surface-dim: rgb(23 18 22);
    --md-sys-color-surface-bright: rgb(62 55 60);
    --md-sys-color-surface-container-lowest: rgb(18 13 17);
    --md-sys-color-surface-container-low: rgb(32 26 30);
    --md-sys-color-surface-container: rgb(36 30 34);
    --md-sys-color-surface-container-high: rgb(47 40 45);
    --md-sys-color-surface-container-highest: rgb(58 51 56);
  }
}



.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 0 auto;    
    padding: 0 16px;   
    box-sizing: border-box;
}

.about1 {
    grid-column: span 3;
    grid-row: span 2;
    background-color: var(--md-sys-color-surface-container);
    border-radius: 16px;
    padding: 12px;
    margin: 0px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about2 {
    grid-column: span 2;
    grid-row: span 2;
    background-color: var(--md-sys-color-surface-container);
    border-radius: 16px;
    overflow: hidden; 
}

.about2 iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.about3 {
    grid-column: span 5;
    background-color: var(--md-sys-color-surface-container);
    border-radius: 16px;
    padding: 12px;
}

.div1 {
    grid-row: span 2 / span 2;
    background-color: var(--md-sys-color-surface-container);
}


.div3 {
    grid-column-start: 2;
    grid-row-start: 2;
    background-color: var(--md-sys-color-surface-container);
}

.div2{
  background-color: var(--md-sys-color-surface-container);
}

.div4 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 3;
    background-color: var(--md-sys-color-surface-container);
}





        

.content{
  margin: 8;
}


.header {
  background-color: var(--md-sys-color-surface);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  height: 64px;
  padding: 0 16px;
  position: relative;
}


.headerTabs {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--md-sys-color-surface); 
}

.headerMenu {
  display: none;
  position: fixed;
  top: 64px;
  right: 16px;
}

.headerMenu--is-open {
  display: block;
}

.headerTrigger {
  display: none !important;
}

@media (min-width: 601px) {
  .mobileDivider {
    display: none;
  }
}

.headerMenuWrapper {
  position: absolute;
  right: 8px;
  display: inline-flex;
  align-items: center;
  display: none;
  z-index: 110;
}


@media (max-width: 600px) {
  .headerTabs {
      display: none;
  }
  .headerTrigger {
      display: inline-flex !important;
  }
  .parent {
        grid-template-columns: 1fr;
  }

  .about1, .about2, .about3 {
      grid-column: span 1;
      grid-row: auto;
  }
  .header {
    background-color: var(--md-sys-color-surface);
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    height: 64px;
  }

  .headerMenuWrapper {
    position: absolute;
    right: 16px;
    display: inline-flex;
    align-items: center;
    z-index: 110;
  }

  .mobileDivider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 109;
  }
  .md-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
}

html, body {
  background-color: var(--md-sys-color-background);
  margin: 0;
}



.md-header{
  font: var(--md-sys-typescale-display-medium-weight, 400) var(--md-sys-typescale-display-medium-size, 45px)/var(--md-sys-typescale-display-medium-line-height, 52px) var(--md-sys-typescale-display-medium-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-display-medium-tracking, 0px);
  text-align: center;
  width: 100%;
}


#overscrollDrawer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: var(--md-sys-color-surface-container-high);
  border-top: 1px solid var(--md-sys-color-outline-variant);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1);
}

#overscrollDrawer.is-visible {
  transform: translateY(0);
}

.Divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 109;
}


.goog-te-banner-frame,
.skiptranslate > iframe {
  display: none !important;
}
 
body {
  top: 0 !important;
}
 
html body {
  margin-top: 0 !important;
}
 
 
.goog-te-banner-frame,
.skiptranslate > iframe {
  display: none !important;
}
 
body {
  top: 0 !important;
}
 
html body {
  margin-top: 0 !important;
}
 

 
.goog-te-banner-frame,
.skiptranslate > iframe {
  display: none !important;
}
 
.goog-te-gadget {
  font-size: 0 !important;
  display: block !important;
}
 
.goog-te-gadget > span,
.goog-te-gadget > a,
.goog-te-gadget img,
.goog-te-gadget .goog-te-gadget-icon {
  display: none !important;
}
 
.goog-te-combo {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
 
 
 
.translate-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  position: relative;
}

 
.translate-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  height: 40px;
  min-width: 180px;
  background-color: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 4px;
  font-family: var(--md-ref-typeface-plain, system-ui);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
  user-select: none;
}
 
.translate-trigger:hover {
  border-color: var(--md-sys-color-on-surface);
  background-color: var(--md-sys-color-surface-container-low);
}
 
.translate-trigger:focus {
  outline: none;
  border: 2px solid var(--md-sys-color-primary);
  padding: 0 15px;
}
 
.translate-trigger-label {
  flex: 1;
  text-align: left;
}
 
.translate-trigger-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--md-sys-color-on-surface-variant);
  transition: transform 0.2s;
}
 
.translate-trigger[aria-expanded="true"] .translate-trigger-chevron {
  transform: rotate(180deg);
}

 
.translate-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
 
  display: none;
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--md-sys-color-surface-container);
  border-radius: 4px;
  box-shadow: 0 2px 6px 2px rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.3);
  z-index: 200;
  box-sizing: border-box;
}
 
.translate-menu.is-open {
  display: block;
}
 
.translate-menu::-webkit-scrollbar {
  width: 4px;
}
.translate-menu::-webkit-scrollbar-track {
  background: transparent;
}
.translate-menu::-webkit-scrollbar-thumb {
  background: var(--md-sys-color-outline-variant);
  border-radius: 2px;
}
 

.translate-option {
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  height: 48px !important;
  font-family: var(--md-ref-typeface-plain, system-ui) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.25px !important;
  color: var(--md-sys-color-on-surface) !important;
  cursor: pointer !important;
  transition: background-color 0.1s !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  list-style: none !important;
  margin: 0 !important;
}
 
.translate-option:hover {
  background-color: var(--md-sys-color-surface-container-high) !important;
}
 
.translate-option.is-selected {
  color: var(--md-sys-color-primary) !important;
  background-color: var(--md-sys-color-surface-container-highest) !important;
  font-weight: 500 !important;
}
 
 
.translate-credit {
  font-family: var(--md-ref-typeface-plain, system-ui);
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--md-sys-color-on-surface-variant);
}
 
.translate-credit a {
  color: var(--md-sys-color-primary);
  text-decoration: none;
}
 
.translate-credit a:hover {
  text-decoration: underline;
  color: var(--md-sys-color-on-primary-container);
}
 
/*Official M3*/


.md-typescale-display-large {
  font: var(--md-sys-typescale-display-large-weight, 400) var(--md-sys-typescale-display-large-size, 57px)/var(--md-sys-typescale-display-large-line-height, 64px) var(--md-sys-typescale-display-large-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-display-large-tracking, -0.25px);
}

.md-typescale-display-medium {
  font: var(--md-sys-typescale-display-medium-weight, 400) var(--md-sys-typescale-display-medium-size, 45px)/var(--md-sys-typescale-display-medium-line-height, 52px) var(--md-sys-typescale-display-medium-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-display-medium-tracking, 0px);
}

.md-typescale-display-small {
  font: var(--md-sys-typescale-display-small-weight, 400) var(--md-sys-typescale-display-small-size, 36px)/var(--md-sys-typescale-display-small-line-height, 44px) var(--md-sys-typescale-display-small-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-display-small-tracking, 0px);
}

.md-typescale-headline-large {
  font: var(--md-sys-typescale-headline-large-weight, 400) var(--md-sys-typescale-headline-large-size, 32px)/var(--md-sys-typescale-headline-large-line-height, 40px) var(--md-sys-typescale-headline-large-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-headline-large-tracking, 0px);
}

.md-typescale-headline-medium {
  font: var(--md-sys-typescale-headline-medium-weight, 400) var(--md-sys-typescale-headline-medium-size, 28px)/var(--md-sys-typescale-headline-medium-line-height, 36px) var(--md-sys-typescale-headline-medium-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-headline-medium-tracking, 0px);
}

.md-typescale-headline-small {
  font: var(--md-sys-typescale-headline-small-weight, 400) var(--md-sys-typescale-headline-small-size, 24px)/var(--md-sys-typescale-headline-small-line-height, 32px) var(--md-sys-typescale-headline-small-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-headline-small-tracking, 0px);
}

.md-typescale-title-large {
  font: var(--md-sys-typescale-title-large-weight, 400) var(--md-sys-typescale-title-large-size, 22px)/var(--md-sys-typescale-title-large-line-height, 28px) var(--md-sys-typescale-title-large-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-title-large-tracking, 0px);
}

.md-typescale-title-medium {
  font: var(--md-sys-typescale-title-medium-weight, 500) var(--md-sys-typescale-title-medium-size, 16px)/var(--md-sys-typescale-title-medium-line-height, 24px) var(--md-sys-typescale-title-medium-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-title-medium-tracking, 0.15px);
}

.md-typescale-title-small {
  font: var(--md-sys-typescale-title-small-weight, 500) var(--md-sys-typescale-title-small-size, 14px)/var(--md-sys-typescale-title-small-line-height, 20px) var(--md-sys-typescale-title-small-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-title-small-tracking, 0.1px);
}

.md-typescale-label-large {
  font: var(--md-sys-typescale-label-large-weight, 500) var(--md-sys-typescale-label-large-size, 14px)/var(--md-sys-typescale-label-large-line-height, 20px) var(--md-sys-typescale-label-large-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-label-large-tracking, 0.1px);
}

.md-typescale-label-medium {
  font: var(--md-sys-typescale-label-medium-weight, 500) var(--md-sys-typescale-label-medium-size, 12px)/var(--md-sys-typescale-label-medium-line-height, 16px) var(--md-sys-typescale-label-medium-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-label-medium-tracking, 0.5px);
}

.md-typescale-label-small {
  font: var(--md-sys-typescale-label-small-weight, 500) var(--md-sys-typescale-label-small-size, 11px)/var(--md-sys-typescale-label-small-line-height, 16px) var(--md-sys-typescale-label-small-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-label-small-tracking, 0.5px);
}

.md-typescale-body-large {
  font: var(--md-sys-typescale-body-large-weight, 400) var(--md-sys-typescale-body-large-size, 16px)/var(--md-sys-typescale-body-large-line-height, 24px) var(--md-sys-typescale-body-large-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-body-large-tracking, 0.5px);
}

.md-typescale-body-medium {
  font: var(--md-sys-typescale-body-medium-weight, 400) var(--md-sys-typescale-body-medium-size, 14px)/var(--md-sys-typescale-body-medium-line-height, 20px) var(--md-sys-typescale-body-medium-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-body-medium-tracking, 0.25px);
}

.md-typescale-body-small {
  font: var(--md-sys-typescale-body-small-weight, 400) var(--md-sys-typescale-body-small-size, 12px)/var(--md-sys-typescale-body-small-line-height, 16px) var(--md-sys-typescale-body-small-font, Roboto, sans-serif);
  letter-spacing: var(--md-sys-typescale-body-small-tracking, 0.4px);
}