html,
body {
  max-width: 100%;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  background: #1d1d1d;
  color: #fff;
  padding: 0;
  margin: 0;
}
body.open .body-container,
body.open .ft-bg {
  transition: opacity 0.5s;
  opacity: 0.4;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Funnel Display", sans-serif;
}

.font1 {
  font-family: "Big Shoulders Display", sans-serif;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 63em) {
  .container {
    max-width: 82.8125em;
  }
}

.body-container {
  font-size: 1em;
  font-size: min(max(0.1em, 5.05vw), 1em);
  font-size: clamp(0.1em, 5.05vw, 1em);
  position: relative;
  z-index: 20;
  margin-top: 6.25em;
  overflow: hidden;
}
.home .body-container {
  margin-top: 0;
}
@media screen and (min-width: 41em) {
  .body-container {
    font-size: 1em;
    font-size: min(max(0.1em, 2.2vw), 1em);
    font-size: clamp(0.1em, 2.2vw, 1em);
    margin-top: 6.75em;
    min-height: 30em;
  }
}
@media screen and (min-width: 63em) {
  .body-container {
    font-size: 1em;
    font-size: min(max(0.1em, 1.22vw), 1em);
    font-size: clamp(0.1em, 1.22vw, 1em);
    margin-top: 7.0625em;
    min-height: 41em;
  }
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  transition-duration: 0.16s;
  text-decoration: none;
  color: #84b2ca;
}
a:hover {
  color: #0b82c0;
}

input,
textarea,
label {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  clear: both;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 2em 0;
}
@media screen and (min-width: 41em) {
  hr {
    margin: 2.2em 0;
  }
}
@media screen and (min-width: 63em) {
  hr {
    margin: 2.4em 0;
  }
}

main {
  display: block;
}

address {
  font-style: normal;
}

picture {
  display: inline-block;
  position: relative;
}

figure {
  margin: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

svg {
  width: 100%;
  height: auto;
  display: inline-block;
}

i {
  vertical-align: middle;
}

::selection {
  background: rgba(9, 107, 159, 0.42);
}

::-moz-selection {
  background: rgba(9, 107, 159, 0.42);
}

.section-container {
  padding: 62px 0;
  position: relative;
}
.container {
  width: auto !important;
  max-width: 1200px;
  position: relative;
  margin: 0 5.4vw;
}
@media screen and (min-width: 41em) {
  .container {
    margin: 0 2.8vw;
  }
}
@media screen and (min-width: 63em) {
  .container {
    margin: 0 auto;
  }
}

.content-section {
  min-height: 270px;
}
@media screen and (min-width: 63em) {
  .content-section {
    min-height: 510px;
  }
}
.home .content-section {
  min-height: 170px;
}
.content-section .content {
  min-height: 120px;
}
.content-section .content *:first-child {
  margin-top: 0;
}
.content-section .content *:last-child {
  margin-bottom: 0;
}
.sitemap .content-section .content ul {
  margin: 0 0 1.4em;
  padding: 0;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: left;
}
.sitemap .content-section .content ul a {
  color: #075178;
  text-decoration: none !important;
  transition: 0.14s;
}
.sitemap .content-section .content ul a:hover {
  color: rgba(7, 81, 120, 0.68);
}
.sitemap .content-section .content ul li {
  margin: 0.15em 0 1.75em;
  list-style: none;
}
.sitemap .content-section .content ul li:before {
  display: none;
}
.sitemap .content-section .content ul li ul {
  font-size: 0.85em;
  margin: 0 0 1.5em 0;
  text-transform: none;
  padding: 0;
}
.sitemap .content-section .content ul li ul li {
  margin: 0.2em 0 0.2em !important;
}
.sitemap .content-section .content ul li ul a {
  color: #fff;
}
.sitemap .content-section .content ul li ul a:hover {
  color: rgba(255, 255, 255, 0.62);
}
.home .content-section {
  min-height: 170px;
}
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
  text-align: left;
  margin: 1.02em;
  margin: min(max(0.41em, 1.95vw), 1.02em);
  margin: clamp(0.41em, 1.95vw, 1.02em);
  margin-left: 0;
  margin-right: 0;
}
.office-tour .content-section h2, .before-and-after .content-section h2, .smile-gallery .content-section h2,
.office-tour .content-section h3,
.before-and-after .content-section h3,
.smile-gallery .content-section h3,
.office-tour .content-section h4,
.before-and-after .content-section h4,
.smile-gallery .content-section h4,
.office-tour .content-section h5,
.before-and-after .content-section h5,
.smile-gallery .content-section h5,
.office-tour .content-section h6,
.before-and-after .content-section h6,
.smile-gallery .content-section h6 {
  text-align: center;
}
.content-section p {
  margin-bottom: 1.76em;
  margin-bottom: min(max(1.62em, 5vw), 1.76em);
  margin-bottom: clamp(1.62em, 5vw, 1.76em);
}
.content-section ul,
.content-section ol {
  list-style-type: disc;
  padding: 0 0 1.5em 2.1em;
}
.content-section ul li,
.content-section ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin: 0 0 0.8em;
  line-height: 1.4em;
}

@media screen and (min-width: 41em) {
  body.sitemap .sidebar,
body.layout-full-width .sidebar {
    display: none !important;
  }
  body.sitemap .sub-content .h1header,
body.sitemap .sub-content .content,
body.layout-full-width .sub-content .h1header,
body.layout-full-width .sub-content .content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.office-tour .sub-content .content h1, .before-and-after .sub-content .content h1, .smile-gallery .sub-content .content h1,
.office-tour .sub-content .content h2,
.before-and-after .sub-content .content h2,
.smile-gallery .sub-content .content h2,
.office-tour .sub-content .content h3,
.before-and-after .sub-content .content h3,
.smile-gallery .sub-content .content h3,
.office-tour .sub-content .content h4,
.before-and-after .sub-content .content h4,
.smile-gallery .sub-content .content h4,
.office-tour .sub-content .content h5,
.before-and-after .sub-content .content h5,
.smile-gallery .sub-content .content h5,
.office-tour .sub-content .content h6,
.before-and-after .sub-content .content h6,
.smile-gallery .sub-content .content h6,
.office-tour .sub-content h1,
.before-and-after .sub-content h1,
.smile-gallery .sub-content h1,
.office-tour .sub-content h2,
.before-and-after .sub-content h2,
.smile-gallery .sub-content h2,
.office-tour .sub-content h3,
.before-and-after .sub-content h3,
.smile-gallery .sub-content h3,
.office-tour .sub-content h4,
.before-and-after .sub-content h4,
.smile-gallery .sub-content h4,
.office-tour .sub-content h5,
.before-and-after .sub-content h5,
.smile-gallery .sub-content h5,
.office-tour .sub-content h6,
.before-and-after .sub-content h6,
.smile-gallery .sub-content h6 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 40.99em) {
  .hide-mob {
    display: none;
  }
}
@media screen and (min-width: 41em) and (max-width: 62.99em) {
  .hide-tab {
    display: none;
  }
}
@media screen and (min-width: 63em) {
  .hide-desk {
    display: none;
  }
}
.anchor-tag:before,
.anchor:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 5.4em;
  margin-top: -5.4em;
}

.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.em {
  font-style: italic !important;
}

.ib {
  display: inline-block;
}

.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase,
.no-caps {
  text-transform: none !important;
}

.small-caps {
  font-variant: small-caps;
}

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900 !important;
}

.embed-video,
.video-container {
  width: 0;
  display: block;
  padding: 28% 50%;
  position: relative;
  margin-bottom: 2em;
}
.embed-video iframe,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 63em) {
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }

  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
}
#cmplz-manage-consent .cmplz-manage-consent {
  top: 100vh;
}

.grecaptcha-badge {
  opacity: 0;
}

.spectrum-Toast {
  display: none !important;
}

