* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}

@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

body {
  overflow: hidden auto;
}

p {
  text-align: left;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #002536;
  font-size: .9rem;
  line-height: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/***SECTION + CONTAINS***/
section.padSml {
  padding: 4.5rem 0;
}

section.padMed {
  padding: 6rem 0;
}

section.padLrg {
  padding: 7.5rem 0;
}

.contain, .container {
  width: calc(100% - 2rem);
  max-width: 1380px;
  margin: 0 auto;
}

.contain.xl, .xl.container {
  max-width: 1620px;
}

.flex-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrapper.--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.--item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-text {
  text-align: center;
}

.lt-text {
  text-align: left;
}

.rt-text {
  text-align: right;
}

.pri-clr {
  color: #002536;
}

.sec-clr {
  color: #005C7D;
}

.acc-clr {
  color: #AB4110;
}

.wte-clr {
  color: #fff;
}

.blck-clr {
  color: #000;
}

h1 {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 6.3rem;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #fff;
}

h2 {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 1.1em;
}

h3.sh {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: -.01em;
}

h4.sh {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
}

.link-off-btn {
  display: block;
  padding: 1.65rem 2.4rem;
  border-radius: 5rem;
  background-color: #005C7D;
  transition: background-color .3s ease;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-off-btn p {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .5rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
}

.link-off-btn:hover {
  background-color: #AB4110;
}

.subscribe-btn {
  position: fixed;
  display: block;
  bottom: 3rem;
  left: 50%;
  transform: translateX(700px);
  z-index: 99;
  padding: 1rem;
  border-radius: 5rem;
  background-color: rgba(0, 92, 125, 0.75);
  transition: background-color .3s ease;
  width: 11.5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: .5rem;
}

.subscribe-btn p {
  font-size: .5rem;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-btn .arrow-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}

.subscribe-btn:hover {
  background-color: #AB4110;
}

.plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
  z-index: 1;
}

.plx-wrap .plx-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

.line-parent {
  height: 1.35em;
  overflow: hidden;
}

.line-parent span {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  will-change: transform;
  transform-origin: bottom;
}

.inView .line-parent span {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.667s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.667s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: calc(.15s* var(--line-index));
}

.fade-in_delayed {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
}

.inView .fade-in_delayed {
  transition: all 0.667s cubic-bezier(0, 0.18, 0.34, 0.85) 0.5s;
  transform: translateY(0);
  opacity: 1;
}

/***** FORM *****/
form input:not([type="checkbox"]), form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

form input:not([type="checkbox"]):focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

#shade {
  display: none;
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#subscribe-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 90%;
  max-width: 860px;
  max-height: 90vh;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: .5rem;
  padding: 2rem 1rem 3rem;
  overflow: hidden auto;
}

#subscribe-popup .content {
  max-width: 715px;
  margin: 0 auto;
}

#subscribe-popup input.hidhp {
  display: none !important;
}

#subscribe-popup h3 {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.1rem;
  color: #002536;
  line-height: 1.3em;
  margin: 1rem 0 2rem;
}

#subscribe-popup .close-btn {
  width: .9rem;
  height: .9rem;
  margin: 0 0 0 auto;
  cursor: pointer;
}

#subscribe-popup .close-btn img {
  display: block;
  width: 100%;
  height: 100%;
}

#subscribe-popup .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2%;
  margin-bottom: 1rem;
}

#subscribe-popup .row .col {
  width: 49%;
}

#subscribe-popup .row.checkbox-row {
  gap: 1rem;
}

#subscribe-popup .row.checkbox-row .col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem;
  width: max-content;
}

#subscribe-popup .label, #subscribe-popup input:not([type="checkbox"]), #subscribe-popup select {
  display: block;
  width: 100%;
}

#subscribe-popup label {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .9rem;
  color: #002536;
}

#subscribe-popup input:not([type="checkbox"]), #subscribe-popup select {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .9rem;
  color: #002536;
  margin-top: .45rem;
  border: 0;
  outline: 0;
  background-color: #CFE0EE;
  padding: .6rem;
}

