@charset "UTF-8";
@font-face {
  font-family: "Synthese Book";
  src: url("Synthese-Book.eot");
  src: url("../fonts/Synthese-Book.woff2") format("woff2"), url("../fonts/Synthese-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Synthese";
  src: url("Synthese-Regular.eot");
  src: url("../fonts/Synthese-Regular.woff2") format("woff2"), url("../fonts/Synthese-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "locus-icon";
  src: url("../fonts/icons/locus-icon.eot?9one2n");
  src: url("../fonts/icons/locus-icon.eot?9one2n#iefix") format("embedded-opentype"), url("../fonts/icons/locus-icon.ttf?9one2n") format("truetype"), url("../fonts/icons/locus-icon.woff?9one2n") format("woff"), url("../fonts/icons/locus-icon.svg?9one2n#locus-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "locus-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
  color: #e9e9f0;
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-linkedIn:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

:root {
  --blue: #3e43d2;
  --blue-light:#e9e9f0;
  --blue-dark: #151e32;
}

body {
  background: #FFFCF0 url(../images/ellipse-bg.png) no-repeat fixed;
  background-position: 100% 10rem;
  font-family: "Synthese";
  color: var(--blue-dark);
  font-size: 14px;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "the-seasons", sans-serif;
  font-weight: normal;
}

a, button, input {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: breakpoint-max(xxl)) {
  .container {
    max-width: 1362px;
  }
}

#header.navbar.bg-light {
  background: transparent !important;
  padding: 32px 0;
}
#header .navbar-collapse ul {
  background: var(--blue-light);
  padding: 7px 22px;
  gap: 37px;
}
#header .navbar-collapse ul .nav-link {
  color: var(--blue);
  font-size: 14px;
  padding: 0;
}
#header .navbar-collapse ul .nav-link:hover {
  text-decoration: underline !important;
}
#header .header-widget-area .wp-block-button .wp-block-button__link {
  font-size: 14px;
  border: none;
  padding: 17px 20px 17px 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#header .header-widget-area .wp-block-button .wp-block-button__link:hover {
  background: var(--blue-light) !important;
  color: var(--blue);
}
#header .header-widget-area .wp-block-button .wp-block-button__link:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#header .header-widget-area .wp-block-button .wp-block-button__link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#header .header-widget-area .wp-block-button .wp-block-button__link:after {
  content: "\e902";
  font-family: "locus-icon";
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0.6;
  padding-top: 3px;
}

.hero-section {
  padding: 72px 0 86px;
}
.hero-section h1 {
  color: var(--blue);
  font-size: 80px;
  line-height: 1.1;
  max-width: 710px;
  margin-bottom: 50px;
}