.wow {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0em);
  }
  25% {
    transform: translateY(0.5em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  75% {
    transform: translateY(0.4em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes lineIn {
  0% {
    opacity: 0;
    transform: scale(0.2, 1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes mouseIcon {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes mouseArrow {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.95) translateY(0.3em);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1) translateY(0.15em);
  }
  80% {
    transform: scale(1);
  }
}
.lineIn {
  animation-name: lineIn;
  transform-origin: left center;
}

@keyframes linkHover {
  0% {
    opacity: 0;
    transform: scale(0, 1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes linkHoverOut {
  100% {
    opacity: 0;
    transform: scale(0, 1);
  }
  0% {
    opacity: 1;
    transform: none;
  }
}
@keyframes lineInVert {
  0% {
    opacity: 0;
    transform: scale(1, 0.1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lineInVert {
  animation-name: lineInVert;
  transform-origin: center top;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-7em, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(7em, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftXL {
  0% {
    opacity: 0;
    transform: translate3d(17em, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftXL {
  animation-name: fadeInLeftXL;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 7em, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpXL {
  0% {
    opacity: 0;
    transform: translate3d(0, 15em, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpXL {
  animation-name: fadeInUpXL;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 2em, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 7em, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  70% {
    opacity: 1;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes fadeInHeroText {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
  }
}
.fadeInHeroText {
  animation-name: fadeInHeroText;
}

@keyframes arrowIn {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(-26em) translateY(7em) rotate(15deg);
  }
  100% {
    opacity: 1;
  }
}
.arrowIn {
  animation-name: arrowIn;
}

@keyframes markerHover {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.34);
  }
  100% {
    transform: none;
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.logoIn {
  animation-name: logoIn;
}

@keyframes btnPulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4) rotate(90deg);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes btnHover {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  20% {
    transform: translate(-50%, -50%) translateX(4em);
    opacity: 0.7;
  }
  80% {
    transform: translate(-50%, -50%) translateX(-4em);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.09) translateY(-0.2em);
  }
  100% {
    transform: none;
  }
}
@keyframes mapMarkerIn {
  0% {
    transform: scale(1.6) translateY(-1.5em);
  }
  50% {
    opacity: 1;
    transform: scale(0.7) translateY(0.7em);
  }
  75% {
    transform: scale(1.08) translateY(-0.25em);
  }
  100% {
    transform: none;
  }
}
.mapMarkerIn {
  animation-name: mapMarkerIn;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 41em) {
  .slick-list {
    overflow: visible !important;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 62.99em) {
  .nav-main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    pointer-events: none;
    z-index: 1;
  }
  .nav-main::-webkit-scrollbar {
    display: none;
  }
  .nav-main .nav-bg {
    background: #1a1a1a;
    position: absolute;
    top: 0;
    transition: top 0.8s, opacity 0.35s;
    left: 0;
    z-index: 100;
    width: 100%;
    opacity: 0;
    max-height: 100%;
    overflow-x: hidden;
    pointer-events: none;
    box-shadow: 0 0 5em rgba(17, 17, 17, 0.44);
  }
  .nav-main .nav-bg::-webkit-scrollbar {
    display: none;
  }
  .nav-main .social-icons {
    background: #252525;
    padding: 0.7em 0;
  }
  .nav-main .social-icons a {
    padding: 0.4em;
    margin: 0 0.2em;
    display: inline-block;
    color: #fff;
    font-size: 1.1875em;
    opacity: 0;
  }
  .nav-main .social-icons a svg {
    transition: 0.13s;
    width: 0.95em;
  }
  .nav-main .social-icons a svg path {
    fill: #fff;
    transition-duration: 0.22s;
  }
  .nav-main .social-icons a:nth-of-type(1) {
    transition-delay: 0.41s;
  }
  .nav-main .social-icons a:nth-of-type(2) {
    transition-delay: 0.48s;
  }
  .nav-main .social-icons a:nth-of-type(3) {
    transition-delay: 0.55s;
  }
  .nav-main .social-icons a:nth-of-type(4) {
    transition-delay: 0.62s;
  }
  .nav-main .social-icons a:nth-of-type(5) {
    transition-delay: 0.69s;
  }
  .nav-main .social-icons a:nth-of-type(6) {
    transition-delay: 0.76s;
  }
  .nav-main .social-icons a:nth-of-type(7) {
    transition-delay: 0.83s;
  }
  .nav-main .social-icons a:hover path {
    fill: rgba(255, 255, 255, 0.7) !important;
  }
  .nav-main nav {
    display: inline-block;
    width: 100%;
    padding: 1em 0 0;
    text-align: center;
  }
  .nav-main nav ul li {
    list-style: none;
    margin: 0.5em 0;
    position: relative;
  }
  .nav-main nav ul li a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 2.1875em;
    line-height: 1.12em;
    padding: 0.22em 0.7em;
    transition: 0.44s;
    display: inline-block;
    position: relative;
    width: auto;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .nav-main nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: 0s;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.08);
    bottom: 0;
    opacity: 0;
    transform: scale(0.95, 1) skew(-13deg);
    transition: 0.18s;
  }
  .nav-main nav ul li:hover > a, .nav-main nav ul li.current-menu-item > a {
    color: #fff;
  }
  .nav-main nav ul li:hover > a:after, .nav-main nav ul li.current-menu-item > a:after {
    opacity: 1;
    transform: skew(-13deg);
  }
  .nav-main nav ul #menu-item-171 a,
.nav-main nav ul #menu-item-169 a,
.nav-main nav ul #menu-item-170 a {
    font-size: 1.7em;
  }
  .nav-main nav ul #menu-item-171 a:before,
.nav-main nav ul #menu-item-169 a:before,
.nav-main nav ul #menu-item-170 a:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 575.85 517.59'><path fill='white' d='M575.7,260.99c0,25.28-5.72,32.1-32,32.1h-32l.7,160.2c0,2.7-.2,5.4-.5,8.1v16.2c0,32.68-8.51,40-40,40h-16c-1.1,0-2.2,0-3.3-.1-1.4.1-2.8.1-4.2.1l-32.5-.1h-24c-32.95,0-40-7.22-40-40v-88c0-26.68-6.35-32-32-32h-64c-25.81,0-32,5.76-32,32v88c0,33.22-5.92,40-40,40h-55.9c-1.5,0-3-.1-4.5-.2-1.2.1-2.4.2-3.6.2h-16c-35.54,0-40-17.9-40-40v-112c0-.9,0-1.9.1-2.8v-69.7h-32c-27.64,0-32-2.39-32-32.1,0-9,3-17,10-24L266.3,13.49c7-7,17.49-13.49,21.63-13.49s15.37,7.49,21.37,12.49l255.4,224.5c8,7,12,15,11,24Z'/></svg>");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 1.1em;
    height: 0.8em;
    display: inline-block;
    vertical-align: middle;
    top: -0.12em;
    position: relative;
    padding-right: 0.24em;
    margin-left: -0.5em;
  }
  .nav-main nav ul #menu-item-169 a:before,
.nav-main nav ul #menu-item-170 a:before {
    font-weight: 700;
    top: -0.1em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='white' d='M405,384.21c-23.03-40.01-66.27-66.89-115.66-66.89h-66.69c-49.39,0-92.63,26.88-115.66,66.89,36.68,40.84,89.82,66.48,149,66.48s112.32-25.74,149-66.48ZM0,256C0,114.62,114.62,0,256,0s256,114.62,256,256-114.62,256-256,256S0,397.38,0,256ZM256,278c43.08,0,78-34.92,78-78s-34.92-78-78-78-78,34.92-78,78,34.92,78,78,78Z'/></svg>");
  }
  .nav-main nav ul ul {
    overflow: hidden;
    display: block;
    padding: 0;
    max-height: 0;
    transition: max-height 0.5s, padding 0.5s;
    width: 100%;
  }
  .nav-main nav ul ul li {
    padding: 0;
    margin: 0;
  }
  .nav-main nav ul ul li a {
    font-size: 1.875em;
    line-height: 1em;
    padding: 0.35em;
    margin: 0;
    color: #fff;
    padding-right: 0;
    letter-spacing: 0;
  }
  .nav-main nav ul ul li.active > a {
    color: #075178;
  }
  .nav-main nav ul ul li.active > a:after {
    opacity: 1;
  }
  .nav-main nav #secondary-menu-list {
    padding: 0.9em 0;
    background-color: rgba(255, 255, 255, 0.032);
  }
  .nav-main nav #secondary-menu-list li {
    position: relative;
    display: inline-block;
  }
  .nav-main nav #secondary-menu-list li a {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
  }
  .nav-main nav #secondary-menu-list li a:before {
    opacity: 0.75;
  }
  .nav-main nav #secondary-menu-list li a:after {
    display: none;
  }
  .nav-main nav #secondary-menu-list li.current-menu-item a,
.nav-main nav #secondary-menu-list li a:hover {
    color: white;
  }
  .nav-main nav #secondary-menu-list li.current-menu-item a:before,
.nav-main nav #secondary-menu-list li a:hover:before {
    opacity: 1;
  }
  .nav-main .members-menu {
    background-color: rgba(255, 255, 255, 0.02);
    margin: 0;
    padding: 1.4em;
  }
  .nav-main .members-menu .title {
    margin-bottom: 1.5em;
  }
  .nav-main .members-menu .title .label {
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.9375em;
    color: #7f7f7f;
    margin-bottom: 0.5em;
  }
  .nav-main .members-menu .title .icon {
    margin-right: 0.25em;
  }
  .nav-main .members-menu .title .icon svg {
    width: 1.1875em;
  }
  .nav-main .members-menu .title .icon path {
    fill: #7f7f7f;
  }
  .nav-main .members-menu ul a {
    font-size: 1.7em;
  }
  .nav-main nav > ul > li {
    opacity: 0;
    top: -0.8em;
    transition-duration: 0.1s;
  }
  .nav-main nav > ul > li ul li {
    top: -0.5em;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .nav-main.open .social-icons a {
    opacity: 1;
  }
  .nav-main.open .nav-bg {
    opacity: 1;
    top: 6.25em;
    pointer-events: all;
  }
  .nav-main.open nav ul li.open ul {
    max-height: 29em;
    padding: 1em 0 0.5em;
  }
  .nav-main.open nav > ul > li {
    opacity: 1;
    top: 0;
    transition-duration: 0.22s;
    left: 0;
  }
  .nav-main.open nav > ul > li:nth-of-type(1) {
    transition-delay: 0.21s;
  }
  .nav-main.open nav > ul > li:nth-of-type(2) {
    transition-delay: 0.28s;
  }
  .nav-main.open nav > ul > li:nth-of-type(3) {
    transition-delay: 0.35s;
  }
  .nav-main.open nav > ul > li:nth-of-type(4) {
    transition-delay: 0.42s;
  }
  .nav-main.open nav > ul > li:nth-of-type(5) {
    transition-delay: 0.49s;
  }
  .nav-main.open nav > ul > li:nth-of-type(6) {
    transition-delay: 0.56s;
  }
  .nav-main.open nav > ul > li:nth-of-type(7) {
    transition-delay: 0.63s;
  }
  .nav-main.open nav > ul > li:nth-of-type(8) {
    transition-delay: 0.7s;
  }
  .nav-main.open nav > ul > li:nth-of-type(9) {
    transition-delay: 0.77s;
  }
  .nav-main.open nav > ul > li:nth-of-type(10) {
    transition-delay: 0.84s;
  }
  .nav-main.open nav > ul > li:nth-of-type(11) {
    transition-delay: 0.91s;
  }
  .nav-main.open nav > ul > li:nth-of-type(12) {
    transition-delay: 0.98s;
  }
  .nav-main.open nav > ul > li:nth-of-type(13) {
    transition-delay: 1.05s;
  }
  .nav-main.open nav > ul li.open ul li {
    opacity: 1;
    top: 0;
    transition-duration: 0.14s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(3) {
    transition-delay: 0.15s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(4) {
    transition-delay: 0.2s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(5) {
    transition-delay: 0.25s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(7) {
    transition-delay: 0.35s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(8) {
    transition-delay: 0.4s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(9) {
    transition-delay: 0.45s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(10) {
    transition-delay: 0.5s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(11) {
    transition-delay: 0.55s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(12) {
    transition-delay: 0.6s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(13) {
    transition-delay: 0.65s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(14) {
    transition-delay: 0.7s;
  }
  .nav-main.open nav > ul li.open ul li:nth-of-type(15) {
    transition-delay: 0.75s;
  }
}
@media screen and (min-width: 41em) and (max-width: 62.99em) {
  .nav-main {
    left: auto;
    overflow: visible;
  }
  .nav-main .nav-bg {
    position: relative;
  }
  .nav-main nav {
    width: 22.1875em;
  }
  .nav-main.open .nav-bg {
    top: 6.75em;
  }
}
@media screen and (min-width: 63em) {
  .nav-main {
    order: 2;
  }
  .nav-main .social-icons {
    display: none;
  }
  .nav-main .nav-toggle {
    display: none;
  }
  .nav-main nav {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .logged-in .nav-main nav .primary-menu-wrapper {
    margin-bottom: 2.9em;
  }
  .nav-main nav ul.primary-menu-wrapper,
.nav-main nav ul.secondary-menu-wrapper {
    display: inline-block;
    position: relative;
    margin-right: 0.5em;
  }
  .nav-main nav ul.primary-menu-wrapper #menu-item-171,
.nav-main nav ul.primary-menu-wrapper #menu-item-169,
.nav-main nav ul.primary-menu-wrapper #menu-item-170,
.nav-main nav ul.secondary-menu-wrapper #menu-item-171,
.nav-main nav ul.secondary-menu-wrapper #menu-item-169,
.nav-main nav ul.secondary-menu-wrapper #menu-item-170 {
    margin: 0;
  }
  .nav-main nav ul.primary-menu-wrapper #menu-item-171 a,
.nav-main nav ul.primary-menu-wrapper #menu-item-169 a,
.nav-main nav ul.primary-menu-wrapper #menu-item-170 a,
.nav-main nav ul.secondary-menu-wrapper #menu-item-171 a,
.nav-main nav ul.secondary-menu-wrapper #menu-item-169 a,
.nav-main nav ul.secondary-menu-wrapper #menu-item-170 a {
    margin: 0;
    padding: 0;
  }
  .nav-main nav ul.primary-menu-wrapper #menu-item-171 a:before,
.nav-main nav ul.primary-menu-wrapper #menu-item-169 a:before,
.nav-main nav ul.primary-menu-wrapper #menu-item-170 a:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-171 a:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-169 a:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-170 a:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 575.85 517.59'><path fill='white' d='M575.7,260.99c0,25.28-5.72,32.1-32,32.1h-32l.7,160.2c0,2.7-.2,5.4-.5,8.1v16.2c0,32.68-8.51,40-40,40h-16c-1.1,0-2.2,0-3.3-.1-1.4.1-2.8.1-4.2.1l-32.5-.1h-24c-32.95,0-40-7.22-40-40v-88c0-26.68-6.35-32-32-32h-64c-25.81,0-32,5.76-32,32v88c0,33.22-5.92,40-40,40h-55.9c-1.5,0-3-.1-4.5-.2-1.2.1-2.4.2-3.6.2h-16c-35.54,0-40-17.9-40-40v-112c0-.9,0-1.9.1-2.8v-69.7h-32c-27.64,0-32-2.39-32-32.1,0-9,3-17,10-24L266.3,13.49c7-7,17.49-13.49,21.63-13.49s15.37,7.49,21.37,12.49l255.4,224.5c8,7,12,15,11,24Z'/></svg>");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 1.1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    top: -0.12em;
    position: relative;
    font-size: 0.9em;
    color: #fff;
    opacity: 1;
    transform: none;
    z-index: 10;
    transition: 0.2s;
    margin-right: 0.3em;
    opacity: 0.7;
  }
  .nav-main nav ul.primary-menu-wrapper #menu-item-171 a:hover, .nav-main nav ul.primary-menu-wrapper #menu-item-171 a:hover:before,
.nav-main nav ul.primary-menu-wrapper #menu-item-169 a:hover,
.nav-main nav ul.primary-menu-wrapper #menu-item-169 a:hover:before,
.nav-main nav ul.primary-menu-wrapper #menu-item-170 a:hover,
.nav-main nav ul.primary-menu-wrapper #menu-item-170 a:hover:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-171 a:hover,
.nav-main nav ul.secondary-menu-wrapper #menu-item-171 a:hover:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-169 a:hover,
.nav-main nav ul.secondary-menu-wrapper #menu-item-169 a:hover:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-170 a:hover,
.nav-main nav ul.secondary-menu-wrapper #menu-item-170 a:hover:before {
    color: #ddd;
  }
  .nav-main nav ul.primary-menu-wrapper #menu-item-169 a:before,
.nav-main nav ul.primary-menu-wrapper #menu-item-170 a:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-169 a:before,
.nav-main nav ul.secondary-menu-wrapper #menu-item-170 a:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='white' d='M405,384.21c-23.03-40.01-66.27-66.89-115.66-66.89h-66.69c-49.39,0-92.63,26.88-115.66,66.89,36.68,40.84,89.82,66.48,149,66.48s112.32-25.74,149-66.48ZM0,256C0,114.62,114.62,0,256,0s256,114.62,256,256-114.62,256-256,256S0,397.38,0,256ZM256,278c43.08,0,78-34.92,78-78s-34.92-78-78-78-78,34.92-78,78,34.92,78,78,78Z'/></svg>");
    top: -0.05em;
  }
  .nav-main nav ul.primary-menu-wrapper li,
.nav-main nav ul.secondary-menu-wrapper li {
    display: inline-block;
    position: inherit;
    border: none;
    width: auto;
    padding: 0 0 0.2em;
    font-size: 1.88em;
    margin: 0 0 -0.2em 0.0625em;
  }
  .nav-main nav ul.primary-menu-wrapper li a,
.nav-main nav ul.secondary-menu-wrapper li a {
    line-height: 1em;
    position: relative;
    padding: 0.28em 0.5em;
    transition: 0.2s;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    transition: color 0.23s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.015em;
  }
  .nav-main nav ul.primary-menu-wrapper li a:after,
.nav-main nav ul.secondary-menu-wrapper li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: 0s;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.08);
    bottom: 0;
    opacity: 0;
    transform: scale(0.95, 1) skew(-13deg);
    transition: 0.18s;
  }
  .nav-main nav ul.primary-menu-wrapper li:hover > a, .nav-main nav ul.primary-menu-wrapper li.current-menu-item > a,
.nav-main nav ul.secondary-menu-wrapper li:hover > a,
.nav-main nav ul.secondary-menu-wrapper li.current-menu-item > a {
    color: #fff;
  }
  .nav-main nav ul.primary-menu-wrapper li:hover > a:after, .nav-main nav ul.primary-menu-wrapper li.current-menu-item > a:after,
.nav-main nav ul.secondary-menu-wrapper li:hover > a:after,
.nav-main nav ul.secondary-menu-wrapper li.current-menu-item > a:after {
    opacity: 1;
    transform: skew(-13deg);
  }
  .nav-main nav ul.primary-menu-wrapper li:hover > ul,
.nav-main nav ul.secondary-menu-wrapper li:hover > ul {
    display: block;
  }
  .nav-main nav ul.primary-menu-wrapper li.contact-us ul, .nav-main nav ul.primary-menu-wrapper li.contact ul,
.nav-main nav ul.secondary-menu-wrapper li.contact-us ul,
.nav-main nav ul.secondary-menu-wrapper li.contact ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  .nav-main nav ul.primary-menu-wrapper li ul,
.nav-main nav ul.secondary-menu-wrapper li ul {
    position: absolute;
    left: 0;
    top: 100%;
    height: auto;
    display: none;
    z-index: 100;
    background: #2a2a2a;
    padding: 0.75em 0.625em;
    margin: 0 -0.72em;
    text-align: left;
    min-width: 7.1875em;
    width: auto;
    overflow: hidden;
    border-bottom: 2px solid #3f3f3f;
  }
  .nav-main nav ul.primary-menu-wrapper li ul li,
.nav-main nav ul.secondary-menu-wrapper li ul li {
    display: block;
    float: none;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0.0625em 0em;
    width: auto;
    opacity: 1 !important;
    box-sizing: border-box;
    font-size: 1.06em;
    line-height: 1.1em;
  }
  .nav-main nav ul.primary-menu-wrapper li ul li a,
.nav-main nav ul.secondary-menu-wrapper li ul li a {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    line-height: 1em;
    color: #fff;
    white-space: nowrap;
    transition: 0.29s;
    padding: 0.3846153846em 0.7692307692em;
    font-weight: 500;
    font-size: 0.8125em;
    letter-spacing: 0;
    position: relative;
  }
  .nav-main nav ul.primary-menu-wrapper li ul li a:after,
.nav-main nav ul.secondary-menu-wrapper li ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.04);
    opacity: 0;
    transform: none !important;
  }
  .nav-main nav ul.primary-menu-wrapper li ul li a:before,
.nav-main nav ul.secondary-menu-wrapper li ul li a:before {
    display: none;
  }
  .nav-main nav ul.primary-menu-wrapper li ul li a:hover, .nav-main nav ul.primary-menu-wrapper li ul li.active > a,
.nav-main nav ul.secondary-menu-wrapper li ul li a:hover,
.nav-main nav ul.secondary-menu-wrapper li ul li.active > a {
    color: rgba(255, 255, 255, 0.95);
  }
  .nav-main nav ul.primary-menu-wrapper li ul li a:hover:after, .nav-main nav ul.primary-menu-wrapper li ul li.active > a:after,
.nav-main nav ul.secondary-menu-wrapper li ul li a:hover:after,
.nav-main nav ul.secondary-menu-wrapper li ul li.active > a:after {
    opacity: 1;
    transform: none;
  }
  .nav-main nav .secondary-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 7.0625em;
    padding-left: 1.6em;
    margin-left: 0.1em;
  }
  .nav-main nav .secondary-nav-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -999em;
    transform: skew(-14deg, 0);
    background: #2b2b2b;
    z-index: -1;
    opacity: 1;
    transition: 0.23s;
  }
  .nav-main nav ul.secondary-menu-wrapper {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .nav-main nav ul.secondary-menu-wrapper li {
    font-size: 1.39em;
    display: block;
    margin: 0;
    padding: 0.49em 0;
    text-align: right;
  }
  .nav-main nav ul.secondary-menu-wrapper li:first-of-type {
    margin-left: 0;
  }
  .nav-main nav ul.secondary-menu-wrapper li a {
    line-height: 1em;
    padding: 0.5em;
    color: rgba(255, 255, 255, 0.66);
  }
  .nav-main nav ul.secondary-menu-wrapper li.current-menu-item a,
.nav-main nav ul.secondary-menu-wrapper li a:hover {
    color: rgba(255, 255, 255, 0.95);
  }
  .nav-main nav ul.secondary-menu-wrapper li.current-menu-item a:before,
.nav-main nav ul.secondary-menu-wrapper li a:hover:before {
    opacity: 1;
  }
  .nav-main .members-menu {
    margin: 0;
    padding: 0.92em;
    padding-left: 1.95em;
    position: absolute;
    bottom: 0;
    right: 10.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2.9375em;
  }
  .nav-main .members-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -999em;
    transform: skew(-14deg, 0);
    background: rgba(43, 43, 43, 0.7);
    z-index: -1;
    opacity: 1;
    transition: 0.23s;
  }
  .nav-main .members-menu .title {
    margin-right: 1.875em;
  }
  .nav-main .members-menu .title .label {
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.9375em;
    color: #7f7f7f;
    margin-bottom: 0.5em;
  }
  .nav-main .members-menu .title .icon {
    margin-right: 0.25em;
  }
  .nav-main .members-menu .title .icon svg {
    width: 1.1875em;
  }
  .nav-main .members-menu .title .icon path {
    fill: #7f7f7f;
  }
  .nav-main .members-menu ul {
    list-style: none;
    margin: 0;
  }
  .nav-main .members-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0.875em;
  }
  .nav-main .members-menu ul li:first-of-type {
    margin-left: 0;
  }
  .nav-main .members-menu ul li:last-of-type {
    margin-right: 0;
  }
  .nav-main .members-menu ul li a {
    color: rgba(255, 255, 255, 0.95);
    padding: 0 0;
    font-size: 1.375em;
    letter-spacing: 0.008em;
    position: relative;
    height: 2.1363636364em;
    line-height: 2.1363636364em;
    display: inline-block;
  }
  .nav-main .members-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    opacity: 0;
    transition: 0.23s;
    margin: 0 -0.03125em;
  }
  .nav-main .members-menu ul li a:hover:after, .nav-main .members-menu ul li.current-menu-item a:after {
    opacity: 1;
  }
}

.hero {
  font-size: 1em;
  font-size: min(max(0.1em, 5.05vw), 1em);
  font-size: clamp(0.1em, 5.05vw, 1em);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .hero {
    font-size: 1em;
    font-size: min(max(0.1em, 2.2vw), 1em);
    font-size: clamp(0.1em, 2.2vw, 1em);
  }
}
@media screen and (min-width: 64em) {
  .hero {
    font-size: 1em;
    font-size: min(max(0.1em, 1.22vw), 1em);
    font-size: clamp(0.1em, 1.22vw, 1em);
  }
}
.hero .photo {
  z-index: 1;
  min-height: 25.625em;
  height: calc(24em + 45vw);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .hero .photo {
    height: calc(25em + 30vw);
    min-height: 98vh;
  }
}
@media screen and (min-width: 64em) {
  .hero .photo {
    min-height: 1vw;
    padding: 0;
    max-height: 99vh;
    height: calc(45em + 40vw);
  }
}
.hero .photo.photo1 {
  background-image: url("../images/hero-bg-mob.jpg");
}
@media screen and (min-width: 41em) {
  .hero .photo.photo1 {
    background-image: url("../images/hero-bg.jpg");
  }
}
.hero .info {
  position: absolute;
  top: 5em;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.62em;
  font-size: min(max(0.1em, 1.32vw), 1.62em);
  font-size: clamp(0.1em, 1.32vw, 1.62em);
}
@media screen and (min-width: 35em) {
  .hero .info {
    font-size: 0.62em;
    font-size: min(max(0.1em, 1.35vw), 0.62em);
    font-size: clamp(0.1em, 1.35vw, 0.62em);
  }
}
@media screen and (min-width: 48em) {
  .hero .info {
    font-size: 1em;
    font-size: min(max(0.1em, 1.2vw), 1em);
    font-size: clamp(0.1em, 1.2vw, 1em);
  }
}
@media screen and (min-width: 64em) {
  .hero .info {
    justify-content: center;
    padding: 0 1.5em;
    text-align: left;
    top: -15vh;
  }
}
.hero .container {
  margin: 0 3vw;
}
@media screen and (min-width: 48em) {
  .hero .container {
    margin: 0 2vw;
  }
}
@media screen and (min-width: 64em) {
  .hero .container {
    flex-grow: 1;
    margin: 0 auto;
  }
}
.hero .tagline {
  color: #fff;
  transform-origin: left center;
}
.hero .tagline span {
  line-height: 1em;
}
.hero .tagline .top {
  font-size: 10.4375em;
  line-height: 0.95em;
  display: block;
}
@media screen and (min-width: 48em) {
  .hero .tagline .top {
    font-size: 9.09375em;
  }
}
.hero .tagline .top span {
  color: #d32727;
}
.hero .tagline .mid {
  font-size: 9.125em;
  line-height: 0.95em;
  display: block;
  margin: 0.2em 0 0.28em;
}
@media screen and (min-width: 48em) {
  .hero .tagline .mid {
    margin: 0.12em 0 0.18em;
  }
}
.hero .tagline .mid span {
  color: #22ab0f;
}
.hero .tagline .btm {
  display: block;
  font-size: 5.3125em;
  line-height: 1.15em;
}
@media screen and (min-width: 48em) {
  .hero .tagline .btm {
    font-size: 4.04em;
  }
}
.hero .logo {
  display: none;
  transform-origin: left center;
}
@media screen and (min-width: 64em) {
  .hero .logo {
    display: inline-block;
    margin-bottom: calc(12.4vh + 0em);
    width: 29.15em;
  }
}
.hero .logo svg {
  max-width: 400%;
  width: 100%;
}
.hero .logo svg polygon,
.hero .logo svg path,
.hero .logo svg rect {
  fill: #fff;
}
.hero .mouse {
  display: none;
}
@media screen and (min-width: 64em) {
  .hero .mouse {
    display: block;
    position: absolute;
    bottom: 2em;
    left: calc(50% - 0.5em);
    z-index: 30;
    transition: 0.3s;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 2.125em;
  }
  .hero .mouse svg {
    display: inline-block;
  }
  .hero .mouse svg polygon,
.hero .mouse svg path,
.hero .mouse svg rect {
    fill: #fff;
  }
  .hero .mouse .icon {
    width: 1.6875em;
    display: block;
  }
  .hero .mouse .arrow {
    width: 1.375em;
    display: block;
    animation: 3s ease infinite mouseArrow;
    margin-top: 0.4em;
  }
  .hero .mouse:hover {
    opacity: 0.7;
  }
}
.hero .arrow-hero {
  display: none;
  display: block;
  position: absolute;
  top: 11.7em;
  right: calc(50% - 50vw + 1.3em);
  z-index: 5;
  transition: 0.3s;
  width: 219.5vw;
}
@media screen and (min-width: 48em) {
  .hero .arrow-hero {
    right: calc(50% - 50vw + 3em);
    width: 130vw;
    top: 15em;
  }
}
@media screen and (min-width: 64em) {
  .hero .arrow-hero {
    top: 26em;
    width: 132vw;
  }
}
@media screen and (min-width: 76em) {
  .hero .arrow-hero {
    width: 117vw;
  }
}
.hero .arrow-hero svg {
  max-width: 400%;
  width: 100%;
  opacity: 0.3;
}
@media screen and (min-width: 48em) {
  .hero .arrow-hero svg {
    opacity: 0.4;
  }
}
@media screen and (min-width: 64em) {
  .hero .arrow-hero svg {
    opacity: 0.7;
  }
}
.hero .arrow-hero svg polygon,
.hero .arrow-hero svg path,
.hero .arrow-hero svg rect {
  fill: #fff;
}

.section1 {
  font-size: 0.9em;
  font-size: min(max(0.1em, 2.45vw), 0.9em);
  font-size: clamp(0.1em, 2.45vw, 0.9em);
  overflow: hidden;
  clear: both;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 5.9em 0 6.2em;
  overflow: hidden;
  background: url("../images/section1-mob.jpg") center center/cover #fff no-repeat;
}
@media screen and (min-width: 41em) {
  .section1 {
    background-image: url("../images/section1.jpg");
  }
}
@media screen and (min-width: 48em) {
  .section1 {
    font-size: 0.97em;
    font-size: min(max(0.1em, 1.3vw), 0.97em);
    font-size: clamp(0.1em, 1.3vw, 0.97em);
    padding: 9.375em 0em 8.25em;
  }
}
@media screen and (min-width: 64em) {
  .section1 {
    padding: 9.375em 1.25em 8.25em;
  }
}
@media screen and (min-width: 48em) {
  .section1 .container {
    padding: 0 2%;
  }
}
@media screen and (min-width: 64em) {
  .section1 .container {
    max-width: 73.25em;
  }
}
.section1 h2 {
  margin-bottom: 1.875em;
}
.section1 h2 .label {
  line-height: 1.07em;
  font-size: 3.7625em;
}
@media screen and (min-width: 48em) {
  .section1 h2 .label {
    font-size: 3.3625em;
    font-size: 4.8125em;
  }
}
.section1 h2 .btm {
  font-size: 0.95em;
}
@media screen and (min-width: 48em) {
  .section1 .textcont {
    padding: 0 9%;
  }
}
.section1 p {
  font-size: 1.75em;
  hyphens: auto;
  line-height: 1.31em;
}
@media screen and (min-width: 48em) {
  .section1 p {
    font-size: 1.8em;
    text-align: justify;
    text-align-last: center;
  }
}
.section1 .watermark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: -1;
}
.section1 .watermark svg {
  width: 29.1875em;
}
.section1 .watermark svg path {
  fill: #fff;
}

.section2,
.section3 {
  font-size: 0.9em;
  font-size: min(max(0.1em, 2.65vw), 0.9em);
  font-size: clamp(0.1em, 2.65vw, 0.9em);
  overflow: hidden;
  clear: both;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 5.5em 0 6.1em;
  overflow: hidden;
  background: url("../images/section2-mob.jpg") center center/cover #fff no-repeat;
}
@media screen and (min-width: 41em) {
  .section2,
.section3 {
    background-image: url("../images/section2.jpg");
  }
}
@media screen and (min-width: 48em) {
  .section2,
.section3 {
    text-align: left;
    font-size: 0.98em;
    font-size: min(max(0.1em, 1.3vw), 0.98em);
    font-size: clamp(0.1em, 1.3vw, 0.98em);
    padding: 9.0625em 0em 8.875em;
  }
}
@media screen and (min-width: 64em) {
  .section2,
.section3 {
    padding: 9.0625em 1.25em 8.875em;
  }
}
.section2:after,
.section3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
  opacity: 0.15;
}
@media screen and (min-width: 48em) {
  .section2 .container,
.section3 .container {
    padding-right: 25%;
  }
}
@media screen and (min-width: 64em) {
  .section2 .container,
.section3 .container {
    padding: 0;
    max-width: 73.25em;
  }
}
@media screen and (min-width: 64em) {
  .section2 .main,
.section3 .main {
    padding-right: 32%;
  }
}
.section2 h2,
.section3 h2 {
  margin-bottom: 2.1875em;
}
@media screen and (min-width: 48em) {
  .section2 h2,
.section3 h2 {
    margin-bottom: 2.6875em;
  }
}
.section2 h2 .label,
.section3 h2 .label {
  font-size: 3.9375em;
  line-height: 1.05em;
}
@media screen and (min-width: 48em) {
  .section2 h2 .label,
.section3 h2 .label {
    font-size: 5.25em;
  }
}
.section2 p,
.section3 p {
  font-size: 1.65625em;
  line-height: 1.36em;
  hyphens: auto;
  text-wrap: pretty;
}
@media screen and (min-width: 48em) {
  .section2 p,
.section3 p {
    text-align-last: left;
    font-size: 1.61875em;
  }
}
.section2 .watermark,
.section3 .watermark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: -1;
}
.section2 .watermark svg,
.section3 .watermark svg {
  width: 29.1875em;
}
.section2 .watermark svg path,
.section3 .watermark svg path {
  fill: #fff;
}
.section2 .graphic,
.section3 .graphic {
  display: none;
}
@media screen and (min-width: 48em) {
  .section2 .graphic,
.section3 .graphic {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
  }
}
.section2 .graphic svg,
.section3 .graphic svg {
  overflow: visible;
}
.section2 .graphic path,
.section3 .graphic path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 3.5em;
  stroke-linecap: round;
}

@media screen and (min-width: 48em) {
  .section2 .graphic {
    top: calc(50% - 5em);
    left: calc(50% + 4.4em);
    width: 38.8em;
  }
}

.section3 {
  background: url("../images/section3-mob.jpg") center center/cover #222 no-repeat;
}
@media screen and (min-width: 41em) {
  .section3 {
    background-image: url("../images/section3.jpg");
  }
}
@media screen and (min-width: 48em) {
  .section3 {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .section3 .graphic {
    top: calc(50% - 11em);
    right: calc(50% + 14.6em);
    width: 38em;
  }
}
.section3 .graphic path {
  stroke-width: 0.2em;
}
@media screen and (min-width: 48em) {
  .section3 .container {
    padding-right: 0;
    padding-left: 25%;
  }
}
@media screen and (min-width: 64em) {
  .section3 .container {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .section3 .main {
    padding: 0;
    padding-left: 32%;
  }
}
.section3 p {
  margin-bottom: 1.9em;
}
.section3 p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .section3 p {
    text-align-last: right;
  }
}

.slider-section-bg {
  padding: 1.7em 0 0.9em;
  background: url("../images/section4-mob.jpg") center center/cover #222 no-repeat;
}
@media screen and (min-width: 41em) {
  .slider-section-bg {
    background-image: url("../images/section4.jpg");
  }
}
@media screen and (min-width: 48em) {
  .slider-section-bg {
    padding: 2.1em 0 1.6em;
  }
}
@media screen and (min-width: 64em) {
  .slider-section-bg {
    padding: 1.5em 0 5em;
  }
}

.slider-section1,
.slider-section2 {
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 1.9em 0;
  font-size: 1em;
  font-size: min(max(0.1em, 3vw), 1em);
  font-size: clamp(0.1em, 3vw, 1em);
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .slider-section1,
.slider-section2 {
    padding: 2.4em 0;
    font-size: 0.9em;
    font-size: min(max(0.1em, 1.4vw), 0.9em);
    font-size: clamp(0.1em, 1.4vw, 0.9em);
  }
}
@media screen and (min-width: 64em) {
  .slider-section1,
.slider-section2 {
    font-size: 1em;
    font-size: min(max(0.1em, 1.18vw), 1em);
    font-size: clamp(0.1em, 1.18vw, 1em);
    padding: 5.1875em 1.875em;
  }
}
.slider-section1 h2,
.slider-section2 h2 {
  margin-bottom: 2.1875em;
}
.slider-section1 h2 .label,
.slider-section2 h2 .label {
  font-size: 3.875em;
  line-height: 1.05em;
}
@media screen and (min-width: 48em) {
  .slider-section1 h2 .label,
.slider-section2 h2 .label {
    font-size: 5.9375em;
  }
}
.slider-section1 h3,
.slider-section2 h3 {
  font-size: 1.7em;
  line-height: 1.29em;
  margin: 0 auto;
  margin-bottom: 1.6em;
  max-width: 33em;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .slider-section1 h3,
.slider-section2 h3 {
    margin-bottom: 1.92em;
    font-size: 1.84em;
  }
}
.slider-section1 .features,
.slider-section2 .features {
  position: relative;
}
@media screen and (min-width: 48em) {
  .slider-section1 .features,
.slider-section2 .features {
    padding: 0 4%;
  }
}
@media screen and (min-width: 64em) {
  .slider-section1 .features,
.slider-section2 .features {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .slider-section1 .slide-inner,
.slider-section2 .slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2.75em;
  }
}
.slider-section1 .photo,
.slider-section2 .photo {
  margin-bottom: 1.9em;
}
@media screen and (min-width: 64em) {
  .slider-section1 .photo,
.slider-section2 .photo {
    margin-bottom: 0;
    width: 55.25em;
    order: 2;
  }
}
.slider-section1 .photo img,
.slider-section2 .photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 1.1875em;
  border: 0.3125em solid rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 48em) {
  .slider-section1 .photo img,
.slider-section2 .photo img {
    border-radius: 1.8125em;
  }
}
.slider-section1 p,
.slider-section2 p {
  font-size: 1.5625em;
  line-height: 1.42em;
  position: relative;
  text-align: justify;
  text-align-last: center;
  min-height: 5em;
  text-wrap: pretty;
}
@media screen and (min-width: 48em) {
  .slider-section1 p,
.slider-section2 p {
    font-size: 1.625em;
    margin: 0 8%;
  }
  .slider-section1 p:after,
.slider-section2 p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -5em;
    background: rgba(255, 255, 255, 0.015);
    z-index: -1;
    border-radius: 0.9615384615em 0em 0em 0.9615384615em;
    margin: -1.8125em;
    box-shadow: 0em 0.1875em 2.8125em 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 64em) {
  .slider-section1 p,
.slider-section2 p {
    min-height: 3.2em;
    margin: 0;
    text-align: justify;
    text-align-last: left;
    width: 22em;
    top: -0.75em;
    font-size: 1.375em;
    max-width: 18.6363636364em;
  }
}
.slider-section1 .nav-arrows,
.slider-section2 .nav-arrows {
  position: relative;
  z-index: 900;
  text-align: left;
  margin-top: 0.2em;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .slider-section1 .nav-arrows,
.slider-section2 .nav-arrows {
    margin: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 25.625em;
    font-size: 1em;
    font-size: min(max(0.1em, 1.25vw), 1em);
    font-size: clamp(0.1em, 1.25vw, 1em);
  }
}
.slider-section1 .nav-arrows div,
.slider-section2 .nav-arrows div {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(60, 60, 60, 0.5);
  border-radius: 999em;
  padding: 1em 1.4em;
  gap: 0 0.6em;
}
.slider-section1 .nav-arrows div .icon,
.slider-section2 .nav-arrows div .icon {
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  width: 1.4375em;
  left: 0;
  transition: 0.2s;
}
.slider-section1 .nav-arrows div .icon path,
.slider-section2 .nav-arrows div .icon path {
  fill: rgba(255, 255, 255, 0.4);
}
.slider-section1 .nav-arrows div .label,
.slider-section2 .nav-arrows div .label {
  font-size: 1.53125em;
  line-height: 1em;
  padding: 0 0.35em;
}
.slider-section1 .nav-arrows div:hover,
.slider-section2 .nav-arrows div:hover {
  background-color: rgba(60, 60, 60, 0.77);
}
.slider-section1 .nav-arrows div:hover .icon,
.slider-section2 .nav-arrows div:hover .icon {
  left: 0.3em;
}
.slider-section1 .nav-arrows div:hover .icon path,
.slider-section2 .nav-arrows div:hover .icon path {
  fill: rgba(255, 255, 255, 0.6);
}
.slider-section1 .nav-arrows div.prev:hover .icon,
.slider-section2 .nav-arrows div.prev:hover .icon {
  left: -0.3em;
}
.slider-section1 .nav-arrows div.slick-disabled:hover, .slider-section1 .nav-arrows div.slick-disabled,
.slider-section2 .nav-arrows div.slick-disabled:hover,
.slider-section2 .nav-arrows div.slick-disabled {
  background-color: rgba(43, 43, 43, 0.7);
  color: rgba(255, 255, 255, 0.4) !important;
}
.slider-section1 .nav-arrows div.slick-disabled:hover .icon, .slider-section1 .nav-arrows div.slick-disabled .icon,
.slider-section2 .nav-arrows div.slick-disabled:hover .icon,
.slider-section2 .nav-arrows div.slick-disabled .icon {
  left: 0 !important;
}
.slider-section1 .nav-arrows div.slick-disabled:hover .icon path, .slider-section1 .nav-arrows div.slick-disabled .icon path,
.slider-section2 .nav-arrows div.slick-disabled:hover .icon path,
.slider-section2 .nav-arrows div.slick-disabled .icon path {
  fill: rgba(255, 255, 255, 0.4) !important;
}
.slider-section1 .nav-arrows div.slick-disabled:hover:hover, .slider-section1 .nav-arrows div.slick-disabled:hover,
.slider-section2 .nav-arrows div.slick-disabled:hover:hover,
.slider-section2 .nav-arrows div.slick-disabled:hover {
  transform: scale(1);
}
.slider-section1 .slick-pager2,
.slider-section1 .slick-pager1,
.slider-section2 .slick-pager2,
.slider-section2 .slick-pager1 {
  text-align: center;
  display: inline-block;
  margin: 2em 0 1.5em;
}
@media screen and (min-width: 64em) {
  .slider-section1 .slick-pager2,
.slider-section1 .slick-pager1,
.slider-section2 .slick-pager2,
.slider-section2 .slick-pager1 {
    position: absolute;
    bottom: -4.3em;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.slider-section1 .slick-pager2 li,
.slider-section1 .slick-pager1 li,
.slider-section2 .slick-pager2 li,
.slider-section2 .slick-pager1 li {
  line-height: 0;
  display: inline-block;
  list-style: none;
}
.slider-section1 .slick-pager2 button,
.slider-section1 .slick-pager1 button,
.slider-section2 .slick-pager2 button,
.slider-section2 .slick-pager1 button {
  line-height: 0;
  display: inline-block;
  border-radius: 999em;
  cursor: pointer;
  border: none;
  text-indent: -999em;
  transition: 0.21s;
  margin: 0.31875em;
  width: 1.3125em;
  height: 1.3125em;
  background: rgba(255, 255, 255, 0.084);
  padding: 0;
  font-size: 0.95em;
  font-size: min(max(0.1em, 3.5vw), 0.95em);
  font-size: clamp(0.1em, 3.5vw, 0.95em);
}
.slider-section1 .slick-pager2 button:hover,
.slider-section1 .slick-pager1 button:hover,
.slider-section2 .slick-pager2 button:hover,
.slider-section2 .slick-pager1 button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.slider-section1 .slick-pager2 .slick-active button,
.slider-section1 .slick-pager1 .slick-active button,
.slider-section2 .slick-pager2 .slick-active button,
.slider-section2 .slick-pager1 .slick-active button {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 64em) {
  .slider-section2 .photo {
    order: 1;
  }
}
@media screen and (min-width: 48em) {
  .slider-section2 p:after {
    border-radius: 0em 0.9615384615em 0.9615384615em 0em;
    right: 0;
    left: -5em;
  }
}
@media screen and (min-width: 64em) {
  .slider-section2 p {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .slider-section2 .nav-arrows {
    left: auto;
    right: 0;
  }
}

.sign-up-section {
  font-size: 0.9em;
  font-size: min(max(0.1em, 2.2vw), 0.9em);
  font-size: clamp(0.1em, 2.2vw, 0.9em);
  z-index: 10;
  text-align: center;
  background: #1d1d1d;
  color: #fff;
  padding: 6.5em 0 7.6em;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .sign-up-section {
    font-size: 1em;
    font-size: min(max(0.1em, 1.3vw), 1em);
    font-size: clamp(0.1em, 1.3vw, 1em);
    padding: 7.5em 0em 6.875em;
  }
}
@media screen and (min-width: 64em) {
  .sign-up-section {
    padding: 7.8125em 1.25em 9.25em;
  }
}
@media screen and (min-width: 48em) {
  .sign-up-section .container {
    max-width: 60em;
    margin: 0 auto;
  }
}
.sign-up-section h2 {
  margin-bottom: 2.4375em;
}
.sign-up-section h2 .label {
  font-size: 6.875em;
  line-height: 1.15em;
}
@media screen and (min-width: 48em) {
  .sign-up-section h2 .label {
    font-size: 7.28125em;
  }
}
.sign-up-section p {
  font-size: 2.1875em;
  line-height: 1.35em;
  text-wrap: pretty;
}
@media screen and (min-width: 48em) {
  .sign-up-section p {
    font-size: 2.09375em;
  }
}
.sign-up-section .btns {
  position: relative;
  z-index: 900;
  text-align: left;
  margin-top: 3.75em;
  display: flex;
  justify-content: center;
  font-size: 1.15em;
}
@media screen and (min-width: 48em) {
  .sign-up-section .btns {
    font-size: 1em;
  }
}
.sign-up-section .btns .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #3c3c3c;
  border-radius: 999em;
  padding: 1.7em 2.4em;
  gap: 0 0.45em;
  box-shadow: 0 0 4.5625em 0 rgba(31, 164, 132, 0.3);
  font-size: 0.8em;
}
.sign-up-section .btns .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/btn1.jpg) 50% 50%/cover no-repeat #fff;
  z-index: -1;
  opacity: 1;
  transition: 0.23s;
  border-radius: 999em;
}
.sign-up-section .btns .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 9.375em 0.5em white;
  background: #fff;
  z-index: -2;
  opacity: 1;
  transition: 0.23s;
  width: 1.7em;
  height: 4.9em;
  border-radius: 100%;
  animation: 3s linear infinite both btnPulse;
}
.sign-up-section .btns .btn .icon {
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  color: #b6ebe5;
  left: 0;
  transition: 0.4s;
  width: 2.5625em;
}
.sign-up-section .btns .btn .icon path {
  fill: #b6ebe5;
}
.sign-up-section .btns .btn .label {
  font-size: 3.21875em;
  line-height: 1em;
  padding: 0 0.35em;
}
.sign-up-section .btns .btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 4.5625em 0 rgba(31, 164, 132, 0.5);
}
.sign-up-section .btns .btn:hover:before {
  animation: 5s linear infinite both btnHover;
}
.sign-up-section .btns .btn:hover:after {
  filter: brightness(1.07);
}
.sign-up-section .btns .btn:hover .icon {
  left: 0.5em;
}
.sign-up-section .btns .btn:hover .icon path {
  fill: #fff;
}