#subscribe-popup input:not([type="checkbox"])::placeholder, #subscribe-popup select::placeholder {
  color: #005C7D;
}

#subscribe-popup input:-webkit-autofill,
#subscribe-popup input:-webkit-autofill:hover,
#subscribe-popup input:-webkit-autofill:focus {
  color: #002536 !important;
}

#subscribe-popup .buttons-wrapper {
  margin-top: 1.75rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}

#subscribe-popup .link-off-btn {
  width: 14rem;
  max-width: 100%;
  cursor: pointer;
  outline: 0;
  border: 0;
}

#subscribe-popup .response {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
}

.inner .s1 {
  position: relative;
}

.inner .s1 .contain, .inner .s1 .container {
  height: 100vh;
  max-height: 730px;
  min-height: 500px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  padding: 6rem 0 8.5rem;
}

.no-hero .s1 {
  padding: 15rem 0 7.5rem;
  background-color: #fff;
}

.no-hero .s1 .back-btn {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  margin: 0 0 5rem auto;
}

.no-hero .s1 .back-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.no-hero .s1 .back-btn svg path {
  stroke: #AB4110;
  transition: stroke .3s ease;
}

.no-hero .s1 .back-btn:hover svg path {
  stroke: #005C7D;
}

.disclaimer-page .disclaimer-content {
  padding: 15rem 0 7.5rem;
}

.disclaimer-page .disclaimer-content .contain, .disclaimer-page .disclaimer-content .container {
  max-width: 1050px;
}

.disclaimer-page .disclaimer-content h1 {
  font-size: 4rem;
  color: #002536;
  margin-bottom: 2.5rem;
}

.disclaimer-page .disclaimer-content h3.sh {
  margin: 2rem 0 .75rem;
}

/***** HEADER *****/
header {
  position: fixed;
  width: 100%;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0);
  border-top: 5px solid #AB4110;
  top: 0;
}

header .contain, header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding: .75rem 0 1rem;
  position: relative;
}

header .logo {
  position: relative;
  z-index: 1;
  width: 345px;
  height: 123px;
  aspect-ratio: 345/123;
  transition: width .3s ease, height .3s ease;
}

header .logo img {
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease;
}

header .logo img.--color {
  opacity: 0;
}

header nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 900px;
  height: 100%;
}

header .nav-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: .65rem;
  position: relative;
  padding-top: 1rem;
  transition: padding .3s ease;
}

header .dropdown-parent {
  position: relative;
  padding-right: 14px;
}

header .dropdown-parent::after {
  content: '';
  position: absolute;
  display: block;
  content: '+';
  font-size: inherit;
  color: inherit;
  line-height: .8em;
  right: 0;
  top: 0;
  transition: color .3s ease;
}

header .dropdown-parent:hover ul {
  visibility: visible;
  opacity: 1;
}

header .dropdown-parent > ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  transition: all .3s ease;
  padding: .75rem;
  min-width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  width: max-content;
  max-width: 11rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .35rem;
}

header .dropdown-parent > ul li, header .dropdown-parent > ul li a {
  font-size: .85rem;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #002536;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: normal;
  transition: color .3s ease;
  width: max-content;
}

header .dropdown-parent > ul li:hover, header .dropdown-parent > ul li a:hover {
  color: #AB4110;
}

header .dropdown-parent > ul li::before {
  display: none;
}

header ul {
  list-style-type: none;
}

header ul li {
  position: relative;
  color: #fff;
}

header ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  top: -3.05rem;
  z-index: 20;
  opacity: 0;
  transition: opacity .3s ease;
}

header ul li:hover::before, header ul li.selNav::before {
  opacity: 1;
}

header ul li a {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1em;
  color: #fff;
  transition: color .3s ease;
  display: block;
}

header ul li.investor-center-btn, header ul li.contact-us-btn a {
  padding: 1rem;
  border-radius: 5rem;
  font-size: .5rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color .3s ease, background-color .3s ease;
}

header ul li.investor-center-btn:hover, header ul li.contact-us-btn a:hover {
  color: #fff;
  background-color: #005C7D;
}

header ul li.investor-center-btn::before, header ul li.contact-us-btn a::before {
  display: none !important;
}

