@import url("https://use.typekit.net/wfa7stk.css");
.font-size-h2, .summary-card h2 {
  font-size: 55px;
}
@media (max-width: 1199px) {
  .font-size-h2, .summary-card h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .font-size-h2, .summary-card h2 {
    font-size: 35px;
  }
}

.font-size-h3, .results-section h3, .why-list h3, .cta-float h3 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .font-size-h3, .results-section h3, .why-list h3, .cta-float h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .font-size-h3, .results-section h3, .why-list h3, .cta-float h3 {
    font-size: 30px;
  }
}

.font-size-h4, .services-section .subheading {
  font-size: 30px;
}

.mb-100, .cta-buttons {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mb-100, .cta-buttons {
    margin-bottom: 50px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-35, .why-section img {
  margin-bottom: 35px;
}

body.page {
  font-family: "area-normal", sans-serif !important;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  body.page {
    font-size: 16px;
  }
}

p {
  font-size: 17px;
  color: #194345;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 1724px) {
  .in-between {
    width: 65% !important;
  }
}
@media (max-width: 1366px) {
  .in-between {
    width: 75% !important;
  }
}

.cstm-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  text-box-trim: trim-end;
}

.primary-btn {
  background-color: #75F989;
  color: #194345;
}
.primary-btn:visited {
  color: #194345;
}
.primary-btn:hover {
  color: #E868E4;
  background-color: #471921;
}

.secondary-btn {
  background-color: #EDFBE5;
  color: #194345;
}
.secondary-btn:visited {
  color: #194345;
}
.secondary-btn:hover {
  color: #471921;
  background-color: #E868E4;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1, h2:not(.accordion-header), h3 {
  font-family: "kensington", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h1.heading, .large-heading, .trivia2-section h3 {
  font-size: 105px;
  line-height: 110px;
}
@media (max-width: 1725px) {
  h1.heading, .large-heading, .trivia2-section h3 {
    font-size: 85px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  h1.heading, .large-heading, .trivia2-section h3 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  h1.heading, .large-heading, .trivia2-section h3 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  h1.heading, .large-heading, .trivia2-section h3 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2.heading, .medium-heading, .tags-section .splide__slide span {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  h2.heading, .medium-heading, .tags-section .splide__slide span {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  h2.heading, .medium-heading, .tags-section .splide__slide span {
    font-size: 40px;
    line-height: 50px;
  }
}

h4.subheading {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  h4.subheading {
    line-height: 24px;
  }
}

.tagline {
  margin-bottom: 35px;
}

.text-color-1 {
  color: #75F989;
}

.text-color-2 {
  color: #EDFBE5;
}

.text-color-3 {
  color: #194345;
}

.text-color-4 {
  color: #E868E4;
}

.text-color-5 {
  color: #471921;
}

.decor, .trivia-section h2 strong, .banner-section h1 strong {
  position: relative;
}
.decor:after, .trivia-section h2 strong:after, .banner-section h1 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1) translate(-22px, -14px);
          transform: scale(1.1) translate(-22px, -14px);
  -webkit-transform-origin: 0;
          transform-origin: 0;
}
@media (max-width: 991px) {
  .decor:after, .trivia-section h2 strong:after, .banner-section h1 strong:after {
    -webkit-transform: scale(1.1) translate(-10px, -6px);
            transform: scale(1.1) translate(-10px, -6px);
  }
}
@media (max-width: 767px) {
  .decor:after, .trivia-section h2 strong:after, .banner-section h1 strong:after {
    -webkit-transform: scale(1.1) translate(-10px, -5px);
            transform: scale(1.1) translate(-10px, -5px);
  }
}

.under-green:after, .banner-section h1 strong:after {
  background-image: url("../img/green-featured-text.svg");
}

.under-white:after, .trivia-section h2 strong:after {
  background-image: url("../img/white-featured-text.svg");
}

section {
  min-height: 668px;
}

ul.checklist {
  padding-left: 0px;
  list-style: none;
  margin-left: 0;
}
ul.checklist li {
  position: relative;
  padding-left: 25px;
}
ul.checklist li:not(:last-child) {
  margin-bottom: 5px;
}
ul.checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%2375F989"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
  width: 18px;
  height: 18px;
}
ul.checklist.secondary-list li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23e868e4' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
  .hide-md-br br {
    display: inline;
  }
}
header {
  font-size: 14px;
  background-color: #194345;
  padding: 35px;
  color: #EDFBE5;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  header {
    padding: 25px 15px;
  }
}
header nav a {
  color: inherit;
  font-size: 17px;
  margin: 0 25px;
}
@media (max-width: 991px) {
  header nav a {
    font-size: 18px;
    margin: 0 15px;
  }
}
header nav a:visited {
  color: inherit;
}
header nav a:hover {
  color: #75F989;
}
header.scrolled {
  -webkit-box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

.site-branding {
  max-width: 100px;
}

.header-center ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .header-center ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .header-center .menu-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .header-right .primary-btn {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .scrolled .header-right .primary-btn {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  button.menu-toggle {
    background: transparent;
    border: none;
    float: right;
  }
  button.menu-toggle img {
    min-width: 30px;
  }
  .menu-main-menu-container {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    padding: 20px;
    background: #325859;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: -1;
  }
  .toggled .menu-main-menu-container {
    left: 0%;
  }
  #primary-menu {
    display: block;
  }
}
footer {
  background-color: #194345;
  padding: 15px 0;
}
footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin: 0 10px;
}
footer ul li a,
footer ul li a:visited {
  color: #75F989;
  text-decoration: none;
}
footer ul li a:hover,
footer ul li a:visited:hover {
  color: #E868E4;
}
@media (max-width: 991px) {
  footer .site-branding {
    margin: 0 auto;
  }
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: calc(100vh - 117px);
  padding: 100px 0px;
  background-color: #194345;
  color: white;
}
.banner-section .splide {
  margin-top: 50px;
}
.banner-section p {
  margin-top: 30px;
  font-size: 17px;
}
@media (max-width: 991px) {
  .banner-section p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-section p {
    font-size: 16px;
  }
}
@media (max-width: 1299px) {
  .banner-section .tagline {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
}

.cta-buttons a {
  margin: 0px 5px 15px 5px;
}

.summary-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 80px 100px;
  margin-bottom: 150px;
}
@media (max-width: 1724px) {
  .summary-card {
    padding: 50px 40px;
  }
}
@media (max-width: 1199px) {
  .summary-card {
    padding: 50px 30px;
  }
}
.summary-card h2 {
  margin-bottom: 50px;
}
.summary-card ul {
  margin-bottom: 0;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .summary-card ul {
    font-size: 16px;
  }
}