@media screen and (min-width: 63em) {
  .section-container {
    font-size: 0.85em;
    font-size: min(max(0.1em, 1.15vw), 0.85em);
    font-size: clamp(0.1em, 1.15vw, 0.85em);
  }
}
@media screen and (min-width: 63em) and (min-height: 60em) {
  .section-container {
    font-size: 1em;
  }
}

.hd {
  z-index: 900;
  text-align: center;
  padding: 0;
  font-size: 1em;
  font-size: min(max(0.1em, 5.05vw), 1em);
  font-size: clamp(0.1em, 5.05vw, 1em);
}
@media screen and (max-width: 62.99em) {
  .hd {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    transition: top 0.3s, opacity 0.3s;
  }
  .pagetop .hd, .scrollingup .hd {
    top: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 41em) {
  .hd {
    font-size: 1em;
    font-size: min(max(0.1em, 2.2vw), 1em);
    font-size: clamp(0.1em, 2.2vw, 1em);
  }
}
@media screen and (min-width: 63em) {
  .hd {
    position: fixed;
    background: #181818;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    transition: 0.4s;
    padding: 0 2.3vw;
    font-size: 1em;
    font-size: min(max(0.1em, 1.22vw), 1em);
    font-size: clamp(0.1em, 1.22vw, 1em);
  }
  .ready.home .hd {
    top: -0.6em;
    opacity: 0;
  }
}
.hd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #181818;
  z-index: 2;
  opacity: 1;
  transition: 0.3s;
}
.home.pagetop .hd:after {
  opacity: 0;
}
@media screen and (min-width: 63em) {
  .hd:after {
    display: none;
  }
}
.hd .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  height: 6.25em;
  gap: 0 2em;
}
@media screen and (min-width: 41em) {
  .hd .container {
    height: 6.75em;
  }
}
@media screen and (min-width: 63em) {
  .hd .container {
    margin: 0 auto;
    height: 7.0625em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
}
.hd .logo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 13.4375em;
  transition: 0.4s;
  z-index: 20;
  margin-left: 0.875em;
}
.hd .logo svg {
  max-width: 400%;
  width: 100%;
}
.hd .logo svg polygon,
.hd .logo svg path,
.hd .logo svg rect {
  fill: #fff;
}
@media screen and (max-width: 40.99em) {
  .open .hd .logo {
    opacity: 0.5;
  }
}
@media screen and (min-width: 41em) {
  .hd .logo {
    margin-left: 1.25em;
    max-width: 15.625em;
  }
}
@media screen and (min-width: 63em) {
  .hd .logo {
    margin: 0em 0 0;
    z-index: 9100;
    max-width: 17.8125em;
  }
}
.hd .hd-right {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd .info.min {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 0.9375em;
  z-index: 3;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 63em) {
  .hd .info.min {
    display: none;
  }
}
.hd .info.min .nav-toggle {
  display: inline-block;
  cursor: pointer;
  backface-visibility: hidden;
  z-index: 1100;
  pointer-events: all;
  transition: 0.15s;
  position: relative;
  order: 2;
  top: -0.25em;
  padding: 0.75em;
}
@media screen and (min-width: 41em) {
  .hd .info.min .nav-toggle {
    font-size: 1.02em;
  }
}
.hd .info.min .nav-toggle .label {
  font-size: 0.61em;
  display: block;
  margin-bottom: 0.25em;
  position: relative;
  top: 0;
  transition: 0.11s;
  font-weight: 650;
  text-align: center;
}
.hd .info.min .nav-toggle .icon {
  width: 1.875em;
  height: 0.625em;
  display: block;
  position: relative;
}
.hd .info.min .nav-toggle .icon span {
  display: block;
  position: absolute;
  height: 0.1875em;
  background: white;
  right: 0;
  transition: 0.2s;
  left: 0;
  border-radius: 999em;
  margin: 0;
}
.hd .info.min .nav-toggle .icon span:nth-child(1) {
  top: 0;
}
.hd .info.min .nav-toggle .icon span:nth-child(2) {
  top: 100%;
  transition-delay: 0.1s;
}
.hd .info.min .nav-toggle.open .label {
  top: -0.4em;
}
.hd .info.min .nav-toggle.open .icon span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.hd .info.min .nav-toggle.open .icon span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}