header ul li.investor-center-btn, header ul li.news-nav {
  position: relative;
}

header ul li.investor-center-btn::after, header ul li.news-nav::after {
  content: '';
  position: absolute;
  display: block;
  content: '+';
  font-size: inherit;
  color: inherit;
  line-height: .8em;
  right: 0;
  top: 0;
  transition: color .3s ease;
}

header ul li.investor-center-btn > ul, header ul li.news-nav > ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  transition: all .3s ease;
  padding: 1.25rem 1rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  width: max-content;
  max-width: 11rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .35rem;
}

header ul li.investor-center-btn > ul li, header ul li.investor-center-btn > ul li a, header ul li.news-nav > ul li, header ul li.news-nav > ul li a {
  font-size: .7rem;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #002536;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: normal;
  transition: color .3s ease;
  width: max-content;
}

header ul li.investor-center-btn > ul li:hover, header ul li.investor-center-btn > ul li a:hover, header ul li.news-nav > ul li:hover, header ul li.news-nav > ul li a:hover {
  color: #AB4110;
}

header ul li.investor-center-btn > ul li::before, header ul li.news-nav > ul li::before {
  display: none !important;
}

header ul li.investor-center-btn > ul li.fund-docs, header ul li.news-nav > ul li.fund-docs {
  position: relative;
  padding-right: 10px;
}

header ul li.investor-center-btn > ul li.fund-docs::after, header ul li.news-nav > ul li.fund-docs::after {
  content: '';
  position: absolute;
  display: block;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  content: '+';
  font-size: .7rem;
  color: inherit;
  right: 0;
  top: 0;
}

header ul li.investor-center-btn > ul li.fund-docs > ul, header ul li.news-nav > ul li.fund-docs > ul {
  height: 0;
  overflow: hidden;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header ul li.investor-center-btn > ul li.fund-docs > ul li, header ul li.news-nav > ul li.fund-docs > ul li {
  margin-top: .25rem;
}

header ul li.investor-center-btn > ul li.fund-docs:hover > ul, header ul li.news-nav > ul li.fund-docs:hover > ul {
  height: auto;
}

header ul li.investor-center-btn:hover ul, header ul li.news-nav:hover ul {
  visibility: visible;
  opacity: 1;
}

header ul li.investor-center-btn {
  background-color: #AB4110;
  color: #fff;
  padding-right: 1.5rem;
}

header ul li.investor-center-btn::after {
  font-size: .9rem;
  top: 50%;
  transform: translateY(-50%);
  top: 49.5%;
  right: .8rem;
  font-weight: 100;
}

header ul li.news-nav {
  padding-right: .75rem;
}

header ul li.contact-us-btn a {
  color: #002536;
  background-color: #fff;
}

header .menu_container {
  display: none;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 7px;
  z-index: 1000;
  cursor: pointer;
}

header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

header .menu_container #menu_btn i {
  transition: all 0.2s ease-out;
  height: 0;
  width: 32px;
  border-bottom: 1px solid #fff;
  position: absolute;
  border-radius: 2px;
  left: 0;
}

header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}

header .menu_container #menu_btn i:nth-child(2) {
  top: 6px;
}

header.scroll, .no-hero header {
  background-color: #fff;
  transition: background-color .4s ease;
  box-shadow: 0px 4px 23.36px 8.64px rgba(0, 0, 0, 0.05);
}

header.scroll .logo, .no-hero header .logo {
  width: 250px;
  height: 89px;
}

header.scroll .nav-links, .no-hero header .nav-links {
  padding-top: 1rem;
}

header.scroll .nav-links li, header.scroll .nav-links li a, .no-hero header .nav-links li, .no-hero header .nav-links li a {
  color: #002536;
}

header.scroll .nav-links li.contact-us-btn a, .no-hero header .nav-links li.contact-us-btn a {
  background-color: #005C7D;
}

header.scroll .nav-links li.investor-center-btn, header.scroll .nav-links li.contact-us-btn a, .no-hero header .nav-links li.investor-center-btn, .no-hero header .nav-links li.contact-us-btn a {
  color: #fff;
}

