* {
  box-sizing: border-box;
}

html {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: rgb(26, 28, 30);
  width: 100vw;
  background: white;
  scroll-behavior: smooth;
}

.is-layout-constrained > .alignwide {
  max-width: 1446px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 830px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.verticaltitle {
  text-orientation: mixed;
  writing-mode: tb;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
}

.vertical-title-content-wrapper {
  position: relative;
}
.vertical-title-content-wrapper .content-by-vertical {
  padding-left: 150px;
}
@media screen and (max-width: 800px) {
  .vertical-title-content-wrapper .content-by-vertical {
    padding-left: 0;
  }
}
.vertical-title {
  font-size: 90px;
  line-height: 100px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #E8622C;
  font-family: "agenda", sans-serif;
  position: absolute;
  top: 0;
  right: 100%;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: right top;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: right top;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: right top;
  -o-transform: rotate(270deg);
  -o-transform-origin: right top;
  transform: rotate(270deg);
  transform-origin: right top;
}
@media screen and (max-width: 800px) {
  .vertical-title {
    font-size: 42px;
    line-height: 52px;
    position: static;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

.wrapper {
  max-width: calc(1616px + 6vw);
  margin: 0 auto;
  padding: 0 3vw;
}
.wrapper.narrow {
  max-width: calc(1050px + 6vw);
}
.wrapper.single-post {
  margin-top: clamp(30px, 3.6458vw, 70px);
}
.wrapper.single-post .post-data {
  color: #B7B7B7;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.wrapper.single-post .post-data h2 {
  color: rgb(26, 28, 30);
  font-weight: 400;
  font-size: clamp(40px, 4.1666666667vw, 80px);
  line-height: 1;
  margin: 25px 0 40px;
  text-transform: none;
}
.wrapper.single-post p, .wrapper.single-post ul, .wrapper.single-post ol {
  max-width: 985px;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 3;
}
.site-header .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header .top-bar .wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 8px 3vw;
}
@media (max-width: 782px) {
  .site-header .top-bar .wrapper {
    gap: 15px;
  }
}
.site-header .top-bar .wrapper a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .top-bar .wrapper a i {
  font-size: 11px;
  color: #E8622C;
}
.site-header .top-bar .wrapper a:hover {
  color: #ffffff;
}
.site-header .main-bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 18px 3vw;
}
.site-header .main-bar .wrapper .left {
  margin-right: auto;
}
.site-header .main-bar .wrapper .left .site-logo {
  display: block;
}
.site-header .main-bar .wrapper .left .site-logo img {
  display: block;
  height: 96px;
  width: auto;
}
@media (max-width: 600px) {
  .site-header .main-bar .wrapper .left .site-logo img {
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .site-header .main-bar .wrapper .middle {
    display: none;
  }
}
.site-header .main-bar .wrapper .middle ul {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .main-bar .wrapper .middle ul li {
  margin: 0;
}
.site-header .main-bar .wrapper .middle ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.site-header .main-bar .wrapper .middle ul li a:hover {
  color: #E8622C;
}
.site-header .main-bar .wrapper .right .cta {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
}
.site-header .main-bar .wrapper .right .cta span {
  display: block;
}
@media (max-width: 600px) {
  .site-header .main-bar .wrapper .right .cta {
    padding: 10px 18px;
    font-size: 13px;
  }
}

.hero-slider {
  aspect-ratio: 2.089922/1;
  margin: 0 auto clamp(30px, 2.6041666667vw, 50px) !important;
}
.hero-slider .slide {
  display: block;
  width: 100%;
  aspect-ratio: 2.089922/1;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-slider .slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(10deg, rgba(0, 0, 0, 0) 19.5%, rgba(0, 0, 0, 0.4) 79.68%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.hero-slider .slide .wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.hero-slider .slide .wrapper .page-title {
  color: #FFF;
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6.7708333333vw, 130px);
  line-height: 1.1076923077;
  margin-bottom: clamp(50px, 6.40625vw, 123px);
}

.editor-styles-wrapper .hero-slider .slide {
  display: none;
}
.editor-styles-wrapper .hero-slider .slide:first-child {
  display: block;
}
.editor-styles-wrapper .hero-slider .slide:first-child:before {
  content: "Please visit edit mode to see/edit slides";
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 50;
  left: 0;
  color: white;
}

nav.main-nav {
  position: fixed;
  width: 100%;
  z-index: 201;
  padding: 20px 0;
  top: 0;
}
nav.main-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}
nav.main-nav.inverse .nav-toggle {
  border: 1px solid #E8622C !important;
  background: #E8622C !important;
  color: white;
}
nav.main-nav.inverse .nav-toggle > div {
  background: white !important;
}
nav.main-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.main-nav .wrapper .logo {
  width: 30%;
  max-width: 200px;
}
nav.main-nav .wrapper .navigation {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav.main-nav .wrapper .navigation .search {
  height: 55px;
  border-radius: 30px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 0 30px;
  color: white;
  margin-right: 15px;
}
@media (max-width: 920px) {
  nav.main-nav .wrapper .navigation .search {
    height: 30px;
    padding: 0 15px;
    font-size: 18px;
    display: none;
  }
}
nav.main-nav .wrapper .navigation .search form {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.main-nav .wrapper .navigation .search input {
  font-size: 16px;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: white;
  margin-right: 10px;
  width: 88px;
  letter-spacing: 2px;
  font-weight: 600;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper .navigation .search input {
    width: 120px;
    font-size: 18px;
  }
}
nav.main-nav .wrapper .navigation .search input::placeholder {
  color: white;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper .navigation .search input::placeholder {
    font-size: 18px;
  }
}
nav.main-nav .wrapper .navigation .nav-button {
  margin-right: 15px;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper .navigation .nav-button {
    margin-right: 5px;
  }
}
nav.main-nav .wrapper .navigation .nav-button a {
  border: 1px solid #ffffff;
  border-radius: 100px;
  height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s ease-out;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  line-height: 1.25;
  font-weight: 600;
}
nav.main-nav .wrapper .navigation .nav-button a:hover {
  background: #ffffff;
  color: #E8622C;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper .navigation .nav-button a {
    padding: 15px;
    height: auto;
    letter-spacing: 0;
  }
}
nav.main-nav .wrapper .navigation .nav-toggle {
  color: white;
  font-size: 32px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #E8622C;
  border: 1px solid #E8622C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 920px) {
  nav.main-nav .wrapper .navigation .nav-toggle {
    width: 50px;
    height: 50px;
  }
}
nav.main-nav .wrapper .navigation .nav-toggle > div {
  width: 16px;
  height: 2px;
  background: white;
  transition: all 0.3s ease-in-out;
  margin-left: -15px;
}
nav.main-nav .wrapper .navigation .nav-toggle > div:first-child {
  margin-left: 0;
  width: 31px;
  margin-bottom: 8px;
}
nav.main-nav .wrapper .navigation .nav-toggle > div:last-child {
  margin-left: 0;
  width: 31px;
  margin-top: 8px;
}
nav.main-nav .wrapper .navigation .nav-toggle.open > div {
  position: relative;
  transform-origin: center;
  left: 1px;
  display: none;
  transform: rotate(-45deg);
}
@media (max-width: 920px) {
  nav.main-nav .wrapper .navigation .nav-toggle.open > div {
    left: 0;
  }
}
nav.main-nav .wrapper .navigation .nav-toggle.open > div:first-child {
  display: block;
  transform: rotate(45deg);
  margin-bottom: 0;
  top: 4px;
}
nav.main-nav .wrapper .navigation .nav-toggle.open > div:last-child {
  display: block;
  transform: rotate(-45deg);
  margin-bottom: 0;
  top: -6px;
}
nav.main-nav .wrapper .navigation.white .nav-button a {
  color: white;
}
nav.main-nav .wrapper .navigation.white .nav-button.open a {
  color: #E8622C;
}
nav.main-nav .wrapper .navigation.white .nav-toggle {
  background: transparent;
  border-color: white;
}
nav.main-nav .wrapper .navigation.white .nav-toggle div {
  background-color: white;
}
nav.main-nav .wrapper .navigation.white .nav-toggle.open {
  border-color: black;
}
nav.main-nav .wrapper .navigation.white .nav-toggle.open div {
  background-color: black;
}
nav.main-nav.is-scrolled {
  box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  nav.main-nav.is-scrolled {
    box-shadow: none;
  }
}
nav.main-nav.is-scrolled:before {
  opacity: 1;
}
nav.main-nav.is-scrolled .wrapper .navigation .search {
  border: 1px solid #E8622C;
  color: #E8622C;
}
nav.main-nav.is-scrolled .wrapper .navigation .search input {
  color: #E8622C;
}
nav.main-nav.is-scrolled .wrapper .navigation .search input::placeholder {
  color: #E8622C;
}
nav.main-nav.is-scrolled .wrapper .navigation .nav-button a {
  border: 1px solid #E8622C;
  color: #E8622C;
}
nav.main-nav.is-scrolled .wrapper .navigation .nav-button a:hover {
  background: #E8622C;
  color: white;
}
nav.main-nav.open {
  box-shadow: none;
}
nav.main-nav.open:before {
  opacity: 0;
}
nav.main-nav.open .wrapper .logo a img {
  filter: brightness(0) invert(1);
}

body:not(.home) #smooth-content nav.main-nav {
  position: relative;
}

nav.mobile-nav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: all 1s ease-in-out;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
}
nav.mobile-nav.show {
  right: -41vw;
}
@media (max-width: 768px) {
  nav.mobile-nav.show {
    right: 0vw;
  }
}
nav.mobile-nav.show .nav-content {
  opacity: 1;
  transition: opacity 0.5s 1s ease-in-out;
}
nav.mobile-nav.show.show-subnav {
  right: 0;
}
nav.mobile-nav.show:before {
  display: block;
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}
nav.mobile-nav:before {
  display: none;
  width: 200vw;
  top: 0;
  left: -150vw;
  background: #2C2C2C;
  content: "";
  height: 100vh;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
nav.mobile-nav .nav-content {
  opacity: 1;
  width: 59vw;
  background: url("../../src/img/nav-bg.png");
  background-size: cover;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 920px) {
  nav.mobile-nav .nav-content {
    width: 90vw;
    background: white;
  }
}
nav.mobile-nav .nav-content::-webkit-scrollbar {
  display: none;
}
nav.mobile-nav .nav-content::-webkit-scrollbar-track {
  display: none;
}
nav.mobile-nav .nav-content::-webkit-scrollbar-thumb {
  display: none;
}
nav.mobile-nav .nav-content .main {
  overflow-y: scroll;
  margin-top: 10px;
}
nav.mobile-nav .nav-content .main::-webkit-scrollbar {
  display: none;
}
nav.mobile-nav .nav-content .main::-webkit-scrollbar-track {
  display: none;
}
nav.mobile-nav .nav-content .main::-webkit-scrollbar-thumb {
  display: none;
}
nav.mobile-nav .nav-content .main ul {
  list-style: none;
  padding: 0px 0 20px 26vw;
  margin: 0;
  text-align: left;
}
@media (max-width: 920px) {
  nav.mobile-nav .nav-content .main ul {
    padding-left: 14vw;
  }
}
nav.mobile-nav .nav-content .main ul li {
  transition: all 0.4s ease-in-out;
}
nav.mobile-nav .nav-content .main ul li a {
  color: #E8622C;
  font-size: clamp(24px, 2.1875vw, 42px);
  line-height: 0.4761904762;
  font-family: "agenda", sans-serif;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  transition: letter-spacing 0.2s ease, text-shadow 0.2s ease, color 0.2s ease;
}
nav.mobile-nav .nav-content .main ul li a:before {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: -55px;
  content: "";
  display: block;
  background: url("../../src/img/menu-diamond.png") no-repeat;
  background-size: 100%;
  width: 39px;
  height: 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 920px) {
  nav.mobile-nav .nav-content .main ul li a:before {
    top: -5px;
  }
}
nav.mobile-nav .nav-content .main ul li a:hover {
  letter-spacing: -0.005em;
  text-shadow: 0 0 0 currentColor, 0.01em 0 0 currentColor, -0.01em 0 0 currentColor;
}
nav.mobile-nav .nav-content .main ul li a:hover:before {
  opacity: 1;
}
nav.mobile-nav .nav-content .main ul li .sub-menu {
  display: none;
  padding: 0;
  margin: 0 0 15px;
}
@media (max-width: 920px) {
  nav.mobile-nav .nav-content .main ul li .sub-menu {
    padding-left: 20px;
  }
}
nav.mobile-nav .nav-content .main ul li .sub-menu li {
  padding: 0;
  margin: 0;
}
nav.mobile-nav .nav-content .main ul li .sub-menu li a {
  text-decoration: none;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  line-height: 0.7692307692;
  line-height: 1.6;
}
nav.mobile-nav .nav-content .main ul li .sub-menu li a:hover {
  text-decoration: underline;
}
nav.mobile-nav .nav-content .main p {
  padding: 0 5vw 20px;
  margin: 0;
  line-height: 1.75;
}
nav.mobile-nav .nav-content .main p a {
  text-decoration: none;
}
nav.mobile-nav .nav-content .main p a:hover {
  text-decoration: underline;
}
nav.mobile-nav .nav-content .main .search-and-socials {
  display: flex;
  justify-content: space-between;
  padding: 20px 5vw 40px 0;
  margin-left: 24vw;
}
@media (max-width: 920px) {
  nav.mobile-nav .nav-content .main .search-and-socials {
    margin-left: 14vw;
  }
}
nav.mobile-nav .nav-content .main .search-and-socials .socials {
  display: flex;
  gap: 10px;
}
nav.mobile-nav .nav-content .main .search-and-socials .socials .socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 55px;
  height: 55px;
  color: #21201e;
  border: 1px solid #21201e;
  background: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  nav.mobile-nav .nav-content .main .search-and-socials .socials .socials-link {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
}
nav.mobile-nav .nav-content .main .search-and-socials .socials .socials-link:hover {
  background: #21201e;
  color: white;
}
nav.mobile-nav .sub-nav-content {
  width: 37vw;
  background: #21201e;
  padding-top: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  nav.mobile-nav .sub-nav-content {
    width: 0vw;
  }
}
nav.mobile-nav .sub-nav-content > div {
  padding: 20px 5vw;
}
nav.mobile-nav .sub-nav-content > div ul {
  opacity: 0;
  transition: opacity 0.5s 0.3s ease-in-out;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}
nav.mobile-nav .sub-nav-content > div ul li {
  padding: 8px 0;
}
nav.mobile-nav .sub-nav-content > div ul li a {
  font-weight: 400;
  color: white;
  text-decoration: none;
  font-family: "agenda", sans-serif;
  font-size: clamp(20px, 1.4583333333vw, 28px);
  line-height: 1.2857142857;
  transition: letter-spacing 0.2s ease, text-shadow 0.2s ease, color 0.2s ease;
}
nav.mobile-nav .sub-nav-content > div ul li a:hover {
  letter-spacing: -0.005em;
  text-shadow: 0 0 0 currentColor, 0.01em 0 0 currentColor, -0.01em 0 0 currentColor;
}

body.no-scroll .main-nav {
  /*@include media(phablet, max){
    background: white;
  }*/
}

footer {
  padding: clamp(60px, 4.6875vw, 90px) 0 0;
  background: #1a1a1a;
}
footer .wrapper .cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  footer .wrapper .cols {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (max-width: 600px) {
  footer .wrapper .cols {
    grid-template-columns: 1fr;
  }
}
footer .wrapper .cols .col {
  display: flex;
  flex-direction: column;
}
footer .wrapper .cols .col.about .site-logo {
  display: block;
  margin-bottom: 18px;
}
footer .wrapper .cols .col.about .site-logo img {
  height: 84px;
  width: auto;
}
footer .wrapper .cols .col.about p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 0 14px;
}
footer .wrapper .cols .col.about .ltd {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
}
footer .wrapper .cols .col h4 {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 18px;
}
footer .wrapper .cols .col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .wrapper .cols .col a i {
  color: #E8622C;
  font-size: 16px;
  width: 16px;
}
footer .wrapper .cols .col a:hover {
  color: #E8622C;
}
footer .wrapper .cols .col a.no-hover:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .wrapper .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  footer .wrapper .bottom {
    flex-direction: column;
    text-align: center;
  }
}
footer .wrapper .bottom span {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
}
footer .wrapper .bottom span a {
  color: inherit;
}
footer .wrapper .bottom .credential-strip {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .wrapper .bottom .credential-strip span {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-card .gform-theme--foundation .gform_fields {
  row-gap: 18px !important;
}
.form-card .gform_fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}
@media (max-width: 600px) {
  .form-card .gform_fields {
    grid-template-columns: 1fr;
  }
}
.form-card .gform_fields li:nth-child(3),
.form-card .gform_fields li:nth-child(6) {
  grid-column: 1/-1;
}
.form-card .gform_required_legend {
  display: none !important;
}
.form-card .gfield_label,
.form-card .gform-theme--framework .gform-field-label {
  font-weight: 600 !important;
  font-size: 17px !important;
  color: rgb(26, 28, 30) !important;
  margin: 0 0 8px !important;
}
.form-card .gfield_required,
.form-card .required,
.form-card .gfield_required_asterisk {
  color: #E8622C !important;
}
.form-card input[type=text],
.form-card input[type=email],
.form-card input[type=tel],
.form-card input[type=number],
.form-card select,
.form-card textarea {
  border-radius: 8px !important;
  border: 1px solid #ececec !important;
  background: #ffffff !important;
  outline: 0 !important;
  padding: 14px 16px !important;
  height: auto !important;
  min-height: 52px;
  color: rgb(26, 28, 30) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  font-family: "agenda", sans-serif !important;
  width: 100% !important;
  transition: border-color 0.3s ease-in-out;
}
.form-card input[type=text]:focus,
.form-card input[type=email]:focus,
.form-card input[type=tel]:focus,
.form-card input[type=number]:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: #E8622C !important;
}
.form-card textarea {
  min-height: 130px;
}
.form-card .gform_button,
.form-card .gform_button.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100% !important;
  border-radius: 8px !important;
  border: none !important;
  background: #E8622C !important;
  cursor: pointer !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 18px 0 !important;
  height: auto !important;
  transition: background 0.3s ease-in-out !important;
}
.form-card .gform_button:after,
.form-card .gform_button.button:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
}
.form-card .gform_button:hover, .form-card .gform_button:focus,
.form-card .gform_button.button:hover,
.form-card .gform_button.button:focus {
  background: #d44d17 !important;
}
.form-card .gform_confirmation_message {
  color: #E8622C !important;
  text-align: center !important;
  font-size: 20px !important;
}