.ft-bg {
  background: url("../images/ft-mob.png") center center/cover #222 no-repeat;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 41em) {
  .ft-bg {
    background-image: url("../images/ft.png");
  }
}

.ft {
  font-size: 1em;
  font-size: min(max(0.1em, 3.2vw), 1em);
  font-size: clamp(0.1em, 3.2vw, 1em);
  overflow: hidden;
  clear: both;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 3em 0 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 41em) {
  .ft {
    text-align: left;
    font-size: 1em;
    font-size: min(max(0.1em, 1.8vw), 1em);
    font-size: clamp(0.1em, 1.8vw, 1em);
    padding: 4.375em 2em 5em;
  }
}
@media screen and (min-width: 63em) {
  .ft {
    padding: 6.25em 2em 6.25em;
    font-size: 1em;
    font-size: min(max(0.1em, 1.3vw), 1em);
    font-size: clamp(0.1em, 1.3vw, 1em);
  }
}
.ft .cols {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5em;
}
@media screen and (min-width: 41em) {
  .ft .cols {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5em 3em;
  }
}
@media screen and (min-width: 41em) {
  .ft .col1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 63em) {
  .ft .col1 {
    width: auto;
  }
}
.ft .logo {
  display: inline-block;
  max-width: 17.375em;
  width: 100%;
}
.ft .logo polygon,
.ft .logo path,
.ft .logo rect {
  fill: #fff;
}
.ft h2 {
  margin-bottom: 1.34375em;
  font-weight: 700;
}
.ft h2 .label {
  font-size: 1.25em;
  line-height: 1em;
}
.ft .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25em 2.0625em;
  margin-top: 1.25em;
}
@media screen and (max-width: 40.99em) {
  .ft .links {
    flex-wrap: wrap;
  }
}
.ft .links li {
  list-style: none;
}
.ft .links a {
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  transition: 0.2s;
}
.ft .links a:hover {
  color: #b9cacb;
}
.ft .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: -0.35em;
}
@media screen and (min-width: 41em) {
  .ft .social-icons {
    justify-content: flex-start;
  }
}
.ft .social-icons a {
  line-height: 1em;
  transition: 0.2s;
  padding: 0.2em;
  margin: 0.05em;
}
.ft .social-icons a svg {
  max-width: 1.5em;
  max-height: 1.6em;
}
.ft .social-icons a path {
  fill: #fff;
  transition: 0.2s;
}
.ft .social-icons a:hover path {
  fill: #b9cacb;
}