header.scroll .nav-links li.investor-center-btn:hover, header.scroll .nav-links li.contact-us-btn a:hover, .no-hero header .nav-links li.investor-center-btn:hover, .no-hero header .nav-links li.contact-us-btn a:hover {
  color: #fff;
  background-color: #002536;
}

header.scroll .menu_container #menu_btn i, .no-hero header .menu_container #menu_btn i {
  border-bottom: 1px solid #005C7D;
}

header.scroll .logo img.--color, .no-hero header .logo img.--color {
  opacity: 1;
}

header.scroll .logo img.--white, .no-hero header .logo img.--white {
  opacity: 0;
}

header.active nav, .no-hero header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  max-width: 100%;
}

header.active .wrapper, .no-hero header.active .wrapper {
  padding: 130px 0 50px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  background: #005C7D;
}

header.active .nav-links, .no-hero header.active .nav-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 1rem 40px;
  height: 100%;
  overflow: auto;
}

header.active .nav-links li a, .no-hero header.active .nav-links li a {
  color: #fff !important;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.35em;
}

header.active .nav-links li a:hover, .no-hero header.active .nav-links li a:hover {
  color: #fff !important;
}

header.active .nav-links li.investor-center-btn, header.active .nav-links li.contact-us-btn a, .no-hero header.active .nav-links li.investor-center-btn, .no-hero header.active .nav-links li.contact-us-btn a {
  padding: 1rem;
  border-radius: 5rem;
  font-size: .5rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color .3s ease, background-color .3s ease, transform .5s ease, opacity .5s ease;
  font-weight: 400;
}

header.active .nav-links li.investor-center-btn:hover, header.active .nav-links li.contact-us-btn a:hover, .no-hero header.active .nav-links li.investor-center-btn:hover, .no-hero header.active .nav-links li.contact-us-btn a:hover {
  color: #fff;
  background-color: #005C7D;
}

header.active .nav-links li::before, .no-hero header.active .nav-links li::before {
  display: none !important;
}

header.active .nav-links li.investor-center-btn, .no-hero header.active .nav-links li.investor-center-btn {
  color: #fff !important;
  background-color: #AB4110;
}

header.active .nav-links li.contact-us-btn a, .no-hero header.active .nav-links li.contact-us-btn a {
  color: #002536 !important;
  background-color: #fff;
}

header.active .nav-links .selNav a, .no-hero header.active .nav-links .selNav a {
  font-weight: 500 !important;
  color: #005C7D;
}

header.active .logo img.--color, .no-hero header.active .logo img.--color {
  opacity: 0;
}

header.active .logo img.--white, .no-hero header.active .logo img.--white {
  opacity: 1;
}

header.active .menu_container #menu_btn i, .no-hero header.active .menu_container #menu_btn i {
  top: 5px;
  border-bottom: 1px solid #fff;
}

header.active .menu_container #menu_btn i:nth-child(1), .no-hero header.active .menu_container #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 35px;
  top: 2.5px;
}

header.active .menu_container #menu_btn i:nth-child(2), .no-hero header.active .menu_container #menu_btn i:nth-child(2) {
  transform: rotate(-45deg);
  width: 35px;
  top: 2.5px;
}

footer {
  padding: 7.5rem 0 4rem;
  background-color: #0B0F1D;
  position: relative;
  z-index: 100;
}

footer .contain > div, footer .container > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

footer .top {
  margin-bottom: 4rem;
}

footer ul {
  list-style-type: none;
}

footer .nav-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 1.5rem;
  max-width: 490px;
}

footer .nav-links ul a {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .75rem;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color .3s ease;
}

footer .nav-links ul a:hover {
  color: #005C7D;
}

footer .nav-links ul .sub-links a {
  font-size: .7rem;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}

footer .nav-links ul .contact-us-btn {
  margin-top: 1.5rem;
}

footer .investor-center-btn {
  width: max-content;
  position: relative;
}

footer .investor-center-btn p {
  padding: 1rem;
  border-radius: 5rem;
  font-size: .5rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: background-color .3s ease;
  background-color: rgba(207, 224, 238, 0.15);
  color: #fff;
}