.primary-badge {
  background: var(--blue-light);
  color: var(--blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  padding: 6px 12px 9px;
}

.meet-atlas-section {
  padding: 86px 0;
}
.meet-atlas-section .badge {
  margin-bottom: 25px;
}
.meet-atlas-section h2 {
  color: var(--blue-dark);
  font-size: 38px;
  line-height: 52px;
  max-width: 922px;
  margin-bottom: 25px;
}

.btn-primary,
.wp-block-button .wp-block-button__link {
  background: var(--blue);
  color: white;
  font-size: 14px;
  border: none;
  border-radius: 40px;
  padding: 12px 20px 12px 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary:hover,
.wp-block-button .wp-block-button__link:hover {
  background: var(--blue-light) !important;
  color: var(--blue) !important;
  outline: none;
}
.btn-primary:hover:after,
.wp-block-button .wp-block-button__link:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-primary:focus,
.wp-block-button .wp-block-button__link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary:after,
.wp-block-button .wp-block-button__link:after {
  content: "\e902";
  font-family: "locus-icon";
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0.6;
  padding-top: 3px;
}

.common-concerns-section {
  padding: 86px 0;
}
.common-concerns-section h2 {
  color: var(--blue);
  font-size: 45px;
  line-height: 58px;
  margin-bottom: 32px;
  padding-right: 150px;
}
.common-concerns-section .concerns_list {
  margin: 0 -8px;
}
.common-concerns-section .concerns_list .slide {
  padding: 0 8px;
}
.common-concerns-section .concerns_list img {
  -o-object-position: top center;
     object-position: top center;
}
.common-concerns-section .concerns_list .concerns-content {
  color: #fff;
  top: 0;
  left: 0;
  padding: 54px 28px 32px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-concerns-section .concerns_list p {
  width: calc(100% - 75px);
  line-height: 1.3;
  margin-bottom: 0;
}
.common-concerns-section .concerns_list .more-link {
  background: var(--blue-light);
  color: var(--blue);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-concerns-section .concerns_list .more-link:hover {
  background: var(--blue);
  color: #fff;
}
.common-concerns-section .concerns_list .more-link i {
  font-weight: bold;
}
.common-concerns-section .slick-arrow {
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -86px;
  right: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.common-concerns-section .slick-arrow:hover {
  background: var(--blue-light);
  color: var(--blue);
}
.common-concerns-section .slick-arrow i {
  font-weight: bold;
}
.common-concerns-section .slick-arrow.slick-prev {
  right: 65px;
}

.two-column-section {
  background: var(--blue-light);
  margin: 44px 0 90px;
}
.two-column-section .primary-badge {
  background: rgba(62, 67, 210, 0.1);
}
.two-column-section .content-col {
  padding: 40px 96px;
  width: 50%;
}
.two-column-section .content-col h2 {
  color: var(--blue-dark);
  font-size: 38px;
  line-height: 52px;
  margin-bottom: 14px;
}
.two-column-section .img-col {
  width: 50%;
}

.faq-section {
  padding: 126px 0;
}
.faq-section .title-col {
  width: 25%;
}
.faq-section .title-col h2 {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 27px;
}
.faq-section .title-col .btn-primary {
  width: 146px;
}
.faq-section .list-col {
  width: 75%;
}
.faq-section .accordion {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.faq-section .accordion .accordion-item {
  background: #FFFCF0;
  border: 1px solid var(--blue-light);
  border-radius: 16px;
  margin-bottom: 15px;
}
.faq-section .accordion .accordion-item .accordion-button {
  background: transparent;
  padding: 40px 47px;
  font-size: 26px;
  line-height: 1.3;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-section .accordion .accordion-item .accordion-button[aria-expanded=true] {
  padding-bottom: 20px;
  border: none;
}
.faq-section .accordion .accordion-item .accordion-button[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-section .accordion .accordion-item .accordion-button:after {
  content: "\e901";
  font-family: "locus-icon";
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-section .accordion .accordion-item .accordion-body {
  border: none;
  padding: 0 47px 40px;
}

.quote-slider {
  padding: 80px 0;
}
.quote-slider .quote-icon {
  color: var(--blue);
  font-family: "the-seasons", sans-serif;
  font-size: 170px;
  height: 90px;
  line-height: 1;
}
.quote-slider .quote-icon:before {
  content: "“";
}
.quote-slider .content {
  font-size: 38px;
  font-family: "the-seasons", sans-serif;
  line-height: 52px;
  margin-bottom: 34px;
  max-width: 990px;
}
.quote-slider .author {
  font-weight: 500;
}
.quote-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.quote-slider .slick-dots li.slick-active button {
  background: var(--blue-light);
}
.quote-slider .slick-dots li button {
  border: none;
  outline: none;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: var(--blue);
  padding: 0;
}

.newsletter-section {
  padding: 100px 0 215px;
}
.newsletter-section h2 {
  color: var(--blue);
  font-size: 100px;
  line-height: 0.9;
}
.newsletter-section p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 33px;
  margin-top: 0 !important;
}
.newsletter-section p a {
  color: var(--blue-dark);
}
.newsletter-section p a:hover {
  color: var(--blue);
}

/*Footer*/
#footer {
  background: #FFFCF0;
}
#footer .footer-widget-area {
  border-top: 2px solid var(--blue-light);
  padding: 50px 0;
  font-size: 16px;
}
#footer .footer-widget-area p {
  margin: 0 0 5px;
}
#footer .footer-widget-area a {
  color: var(--blue);
}
#footer .footer-widget-area a:hover {
  text-decoration: underline;
}
#footer .footer-widget-area .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-widget-area .menu li a {
  color: var(--blue-dark);
}
#footer .footer-widget-area .menu li a:hover {
  color: var(--blue);
  text-decoration: none;
}
#footer .footer-bottom-area {
  padding-bottom: 30px;
}
#footer .footer-bottom-area p, #footer .footer-bottom-area ul {
  margin: 0;
}
#footer .footer-bottom-area .wp-block-social-links {
  gap: 16px;
}
#footer .footer-bottom-area .wp-block-social-links .wp-social-link svg {
  width: 18px;
  height: 18px;
}
#footer .footer-bottom-area .wp-social-link-facebook a {
  font-size: 16px;
}
#footer .footer-bottom-area .wp-social-link-facebook a:before {
  content: "\e906";
  font-family: "locus-icon";
}
#footer .footer-bottom-area .wp-social-link-facebook a svg {
  display: none;
}
#footer .footer-bottom-area .wp-social-link-linkedin a {
  font-size: 16px;
}
#footer .footer-bottom-area .wp-social-link-linkedin a:before {
  content: "\e905";
  font-family: "locus-icon";
}
#footer .footer-bottom-area .wp-social-link-linkedin a svg {
  display: none;
}
#footer .copyright {
  opacity: 0.5;
}