.ft-legal {
  font-size: 1em;
  font-size: min(max(0.1em, 3.6vw), 1em);
  font-size: clamp(0.1em, 3.6vw, 1em);
  z-index: 9;
  text-align: center;
  padding: 1.5em 0 2.3em;
}
@media screen and (min-width: 41em) {
  .ft-legal {
    font-size: 1em;
    font-size: min(max(0.1em, 1.8vw), 1em);
    font-size: clamp(0.1em, 1.8vw, 1em);
    padding: 0.3125em 0em 2.1875em;
  }
}
@media screen and (min-width: 63em) {
  .ft-legal {
    font-size: 1em;
    font-size: min(max(0.1em, 1.15vw), 1em);
    font-size: clamp(0.1em, 1.15vw, 1em);
    padding: 0em 1.25em 2.5em;
  }
}
.ft-legal .border {
  border-top: 0.125em solid rgba(89, 108, 112, 0.7);
  border-radius: 999em;
  margin-bottom: 1.875em;
}
.ft-legal .div {
  display: inline-block;
  margin: 0 0.4em;
}
.ft-legal .inner {
  position: relative;
}
.ft-legal a.back-to-top {
  z-index: 20;
  position: relative;
  line-height: 1em;
  color: #fff;
  transition: 0.17s;
  margin-left: 0.65em;
  background-color: rgba(51, 72, 80, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.0625em;
  border-radius: 999em;
  transition: 0.2s;
  height: 2.0625em;
  margin-top: 0;
}
@media screen and (min-width: 41em) {
  .ft-legal a.back-to-top {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.ft-legal a.back-to-top .icon {
  display: inline-block;
  position: relative;
  transition: 0.22s;
  top: -0.13em;
  width: 1em;
}
.ft-legal a.back-to-top .icon path {
  fill: rgba(177, 205, 216, 0.8);
}
.ft-legal a.back-to-top:hover {
  color: #fff;
  background-color: #3d5660;
}
.ft-legal a.back-to-top:hover .icon {
  top: -0.2em;
}
.ft-legal a.back-to-top:hover path {
  fill: #fff;
}
.ft-legal p {
  font-size: 0.875em;
  line-height: 1.7em;
  max-width: 1000px;
  margin: 2em auto;
}
@media screen and (min-width: 63em) {
  .ft-legal p {
    max-width: 72em;
  }
}
.ft-legal p a {
  color: #fff;
  transition: 0.17s;
  display: inline-block;
}
.ft-legal p a:hover {
  color: #b9cacb;
}

.page-section {
  font-size: 0.9em;
  font-size: min(max(0.1em, 3vw), 0.9em);
  font-size: clamp(0.1em, 3vw, 0.9em);
  z-index: 20;
  text-align: left;
  background: #1d1d1d;
  color: #fff;
  padding: 3em 0 4.1em;
}
@media screen and (min-width: 41em) {
  .page-section {
    font-size: 1em;
    font-size: min(max(0.1em, 1.6vw), 1em);
    font-size: clamp(0.1em, 1.6vw, 1em);
    padding: 3.125em 0em 4.375em;
    text-align: justify;
  }
}
@media screen and (min-width: 63em) {
  .page-section {
    font-size: 1em;
    font-size: min(max(0.1em, 1.3vw), 1em);
    font-size: clamp(0.1em, 1.3vw, 1em);
    padding: 3.4375em 1.25em 5.625em;
  }
}
@media screen and (min-width: 63em) {
  .page-section .container {
    max-width: 75em;
  }
}
.page-section .main {
  min-height: 15em;
}
@media screen and (min-width: 63em) {
  .page-section .main {
    min-height: 18em;
  }
}
.page-section h1 {
  font-size: 5.05em;
  line-height: 1.07em;
  margin-bottom: 0.29em;
  text-align: left;
}
.page-section h1 .div {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 63em) {
  .page-section h1 {
    font-size: 5.4em;
  }
}
.page-section h2 {
  font-size: 2.375em;
  font-weight: 600;
  margin-bottom: 0.6046511628em;
}
@media screen and (min-width: 41em) {
  .page-section h2 {
    font-size: 2.6875em;
  }
}
.page-section h2.restricted-content {
  margin-bottom: 0.8em;
  font-size: 3.5em;
  line-height: 1.1em;
}
.page-section h2.h2style1 {
  font-size: 2.8em;
  line-height: 1.1em;
}
.page-section h2.h2style2 {
  line-height: 1em;
  font-size: 2.75em;
  text-align: left;
  margin-bottom: 0.3em;
}
.page-section h3 {
  font-size: 2.125em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page-section h3.h3style1 {
  font-size: 1.89em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.page-section ul {
  margin-left: 2em;
  margin-bottom: 1em;
  font-size: 1.3625em;
  line-height: 1.43em;
}
.page-section ul li {
  margin: 0.5em 0;
}
.page-section ul.sitemap {
  font-size: 1.57em;
  margin: 0.1em;
}
.page-section ul.sitemap li {
  list-style: none;
}
.page-section p {
  margin-bottom: 0.6em;
  font-size: 1.5em;
  line-height: 1.43em;
}
@media screen and (min-width: 41em) {
  .page-section p {
    font-size: 1.3625em;
    text-align: justify;
  }
}
.page-section p.restricted-content {
  margin-bottom: 0.6em;
  font-size: 1.5em;
  line-height: 1.5em;
}
.page-section p.restricted-content a {
  color: #59abd5;
  position: relative;
}
.page-section p.restricted-content a:after {
  content: "";
  position: absolute;
  height: 0.09em;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  animation: 0.4s ease 1 both linkHoverOut;
}
.page-section p.restricted-content a:hover {
  color: rgba(89, 171, 213, 0.9);
}
.page-section p.restricted-content a:hover:after {
  animation: 0.28s ease 1 both linkHover;
  transform-origin: left center;
}
.page-section p.missing-ticker {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 3.7em 0 0;
  font-size: 1.08em;
  padding-top: 3.1em;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.page-section p.intro {
  font-size: 1.5em;
  margin-bottom: 2.6em;
  line-height: 1.43em;
  text-align: justify;
}
@media screen and (min-width: 41em) {
  .page-section p.intro {
    margin-bottom: 2.4em;
  }
}
.page-section p.pstyle1 {
  font-size: 1.5em;
  line-height: 1.43em;
  text-align: justify;
  margin-bottom: 1em;
}
.page-section p.pstyle2 {
  font-size: 1.37em;
  line-height: 1.5em;
  margin-bottom: 1.4em;
}
.page-section p.pstyle3 {
  font-size: 1.5625em;
  line-height: 1.38em;
}
.page-section p a:after {
  content: "";
  position: absolute;
  height: 0.09em;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  animation: 0.4s ease 1 both linkHoverOut;
}
.page-section p a:hover {
  color: #6db5da;
}
.page-section p a:hover:after {
  animation: 0.28s ease 1 both linkHover;
  transform-origin: left center;
}
.page-section a {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.page-section hr.hrstyle1 {
  margin: 3em 0;
}
.page-section hr.hrstyle2 {
  margin: 3.3em 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.page-section hr.hrstyle3 {
  margin: 1.7em 0;
  height: 0px;
  background-color: rgba(255, 255, 255, 0);
}
.page-section .icon.linkedin {
  display: inline-block;
  background-color: rgba(79, 145, 179, 0.25);
  border-radius: 0.2em;
  padding: 0.28em;
  display: flex;
  align-items: center;
  transition: 0.15s;
  justify-content: center;
}
.page-section .icon.linkedin span {
  display: inline-block;
  padding: 0.3em;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.2s;
  -webkit-mask: url("/wp-content/themes/bufferlabs2025/assets/images/linkedin.svg") no-repeat center/contain;
  mask: url("/wp-content/themes/bufferlabs2025/assets/images/linkedin.svg") no-repeat center/contain;
}
.page-section .icon.linkedin:hover {
  background-color: rgba(79, 145, 179, 0.35);
}
.page-section .icon.linkedin:hover span {
  background-color: rgba(255, 255, 255, 0.99);
}
.page-section .terms h2 {
  font-size: 1.9875em;
  margin-top: 1.3em;
}
.page-section .terms h2:first-of-type {
  margin-top: 0;
}
.page-section .wpdt-c {
  font-family: "Funnel Display", sans-serif !important;
}
.page-section .wpdt-c .wpDataTablesWrapper {
  background: none !important;
  padding: 0 !important;
}
.page-section .wpdt-c .datatables_wrapper {
  padding-bottom: 2.9em !important;
  min-width: 41em;
}
@media screen and (max-width: 40.99em) {
  .page-section .wpdt-c .datatables_wrapper {
    margin: 0 -1.3em 0;
    min-width: auto;
  }
}
.page-section .wpdt-c table {
  text-align: center !important;
  font-size: 0.78em;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
@media screen and (min-width: 41em) {
  .page-section .wpdt-c table {
    font-size: 1.41em;
  }
}
.page-section .wpdt-c table thead > tr > th,
.page-section .wpdt-c table .wdt-checkbox-filter.btn {
  background: none !important;
}
.page-section .wpdt-c table th,
.page-section .wpdt-c table td,
.page-section .wpdt-c table td.numdata {
  text-align: center !important;
}
.page-section .wpdt-c table th {
  font-weight: 700 !important;
  font-size: 0.8em;
  padding: 1em 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.page-section .wpdt-c table tr {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
  transition: box-shadow 0.3s, background-color 0.3s;
  z-index: 1;
  position: relative;
}
.page-section .wpdt-c table td {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0.9em !important;
}
@media screen and (max-width: 40.99em) {
  .page-section .wpdt-c table td {
    font-size: 1.1em;
  }
}
.page-section .wpdt-c table tr.odd {
  background-color: rgba(255, 255, 255, 0.025) !important;
}
.page-section .wpdt-c table tr.even {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.page-section .wpdt-c table td.sorting_1 {
  background-color: rgba(255, 255, 255, 0) !important;
}
.page-section .wpdt-c table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24) inset;
  z-index: 2;
}
.page-section .wpdt-c table tbody > tr > td.column-aum:not(:empty):before,
.page-section .wpdt-c table tbody > tr.row-detail ul li.column-aum span.columnValue:before {
  content: "$";
  opacity: 0.7;
  margin-right: 0.1em;
}
.page-section .wpdt-c .wpDataTablesFilter {
  margin-bottom: 0.5em !important;
  font-size: 0.8em;
}
@media screen and (min-width: 41em) {
  .page-section .wpdt-c .wpDataTablesFilter {
    margin-bottom: 4.5em !important;
    font-size: 0.94em;
  }
}
.page-section .wpdt-c .wpDataTablesFilter span.filter_column.wdt-filter-number-range {
  margin-top: -0.9em;
  display: block;
}
@media screen and (min-width: 41em) {
  .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2em;
  }
}
.page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox label {
  margin-bottom: 0.3125em;
}
@media screen and (max-width: 40.99em) {
  .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox label {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 40.99em) {
  .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .noUi-tooltip {
    font-size: 0.75em;
  }
}
.page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox input {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.9) !important;
}
.page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox input::placeholder {
  color: rgba(255, 255, 255, 0.22) !important;
}
.page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection {
  margin: 0 !important;
  min-height: 0em !important;
}
@media screen and (max-width: 40.99em) {
  .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection {
    margin: 2.9em 0 !important;
  }
  .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection:nth-child(1), .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection:nth-child(6) {
    margin: -1.2em 0 0 !important;
  }
  .page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection:nth-child(2) {
    margin-top: 2.1em !important;
  }
}
.page-section .wpdt-c .wpDataTablesFilter .wpDataTableFilterBox .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 41em) {
  .page-section .wpdt-c .dataTables_length {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.page-section .wpdt-c .dataTables_length span.filter-option {
  color: rgba(221, 221, 221, 0.8) !important;
  font-weight: 600 !important;
}
.page-section .wpdt-c .dataTables_length label {
  font-size: 0.8125em !important;
}
.page-section .wpdt-c .dataTables_length .bootstrap-select.length_menu {
  width: 5.05em !important;
  height: 2.45em !important;
  padding: 0 0.7125em !important;
  margin: 0 1em !important;
}
.page-section .wpdt-c .dataTables_length .bootstrap-select > .btn-default:before {
  right: 0.375em !important;
  top: calc(50% - 0.76em) !important;
  font-size: 0.9375em !important;
}
.page-section .wpdt-c .dataTables_length span.filter-option {
  line-height: 0.95em;
  margin: 0 !important;
}
.page-section .wpdt-c .dataTables_length .bootstrap-select > .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 41em) {
  .page-section .wpdt-c .dataTables_paginate {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.page-section .bufferlabs-100-index h3 {
  font-size: 2.3em;
  margin-bottom: 0.7em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Big Shoulders Display", sans-serif, sans-serif;
  margin-top: 0;
}
@media screen and (max-width: 40.99em) {
  .page-section .bufferlabs-100-index .wpdt-c {
    padding: 0 1.5em;
    overflow-x: scroll;
  }
}
.page-section .bufferlabs-100-index .wpdt-c .dt-buttons {
  display: none !important;
}
.page-section .bufferlabs-100-index .wpdt-c table {
  font-size: 1.25em;
}
@media screen and (min-width: 63em) {
  .page-section .bufferlabs-100-index .wpdt-c table {
    font-size: 1.41em;
  }
}
.page-section .bufferlabs-100-index .wpdt-c table thead {
  font-size: 0.8em !important;
}
.page-section .bufferlabs-100-index .wpdt-c table td,
.page-section .bufferlabs-100-index .wpdt-c table th {
  cursor: default !important;
  padding: 1.13em 0.5em !important;
}
.page-section .bufferlabs-100-index .wpdt-c table td:first-child,
.page-section .bufferlabs-100-index .wpdt-c table th:first-child {
  font-weight: 700 !important;
}
@media screen and (min-width: 41em) {
  .page-section .bufferlabs-100-index .wpdt-c table td,
.page-section .bufferlabs-100-index .wpdt-c table th {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 63em) {
  .page-section .bufferlabs-100-index .wpdt-c table td,
.page-section .bufferlabs-100-index .wpdt-c table th {
    font-size: 0.95em;
  }
}
.page-section .highstock_spline_chart {
  margin: 2em 0 2em;
}
.page-section .highstock_spline_chart text {
  font-family: "Funnel Display", sans-serif;
}
.page-section .highstock_spline_chart .highcharts-yaxis-grid path {
  stroke: rgba(255, 255, 255, 0.14);
}
.page-section .highstock_spline_chart .highcharts-range-selector-group text {
  fill: rgba(255, 255, 255, 0.7) !important;
  color: rgba(255, 255, 255, 0.7);
}
.page-section .highstock_spline_chart .highcharts-range-selector-group rect {
  fill: rgba(255, 255, 255, 0.1);
}
.page-section .highstock_spline_chart .highcharts-range-selector-group .highcharts-button-pressed rect {
  fill: rgba(255, 255, 255, 0.3);
}
.page-section .highstock_spline_chart .highcharts-axis-labels.highcharts-yaxis-labels text {
  font-size: 0.9em !important;
  fill: white !important;
  background: white !important;
}
.page-section .highstock_spline_chart .highcharts-axis-labels text {
  fill: rgba(255, 255, 255, 0.7) !important;
}
.page-section .highstock_spline_chart .highcharts-axis-labels tspan {
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 0.1875em;
}
.page-section .highstock_spline_chart .highcharts-navigator-mask-inside {
  fill: rgba(102, 122, 255, 0.1);
}
.page-section .highstock_spline_chart .highcharts-scrollbar {
  opacity: 0.5;
}
.page-section .highstock_spline_chart .highcharts-scrollbar .highcharts-scrollbar-track {
  stroke: rgba(255, 255, 255, 0);
  fill: rgba(255, 255, 255, 0.15);
}
.page-section .highstock_spline_chart .highcharts-legend text {
  fill: rgba(255, 255, 255, 0.8) !important;
}
.page-section .model-portfolio .highstock_spline_chart {
  margin: 2em 0 0em;
}
.page-section .model-portfolio .model-portfolio-chart {
  margin-bottom: 2em;
}
.page-section .model-portfolio .model-portfolio-chart p.chart-info {
  font-size: 1em;
  text-align: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.page-section .model-portfolio p {
  margin: 0 0 1em;
}
.page-section .model-portfolio p:last-child {
  margin-bottom: 0;
}
.page-section .model-portfolio p.note {
  margin-top: 2em;
  font-style: italic;
  font-size: 1.05em;
}

.page-section.layout-bg-sidebar {
  overflow: hidden;
}
.page-section.layout-bg-sidebar .bg-photo {
  font-size: 1em;
  font-size: min(max(0.1em, 5.05vw), 1em);
  font-size: clamp(0.1em, 5.05vw, 1em);
  position: absolute;
  top: 0;
  height: 13em;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 41em) {
  .page-section.layout-bg-sidebar .bg-photo {
    font-size: 1em;
    font-size: min(max(0.1em, 2.2vw), 1em);
    font-size: clamp(0.1em, 2.2vw, 1em);
    left: calc(50% + 16em);
    height: 100%;
    max-height: 95em;
    top: 0em;
    opacity: 0.61;
  }
}
@media screen and (min-width: 63em) {
  .page-section.layout-bg-sidebar .bg-photo {
    font-size: 1em;
    font-size: min(max(0.1em, 1.22vw), 1em);
    font-size: clamp(0.1em, 1.22vw, 1em);
    left: calc(50% + 23em);
  }
}
.page-section.layout-bg-sidebar .bg-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: 300% !important;
  max-height: 300% !important;
}
.page-section.layout-bg-sidebar .content {
  padding-top: 13em;
}
@media screen and (min-width: 41em) {
  .page-section.layout-bg-sidebar .content {
    padding-right: 29%;
    padding-top: 0;
  }
}
@media screen and (min-width: 63em) {
  .page-section.layout-bg-sidebar .content {
    padding-right: 27%;
  }
}

.page-section.advisory-board h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2em;
}
.page-section.advisory-board h3 .div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: auto;
  height: 2px;
  flex-grow: 10;
}

.page-section.about .single {
  margin: 3.2em 0;
}
.page-section.about .single:first-of-type {
  margin-top: 3.7em;
}
.page-section.about .single:last-of-type {
  margin-bottom: 0;
}
.page-section.about h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2em;
}
.page-section.about h2 .div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  width: auto;
  height: 2px;
  flex-grow: 10;
}
.page-section.about .icon.linkedin {
  font-size: 0.75em;
}

@media screen and (min-width: 63em) {
  .page-section.membership .container {
    max-width: 61.75em;
  }
}
.page-section.membership h1 {
  text-align: center;
}
.page-section.membership h2 {
  font-size: 1.9em;
  line-height: 1.14em;
  margin-bottom: 0.8em;
  font-weight: 400;
}
.page-section.membership h3 {
  font-size: 1.4em;
  line-height: 1.38em;
  margin-bottom: 1em;
  font-weight: 400;
}
.page-section.membership h4.special {
  font-size: 1.2em;
  line-height: 1.38em;
  margin-bottom: 1.9em;
  font-weight: 500;
}
.page-section.membership .tiers-wrapper {
  margin: 0 auto 0;
}
.page-section.membership .tiers-table {
  font-size: 0.91em;
  line-height: 1.3em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-collapse: collapse;
  margin: 0 auto 0;
  width: 100%;
}
.page-section.membership .tiers-table ::selection {
  background: rgba(255, 255, 255, 0);
}
.page-section.membership .tiers-table ::-moz-selection {
  background: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 41em) {
  .page-section.membership .tiers-table {
    font-size: 1.21875em;
  }
}
.page-section.membership .tiers-table td,
.page-section.membership .tiers-table th {
  padding: 0.95em 1em;
  text-align: center;
  transition: 0.13s;
}
.page-section.membership .tiers-table td:first-of-type,
.page-section.membership .tiers-table th:first-of-type {
  text-align: left;
}
@media screen and (min-width: 41em) {
  .page-section.membership .tiers-table td:first-of-type, .page-section.membership .tiers-table td:last-of-type,
.page-section.membership .tiers-table th:first-of-type,
.page-section.membership .tiers-table th:last-of-type {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.page-section.membership .tiers-table td:not(:first-of-type).hovered-column,
.page-section.membership .tiers-table th:not(:first-of-type).hovered-column {
  background-color: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}
.page-section.membership .tiers-table td:not(:first-of-type).selected-column,
.page-section.membership .tiers-table th:not(:first-of-type).selected-column {
  background-color: rgba(255, 255, 255, 0.085);
}
@media screen and (min-width: 41em) {
  .page-section.membership .tiers-table th:first-of-type, .page-section.membership .tiers-table th:last-of-type {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
.page-section.membership .tiers-table tr {
  background-color: rgba(255, 255, 255, 0.035);
  padding: 0 2em;
}
.page-section.membership .tiers-table tr:nth-of-type(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}
.page-section.membership .tiers-table tr.tiers {
  background-color: rgba(255, 255, 255, 0.015);
  font-weight: 700;
  line-height: 1.5em;
  font-size: 1.2em;
}
.page-section.membership .tiers-table tr.price {
  background-color: rgba(255, 255, 255, 0.11);
  font-weight: 700;
  font-size: 1.06em;
  line-height: 1.5em;
}
.page-section.membership .tiers-table tr.price span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 0.89em;
  display: block;
}
.page-section.membership .tier-info {
  line-height: 1.3em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-collapse: collapse;
  margin: 0.8em auto 2em;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.02);
  position: relative;
  height: 13.9em;
}
@media screen and (min-width: 41em) {
  .page-section.membership .tier-info {
    height: 11.7em;
    font-size: 1.15em;
  }
}
.page-section.membership .tier-info .tier {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-section.membership .tier-info .tier .inner {
  padding: 2em;
}
@media screen and (min-width: 41em) {
  .page-section.membership .tier-info .tier .inner {
    padding: 4.5em;
  }
}
.page-section.membership .tier-info .tier p,
.page-section.membership .tier-info .tier h3,
.page-section.membership .tier-info .tier li {
  transform: translateY(1.2em);
  font-weight: 300;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.page-section.membership .tier-info .tier h3 {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.55em;
  font-size: 2.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page-section.membership .tier-info .tier p,
.page-section.membership .tier-info .tier ul {
  font-size: 1.2em;
  line-height: 1.44em;
}
.page-section.membership .tier-info .tier p {
  margin-bottom: 0.15em;
  font-size: 1.25em;
  line-height: 1.4em;
}
.page-section.membership .tier-info .tier ul {
  margin-bottom: 0.5em;
  margin-left: 1.4em;
}
.page-section.membership .tier-info .tier ul li {
  margin: 0.1em 0;
}
.page-section.membership .tier-info .tier.active {
  opacity: 1;
}
.page-section.membership .tier-info .tier.active li,
.page-section.membership .tier-info .tier.active h3,
.page-section.membership .tier-info .tier.active p {
  transform: translateY(0);
  opacity: 1;
}
.page-section.membership .tier-info .tier.active p {
  transition-delay: 0.2s;
}
.page-section.membership .tier-info .tier.active li {
  transition-delay: 0.25s;
}
.page-section.membership .rcp_form {
  font-size: 1.375em;
  max-width: 34.0909090909em;
  width: 100%;
  margin: 0 auto 0;
}
.page-section.membership .rcp_form div:not(#rcp-card-element) {
  background-color: rgba(0, 0, 0, 0) !important;
}
.page-section.membership .rcp_form table {
  width: 100%;
}
.page-section.membership .rcp_form p {
  margin-bottom: 0.8em;
  line-height: 1.2em;
}
.page-section.membership .rcp_form legend {
  margin-bottom: 0.9em;
  font-size: 1.1em;
}
.page-section.membership .rcp_form .rcp-table {
  font-size: 1.2em;
}
@media screen and (max-width: 40.99em) {
  .page-section.membership .rcp_form .rcp-table {
    font-size: 0.91em;
  }
}
.page-section.membership .rcp_form .membership-amount {
  display: none;
}
.page-section.membership .rcp_form #rcp_profile_display_name_wrap {
  display: none;
}
.page-section.membership .rcp_form .rcp_level_description {
  border: none;
  padding: 0;
  margin: 0.3em 0 0;
  font-size: 0.6em;
  line-height: 1.35em;
}
.page-section.membership .rcp_form .rcp_subscription_fieldset {
  display: none;
}
.logged-in .page-section.membership .rcp_form .rcp_subscription_fieldset {
  display: block;
}
.page-section.membership .rcp_form fieldset.rcp_user_fieldset {
  margin: 0.9em 0 0.4em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3em 0.5em;
  flex-wrap: wrap;
}
.page-section.membership .rcp_form fieldset.rcp_user_fieldset p {
  width: 100%;
}
@media screen and (min-width: 41em) {
  .page-section.membership .rcp_form fieldset.rcp_user_fieldset p {
    width: calc(50% - 0.5em);
  }
}
.page-section.membership .rcp_form .rcp_registration_total_details tr {
  width: 100%;
}
.page-section.membership .rcp_form .membership-level-price {
  display: none;
}
.page-section.membership .rcp_form li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-section.membership .rcp_form .rcp_registration_total_details tr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1em 0;
}
.page-section.membership .rcp_form .rcp_registration_total_details tr.rcp-renewal-date {
  border: none;
}
.page-section.membership .rcp_form .membership-amount,
.page-section.membership .rcp_form .rcp_subscription_message {
  font-size: 1.3em;
}
.page-section.membership .rcp_form .discounts-fees {
  display: none;
}
.page-section.membership .rcp_form label {
  margin-bottom: 0.45em;
  font-size: 1.12em;
  cursor: default;
}
.page-section.membership .rcp_form .rcp_subscription_level label,
.page-section.membership .rcp_form .rcp_gateway_stripe_fields label {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: left;
  display: inline-block;
}
.page-section.membership .rcp_form .rcp_subscription_level input[type=radio],
.page-section.membership .rcp_form .rcp_gateway_stripe_fields input[type=radio] {
  appearance: none;
  margin: 0;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-grid;
  place-content: center;
  padding: 0 !important;
  margin-right: 0.5em;
  top: -0.05em;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  transition: 0.12s;
}
.page-section.membership .rcp_form .rcp_subscription_level input[type=radio]:before,
.page-section.membership .rcp_form .rcp_gateway_stripe_fields input[type=radio]:before {
  content: "";
  padding: 0.32em;
  border-radius: 50%;
  transform: scale(0.5);
  transition: 0.12s;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-section.membership .rcp_form .rcp_subscription_level input[type=radio]:checked,
.page-section.membership .rcp_form .rcp_gateway_stripe_fields input[type=radio]:checked {
  border: 0.15em solid rgba(255, 255, 255, 0.32);
}
.page-section.membership .rcp_form .rcp_subscription_level input[type=radio]:checked:before,
.page-section.membership .rcp_form .rcp_gateway_stripe_fields input[type=radio]:checked:before {
  transform: scale(1);
  opacity: 1;
}
.page-section.membership .rcp_form .rcp_gateway_stripe_fields label {
  margin: 0 0 0.35em;
}
.page-section.membership .rcp_form .rcp-table td {
  margin: 0;
}
.page-section.membership .rcp_form input {
  padding: 0.5em 0.8em !important;
  font-size: 0.94em;
  height: auto;
  border-radius: 0.3125em;
  width: 100%;
  max-width: 100% !important;
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.25s;
}
.page-section.membership .rcp_form input.rcp_level {
  display: inline-block;
  width: auto;
  margin: 0 0.5em 0.1em 0;
}
.page-section.membership .rcp_form input:hover, .page-section.membership .rcp_form input:active {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-section.membership .rcp_form input.required {
  color: #fff;
}
.page-section.membership .rcp_form #rcp_submit {
  width: auto;
  margin: 0 auto;
  margin-top: 0.9em;
  border-radius: 999em;
  background-color: #075178;
  font-family: "Funnel Display", sans-serif;
  color: #fff;
  padding: 0.5em 1.2em !important;
  transition: 0.2s;
  font-size: 1.4em;
}
.page-section.membership .rcp_form #rcp_submit:hover {
  background-color: #086190;
}
.page-section.membership .rcp_form .rcp_gateway_stripe_fields {
  margin: 1.5em 0 0;
}
.page-section.membership .rcp_form #rcp_card_wrap {
  margin-top: 1em;
}
.page-section.membership p.rcp_error {
  background-color: rgba(204, 0, 0, 0.8);
  box-shadow: 0 0 1em 0 rgba(204, 0, 0, 0.2);
  border-radius: 999em;
  border: none;
  font-size: 0.85em;
  color: #fff;
  margin: 1em 0;
  padding: 0.5em 1em;
  line-height: 1.2em;
  text-align: center;
}
.page-section.membership p.rcp_error a {
  color: #fff;
}
.page-section.membership .rcp_login_link,
.page-section.membership .rcp_header {
  display: none;
}
.page-section.membership #rcp_subscription_levels {
  font-size: 1.05em;
}
.page-section.membership #rcp_submit_wrap {
  font-size: 0.9em;
}

.page-section.education-section .container {
  max-width: 60em;
}
.page-section.education-section h1 span {
  display: block;
  line-height: 1.15em;
}
.page-section.education-section h1 .top {
  font-size: 0.95em;
}
.page-section.education-section h1 .btm {
  font-size: 0.57em;
}
.page-section.education-section h2 {
  margin: 1.2em 0 1em;
  font-size: 2.25em;
}
.page-section.education-section h3 {
  font-size: 1.8em;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
.page-section.education-section ul {
  font-size: 1em;
  margin-bottom: 3em;
}

.page-section.blog h2.intro {
  font-size: 1.5em;
  line-height: 1.32em;
  border-bottom: 0.2em solid #363636;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (min-width: 41em) {
  .page-section.blog h2.intro {
    text-align: justify;
    font-size: 1.3125em;
  }
}
.page-section.blog h2 {
  font-size: 2.8em;
  line-height: 1.13em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 41em) {
  .page-section.blog h2 {
    font-size: 3.0375em;
  }
}
.page-section.blog h2 a {
  color: #fff;
}
.page-section.blog h2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.blog p {
  font-size: 1.4375em;
  line-height: 1.42em;
  margin-bottom: 0;
}
.page-section.blog .date {
  font-size: 1.125em;
  line-height: 1.34em;
  margin-bottom: 0.3em;
}
.page-section.blog .btns {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 1em 0 0;
  display: flex;
  justify-content: flex-end;
}
.page-section.blog .btns .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #253040;
  border-radius: 999em;
  padding: 0.8em 1em;
  gap: 0 0.45em;
}
.page-section.blog .btns .btn .icon {
  font-size: 1.53125em;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  color: #657995;
  left: 0;
  transition: 0.4s;
}
.page-section.blog .btns .btn .icon svg {
  width: 0.8125em;
}
.page-section.blog .btns .btn .icon svg path {
  fill: #657995;
}
.page-section.blog .btns .btn .label {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0.35em;
}
.page-section.blog .btns .btn:hover {
  background-color: #2e3c50;
}
.page-section.blog .btns .btn:hover:after {
  opacity: 0.7;
}
.page-section.blog .btns .btn:hover .icon {
  left: 0.15em;
}
.page-section.blog .btns .btn:hover .icon path {
  fill: #fff;
}
.page-section.blog .category-post-item {
  margin-bottom: 4em;
}

@media screen and (min-width: 63em) {
  .page-section.blog-single .container {
    max-width: 63.4em;
  }
}
.page-section.blog-single h1 {
  font-size: 3.5625em;
  line-height: 1.09em;
  margin-bottom: 0.6em;
  text-align: left;
}
@media screen and (min-width: 41em) {
  .page-section.blog-single h1 {
    font-size: 4.125em;
  }
}
.page-section.blog-single .tags {
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.38em;
  margin-bottom: 2.6em;
}
.page-section.blog-single .tags .label {
  font-weight: 600;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.8);
}
.page-section.blog-single .tags a {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 0.4em 0.8em;
  border-radius: 1.25em;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 0.86em;
}
.page-section.blog-single .date {
  font-size: 1.40625em;
  line-height: 1.15em;
  letter-spacing: 0.01em;
  margin-bottom: 1.5em;
  display: block;
}
.page-section.blog-single .date .icon {
  font-size: 0.85em;
  position: relative;
  display: inline-block;
  margin-right: 0.15em;
  top: -0.1em;
}
.page-section.blog-single .date .icon svg {
  width: 0.9em;
}
.page-section.blog-single .date .icon svg path {
  fill: #fff;
}
.page-section.blog-single h2,
.page-section.blog-single h3,
.page-section.blog-single h4,
.page-section.blog-single h5,
.page-section.blog-single h6 {
  font-size: 1.8125em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.page-section.blog-single h2 {
  font-size: 1.8125em;
}
.page-section.blog-single h3 {
  font-size: 1.6875em;
}
.page-section.blog-single h4 {
  font-size: 1.625em;
}
.page-section.blog-single h5 {
  font-size: 1.5625em;
}
.page-section.blog-single h6 {
  font-size: 1.5em;
}
.page-section.blog-single p,
.page-section.blog-single ul,
.page-section.blog-single ol {
  font-size: 1.45em;
  line-height: 1.45em;
  margin-bottom: 1.1em;
}
.page-section.blog-single p:last-child,
.page-section.blog-single ul:last-child,
.page-section.blog-single ol:last-child {
  margin-bottom: 0;
}
.page-section.blog-single ul,
.page-section.blog-single ol {
  padding-left: 1.5em;
}
.page-section.blog-single ul li,
.page-section.blog-single ol li {
  margin-bottom: 0.15em;
}
.page-section.blog-single ul li:last-child,
.page-section.blog-single ol li:last-child {
  margin-bottom: 0;
}
.page-section.blog-single .logo-section {
  margin-top: 4.5em;
  padding: 0 12.1%;
  text-align: center;
}
.page-section.blog-single .logo-section path,
.page-section.blog-single .logo-section polygon,
.page-section.blog-single .logo-section rect {
  fill: #fff;
}
.page-section.blog-single .logo-section svg {
  max-width: 33.75em;
  display: inline-block;
}

.page-section.contact form {
  font-size: 0.635em;
  margin-top: 4.5em;
  background-color: rgba(255, 255, 255, 0.037);
  padding: 2.9em 2.3em;
  padding-bottom: 0;
  border-radius: 1.6em;
}
.page-section.contact form br {
  display: none;
}
.page-section.contact form input {
  margin-bottom: 0.5em;
  font-family: "Funnel Display", sans-serif;
}
.page-section.contact form select,
.page-section.contact form input.input-info,
.page-section.contact form textarea {
  background-color: rgba(0, 0, 0, 0.14);
  font-size: 1.75em;
  padding: 0.58em 0.792857em;
  border-radius: 0.2em;
  color: #fff;
  width: 100%;
  border: none;
  margin-bottom: 0.4em;
  outline: none !important;
  transition: 0.15s;
}
.page-section.contact form select::placeholder,
.page-section.contact form input.input-info::placeholder,
.page-section.contact form textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.page-section.contact form select:hover,
.page-section.contact form input.input-info:hover,
.page-section.contact form textarea:hover {
  background-color: rgba(0, 0, 0, 0.19);
}
.page-section.contact form select.wpcf7-not-valid,
.page-section.contact form input.input-info.wpcf7-not-valid,
.page-section.contact form textarea.wpcf7-not-valid {
  box-shadow: 0 0 0 0.15em rgba(255, 74, 74, 0.2) inset;
}
.page-section.contact form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 999em rgba(50, 50, 50, 0.9) inset;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
}
.page-section.contact form select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 374.2 214.66'><path fill='rgba(255,255,255,.3)' d='m364.29,44.17l-160,160c-13.95,13.95-19.87,14.03-33.9,0L10.29,44.17C-3.9,29.98-2.96,23.52,10.29,10.27c14-14,20.85-13.05,33.9,0l143,143L330.29,10.17c13.35-13.35,20.14-13.76,33.9,0,12.51,12.51,14.16,19.74,0,33.9l.1.1h0Z'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.7em) 55%;
  background-size: 0.7em;
}
.page-section.contact form option {
  padding: 0;
  margin: 0;
  font-size: 0.95em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.14);
}
.page-section.contact form textarea {
  font-family: "Funnel Display", sans-serif;
  height: 10em;
}
.page-section.contact form .wpcf7-not-valid-tip {
  font-weight: 600;
  font-size: 1.2375em;
  color: #ff4a4a;
  margin-top: -0.22em;
  margin-bottom: 0.9em;
  margin-left: 1.15em;
}
.page-section.contact form .wpcf7-response-output {
  margin: 0;
  width: 100%;
  font-size: 1.4375em;
  color: #fff;
  background-color: #ff4a4a;
  border: none;
  padding: 1em;
  border-radius: 99em;
  text-align: center;
}
.page-section.contact form.sent .wpcf7-response-output {
  background: #116203;
  border: 0.11em solid #46b450;
}
.page-section.contact form .btns input {
  font-size: 1.7em;
  padding: 0.75em 1.45em;
}

.page-section.account h1 {
  text-align: center;
}
.page-section.account h3 {
  font-size: 2em;
}
.page-section.account .rcp-table-wrapper {
  max-width: 100% !important;
}
.page-section.account .rcp-button {
  width: auto;
  margin-top: 0em;
  margin: 0 auto;
  border-radius: 999em;
  background-color: #075178;
  font-family: "Funnel Display", sans-serif;
  color: #fff;
  padding: 0.5em 1.2em;
  transition: 0.2s;
}
.page-section.account .rcp-button:hover {
  background-color: #086190;
}
.page-section.account table {
  margin-bottom: 2.8em;
  font-size: 1.2em;
  line-height: 1.3em;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.page-section.account table thead {
  background-color: rgba(255, 255, 255, 0.015);
}
.page-section.account table button {
  border-radius: 999em;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "Funnel Display", sans-serif;
  color: #fff;
  padding: 0.5em 1.2em;
  transition: 0.2s;
  border: none;
}
.page-section.account table button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-section.account table td {
  margin: 0;
  padding: 0.7em 0;
  background-color: rgba(255, 255, 255, 0.045);
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.page-section.account table th {
  padding: 0.8em 0;
}
.page-section.account form {
  font-size: 1.73em;
  margin: 3em auto 0;
  background: rgba(255, 255, 255, 0.032);
  padding: 1.5em;
  max-width: 27.1em;
  border-radius: 1em;
}
.page-section.account form p {
  font-size: 1em;
}
.page-section.account form legend {
  margin-bottom: 0.9em;
  font-size: 1.1em;
  display: block;
  text-align: center;
}
.page-section.account form #rcp_profile_display_name_wrap {
  display: none;
}
.page-section.account form label {
  margin-bottom: 0.2em;
  font-size: 0.92em;
}
.page-section.account form input {
  padding: 0.5em 0.8em !important;
  font-size: 0.8em;
  height: auto;
  border-radius: 0.3125em;
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  background-color: rgba(255, 255, 255, 0.1);
}
.page-section.account form input.required {
  color: #fff;
}
.page-section.account form #rcp_profile_editor_submit {
  width: auto;
  float: right;
  margin-top: 0em;
  border-radius: 999em;
  background-color: #075178;
  font-family: "Funnel Display", sans-serif;
  color: #fff;
  padding: 0.5em 1.2em;
  transition: 0.2s;
  font-size: 0.75em;
}
.page-section.account form #rcp_profile_editor_submit:hover {
  background-color: #086190;
}
.page-section.account form fieldset {
  margin-bottom: 1em;
}
.page-section.account form fieldset:last-of-type {
  margin-bottom: 0;
}
.page-section.account .rcp_logged_in {
  text-align: center;
  margin-top: 5em;
}
.page-section.account .rcp_logged_in a {
  font-size: 1.2em;
  background-color: #075178;
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 999em;
}
.page-section.account .rcp_logged_in a:hover {
  background-color: #086190;
}

.page-section.dashboard-header {
  font-size: 0.9em;
  font-size: min(max(0.1em, 3vw), 0.9em);
  font-size: clamp(0.1em, 3vw, 0.9em);
  z-index: 10;
  text-align: center;
  background: #1d1d1d;
  color: #fff;
  padding: 3em 0 3.3em;
  overflow: hidden;
  background: url("../images/members-banner.jpg") center center/cover #222 no-repeat;
}
@media screen and (min-width: 41em) {
  .page-section.dashboard-header {
    font-size: 1em;
    font-size: min(max(0.1em, 1.6vw), 1em);
    font-size: clamp(0.1em, 1.6vw, 1em);
    padding: 3.75em 0em 4.375em;
  }
}
@media screen and (min-width: 63em) {
  .page-section.dashboard-header {
    font-size: 1em;
    font-size: min(max(0.1em, 1.3vw), 1em);
    font-size: clamp(0.1em, 1.3vw, 1em);
    padding: 3.75em 1.25em 2.8125em;
  }
}
.page-section.dashboard-header h2 {
  font-size: 1.625em;
  line-height: 1.3em;
}

.page-section.dashboard .alerts h3 {
  font-size: 2.1875em;
  line-height: 1.15em;
  margin-bottom: 0.2em;
  font-weight: 600;
}
.page-section.dashboard .alerts p {
  font-size: 1.625em;
  line-height: 1.36em;
}
.page-section.dashboard .alerts .alert {
  padding: 1.25em 1.8125em 1.375em;
  border-radius: 1.5625em;
  box-shadow: 0 0 1.3125em 0 rgba(145, 255, 126, 0.17);
  border: solid 0.125em #20a408;
  background-color: #116203;
  margin-bottom: 0.9em;
  position: relative;
}
.page-section.dashboard .alerts .alert.alert1 {
  display: none;
}
.new-registration .page-section.dashboard .alerts .alert.alert1 {
  display: block;
}
.page-section.dashboard .alerts .alert:last-child {
  margin-bottom: 2.7em;
}
.page-section.dashboard .alerts .alert.alert2 {
  box-shadow: 0 0 1.3125em 0 rgba(128, 212, 255, 0.17);
  border: solid 0.125em #59abd5;
  background-color: #0f5173;
  display: block;
}
.two-factor-auth-active .page-section.dashboard .alerts .alert.alert2, .page-section.dashboard .alerts .alert.alert2.hide {
  display: none;
}
.page-section.dashboard .alerts .alert.alert2 p {
  font-size: 1.3125em;
}
.page-section.dashboard .alerts .alert.alert2 .close {
  color: #8db8ce;
}
.page-section.dashboard .alerts .alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #6ab15e;
  transition: 0.2s;
  cursor: pointer;
}
.page-section.dashboard .alerts .alert .close .icon {
  font-size: 2.1875em;
}
.page-section.dashboard .alerts .alert .close .icon svg {
  width: 0.65em;
}
.page-section.dashboard .alerts .alert .close .icon path {
  transition: 0.2s;
  fill: #6ab15e;
}
.page-section.dashboard .alerts .alert .close:hover path {
  fill: rgba(255, 255, 255, 0.9);
}
.page-section.dashboard .alerts .btns {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 1em 0 0;
  display: flex;
  justify-content: flex-end;
}
.page-section.dashboard .alerts .btns .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #3e8bb4;
  border-radius: 999em;
  padding: 0.8em 1em;
  gap: 0 0.45em;
}
.page-section.dashboard .alerts .btns .btn .icon {
  font-size: 1.28125em;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  color: #c9ecff;
  left: 0.1em;
  transition: 0.4s;
}
.page-section.dashboard .alerts .btns .btn .icon svg {
  width: 0.8125em;
}
.page-section.dashboard .alerts .btns .btn .icon svg path {
  fill: #c9ecff;
}
.page-section.dashboard .alerts .btns .btn .label {
  font-size: 1.1875em;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0.35em;
}
.page-section.dashboard .alerts .btns .btn:hover {
  background-color: #4b98c1;
}
.page-section.dashboard .content h2.quick-links-title {
  font-size: 5em;
  text-align: center;
  line-height: 1.15em;
  margin-bottom: 0.45em;
}
@media screen and (min-width: 41em) {
  .page-section.dashboard .content h2.quick-links-title {
    font-size: 5.3375em;
  }
}
.page-section.dashboard .content ul {
  margin: 0;
  font-size: 1em;
}
.page-section.dashboard .content li {
  list-style: none;
  margin: 0 0 5em;
}
.page-section.dashboard .content li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 41em) {
  .page-section.dashboard .content li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5em;
  }
}
@media screen and (min-width: 41em) {
  .page-section.dashboard .content .inner {
    width: 37.5em;
  }
}
@media screen and (min-width: 63em) {
  .page-section.dashboard .content .inner {
    width: 50em;
  }
}
.page-section.dashboard .content h3 {
  font-size: 2.5em;
  line-height: 1.15em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 41em) {
  .page-section.dashboard .content h3 {
    font-size: 2.75em;
  }
}
.page-section.dashboard .content p.description {
  font-size: 1.5625em;
  line-height: 1.38em;
}