.breadcrumbs {
  max-width: calc(1595px + 6vw);
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
.breadcrumbs p {
  color: #E8622C;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.6666666667;
  font-family: "agenda", sans-serif;
}
@media (max-width: 992px) {
  .breadcrumbs p {
    margin-top: 0;
  }
}
.breadcrumbs p .separator {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .breadcrumbs p .separator {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.breadcrumbs p a {
  color: #21201e;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs p .last {
  color: #E8622C;
  font-weight: 500;
}

.custom-popup-background {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
}
.custom-popup-background.show {
  display: block;
}

.custom-popup {
  position: fixed;
  background: white;
  z-index: 9999;
  max-width: 950px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 79px 98px;
  background-repeat: no-repeat;
  background-position: center 28px;
  border-radius: 30px;
  display: none;
  overflow: scroll;
  max-height: 95vh;
}
.custom-popup.show {
  display: block;
}
.custom-popup .content {
  display: flex;
  padding: 0;
}
@media (max-width: 800px) {
  .custom-popup .content {
    flex-direction: column;
    max-height: 90vh;
    overflow: scroll;
  }
}
.custom-popup .content > div {
  width: 100%;
  flex: 0 0 100%;
}
.custom-popup .content > div:first-of-type {
  padding: 47px 32px;
}
.custom-popup .content .top {
  border-bottom: #E8622C 1px solid;
  margin-bottom: 30px;
}
.custom-popup .content .name {
  color: #E8622C;
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.3888888889;
  display: block;
}
.custom-popup .content .qualifications {
  color: #E8622C;
  font-weight: 400;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.3888888889;
  display: block;
}
.custom-popup .content .job-title {
  color: #E8622C;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.3888888889;
  display: block;
  margin-bottom: 30px;
}
.custom-popup .content h3, .custom-popup .content h2 {
  font-weight: 500;
  font-family: "agenda", sans-serif;
  font-size: clamp(20px, 1.3541666667vw, 26px);
  line-height: 0.7692307692;
  opacity: 1 !important;
}
.custom-popup .content p, .custom-popup .content li {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.1111111111;
  margin-bottom: 20px;
}
.custom-popup .content:last-child {
  margin-bottom: 0;
}
.custom-popup .content * {
  opacity: 1 !important;
  transform: none !important;
}
.custom-popup .content img.team-image {
  max-width: 500px;
}
@media (max-width: 768px) {
  .custom-popup .emergency_popup_content > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .custom-popup .emergency_popup_content > div:last-of-type {
    display: none;
  }
}
.custom-popup .close {
  height: 21px;
  width: 21px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #E8622C;
  display: block;
  font-size: 28px;
  text-decoration: none;
  cursor: pointer;
}
.custom-popup .close:hover {
  text-decoration: none;
  color: #21201e;
}

.search-wrapper .search {
  position: relative;
  border-radius: 15px;
  transform-origin: 100% 50%;
  cursor: pointer;
  transition: 250ms ease;
  padding: 0;
  min-width: 30px;
  width: 100%;
  max-width: 300px;
  display: block;
  background-color: #E8622C;
  color: white;
  margin-bottom: 30px;
}
.search-wrapper .search i {
  color: #302E2D;
}
.search-wrapper .search input {
  background: transparent;
  border: 0;
  color: white;
  outline: none;
  height: 40px;
  overflow: hidden;
  font-weight: 100;
  margin: 0 20px;
  transform-origin: 0 50%;
  transition: 275ms ease;
}
.search-wrapper .search input::placeholder {
  color: white;
}
.search-wrapper .search i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  z-index: 2;
  color: white;
}
.search-wrapper .search i.search-close {
  position: absolute;
  right: -25px;
  top: 50%;
  display: none;
}

.search-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.search-pagerLink--number {
  margin: 0 2.5vw;
}
.search-pagerLink--next a, .search-pagerLink--previous a {
  height: 50px;
  width: 50px;
  border: 1px solid #E8622C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  text-decoration: none;
}
.search-pagerLink--next a:after, .search-pagerLink--previous a:after {
  content: "\f054";
  font-family: "fontawesome";
  color: #E8622C;
  display: block;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.search-pagerLink--next a:hover, .search-pagerLink--previous a:hover {
  background-color: #E8622C;
}
.search-pagerLink--next a:hover:after, .search-pagerLink--previous a:hover:after {
  color: white;
}
.search-pagerLink--previous {
  transform: rotate(180deg) translateY(0);
}

.search-itemTitle a {
  text-decoration: none;
  color: #E8622C;
  transition: 0.4s ease;
}
.search-itemTitle a:hover {
  color: #E8622C;
  text-decoration: underline;
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v43-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v43-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v43-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v43-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v43-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v43-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v43-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v43-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v43-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v43-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/merriweather-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/merriweather-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/merriweather-v32-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/merriweather-v32-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/merriweather-v32-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.theme-frontend {
  font-family: "agenda", sans-serif;
  color: rgb(26, 28, 30);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.2727272727;
}
.theme-frontend img {
  max-width: 100%;
  height: auto;
}
.theme-frontend .wp-block-paragraph {
  font-family: "agenda", sans-serif;
  line-height: normal;
}
.theme-frontend .wp-block-paragraph a {
  color: rgb(26, 28, 30);
  text-decoration: underline;
}
.theme-frontend .wp-block-paragraph a:hover, .theme-frontend .wp-block-paragraph a:focus {
  text-decoration: underline;
}
.theme-frontend h1, .theme-frontend h2, .theme-frontend h3, .theme-frontend h4, .theme-frontend h5, .theme-frontend h6 {
  margin: 1em 0;
  font-weight: 400;
  font-family: "agenda", sans-serif;
  color: #ffffff;
}
.theme-frontend h1 {
  margin-top: 0;
  font-size: clamp(42px, 5.7291666667vw, 110px);
  line-height: 1;
}
.theme-frontend h2 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: clamp(32px, 3.90625vw, 75px);
  line-height: 1;
}
.theme-frontend h2 .chinese {
  font-size: clamp(25px, 2.8645833333vw, 55px);
  line-height: 1.3636363636;
}
.theme-frontend h3 {
  font-weight: 400;
  font-size: clamp(25px, 2.34375vw, 45px);
  line-height: 1;
}
.theme-frontend .orange-gradient {
  background: linear-gradient(135deg, #E8622C 0%, #FF8A4C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.theme-frontend .orange-gradient-bg {
  background: linear-gradient(180deg, #FFB559 0%, #D84C00 100%);
  transition: all 0.3s ease-in-out;
}
.theme-frontend .orange-gradient-bg:hover {
  background: linear-gradient(180deg, #D84C00 0%, #FFB559 100%);
}
.theme-frontend ul, .theme-frontend ol {
  margin: 0 0 1em;
  padding-left: 1em;
}
.theme-frontend li {
  margin-bottom: 0.5em;
  color: #E8622C;
  font-weight: 500;
  font-size: clamp(16px, 0.9895833333vw, 19px);
  line-height: 1.3157894737;
}
.theme-frontend .wp-block-separator {
  width: 100% !important;
  background: #E8622C;
  height: 1px;
  border: none;
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.theme-frontend .wp-block-button .wp-element-button {
  background: #21201e;
  color: #FFF;
  text-align: center;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1;
  font-weight: 700;
  border-radius: 100px;
  padding: 21px clamp(30px, 3.125vw, 60px);
  transition: 0.4s ease-in-out;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.theme-frontend .wp-block-button .wp-element-button > * {
  position: relative;
  z-index: 2;
}
.theme-frontend .wp-block-button .wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../src/img/blue-hover.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: -1;
}
.theme-frontend .wp-block-button .wp-element-button:hover::after {
  opacity: 1;
}
.theme-frontend .wp-block-button .wp-element-button:hover {
  text-decoration: none;
}
.theme-frontend .wp-block-button.is-style-blue-button .wp-element-button {
  background-color: #21201e;
}
.theme-frontend .wp-block-button.is-style-blue-button .wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../src/img/blue-hover.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: -1;
}
.theme-frontend .wp-block-button.is-style-blue-button .wp-element-button:hover::after {
  opacity: 1;
}
.theme-frontend .wp-block-button.is-style-blue-button .wp-element-button:hover {
  text-decoration: none;
}
.theme-frontend .wp-block-button.is-style-gold-button .wp-element-button {
  background-color: #21201e;
}
.theme-frontend .wp-block-button.is-style-gold-button .wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../src/img/gold-hover.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: -1;
}
.theme-frontend .wp-block-button.is-style-gold-button .wp-element-button:hover::after {
  opacity: 1;
}
.theme-frontend .wp-block-button.is-style-gold-button .wp-element-button:hover {
  text-decoration: none;
}
.theme-frontend .wp-block-columns .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.theme-frontend .button-back {
  color: rgb(26, 28, 30);
  text-align: center;
  font-family: Alexandria;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  padding: 21px clamp(30px, 3.125vw, 60px);
  transition: 0.4s ease-in-out;
  border: 3px solid #EEB61D;
  text-decoration: none;
  margin-top: 50px;
  background: white;
}
.theme-frontend .button-back:hover {
  color: white;
  background-color: #EEB61D;
  text-decoration: none;
}
.theme-frontend .arrow-button {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E8622C;
  font-size: 20px;
  font-weight: 400;
}
.theme-frontend .arrow-button i {
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50% !important;
  background-color: #E8622C;
  color: white;
}
.theme-frontend .arrow-button i:before {
  transition: 0.4s ease-in-out;
}
.theme-frontend .arrow-button:hover i:before {
  transform: translateX(8px);
}
.theme-frontend .wp-block-file {
  background-color: #F6F6F6;
  border-radius: 3px;
  width: 100%;
  padding: 27px 25px;
  position: relative;
  color: rgb(26, 28, 30);
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.theme-frontend .wp-block-file a {
  transition: 0.4s ease-in-out;
  text-decoration: none;
  flex: 1;
}
.theme-frontend .wp-block-file .wp-block-file__button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 0;
}
.theme-frontend .wp-block-file:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px !important;
  height: 44px !important;
  transition: 0.4s ease-in-out;
  background-image: url("data:image/svg+xml,...");
}
.theme-frontend .wp-block-file:hover {
  background-color: #E8622C;
}
.theme-frontend .wp-block-file:hover a {
  color: white;
}
.theme-frontend .wp-block-file:hover:after {
  background-image: url("data:image/svg+xml,...");
}
.theme-frontend .wp-block-table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border: 0;
  font-family: "agenda", sans-serif;
}
.theme-frontend .wp-block-table td {
  border: 0 !important;
  padding: 30px 21px 30px !important;
  font-weight: 400;
  color: #4B4B4B;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1;
  width: 40%;
  max-width: 40%;
}
.theme-frontend .wp-block-table th {
  border: 0 !important;
  padding: 31px 21px !important;
  background-color: #21201e;
  color: #21201e;
  text-align: left;
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.25;
  width: 40%;
  max-width: 40%;
}
.theme-frontend .wp-block-table thead {
  border: 0 !important;
  background-color: #21201e;
  font-family: "agenda", sans-serif;
  font-weight: 600;
}
.theme-frontend .wp-block-table tbody tr {
  border-bottom: 1px solid rgba(33, 32, 30, 0.3);
}
.wp-container-core-post-template-is-layout-1 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
}

main {
  position: relative;
  height: auto;
}

/*** landing page ***/
.eyebrow {
  display: inline-block;
  color: #E8622C;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

section.hero {
  background: #1a1a1a;
  position: relative;
  padding: 200px 0 0;
  overflow: hidden;
}
section.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../src/img/header-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  z-index: 0;
}
section.hero .wrapper {
  max-width: 900px;
  margin: 0 auto 0 3vw;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
section.hero .wrapper h1 {
  text-align: left;
  margin: 0;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(46px, 4.5833333333vw, 88px);
  line-height: 1.0454545455;
}
section.hero .wrapper h1 span {
  display: block;
}
section.hero .wrapper .welcome {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(17px, 1.0416666667vw, 20px);
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  display: block;
  max-width: 560px;
  margin: 24px 0 0;
}
section.hero .wrapper .hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}
section.hero .wrapper .hero-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
section.hero .wrapper .hero-buttons .button.orange {
  background: #E8622C;
  color: #ffffff;
}
section.hero .wrapper .hero-buttons .button.orange:hover {
  background: #d44d17;
}
section.hero .wrapper .hero-buttons .button.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
section.hero .wrapper .hero-buttons .button.outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

section.about {
  background: rgb(250, 250, 250);
  padding: clamp(60px, 6.25vw, 120px) 0;
}
section.about .wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1023px) {
  section.about .wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 0 3vw;
  }
}
section.about .wrapper .image {
  width: 45%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  section.about .wrapper .image {
    width: 100%;
  }
}
section.about .wrapper .image img {
  border-radius: 8px;
  display: block;
  width: 100%;
}
section.about .wrapper .image .floating-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #ffffff;
  border-radius: 8px;
  padding: 18px 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  section.about .wrapper .image .floating-card {
    right: 15px;
    bottom: -15px;
    padding: 14px 18px;
  }
}
section.about .wrapper .image .floating-card strong {
  color: #E8622C;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}
section.about .wrapper .image .floating-card span {
  color: rgb(26, 28, 30);
  font-size: 13px;
  margin-top: 4px;
}
section.about .wrapper .content {
  width: 55%;
}
@media (max-width: 1023px) {
  section.about .wrapper .content {
    width: 100%;
  }
}
section.about .wrapper .content h2 {
  text-align: left;
  color: rgb(26, 28, 30);
  font-weight: 800;
  margin: 0 0 20px;
  font-size: clamp(30px, 2.1875vw, 42px);
  line-height: 1.1428571429;
}
section.about .wrapper .content p {
  color: #6b6b6b;
  text-align: left;
  max-width: none;
  margin: 0 0 16px;
  font-size: clamp(19px, 1.09375vw, 21px);
  line-height: 1.4761904762;
}
section.about .wrapper .content .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  section.about .wrapper .content .feature-grid {
    grid-template-columns: 1fr;
  }
}
section.about .wrapper .content .feature-grid .feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
section.about .wrapper .content .feature-grid .feature i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(232, 98, 44, 0.1);
  color: #E8622C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