.cta-float {
  position: fixed;
  bottom: -20%;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cta-float {
    display: none;
  }
}
.cta-float div {
  background-color: white;
  color: #194345;
  width: auto;
  margin: 0 auto;
  padding: 10px 10px 10px 30px;
  border-radius: 50px;
  -webkit-box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .cta-float div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px 40px;
  }
  .cta-float div .primary-btn {
    margin-top: 15px;
  }
}
.cta-float h3 {
  font-family: "kensington", sans-serif;
  margin-right: 30px;
  text-box-trim: trim-end;
}
@media (max-width: 767px) {
  .cta-float h3 {
    margin-right: 0;
  }
}

.scroll .cta-float {
  bottom: 2.5%;
}

.scroll-end .cta-float {
  opacity: 0;
  visibility: hidden;
}

.why-section {
  background-color: #EDFBE5;
  padding: 130px 0px 130px;
}
@media (max-width: 767px) {
  .why-section p br {
    display: none;
  }
}

.why-list {
  margin-top: 100px;
}
.why-list img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-list h3 {
  color: #194345;
  margin-bottom: 25px;
}
.why-list p:last-child {
  margin-bottom: 0;
}
.why-list p:empty {
  display: none;
}

.results-section {
  background-color: #EDFBE5;
  padding: 110px 0px 150px;
}
.results-section .card-list {
  margin-top: 100px;
}
.results-section .card-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.results-section .card {
  background-color: #dbfac5;
  text-align: center;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991px) {
  .results-section .card {
    padding: 50px 20px;
  }
}
.results-section h3 {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .results-section h3 {
    font-size: 35px;
  }
}

.trivia-section {
  background-color: #471921;
  padding: 110px 0px;
  min-height: auto;
}
.trivia-section h2 strong:after {
  -webkit-transform: scale(1.1) translate(-10px, -8px);
          transform: scale(1.1) translate(-10px, -8px);
}
@media (max-width: 767px) {
  .trivia-section h2 strong:after {
    -webkit-transform: scale(1.1) translate(-8px, -3px);
            transform: scale(1.1) translate(-8px, -3px);
  }
}
.trivia-section .tagline {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .trivia-section br {
    display: none;
  }
  .trivia-section br + br {
    display: block;
  }
}