@media screen and (min-width: 63em) {
  .page-section .etf-single .container {
    max-width: 68.75em;
  }
}
.page-section .etf-single h1 {
  font-size: 5.625em;
  line-height: 1.07em;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  margin-bottom: 0.11em;
}
@media screen and (min-width: 41em) {
  .page-section .etf-single h1 {
    font-size: 6.25em;
    max-width: calc(100% - 2.11em);
    margin-bottom: 0.15em;
  }
}
.page-section .etf-single h2 {
  font-size: 1.125em;
  line-height: 1.15em;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.page-section .etf-single .pdf-viewer {
  height: 42em !important;
  max-height: 999em;
  max-height: calc(90vh - 6.25em);
}
@media screen and (min-width: 41em) {
  .page-section .etf-single .pdf-viewer {
    height: 74.3em !important;
    max-height: calc(92vh - 6.25em);
  }
}
@media screen and (min-width: 63em) {
  .page-section .etf-single .pdf-viewer {
    height: 88.8em !important;
    max-height: calc(95vh - 6.25em);
  }
}

@media screen and (max-width: 40.99em) {
  .page-section .sample-holdings .intro {
    margin-bottom: 0;
  }
}
.page-section .sample-holdings .wpdt-c {
  max-width: 61.875em;
  margin: 0 auto;
}
.page-section .sample-holdings .wpdt-c table thead {
  font-size: 1.9em;
}
.page-section .sample-holdings .wpdt-c table thead th {
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  font-family: "Big Shoulders Display", sans-serif, sans-serif !important;
}
.page-section .sample-holdings .wpdt-c table thead th::before {
  color: rgba(255, 255, 255, 0.7) !important;
}
.page-section .sample-holdings .wpdt-c table tbody {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.9em 1em;
  gap: 0.8em;
}
.page-section .sample-holdings .wpdt-c table tbody tr.even, .page-section .sample-holdings .wpdt-c table tbody tr.odd {
  background: none !important;
  box-shadow: none !important;
}
.page-section .sample-holdings .wpdt-c table tbody td {
  border: none !important;
  box-shadow: none !important;
  font-size: 1.6em;
}
@media screen and (min-width: 63em) {
  .page-section .sample-holdings .wpdt-c table tbody td {
    font-size: 1.4em;
  }
}

.page-section .opt-out-page #cmplz-document,
.page-section .opt-out-page .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}
.page-section .opt-out-page ul,
.page-section .opt-out-page ol {
  margin: 1em 2em;
  font-size: 1em !important;
}
.page-section .opt-out-page ul li,
.page-section .opt-out-page ol li {
  margin: 0.5em 0;
}
.page-section .opt-out-page h2 {
  font-size: 2.6875em !important;
  margin-top: 0.7em !important;
}
.page-section .opt-out-page p,
.page-section .opt-out-page li {
  font-size: 1.3625em !important;
}