section.about .wrapper .content .feature-grid .feature strong {
  display: block;
  color: rgb(26, 28, 30);
  font-size: 19px;
  margin-bottom: 4px;
}
section.about .wrapper .content .feature-grid .feature span {
  color: #6b6b6b;
  font-size: 17px;
  line-height: 1.4;
}

section.services {
  background: #f7efe6;
  padding: clamp(60px, 6.25vw, 120px) 0;
}
section.services .section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  padding: 0 3vw;
}
section.services .section-heading .eyebrow {
  display: block;
}
section.services .section-heading h2 {
  text-align: center;
  color: rgb(26, 28, 30);
  font-weight: 800;
  margin: 0 0 16px;
  font-size: clamp(28px, 2.0833333333vw, 40px);
  line-height: 1.15;
}
section.services .section-heading p {
  color: #6b6b6b;
  text-align: center;
  max-width: none;
  font-size: clamp(19px, 1.0416666667vw, 20px);
  line-height: 1.5;
}
section.services .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3vw;
}
@media (max-width: 1023px) {
  section.services .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  section.services .service-grid {
    grid-template-columns: 1fr;
  }
}
section.services .service-grid .service-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #ececec;
}
section.services .service-grid .service-card .top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
section.services .service-grid .service-card .top i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(232, 98, 44, 0.1);
  color: #E8622C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