footer .investor-center-btn > ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  transition: all .3s ease;
  padding: 1.25rem 1rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  width: max-content;
  max-width: 11rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .35rem;
  z-index: 2;
}

footer .investor-center-btn > ul li, footer .investor-center-btn > ul li a {
  font-size: .7rem;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #002536;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: normal;
  transition: color .3s ease;
  width: max-content;
}

footer .investor-center-btn > ul li:hover, footer .investor-center-btn > ul li a:hover {
  color: #AB4110;
}

footer .investor-center-btn > ul li::before {
  display: none !important;
}

footer .investor-center-btn > ul li.fund-docs {
  position: relative;
  padding-right: 10px;
}

footer .investor-center-btn > ul li.fund-docs::after {
  content: '';
  position: absolute;
  display: block;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  content: '+';
  font-size: .7rem;
  color: inherit;
  right: 0;
  top: 0;
}

footer .investor-center-btn > ul li.fund-docs > ul {
  height: 0;
  overflow: hidden;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .investor-center-btn > ul li.fund-docs > ul li {
  margin-top: .25rem;
}

footer .investor-center-btn > ul li.fund-docs:hover > ul {
  height: auto;
}

footer .investor-center-btn:hover ul {
  visibility: visible;
  opacity: 1;
}

footer .investor-center-btn:hover p {
  background-color: #005C7D;
}

footer .subscribe-btn-mobile {
  display: none;
}

footer .bot {
  padding-top: 4rem;
  border-top: 1px solid rgba(207, 224, 238, 0.25);
}

footer .bot .disclaimer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 760px;
}

footer .bot .legal {
  width: 100%;
  max-width: 475px;
  text-align: right;
}

footer .bot .legal-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
}

footer .bot p.copy {
  text-align: right;
}

footer .bot p, footer .bot a, footer .bot button {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: .7rem;
  line-height: 1.3em;
}

footer .bot a, footer .bot button {
  background-color: rgba(255, 255, 255, 0);
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: underline;
  transition: color .3s ease;
}

footer .bot a:hover, footer .bot button:hover {
  color: #005C7D;
}

footer .bot a:last-child, footer .bot button:last-child {
  margin-right: 0;
}

footer .full-disclaimer {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: .7rem;
  line-height: 1.3em;
  margin-top: 2rem;
}

footer .full-disclaimer a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1920px) {
  .subscribe-btn {
    left: auto;
    right: 1rem;
    transform: translateX(0);
  }
}

@media screen and (max-width: 1500px) {
  header .logo {
    width: 250px;
    height: 89px;
  }
  header ul li.investor-center-btn > ul {
    width: 100%;
    max-width: 100%;
  }
  header ul li.investor-center-btn > ul li, header ul li.investor-center-btn > ul li a {
    width: 100%;
  }
  footer .investor-center-btn > ul {
    width: 100%;
    max-width: 100%;
  }
  footer .investor-center-btn > ul li, footer .investor-center-btn > ul li a {
    width: 100%;
  }
}

@media screen and (max-width: 1320px) {
  header .logo {
    width: 250px;
    height: 89px;
  }
}