.comments-section {
  border-top: 0.1875em solid rgba(255, 255, 255, 0.1);
  margin-top: 4em;
  padding-top: 2.2em;
}
.comments-section h3.comments-title {
  font-size: 2.3em;
  margin: 0;
}
.comments-section #wpdcom {
  font-size: 1.1em;
}
.comments-section #wpdcom div,
.comments-section #wpdcom span {
  color: rgba(255, 255, 255, 0.9);
}
.comments-section #wpdcom a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.comments-section #wpdcom .wpd-login {
  font-size: 0.9em;
}
.comments-section #wpdcom .wpd-sbs-title {
  font-size: 1.08em;
}
.comments-section #wpdcom .wpd-form-head {
  padding: 0 0.4em 0.2em;
  margin: 0;
  border: none;
}
.comments-section #wpdcom .wpd-form-wrap {
  background: rgba(255, 255, 255, 0.04);
  padding: 1.1em 1.3em 1.3em;
  border-radius: 1.1em;
  margin-top: 1em;
}
.comments-section #wpdcom .wpd-comment-left {
  display: none;
}
.comments-section #wpdcom .wpd-comment-text {
  word-break: normal;
  font-size: 1.21em !important;
}
.comments-section #wpdcom .wpd-comment-text p {
  font-size: 1em !important;
  line-height: 1.42em;
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar {
  padding: 0.5em 0.4em;
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar #wpdiscuz-subscribe-form {
  gap: 0 0.3em;
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar .wpdiscuz-subscribe-form-option {
  width: auto !important;
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar select,
.comments-section #wpdcom .wpdiscuz-subscribe-bar input {
  padding: 0.3em;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 0.9em;
  font-family: "Funnel Display", sans-serif;
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar select option,
.comments-section #wpdcom .wpdiscuz-subscribe-bar input option {
  color: #000;
  background-color: rgba(255, 255, 255, 0.12);
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button {
  background-color: rgba(7, 81, 120, 0.45);
  color: #fff;
  padding: 0 0 0.2em;
  width: 1em;
  height: 1em;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 999em;
  position: relative;
  cursor: pointer;
  line-height: 0;
}
.comments-section #wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button:hover {
  background-color: #086190;
}
.comments-section #wpdcom textarea,
.comments-section #wpdcom .wpd-field {
  font-family: "Funnel Display", sans-serif;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.55em 0.85em !important;
  border-radius: 0.3125em;
  height: auto;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #fff;
  min-height: 5em !important;
  transition: 0.2s;
  height: auto !important;
  overflow: auto !important;
}
.comments-section #wpdcom textarea::placeholder,
.comments-section #wpdcom .wpd-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.comments-section #wpdcom textarea:hover,
.comments-section #wpdcom .wpd-field:hover {
  background-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.19);
}
.comments-section #wpdcom textarea:focus,
.comments-section #wpdcom .wpd-field:focus {
  background-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.21);
}
.comments-section #wpdcom input.wpd-field {
  min-height: auto !important;
  padding-left: 1.9em !important;
}
.comments-section #wpdcom .wpdiscuz-item .wpd-field-icon {
  top: 46%;
  transform: translateY(-50%);
  line-height: 0;
  left: 0.8em;
}
.comments-section #wpdcom .wpd-form-col-left {
  width: 100% !important;
}
.comments-section #wpdcom .wpd-form-col-right {
  width: 100% !important;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 0.7em;
  padding-top: 0.2em;
}
.comments-section #wpdcom .wpd-form-col-right .wc-field-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 0.15em;
  margin: 0;
  padding: 0;
}
.comments-section #wpdcom .wpd-form-col-right .wc-field-submit .wpd_label {
  width: auto;
}
.comments-section #wpdcom .wpd-form-col-right .wc-field-submit .wc_comm_submit {
  background-color: rgba(7, 81, 120, 0.5);
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 999em;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.2em;
  transition: 0.2s;
  margin: 0 !important;
  cursor: pointer;
  font-weight: 600;
  flex-grow: 100;
}
.comments-section #wpdcom .wpd-form-col-right .wc-field-submit .wc_comm_submit:hover {
  background-color: rgba(7, 81, 120, 0.7);
}
.comments-section #wpdcom .wpd-form-col-right .wpdiscuz-item {
  display: inline-block;
  width: auto;
}
.comments-section #wpdcom .wpd-form-col-right .wpdiscuz-recaptcha {
  transform: none !important;
  display: inline-block;
}
.comments-section #wpdcom .wpd-form-col-right .wpdiscuz-item {
  padding: 0;
}
.comments-section #wpdcom #wpd-threads {
  margin-top: 1.8em;
}
.comments-section #wpdcom #wpd-threads .wpd-thread-head {
  border: none;
}
.comments-section #wpdcom #wpd-threads .wpd-thread-head .wpdiscuz-user-settings {
  border: none;
}
.comments-section #wpdcom #wpd-threads .wpd-thread-head .wpdf-sorting {
  border: none;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 99em;
}
.comments-section #wpdcom #wpd-threads .wpd-thread-head .wpd-thread-info {
  color: #fff;
  border: none;
  font-size: 1.33em;
}
.comments-section #wpdcom #wpd-threads .wpd-thread-head .wpd-thread-info .wpdtc {
  font-size: 1em;
}
.comments-section #wpdcom #wpd-threads .wpd-thread-head .wpdiscuz-sort-buttons span {
  color: rgba(0, 0, 0, 0.8);
}