.card {
  padding: 80px 50px;
  border-radius: 15px;
  border-width: 0;
}

.trivia2-section {
  background-color: #EDFBE5;
  padding: 170px 0px 180px;
  min-height: auto;
}
.trivia2-section .card {
  background-color: #194345;
  height: 100%;
}
.trivia2-section h2 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .trivia2-section h3 {
    font-size: 70px;
    line-height: 75px;
  }
}

.tags-section {
  background-color: #471921;
  padding: 90px 0px;
  min-height: auto;
  overflow-x: hidden;
  max-width: 100vw;
}
.tags-section .splide {
  margin-bottom: 15px;
}
.tags-section .splide__slide span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E868E4;
  color: #471921;
  font-family: "kensington", sans-serif;
  width: calc(100% - 15px);
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
}
.tags-section .splide__slide em {
  font-style: normal;
  padding: 0 30px;
  display: block;
  white-space: nowrap;
  text-box-trim: trim-end;
}

.services-section {
  background-color: #471921;
  padding: 110px 0px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-section em {
  font-style: normal;
  margin-bottom: 25px;
  display: inline-block;
}
.services-section .tagline {
  margin-bottom: 45px;
}
.services-section .checklist {
  color: #EDFBE5;
}
.services-section .checklist li {
  padding-left: 30px;
}
.services-section .subheading {
  font-family: "kensington", sans-serif;
  color: #E868E4;
  text-align: right;
  margin-bottom: 30px;
}
.services-section .subheading span {
  padding-left: 40px;
  position: relative;
}
.services-section .subheading span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='27' viewBox='0 0 27 27'%3E%3Cimage id='Vector_Smart_Object_copy_2' data-name='Vector Smart Object copy 2' width='27' height='27' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAEYklEQVRIiY2WWYgcVRSGv3urumq6eyZOhoRCJ4tBE0xGo0ajPqigQmDQuCVGQTCGoD6qoCiIiOKLGGFcHgRxifFBjEFIUCFRwQ1FccmCxkgwq9KYjOMs3VPVVXXl3F5merrayXnovlV17/nP+p+rmEWisCR7lgEXAouAXiAPTACngCPAz54fnJxNV0ewKCyJwgeAh4DFsykCvge2ANs9PzBnDBaFpeuA14El8pwOG6J9hvioITllIAbVBXq+IneewlupUfnm8a+BjZ4fHJ4VLApL4skLgE7+NJR3JUS/GMi0ta7EBf8qTX7QQfcge0dR3O75wacdwaKw9AjwvKwru1PKHyWQdgZpAy1A990O3kVaHqvA4HTAJlgUltYCO2U9/k5C+F02Stc1msKtDqMvxTas7YhQvMOh62rd8HBVI6S6DtSH4U1Zl3d2BsKB3FKNyoG7RGfvMTCxPSHanwrwHGBrvaJrnkVhaQh4sPq7YfSVuC0/orxwi2Pzoryp9+mIofJJyuSXafuZAvQ+kavlEO70/OA9HYWls4D7rFcfJJmF0L3RoevaGpApG5BUlkH3KorrHQprnXYHy1D5OGk8Si3gAuuAQvWQIT7RjuQurJW2CWH0xbhlj3eppuceh/wN2nqX/tN6Pvw2tYaoPKujsNQvYGtsKH/MzpO7qFZD0U9pmzHybqIIuWUKM9FuqIkh2pfiX2nze4n8Xiar6uHsRkonav9OoDIpYPKrlLE3EkyUeXy63nPdBhVZZsjafDDFlB3cJYqe+12q+1OMpCKB5C9DfPJ/ul2M/bv5fZ6A5SQfJNmbzSSMbY3p2eziDSi8gdZikBIffzuxOe10vi5FATPKR9kQdTCy+qth5NkYf7XCmadsv0k75JZryxbFDTC+rYO1bnNVkaWMhgV6rrKE2zEc0lN7Wr87QUrv4y7+5ZqJHYkt95lijavJiBTIAWvA4uxpo4qQH9TovvbvSak+BcTZudnnp+k9JmCfycpbmb3ZG9AUBh16Njl2rLQo6lc485Ul6yQrKqpF7wEJ47vAc97FWuk5Celo637pk3RYWwt7n8wRn0hx+hTJaUPufG3ZNfwmxVQyDF2hGhE5ChzSnh8cB96XmVS4MYN2JmH05YT4mLE85y3Xtue8FTX6EjKQfLWJZjqNDcn0bhDxBcBeMWbs1bg2LDPEOUdRXOeQW6qY/Dxl8ouUZKqPWqRwk0N+jWWOP4ABzw8q9snzg4PAU7LuvtdtUtRMkckdH6kpr/5mOgL5V+gGkHDgZgFixvBU9fxtkNCNv5XtoYTbOVsRH88uCCHlws3N8D3s+cHQtM9TEoUlmVbbBFBeSuLLH7YXTZa4CxSF22ohrsujnh9smWFLq9Q9fAx4WiJsmXtv2rxd2TFialNbGtberlZpy/xWDKdRbPL8YFeG49lSL5pngPUz9wkPKr/tnPDHa3LG84PhLK1nciNeCNwFXF+/FffXz8ntSfrnB2A3sMPzg387KgL+A2pZt6v2YEo3AAAAAElFTkSuQmCC'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}
.services-section .icon {
  margin-bottom: 30px;
  width: 80px;
}
.services-section .price-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 40px 50px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.quote-section {
  background-color: #194345;
  padding: 170px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote-section h2 {
  margin-bottom: 45px;
  font-size: 85px;
  line-height: 85px;
}
@media (max-width: 1199px) {
  .quote-section h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.quote-section h4 {
  font-family: "kensington", sans-serif;
  font-size: 25px;
}

.purpose-section {
  background-color: #EDFBE5;
  padding: 180px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purpose-section .mobile-reverse {
  margin-top: 180px;
}

@media (max-width: 991px) {
  .purpose-section img {
    width: 100%;
  }
  .mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 50px;
  }
  .mobile-reverse img {
    margin-top: 50px;
  }
}
.steps-section {
  background-color: #EDFBE5;
  padding: 60px 0px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
}
.steps-section h3 {
  font-size: 45px;
}
@media (max-width: 767px) {
  .steps-section h3 {
    font-size: 30px;
  }
}
.steps-section .step-number {
  color: #E868E4;
  font-family: "kensington", sans-serif;
  font-size: 45px;
  margin-bottom: 0;
}

.nav-tabs .nav-item {
  z-index: 10;
  font-family: "kensington", sans-serif;
}
.nav-tabs .nav-item.mid {
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
}
@media (max-width: 767px) {
  .nav-tabs .nav-item.mid {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
.nav-tabs img {
  position: absolute;
  top: -40px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 767px) {
  .nav-tabs img {
    top: -10px;
  }
}

.tab-steps {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-top: 130px;
}

button.circle-tab.nav-link {
  font-weight: bold;
  font-size: 40px;
  background-color: #fff;
  color: #471921;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #471921;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.circle-tab.nav-link {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}

.nav-tabs li button.circle-tab.active,
.nav-tabs li button.circle-tab:hover,
.nav-tabs li button.circle-tab:focus {
  background-color: #E868E4;
  border: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.description {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 600;
}

.nav-tabs {
  border: none;
}

.faq-section {
  background-color: #194345;
  padding: 180px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-section .accordion-item {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: #EDFBE5;
  margin-bottom: 15px;
  border-radius: 15px;
}
.faq-section .accordion-item h2 button {
  font-family: "area-normal", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.faq-section .accordion-body {
  padding-bottom: 25px;
}
.faq-section .accordion-body p {
  color: #EDFBE5;
}
.faq-section .accordion-button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.faq-section button.accordion-button {
  background: transparent;
  color: #EDFBE5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-section {
  background-color: #194345;
  padding: 0px 0px 175px;
  min-height: auto;
}
.contact-section h2 {
  margin-bottom: 30px;
}
.contact-section h2 span, .contact-section h2 strong {
  color: #75F989;
}
.contact-section .personnel-info {
  margin-bottom: 40px;
}
.contact-section .personnel-info img {
  max-width: 90px;
}
.contact-section .personnel-info h3 {
  font-family: "area-normal", sans-serif;
  text-transform: capitalize;
  color: #EDFBE5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 25px;
}
.contact-section ul.checklist li:not(:last-child) {
  margin-bottom: 10px;
}