section.services .service-grid .service-card h3 {
  color: rgb(26, 28, 30);
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 10px;
}
section.services .service-grid .service-card p {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  text-align: left;
}

section.certified {
  background: #1a1a1a;
  padding: clamp(60px, 6.25vw, 120px) 0;
}
section.certified .section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  padding: 0 3vw;
}
section.certified .section-heading .eyebrow {
  display: block;
}
section.certified .section-heading h2 {
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  margin: 0 0 16px;
  font-size: clamp(28px, 2.0833333333vw, 40px);
  line-height: 1.15;
}
section.certified .section-heading p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  max-width: none;
  font-size: clamp(19px, 1.0416666667vw, 20px);
  line-height: 1.5;
}
section.certified .brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  max-width: 1300px;
  margin: 0 auto 60px;
  padding: 0 3vw;
}
@media (max-width: 1023px) {
  section.certified .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  section.certified .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.certified .brand-grid .brand {
  background: #242322;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 22px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section.certified .brand-grid .brand i {
  color: #E8622C;
  font-size: 18px;
}
section.certified .credentials {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 3vw 0;
}
section.certified .credentials .credential {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.certified .credentials .credential .label {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
section.certified .credentials .credential .value {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

section.contact {
  background: #ffffff;
  padding: clamp(60px, 6.25vw, 120px) 0;
}
section.contact .wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  section.contact .wrapper {
    flex-direction: column;
    padding: 0 3vw;
  }
}
section.contact .wrapper .content {
  width: 48%;
}
@media (max-width: 1023px) {
  section.contact .wrapper .content {
    width: 100%;
  }
}
section.contact .wrapper .content h2 {
  color: rgb(26, 28, 30);
  font-weight: 800;
  margin: 0 0 20px;
  font-size: clamp(30px, 2.1875vw, 42px);
  line-height: 1.1428571429;
}
section.contact .wrapper .content p {
  color: #6b6b6b;
  text-align: left;
  max-width: none;
  margin: 0 0 30px;
  font-size: clamp(19px, 1.09375vw, 21px);
  line-height: 1.4761904762;
}
section.contact .wrapper .content .image img {
  border-radius: 8px;
  width: 100%;
  display: block;
  margin-bottom: 26px;
}
section.contact .wrapper .content .contact-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
section.contact .wrapper .content .contact-rows a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(26, 28, 30);
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
}
section.contact .wrapper .content .contact-rows a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(232, 98, 44, 0.1);
  color: #E8622C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
section.contact .wrapper .content .contact-rows a:hover {
  color: #E8622C;
}
section.contact .wrapper .form-card {
  width: 52%;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 44px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1023px) {
  section.contact .wrapper .form-card {
    width: 100%;
    padding: 6vw;
  }
}
section.contact .wrapper .form-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(26, 28, 30);
  font-weight: 700;
  margin: 0 0 26px;
  font-size: clamp(21px, 1.3020833333vw, 25px);
  line-height: 1.28;
}
section.contact .wrapper .form-card h3 i {
  color: #E8622C;
}

/*# sourceMappingURL=main.css.map */