.btns {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 1.1875em 0 0;
  display: flex;
  justify-content: flex-end;
}
.btns p {
  margin: 0;
}
.btns input {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #253040;
  border-radius: 999em;
  padding: 0.5em 1.22em;
  gap: 0 0.45em;
  font-size: 1.84375em;
  line-height: 1em;
}
.btns input:hover {
  filter: brightness(1.15);
}
.btns.dashboard {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 2.1875em 0 0;
  display: flex;
  justify-content: center;
  font-size: 0.9em;
}
@media screen and (min-width: 41em) {
  .btns.dashboard {
    justify-content: flex-end;
    margin: 0;
    width: 21.875em;
  }
}
@media screen and (min-width: 63em) {
  .btns.dashboard {
    font-size: 1em;
    width: 23.875em;
  }
}
.btns.dashboard .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #253040;
  border-radius: 999em;
  padding: 1.1em 1.3em;
  gap: 0 0.45em;
}
.btns.dashboard .btn .icon {
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  color: #4f91b3;
  left: 0;
  transition: 0.4s;
}
.btns.dashboard .btn .icon svg {
  width: 1.5625em;
}
.btns.dashboard .btn .icon svg path {
  fill: #4f91b3;
}
.btns.dashboard .btn .label {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0.35em;
}
.btns.dashboard .btn:hover {
  filter: brightness(1.15);
}
.btns.dashboard .btn:hover .icon {
  left: 0.15em;
}
.btns.dashboard .btn:hover .icon path {
  fill: #fff;
}
.btns.download {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 0 0 1.25em;
  display: flex;
  justify-content: center;
  font-size: 0.95em;
}
@media screen and (min-width: 63em) {
  .btns.download {
    margin: 0;
    font-size: 0.85em;
    position: absolute;
    top: 4.7em;
    right: 0;
  }
}
.btns.download .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-size: 0.92em;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(60, 60, 60, 0.7);
  border-radius: 999em;
  padding: 0.8em 1em;
  gap: 0 0.3em;
}
.btns.download .btn.inactive {
  background-color: rgba(60, 60, 60, 0.3);
  cursor: default;
  color: rgba(255, 255, 255, 0.34);
}
.btns.download .btn.inactive:after {
  background: rgba(60, 60, 60, 0.2);
}
.btns.download .btn.inactive .icon svg path {
  fill: rgba(182, 235, 229, 0.3);
}
.btns.download .btn.inactive:hover .notice {
  opacity: 1;
}
.btns.download .btn.inactive:hover .label {
  opacity: 0;
}
.btns.download .btn.inactive:hover .icon {
  opacity: 0;
}
.btns.download .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1f70e2;
  z-index: -1;
  opacity: 1;
  transition: 0.23s;
  border-radius: 999em;
}
.btns.download .btn .icon {
  font-size: 1.0625em;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0em;
  color: #b6ebe5;
  left: 0;
  transition: 0.2s;
}
.btns.download .btn .icon svg {
  width: 0.9411764706em;
}
.btns.download .btn .icon svg path {
  fill: #b6ebe5;
}
.btns.download .btn .label {
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0.35em;
  transition: 0.18s;
}
.btns.download .btn .notice {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.89em;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
.btns.download .btn:hover:after {
  opacity: 0.7;
}
.btns.download .btn:hover .icon {
  top: 0.05em;
}
.btns.download .btn:hover .icon path {
  fill: #fff;
}
.btns.return {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 4.0625em 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 41em) {
  .btns.return {
    margin-top: 7.1875em;
  }
}
.btns.return .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #253040;
  border-radius: 999em;
  padding: 0.8em 1em;
  gap: 0 0.45em;
}
.btns.return .btn .icon {
  font-size: 1.53125em;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  color: #657995;
  left: 0;
  transition: 0.4s;
}
.btns.return .btn .icon svg {
  width: 0.8125em;
}
.btns.return .btn .icon svg path {
  fill: #657995;
}
.btns.return .btn .label {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0.35em;
}
.btns.return .btn:hover {
  background-color: #2e3c50;
}
.btns.return .btn:hover:after {
  opacity: 0.7;
}
.btns.return .btn:hover .icon {
  left: -0.15em;
}
.btns.return .btn:hover .icon path {
  fill: #fff;
}
.btns.subscribe {
  position: relative;
  z-index: 900;
  text-align: left;
  margin: 1.8125em 0 0;
  display: flex;
  justify-content: center;
  font-size: 1.1em;
}
@media screen and (min-width: 41em) {
  .btns.subscribe {
    font-size: 1em;
    margin: 0;
  }
}
.btns.subscribe .btn {
  position: relative;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 0;
  transition: 0.19s;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #354151;
  border-radius: 999em;
  padding: 0.89em 1.3em;
  gap: 0.45em;
}
.btns.subscribe .btn .icon {
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.03em;
  color: #4f91b3;
  left: 0;
  transition: 0.33s;
}
.btns.subscribe .btn .icon svg {
  width: 1.1875em;
}
.btns.subscribe .btn .icon svg path {
  transition: 0.33s;
  fill: #5d79a1;
}
.btns.subscribe .btn .label {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1em;
  padding: 0 0.35em;
  letter-spacing: 0.005em;
}
.btns.subscribe .btn:hover {
  filter: brightness(1.15);
}
.btns.subscribe .btn:hover .icon {
  transform: scale(1.1);
}
.btns.subscribe .btn:hover .icon path {
  fill: #9daec7;
}

.newsletter-section {
  font-size: 1em;
  font-size: min(max(0.1em, 2.9vw), 1em);
  font-size: clamp(0.1em, 2.9vw, 1em);
  padding: 3.5em 0;
  text-align: center;
}
.newsletter-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.2s;
  background: #203034;
  opacity: 0.2;
}
.newsletter-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background-color: #242424;
  opacity: 0.65;
}
@media screen and (min-width: 41em) {
  .newsletter-section {
    text-align: left;
    font-size: 1em;
    font-size: min(max(0.1em, 1.54vw), 1em);
    font-size: clamp(0.1em, 1.54vw, 1em);
  }
}
@media screen and (min-width: 63em) {
  .newsletter-section {
    padding: 3em 0;
    font-size: 1em;
    font-size: min(max(0.1em, 1.25vw), 1em);
    font-size: clamp(0.1em, 1.25vw, 1em);
  }
}
.newsletter-section h2 {
  margin-bottom: 0.3518518519em;
  font-size: 3.1875em;
  line-height: 1.05em;
}
@media screen and (min-width: 41em) {
  .newsletter-section h2 {
    margin: 0;
  }
}
.newsletter-section p {
  font-size: 1.28125em;
  line-height: 1.28em;
  margin-bottom: 0.7142857143em;
  font-weight: 350;
  position: relative;
  top: -0.05em;
}
@media screen and (min-width: 41em) {
  .newsletter-section p {
    margin: 0;
  }
}
@media screen and (min-width: 41em) {
  .newsletter-section .main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.1875em;
  }
}
@media screen and (min-width: 41em) {
  .newsletter-section .textcont {
    width: 39.3em;
  }
}

.newsletter-popup {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.36s;
}
@media screen and (min-width: 41em) {
  .newsletter-popup {
    font-size: 1.25em;
    font-size: min(max(0.1em, 2vw), 1.25em);
    font-size: clamp(0.1em, 2vw, 1.25em);
  }
}
.newsletter-popup.open {
  pointer-events: all;
  opacity: 1;
}
.newsletter-popup.open .inner {
  transform: scale(1);
}
.newsletter-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #111;
  opacity: 0.96;
}
.newsletter-popup .inner {
  padding: 2em 1.4em;
  background-color: #222;
  border-radius: 0.625em;
  position: relative;
  margin: 0.8em;
  transform: scale(0.9);
  transition: 0.46s;
  box-shadow: 0 0 4.5em rgba(179, 211, 255, 0.04);
}
@media screen and (min-width: 41em) {
  .newsletter-popup .inner {
    padding: 2.3em 2.5em 2em;
    border-radius: 1.25em;
  }
}
.newsletter-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  cursor: pointer;
}
.newsletter-popup .close svg {
  width: 1.2em;
}
.newsletter-popup .close svg path {
  fill: rgba(255, 255, 255, 0.25);
  transition: 0.2s;
}
.newsletter-popup .close:hover svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.newsletter-popup h3 {
  font-size: 1.75em;
  line-height: 1.09em;
  margin-bottom: 0.34em;
  font-weight: 600;
  padding-right: 1em;
}
@media screen and (min-width: 41em) {
  .newsletter-popup h3 {
    font-size: 2.25em;
  }
}
.newsletter-popup p {
  font-size: 0.96875em;
  line-height: 1.2em;
  margin-bottom: 1.3em;
}
.newsletter-popup .tnp.tnp-subscription {
  margin: 0;
  max-width: 100%;
}
.newsletter-popup .tnp.tnp-subscription form label {
  flex-shrink: 100;
  min-width: 3.6em;
}
.newsletter-popup .tnp.tnp-subscription form input {
  font-size: 1.125em;
  line-height: 1.28em;
  padding: 0.6875em 0.9375em;
  border-radius: 0.3125em;
  background-color: rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: 0.2s;
  font-family: "Funnel Display", sans-serif;
}
.newsletter-popup .tnp.tnp-subscription form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-popup .tnp.tnp-subscription form input:hover {
  background-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.19);
}
.newsletter-popup .tnp.tnp-subscription form input:focus {
  background-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.21);
}
.newsletter-popup .tnp.tnp-subscription form input.tnp-submit {
  background-color: #253040;
  color: #fff;
  padding: 0.6875em 1.375em;
  border-radius: 0.3125em;
  font-size: 1.125em;
  line-height: 1.28em;
  transition: 0.2s;
  margin-top: 0.2em;
  font-weight: 600;
  border-radius: 999em;
  cursor: pointer;
  box-shadow: none !important;
}
.newsletter-popup .tnp.tnp-subscription form input.tnp-submit:hover {
  background-color: #2e3c50;
}
.newsletter-popup .tnp.tnp-subscription div.tnp-field {
  margin: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-popup .tnp.tnp-subscription div.tnp-field:last-of-type {
  margin-bottom: 0;
}
.newsletter-popup .tnp.tnp-subscription .tnp-field.tnp-privacy-field {
  font-size: 0.9em;
  margin: 1em 0;
}
.newsletter-popup .tnp.tnp-subscription .tnp-field.tnp-privacy-field label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.newsletter-popup .tnp.tnp-subscription .tnp-field.tnp-privacy-field input {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1em;
}
#exit-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 1.25em;
}
@media screen and (min-width: 41em) {
  #exit-modal {
    font-size: 1.25em;
    font-size: min(max(0.1em, 2vw), 1.25em);
    font-size: clamp(0.1em, 2vw, 1.25em);
  }
}
#exit-modal #exit-modal-box {
  background: #141414;
  max-width: 35.2em;
  width: 100%;
  padding: 2em;
  border-radius: 1.3em;
  line-height: 1.3em;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 1em 2em;
}
#exit-modal .exit-modal-title {
  font-size: 1.875em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#exit-modal .exit-modal-buttons {
  display: flex;
  gap: 0.9375em;
  margin-top: 1.5em;
}
#exit-modal .exit-modal-buttons .exit-modal-button {
  padding: 0.75em 1.25em;
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  border: none;
  border-radius: 0.625em;
  font-size: 1em;
  cursor: pointer;
  transition: 0.2s;
}
#exit-modal .exit-modal-buttons .exit-modal-button.return {
  background: rgba(255, 255, 255, 0.2);
}
#exit-modal .exit-modal-buttons .exit-modal-button.return:hover {
  background: rgba(255, 255, 255, 0.3);
}
#exit-modal .exit-modal-buttons .exit-modal-button.continue {
  background: #075178;
}
#exit-modal .exit-modal-buttons .exit-modal-button.continue:hover {
  background: #086190;
}