:root {
  --nav-clr: #3a3e45;
  --white: white;
  --black: black;
  --bg: #f2f6fe;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  inset: 0;
}

.nav-container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.site-logo {
  width: 100%;
  max-width: 185px;
}

.site-logo.invert {
  filter: invert();
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  max-width: 894px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link.w--current {
  color: #3a3e4599;
}

.hero-section {
  z-index: 0;
  background-image: url('../images/Sculpture-11-1.png');
  background-position: 50%;
  background-size: cover;
  height: 480px;
  padding-top: 107px;
  padding-bottom: 107px;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.h6-18-title {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.h6-18-title._w-500 {
  margin-bottom: 12px;
  font-weight: 500;
}

.h3-32-title {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.h3-32-title.bot-0 {
  margin-bottom: 0;
}

.h3-32-title.bot-40 {
  margin-bottom: 40px;
}

.p-14-para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.p-14-para.clr-white {
  color: var(--white);
}

.max-section {
  height: 532px;
}

.img {
  width: 100%;
}

.img.heeight {
  object-fit: cover;
  height: 100%;
}

.dynasty-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.dynasty-2x-wrap {
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.dynasty-title-wrap {
  width: 100%;
  max-width: 462px;
}

.dynasty-text-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.p-20-para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.h4-24-title {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h4-24-title._w-500 {
  font-weight: 500;
}

.h4-24-title._w-400 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 36px;
}

.p-15-para {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.p-15-para.bot-12 {
  margin-bottom: 12px;
}

.ownership-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.ownership-section.bg-clr {
  background-color: #f2f6fe;
}

.ownership-wraper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ownership-img-wrap {
  width: 100%;
  max-width: 570px;
}

.ownership-text-wrap {
  width: 100%;
  max-width: 600px;
}

.cta-section {
  background-color: #f2f6fe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  max-width: 1007px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-40-title {
  color: var(--white);
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h1-40-title.clr-grey {
  color: var(--nav-clr);
  margin-bottom: 16px;
}

.h1-40-title.clr-grey.bot-0 {
  margin-bottom: 0;
}

.cta-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  color: #3a3e45;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 227px;
  height: 56px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-icon {
  width: 10px;
}

.footer-section {
  background-color: #3a3e45;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-top-wraper {
  border-bottom: 1px solid #c8c8c833;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo-wrap {
  width: 100%;
  max-width: 185px;
}

.contact-flex-wraper {
  justify-content: space-between;
  width: 100%;
  max-width: 732px;
  display: flex;
}

.contact-flex-wraper.tab {
  display: none;
}

.contact-link {
  color: var(--white);
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-links-flex-wraper {
  margin-bottom: 120px;
  display: flex;
}

.f-row-wraper {
  justify-content: space-between;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.f-1st-wrap {
  max-width: 120px;
}

.p-16-para {
  color: #3a3e45;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-16-para.clr-white {
  color: var(--white);
}

.links-flex-wraper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.f-link {
  color: #fff9;
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.footer-cpt-wrap {
  justify-content: space-between;
  display: flex;
}

.hero-wraper {
  z-index: 1;
  text-align: center;
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.hero-button-wrap {
  max-width: 227px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}

._2x-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

._2x-section.bg {
  background-color: #f2f6fe;
}

._2x-section.padding-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

._2x-wraper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

._2x-wraper.flex {
  flex-flow: row;
}

._2x-title-wrap {
  max-width: 450px;
  margin-bottom: 40px;
}

._2x-flex-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 733px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

._2x-card-wrap {
  width: 100%;
  max-width: none;
}

.highlighted-wrap {
  width: 100%;
  max-width: 730px;
}

.highlighted-wrap._w-auto {
  max-width: none;
}

.highlighted-title-wrap {
  margin-bottom: 48px;
}

.highlighted-wraper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.news-wrap {
  justify-content: space-between;
  display: flex;
}

.news-wrap.space-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.news-grid-img-wrap {
  width: 100%;
  max-width: 300px;
}

.news-grid-img {
  border-radius: 8px;
  width: 100%;
}

.news-text-wraper {
  max-width: 398px;
}

.news-text-wraper._w-950 {
  width: 100%;
  max-width: 950px;
}

.p_12_para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.news-title-wrap {
  margin-bottom: 24px;
}

.read-link {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.news-detail-section {
  padding-top: 80px;
  padding-bottom: 104px;
}

.news-detail-wraper {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.news-back-wrap {
  background-color: #f2f6fe;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 72px;
  display: flex;
}

.icon-arrow {
  width: 24px;
}

.news-detail-title-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-detail-featured-img-wrap {
  height: 438px;
}

.rich-text-wraper {
  padding-top: 104px;
  position: relative;
}

.rich-text-wrap {
  max-width: 946px;
}

.rich-text h1 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.rich-text h2 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text h3 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.rich-text h4 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text h5 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text h6 {
  color: var(--nav-clr);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.rich-text blockquote {
  color: var(--nav-clr);
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.rich-text ol {
  color: var(--nav-clr);
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-text li {
  margin-bottom: 5px;
}

.rich-text ul {
  color: var(--nav-clr);
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-text a {
  color: var(--nav-clr);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.rich-text p {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.rich-bg-wrap {
  background-color: #f2f6fe;
  width: 100%;
  max-width: 294px;
  height: 1016px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.featured-section {
  padding-bottom: 80px;
}

.featured-border {
  background-color: #3a3e4526;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.privacy-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.privacy-wraper {
  margin-bottom: 40px;
}

.pvc-img-wrap {
  margin-bottom: 80px;
}

.pvc-text-wrap {
  max-width: 800px;
}

.pvc-divider {
  background-color: #3a3e4526;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pvc-rich-text-wrap {
  margin-bottom: 40px;
}

.pvc-rich-text-wrap.last {
  margin-bottom: 0;
}

._w-500 {
  font-weight: 500;
}

.cookies-wraper {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  max-width: 771px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.cookies-inner-wrap {
  max-width: 707px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--nav-clr);
}

.checkflex-wraper {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.check-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.check-wrap._w-150 {
  max-width: 150px;
}

.button-flex-wraper {
  justify-content: space-between;
  display: flex;
}

.primary-button {
  color: var(--white);
  letter-spacing: -.08px;
  text-transform: uppercase;
  background-color: #3a3e45;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 152px;
  height: 58px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.primary-button.secondary {
  color: #3a3e45;
  background-color: #3a3e4500;
  border: 1px solid #3a3e4526;
}

.button-flex {
  justify-content: space-between;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.close-icon {
  position: absolute;
  inset: 2% 3% auto auto;
}

.max-text-wrap {
  max-width: 757px;
}

.h1-48-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
}

.p-18-para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.p-18-para.clr-white {
  color: var(--white);
}

._2x-border {
  background-color: #3a3e4526;
  width: 100%;
  height: 1px;
}

.cta-logo-wrap {
  max-width: 66px;
  margin-left: auto;
  margin-right: auto;
}

.h1-40-title-2 {
  color: #fff;
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h1-40-title-2.clr-grey {
  color: #3a3e45;
  margin-bottom: 16px;
  font-weight: 500;
}

.h1-40-title-2.clr-grey._w-600 {
  margin-bottom: 0;
  font-weight: 600;
}

.burger-3 {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.burger-3.tab {
  position: relative;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 22px;
  height: 1px;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  background-color: #3a3e45;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 1px;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.nav-log-wrap {
  display: none;
}

.tab-logo {
  opacity: 0;
  display: none;
}

.nav-tab-email-wrap {
  display: none;
}

.email-text {
  color: #3a3e45;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.ownership-title-wrap {
  text-align: center;
  max-width: 1082px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.email-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 180px;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.dropdown {
  z-index: 0;
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-left: 0;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown.tab {
  display: none;
}

.line-3 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.nav-inner-wraper {
  padding: 60px 80px 40px;
}

.nav-link-2 {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link-2.w--current {
  color: #3a3e4599;
}

.line-1 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.nav-desktop-wraper {
  z-index: 10100;
  background-color: #3a3e4566;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.language-wraper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120px;
  display: flex;
}

.nav-sidebar-wraper {
  background-color: #f2f6fe;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 596px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_link {
  color: #3a3e45;
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

.nav_link.w--current {
  color: #3a3e4599;
  text-decoration: none;
}

.nav-desktop-logo-wrap {
  font-size: 14px;
}

.dropdown-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 107px;
  padding: 12px;
  box-shadow: 0 4px 32px #3a3e4514;
}

.dropdown-list.w--open {
  width: 107px;
  top: 36px;
}

.hamburger-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 24px;
  display: none;
}

.cross-wrap {
  cursor: pointer;
}

.dropdown-link {
  margin-bottom: 12px;
  padding: 4px 8px;
}

.dropdown-link.bot-0 {
  margin-bottom: 0;
}

.nav-side-bar-inner-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 520px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.line-2 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.dropdown-toggle {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3a3e45;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.dropdown-toggle.w--open {
  position: relative;
}

.nav-top-header-wrap {
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 80px;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-desktop-wraper {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #f2f6fe;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 0;
    padding: 140px 20px 24px;
    position: fixed;
    inset: 13px 0% 0 auto;
  }

  .nav-link {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .dynasty-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dynasty-2x-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .ownership-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ownership-wraper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ownership-wraper.invert {
    flex-flow: column-reverse;
  }

  .cta-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .h1-40-title.clr-grey {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-top-wraper {
    border-bottom-color: #3a3e4500;
    padding-bottom: 0;
  }

  .contact-flex-wraper.desktop {
    display: none;
  }

  .contact-flex-wraper.tab {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-links-flex-wraper {
    flex-flow: column;
    margin-bottom: 56px;
  }

  .f-row-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #3a3e4533;
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .footer-cpt-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  ._2x-wraper, ._2x-wraper.flex {
    flex-flow: column;
  }

  .news-detail-section {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .news-detail-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rich-text-wraper {
    padding-top: 56px;
  }

  .rich-text p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .rich-bg-wrap {
    display: none;
  }

  .cookies-wraper {
    max-width: 650px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .max-text-wrap {
    margin-bottom: 40px;
  }

  .h1-40-title-2.clr-grey {
    font-size: 30px;
    line-height: 40px;
  }

  .menu-button {
    z-index: 99;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .burger-3 {
    z-index: 99;
    box-shadow: none;
    width: 24px;
    height: 24px;
  }

  .burger-3.tab {
    display: none;
  }

  .b3-bar1, .b3-middlebar-base {
    background-color: #3a3e45;
    width: 22px;
    height: 1px;
  }

  .b3-middlebar-top {
    width: 22px;
    height: 1px;
  }

  .b3-middlebar, .b3-bar3 {
    background-color: #3a3e45;
    width: 22px;
    height: 1px;
  }

  .nav-log-wrap {
    z-index: 10;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .tab-logo {
    opacity: 1;
    display: block;
  }

  .nav-tab-email-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 140px;
    display: flex;
  }

  .nav-button-wrap {
    max-width: 150px;
    display: flex;
  }

  .dropdown.tab {
    z-index: 9;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .nav-desktop-wraper {
    display: none;
  }

  .dropdown-list.w--open {
    top: 35px;
  }

  .dropdown-toggle.tab {
    z-index: 9;
    margin-left: 0;
  }

  .dropdown-toggle.tab.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #f2f6fe;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 0;
    padding: 140px 20px 24px;
    position: fixed;
    inset: 13px 0% 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .site-logo {
    max-width: 112px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .hero-section {
    height: 400px;
  }

  .h6-18-title {
    font-size: 14px;
    line-height: 21px;
  }

  .h3-32-title {
    font-size: 26px;
    line-height: 32px;
  }

  .max-section {
    height: 600px;
  }

  .img.heeight {
    object-fit: cover;
    height: 100%;
  }

  .dynasty-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .p-20-para {
    font-size: 14px;
    line-height: 21px;
  }

  .h4-24-title {
    font-size: 16px;
    line-height: 20px;
  }

  .h4-24-title._w-400 {
    line-height: 26px;
  }

  .p-15-para {
    font-size: 14px;
    line-height: 21px;
  }

  .ownership-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1-40-title {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-button {
    max-width: 184px;
    font-size: 14px;
    line-height: 21px;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .footer-top-wraper {
    border-bottom-color: #3a3e4500;
    padding-bottom: 0;
  }

  .contact-flex-wraper.desktop {
    display: none;
  }

  .footer-links-flex-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .f-row-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #3a3e4533;
    flex-flow: column;
    max-width: none;
    padding-bottom: 40px;
  }

  .footer-cpt-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  ._2x-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  ._2x-wraper.flex {
    flex-flow: column;
  }

  ._2x-flex-wraper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .highlighted-title-wrap {
    margin-bottom: 32px;
  }

  .news-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .news-wrap.space-32 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .featured-section {
    padding-bottom: 56px;
  }

  .cookies-wraper {
    width: 95%;
    max-width: none;
  }

  .checkflex-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .h1-48-title {
    font-size: 32px;
    line-height: 42px;
  }

  .p-18-para {
    font-size: 16px;
    line-height: 24px;
  }

  .h1-40-title-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .ownership-title-wrap {
    margin-bottom: 60px;
  }

  .nav-menu-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .site-logo {
    max-width: 112px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h3-32-title.bot-0, .h3-32-title.bot-40 {
    font-size: 26px;
    line-height: 32px;
  }

  .max-section {
    height: 450px;
  }

  .img.heeight {
    object-position: 50% 50%;
  }

  .h4-24-title._w-400 {
    line-height: 26px;
  }

  .cta-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .cta-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h1-40-title.clr-grey {
    font-size: 28px;
    line-height: 34px;
  }

  .footer-top-wraper {
    margin-bottom: 32px;
  }

  .contact-flex-wraper.tab {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-link {
    text-align: center;
  }

  .f-row-wraper {
    padding-bottom: 30px;
  }

  .p-16-para {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-cpt-wrap {
    text-align: center;
  }

  .hero-button-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  ._2x-section.padding-104 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .news-grid-img-wrap {
    max-width: none;
  }

  .news-detail-featured-img-wrap {
    height: 377px;
  }

  .privacy-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .pvc-img-wrap {
    height: 200px;
    margin-bottom: 40px;
  }

  .checkflex-wraper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .check-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-flex-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    max-width: 90px;
    height: 35px;
    padding: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .primary-button.secondary {
    max-width: 100px;
    height: 35px;
    padding: 0;
  }

  .button-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
  }

  .max-text-wrap {
    margin-bottom: 30px;
  }

  .p-18-para {
    font-size: 16px;
    line-height: 24px;
  }

  .p-18-para.clr-white {
    font-size: 14px;
    line-height: 21px;
  }

  .h1-40-title-2.clr-grey {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-log-wrap {
    max-width: 72px;
  }

  .nav-tab-email-wrap {
    margin-top: 60px;
  }

  .nav-button-wrap {
    max-width: 120px;
    margin-right: 15px;
  }

  .nav-desktop-wraper {
    display: none;
  }

  .dropdown-list {
    width: 107px;
    min-width: 107px;
    height: 100px;
    position: absolute;
    inset: 100% 0% auto;
  }

  .dropdown-list.w--open {
    height: 100px;
    inset: 100% 0% 0%;
  }

  .dropdown-toggle.tab {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-wrap {
    max-width: 120px;
  }

  .nav-menu-2 {
    padding-top: 100px;
  }
}