@media screen and (max-width: 1200px) {
  header .menu_container {
    display: block;
  }
  header nav {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  header .nav-links {
    gap: 1.25rem !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .nav-links li {
    padding: 0 !important;
    border: 0 !important;
    transform: translateY(105%);
    opacity: 0;
  }
  header .nav-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.25rem;
    color: #002536 !important;
  }
  header .nav-links li.fade {
    transform: translateY(0);
    opacity: 1;
    transition: transform .5s ease, opacity .5s ease;
  }
  header .nav-links li.news-nav::after, header .nav-links li.investor-center-btn::after {
    display: none !important;
  }
  header .nav-links li.news-nav ul li {
    display: none !important;
  }
  header .nav-links li.investor-center-btn {
    margin-top: 1rem;
    padding: 1rem !important;
  }
  header .nav-links li.investor-center-btn > ul {
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    width: 90vw;
    max-width: 90vw;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    gap: .75rem;
    padding: 0;
  }
  header .nav-links li.investor-center-btn > ul li, header .nav-links li.investor-center-btn > ul li a {
    font-size: .85rem;
    color: #fff;
    width: max-content;
    text-align: center;
  }
  header .nav-links li.investor-center-btn > ul li.fund-docs::after {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  section.padSml {
    padding: 4rem 0;
  }
  section.padMed {
    padding: 5.5rem 0;
  }
  section.padLrg {
    padding: 6.5rem 0;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  h3.sh {
    font-size: 2rem;
  }
  h4.sh {
    font-size: 1.3rem;
  }
  .no-hero .s1 {
    padding: 13.5rem 0 6rem;
  }
  .inner .s1 .contain, .inner .s1 .container, .inner .s1 .container {
    max-height: 600px;
  }
  footer {
    padding-top: 6.5rem;
  }
  footer .logo img {
    width: 250px;
    height: 89px;
  }
  footer .contain > div, footer .container > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contain .bot .legal .legal-links, footer .container .bot .legal .legal-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .contain .bot .legal p.copy, footer .container .bot .legal p.copy {
    text-align: left;
  }
  footer .investor-center-btn > ul {
    width: max-content;
    max-width: 11rem;
    top: calc(100% + 0.25rem);
  }
  footer .investor-center-btn > ul li, footer .investor-center-btn > ul li a {
    width: max-content;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-btn {
    display: none !important;
  }
  section.padSml {
    padding: 3.5rem 0;
  }
  section.padMed {
    padding: 4.5rem 0;
  }
  section.padLrg {
    padding: 5rem 0;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3.sh {
    font-size: 1.65rem;
  }
  h4.sh {
    font-size: 1.2rem;
  }
  .inner .s1 .contain, .inner .s1 .container, .inner .s1 .container {
    max-height: 500px;
    min-height: none;
  }
  .no-hero .s1 {
    padding: 12rem 0 5rem;
  }
  .no-hero .s1 .back-btn {
    width: 2rem;
    height: 2rem;
    margin-bottom: 3rem;
  }
  .disclaimer-page .disclaimer-content {
    padding: 12rem 0 5rem;
  }
  .disclaimer-page .disclaimer-content h1 {
    font-size: 3rem;
  }
  header .logo, .no-hero header .logo {
    width: 200px !important;
    height: 71px !important;
  }
  header.active .nav-links li a, .no-hero header.active .nav-links li a {
    font-size: 19px;
    line-height: 1em;
  }
  footer .subscribe-btn-mobile {
    display: block;
  }
  footer .subscribe-btn-mobile .subscribe-btn {
    position: static;
    display: flex !important;
    margin-top: 1rem;
    z-index: 1;
  }
}

@media screen and (max-width: 500px) {
  footer .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .cookie-disclaimer {
  background-color: #fff;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
  z-index: 1000;
}

body .cookie-disclaimer * {
  color: #002536;
  text-transform: none !important;
}

body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}

body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
}

body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}

body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}

body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1.33em;
}

body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}

body .cookie-disclaimer ul {
  list-style-type: none;
}

body .cookie-disclaimer .c-content h2 {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}

body .cookie-disclaimer h2 {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
}

body .cookie-disclaimer h3 {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
}

body .cookie-disclaimer h3:nth-child(2).c-on {
  color: #002536 !important;
}

body .cookie-disclaimer h3:nth-child(3).c-on {
  color: #AB4110 !important;
}

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #005C7D;
  color: #fff;
}

body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}

body .cookie-disclaimer .btn-preferences, body .cookie-disclaimer .c-nav .btn-close-pref a, body .cookie-disclaimer .c-nav .btn-close-pref button {
  background-color: #002536;
  color: #fff;
}

body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: .5rem 1rem;
  text-align: center;
}

body .cookie-disclaimer .btn-close {
  background-image: url(/i/close.svg);
  width: 1.25rem;
  height: 1.25rem;
  top: .5rem;
  right: .5rem;
}

@media screen and (max-width: 1300px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .c-preferences {
    padding-top: 50px;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: .5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: .75rem !important;
  }
}
