/****************FONT*****************/
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Bagoss-Standard";
  src:
    local("Bagoss-Standard"),
    local("Bagoss-Standard"),
    url("../fonts/BagossStandard-Regular.woff2") format("woff2"),
    url("../fonts/BagossStandard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bagoss-Standard";
  src:
    local("Bagoss-Standard"),
    local("Bagoss-Standard"),
    url("../fonts/BagossStandard-Medium.woff2") format("woff2"),
    url("../fonts/BagossStandard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}
:root {
  --primary-color: #000;
  --text-color: #555555;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .gutter-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gutter-15 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gutter-15 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container {
  padding: 0 15px;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

@keyframes skeletonLoading {
  from {
    background-position: 0vw 0;
  }
  to {
    background-position: 100vw 0;
  }
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: rgba(253, 252, 250, 0.7) !important;
  border: 0px !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  font-weight: 400 !important;
  font-family: "OpenSans", sans-serif !important;
  padding: 0px !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 0.7 !important;
}

@media (max-width: 600px) {
  #ot-sdk-btn.ot-sdk-show-settings,
  #ot-sdk-btn.optanon-show-settings {
    font-size: 0.9rem !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.main > .container > h1,
.main > .container > h2,
.main > .container > h3,
.main > .container > h4,
.main > .container > h5,
.main > .container > h6,
.main > .container > .h1,
.main > .container > .h2,
.main > .container > .h3,
.main > .container > .h4,
.main > .container > .h5,
.main > .container > .h6 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  word-wrap: break-word;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  color: var(--color-text-primary);
}

@media (min-width: 992px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content .h1,
  .entry-content .h2,
  .entry-content .h3,
  .entry-content .h4,
  .entry-content .h5,
  .entry-content .h6,
  .main > .container > h1,
  .main > .container > h2,
  .main > .container > h3,
  .main > .container > h4,
  .main > .container > h5,
  .main > .container > h6,
  .main > .container > .h1,
  .main > .container > .h2,
  .main > .container > .h3,
  .main > .container > .h4,
  .main > .container > .h5,
  .main > .container > .h6 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content .h1,
  .entry-content .h2,
  .entry-content .h3,
  .entry-content .h4,
  .entry-content .h5,
  .entry-content .h6,
  .main > .container > h1,
  .main > .container > h2,
  .main > .container > h3,
  .main > .container > h4,
  .main > .container > h5,
  .main > .container > h6,
  .main > .container > .h1,
  .main > .container > .h2,
  .main > .container > .h3,
  .main > .container > .h4,
  .main > .container > .h5,
  .main > .container > .h6 {
    font-size: 3.5rem;
  }
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content .h1:first-child,
.entry-content .h2:first-child,
.entry-content .h3:first-child,
.entry-content .h4:first-child,
.entry-content .h5:first-child,
.entry-content .h6:first-child,
.main > .container > h1:first-child,
.main > .container > h2:first-child,
.main > .container > h3:first-child,
.main > .container > h4:first-child,
.main > .container > h5:first-child,
.main > .container > h6:first-child,
.main > .container > .h1:first-child,
.main > .container > .h2:first-child,
.main > .container > .h3:first-child,
.main > .container > .h4:first-child,
.main > .container > .h5:first-child,
.main > .container > .h6:first-child {
  margin-top: 0;
}

.entry-content h1,
.entry-content .h1,
.main > .container > h1,
.main > .container > .h1 {
  font-size: 4.0625rem;
  line-height: 1.27272727;
}

@media (max-width: 767.98px) {
  .entry-content h1,
  .entry-content .h1,
  .main > .container > h1,
  .main > .container > .h1 {
    font-size: 3.25rem;
  }
}
.entry-content h2,
.entry-content .h2,
.main > .container > h2,
.main > .container > .h2 {
  font-size: 2.25rem;
}

.entry-content h3,
.entry-content .h3,
.main > .container > h3,
.main > .container > .h3 {
  font-size: 2rem;
}

.entry-content h4,
.entry-content .h4,
.main > .container > h4,
.main > .container > .h4 {
  font-size: 1.75rem;
}

.entry-content h5,
.entry-content .h5,
.main > .container > h5,
.main > .container > .h5 {
  font-size: 1.5rem;
}

.entry-content h6,
.entry-content .h6,
.main > .container > h6,
.main > .container > .h6 {
  font-size: 1.375rem;
}

.entry-content hr,
.main > .container > hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content small,
.entry-content .small,
.main > .container > small,
.main > .container > .small {
  font-size: 80%;
}

.entry-content mark,
.entry-content .mark,
.main > .container > mark,
.main > .container > .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.entry-content figcaption,
.entry-content cite,
.entry-content caption,
.entry-content time,
.main > .container > figcaption,
.main > .container > cite,
.main > .container > caption,
.main > .container > time {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.entry-content .has-small-font-size,
.main > .container > .has-small-font-size {
  font-size: 13px;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size,
.main > .container > .has-normal-font-size,
.main > .container > .has-regular-font-size {
  font-size: 16px;
}

.entry-content .has-medium-font-size,
.main > .container > .has-medium-font-size {
  font-size: 20px;
}

.entry-content .has-large-font-size,
.main > .container > .has-large-font-size {
  font-size: 36px;
}

.entry-content .has-huge-font-size,
.entry-content .has-larger-font-size,
.main > .container > .has-huge-font-size,
.main > .container > .has-larger-font-size {
  font-size: 48px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.main > .container > h1,
.main > .container > h2,
.main > .container > h3,
.main > .container > h4,
.main > .container > h5,
.main > .container > h6 {
  margin-bottom: 2.5rem;
}

.entry-content p,
.main > .container > p {
  margin-bottom: 1rem;
}

.entry-content ul,
.main > .container > ul {
  padding: 10px 50px;
  margin-bottom: 1rem;
}

.entry-content ol,
.main > .container > ol {
  padding: 10px 50px;
  margin-bottom: 1rem;
}

.entry-content:after,
.entry-content:before {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .entry-content .alignfull {
    margin: 96px 0;
    transform: translateX(0);
    width: 100% !important;
    max-width: 100%;
  }
  .entry-content .alignfull img {
    width: 100%;
    min-width: 100%;
  }
}
.entry-content .alignwide {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .entry-content .alignwide {
    margin-top: 60px;
  }
  .single-side-column .entry-content .alignwide {
    margin-left: -88px;
    margin-right: -88px;
  }
}
@media (min-width: 1200px) {
  .entry-content .alignwide .wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.content-not-found {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.entry__job-header {
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  padding: 48px 20px;
}

.entry__job-header-back {
  display: flex;
}

.entry__job-header-back:not(:last-child) {
  margin-bottom: 2rem;
}

.entry__job-header-back:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.25 4.75L0.75 9.25' stroke='%23003A30' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  transform: rotate(180deg) translateY(-3px);
  transition: ease 0.2s;
  content: "";
}

.entry__job-header-back a {
  margin-left: 0.75rem;
  font-size: 0.75rem;
  text-decoration: none;
}

.entry__job-header-back:hover:before {
  transform: rotate(180deg) translateY(-3px) translateX(5px);
}

.entry__job-header-container {
  max-width: var(--entry-content-width);
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.entry__job-header-title {
  color: var(--color-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

@media (min-width: 992px) {
  .entry__job-header-title {
    font-size: 24px;
  }
}
.entry__job-header-department {
  margin-bottom: 4px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #a7a6a1;
}

.entry__job-header-location {
  margin-top: 14px;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.entry__job-header-button {
  margin: 32px 0 24px;
}

@media (min-width: 992px) {
  .entry__job-header-button {
    margin: 48px 0 40px;
  }
}
.entry__job-header-button a {
  color: var(--color-accent);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
}

.entry__job-header-button a .dandy-button__title {
  color: var(--color-accent);
  font-size: 1rem;
  font-weight: 500;
}

.entry__job-header-button a .dandy-button__icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: block;
  margin-right: 0.75rem;
}

.entry__job-header-button a .dandy-button__icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s ease-in;
}

.entry__job-header-button a:hover {
  opacity: 0.75;
}

.entry__job-form {
  margin-top: 88px;
  border-radius: 10px;
  background: #eceae6;
  padding: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .entry__job-form {
    padding: 5px;
  }
}
.entry__job-form iframe {
  width: 100%;
  padding-left: 15px;
  border-radius: 10px;
  display: block;
  height: 100vh;
  background: #fff;
}

:root,
.dandy-scheme_default {
  --transition-base: all 0.2s ease-in;
  --block-border-radius: 10px;
  --item-border-radius: 8px;
  --color-border: rgba(126, 124, 120, 0.2);
  --cs-adminmbar-offset: 0px;
  --entry-content-width: 696px;
  --adminmbar-offset: 0px;
}

.admin-bar {
  --adminmbar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --cs-adminmbar-offset: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar {
    --cs-adminmbar-offset: 0px;
  }
}
.admin-bar {
  --cs-adminmbar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --cs-adminmbar-offset: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar {
    --cs-adminmbar-offset: 0px;
  }
}
.dandy-scheme_green {
  --color-scheme-background: #158915;
  background: var(--color-scheme-background);
  --color-primary: #fdfcfa;
  --color-secondary: rgba(253, 252, 250, 0.8);
  --color-border: rgba(253, 252, 250, 0.3);
}

.dandy-scheme_teal,
.dandy-calculator .dandy-calculator-panel-results .result-footer,
.footer__social .social,
.post-card_article:hover .post-card__inner.post-card__inner-featured {
  --color-scheme-background: var(--color-secondary);
  background: var(--color-scheme-background);
  --color-primary: #fdfcfa;
  --color-border: rgba(253, 252, 250, 0.1);
  --color-button-background: #fff;
  --color-button: #003a30;
  --color-button-background_hover: rgba(255, 255, 255, 0.9);
  --color-button-background_focus: rgba(255, 255, 255, 0.7);
}
.home_news .post-card_article:hover .categories li a,
.home_news .post-card_article:hover .pubdate {
  color: #fff;
}

.dandy-scheme_light-green {
  --color-scheme-background: #c5f1c5;
  background: var(--color-scheme-background);
}

.dandy-scheme_blue {
  --color-scheme-background: #5f9bf3;
  --color-secondary: #003a30;
  background: var(--color-scheme-background);
}

.dandy-scheme_blue-border {
  --color-scheme-background: #5f9bf3;
  border: 1px solid var(--color-scheme-background);
}

.dandy-scheme_light-blue {
  --color-scheme-background: #c9dcf9;
  background: var(--color-scheme-background);
}

.dandy-scheme_maroon {
  --color-scheme-background: #8f184b;
  background: var(--color-scheme-background);
  --color-primary: #fff;
  --color-secondary: #fff;
  --color-button: #8f184b;
  --color-button-background: #fff;
  --color-button-background_hover: #ddd;
  --color-button-background_focus: #bbb;
  --color-button-background_disabled: #eceae6;
  --color-button_disabled: #7e7c78;
}

.dandy-scheme_light-maroon {
  --color-scheme-background: #f9daf1;
  background: var(--color-scheme-background);
}

.dandy-scheme_tan {
  --color-scheme-background: #fdfcfa;
  background: var(--color-scheme-background);
}

.dandy-scheme_dark-tan,
.dandy-calculator .dandy-calculator-panel-results .results-main,
.dandy-calculator .dandy-calculator-panel-form,
.seps-form-modal-2 .subscribe__form,
.get-started-extra .subscribe__form,
.get-started .subscribe__form,
.hero_style-2 .subscribe__form {
  --color-scheme-background: #eceae6;
  background: var(--color-scheme-background);
}

.dandy-scheme_gray {
  --color-scheme-background: #7e7c78;
  background: var(--color-scheme-background);
  --color-primary: #fff;
  --color-secondary: #fff;
}

.border-style-scheme_green {
  --color-border-style: #158915;
}

.border-style-scheme_teal {
  --color-border-style: #003a30;
}

.border-style-scheme_light-green {
  --color-border-style: #c5f1c5;
}

.border-style-scheme_blue {
  --color-border-style: #5f9bf3;
}

.border-style-scheme_blue-border {
  --color-border-style: #5f9bf3;
}

.border-style-scheme_light-blue {
  --color-border-style: #c9dcf9;
}

.border-style-scheme_maroon {
  --color-border-style: #8f184b;
}

.border-style-scheme_light-maroon {
  --color-border-style: #f9daf1;
}

.border-style-scheme_tan {
  --color-border-style: #fdfcfa;
}

.border-style-scheme_dark-tan {
  --color-border-style: #eceae6;
}

.border-style-scheme_gray {
  --color-border-style: #7e7c78;
}

[data-scheme="dark"] {
  --color-primary: #fdfcfa;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: var(--color-primary);
}

body {
  background: #fff;
  color: var(--color-primary);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

body.modal-opened {
  padding-top: var(--header-height);
  overflow: hidden;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1200px) {
  .container_smaller {
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
  }
}
.container .container_smaller {
  padding-left: 0;
  padding-right: 0;
  max-width: 1144px;
}

.forms-legal-text {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.forms-legal-text p {
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .get-started .forms-legal-text {
    margin-left: 24px;
  }
}
@media (min-width: 1200px) {
  .custom-form-blog__grid .forms-legal-text {
    margin-left: 24px;
  }
}
.dandy-popup-content .forms-legal-text {
  text-align: center;
}

.radio {
  display: block;
  position: relative;
  cursor: pointer;
}

.radio__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.radio__input:checked ~ .radio__wrapper {
  background: var(--color-primary);
}

.radio__input:checked ~ .radio__wrapper .radio__label {
  color: #fff;
}

.radio__wrapper {
  display: flex;
  border: 1px solid var(--color-primary);
  border-radius: var(--item-border-radius);
  padding: 0.5rem 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  transition: 0.3s ease-out;
}

.radio__wrapper span {
  transition: 0.3s ease-out;
}

.radio__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.radio__link:hover + .radio__wrapper {
  background: #26584f;
  border-color: #26584f;
}

.radio__link:hover + .radio__wrapper span {
  color: #fff;
}

.radio__input:not(:checked) ~ .radio__wrapper:hover {
  background: #26584f;
  border-color: #26584f;
}

.radio__input:not(:checked) ~ .radio__wrapper:hover span {
  color: #fff;
}

.radio__label {
  font-weight: 500;
  font-size: 0.825rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.learn-more-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.learn-more-button__icon {
  margin-right: 0.75rem;
}

.learn-more-button__icon path {
  stroke: var(--color-primary) !important;
}

.learn-more-button__icon rect {
  stroke: var(--color-primary) !important;
}

.entry {
  display: grid;
}

.site-breadcrumbs {
  grid-column: 1/-1;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 20px 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #868480;
}

@media (min-width: 768px) {
  .site-breadcrumbs {
    padding: 20px 0 40px 20px;
  }
}
.site-breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-breadcrumbs .site-breadcrumbs-sep {
  padding: 0 5px;
  color: #868480;
}

.site-breadcrumbs a {
  text-decoration: none;
  color: #868480;
}

.site-breadcrumbs a:hover {
  text-decoration: underline;
}

.single-post .site-breadcrumbs .site-breadcrumbs-sep:nth-last-child(2) {
  display: none;
}

.single-post .site-breadcrumbs .breadcrumb_last {
  display: none;
}

.entry__header {
  grid-column: 1/-1;
}

.entry__grid {
  grid-column: 1/-1;
  display: grid;
  margin-top: 3.625rem;
}

@media (min-width: 1200px) {
  .entry__grid {
    margin-top: 6.25rem;
    grid-template-columns: minmax(0, 236px) minmax(0, 1fr);
    gap: 4.625rem;
    align-items: flex-start;
  }
}
.article-sections {
  padding: 2.5rem 0 0;
}

@media (min-width: 1200px) {
  .article-sections {
    padding: 3.75rem 0 0;
  }
}
.archive-section {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .archive-section {
    padding: 3.75rem 0;
  }
}
.page-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-header .page-header__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .page-header .page-header__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-header .page-header__title {
    font-size: 3.5rem;
  }
}
.page-header .dandy-page__archive-count {
  margin-top: 0.5rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-secondary);
}

.error404 .page-header {
  text-align: center;
}

.page-header .page-header__social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .page-header .page-header__social {
    margin-top: 1rem;
  }
}
.page-header .page-header__social-item {
  margin-right: 1.25rem;
  display: block;
}

.page-header .page-header__social-item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: var(--tansition-base);
}

.page-header .page-header__social-item-link:hover {
  opacity: 0.7;
}

.page-header .page-header__social-item-icon {
  display: block;
  width: 13px;
  height: 10px;
  position: relative;
  margin-right: 5px;
}

.page-header .page-header__social-item-icon svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.page-header .page-header__social-item-title {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  font-weight: 600;
}

.error404 .entry-content {
  text-align: center;
}

.archive-main {
  padding-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .archive-main {
    padding-bottom: 3.75rem;
  }
}
.page__author .page__author-thumbnail {
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.page__author .page__author-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .page__author .page__author-thumbnail {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page__author {
    display: grid;
    grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
    gap: 2rem;
    align-items: flex-start;
  }
}
.dandy-page__archive-description {
  margin-top: 1rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.wistia_embed {
  max-width: 100%;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}

.wistia_embed [id$="big_play_button_background"] {
  display: none !important;
}

.wistia_embed [id$="big_play_button_graphic"] {
  display: none !important;
}

.wistia_embed [id$="big_play_button_bottom_text"] {
  display: none !important;
}

.wistia_embed [id$=".thumbnail"] {
  position: absolute;
}

.wistia_embed [id$=".thumbnail"]::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml, %3Csvg fill='none' height='100' viewBox='0 0 100 100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m64.8276 49.2692c.5632.3248.5632 1.1368 0 1.4616l-22.8104 13.1549c-.5632.3248-1.2672-.0812-1.2672-.7308v-26.3098c0-.6496.704-1.0556 1.2672-.7308z' fill='%23fdfcfa'/%3E%3Crect height='98.6' rx='23.3' stroke='%23fdfcfa' stroke-opacity='.2' stroke-width='1.4' width='98.6' x='.7' y='.7'/%3E%3C/svg%3E");
  width: 80px;
  height: 80px;
  display: block;
  content: "";
  background-size: 100% 100%;
  transition: var(--transition-base);
}

@media (min-width: 1200px) {
  .wistia_embed [id$=".thumbnail"]::after {
    width: 100px;
    height: 100px;
  }
}
.wistia_embed [id$=".thumbnail"]:hover::after {
  transform: scale(1.1);
}

@media (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
iframe {
  max-width: 100%;
}

.main:has(.top-startup) {
  overflow: hidden;
}

.section-typography h2 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .section-typography h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-typography h2 {
    font-size: 3rem;
  }
}
.section-typography h3 {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.section-typography p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: var(--color-secondary);
}

.section-typography ul {
  padding-left: 25px;
}

.section-typography ul li {
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

.section-typography ol {
  padding-left: 25px;
}

.section-typography ol li {
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

.section-typography > *:last-child {
  margin-bottom: 0;
}

.subscribe__form-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.subscribe__form-wrapper .form-confirm {
  grid-column: 1/2;
  grid-row: 1/2;
}

.subscribe__form-wrapper .mktForm {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
}

.subscribe__form-wrapper .mktForm.mktoForm {
  opacity: 1;
  visibility: visible;
}

.subscribe__form-wrapper .mktForm.mktoForm ~ .subscribe__form-loader {
  opacity: 0;
  visibility: hidden;
}

.subscribe__form-loader {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
}

@media (min-width: 1200px) {
  .subscribe__form-loader {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
    margin-left: 1.5rem;
  }
}
.subscribe__form-loader .subscribe__form-loader-element {
  min-height: 96px;
  margin-bottom: 5px;
}

.subscribe__form-loader .subscribe__form-loader-element_checkbox .subscribe__form-loader-field {
  display: grid;
  grid-template-columns: 25px calc(100% - 36px);
  gap: 11px;
  padding: 0px 0 0 4px;
}

.subscribe__form-loader
  .subscribe__form-loader-element_checkbox
  .subscribe__form-loader-field
  + .subscribe__form-loader-field {
  margin-top: 5px;
}

.subscribe__form-loader .subscribe__form-loader-element_checkbox .subscribe__form-loader-el {
  height: 25px;
}

.subscribe__form-loader .subscribe__form-loader-element_checkbox .subscribe__form-loader-text {
  border-radius: 4px;
  height: 25px;
}

.subscribe__form-loader .subscribe__form-loader-element .subscribe__form-loader-label {
  height: 12px;
  border-radius: var(--item-border-radius);
  margin-bottom: 0.5rem;
  width: 160px;
}

.subscribe__form-loader .subscribe__form-loader-element .subscribe__form-loader-input {
  height: 54px;
  border-radius: var(--item-border-radius);
}

.subscribe__form-loader .subscribe__form-loader-button {
  height: 52px;
  border-radius: var(--item-border-radius);
  grid-column: 1/-1;
}

.subscribe__form-loader .subscribe__form-loader-button_top {
  margin-top: 2.5rem;
}

.subscribe__form-loader .subscribe__form-loader-animation {
  background: linear-gradient(90deg, #cbcbcb 0px, #c0c0c0 100px, #c0c0c0 150px, #cbcbcb 250px);
  background-size: 100vw 100%;
  background-attachment: fixed;
  animation: skeletonLoading 2s linear infinite;
}

@media print {
  .main > .container section {
    display: none;
  }
  .main > .container {
    page-break-inside: avoid;
  }
}
.content-radios-grid {
  display: flex;
  gap: 1.5rem;
  margin: 0 0 1.5rem;
}

@media (min-width: 992px) {
  .content-radios-grid {
    padding: 0 0 0 1.5rem;
  }
}
.content-radios-grid label.radio {
  flex: 1;
}

.dandy-button {
  background: var(--color-button-background);
  color: var(--color-button);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.dandy-button:hover {
  background: var(--color-button-background_hover);
}

.dandy-button:focus {
  background: var(--color-button-background_focus);
}

.dandy-button:disabled {
  color: var(--color-button_disabled);
  background: var(--color-button-background_disabled);
}

.dandy-button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.dandy-button_secondary {
  background: var(--color-accent);
}

.dandy-button_border {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--color-button-background);
  color: var(--color-button-background);
}

.dandy-button_border:hover {
  border-color: var(--color-button-background_hover);
  color: var(--color-button);
}

.dandy-button_border:focus {
  background: var(--color-button-background_focus);
  color: var(--color-button);
}

.dandy-button_alt {
  padding: 0;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
}

.dandy-button_alt .dandy-button__icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: block;
  margin-right: 0.75rem;
}

.dandy-button_alt .dandy-button__icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s ease-in;
}

.dandy-button_alt:hover {
  background: rgba(0, 0, 0, 0);
}

.dandy-button_alt:hover .dandy-button__icon svg rect {
  fill: var(--color-button-background);
}

.dandy-button_alt:hover .dandy-button__icon svg path {
  stroke: var(--color-button);
}

.dandy-button_alt:focus {
  background: rgba(0, 0, 0, 0);
}

.dandy-button_alt:focus .dandy-button__icon svg rect {
  fill: var(--color-button-background_focus);
}

.dandy-button_alt:focus .dandy-button__icon svg path {
  stroke: var(--color-button);
}

.dandy-button_smaller {
  padding: 0.875rem;
}

.categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.categories li {
  display: block;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.categories li a {
  color: var(--color-secondary);
  transition: var(--transition-base);
  text-decoration: none;
}

.categories li a:hover {
  color: var(--color-primary);
}

.categories li:not(:last-child) {
  margin-right: 0.5em;
}

.play-video-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.play-video-button:hover .play-video-button__icon svg rect {
  fill: var(--color-button-background);
}

.play-video-button:hover .play-video-button__icon svg path {
  fill: var(--color-button);
}

.play-video-button__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}

.play-video-button__icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.play-video-button__icon svg rect {
  transition: var(--transition-base);
  fill: rgba(0, 0, 0, 0);
}

.play-video-button__icon svg path {
  transition: var(--transition-base);
}

.play-video-button__title {
  display: block;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

:root {
  --header-height: 76px;
}

@media (min-width: 1200px) {
  :root {
    --header-height: 122px;
  }
}
.header {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  position: sticky;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.35s ease-in;
  background: #fff;
  height: var(--header-height);
  top: var(--adminmbar-offset);
}

.header_secondary {
  background: none;
  position: fixed;
}

.header_simple {
  position: relative !important;
  top: 0 !important;
}

.modal-opened .header {
  position: fixed;
}

.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-scheme-background);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: none;
  z-index: 1;
}

.header .logo {
  transition: var(--transition-base);
  z-index: 1;
  position: relative;
}

.header .logo img {
  transition: var(--transition-base);
}

.header.header_mobile-nav-active:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s 0.2s ease-in;
}

@media (min-width: 1200px) {
  .header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.header__nav-button {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: none;
}

@media (min-width: 1200px) {
  .header__nav-button {
    display: none;
  }
}
.header__nav-button-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: var(--transition-base);
}

.header__nav-button-icon svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.header__nav-button-icon_open {
  transform: scale(1);
}

.header__nav-button-icon_open svg {
  fill: var(--color-primary);
}

.header_mobile-nav-active .header__nav-button-icon_open {
  transform: scale(0);
}

.header__nav-button-icon_close {
  transform: scale(0);
}

.header__nav-button-icon_close svg {
  fill: var(--color-primary);
}

.header_mobile-nav-active .header__nav-button-icon_close {
  transform: scale(1);
}

.header__grid {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.header__grid .logo {
  max-width: 140px;
}

@media (min-width: 768px) {
  .header__grid {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .header__grid {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__grid {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header__grid {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__grid {
    max-width: 1160px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .header__grid {
    max-width: 1340px;
  }
}
@media (min-width: 1200px) {
  .header__grid {
    gap: 3.125rem;
    grid-template-columns: minmax(0, 102px) minmax(0, 1fr) minmax(0, 220px);
  }
}
.header__phone {
  display: flex;
  gap: 6px;
  color: var(--color-primary);
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: 0.3s ease-out;
}

.header__phone:hover {
  color: var(--color-accent);
}

.header__phone-hide {
  opacity: 0;
}

.header__phone svg {
  stroke: var(--color-primary);
  stroke-width: 1.4px;
  transition: 0.3s ease-out;
}

.header__phone:hover svg {
  stroke: var(--color-accent);
}

.header__phone-target-hide {
  opacity: 0;
}

.header__nav {
  display: none;
}

@media (min-width: 1200px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header__nav .main-nav > ul {
    display: flex;
    align-items: center;
  }
  .header__nav .main-nav > ul > li {
    display: block;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
  }
  .header__nav .main-nav > ul > li:not(:last-child) {
    margin-right: 2rem;
  }
  .header__nav .main-nav > ul > li > a {
    text-decoration: none;
    transition: var(--transition-base);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: block;
  }
  .header__nav .main-nav > ul > li > a:hover {
    opacity: 0.7;
  }
  .header__nav .main-nav > ul > li > .menu-item-without-link {
    text-decoration: none;
    transition: var(--transition-base);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: block;
  }
  .header__nav .main-nav > ul > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
    border: 1px solid #ececec;
    transition: var(--transition-base);
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    left: -1.125rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    background: var(--color-scheme-background);
    border-radius: 10px 0 0 10px;
    padding: 1.875rem 0 1.875rem 0;
  }
  .header__nav .main-nav > ul > li.three-submenu > .sub-menu {
    visibility: hidden;
    width: 560px;
  }
  .menu-item-custom a {
    border-bottom: 1px solid var(--color-accent);
  }
  .header__nav .main-nav > ul > li.three-submenu > .sub-menu > li {
    width: 300px;
    display: block;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 0.9375rem;
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children >a {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 100% 6px;
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.35354 0.646215L6.35354 5.64622C6.40003 5.69265 6.43691 5.7478 6.46207 5.8085C6.48723 5.86919 6.50018 5.93426 6.50018 5.99997C6.50018 6.06567 6.48723 6.13074 6.46207 6.19144C6.43691 6.25214 6.40003 6.30728 6.35354 6.35372L1.35354 11.3537C1.25972 11.4475 1.13247 11.5002 0.99979 11.5002C0.867108 11.5002 0.73986 11.4475 0.646039 11.3537C0.552219 11.2599 0.499512 11.1326 0.499512 11C0.499512 10.8673 0.552219 10.74 0.646039 10.6462L5.29291 5.99997L0.646039 1.35372C0.599584 1.30726 0.562734 1.25211 0.537592 1.19141C0.512451 1.13072 0.499511 1.06566 0.499511 0.999966C0.499511 0.934268 0.512451 0.869214 0.537592 0.808517C0.562734 0.747821 0.599584 0.692671 0.646039 0.646215C0.692494 0.59976 0.747644 0.562911 0.808341 0.537769C0.869038 0.512628 0.934092 0.499687 0.999789 0.499687C1.06549 0.499687 1.13054 0.512628 1.19124 0.537769C1.25193 0.562911 1.30708 0.59976 1.35354 0.646215Z' fill='%23096866'/%3E%3C/svg%3E%0A");
    position: relative;
    z-index: 10;
  }
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li.menu-item-hyperlink{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #eceae6;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0 0 0 10px;
  }
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li.menu-item-hyperlink a{
   font-size: 14px;
   font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2300777a' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding-right: 22px;
    background-position: right;
    display: inline-block;
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children:hover >a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1.35354 0.646215L6.35354 5.64622C6.40003 5.69265 6.43691 5.7478 6.46207 5.8085C6.48723 5.86919 6.50018 5.93426 6.50018 5.99997C6.50018 6.06567 6.48723 6.13074 6.46207 6.19144C6.43691 6.25214 6.40003 6.30728 6.35354 6.35372L1.35354 11.3537C1.25972 11.4475 1.13247 11.5002 0.99979 11.5002C0.867108 11.5002 0.73986 11.4475 0.646039 11.3537C0.552219 11.2599 0.499512 11.1326 0.499512 11C0.499512 10.8673 0.552219 10.74 0.646039 10.6462L5.29291 5.99997L0.646039 1.35372C0.599584 1.30726 0.562734 1.25211 0.537592 1.19141C0.512451 1.13072 0.499511 1.06566 0.499511 0.999966C0.499511 0.934268 0.512451 0.869214 0.537592 0.808517C0.562734 0.747821 0.599584 0.692671 0.646039 0.646215C0.692494 0.59976 0.747644 0.562911 0.808341 0.537769C0.869038 0.512628 0.934092 0.499687 0.999789 0.499687C1.06549 0.499687 1.13054 0.512628 1.19124 0.537769C1.25193 0.562911 1.30708 0.59976 1.35354 0.646215Z' fill='%2300a0ae' stroke='%2300a0ae' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children:hover > a {
    font-weight: 600;
    color: var(--color-accent);
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children > .sub-menu {
    margin-top: 84px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-scheme-background);
    width: 260px;
    padding: 0 15px;

    white-space: normal;
    border-left: 1px solid #ccc;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children > .sub-menu {
   margin-bottom: 50px;
  }
  .header__nav .main-nav > ul > li > .sub-menu > li:last-child a {
    margin-bottom: 0 !important;
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header__nav .main-nav > ul > li > .sub-menu > .menu-item-has-children > .sub-menu > li:not(:last-child) {
    margin-bottom: 28px;
  }

  .header__nav .main-nav > ul > li > .sub-menu a {
    text-decoration: none;
    display: block;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-row: 2;
    grid-column: 1/3;
    margin-left: -2.875rem;
    margin-bottom: -2.875rem;
    margin-right: -1.25rem;
    padding: 1rem 2.875rem;
    background: #eceae6;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link span,
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link strong {
    color: inherit;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link span:not(:first-child),
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link strong:not(:first-child) {
    margin-left: 0.25rem;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link strong {
    font-weight: 600;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link:hover {
    color: #158915;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link svg {
    max-width: 12px;
    margin-left: 0.375rem;
  }
  .header__nav .main-nav > ul > li > .sub-menu.sub-menu-featured .dandy-featured-column {
    grid-row: 1/3;
  }
  .header__nav .main-nav > ul > li.menu-item-has-children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 10px);
    align-items: center;
    gap: 0.375rem;
  }

.two-submenu:not(.menu_feature) .sub-menu{
  border-radius: 10px !important;
}
  
  .header__nav .main-nav > ul > li.menu-item-has-children > a,
  .header__nav .main-nav > ul > li.menu-item-has-children > .menu-item-without-link {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .header__nav .main-nav > ul > li.menu-item-has-children::before {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='6' viewBox='0 0 11 6' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.83838 6-5.000001-5.088339.895831-.911661 4.10417 4.19788 4.10416-4.1766789.89586.9116609z' fill='%23003a30'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    transition: var(--transition-base);
  }
  .header__nav .main-nav > ul > li.menu-item-has-children::after {
    display: block;
    width: 100%;
    top: 100%;
    left: 0;
    height: 2px;
    background: var(--color-primary);
    transform: translateY(20px);
    transition: var(--transition-base);
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute;
  }
  .header__nav .main-nav > ul > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header__nav .main-nav > ul > li.menu-item-has-children:hover::before {
    transform: rotate(180deg);
  }
  .header__nav .main-nav > ul > li.menu-item-has-children:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header__nav .menu_feature .dandy-featured-column {
    position: absolute;
    top: 0;
    right: -350px;
    height: 100%;
  }

  /* .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu {
    width: auto;
  } */
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li {
    display: block;
    white-space: nowrap;
    padding: 0 1rem 0 2rem;
  }
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li > a,
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li > .menu-item-without-link {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    padding-bottom: 0.75rem;
    /* border-bottom: 1px solid var(--color-border); */
    margin-bottom: 1rem;
    color: var(--color-secondary);
  }
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li > a:empty,
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li > .menu-item-without-link:empty {
    display: none;
  }
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li.dandy-featured-column {
    margin-right: 0;
    width: 350px;
    padding: 1.5rem;
    background: var(--color-primary);
    --color-secondary: rgba(253, 252, 250, 0.7);
    --color-border: var(--color-primary);
    --color-button-background: var(--color-accent);
    --color-button: #fff;
    border-radius: 0 10px 10px 0;
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__img {
    border-radius: var(--block-border-radius);
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__img
    img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
  }
  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li.dandy-featured-column .menu-item-without-link {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #fff;
    display: block;
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.125rem;
    color: #fff;
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__categories {
    margin-bottom: 0.5rem;
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__categories
    .categories
    li
    a {
    font-family: "OpenSans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-accent);
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--color-primary);
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__title {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
  .featured-column-post-card__title {
    color: #fff;
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__excerpt {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-secondary);
  }
  .header__nav
    .main-nav
    > ul
    > li.dandy-mega-menu
    > .sub-menu
    > li.dandy-featured-column
    .featured-column-post-card__read-more {
    background: var(--color-button-background);
    color: var(--color-button);
    transition: var(--transition-base);
    border-radius: var(--item-border-radius);
    font-family: "OpenSans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.875rem;
    font-size: 0.75rem;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0.5rem;
  }

  .header__nav .main-nav > ul > li.dandy-mega-menu > .sub-menu > li > ul > li {
    display: block;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 0.9375rem;
  }
}
.header__buttons {
  margin-left: auto;
  position: relative;
}

@media (min-width: 1200px) {
  .header__buttons {
    display: flex;
    justify-content: flex-end;
  }
}
.dandy-button_header-login {
  display: none;
}

@media (min-width: 1200px) {
  .dandy-button_header-login {
    display: flex;
    margin-right: 0.75rem;
    background: none;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
  }
  .dandy-button_header-login:hover {
    border-color: var(--color-button-background_hover);
    color: var(--color-button);
  }
}
.dandy-button_secondary-mobile {
  display: none;
  text-align: center;
}

.dandy-button_secondary-mobile:not(.not-within-time) {
  display: inline-block;
}

@media (min-width: 1200px) {
  .dandy-button_secondary-mobile:not(.not-within-time) {
    display: none;
  }
}
.dandy-button_secondary-mobile:not(.not-within-time) + .dandy-button_secondary {
  display: none;
}

@media (min-width: 1200px) {
  .dandy-button_secondary-mobile:not(.not-within-time) + .dandy-button_secondary {
    display: inline-block;
  }
}
.header__mobile-nav {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 90%;
  background-color: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.5s;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 4px 8px 0px #00000040;
  border-radius: 8px;
}

.header_mobile-nav-active .header__mobile-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media (min-width: 768px) {
  .header__mobile-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.header.header_mobile-nav-active {
  z-index: 11;
}

body:has(.header_mobile-nav-active) .dandy-popup-section {
  display: none;
}

.header__mobile-nav-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 3rem;
  color: var(--color-secondary);
  opacity: 0.7;
}

@media (min-width: 768px) {
  .header__mobile-nav-title {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .header__mobile-nav-title {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__mobile-nav-title {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header__mobile-nav-title {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__mobile-nav-title {
    max-width: 1160px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .header__mobile-nav-title {
    max-width: 1340px;
  }
}
.header__mobile-nav-wrapper {
  margin-bottom: 4rem;
}

.header__mobile-nav-wrapper nav > ul > li {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid var(--color-border);
}

@media (min-width: 992px) {
  .header__mobile-nav-wrapper nav > ul > li {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .header__mobile-nav-wrapper nav > ul > li {
    font-size: 3.5rem;
  }
}

.header__mobile-nav-wrapper nav ul li .header__mobile-nav-dropdown-toggle {
  width: 16px;
  height: 10px;
  display: block;
  grid-column: 2/3;
  background-repeat: no-repeat;
  margin-right: auto;
  transition: var(--transition-base);
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='12' viewBox='0 0 19 12' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.16667 11.5-9.16667-9.32862 1.64236-1.67138 7.52431 7.69611 7.52433-7.657241 1.6423 1.671381z' fill='%2300777a'/%3E%3C/svg%3E");
  background-size: 100% auto;
}

.header__mobile-nav-wrapper nav > ul > li.menu-item_dropdown-visible {
  opacity: 1;
}

.header__mobile-nav-wrapper nav > ul > li .header__mobile-nav-dropdown-toggle.clicked {
  transform: rotate(180deg);
}

.header__mobile-nav-wrapper .sub-menu .sub-menu {
  display: none;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.header__mobile-nav-wrapper nav > ul > li a {
  text-decoration: none;
}

.header__mobile-nav-wrapper nav > ul li.menu-item-has-children {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.75rem;
  align-items: center;
}
.header__mobile-nav-wrapper nav > ul li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}
.header__mobile-nav-wrapper
  nav
  > ul
  li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children
  .header__mobile-nav-dropdown-toggle {
  position: absolute;
  top: 16px;
  right: 0;
}
.header__mobile-nav-wrapper
  nav
  > ul
  li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children.header__mobile-nav-wrapper
  nav
  > ul
  > li.menu-item-has-children
  > a {
  grid-column: 1/2;
  grid-row: 1/2;
}

.header__mobile-nav-wrapper nav > ul > li.menu-item-has-children > .menu-item-without-link {
  grid-column: 1/2;
  grid-row: 1/2;
}

.header__mobile-nav-wrapper nav > ul > li.menu-item-has-children .dandy-featured-column {
  display: none;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu {
  grid-column: 1/-1;
  grid-row: 2/3;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
  padding-top: 20px;
  display: none;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu > li {
  display: block;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu > li > ul {
  display: block;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu > li > ul > li {
  display: block;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured {
  grid-template-columns: 1fr;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured[style*="block"] {
  display: grid !important;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem;
  background: #eceae6;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  order: 99999;
  margin-top: 1.5rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link span,
.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link strong {
  color: inherit;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link span:not(:first-child),
.header__mobile-nav-wrapper
  nav
  > ul
  > li
  > .sub-menu.sub-menu-featured
  > .dandy-featured-link
  strong:not(:first-child) {
  margin-left: 0.25rem;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link strong {
  font-weight: 600;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link:hover {
  color: #158915;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link svg {
  max-width: 14px;
  margin-left: 0.375rem;
}

.header__mobile-nav-wrapper nav > ul > li > .sub-menu.sub-menu-featured > .dandy-featured-link .hide-mobile {
  display: none;
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li > a {
  display: block;
  color: var(--color-accent);
  margin-bottom: 10px;
  padding-top: 10px;
}
.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li:not(:first-child) > a {
  border-top: 1px solid var(--color-border);
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li > a:empty {
  display: none;
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li > .menu-item-without-link {
  display: block;
  color: var(--color-accent);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li > .menu-item-without-link:empty {
  display: none;
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li > ul li {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.header__mobile-nav-wrapper nav > ul > li.dandy-mega-menu > .sub-menu > li > ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
  .header__mobile-nav-wrapper {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .header__mobile-nav-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__mobile-nav-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header__mobile-nav-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__mobile-nav-wrapper {
    max-width: 1160px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .header__mobile-nav-wrapper {
    max-width: 1340px;
  }
}
.header__mobile-nav-footer {
  margin-top: 2.25rem;
  padding: 6.875rem 1.875rem 2.75rem;
}

@media (min-width: 768px) {
  .header__mobile-nav-footer {
    margin-left: 0;
    margin-right: 0;
  }
}
.header__mobile-nav-outer {
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
}

.header__mobile-nav-footer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .header__mobile-nav-footer__wrapper {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .header__mobile-nav-footer__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__mobile-nav-footer__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header__mobile-nav-footer__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__mobile-nav-footer__wrapper {
    max-width: 1160px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .header__mobile-nav-footer__wrapper {
    max-width: 1340px;
  }
}
.header__mobile-nav-footer-links {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1/-1;
  margin-bottom: 2.625rem;
}

.header__mobile-nav-footer-links > *:not(:last-child) {
  margin-right: 1.5rem;
}

.header__mobile-nav-footer-links li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.header__mobile-nav-footer-links li a {
  text-decoration: none;
  color: var(--color-secondary);
}

.header__mobile-nav-footer-copy {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  opacity: 0.6;
}

.header__mobile-nav-footer-social {
  justify-content: flex-end;
}

.header__mobile-nav-buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: auto;
  gap: 1rem;
}

.header__mobile-nav-buttons .dandy-button {
  padding: 1.25rem 0;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header__mobile-nav-buttons {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .header__mobile-nav-buttons {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__mobile-nav-buttons {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header__mobile-nav-buttons {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__mobile-nav-buttons {
    max-width: 1160px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .header__mobile-nav-buttons {
    max-width: 1340px;
  }
}
.header__grid:has(.header__phone) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.header__grid:has(.header__phone) .header__nav {
  margin-left: 3.125rem;
}

.header__grid:has(.header__phone) .header__phone {
  margin: 0 1rem 0 auto;
}

@media (max-width: 1199.98px) {
  .header__grid:has(.header__phone) .header__phone {
    display: none;
  }
}
.header__grid:has(.header__phone) .header__mobile-nav .header__phone {
  display: none;
}

@media (max-width: 1199.98px) {
  .header__grid:has(.header__phone) .header__mobile-nav .header__phone {
    display: flex;
    margin: 1.5rem 0 0;
    justify-content: center;
  }
}
.header__grid:has(.header__phone) .header__buttons {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .header__grid:has(.header__phone) .header__buttons {
    margin: 0 1rem 0 auto;
  }
}
.header_secondary {
  transition: 0s;
}

.header_secondary.header_fixed {
  background: #fff;
  transition: 0.15s linear;
}

.header_secondary:not(.header_fixed) .logo img {
  filter: brightness(0) invert(1);
}

.header_secondary:not(.header_fixed) .header__nav .main-nav > ul > li > a,
.header_secondary:not(.header_fixed) .header__nav .main-nav > ul > li > .menu-item-without-link {
  color: #fff;
}

.header_secondary:not(.header_fixed) .header__nav .main-nav > ul > li.menu-item-has-children::before {
  filter: brightness(0) invert(1);
}

.header_secondary:not(.header_fixed) .dandy-button_header-login {
  color: #fff;
  border-color: #fff;
}

.header_secondary:not(.header_fixed) .dandy-button_header-login:hover {
  color: var(--color-primary);
  background: #fff;
}

.header_secondary:not(.header_fixed) .header__nav-button-icon_open svg {
  fill: #fff;
}

.header_secondary:not(.header_fixed) .header__nav .main-nav > ul > li.menu-item-has-children:hover::after {
  display: none;
}

.header_secondary:not(.header_fixed) .header__phone {
  color: #fff;
}

.header_secondary:not(.header_fixed) .header__phone svg {
  stroke: #fff;
}

.logo {
  max-width: 100%;
  display: block;
}

.logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.hero_style-1 {
  padding: 5rem 1.25rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .hero_style-1 {
    padding: 8.4375rem 5.5rem;
  }
}
.hero_style-1 .hero__grid {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1400px) {
  .hero_style-1 .hero__grid {
    grid-template-columns: minmax(0, 672px) minmax(0, 358px);
    justify-content: space-between;
    align-items: center;
  }
}
.hero_style-1 .hero__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .hero_style-1 .hero__title {
    font-size: 3.5rem;
  }
}
.hero_style-1 .hero__desc .hero__desc-button {
  margin-top: 1rem;
  display: flex;
}

.hero_style-1 .hero__desc .hero__desc-button .dandy-button {
  min-width: 200px;
}

.hero_style-1 .hero__desc .hero__desc-text {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

.hero_style-1 .hero__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2.5rem;
}

.hero_style-2 {
  padding: 5rem 1.25rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .hero_style-2 {
    padding: 8.4375rem 5.5rem;
  }
}
.hero_style-2 .hero__grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 1400px) {
  .hero_style-2 .hero__grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  }
}
@media (max-width: 1199.98px) {
  .hero_style-2 .hero__content {
    display: contents;
  }
}
.hero_style-2 .hero__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .hero_style-2 .hero__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199.98px) {
  .hero_style-2 .hero__title {
    margin: 0;
  }
}
.hero_style-2 .hero__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-primary);
  max-width: 472px;
}

.hero_style-2 .hero__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2.5rem;
}

@media (max-width: 1199.98px) {
  .hero_style-2 .hero__button {
    margin: 0;
    order: 9;
  }
}
.hero_style-2 .subscribe__form {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 2rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .hero_style-2 .subscribe__form {
    margin-left: -24px;
  }
}
@media (min-width: 1400px) {
  .hero_style-2 .subscribe__form {
    margin-top: 0;
  }
}
.hero_style-2 .subscribe__form form {
  width: 100% !important;
}

.hero_style-2 .subscribe__form .mktoFormCol {
  display: grid !important;
  width: 100% !important;
}

.hero_style-2 .subscribe__form .mktoOffset {
  display: none;
}

@media (min-width: 1200px) {
  .hero_style-2 .subscribe__form .mktoFormRow {
    float: left;
    width: calc(50% - 24px);
    clear: none !important;
    margin-left: 24px;
  }
}
.hero_style-2 .subscribe__form .mktoFieldWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 1.375rem;
}

.hero_style-2 .subscribe__form .mktoFieldWrap label {
  width: 100% !important;
  display: inline;
  margin: 0 0 8px !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 !important;
  font-weight: 600 !important;
}

.hero_style-2 .subscribe__form .mktoFieldWrap input {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.hero_style-2 .subscribe__form .mktoFieldWrap select {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.hero_style-2 .subscribe__form .mktoGutter {
  display: none;
}

.hero_style-2 .subscribe__form .mktoAsterix {
  display: none !important;
}

.hero_style-2 .subscribe__form button {
  background: #158915;
  color: var(--color-button);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  font-weight: 600 !important;
}

.hero_style-2 .subscribe__form button:hover {
  background: var(--color-button-background_hover);
}

.hero_style-2 .subscribe__form button:focus {
  background: var(--color-button-background_focus);
}

.hero_style-2 .subscribe__form button:disabled {
  color: var(--color-button_disabled);
  background: var(--color-button-background_disabled);
}

.hero_style-2 .subscribe__form button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.hero_style-2 .subscribe__form button_secondary {
  background: #158915;
}

.hero_style-2 .subscribe__form .mktoButtonRow {
  width: 100%;
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  .hero_style-2 .subscribe__form .mktoButtonRow {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
.hero_style-3 .hero__grid {
  gap: 0.75rem;
  display: grid;
}

@media (min-width: 1200px) {
  .hero_style-3 .hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.hero_style-3 .hero__content {
  border-radius: var(--block-border-radius);
  padding: 2.375rem 1.25rem 1.125rem;
}

@media (min-width: 1200px) {
  .hero_style-3 .hero__content {
    padding: 3.5rem 5.5rem 2rem;
  }
}
.hero_style-3.hero_mobile-order-2 .hero__content {
  order: 2;
}

@media (min-width: 1200px) {
  .hero_style-3.hero_mobile-order-2 .hero__content {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .hero_style-3.hero_order-2 .hero__content {
    order: 2;
  }
}
.hero_style-3 .hero__media {
  border-radius: var(--block-border-radius);
  aspect-ratio: 355/320;
  position: relative;
  overflow: hidden;
}

.hero_style-3 .hero__media img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: auto;
}

.hero_style-3 .hero__media_contain {
  aspect-ratio: auto;
  height: auto;
  position: relative;
}

@media (min-width: 1200px) {
  .hero_style-3 .hero__media_contain {
    height: auto;
    display: flex;
    align-items: center;
  }
}
.hero_style-3 .hero__media_contain img {
  object-fit: contain;
  position: static;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .hero_style-3 .hero__media {
    height: 100%;
    aspect-ratio: auto;
  }
}
.hero_style-3 .hero__media-video__card {
  position: relative;
}

.hero_style-3 .hero__media-video__card .wistia_embed {
  position: relative;
  height: 100% !important;
}

.hero_style-3 .hero__media-video__card .wistia_embed .w-chrome {
  height: 100% !important;
}

.hero_style-3 .hero__media-video__card .hero__media-video__card-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.hero_style-3 .hero__media-video__card .hero__media-video__card-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero_style-3 .hero__media-video__card .hero__media-video__card-img ~ .wistia_embed {
  opacity: 0;
  visibility: hidden;
}

.hero_style-3 .hero__media-video__card .hero__media-video__card-img ~ .hero__media-video__card-button {
  opacity: 1;
  visibility: visible;
}

.hero_style-3 .hero__media-video__card .hero__media-video__card-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: var(--transition-base);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.hero_style-3 .hero__media-video__card .hero__media-video__card-button svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .hero_style-3 .hero__media-video__card .hero__media-video__card-button {
    width: 100px;
    height: 100px;
  }
}
.hero_style-3 .hero__media-video__card:hover .hero__media-video__card-button {
  transform: scale(1.1);
}

.hero_style-3 .hero__media-video__card.video-active .wistia_embed {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero_style-3 .hero__media-video__card.video-active .hero__media-video__card-img {
  opacity: 0 !important;
  visibility: hidden !important;
}

.hero_style-3 .hero__media-video__card.video-active .hero__media-video__card-button {
  opacity: 0 !important;
  visibility: hidden !important;
}

.hero_style-3.hero_mobile-order-2 .hero__media {
  order: 1;
}

@media (min-width: 1200px) {
  .hero_style-3.hero_mobile-order-2 .hero__media {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .hero_style-3.hero_order-2 .hero__media {
    order: 1;
  }
}
.hero_style-3 .hero__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  margin-bottom: 2.5rem;
}

.hero_style-3 .hero__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .hero_style-3 .hero__title {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .hero_style-3 .hero__title {
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .hero_style-3 .hero__title {
    margin-bottom: 1.5rem;
  }
}
.hero_style-3 .hero__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  max-width: 360px;
}

@media (min-width: 1200px) {
  .hero_style-3 .hero__desc {
    margin-bottom: 2.5rem;
  }
}
.hero_style-3 .hero__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1rem;
}

.hero_style-3.variation-2 {
  position: relative;
  margin-bottom: 6.5rem;
}

@media (min-width: 768px) {
  .hero_style-3.variation-2 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 17px);
  }
}
@media (max-width: 991.98px) {
  .hero_style-3.variation-2 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.hero_style-3.variation-2 .hero__grid {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 1060px;
}

@media (max-width: 991.98px) {
  .hero_style-3.variation-2 .hero__grid {
    display: block;
  }
}
.hero_style-3.variation-2 .hero__content {
  padding: 4.375rem 6.875rem 4.375rem 2rem;
  border-radius: 0;
  width: 61%;
  flex: none;
}

.hero_style-3.variation-2 .hero__content:before {
  content: "";
  background: var(--color-scheme-background);
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hero_style-3.variation-2 .hero__content:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero_style-3.variation-2 .hero__content {
    width: 100%;
    padding: 3rem 1.688rem;
  }
}
.hero_style-3.variation-2 .hero__content .entry__header-subtitle {
  border-radius: 35px;
  margin: 0 0 0.688rem;
  border: 1px solid var(--color-primary);
  padding: 0 15px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  height: 36px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-primary);
  opacity: 0.7;
}

.hero_style-3.variation-2 .hero__title {
  margin: 0 0 0.688rem;
  line-height: 1.12;
  font-size: 4rem;
}

@media (max-width: 991.98px) {
  .hero_style-3.variation-2 .hero__title {
    font-size: 2.5rem;
  }
}
.hero_style-3.variation-2 .hero__desc {
  margin: 0 0 2.813rem;
  max-width: 540px;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .hero_style-3.variation-2 .hero__desc {
    font-size: 1rem;
  }
}
.hero_style-3.variation-2 .hero__desc p {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .hero_style-3.variation-2 .hero__desc p {
    font-size: 1rem;
  }
}
.hero_style-3.variation-2 .hero__media {
  flex: auto;
  border-radius: 0;
}

@media (min-width: 992px) {
  .hero_style-3.variation-2 .hero__media {
    position: absolute;
    left: calc(50% + 60px);
    width: calc(50vw - 60px);
    height: 100%;
  }
}
.hero_style-3.variation-2 .hero__media picture,
.hero_style-3.variation-2 .hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  position: initial;
}

.hero_style-4 {
  position: relative;
  border-radius: var(--block-border-radius);
  overflow: hidden;
}

.hero_style-4 .hero__grid {
  padding: 310px 20px 36px;
}

@media (min-width: 992px) {
  .hero_style-4 .hero__grid {
    padding: 140px 88px 106px;
  }
}
.hero_style-4 .hero__content {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero_style-4 .hero__content {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .hero_style-4 .hero__content {
    max-width: 560px;
  }
}
.hero_style-4 .hero__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.hero_style-4 .hero__img::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(359.99deg, rgba(0, 0, 0, 0.4) 28.21%, rgba(0, 0, 0, 0) 64.21%);
}

@media (min-width: 992px) {
  .hero_style-4 .hero__img::after {
    background: linear-gradient(90.05deg, rgba(0, 0, 0, 0.4) 22.31%, rgba(0, 0, 0, 0) 62.69%);
  }
}
.hero_style-4 .hero__img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_style-4 .hero__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .hero_style-4 .hero__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .hero_style-4 .hero__title {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }
}
.hero_style-4 .hero__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .hero_style-4 .hero__desc {
    max-width: 472px;
  }
}
.hero_style-4 .hero__button {
  display: flex;
  margin-top: 1rem;
}

.hero_style-4.type-2 .hero__img:after {
  background: linear-gradient(90.05deg, rgba(0, 58, 48, 0.7) 22.31%, rgba(0, 58, 48, 0.7) 62.69%);
}

.hero_style-5 .hero__grid {
  gap: 0.75rem;
  display: grid;
}

@media (min-width: 1200px) {
  .hero_style-5 .hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.hero_style-5 .hero__content {
  border-radius: var(--block-border-radius);
  padding: 2.375rem 1.25rem 1.125rem;
}

@media (min-width: 1200px) {
  .hero_style-5 .hero__content {
    padding: 3.5rem 5.5rem 2rem;
  }
}
.hero_style-5.hero_mobile-order-2 .hero__content {
  order: 2;
}

@media (min-width: 1200px) {
  .hero_style-5.hero_mobile-order-2 .hero__content {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .hero_style-5.hero_order-2 .hero__content {
    order: 2;
  }
}
.hero_style-5 .hero__media {
  border-radius: var(--block-border-radius);
  aspect-ratio: 355/320;
  position: relative;
  overflow: hidden;
}

.hero_style-5 .hero__media img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: auto;
}

.hero_style-5 .hero__media_contain {
  aspect-ratio: auto;
  height: auto;
  position: relative;
}

@media (min-width: 1200px) {
  .hero_style-5 .hero__media_contain {
    height: auto;
    display: flex;
    align-items: center;
  }
}
.hero_style-5 .hero__media_contain img {
  object-fit: contain;
  position: static;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .hero_style-5 .hero__media {
    height: 100%;
    aspect-ratio: auto;
  }
}
.hero_style-5.hero_mobile-order-2 .hero__media {
  order: 1;
}

@media (min-width: 1200px) {
  .hero_style-5.hero_mobile-order-2 .hero__media {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .hero_style-5.hero_order-2 .hero__media {
    order: 1;
  }
}
.hero_style-5 .hero__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .hero_style-5 .hero__title {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
  }
}

@media (min-width: 1200px) {
  .hero_style-5 .hero__title {
    margin-bottom: 1.5rem;
  }
}
.hero_style-5 .hero__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  max-width: 360px;
}

@media (min-width: 1200px) {
  .hero_style-5 .hero__desc {
    margin-bottom: 2.5rem;
  }
}
.hero_style-5 .hero__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1rem;
  gap: 1rem;
}

.hero_style-5 .hero__buttons .wistia_embed {
  position: absolute;
}

.hero_style-5 .hero__buttons .dandy-button {
  border: 2px solid var(--color-button-background);
}

.hero_style-5 .hero__buttons .dandy-button:hover {
  background-color: var(--color-button-background_hover);
  border-color: var(--color-button-background_hover);
}

.hero_style-5 .hero__buttons .dandy-button.outline:not(:hover) {
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-button-background);
  color: var(--color-button-background);
}

.hero_style-5 .dandy-scheme_green .hero__buttons {
  --color-button-background: #fff;
  --color-button: #003a30;
  --color-button-background_hover: rgba(255, 255, 255, 0.9);
  --color-button-background_focus: rgba(255, 255, 255, 0.7);
}

.hero_style-5.variation-2 {
  position: relative;
  margin-bottom: 6.5rem;
}

@media (min-width: 768px) {
  .hero_style-5.variation-2 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 17px);
  }
}
@media (max-width: 991.98px) {
  .hero_style-5.variation-2 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.hero_style-5.variation-2 .hero__grid {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 1060px;
}

@media (max-width: 991.98px) {
  .hero_style-5.variation-2 .hero__grid {
    display: block;
  }
}
.hero_style-5.variation-2 .hero__content {
  padding: 4.375rem 6.875rem 4.375rem 2rem;
  border-radius: 0;
  width: 61%;
  flex: none;
}

.hero_style-5.variation-2 .hero__content:before {
  content: "";
  background: var(--color-scheme-background);
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hero_style-5.variation-2 .hero__content:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero_style-5.variation-2 .hero__content {
    width: 100%;
    padding: 3rem 1.688rem;
  }
}
.hero_style-5.variation-2 .hero__content .entry__header-subtitle {
  border-radius: 35px;
  margin: 0 0 0.688rem;
  border: 1px solid var(--color-primary);
  padding: 0 15px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  height: 36px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-primary);
  opacity: 0.7;
}

.hero_style-5.variation-2 .hero__title {
  margin: 0 0 0.688rem;
  line-height: 1.12;
  font-size: 4rem;
}

@media (max-width: 991.98px) {
  .hero_style-5.variation-2 .hero__title {
    font-size: 2.5rem;
  }
}
.hero_style-5.variation-2 .hero__desc {
  margin: 0 0 2.813rem;
  max-width: 540px;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .hero_style-5.variation-2 .hero__desc {
    font-size: 1rem;
  }
}
.hero_style-5.variation-2 .hero__desc p {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .hero_style-5.variation-2 .hero__desc p {
    font-size: 1rem;
  }
}
.hero_style-5.variation-2 .hero__media {
  flex: auto;
  border-radius: 0;
}

@media (min-width: 992px) {
  .hero_style-5.variation-2 .hero__media {
    position: absolute;
    left: calc(50% + 60px);
    width: calc(50vw - 60px);
    height: 100%;
  }
}
.hero_style-5.variation-2 .hero__media picture,
.hero_style-5.variation-2 .hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  position: initial;
}

.hero .hero__date {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .hero .hero__date {
    margin-top: -0.25rem;
    margin-bottom: 1.25rem;
  }
}
.hero .hero__desc p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.hero .hero__desc p:not(:last-child) {
  margin-bottom: 1rem;
}

.hero .hero__desc ul {
  padding-left: 25px;
}

.hero .hero__desc ul li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.hero .hero__desc ul:not(:last-child) {
  margin-bottom: 1rem;
}

.hero .hero__desc ol {
  padding-left: 25px;
}

.hero .hero__desc ol li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.hero .hero__desc ol:not(:last-child) {
  margin-bottom: 1rem;
}

.hero .hero__form input {
  min-height: 54px !important;
  height: 100% !important;
}

.hero.dandy-scheme_teal .hero__button .dandy-button,
.dandy-calculator .dandy-calculator-panel-results .hero.result-footer .hero__button .dandy-button,
.footer__social .hero.social .hero__button .dandy-button,
.post-card_article:hover .hero.post-card__inner.post-card__inner-featured .hero__button .dandy-button {
  background: #fff;
  color: #003a30;
}

.hero.dandy-scheme_teal .hero__button .dandy-button:hover,
.dandy-calculator .dandy-calculator-panel-results .hero.result-footer .hero__button .dandy-button:hover,
.footer__social .hero.social .hero__button .dandy-button:hover,
.post-card_article:hover .hero.post-card__inner.post-card__inner-featured .hero__button .dandy-button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.hero.dandy-scheme_teal-gradient {
  background: url("../images/teal-gradient.webp") no-repeat 100% 50%;
  background-size: cover;
}

.hero.dandy-scheme_teal-gradient .hero__content h1,
.hero.dandy-scheme_teal-gradient .hero__content h2,
.hero.dandy-scheme_teal-gradient .hero__content h3,
.hero.dandy-scheme_teal-gradient .hero__content p,
.hero.dandy-scheme_teal-gradient .hero__content div,
.hero.dandy-scheme_teal-gradient .hero__content em,
.hero.dandy-scheme_teal-gradient .hero__content strong,
.hero.dandy-scheme_teal-gradient .hero__content b {
  color: #fff;
}

.hero.dandy-scheme_teal-gradient .hero__desc,
.hero.dandy-scheme_teal-gradient .hero__desc p {
  font-size: 1.25rem;
}

.hero.dandy-scheme_teal-gradient .hero__button .dandy-button {
  background: #c5f1c5;
  color: #003a30;
}

.hero.dandy-scheme_teal-gradient .hero__button .dandy-button:hover {
  background: var(--color-accent);
  color: #fff;
}

.hero.hero_full-width-section {
  margin-left: calc(-50vw + 50% - 9px);
  transform: translateX(0);
  width: 100vw !important;
  max-width: 100vw;
  border-radius: 0;
}

.hero .hero__content.dandy-scheme_teal-gradient {
  background: url("../images/teal-gradient.webp") no-repeat 100% 50%;
  background-size: cover;
}

.hero .hero__content.dandy-scheme_teal-gradient h1,
.hero .hero__content.dandy-scheme_teal-gradient h2,
.hero .hero__content.dandy-scheme_teal-gradient h3,
.hero .hero__content.dandy-scheme_teal-gradient p,
.hero .hero__content.dandy-scheme_teal-gradient div,
.hero .hero__content.dandy-scheme_teal-gradient em,
.hero .hero__content.dandy-scheme_teal-gradient strong,
.hero .hero__content.dandy-scheme_teal-gradient b {
  color: #fff;
}

.hero .hero__content.dandy-scheme_teal-gradient .hero__desc {
  max-width: 400px;
}

.hero .hero__content.dandy-scheme_teal-gradient .hero__desc,
.hero .hero__content.dandy-scheme_teal-gradient .hero__desc p {
  font-size: 1.25rem;
}

.hero .hero__content.dandy-scheme_teal-gradient .hero__button .dandy-button {
  background: #c5f1c5;
  color: #003a30;
}

.hero .hero__content.dandy-scheme_teal-gradient .hero__button .dandy-button:hover {
  background: var(--color-accent);
  color: #fff;
}

.hero.hero_style-3.variation-2:has(.hero__content.dandy-scheme_teal-gradient)
  .hero__content.dandy-scheme_teal-gradient {
  background: none;
}

.hero.hero_style-3.variation-2:has(.hero__content.dandy-scheme_teal-gradient)
  .hero__content.dandy-scheme_teal-gradient:before {
  background: url("../images/teal-gradient.webp") no-repeat 100% 50%;
  background-size: cover;
  width: 150%;
}

@media (max-width: 991.98px) {
  .hero.hero_style-3.variation-2:has(.hero__content.dandy-scheme_teal-gradient)
    .hero__content.dandy-scheme_teal-gradient:before {
    display: block;
    transform: none;
    width: 100%;
  }
}
.hero_style-6 {
  padding: 3rem 0.625rem;
  margin: 0 -0.625rem;
}

@media (min-width: 992px) {
  .hero_style-6 {
    margin-left: calc(-50vw + 50% - 9px);
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw;
    padding: 3.375rem 4rem;
  }
}
.hero_style-6 .hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 748px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .hero_style-6 .hero__content {
    gap: 0;
    text-align: left;
    align-items: flex-start;
  }
}
.hero_style-6 .hero__title {
  font-size: 4rem;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  .hero_style-6 .hero__title {
    font-size: 2.5rem;
    margin-bottom: 11px;
  }
}
.hero_style-6 .hero__desc {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
}

.hero_style-6 .hero__desc p {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "OpenSans";
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .hero_style-6 .hero__desc {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .hero_style-6 .hero__desc p {
    font-size: 1.125rem;
  }
}
.hero_style-6 .hero__button {
  display: flex;
  justify-content: center;
}

.hero_style-6 .hero__button .dandy-button {
  height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 0.875rem;
}

.hero_style-6.dandy-scheme_teal .hero__button .dandy-button,
.dandy-calculator .dandy-calculator-panel-results .hero_style-6.result-footer .hero__button .dandy-button,
.footer__social .hero_style-6.social .hero__button .dandy-button,
.post-card_article:hover .hero_style-6.post-card__inner.post-card__inner-featured .hero__button .dandy-button {
  color: #003a30;
  background: #c5f1c5;
}

.hero_style-6.dandy-scheme_teal .hero__button .dandy-button:hover,
.dandy-calculator .dandy-calculator-panel-results .hero_style-6.result-footer .hero__button .dandy-button:hover,
.footer__social .hero_style-6.social .hero__button .dandy-button:hover,
.post-card_article:hover .hero_style-6.post-card__inner.post-card__inner-featured .hero__button .dandy-button:hover {
  background: #b2d3b2;
}

.hero_style-6.dandy-scheme_green .hero__button .dandy-button {
  color: #003a30;
  background: #fff;
}

.hero_style-6.dandy-scheme_green .hero__button .dandy-button:hover {
  background: #ddd;
}

.hero_style-6.dandy-scheme_maroon .hero__button .dandy-button {
  color: #fff;
}

.hero_style-6.dandy-scheme_maroon .hero__button .dandy-button:hover {
  color: #003a30;
}

.hero__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .hero__form {
    grid-template-columns: minmax(0, 325px) minmax(0, 160px);
  }
}
.hero__form input {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: #003a30;
}

.subscribe {
  padding: 1.25rem 0;
}

@media (min-width: 1200px) {
  .subscribe {
    padding: 2.5rem 0 3.75rem;
  }
}
.subscribe .mktForm {
  padding: 4px 4px 4px 4px !important;
  display: flex;
  position: relative !important;
  background: #fdfcfa !important;
  border-radius: var(--item-border-radius) !important;
  width: 100% !important;
  border: 2px solid var(--color-border) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.subscribe .mktForm::before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  border-radius: var(--item-border-radius);
  background: linear-gradient(90deg, #cbcbcb 0px, #c0c0c0 100px, #c0c0c0 150px, #cbcbcb 250px);
  background-size: 100vw 100%;
  background-attachment: fixed;
  animation: skeletonLoading 2s linear infinite;
}

.subscribe .mktForm.mktoForm {
  padding: 4px 54px 4px 16px !important;
}

.subscribe .mktForm.mktoForm::before {
  display: none;
}

.subscribe .mktForm label {
  display: none !important;
}

.subscribe .mktForm .mktoButtonRow {
  position: absolute !important;
  right: 4px !important;
  top: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.subscribe .mktForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}

.subscribe .mktForm .mktoButtonRow .mktoButtonWrap button {
  width: 46px !important;
  height: 46px !important;
  font-size: 0 !important;
  border: none !important;
  background: #003a30 !important;
  border-radius: var(--item-border-radius) !important;
  position: relative !important;
  font-size: none !important;
}

.subscribe .mktForm .mktoButtonRow .mktoButtonWrap button::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 1 4 4m0 0L4 9m4-4H0' stroke='%23FDFCFA' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 9px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.subscribe .mktForm .mktoButtonRow .mktoButtonWrap button:hover {
  background: #26584f !important;
}

.subscribe .mktForm .mktoGutter {
  display: none;
}

.subscribe .mktForm .mktoFormRow:first-of-type {
  width: 100%;
  height: 46px;
}

.subscribe .mktForm .mktoOffset {
  display: none;
}

.subscribe .mktForm .mktoFieldDescriptor {
  width: 100%;
  margin: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

.subscribe .mktForm .mktoFieldWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.subscribe .mktForm .mktoFieldWrap input {
  width: 100% !important;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #003a30;
  outline: none;
  border: none !important;
}

.subscribe__grid {
  border-radius: var(--block-border-radius);
  padding: 1.875rem;
  display: grid;
  gap: 2.125rem;
}

@media (min-width: 1200px) {
  .subscribe__grid {
    padding: 3.75rem 5.5rem;
    gap: 2.5rem;
    justify-content: space-between;
    grid-template-columns: minmax(0, 560px) minmax(0, 360px);
    align-items: center;
  }
}
.subsctibe__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
  .subsctibe__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .subsctibe__title {
    font-size: 3.5rem;
  }
}
.subscribe__desc {
  color: var(--color-secondary);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 480px;
}

.subscribe__form form {
  min-height: 58px;
}

.subscribe__form-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .subscribe__form-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .subscribe__form-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 481px) {
  .subscribe__form-title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .subscribe__form-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.editors-picks {
  margin-bottom: 5rem;
}

@media (min-width: 1200px) {
  .editors-picks {
    margin-bottom: 7.5rem;
  }
}
.section-header_style-1 {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 1.875rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .section-header_style-1 {
    margin-bottom: 3.125rem;
  }
}
.section-header_style-1 .section-header__title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
}

.section-header_style-1 .section-header__subtitle {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
}

@media (min-width: 992px) {
  .section-header_style-1 .section-header__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-header_style-1 .section-header__subtitle {
    font-size: 3rem;
  }
}
.section-header_style-2 {
  padding-bottom: 3rem;
}

.section-header_style-2 .section-header__title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  margin-bottom: 30px;
}

.section-header_style-2 .section-header__subtitle {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
}

@media (min-width: 992px) {
  .section-header_style-2 .section-header__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-header_style-2 .section-header__subtitle {
    font-size: 3rem;
  }
}
.section-header_style-3 {
  padding-bottom: 1.5rem;
  margin: 0;
}

@media (min-width: 1200px) {
  .section-header_style-3 {
    padding-bottom: 2.5rem;
  }
}
.section-header_style-3 .section-header__title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  margin: 0;
}

.section-header_style-4 {
  padding-bottom: 2.1875rem;
  margin: 0;
}

@media (min-width: 1200px) {
  .section-header_style-4 {
    padding-bottom: 4rem;
  }
}
.section-header_style-4 .section-header__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

@media (min-width: 992px) {
  .section-header_style-4 .section-header__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-header_style-4 .section-header__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-header_style-4 .section-header__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .section-header_style-4 .section-header__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .section-header_style-4 .section-header__title {
    font-size: 3.5rem;
  }
}
.section-header_with-search {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .section-header_with-search {
    grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
    align-items: flex-end;
    margin-bottom: 2.625rem;
  }
}
.section-header__search {
  display: block;
  width: 100%;
  max-width: 360px;
  position: relative;
}

.section-header__search input {
  display: block;
  width: 100%;
  background: #fdfcfa;
  border: 2px solid var(--color-border);
  color: var(--color-secondary);
  padding: 15px 1rem;
  border-radius: var(--item-border-radius);
  transition: var(--transition-base);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-header__search input::placeholder {
  color: var(--color-secondary);
}

.section-header__search input:focus {
  border-color: var(--color-primary);
  outline: none;
}

@media (min-width: 1200px) {
  .section-header__search {
    margin-bottom: -14px;
  }
}
.section-header__search button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: none;
  background: #003a30;
  border-radius: var(--item-border-radius);
  transition: var(--transition-base);
}

.section-header__search button[type="submit"] svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.section-header__search button[type="submit"]:hover {
  background: #26584f;
}

.post-card_featured .post-card__inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--block-border-radius);
  padding: 0.375rem 0.375rem 1.25rem;
}

@media (min-width: 1200px) {
  .post-card_featured .post-card__inner {
    padding: 0.75rem 0.75rem 1.75rem;
  }
}
.post-card_featured .post-card__overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.post-card_featured .post-card__img {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 336/188;
  position: relative;
}

.post-card_featured .post-card__img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
  margin: auto;
  width: 100%;
  height: 100%;
}

.post-card_featured .post-card__button {
  margin-top: 1rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

@media (min-width: 1200px) {
  .post-card_featured .post-card__button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.post-card_featured .post-card__meta {
  margin-top: 1rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.post-card_featured .post-card__meta > *:not(:last-child) {
  margin-right: 1.5rem;
}

.post-card_featured .post-card__meta .pubdate {
  color: var(--color-secondary);
}

@media (min-width: 1200px) {
  .post-card_featured .post-card__meta {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.post-card_featured .post-card__title {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .post-card_featured .post-card__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .post-card_featured .post-card__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .post-card_featured .post-card__title {
    margin-top: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.post-card_sticky {
  display: flex;
  flex-direction: column;
}

.post-card_sticky .post-card__inner {
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  border-radius: var(--block-border-radius);
  padding: 1.5rem 1.25rem 1.25rem;
  min-height: 200px;
}

@media (min-width: 1200px) {
  .post-card_sticky .post-card__inner {
    padding: 1.5rem;
  }
}
.post-card_sticky .post-card__overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.post-card_sticky a {
  position: relative;
  z-index: 2;
}

.post-card_sticky .post-card__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .post-card_sticky .post-card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .post-card_sticky .post-card__title {
    font-size: 2rem;
  }
}
.post-card_sticky .post-card__button {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.post-card_article {
  position: relative;
  overflow: hidden;
  display: flex;
}

.post-card_article .post-card__overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.post-card_article .post-card__img {
  overflow: hidden;
  border-radius: var(--block-border-radius);
  aspect-ratio: 336/188;
  position: relative;
  background: #eceae6;
}

.post-card_article .post-card__img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

.post-card_article .post-card__embed_html {
  position: fixed;
  left: -9999px;
  right: -9999px;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.post-card_article a {
  z-index: 2;
  position: relative;
}

.post-card_article .post-card__content {
  padding-bottom: 1rem;
}

.post-card_article .post-card__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-top: 1rem;
  transition: var(--transition-base);
}

@media (min-width: 992px) {
  .post-card_article .post-card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .post-card_article .post-card__title {
    font-size: 2rem;
  }
}
.post-card_article .post-card__meta {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.post-card_article .post-card__meta > *:not(:last-child) {
  margin-right: 1.5rem;
}

.post-card_article .post-card__meta .pubdate {
  color: var(--color-secondary);
  transition: var(--transition-base);
}

@media (min-width: 1200px) {
  .post-card_article .post-card__meta {
    margin-top: 1.25rem;
  }
}
.post-card_article .post-card__excerpt {
  margin-top: 1rem;
  font-size: 1rem;
}

.post-card_article .post-card__button {
  margin-top: 1rem;
}

.post-card_article .post-card__inner[class*="dandy-scheme_"] {
  padding: 0.375rem 0.375rem 1.25rem;
  border-radius: var(--block-border-radius);
  transition: var(--transition-base);
}

@media (min-width: 1200px) {
  .post-card_article .post-card__inner[class*="dandy-scheme_"] {
    padding: 0.75rem 0.75rem 1.75rem;
  }
}
.post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__img {
  border-radius: 6px;
}

.post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__img img {
  display: block;
}

.post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__content {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0;
  }
}
.post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .archive_scaled .post-card_article .post-card__inner[class*="dandy-scheme_"] .post-card__title {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}
.post-card_article .post-card__author {
  margin-top: 0.25rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  .post-card_article .post-card__author {
    margin-top: 0.375rem;
  }
}
.post-card_article .post-card__author a {
  text-decoration: none;
  transition: var(--transition-base);
}

.post-card_article .author__by {
  display: none;
}

.post-card_article:hover .post-card__inner.post-card__inner-featured .learn-more-button__icon path {
  stroke: #fff !important;
}

.post-card_article:hover .post-card__inner.post-card__inner-featured .learn-more-button__icon rect {
  stroke: #fff !important;
}

.post-card_article:hover .post-card__inner.post-card__inner-featured .play-video-button__icon svg rect {
  fill: var(--color-button-background);
}

.post-card_article:hover .post-card__inner.post-card__inner-featured .play-video-button__icon svg path {
  fill: var(--color-button);
}

@media (min-width: 1200px) {
  .posts__area_with-large-card .post-card_article:nth-of-type(1) {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
  .posts__area_with-large-card .post-card_article:nth-of-type(1) .play-video-button__icon {
    width: 36px;
    height: 36px;
  }
  .archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .play-video-button__icon {
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .posts__area_with-large-card .post-card_article:nth-of-type(1) .play-video-button__title {
    font-size: 1rem;
  }
  .archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .play-video-button__title {
    font-size: 0.75rem;
  }
}
.posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__img {
  aspect-ratio: 728/450;
  position: relative;
}

.posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
  display: block;
}

.archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__img {
  aspect-ratio: 336/170;
}

.posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
    margin-top: 1.5rem;
  }
}
.archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 992px) {
  .archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .archive_scaled .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__title {
    font-size: 3rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .posts__area_with-large-card .post-card_article:nth-of-type(1) .post-card__button {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .posts__area_with-large-card
    .post-card_article:nth-of-type(1)
    .post-card__inner[class*="dandy-scheme_"]
    .post-card__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
.archive_scaled .post-card_article .post-card__img {
  aspect-ratio: 336/150;
}

.post-card_video {
  position: relative;
  overflow: hidden;
  border-radius: var(--block-border-radius);
  height: 320px;
  grid-column: 1/-1;
}

@media (min-width: 1200px) {
  .post-card_video {
    height: 360px;
  }
}
.post-card_video .post-card__overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}

.post-card_video .post-card__overlay-link:hover ~ .post-card__button {
  transform: scale(1.1);
}

.post-card_video .post-card__embed_html {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.post-card_video .post-card__embed_html .wistia_embed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.post-card_video .post-card__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.post-card_video .post-card__img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.post-card_video .post-card__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: var(--transition-base);
  z-index: 3;
}

.post-card_video .post-card__button svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .post-card_video .post-card__button {
    width: 100px;
    height: 100px;
  }
}
.post-card_empty {
  grid-column: 1/-1;
  padding: 2rem 0;
}

.post-card_story-flex {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.post-card_story-flex .post-card__overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.post-card_story-flex .post-card__inner {
  width: 100%;
  padding: 1.5rem 1.25rem;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  border-radius: var(--block-border-radius);
}

.post-card_story-flex .post-card__inner::before {
  content: "“";
  display: block;
  font-family: "OpenSans";
  font-size: 80px;
  line-height: 0.4;
  padding-top: 0.875rem;
}

@media (min-width: 1200px) {
  .post-card_story-flex .post-card__inner::before {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .post-card_story-flex .post-card__inner {
    padding: 1.5rem;
  }
}
.post-card_story-flex .post-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.post-card_story-flex .post-card__content a {
  position: relative;
  z-index: 2;
}

.post-card_story-flex .post-card__author {
  margin-bottom: 1rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  .post-card_story-flex .post-card__author {
    font-size: 1rem;
  }
}
.post-card_story-flex .post-card__author .author__by {
  display: none;
}

.post-card_story-flex .post-card__author .author__name {
  text-decoration: none;
}

.post-card_story-flex .post-card__author .author__name:hover {
  text-decoration: underline;
}

.post-card_story-flex .post-card__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .post-card_story-flex .post-card__title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .post-card_story-flex .post-card__title {
    margin-bottom: 1rem;
  }
}
.post-card_story-flex .post-card__info {
  display: grid;
}

.post-card_story-flex .post-card__info {
  margin-top: auto;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.post-card_story-flex .post-card__info-primary {
  color: var(--color-primary);
}

.post-card_story-flex .post-card__info-secondary {
  color: var(--color-secondary);
}

.post-card {
  width: 100%;
  max-width: 100% !important;
}

.post-card__inner {
  width: 100%;
}

.footer {
  margin-top: 2.5rem;
}

@media (min-width: 1200px) {
  .footer {
    margin-top: 3.75rem;
  }
}
.footer__simple-nav {
  padding: 0 1rem;
}

.footer__simple-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.footer__simple-nav ul li {
  display: block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.footer__simple-nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--color-primary);
  transition: var(--transition-base);
}

.footer__simple-nav ul li a:hover {
  opacity: 0.7;
}

.footer__grid {
  padding: 2.5rem 1.25rem 5rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .footer__grid {
    padding: 3.75rem 0 7.125rem 0;
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 4.25rem;
  }
}
.footer__content {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.625rem;
  --color-button-background: rgba(253, 252, 250, 0.1);
  --color-button-background_hover: rgba(253, 252, 250, 0.2);
  --color-button-background_focus: rgba(253, 252, 250, 0.3);
  --color-button: #fff;
}

@media (min-width: 1200px) {
  .footer__content {
    border-bottom: none;
    border-right: 1px solid var(--color-border);
    margin-top: -3.75rem;
    padding-top: 3.75rem;
    margin-bottom: -7.125rem;
    padding-bottom: 2.5rem;
    min-height: 420px;
  }
}
.footer__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 0.75rem;
  color: #fdfcfa;
}

@media (min-width: 992px) {
  .footer__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .footer__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}
.footer__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .footer__desc {
    opacity: 1;
  }
}
.footer__button {
  margin-top: 1.5rem;
  display: flex;
}

.footer__button .dandy-button {
  font-size: 12px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer__nav {
  padding-top: 1.125rem;
}

@media (min-width: 1200px) {
  .footer__nav {
    padding-top: 0;
  }
}
.footer__nav > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.625rem 0.25rem;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .footer__nav > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer__nav > ul li {
  display: block;
}

.footer__nav > ul > li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.footer__nav > ul > li:nth-last-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .footer__nav > ul > li:nth-last-child(2) {
    padding-bottom: 0;
  }
}
.footer__nav > ul > li .menu-item-without-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #fff;
}

.footer__nav > ul > li a {
  text-decoration: none;
  color: var(--color-primary);
  transition: var(--transition-base);
}

.footer__nav > ul > li a:hover {
  opacity: 0.7;
}

.footer__nav > ul > li ul {
  margin-top: 0.875rem;
}

.footer__nav > ul > li ul li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.9rem;
}

@media (min-width: 1200px) {
  .footer__nav > ul > li ul li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.footer__nav > ul > li ul li a {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  color: #b0ccc7;
  transition: var(--transition-base);
}

.footer__nav > ul > li ul li a:hover {
  opacity: 0.7;
}

.footer__logo {
  width: 88px;
}

@media (min-width: 1200px) {
  .footer__logo {
    width: 102px;
  }
}
.footer__botttom-grid {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 1200px) {
  .footer__botttom-grid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.875rem;
    padding-bottom: 2.063rem;
    display: grid;
    grid-template-columns: minmax(0, 150px) minmax(0, 1fr) minmax(0, 150px);
  }
}
.footer_simple .footer__botttom-grid {
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 2rem;
}

@media (min-width: 576px) {
  .footer_simple .footer__botttom-grid {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }
}
.footer__social {
  justify-content: flex-start;
  position: absolute;
  left: 1.25rem;
  bottom: 100%;
  margin-bottom: 2.625rem;
  width: calc((100% - 45px) / 2);
}

@media (min-width: 1200px) {
  .footer__social {
    position: static;
    margin: 0;
    justify-content: center;
    width: auto;
    flex: 1;
  }
}
.footer__social .social {
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .footer__social .social {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    --color-primary: #003a30;
  }
  .footer__social .social .social__link:hover {
    opacity: 0.7;
  }
}
.footer__copy {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.875rem;
  text-align: right;
  color: #fff;
} /*! Secondary
---------------------
 */
.footer_secondary {
  padding: 6.5rem 0 4.625rem;
  background: #13463d;
  color: #fff;
  position: relative;
}

@media (max-width: 991.98px) {
  .footer_secondary {
    padding: 3.75rem 0 1.875rem;
    position: relative;
  }
}
.footer_secondary:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url("../images/footer-bg.png") no-repeat 50% 0;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .footer_secondary:before {
    background: url("../images/footer-bg_mobile.png") no-repeat 50% 0;
    background-size: cover;
  }
}
.footer_secondary .footer__columns {
  display: flex;
  gap: 4.375rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__columns {
    display: block;
  }
}
.footer_secondary .footer__column-left {
  width: 230px;
  flex: none;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__column-left {
    width: 100%;
    display: grid;
    margin: 0 0 1.875rem;
    padding: 0 0 0.625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer_secondary .footer__logo {
  margin: 0 0 1.75rem;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__logo {
    display: none;
  }
}
.footer_secondary .footer__logo img {
  filter: brightness(0) invert(1);
}

.footer_secondary .footer__title {
  font-size: 2rem;
  margin: 0 0 1.25rem;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__title {
    font-size: 1.375rem;
    margin: 0 0 1.875rem;
    order: 0;
    max-width: 150px;
  }
}
.footer_secondary .footer__desc {
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 0.813rem;
  margin: 0 0 1rem;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__desc {
    opacity: 1;
    font-size: 0.688rem;
    margin: 0;
  }
}
.footer_secondary .footer__button {
  margin: 1rem 0 1.5rem;
}

.footer_secondary .footer__button .dandy-button {
  background: rgba(255, 255, 255, 0.13);
}

.footer_secondary .footer__button .dandy-button:hover {
  background: var(--color-button-background_hover);
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__button {
    margin: 0;
    transform: translateY(-20px);
    order: 3;
  }
  .footer_secondary .footer__button .dandy-button {
    background: none;
    border: 1px solid #fff;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 991.98px) {
  .footer_secondary .footer__social {
    position: initial;
    width: initial;
    margin: 0;
    order: 1;
  }
}
.footer_secondary .footer__social .social {
  justify-content: flex-start;
  margin: 0 0 1.5rem;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__social .social {
    margin: 0;
    background: none;
  }
}
.footer_secondary .footer__social .social svg {
  filter: brightness(0) invert(1);
}

.footer_secondary .footer__copy {
  letter-spacing: -0.01em;
  color: #fff;
  opacity: 0.7;
  text-align: left;
  font-size: 0.75rem;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__copy {
    position: absolute;
    bottom: 0;
    font-size: 0.688rem;
    opacity: 1;
    left: 0;
  }
}
.footer_secondary .footer__column-right {
  flex: auto;
  padding: 4.5rem 0 0;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__column-right {
    padding: 0 0 2.5rem;
  }
  .footer_secondary .footer__column-right .footer__nav {
    padding: 0;
  }
}
.footer_secondary .footer__nav > ul > li .menu-item-without-link {
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 0.875rem;
  font-size: 1rem;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__nav > ul > li .menu-item-without-link {
    font-size: 0.813rem;
  }
}
.footer_secondary .footer__nav > ul > li ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__nav > ul > li ul {
    gap: 0.25rem;
    margin: 0.25rem 0 0;
  }
}
.footer_secondary .footer__nav > ul > li ul li a,
.footer_secondary .footer__nav > ul > li ul li .menu-item-without-link {
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 1rem;
  text-transform: none;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .footer_secondary .footer__nav > ul > li ul li a,
  .footer_secondary .footer__nav > ul > li ul li .menu-item-without-link {
    font-size: 0.813rem;
  }
}
.footer_secondary .footer__nav > ul > li ul li a:hover,
.footer_secondary .footer__nav > ul > li ul li .menu-item-without-link:hover {
  opacity: 1;
}

.social {
  display: grid;
  gap: 20px;
  justify-content: inherit;
  grid-template-columns: repeat(auto-fit, minmax(0, 20px));
}

.social__item {
  display: block;
}

.social__link {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  transition: var(--transition-base);
}

.social__link svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.social__link svg path {
  fill: #fff;
}

.posts__area {
  display: grid;
  gap: 2.125rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .posts__area {
    gap: 2.5rem 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.posts-loading {
  opacity: 0.5;
}

.posts__filter {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  display: flex;
}

@media (min-width: 1200px) {
  .posts__filter {
    display: block;
  }
}
.posts__filter-select {
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .posts__filter-select {
    display: none;
  }
}
.posts__filter-select.opened .posts__filter-select-dropdown {
  display: block;
}

.posts__filter-title {
  display: flex;
  color: #a7a6a1;
  margin-right: 0.5rem;
}

.posts__filter-select {
  position: relative;
}

.posts__filter-select-dropdown {
  position: absolute;
  left: 0;
  display: none;
  min-width: 200px;
  top: 100%;
  margin-top: 10px;
  border-radius: var(--block-border-radius);
  z-index: 1;
  background: var(--color-scheme-background);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding-top: 0.5rem;
}

.posts__filter-select-dropdown li {
  display: block;
}

.posts__filter-select-dropdown li a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.posts__filter-select-dropdown li.active a {
  color: var(--color-secondary);
}

.posts__filter-list {
  display: none;
}

@media (min-width: 1200px) {
  .posts__filter-list {
    display: flex;
  }
  .posts__filter-list li {
    display: block;
  }
  .posts__filter-list li a {
    text-decoration: none;
    color: var(--color-secondary);
    position: relative;
    display: block;
  }
  .posts__filter-list li.active a {
    color: var(--color-primary);
  }
  .posts__filter-list li.active a::after {
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 1.25rem;
    content: "";
    display: block;
    border: 1px solid var(--color-primary);
    position: absolute;
  }
  .posts__filter-list > * {
    margin-right: 2.5rem;
  }
  .posts__filter-list > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .posts__filter-title {
    display: none;
  }
}
.posts__pagination {
  margin-top: 2.75rem;
}

@media (min-width: 1200px) {
  .posts__pagination {
    margin-top: 3.75rem;
  }
}
.posts__pagination .screen-reader-text {
  display: none;
}

.posts__pagination .nav-links {
  display: flex;
  justify-content: center;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  min-height: 32px;
  align-items: center;
}

.posts__pagination .nav-links .page-numbers {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.3;
  color: var(--color-primary);
  text-decoration: none;
  transition: var(--transition-base);
}

.posts__pagination .nav-links .page-numbers.current {
  opacity: 1;
  text-decoration: underline;
}

.posts__pagination .nav-links .page-numbers:hover {
  opacity: 1;
}

.posts__pagination .nav-links .page-numbers.next {
  opacity: 1;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14 12 4 4-4 4' stroke='%23003A30' stroke-width='1.2'/%3E%3Crect x='.6' y='.6' width='30.8' height='30.8' rx='5.4' stroke='%23003A30' stroke-opacity='.1' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 20px;
}

.posts__pagination .nav-links .page-numbers.next:hover {
  transform: translateX(5px);
}

@media (min-width: 1200px) {
  .posts__pagination .nav-links .page-numbers.next {
    position: static;
  }
}
.posts__pagination .nav-links .page-numbers.prev {
  opacity: 1;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14 12 4 4-4 4' stroke='%23003A30' stroke-width='1.2'/%3E%3Crect x='.6' y='.6' width='30.8' height='30.8' rx='5.4' stroke='%23003A30' stroke-opacity='.1' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  margin-right: 20px;
}

.posts__pagination .nav-links .page-numbers.prev:hover {
  transform: translateX(-5px) rotate(180deg);
}

@media (min-width: 1200px) {
  .posts__pagination .nav-links .page-numbers.prev {
    position: static;
  }
}
.archive-section-type-2 .section-header {
  border-bottom: 1px solid #a7a6a1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .archive-section-type-2 .section-header {
    margin-bottom: 52px;
  }
}
.archive-section-type-2 .section-header__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: initial;
}

.archive-section-type-2 .combination__filters-wrap {
  position: relative;
  display: flex;
  grid-row: 1/3;
}

.archive-section-type-2 .combination__filters-wrap.show .combination__filters {
  display: flex;
}

.archive-section-type-2 .combination__filters-wrap.show .combination__filters-dropdown:after {
  transform: rotate(180deg);
}

.archive-section-type-2 .combination__filters-dropdown {
  display: flex;
  align-items: center;
  color: #003a30;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: 0.25s;
  cursor: pointer;
}

.archive-section-type-2 .combination__filters-dropdown:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.15344 5.67558L3.60221 4.22681L8 8.62459L12.3978 4.22681L13.8466 5.67558L8 11.5221L2.15344 5.67558Z' fill='%23003A30'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
  margin-left: 0.5rem;
  transition: 0.25s;
  content: "";
}

@media (min-width: 1200px) {
  .archive-section-type-2 .combination__filters-dropdown {
    display: none;
  }
}
.archive-section-type-2 .combination__filters {
  background: #fff;
  border: 1px solid var(--neutrals-dark-tan, #eceae6);
  border-radius: 10px;
  padding: 30px;
  display: none;
  flex-direction: column;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 42px;
  left: 0;
  z-index: 9;
}

@media (min-width: 1200px) {
  .archive-section-type-2 .combination__filters {
    display: flex;
    background: rgba(0, 0, 0, 0);
    box-shadow: initial;
    position: relative;
    top: initial;
    left: initial;
    z-index: initial;
  }
}
.archive-section-type-2 .combination__filter + .combination__filter {
  margin-top: 36px;
}

.archive-section-type-2 .combination__filter-title {
  color: #158915;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.archive-section-type-2 .combination__filter-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.archive-section-type-2 .combination__filter-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive-section-type-2 .combination__filter-list li:not(:first-child) {
  margin-top: 10px;
}

.archive-section-type-2 .combination__filter-list li a {
  color: #7e7c78;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  transition: 0.25s;
  text-decoration: none;
}

.archive-section-type-2 .combination__filter-list li a:hover {
  color: #003a30;
}

.archive-section-type-2 .combination__filter-list li.active a {
  color: #003a30;
  text-decoration-line: underline;
}

.archive-section-type-2 .combination__filters-search {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.archive-section-type-2 .combination__filters-search input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  padding: 15px 1rem;
  border-radius: var(--item-border-radius);
  transition: var(--transition-base);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.archive-section-type-2 .combination__filters-search input::placeholder {
  color: var(--color-secondary);
}

.archive-section-type-2 .combination__filters-search input:focus {
  border-color: var(--color-primary);
  outline: none;
}

.archive-section-type-2 .combination__filters-search button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: none;
  background: #003a30;
  border-radius: var(--item-border-radius);
  transition: var(--transition-base);
}

.archive-section-type-2 .combination__filters-search button[type="submit"] svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.archive-section-type-2 .combination__filters-search button[type="submit"]:hover {
  background: #26584f;
}

.archive-section-type-2 .combination__filters-info {
  justify-content: space-between;
  display: flex;
  margin-top: 2rem;
}

.archive-section-type-2 .combination__filters-info:empty {
  display: none;
}

.archive-section-type-2 .combination__filters-info .combination__filters-clear {
  align-items: center;
  color: #7e7c78;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
}

.archive-section-type-2 .combination__filters-info .combination__filters-clear svg {
  margin-right: 0.125rem;
}

.archive-section-type-2 .combination__filters-info .combination__filters-clear:hover {
  color: var(--color-primary);
}

.archive-section-type-2 .combination__filters-info .combination__filters-results {
  color: #003a30;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.archive-section-type-2 .post-card.post-card_empty {
  padding: 0;
}

@media (min-width: 1200px) {
  .archive-section-type-2 .post-card.post-card_empty {
    grid-column: 2/4;
  }
}
.archive-section-type-2 .post-card_empty-content {
  color: #7e7c78;
  font-size: 14px;
}

.archive-section-type-2 .post-card_empty-content p {
  color: #7e7c78;
}

.archive-section-type-2 .post-card_empty-content p + p {
  margin-top: 1rem;
}

.archive-section-type-2 .post-card_empty-content p:first-child {
  font-size: 18px;
}

.archive-section-type-2 .post-card_empty-content ul li {
  color: #7e7c78;
  list-style: none;
}

.subscribe-type-2 {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .subscribe-type-2 {
    padding: 3.75rem 0;
  }
}
.subscribe-type-2 .mktForm {
  padding: 4px 4px 4px 4px !important;
  display: flex;
  position: relative !important;
  background: #fdfcfa !important;
  border-radius: var(--item-border-radius) !important;
  width: 100% !important;
  border: 2px solid var(--color-border) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.subscribe-type-2 .mktForm::before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  border-radius: var(--item-border-radius);
  background: linear-gradient(90deg, #cbcbcb 0px, #c0c0c0 100px, #c0c0c0 150px, #cbcbcb 250px);
  background-size: 100vw 100%;
  background-attachment: fixed;
  animation: skeletonLoading 2s linear infinite;
}

.subscribe-type-2 .mktForm.mktoForm {
  padding: 4px 54px 4px 16px !important;
}

.subscribe-type-2 .mktForm.mktoForm::before {
  display: none;
}

.subscribe-type-2 .mktForm label {
  display: none !important;
}

.subscribe-type-2 .mktForm .mktoButtonRow {
  position: absolute !important;
  right: 4px !important;
  top: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.subscribe-type-2 .mktForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}

.subscribe-type-2 .mktForm .mktoButtonRow .mktoButtonWrap button {
  width: 46px !important;
  height: 46px !important;
  font-size: 0 !important;
  border: none !important;
  background: #003a30 !important;
  border-radius: var(--item-border-radius) !important;
  position: relative !important;
  font-size: none !important;
}

.subscribe-type-2 .mktForm .mktoButtonRow .mktoButtonWrap button::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 1 4 4m0 0L4 9m4-4H0' stroke='%23FDFCFA' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 9px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.subscribe-type-2 .mktForm .mktoButtonRow .mktoButtonWrap button:hover {
  background: #26584f !important;
}

.subscribe-type-2 .mktForm .mktoGutter {
  display: none;
}

.subscribe-type-2 .mktForm .mktoFormRow:first-of-type {
  width: 100%;
  height: 46px;
}

.subscribe-type-2 .mktForm .mktoOffset {
  display: none;
}

.subscribe-type-2 .mktForm .mktoFieldDescriptor {
  width: 100%;
  margin: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

.subscribe-type-2 .mktForm .mktoFieldWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.subscribe-type-2 .mktForm .mktoFieldWrap input {
  width: 100% !important;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #003a30;
  outline: none;
  border: none !important;
}

.subscribe-type-2__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .subscribe-type-2__grid {
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 7rem;
    align-items: center;
  }
}
.subscribe-type-2__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .subscribe-type-2__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .subscribe-type-2__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .subscribe-type-2__title {
    margin-bottom: 1.5rem;
  }
}
.subscribe-type-2__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.subscribe-type-2__content {
  order: 1;
}

@media (min-width: 1200px) {
  .subscribe-type-2__content {
    order: 0;
  }
}
.subscribe-type-2__img {
  order: 0;
}

@media (min-width: 1200px) {
  .subscribe-type-2__img {
    order: 1;
  }
}
.subscribe-type-2__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--block-border-radius);
  overflow: hidden;
}

.subscribe-type-2__form {
  margin-top: 1.5rem;
  max-width: 335px;
}

@media (min-width: 1200px) {
  .subscribe-type-2__form {
    margin-top: 3rem;
  }
}
.advantage {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .advantage {
    padding: 3.75rem 0;
  }
}
.advantage .advantage__grid {
  padding: 1.875rem;
  border-radius: var(--block-border-radius);
  display: grid;
  gap: 3.125rem;
}

@media (min-width: 1200px) {
  .advantage .advantage__grid {
    grid-template-columns: minmax(0, 798px) minmax(0, 160px);
    align-items: center;
    padding: 4.25rem 5.5rem;
    justify-content: space-between;
  }
}
.advantage .advantage__button {
  display: flex;
  justify-content: flex-start;
}

.advantage .advantage__button .dandy-button {
  min-width: 120px;
}

.advantage .advantage__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  margin: 0;
}

@media (min-width: 992px) {
  .advantage .advantage__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .advantage .advantage__title {
    font-size: 3rem;
  }
}
.advantage.variation-2 {
  padding: 0;
  margin: 0 0 6.5rem;
}

.advantage.variation-2 .advantage__grid {
  padding: 2.188rem 6.875rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .advantage.variation-2 .advantage__grid {
    display: block;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.advantage.variation-2 .advantage__title {
  flex: auto;
  max-width: 510px;
  line-height: 1.2;
  color: #fdfcfa;
  font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
  .advantage.variation-2 .advantage__title {
    margin-bottom: 1.5rem;
  }
}
.advantage.variation-2 .advantage__title a {
  color: #c5f1c5;
  transition: 0.3s ease-out;
}

.advantage.variation-2 .advantage__title a:hover {
  color: var(--color-accent);
}

.advantage.variation-2 .advantage__button {
  flex: none;
}

.advantage.variation-2 .advantage__button .dandy-button {
  color: #fdfcfa;
  height: 56px;
  padding: 0 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  min-width: initial;
  border-radius: 7px;
  background: var(--color-accent);
}

.advantage.variation-2 .advantage__button .dandy-button:hover {
  background: #1db11d;
}

.stories {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .stories {
    padding: 3.75rem 0;
  }
}
.get-started {
  padding: 2.5rem 0 5rem;
}

.get-started_alt-mobile-order .get-started___desc {
  grid-row: 5/6;
  margin-bottom: 0;
  margin-top: 2rem;
}

@media (min-width: 1200px) {
  .get-started_alt-mobile-order .get-started___desc {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .get-started {
    padding: 3.75rem 0;
  }
}
.get-started .get-started__button {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .get-started .get-started__button {
    grid-row: 3/4;
    margin-bottom: 0;
  }
}
.get-started .subscribe__form {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.25rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .get-started .subscribe__form {
    padding: 50px 40px 50px 16px;
    grid-row: span 3;
  }
}
.get-started .subscribe__form form {
  width: 100% !important;
  padding: 0;
}

.get-started .subscribe__form .mktoFormCol {
  display: grid !important;
  width: 100% !important;
}

.get-started .subscribe__form .mktoOffset {
  display: none;
}

@media (min-width: 1200px) {
  .get-started .subscribe__form .mktoFormRow {
    float: left;
    width: calc(50% - 24px);
    clear: none !important;
    margin-left: 24px;
  }
}
.get-started .subscribe__form .mktoButtonWrap {
  display: block;
  margin: 0 !important;
}

.get-started .subscribe__form .mktoForm .mktoRadioList,
.get-started .subscribe__form .mktoForm .mktoCheckboxList {
  width: initial !important;
}

.get-started .subscribe__form .mktoFieldWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 1.375rem;
}

.get-started .subscribe__form .mktoFieldWrap label {
  width: 100% !important;
  display: inline;
  margin: 0 0 8px !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 !important;
  font-weight: 600 !important;
}

.get-started .subscribe__form .mktoFieldWrap input[type="text"],
.get-started .subscribe__form .mktoFieldWrap input[type="email"],
.get-started .subscribe__form .mktoFieldWrap input[type="number"],
.get-started .subscribe__form .mktoFieldWrap input[type="tel"] {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"],
.get-started .subscribe__form .mktoFieldWrap input[type="radio"] {
  display: none;
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"] ~ label,
.get-started .subscribe__form .mktoFieldWrap input[type="radio"] ~ label {
  display: block;
  position: relative;
  padding-left: 1.75rem !important;
  cursor: pointer;
  min-height: 16px;
  user-select: none;
  margin: 0 0 1rem !important;
  transition: 0.3s ease-out;
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"] ~ label:hover,
.get-started .subscribe__form .mktoFieldWrap input[type="radio"] ~ label:hover {
  color: var(--color-accent);
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"] ~ label:before,
.get-started .subscribe__form .mktoFieldWrap input[type="radio"] ~ label:before {
  content: "";
  border: 1px solid var(--color-accent);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"] ~ label:after,
.get-started .subscribe__form .mktoFieldWrap input[type="radio"] ~ label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik00IDEyLjYxMTFMOC45MjMwOCAxNy41TDIwIDYuNSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+")
    no-repeat 50% 50%;
  background-size: 14px;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"]:checked + label:before,
.get-started .subscribe__form .mktoFieldWrap input[type="radio"]:checked + label:before {
  background: var(--color-accent);
}

.get-started .subscribe__form .mktoFieldWrap input[type="checkbox"]:checked + label:after,
.get-started .subscribe__form .mktoFieldWrap input[type="radio"]:checked + label:after {
  opacity: 1;
}

.get-started .subscribe__form .mktoFieldWrap select {
  width: 100% !important;
  background: #fff !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMDAzQTMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+") !important;
  background-position: calc(100% - 16px) 50% !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.get-started .subscribe__form .mktoGutter {
  display: none;
}

.get-started .subscribe__form .mktoAsterix {
  display: none !important;
}

.get-started .subscribe__form button:not(.iti__selected-country) {
  background: var(--color-accent) !important;
  color: var(--color-button) !important;
  transition: var(--transition-base) !important;
  border-radius: var(--item-border-radius) !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  width: 100% !important;
  font-weight: 600 !important;
}

.get-started .subscribe__form button:not(.iti__selected-country):hover {
  background: var(--color-button-background_hover) !important;
}

.get-started .subscribe__form button:not(.iti__selected-country):focus {
  background: var(--color-button-background_focus) !important;
}

.get-started .subscribe__form button:disabled {
  color: var(--color-button_disabled) !important;
  background: var(--color-button-background_disabled) !important;
}
.iti__selected-country:focus {
  border: none !important;
  box-shadow: none !important;
}

.get-started .subscribe__form button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.get-started .subscribe__form button_secondary {
  background: #158915;
}

.get-started .subscribe__form .mktoButtonRow {
  width: 100%;
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  .get-started .subscribe__form .mktoButtonRow {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
.get-started .get-started__grid {
  display: grid;
  column-gap: 2.5rem;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .get-started .get-started__grid {
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 696px);
    justify-content: space-between;
    grid-template-rows: auto auto 1fr;
  }
}
.container .get-started .get-started__grid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1144px;
}

.get-started_hero .get-started .get-started__grid {
  gap: 3.125rem;
}

@media (min-width: 1200px) {
  .get-started_hero .get-started .get-started__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 648px);
    gap: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .get-started_hero .get-started .get-started__grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 648px);
    justify-content: flex-end;
    gap: 1.5rem;
  }
}
.container .get-started_hero .get-started .get-started__grid {
  max-width: 100%;
}

.get-started_hero .get-started .get-started__grid .get-started__content {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .get-started_hero .get-started .get-started__grid .get-started__content {
    margin-top: 0;
    padding-top: 110px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.get-started_hero .get-started .get-started__grid .get-started__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .get-started_hero .get-started .get-started__grid .get-started__title {
    font-size: 3.5rem;
  }
}
.get-started_hero .get-started .get-started__grid .get-started___desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .get-started_hero .get-started .get-started__grid .get-started___desc {
    max-width: 358px;
  }
}
.get-started .get-started__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .get-started .get-started__subtitle {
    margin-bottom: 8rem;
  }
}
.get-started.variation-2 .get-started__subtitle {
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .get-started.variation-2 .get-started__subtitle {
    margin-bottom: 4rem;
  }
}
.get-started .get-started__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .get-started .get-started__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .get-started .get-started__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .get-started .get-started__title {
    margin-bottom: 1.5rem;
  }
}
.get-started .get-started___desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.get-started .get-started___desc p {
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .get-started .get-started___desc {
    margin-bottom: 2.5rem;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.get-started_alt {
  padding: 3.75rem 0;
  border-radius: var(--block-border-radius);
}

.get-started[class*="dandy-scheme_"] {
  border-radius: var(--block-border-radius);
}

.get-started[class*="dandy-scheme_"] .get-started__grid {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1200px) {
  .get-started[class*="dandy-scheme_"] .get-started__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 640px);
  }
}
@media (min-width: 1400px) {
  .get-started[class*="dandy-scheme_"] .get-started__grid {
    padding-left: 0;
    padding-right: 0;
  }
}
.get-started[class*="dandy-scheme_"] .subscribe__form {
  padding: 0;
}

.get-started[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form {
  background: rgba(0, 0, 0, 0) !important;
}

.get-started[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form button {
  background: var(--color-button-background);
  color: var(--color-button);
}

.get-started[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form button:hover {
  background: var(--color-button-background_hover);
}

.get-started[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form button:focus {
  background: var(--color-button-background_focus);
}

.get-started.variation-2 {
  padding: 0;
}

.get-started.variation-2 .subscribe__form {
  padding: 0;
  margin: 0 auto;
  max-width: 940px;
}

.get-started.variation-2 .subscribe__form .forms-legal-text {
  text-align: center;
  margin: 1rem auto 0;
  max-width: 400px;
}

@media (max-width: 1199.98px) {
  .get-started.variation-2 .subscribe__form .forms-legal-text {
    margin-top: 0rem;
    max-width: 100%;
  }
}
.get-started.variation-2 .subscribe__form .mktoFieldWrap label {
  font-weight: 500 !important;
  color: #7e7c78;
  letter-spacing: 1.2px;
}

.get-started.variation-2 .subscribe__form .mktoFieldWrap input {
  height: 44px !important;
}

.get-started.variation-2 .subscribe__form .mktoFieldWrap select {
  height: 44px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMDAzQTMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+) !important;
  background-position: calc(100% - 16px) 50% !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.get-started.variation-2 .subscribe__form button {
  padding: 0 1.25rem !important;
  max-width: 450px;
  margin: 0 auto;
  height: 56px;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .get-started.variation-2 .subscribe__form button {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .get-started.variation-2 .subscribe__form .mktoButtonRow span {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
.get-started.variation-2 .get-started__grid {
  display: block;
  padding: 2.188rem 1.5rem;
}

@media (max-width: 1199.98px) {
  .get-started.variation-2 .get-started__grid {
    padding: 1.5rem;
  }
}
.get-started.variation-2 .get-started__title {
  text-align: center;
  line-height: 1.2;
  font-size: 2.125rem;
}

@media (min-width: 1200px) {
  .get-started.variation-2 .get-started__title {
    margin-bottom: 1.875rem;
    max-width: 630px;
    margin-left: auto;
    line-height: 1.2;
    margin-right: auto;
    text-align: center;
    font-size: 3rem;
  }
}
.get-started.variation-2 .get-started___desc {
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.get-started-form-embed .content-radios-grid-label {
  width: 100%;
  display: inline;
  margin: 0 0 8px;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0;
  font-weight: 600;
}

@media (min-width: 992px) {
  .get-started-form-embed .content-radios-grid-label {
    padding: 0 0 0 1.5rem;
  }
}
.get-started-form-embed .content-radios-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.get-started-form-embed .subscribe__form > .error-message {
  color: red;
  font-size: 0.875em;
  margin-bottom: 0.25em;
}

@media (min-width: 992px) {
  .get-started-form-embed .subscribe__form > .error-message {
    padding: 0 0 0 1.5rem;
  }
}
.get-started-form-embed .mktoFormRow:has(select[name="Have_Intraoral_Scanner__c"]) {
  display: none;
}

.entry__header-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 1200px) {
  .entry__header-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.entry__header-media {
  order: 0;
  border-radius: var(--block-border-radius);
  overflow: hidden;
  aspect-ratio: 355/320;
  position: relative;
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='440' viewBox='0 0 648 440' width='648' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Crect height='440' rx='10' width='648'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Crect fill='%23003a30' height='440' rx='10' width='648'/%3E%3Cpath d='m856.878 288.57c-19.749-20.315-47.439-38.693-82.38-54.697 13.391-36.022 19.975-68.597 19.575-96.927-.445-31.528-9.559-56.4017-27.088-73.9303-17.529-17.5285-42.402-26.6423-73.931-27.0878-28.33-.4004-60.905 6.184-96.927 19.5748-16.003-34.9406-34.381-62.63033-54.697-82.3794-22.607-21.9792-46.64-33.1233-71.43-33.1233s-48.822 11.1441-71.431 33.1228c-20.315 19.749-38.693 47.4388-54.697 82.3794-36.023-13.3909-68.598-19.9747-96.928-19.5749-31.527.4455-56.401 9.5593-73.929 27.0878-17.529 17.5286-26.643 42.4029-27.088 73.9299-.401 28.33 6.184 60.905 19.575 96.928-34.941 16.003-62.631 34.381-82.3804 54.696-21.9775 22.609-33.1216 46.642-33.1216 71.431s11.1441 48.822 33.1222 71.43c19.7498 20.316 47.4398 38.694 82.3798 54.697-13.391 36.023-19.974 68.598-19.575 96.928.446 31.528 9.56 56.401 27.088 73.93 17.529 17.528 42.403 26.642 73.93 27.088 28.33.4 60.905-6.184 96.928-19.575 16.003 34.94 34.381 62.63 54.696 82.38 22.608 21.978 46.641 33.122 71.431 33.122s48.822-11.144 71.43-33.122c20.316-19.75 38.694-47.439 54.697-82.38 36.023 13.391 68.598 19.975 96.928 19.575 31.528-.445 56.401-9.559 73.93-27.088s26.642-42.402 27.088-73.93c.4-28.33-6.184-60.905-19.575-96.927 34.94-16.003 62.63-34.382 82.379-54.697 21.979-22.608 33.123-46.641 33.123-71.43 0-24.79-11.144-48.822-33.123-71.431zm-163.839-251.5005c31.22.4409 55.827 9.4422 73.138 26.7538 17.312 17.3115 26.313 41.9187 26.754 73.1387.397 28.167-6.153 60.577-19.475 96.435-2.188-.995-4.402-1.982-6.647-2.959-37.745-16.422-81.411-29.329-128.898-38.349-9.02-47.487-21.927-91.153-38.349-128.898-.977-2.2444-1.964-4.4586-2.959-6.6471 35.858-13.3218 68.268-19.8724 96.436-19.4749zm-93.597 193.4885c-17.414-17.414-35.248-33.951-53.329-49.492 31.38 2.49 61.813 6.519 90.822 11.999 5.48 29.01 9.509 59.442 11.999 90.822-15.541-18.081-32.078-35.915-49.492-53.329zm49.643 55.263c1.872 24.243 2.832 49.041 2.832 74.18 0 25.138-.96 49.936-2.832 74.179-15.818 18.466-32.675 36.68-50.45 54.455s-35.989 34.632-54.455 50.45c-24.243 1.872-49.041 2.832-74.179 2.832-25.139 0-49.937-.96-74.18-2.832-18.466-15.818-36.679-32.675-54.455-50.45-17.776-17.776-34.633-35.989-50.451-54.456-1.872-24.242-2.832-49.04-2.832-74.178s.96-49.937 2.832-74.18c15.818-18.466 32.675-36.679 50.451-54.455s35.989-34.632 54.455-50.45c24.242-1.873 49.04-2.832 74.179-2.832s49.937.959 74.179 2.832c18.467 15.817 36.68 32.674 54.455 50.45 17.776 17.776 34.633 35.989 50.45 54.455zm-104.446-106.015c-24.243-20.749-48.922-39.703-73.625-56.577 39.762-27.034 79.56-48.6551 117.666-63.6559 2.298-.9047 4.581-1.7796 6.851-2.63 1.004 2.2068 1.999 4.4392 2.985 6.7031 16.338 37.5528 29.191 80.9828 38.191 128.2138-29.399-5.536-60.253-9.583-92.067-12.054zm-1.932-.15c-23.775-1.797-48.079-2.714-72.706-2.714-24.628 0-48.932.917-72.706 2.714 23.95-20.429 48.318-39.099 72.706-55.737 24.387 16.638 48.755 35.308 72.706 55.737zm-147.345.15c-31.814 2.471-62.668 6.518-92.067 12.055 9-47.232 21.853-90.661 38.191-128.2142.985-2.2639 1.981-4.4969 2.984-6.7031 2.27.8503 4.553 1.7253 6.85 2.6294 38.107 15.0008 77.905 36.6219 117.666 63.6559-24.703 16.874-49.381 35.828-73.625 56.577zm-1.473 1.261c-18.082 15.541-35.916 32.077-53.33 49.492-17.415 17.414-33.951 35.248-49.492 53.33 2.49-31.381 6.519-61.814 11.999-90.823 29.009-5.479 59.442-9.509 90.822-11.999zm-104.082 104.294c-20.749 24.244-39.704 48.922-56.578 73.625-27.033-39.761-48.655-79.559-63.655-117.666-.904-2.297-1.78-4.58-2.63-6.85 2.207-1.004 4.439-2 6.704-2.985 37.553-16.338 80.982-29.191 128.214-38.191-5.536 29.399-9.583 60.253-12.055 92.067zm-.151 1.933c-1.797 23.775-2.714 48.079-2.714 72.706 0 24.628.918 48.931 2.714 72.706-20.429-23.95-39.099-48.318-55.736-72.706 16.637-24.388 35.307-48.755 55.736-72.706zm.151 147.345c2.471 31.814 6.518 62.668 12.054 92.067-47.231-9-90.661-21.853-128.214-38.192-2.264-.985-4.497-1.98-6.703-2.984.851-2.27 1.726-4.553 2.63-6.851 15.001-38.107 36.622-77.904 63.656-117.666 16.874 24.703 35.828 49.382 56.577 73.625zm1.26 1.473c15.541 18.082 32.078 35.916 49.492 53.33 17.415 17.414 35.249 33.951 53.33 49.491-31.38-2.49-61.813-6.519-90.822-11.999-5.48-29.009-9.509-59.442-11.999-90.822zm104.295 104.082c24.243 20.749 48.922 39.703 73.625 56.577-39.762 27.034-79.559 48.655-117.666 63.656-2.298.904-4.581 1.779-6.851 2.629-1.004-2.206-1.999-4.439-2.984-6.703-16.339-37.553-29.192-80.983-38.192-128.214 29.399 5.535 60.253 9.583 92.067 12.054zm1.933.15c23.775 1.797 48.079 2.714 72.706 2.714 24.628 0 48.931-.917 72.706-2.714-23.95 20.429-48.318 39.099-72.706 55.737-24.387-16.638-48.755-35.308-72.706-55.737zm147.345-.15c31.814-2.471 62.668-6.518 92.067-12.055-9 47.231-21.853 90.661-38.191 128.214-.986 2.264-1.981 4.497-2.985 6.704-2.27-.85-4.553-1.725-6.851-2.63-38.106-15.001-77.904-36.622-117.666-63.656 24.703-16.874 49.382-35.828 73.625-56.577zm1.473-1.261c18.082-15.541 35.916-32.077 53.33-49.491s33.951-35.249 49.491-53.33c-2.49 31.38-6.519 61.813-11.999 90.822-29.009 5.48-59.442 9.509-90.822 11.999zm104.082-104.295c20.749-24.243 39.703-48.922 56.578-73.625 27.033 39.762 48.654 79.56 63.655 117.666.905 2.298 1.78 4.581 2.63 6.851-2.207 1.004-4.439 1.999-6.703 2.984-37.552 16.339-80.983 29.192-128.214 38.192 5.536-29.399 9.583-60.253 12.054-92.067zm.151-1.933c1.796-23.775 2.714-48.079 2.714-72.706 0-24.628-.918-48.931-2.714-72.706 20.428 23.95 39.099 48.318 55.736 72.706-16.637 24.387-35.308 48.756-55.736 72.706zm-.151-147.345c-2.471-31.814-6.518-62.668-12.055-92.067 47.231 9 90.662 21.853 128.214 38.191 2.264.986 4.497 1.981 6.704 2.985-.85 2.27-1.725 4.553-2.629 6.851-15.001 38.106-36.622 77.904-63.656 117.666-16.874-24.703-35.828-49.382-56.578-73.625zm-250.829-311.4188c22.388-21.764 46.153-32.799 70.635-32.799 24.481 0 48.247 11.035 70.634 32.799 20.199 19.63649 38.484 47.1858 54.42 81.9613-2.252.8436-4.515 1.7111-6.793 2.6077-38.302 15.0774-78.305 36.8276-118.262 64.0278-39.957-27.2002-79.96-48.9504-118.262-64.0278-2.277-.8966-4.541-1.7641-6.792-2.6077 15.936-34.7755 34.22-62.32481 54.42-81.9613zm-252.296 163.0208c.44-31.22 9.442-55.8278 26.753-73.1393s41.918-26.3123 73.139-26.7532c28.168-.398 60.577 6.1526 96.435 19.4749-.995 2.1885-1.982 4.4022-2.959 6.6472-16.422 37.7444-29.329 81.4104-38.349 128.8984-47.487 9.02-91.153 21.927-128.898 38.349-2.245.976-4.459 1.963-6.647 2.959-13.322-35.858-19.873-68.268-19.474-96.436zm-63.1283 293.672c-21.7639-22.387-32.7995-46.152-32.7995-70.634s11.035-48.247 32.7995-70.634c19.6363-20.2 47.1853-38.485 81.9613-54.42.843 2.251 1.711 4.515 2.607 6.792 15.078 38.302 36.828 78.305 64.028 118.261-27.2 39.957-48.95 79.96-64.028 118.262-.896 2.278-1.764 4.542-2.607 6.793-34.776-15.936-62.325-34.221-81.9613-54.42zm163.0203 252.297c-31.22-.441-55.828-9.442-73.139-26.753s-26.313-41.919-26.753-73.139c-.399-28.168 6.152-60.578 19.474-96.436 2.188.996 4.402 1.983 6.647 2.959 37.744 16.422 81.411 29.329 128.898 38.349 9.02 47.488 21.927 91.154 38.349 128.899.977 2.245 1.964 4.458 2.959 6.647-35.858 13.321-68.268 19.872-96.435 19.474zm293.672 63.128c-22.387 21.764-46.152 32.799-70.634 32.799s-48.247-11.035-70.634-32.799c-20.2-19.637-38.485-47.185-54.42-81.961 2.251-.843 4.515-1.711 6.792-2.608 38.302-15.077 78.305-36.827 118.261-64.028 39.957 27.201 79.961 48.951 118.262 64.028 2.278.897 4.541 1.765 6.792 2.609-15.935 34.775-34.22 62.324-54.419 81.96zm252.297-163.02c-.441 31.22-9.442 55.827-26.754 73.138-17.311 17.311-41.918 26.313-73.138 26.754-28.168.397-60.578-6.153-96.436-19.475.996-2.188 1.983-4.402 2.959-6.647 16.422-37.744 29.329-81.411 38.349-128.898 47.488-9.02 91.154-21.927 128.899-38.349 2.244-.977 4.458-1.964 6.647-2.959 13.322 35.858 19.872 68.268 19.475 96.436zm63.128-152.405c-19.636 20.2-47.185 38.485-81.961 54.42-.843-2.251-1.711-4.515-2.608-6.793-15.077-38.301-36.827-78.304-64.028-118.262 27.201-39.956 48.951-79.96 64.028-118.261.897-2.277 1.765-4.541 2.608-6.792 34.776 15.935 62.324 34.22 81.961 54.42 21.764 22.387 32.799 46.152 32.799 70.634s-11.035 48.247-32.799 70.634z' fill='%23cfe0f9'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #003a30;
  background-size: cover;
}

.entry__header-media img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

@media (min-width: 1200px) {
  .entry__header-media {
    order: 1;
    aspect-ratio: unset;
    height: 100%;
    min-height: 440px;
  }
}
.entry__header-media_contain {
  aspect-ratio: auto;
  height: auto;
  position: relative;
  background: none;
}

@media (min-width: 1200px) {
  .entry__header-media_contain {
    height: auto;
    display: flex;
    align-items: center;
  }
}
.entry__header-media_contain img {
  object-fit: contain;
  position: static;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: var(--block-border-radius);
}

.entry__header_mobile-order-2 .entry__header-media {
  order: 2;
}

@media (min-width: 1200px) {
  .entry__header_mobile-order-2 .entry__header-media {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .entry__header_order-2 .entry__header-media {
    order: 1;
  }
}
.entry__header-content {
  border-radius: var(--block-border-radius);
  padding: 1.625rem 1.25rem;
  order: 1;
}

.entry__header-content.dandy-scheme_blue-border {
  padding: 0;
  border: none;
}

@media (min-width: 1200px) {
  .entry__header-content.dandy-scheme_blue-border {
    padding: 5.5rem;
    border: 1px solid var(--color-scheme-background);
  }
}
@media (min-width: 1200px) {
  .entry__header-content {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .entry__header-content {
    padding: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    min-height: 440px;
  }
}
.entry__header_mobile-order-2 .entry__header-content {
  order: 1;
}

@media (min-width: 1200px) {
  .entry__header_mobile-order-2 .entry__header-content {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .entry__header_order-2 .entry__header-content {
    order: 2;
  }
}
.entry__header-moddate {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 2.5rem;
}

.entry__header-pubdate {
  margin-top: 0.5rem;
}

.entry__header-pubdate .pubdate {
  color: var(--color-secondary);
  font-size: 0.875em;
}

.entry__header-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  .entry__header-title {
    font-size: 40px;
    line-height: 1.1;
  }
}
.entry__header-author {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.entry__header-author .author__by {
  margin-right: 0.5em;
}

.entry__header-author a.author__name {
  text-decoration: underline;
}

.entry__header-author a.author__name:hover {
  text-decoration: none;
}

.entry__header-subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.375rem;
}

@media (min-width: 1200px) {
  .entry__header-subtitle {
    margin-bottom: 2.5rem;
  }
}
.entry__header-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}

@media (min-width: 1200px) {
  .entry__header-desc {
    margin-bottom: 2.5rem;
    max-width: 360px;
  }
}
.entry__header-desc p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.entry__header-desc p:not(:last-child) {
  margin-bottom: 1rem;
}

.entry__header-desc ul {
  padding-left: 25px;
}

.entry__header-desc ul li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.entry__header-desc ul:not(:last-child) {
  margin-bottom: 1rem;
}

.entry__header-desc ol {
  padding-left: 25px;
}

.entry__header-desc ol li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.entry__header-desc ol:not(:last-child) {
  margin-bottom: 1rem;
}

.entry__header-meta {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1rem;
}

.entry__footer {
  margin-top: 4rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1.375rem;
}

@media (min-width: 1200px) {
  .entry__footer {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25rem;
    padding-top: 3.75rem;
  }
}
.entry__footer-author {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 80px);
  column-gap: 1rem;
}

@media (min-width: 1200px) {
  .entry__footer-author {
    grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
    column-gap: 2rem;
  }
}
.entry__footer-author-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  color: var(--color-secondary);
  margin-bottom: 2.375rem;
}

@media (min-width: 1200px) {
  .entry__footer-author-title {
    margin-bottom: 2rem;
    grid-column: 1/-1;
  }
}
.entry__footer-author-img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  grid-row: 1/3;
  grid-column: 2/3;
}

.entry__footer-author-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .entry__footer-author-img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.entry__footer-author-name {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}

.entry__footer-author-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  color: var(--color-secondary);
}

.entry__footer-author-desc a {
  display: inline-block;
}

.entry__footer-author-desc a:hover {
  text-decoration: none;
}

.entry__footer-author-desc-text {
  margin-right: 0.5em;
}

.entry__footer-author-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .entry__footer-author-social {
    margin-top: 1rem;
  }
}
.entry__footer-author-social-item {
  margin-right: 1.25rem;
  display: block;
}

.entry__footer-author-social-item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: var(--tansition-base);
}

.entry__footer-author-social-item-link:hover {
  opacity: 0.7;
}

.entry__footer-author-social-item-icon {
  display: block;
  width: 13px;
  height: 10px;
  position: relative;
  margin-right: 5px;
}

.entry__footer-author-social-item-icon svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.entry__footer-author-social-item-title {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  font-weight: 600;
}

.related {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .related {
    padding: 3.75rem 0;
  }
}
.subscribe-blog {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .subscribe-blog {
    padding: 3.75rem 0;
  }
}
.subscribe-blog .mktForm {
  padding: 4px 54px 4px 16px !important;
  display: flex;
  position: relative !important;
  background: #fdfcfa !important;
  border-radius: var(--item-border-radius) !important;
  width: 100% !important;
  border: 2px solid var(--color-border) !important;
}

.subscribe-blog .mktForm label {
  display: none !important;
}

.subscribe-blog .mktForm .mktoButtonRow {
  position: absolute !important;
  right: 4px !important;
  top: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.subscribe-blog .mktForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}

.subscribe-blog .mktForm .mktoButtonRow .mktoButtonWrap button {
  width: 46px !important;
  height: 46px !important;
  font-size: 0 !important;
  border: none !important;
  background: #003a30 !important;
  border-radius: var(--item-border-radius) !important;
  position: relative !important;
  font-size: none !important;
}

.subscribe-blog .mktForm .mktoButtonRow .mktoButtonWrap button::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 1 4 4m0 0L4 9m4-4H0' stroke='%23FDFCFA' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 9px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.subscribe-blog .mktForm .mktoButtonRow .mktoButtonWrap button:hover {
  background: #26584f !important;
}

.subscribe-blog .mktForm .mktoGutter {
  display: none;
}

.subscribe-blog .mktForm .mktoFormRow:first-of-type {
  width: 100%;
  height: 46px;
}

.subscribe-blog .mktForm .mktoOffset {
  display: none;
}

.subscribe-blog .mktForm .mktoFieldDescriptor {
  width: 100%;
  margin: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

.subscribe-blog .mktForm .mktoFieldWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.subscribe-blog .mktForm .mktoFieldWrap input {
  width: 100% !important;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #003a30;
  outline: none;
  border: none !important;
}

.subscribe-blog__grid {
  border-radius: var(--block-border-radius);
  padding: 1.875rem;
  display: grid;
  gap: 2.625rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .subscribe-blog__grid {
    padding: 3.125rem 3.75rem;
    align-items: center;
    grid-template-columns: minmax(0, 336px) minmax(0, 412px);
    justify-content: space-between;
  }
}
.subscribe-blog__grid .mktoForm {
  border: none !important;
}

.subscribe-blog__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .subscribe-blog__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .subscribe-blog__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .subscribe-blog__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .subscribe-blog__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .subscribe-blog__title {
    font-size: 3.5rem;
  }
}
.subscribe-blog__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

.entry__side-column {
  display: none;
}

.entry__side-column {
  transition: var(--transition-base);
  z-index: 9;
  left: 0;
  width: 100%;
  display: none;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .entry__side-column {
    display: block;
  }
}
.entry__side-column::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.entry__side-column::-webkit-scrollbar-track {
  background: var(--color-border);
}

.entry__side-column::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  background: var(--color-border);
  transition: var(--transition-base);
  cursor: pointer;
}

.entry__side-column::-webkit-scrollbar-thumb:hover {
  background: var(--color-accent);
}

@media (min-width: 1200px) {
  .entry__side-column {
    background: none;
    padding: 0;
    position: sticky;
    top: 80px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px;
    overflow: auto;
    transition: var(--transition-base);
    max-height: calc(100vh - 120px);
  }
  .header_visible .entry__side-column {
    top: calc(var(--header-height) + 80px);
    max-height: calc(100vh - 120px - var(--header-height));
  }
  .fl-sidebar__area .entry__side-column {
    max-height: none;
    margin-bottom: 2rem;
    max-width: 100%;
    margin-right: 0;
    position: static;
  }
}
.entry__side-column__hiden-mobile {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

@media (min-width: 1200px) {
  .entry__side-column__hiden-mobile {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    width: auto;
    height: auto;
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 2rem;
  }
}
.entry__side-column ul {
  padding: 0;
  margin-top: 2rem;
  display: none;
  position: relative;
}

.entry__side-column ul li ul,
.entry__side-column ul li ol {
  padding-left: 1.5rem;
}

.entry__side-column ul li ul li a,
.entry__side-column ul li ol li a {
  font-size: 0.875rem;
}

.entry__side-column ul li ul ul,
.entry__side-column ul li ul ol,
.entry__side-column ul li ol ul,
.entry__side-column ul li ol ol {
  display: none;
}

@media (min-width: 1200px) {
  .entry__side-column ul {
    padding: 0;
    margin: 0;
    width: 95%;
    display: block;
  }
}
.entry__side-column ul li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: relative;
}

.entry__side-column ul li a {
  display: block;
  color: var(--color-secondary);
}

.entry__side-column ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.entry__side-column ul li.active > a {
  color: var(--color-primary);
}

.entry__side-column ul li.active > a span {
  border-bottom: 1px solid var(--fl-color-accent);
}

.entry__side-column ul li a {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  transition: var(--transition-base);
  padding-bottom: 2px;
  text-decoration: none;
  padding-left: 24px;
  position: relative;
  display: block;
  font-weight: 500;
}

.entry__side-column ul li a span {
  color: inherit;
}

.entry__side-column ul li a:hover {
  color: var(--color-primary);
}

.entry__side-column ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  background: var(--color-primary);
  transition: var(--transition-base);
  transform: scale(0);
}

.entry__side-column ul li.active > a::before {
  transform: scale(1);
}

.entry__side-custom-links ul li a {
  padding: 0;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.875rem;
}

.entry__side-custom-links-title {
  margin-top: 2rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.entry__content {
  max-width: var(--entry-content-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.entry__content.entry__job-content {
  max-width: 846px;
}

.entry__content.entry__job-content .entry__job-compensation {
  color: #888;
}

.entry__content:only-child {
  grid-column: 1/-1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-category-6 .entry__content:only-child {
  max-width: var(--entry-content-width);
  margin-left: auto;
  margin-right: auto;
}

.entry-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-secondary);
}

.entry-content p {
  color: var(--color-secondary);
}

.entry-content p strong:only-child {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #003a30;
  display: block;
  margin: 0 0 -0.5rem;
  padding: 24px 0 0;
}

.entry-content p strong {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.entry-content ul,
.entry-content ol {
  padding: 0 30px;
}

.entry-content ul li::marker,
.entry-content ol li::marker {
  color: var(--color-secondary);
}

.entry-content ul li p,
.entry-content ol li p {
  margin-bottom: 0.5rem;
}

.entry-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.entry-content p > a,
.entry-content p > strong > a,
.entry-content figcaption > a,
.entry-content > a,
.entry-content > p > a,
.entry-content > ul li > a,
.entry-content > ol li > a,
.entry-content > p > em > a,
.entry-content > p > strong > a,
.entry-content td > a,
.entry-content th > a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.entry-content p > a:hover,
.entry-content p > a:focus,
.entry-content p > strong > a:hover,
.entry-content p > strong > a:focus,
.entry-content figcaption > a:hover,
.entry-content figcaption > a:focus,
.entry-content > a:hover,
.entry-content > a:focus,
.entry-content > p > a:hover,
.entry-content > p > a:focus,
.entry-content > ul li > a:hover,
.entry-content > ul li > a:focus,
.entry-content > ol li > a:hover,
.entry-content > ol li > a:focus,
.entry-content > p > em > a:hover,
.entry-content > p > em > a:focus,
.entry-content > p > strong > a:hover,
.entry-content > p > strong > a:focus,
.entry-content td > a:hover,
.entry-content td > a:focus,
.entry-content th > a:hover,
.entry-content th > a:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.entry-content pre,
.entry-content code {
  background-color: var(--color-contrast-50);
}

.entry-content pre {
  padding: 0.75rem;
}

.entry-content pre code {
  background-color: rgba(0, 0, 0, 0);
}

.entry-content > blockquote {
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
  border-left: 0;
  border-right: 0;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
  padding-top: 2.25rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: relative;
}

@media (min-width: 992px) {
  .entry-content > blockquote {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > blockquote {
    font-size: 3rem;
  }
}
.entry-content > blockquote::before {
  content: "“";
  color: var(--color-secondary);
  left: 0;
  position: absolute;
  font-size: 3rem;
  top: 1rem;
}

@media (min-width: 1200px) {
  .entry-content > blockquote {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .entry-content > blockquote::before {
    color: var(--color-secondary);
    left: 5.5rem;
    position: absolute;
    font-size: 5rem;
    top: 2rem;
  }
}
.entry-content > blockquote cite {
  display: block;
  color: var(--color-secondary);
  font-style: normal;
  margin-top: 1.5rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.entry-content > blockquote p {
  line-height: var(--font-base-line-height);
}

.entry-content > blockquote p:first-child {
  font-size: inherit;
  margin-top: 0;
}

.entry-content > blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content .wp-caption-dd {
  color: var(--color-secondary);
  margin-left: 0;
}

.entry-content .fl-embed {
  margin-top: 48px;
  margin-bottom: 48px;
}

.alignnone {
  max-width: 100%;
}

.alignleft {
  float: none;
  margin-right: 0;
}

.alignleft:first-child + * {
  margin-top: 0;
}

.alignleft:first-child + * {
  margin-top: 0;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
  }
}
.alignright {
  float: none;
  margin-left: 0;
}

@media (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 2rem;
  }
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
  text-align: center;
}

img.alignleft,
img.alignright {
  margin-bottom: 1rem;
}

.wp-block-group.alignleft,
.wp-block-group.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 100%;
}

@media (min-width: 576px) {
  .wp-block-group.alignleft,
  .wp-block-group.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    max-width: calc(50% - 1rem);
  }
}
.wp-block-group.has-background {
  padding: 1.5rem 2rem;
}

.wp-block-group .wp-block-button {
  margin-bottom: 1rem;
}

.wp-block-columns > *:not(.wp-block-column):first-child {
  margin-top: 0;
}

.wp-block-columns > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

p.has-background {
  padding: 1.5rem 2rem;
}

p.wp-block-subhead {
  font-size: 1.5rem;
  color: var(--color-secondary);
  opacity: 1;
}

.wp-block-separator:not(.is-style-dots) {
  border-top: none;
  border-bottom: 1px solid currentColor;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: 0;
  margin-right: auto;
}

.wp-block-button .wp-block-button__link {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s;
  padding: 0.75rem 1.5rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  background-color: var(--color-button);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover {
  background-color: var(--color-button-hover);
  opacity: 1;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
  color: var(--color-button-contrast);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):hover {
  color: var(--color-button-hover-contrast);
  opacity: 1;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  opacity: 0.75;
  cursor: pointer;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  border-color: var(--color-button);
  background-color: var(--color-button-contrast);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  border-color: var(--color-button-hover);
  background-color: var(--color-button-hover-contrast);
  opacity: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--color-button);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: var(--color-button-hover);
  opacity: 1;
}

.wp-block-file .wp-block-file__button {
  background: var(--color-button-background);
  color: var(--color-button);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-file .wp-block-file__button:hover {
  background: var(--color-button-background_hover);
}

.wp-block-file .wp-block-file__button:focus {
  background: var(--color-button-background_focus);
}

.wp-block-file .wp-block-file__button:disabled {
  color: var(--color-button_disabled);
  background: var(--color-button-background_disabled);
}

.wp-block-file .wp-block-file__button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.wp-block-file .wp-block-file__button_secondary {
  background: #158915;
}

.wp-block-code {
  background-color: var(--color-contrast-200);
  padding: 1rem 1.5rem;
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--font-base-line-height);
  font-size: 0.875rem;
  color: var(--color-primary);
  white-space: pre-wrap;
  border-radius: 0;
  border: none;
}

.wp-block-code .editor-plain-text {
  background-color: rgba(0, 0, 0, 0);
}

.wp-block-preformatted {
  background-color: var(--color-contrast-200);
  padding: 1rem 1.5rem;
}

.wp-block-preformatted pre {
  padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--font-base-line-height);
  font-size: 0.875rem;
  color: var(--color-primary);
  white-space: pre-wrap;
}

.wp-block-verse {
  background-color: var(--color-contrast-200);
  padding: 1rem 1.5rem;
}

.wp-block-verse pre {
  padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--font-base-line-height);
  font-size: 0.875rem;
  color: var(--color-primary);
  overflow: auto;
}

.wp-block-audio figcaption {
  color: var(--color-secondary);
}

.wp-block-embed figcaption {
  color: var(--color-secondary);
}

.wp-block-video video {
  width: 100%;
}

.wp-block-media-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 8%;
    padding-bottom: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 0;
    padding-bottom: 8%;
  }
}
.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wp-block-image figcaption {
  color: var(--color-secondary);
  text-align: center;
}

@media (min-width: 1200px) {
  .wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-block-image img {
  border-radius: var(--block-border-radius) !important;
}

@media (min-width: 576px) {
  .wp-block-image figcaption {
    text-align: initial;
  }
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption,
.wp-block-image .alignwide figcaption,
.wp-block-image .alignfull figcaption {
  text-align: center;
}

.wp-block-image.alignleft figcaption,
.wp-block-image.alignright figcaption,
.wp-block-image.aligncenter figcaption,
.wp-block-image.alignwide figcaption,
.wp-block-image.alignfull figcaption {
  text-align: left;
}

.wp-block-image .alignleft,
.wp-block-image.alignleft {
  float: none;
  margin-right: 0;
}

@media (min-width: 576px) {
  .wp-block-image .alignleft,
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2rem;
  }
}
.wp-block-image .alignright,
.wp-block-image.alignright {
  float: none;
  margin-left: 0;
}

@media (min-width: 576px) {
  .wp-block-image .alignright,
  .wp-block-image.alignright {
    float: right;
    margin-left: 2rem;
  }
}
@media (max-width: 575.98px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-cover-text {
  color: #fff;
}

.wp-block-cover p:not(.has-text-color) a {
  color: #fff;
}

.fl-main-content .entry-content .wp-block-cover.alignleft,
.fl-main-content .entry-content .wp-block-cover.alignright {
  margin-bottom: 32px;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: auto;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}

.wp-block-cover.has-background-dim,
.wp-block-cover-image.has-background-dim {
  padding: 1rem;
}

.wp-block-cover.has-background-dim a,
.wp-block-cover.has-background-dim a:hover,
.wp-block-cover-image.has-background-dim a,
.wp-block-cover-image.has-background-dim a:hover {
  color: inherit;
}

.wp-block-cover.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #fff;
}

.wp-block-cover__inner-container *:last-child {
  margin-bottom: 0;
}

.wp-block-cover .block-list-appender:empty {
  margin: 0;
}

.wp-block-cover .block-editor-block-list__layout .block-editor-block-list__block {
  margin-bottom: 0;
}

.wp-block-cover .block-editor-block-list__layout .block-editor-block-list__block > * {
  margin-bottom: 0;
}

.wp-block-cover .block-editor-block-list__layout *:last-child {
  margin-bottom: 0;
}

.wp-block-cover .wp-block-cover-text {
  font-size: 2.25rem;
  line-height: var(--font-base-line-height);
  padding: 0;
  max-width: calc(var(--entry-content-width));
}

.wp-block-quote {
  margin-top: 48px;
  margin-bottom: 48px;
  border-left: 0;
  border-right: 0;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
  padding-top: 2.25rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: relative;
}

@media (min-width: 992px) {
  .wp-block-quote {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-quote {
    font-size: 3rem;
  }
}
.wp-block-quote::before {
  content: "“";
  color: var(--color-secondary);
  left: 0;
  position: absolute;
  font-size: 3rem;
  top: 1rem;
}

@media (min-width: 1200px) {
  .wp-block-quote {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .wp-block-quote::before {
    color: var(--color-secondary);
    left: 5.5rem;
    position: absolute;
    font-size: 5rem;
    top: 2rem;
  }
}
.wp-block-quote p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
}

.wp-block-quote p:first-child {
  margin-top: 0;
}

.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.wp-block-quote cite {
  display: block;
  margin: 0.5rem 0 0;
  font-style: normal;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.wp-block-quote > .rich-text > p:first-of-type:before {
  content: "“";
}

.wp-block-quote > .rich-text > p:last-of-type:after {
  content: "”";
}

.wp-block-quote .wp-block-quote__citation {
  font-style: normal;
  text-transform: initial;
  line-height: var(--font-base-line-height);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large p:first-child {
  font-size: 4.0625rem;
  font-style: normal;
  line-height: var(--font-base-line-height);
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  font-size: var(--font-secondary-size);
  text-align: left;
}

.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer {
  font-size: 1.125rem;
  text-align: left;
}

.wp-block-pullquote {
  border-top: 1px solid var(--color-contrast-200);
  border-bottom: 1px solid var(--color-contrast-200);
  padding: 2rem 1rem;
}

.wp-block-pullquote blockquote {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .wp-block-pullquote blockquote {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-pullquote blockquote {
    font-size: 3.5rem;
  }
}
.wp-block-pullquote blockquote > p:first-of-type::before,
.wp-block-pullquote blockquote > .rich-text > p:first-of-type::before {
  content: "“";
}

.wp-block-pullquote blockquote > p:last-of-type::after,
.wp-block-pullquote blockquote > .rich-text > p:last-of-type::after {
  content: "”";
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer,
.wp-block-pullquote blockquote .wp-block-pullquote__citation {
  font-style: normal;
}

.wp-block-pullquote p {
  font-size: 2.25rem;
  line-height: var(--font-base-line-height);
}

.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
  font-size: 1.75rem;
}

.wp-block-pullquote blockquote:not(.has-text-color) {
  color: var(--color-primary);
}

.wp-block-pullquote blockquote:not(.has-text-color) cite,
.wp-block-pullquote blockquote:not(.has-text-color) footer {
  color: var(--color-secondary);
}

.wp-block-gallery {
  align-items: flex-start;
}

.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 0;
  min-height: initial;
  color: var(--color-secondary);
  padding-top: 1rem;
  text-align: left;
}

.wp-block-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.wp-block-search .wp-block-search__input {
  flex: 1 1 auto;
  height: 50px;
  width: 1%;
  border-radius: 0;
  border: 1px solid var(--color-contrast-200);
  border-right: none;
}

.wp-block-search .wp-block-search__button {
  min-width: 130px;
  height: 50px;
  margin-left: 0;
  border-radius: 0;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .wp-block-search .wp-block-search__label {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-search .wp-block-search__label {
    font-size: 3.5rem;
  }
}
.wp-block-latest-comments {
  border-top: 1px solid var(--color-contrast-200);
  border-bottom: 1px solid var(--color-contrast-200);
  padding: 2rem 0;
  margin: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin: 2rem 0 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment > article {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-size: 3.5rem;
  }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .wp-block-latest-comments .wp-block-latest-comments__comment-link {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-comments .wp-block-latest-comments__comment-link {
    font-size: 3.5rem;
  }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
  color: var(--color-secondary);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.3125rem;
  color: var(--color-accent-contrast);
  background: var(--color-accent);
  transition: 0.25s;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author:hover {
  background-color: var(--color-primary);
  color: var(--color-primary-contrast);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--color-secondary);
  margin-top: 0.5rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin-top: 0.5rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-secondary);
}

.wp-block-latest-posts > li a,
.wp-block-categories-list > li a,
.wp-block-categories__list > li a,
.wp-block-archives-list > li a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-decoration: none !important;
}

.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
  display: flex;
  position: relative;
  padding-left: 2rem;
  color: var(--color-primary);
}

.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
  color: var(--color-secondary);
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories-list .wp-block-latest-posts__post-date,
.wp-block-categories__list .wp-block-latest-posts__post-date,
.wp-block-archives-list .wp-block-latest-posts__post-date {
  margin-left: 2rem;
  flex: 0 0 100%;
  color: var(--color-secondary);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-latest-posts .children,
.wp-block-latest-posts .wp-block-categories__list,
.wp-block-categories-list .children,
.wp-block-categories-list .wp-block-categories__list,
.wp-block-categories__list .children,
.wp-block-categories__list .wp-block-categories__list,
.wp-block-archives-list .children,
.wp-block-archives-list .wp-block-categories__list {
  flex: 0 0 100%;
}

.wp-block-categories > .wp-block-categories__list {
  padding: 0;
}

.wp-block-archives.wp-block-archives-list {
  padding: 0;
}

.wp-block-latest-posts li:not(:last-child) {
  margin-bottom: 1rem;
}

.wp-block-latest-posts li a {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .wp-block-latest-posts li a {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts li a {
    font-size: 3.5rem;
  }
}
.wp-block-latest-posts li a:hover {
  color: var(--color-secondary);
}

.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.wp-block-categories-list a,
.wp-block-categories__list a,
.wp-block-archives-list a {
  padding-right: 0.5rem;
}

.index-left__title h1 {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .index-left__title h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .index-left__title h1 {
    font-size: 3rem;
  }
}
.index-left__text h2 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
}

@media (min-width: 992px) {
  .index-left__text h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .index-left__text h2 {
    font-size: 2rem;
  }
}
.columns {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .columns {
    padding: 3.75rem 0;
  }
}
.columns .columns__header {
  margin-bottom: 3.75rem;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .columns .columns__header {
    margin-bottom: 5rem;
  }
}
.columns .columns__header.columns_heading-alt {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .columns .columns__header.columns_heading-alt {
    margin-bottom: 3rem;
  }
}
.columns .columns__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .columns .columns__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .columns .columns__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .columns .columns__title {
    font-size: 3.5rem;
  }
}
.columns .columns__desc {
  margin-top: 0.75rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

@media (min-width: 1200px) {
  .columns .columns__desc {
    margin-top: 1.875rem;
  }
}
.columns.alignwide .columns__header {
  max-width: 1096px;
}

.columns.alignwide .columns__header .columns__desc {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.columns .columns__grid {
  display: grid;
  gap: 1.875rem;
}

@media (min-width: 1200px) {
  .columns .columns__grid {
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.columns .columns__grid.flickity-enabled {
  display: block;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.columns .columns__grid.flickity-enabled .columns__item {
  width: 80%;
  margin-right: 1.375rem;
}

.columns .columns__grid .flickity-page-dots {
  margin-top: 2.625rem;
  position: static;
}

.columns .columns__grid .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  transition: all 0.2s linear;
  background: #a7a6a1;
  margin-right: 4px;
  margin-left: 4px;
}

.columns .columns__grid .flickity-page-dots .dot.is-selected {
  width: 10px;
  background: #003a30;
}

.columns .columns__grid .flickity-button {
  display: none;
}

.columns .columns__item-img {
  border-radius: var(--block-border-radius);
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
}

.columns .columns__item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.columns .columns__item-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .columns .columns__item-title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .columns .columns__item-title {
    margin-bottom: 0.75rem;
  }
}
.columns .columns__item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.columns .columns__item-button {
  margin-top: 1rem;
}

.side-img {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .side-img {
    padding: 3.75rem 0;
  }
}
.side-img__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .side-img__grid {
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    grid-template-columns: minmax(0, 472px) minmax(0, 560px);
  }
  .side-img__grid_reverse {
    grid-template-columns: minmax(0, 560px) minmax(0, 472px);
  }
  .side-img__grid_reverse .side-img__content {
    order: 1;
  }
  .side-img__grid_reverse .side-img__img {
    order: 0;
  }
  .side-img__grid_reverse .side-img_video-wistia {
    order: 0;
  }
}
.side-img__grid_alt .side-img__desc {
  color: var(--color-secondary);
}

@media (min-width: 1200px) {
  .side-img__grid_alt {
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 648px);
  }
  .side-img__grid_alt.side-img__grid_reverse {
    grid-template-columns: minmax(0, 648px) minmax(0, 1fr);
  }
}
@media (min-width: 1400px) {
  .side-img__grid_alt {
    grid-template-columns: minmax(0, 448px) minmax(0, 648px);
    gap: 136px;
    justify-content: flex-end;
  }
  .side-img__grid_alt.side-img__grid_reverse {
    grid-template-columns: minmax(0, 648px) minmax(0, 448px);
    justify-content: flex-start;
  }
}
.side-img__grid[class*="dandy-scheme_"] {
  padding: 0.625rem;
  border-radius: var(--block-border-radius);
  gap: 1.25rem;
}

.side-img__grid[class*="dandy-scheme_"] .side-img__desc {
  max-width: 380px;
}

@media (min-width: 1200px) {
  .side-img__grid[class*="dandy-scheme_"] {
    max-width: 100%;
    gap: 40px;
    padding: 3.063rem 1.25rem;
    grid-template-columns: minmax(0, 400px) minmax(0, 628px);
    justify-content: flex-end;
  }
  .side-img__grid[class*="dandy-scheme_"].side-img__grid_reverse {
    justify-content: flex-start;
    grid-template-columns: minmax(0, 628px) minmax(0, 400px);
  }
}
@media (min-width: 1400px) {
  .side-img__grid[class*="dandy-scheme_"] {
    gap: 112px;
  }
}
.side-img__grid[class*="border-style-scheme"] {
  border: 1px solid var(--color-border-style);
  border-radius: 10px;
  padding: 40px;
  max-width: initial;
}

@media (min-width: 1200px) {
  .side-img__grid.variation-2 {
    grid-template-columns: 220px calc(100% - 260px);
    gap: 40px;
  }
  .side-img__grid.variation-2_reverse {
    grid-template-columns: calc(100% - 260px) 220px;
  }
}
.side-img__img {
  order: 0;
  border-radius: var(--block-border-radius);
  overflow: hidden;
}

.side-img__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1200px) {
  .side-img__img {
    order: 1;
  }
}
.side-img_video-wistia {
  position: relative;
  order: 0;
  border-radius: var(--block-border-radius);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .side-img_video-wistia {
    order: 1;
  }
}
.side-img_video-wistia::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border-left: 3px solid var(--color-border);
  animation-name: loading;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate(-30px, -30px);
  margin-top: 25%;
  margin-left: 50%;
  position: absolute;
}

.side-img_video-wistia .wistia_embed_initialized::before {
  display: none;
}

.side-img__content {
  order: 1;
}

@media (min-width: 1200px) {
  .side-img__content {
    order: 0;
  }
}
.side-img__subtitle {
  display: block;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .side-img__subtitle {
    margin-bottom: 2.375rem;
  }
}
.side-img__title {
  margin-bottom: 0.75rem;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .side-img__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .side-img__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .side-img__title {
    margin-bottom: 1rem;
  }
}
h2.side-img__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  h2.side-img__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h2.side-img__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h2.side-img__title {
    margin-bottom: 1.5rem;
  }
}
.side-img__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.tool_list_info .side-img__desc * {
  color: var(--text-color);
}
.side-img__desc .entry-content p strong:only-child {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  font-weight: 600;
  padding: 0;
  color: var(--color-primary);
}

.side-img__button {
  display: flex;
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .side-img__button {
    margin-top: 2.5rem;
  }
}
.side-img__grid.variation-3 {
  gap: 5.625rem;
  max-width: 950px;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
  .side-img__grid.variation-3 {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    align-items: center;
  }
}
.side-img__grid.variation-3 .side-img__title {
  letter-spacing: -0.03em;
  margin: 0 0 2.188rem;
  color: #003a30;
  font-size: 3.563rem;
}

@media (max-width: 991.98px) {
  .side-img__grid.variation-3 .side-img__title {
    margin: 0 0 1.25rem;
    font-size: 1.875rem;
  }
}
.side-img__grid.variation-3 .side-img__img {
  max-width: 303px;
  width: 100%;
  flex: none;
}

@media (max-width: 991.98px) {
  .side-img__grid.variation-3 .side-img__img {
    max-width: 200px;
  }
}
.side-img__grid.variation-3 .side-img__content {
  flex: auto;
}

.side-img__grid.variation-3 .side-img__desc {
  color: #333;
  letter-spacing: -0.02em;
}

.side-img__grid.variation-3 .side-img__desc p {
  color: #333;
  letter-spacing: -0.02em;
}

@media (max-width: 991.98px) {
  .side-img__grid.variation-3 .side-img__desc {
    font-size: 0.813rem;
    max-width: 240px;
    margin: 0 auto;
  }
  .side-img__grid.variation-3 .side-img__desc p {
    font-size: 0.813rem;
  }
}
.side-img__grid.variation-3 .side-img__desc a {
  color: #10a210;
  text-decoration: underline;
}

.side-img__grid.variation-3 .side-img__desc a:hover {
  color: #333;
}

.steps {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .steps {
    padding: 3.75rem 0;
  }
}
.steps__header {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .steps__header {
    margin-bottom: 2.75rem;
  }
}
.steps__header-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

@media (min-width: 992px) {
  .steps__header-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .steps__header-title {
    font-size: 3rem;
  }
}
.steps__grid {
  display: grid;
  gap: 1.25rem;
  counter-reset: section;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .steps__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.steps__item {
  padding: 1.25rem;
  border-radius: var(--block-border-radius);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.steps__item::before {
  display: block;
  counter-increment: section;
  content: "0" counter(section);
  color: #158915;
  margin-bottom: 1.375rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
}

.steps__item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.375rem;
}

@media (min-width: 1200px) {
  .steps__item-desc {
    font-size: 0.8125rem;
    margin-bottom: 4rem;
  }
}
.steps__item-desc-icon {
  margin-top: auto;
}

.faq {
  padding: 4.5rem 0;
}

@media (min-width: 1200px) {
  .faq {
    padding: 3.75rem 0 12.5rem;
  }
}
@media (max-width: 1199.98px) {
  .faq {
    margin-top: 2rem;
    padding: 0;
    margin-bottom: 7.5rem;
  }
}
.faq__grid {
  gap: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .faq__grid {
    grid-template-columns: minmax(0, 448px) minmax(0, 1fr);
    gap: 24px;
  }
}
.faq__grid .accordion:first-child {
  border-top: none;
}

.faq__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 2.25rem;
}

@media (min-width: 1200px) {
  .faq__subtitle {
    margin-bottom: 1.625rem;
  }
}
.faq__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  font-size: 3rem;
}

@media (min-width: 992px) {
  .faq__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .faq__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .faq__title {
    font-size: 3rem !important;
  }
}
.faq__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  font-size: 1rem;
  line-height: 1.25;
  max-width: 330px;
}

@media (min-width: 1200px) {
  .faq__desc {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 280px;
  }
}
.faq__button {
  margin-top: 0.2em;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .faq__button {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .faq__content .accordion__title {
    font-size: 1.25rem;
  }
}
.faq__content .important-scheme_green.accordion__title {
  color: #158915;
}

.faq__content .important-scheme_teal.accordion__title {
  color: #003a30;
}

.faq__content .important-scheme_light-green.accordion__title {
  color: #c5f1c5;
}

.faq__content .important-scheme_blue.accordion__title {
  color: #5f9bf3;
}

.faq__content .important-scheme_blue-border.accordion__title {
  color: #5f9bf3;
}

.faq__content .important-scheme_light-blue.accordion__title {
  color: #c9dcf9;
}

.faq__content .important-scheme_maroon.accordion__title {
  color: #8f184b;
}

.faq__content .important-scheme_light-maroon.accordion__title {
  color: #f9daf1;
}

.faq__content .important-scheme_tan.accordion__title {
  color: #fdfcfa;
}

.faq__content .important-scheme_dark-tan.accordion__title {
  color: #eceae6;
}

.faq__content .important-scheme_gray.accordion__title {
  color: #7e7c78;
}

.faq__item-content p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
}

.faq__item-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.faq__item-content ul {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
}

.faq__item-content ul:not(:last-child) {
  margin-bottom: 1rem;
}

.faq__item-content ol {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
}

.faq__item-content ol:not(:last-child) {
  margin-bottom: 1rem;
}

.large-heading {
  padding: 5.625rem 0 2.5rem;
}

@media (min-width: 1200px) {
  .large-heading {
    padding: 8.75rem 0 6.5rem;
  }
}
.large-heading.type-2 {
  padding: 4rem 0 3rem;
}

@media (min-width: 992px) {
  .large-heading.type-2 {
    padding: 4rem 0 1rem;
  }
}
@media (min-width: 1200px) {
  .large-heading.type-2 {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .large-heading.type-2 {
    padding-bottom: 1rem;
  }
}
.large__heading-eyebrow {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--color-accent);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.625rem;
}

@media (max-width: 991.98px) {
  .large__heading-eyebrow {
    font-size: 1.125rem;
  }
}
.large__heading-title {
  text-align: center;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .large__heading-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .large__heading-title {
    font-size: 3.5rem;
  }
}
.large__heading-title:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .large__heading-title:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.large-heading.type-2 .large__heading-title:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .large-heading.type-2 .large__heading-title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .large-heading.type-2 .large__heading-title {
    font-size: 3.5rem;
  }
}
.large__heading-desc {
  text-align: center;
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-secondary);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .large__heading-desc {
    max-width: 560px;
  }
}
.large-heading.type-2 .large__heading-desc {
  color: #000;
  font-size: 1.375rem;
  line-height: 2rem;
}

@media (min-width: 1200px) {
  .large-heading.type-2 .large__heading-desc {
    max-width: 846px;
  }
}
.large-heading.type-2 .large__heading-desc p {
  color: #000;
  font-size: 1.375rem;
  line-height: 2rem;
  margin: 0 0 1.5rem;
}

.large-heading.type-2 .large__heading-desc p:last-child {
  margin-bottom: 0;
}

.large__heading-button {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.vacancies {
  padding: 4.5rem 0 4.5rem;
}

@media (min-width: 1200px) {
  .vacancies {
    padding: 12.5rem 0 3.75rem;
  }
}
.vacancies__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .vacancies__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .vacancies__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .vacancies__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .vacancies__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .vacancies__title {
    font-size: 3rem;
  }
}
.vacancies__desc {
  display: none;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.125rem;
  color: var(--color-secondary);
}

@media (min-width: 1200px) {
  .vacancies__desc {
    max-width: 300px;
    display: block;
  }
}
.vacancies__filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 42px;
}

@media (min-width: 992px) {
  .vacancies__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
.vacancies__filter .vacancies__filter-label {
  display: none;
  color: #7e7c78;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .vacancies__filter .vacancies__filter-label {
    display: inline-flex;
  }
}
.vacancies__filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29285 10.7071L6.70706 9.29291L11 13.5858L15.2928 9.29291L16.7071 10.7071L11 16.4142L5.29285 10.7071Z" fill="%237E7C78"/></svg>')
    no-repeat right 15px center;
  display: inline-block;
  border: 1px solid var(--color-border);
  border-radius: var(--item-border-radius);
  height: 56px;
  padding-left: 11px;
  padding-right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  color: #7e7c78;
  min-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .vacancies__filter select {
    min-width: 193px;
    width: initial;
    margin-left: 16px;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vacancies__content.loading::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border-left: 3px solid var(--color-border);
  animation-name: loading;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-left: auto;
  margin-right: auto;
}

.vacancies__content .vacancies-box + .vacancies-box {
  margin-top: 48px;
}

.vacancies__content .vacancies-box__title {
  color: var(--color-accent);
  font-family: "OpenSans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.vacancies__content .vacancies-box__content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 15px;
}

.vacancies__content .vacancies__item {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  transition: 0.25s;
}

.vacancies__content .vacancies__item:hover {
  border-color: var(--color-accent);
}

@media (min-width: 992px) {
  .vacancies__content .vacancies__item {
    max-width: 297px;
  }
}
.vacancies__content .vacancies__item a {
  text-decoration: none;
}

.vacancies__content .vacancies__item-title {
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.vacancies__content .vacancies__item-desc {
  margin-top: 8px;
  color: #7e7c78;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.vacancies__content-no-results {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-secondary);
  text-align: center;
  padding: 2rem 0;
}

.accordion {
  border-top: 1px solid var(--color-border);
}

@media (min-width: 1200px) {
  .compose-accordion .accordion {
    border-width: 2px;
  }
}
.accordion:last-child {
  border-bottom: 1px solid var(--color-border);
}

@media (min-width: 1200px) {
  .compose-accordion .accordion:last-child {
    border-width: 2px;
  }
}
.accordion__title {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-right: 0.5rem;
  flex: 1;
  color: var(--color-accent);
  font-size: 19px;
}

.accordion__header {
  display: flex;
  user-select: none;
  cursor: pointer;
  padding: 1.625rem 0;
}

.accordion__content {
  display: none;
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .accordion__content {
    padding-bottom: 2.5rem;
  }
}
.open .accordion__content {
  display: block;
}

.accordion__button {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  display: block;
  outline: none;
}

.accordion__button-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  text-align: right;
  letter-spacing: -0.02em;
  color: var(--color-accent);
}

.accordion__button-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in;
  color: var(--color-accent);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.40625 7L17.4062 20L30.4062 7' stroke='%2300a0ae' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.active .accordion__button-icon {
  transform: rotate(180deg);
}

.open .accordion__button-icon {
  transform: rotate(180deg);
}

.open .active .accordion__button-icon {
  transform: rotate(0deg);
}

@media (min-width: 1200px) {
  .compose-accordion .accordion__button-icon::before {
    width: 2px;
  }
}

.side-content {
  padding: 2.5rem 0 5rem;
}

@media (min-width: 1200px) {
  .side-content {
    padding: 3.75rem 0;
  }
}
.side-content[class*="dandy-scheme_"] {
  border-radius: var(--block-border-radius);
  padding: 2.5rem 2rem;
}

@media (min-width: 1200px) {
  .side-content[class*="dandy-scheme_"] {
    padding: 4.75rem 3rem;
  }
}
.side-content__subtitle {
  margin-bottom: 2.25rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .side-content__subtitle {
    margin-bottom: 3.125rem;
  }
}
.side-content__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 1.125rem;
}

@media (min-width: 992px) {
  .side-content__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .side-content__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .side-content__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .side-content__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .side-content__title {
    font-size: 3rem;
  }
}
.side-content__title span {
  color: var(--color-accent);
}

.side-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

@media (min-width: 1200px) {
  .side-content__grid {
    grid-template-columns: minmax(0, 348px) minmax(0, 536px);
    gap: 40px;
    justify-content: space-between;
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
  }
}
.side-content__button {
  display: flex;
  justify-content: flex-start;
}

.side-content__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  .side-content__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.side-content__item-title {
  margin-bottom: 0.75rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.side-content__item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.featured-text {
  padding: 0 0 2rem;
}

@media (min-width: 1200px) {
  .featured-text {
    padding: 9rem 0 1.75rem;
  }
}
.featured-text + .featured-text {
  padding-top: 0;
}

.featured-text__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
}

@media (min-width: 1200px) {
  .featured-text__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 784px);
    justify-content: space-between;
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-text__grid[class*="dandy-scheme_"] {
  padding: 1.5rem;
  border-radius: var(--block-border-radius);
  gap: 1.625rem;
}

@media (min-width: 1200px) {
  .featured-text__grid[class*="dandy-scheme_"] {
    max-width: 100%;
    padding: 3.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 748px);
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .featured-text__grid[class*="dandy-scheme_"] {
    gap: 40px;
    grid-template-columns: minmax(0, 298px) minmax(0, 1fr);
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.featured-text__grid[class*="dandy-scheme_"] .featured-text__content {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.2px;
}

.featured-text__title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
}

.featured-text__content {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 992px) {
  .featured-text__content {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .featured-text__content {
    font-size: 3rem;
  }
}
.featured-text__content span {
  color: var(--color-accent);
}

@media (min-width: 1200px) {
  .featured-text__content {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}
.boxes {
  padding: 2.5rem 0;
}

.boxes .post-card {
  min-height: 360px;
}

@media (min-width: 1200px) {
  .boxes {
    padding: 3.75rem 0;
  }
}
.boxes[class*="dandy-scheme"] {
  padding: 4rem 6.875rem;
  border-radius: 10px;
  margin: 0 0 4rem;
}

@media (min-width: 1200px) {
  .boxes[class*="dandy-scheme"] {
    margin: 0 0 12.5rem;
  }
}
@media (max-width: 1399.98px) {
  .boxes[class*="dandy-scheme"] {
    padding: 4rem;
  }
}
@media (max-width: 991.98px) {
  .boxes[class*="dandy-scheme"] {
    margin: 7.875rem -0.625rem 4rem;
    padding: 4rem 0.625rem;
    border-radius: 0;
  }
}
.boxes .section-header__subtitle {
  max-width: 700px;
}

.boxes.alignment-center .section-header {
  padding-bottom: 0;
}

.boxes.alignment-center .section-header__title {
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .boxes.alignment-center .section-header__title {
    font-size: 3rem;
  }
}
.boxes.alignment-center .section-header__subtitle {
  margin-top: -1rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .boxes.alignment-center .section-header__subtitle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .boxes.alignment-center .section-header__subtitle {
    margin-top: -1rem;
  }
}
.boxes__area {
  display: grid;
  gap: 2.125rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .boxes__area {
    gap: 2.5rem 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.boxes.alignment-center .boxes__area {
  gap: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.boxes__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 360px;
}

.boxes.alignment-center .boxes__card {
  min-height: 306px;
  width: calc(33.3% - 24px);
  height: initial;
}

@media (max-width: 1199.98px) {
  .boxes.alignment-center .boxes__card {
    width: calc(50% - 24px);
  }
}
@media (max-width: 991.98px) {
  .boxes.alignment-center .boxes__card {
    width: 100%;
    min-height: initial;
  }
}
.boxes .post-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 360px;
}

.boxes-card__inner {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: var(--block-border-radius);
  padding: 1.5rem;
}

.boxes-card__inner.none {
  background: #fff;
}

.boxes.alignment-center .boxes-card__inner {
  padding: 2rem;
  gap: 8px;
}

.boxes .post-card__inner {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: var(--block-border-radius);
  padding: 1.5rem;
}

.boxes.alignment-center .boxes__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.boxes-card__overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.boxes__card-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .boxes__card-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .boxes__card-title {
    font-size: 2rem;
  }
}
.boxes-card__inner.none .boxes__card-title {
  color: #158915;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.boxes__card-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.boxes-card__inner.none .boxes__card-desc {
  color: #003a30;
}

.intro {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .intro {
    padding: 3.75rem 0;
  }
}
.intro_has-bg {
  padding: 3rem 0.625rem;
  margin: 0 -0.625rem 4rem !important;
}

@media (min-width: 992px) {
  .intro_has-bg {
    margin-left: calc(-50vw + 50% - 9px) !important;
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 6.25rem 4rem;
  }
}
.intro[class*="border-style-scheme"] {
  border: 1px solid var(--color-border-style);
  border-radius: 10px;
  padding: 40px;
}

@media (min-width: 1200px) {
  .intro[class*="border-style-scheme"] {
    padding: 80px 60px;
  }
}
.intro[class*="border-style-scheme"] .container {
  padding-left: initial;
  padding-right: initial;
  max-width: initial;
}

.intro.dandy-scheme_green,
.intro.dandy-scheme_blue,
.intro.dandy-scheme_maroon,
.intro.dandy-scheme_gray,
.intro.dandy-scheme_teal,
.dandy-calculator .dandy-calculator-panel-results .intro.result-footer,
.post-card_article:hover .intro.post-card__inner.post-card__inner-featured,
.footer__social .intro.social {
  color: #fff;
}

.intro.dandy-scheme_green .intro__item-img,
.intro.dandy-scheme_blue .intro__item-img,
.intro.dandy-scheme_maroon .intro__item-img,
.intro.dandy-scheme_gray .intro__item-img,
.intro.dandy-scheme_teal .intro__item-img,
.dandy-calculator .dandy-calculator-panel-results .intro.result-footer .intro__item-img,
.post-card_article:hover .intro.post-card__inner.post-card__inner-featured .intro__item-img,
.footer__social .intro.social .intro__item-img {
  filter: brightness(0) invert(1);
}

.intro.dandy-scheme_green .intro__item-desc,
.intro.dandy-scheme_green .intro__item-title,
.intro.dandy-scheme_green .intro__header-title,
.intro.dandy-scheme_blue .intro__item-desc,
.intro.dandy-scheme_blue .intro__item-title,
.intro.dandy-scheme_blue .intro__header-title,
.intro.dandy-scheme_maroon .intro__item-desc,
.intro.dandy-scheme_maroon .intro__item-title,
.intro.dandy-scheme_maroon .intro__header-title,
.intro.dandy-scheme_gray .intro__item-desc,
.intro.dandy-scheme_gray .intro__item-title,
.intro.dandy-scheme_gray .intro__header-title,
.intro.dandy-scheme_teal .intro__item-desc,
.dandy-calculator .dandy-calculator-panel-results .intro.result-footer .intro__item-desc,
.post-card_article:hover .intro.post-card__inner.post-card__inner-featured .intro__item-desc,
.footer__social .intro.social .intro__item-desc,
.intro.dandy-scheme_teal .intro__item-title,
.dandy-calculator .dandy-calculator-panel-results .intro.result-footer .intro__item-title,
.post-card_article:hover .intro.post-card__inner.post-card__inner-featured .intro__item-title,
.footer__social .intro.social .intro__item-title,
.intro.dandy-scheme_teal .intro__header-title,
.dandy-calculator .dandy-calculator-panel-results .intro.result-footer .intro__header-title,
.post-card_article:hover .intro.post-card__inner.post-card__inner-featured .intro__header-title,
.footer__social .intro.social .intro__header-title {
  color: #fff !important;
}

.intro__header {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .intro__header {
    margin-bottom: 112px;
  }
}
.intro__header-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .intro__header-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .intro__header-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1399.98px) {
  .intro__header-title {
    margin-bottom: 0.75rem;
  }
}
.intro__header-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  color: var(--color-secondary);
  line-height: 1.3;
  margin-left: auto;
  font-size: 1.25rem;
  margin-right: auto;
  max-width: 850px;
}

.intro__header-desc p {
  line-height: 1.3;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .intro__header-desc {
    margin-top: 1.5rem;
  }
}
.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.125rem;
  padding: 2.5rem;
  border-radius: 10px;
  border: 1px solid var(--color-border-style);
}

@media (min-width: 1200px) {
  .intro__grid {
    grid-template-columns: repeat(3, minmax(0, 308px));
    gap: 5.375rem;
    justify-content: center;
  }
  .intro__grid_columns-4 {
    grid-template-columns: repeat(4, minmax(0, 308px));
    gap: 2.5rem;
  }
}
.border-none .intro__grid {
  padding: 0;
  border-radius: 0;
  border: 0;
}

.intro__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intro__item-img {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  display: table;
}

.intro__item-img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.intro__item-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin: 0 0 0.375rem;
  line-height: 1.7;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  font-weight: 500;
  color: var(--color-primary);
  font-family: "OpenSans", sans-serif;
  text-align: center;
}

@media (min-width: 992px) {
  .intro__item-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .intro__item-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .intro__item-title {
    margin: 0 0 0.375rem;
  }
}
.intro__item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  text-align: center;
  max-width: 310px;
  margin: 0 auto 1rem;
}

@media (min-width: 1200px) {
  .intro__item-desc {
    margin-bottom: 1.5rem;
  }
}
.intro__item-button {
  display: flex;
  margin-top: auto;
}

.intro__note {
  text-align: center;
  margin-top: 2rem;
}

.intro.variation-2 .intro__header {
  text-align: left;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .intro.variation-2 .intro__header {
    margin-bottom: 80px;
  }
}
.intro.variation-2 .intro__header-title {
  max-width: 800px;
}

.intro.variation-2 .intro__header-desc {
  max-width: 800px;
}

.intro.variation-2 .intro__item-img {
  width: initial;
  height: initial;
  position: relative;
  border-radius: initial;
  overflow: initial;
}

.intro.variation-2 .intro__item-img img {
  width: initial;
  height: initial;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
  object-fit: contain;
  object-position: center;
}

.intro.variation-2 .intro__item {
  text-align: left;
}

.intro.variation-2 .intro__item .intro__item-title,
.intro.variation-2 .intro__item .intro__item-desc {
  width: 100%;
}

.intro.variation-2 .intro__item .intro__item-title {
  color: var(--color-accent);
}

.intro.variation-3 {
  border: 0;
  margin: 0 auto;
}

.intro.variation-3 .intro__header {
  margin: 0 0 3.75rem;
}

@media (max-width: 1199.98px) {
  .intro.variation-3 .intro__header {
    margin: 0 0 2rem;
  }
}
.intro.variation-3 .intro__header-desc {
  font-size: 1.25rem;
  color: var(--color-primary);
  margin-top: 0.688rem;
}

.intro.variation-3 .intro__header-desc p {
  font-size: 1.25rem;
  color: var(--text-color);
}

@media (max-width: 1199.98px) {
  .intro.variation-3 .intro__grid {
    padding: 2.5rem 1.5rem;
  }
}
.intro.variation-3 .intro__item {
  align-items: flex-start;
  text-align: left;
}

.intro.variation-3 .intro__item-title {
  margin: 0 auto 0.375rem;
  line-height: 1.7;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}

.intro.variation-3 .intro__item-img {
  border-radius: 0;
  margin: 0 auto 1rem;
}

.intro.variation-3 .intro__item-img img {
  object-fit: contain;
}

.intro.variation-3 .intro__item-desc {
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  color: var(--text-color);
}

@media (max-width: 1199.98px) {
  .intro.variation-3 .intro__item-desc {
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .intro.variation-3 .intro__item-title,
  .intro.variation-3 .intro__item-desc {
    max-width: 100%;
  }
}
.covered-info {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .covered-info {
    padding: 3.75rem 0;
  }
}
@media (max-width: 1399.98px) {
  .covered-info_hidden-on-mobile {
    display: none;
  }
}
.covered-info__grid {
  position: relative;
  padding: 320px 10px 10px;
  border-radius: var(--block-border-radius);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .covered-info__grid {
    padding: 20px;
    display: grid;
    grid-template-columns: minmax(0, 424px);
  }
  .covered-info__grid_reverse {
    justify-content: flex-end;
  }
}
.covered-info__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
}

.covered-info__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.covered-info__img::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(356.46deg, #000000 28.02%, rgba(0, 0, 0, 0) 47.95%);
}

@media (min-width: 992px) {
  .covered-info__img::after {
    background: linear-gradient(-257.11deg, #000000 0%, rgba(0, 0, 0, 0) 24.14%);
  }
}
@media (min-width: 992px) {
  .covered-info__grid_reverse .covered-info__img::after {
    background: linear-gradient(257.11deg, #000000 0%, rgba(0, 0, 0, 0) 24.14%);
  }
}
.covered-info__content {
  position: relative;
  border-radius: var(--block-border-radius);
  padding: 1.25rem;
}

@media (min-width: 1200px) {
  .covered-info__content {
    padding: 1.563rem 1.875rem;
  }
}
.covered-info__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
}

.covered-info__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .covered-info__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .covered-info__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .covered-info__title {
    font-size: 3rem !important;
    line-height: 1.1 !important;
  }
}
.covered-info__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.covered-info__button {
  display: flex;
  margin-top: 1.5rem;
}

.featured-img {
  padding: 5.625rem 0;
}

@media (min-width: 1200px) {
  .featured-img {
    padding: 8.75rem 0;
  }
}
.featured-img__header {
  text-align: center;
  margin-bottom: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 694px;
}

.featured-img__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .featured-img__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .featured-img__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-img__title {
    font-size: 4rem;
    line-height: 1;
  }
}
.featured-img__desc {
  margin-top: 0.75rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

@media (min-width: 1200px) {
  .featured-img__desc {
    margin-top: 1rem;
  }
}
.featured-img__img {
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.featured-img__img img {
  display: block;
  width: 100%;
}

.columns-2 {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .columns-2 {
    padding: 3.75rem 0;
  }
}
.columns-2__header {
  margin-bottom: 3.75rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 696px;
}

@media (min-width: 1200px) {
  .columns-2__header {
    margin-bottom: 5rem;
  }
}
.columns-2__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .columns-2__title {
    font-size: 40px;
  }
}
.columns-2__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  margin-top: 0.75rem;
}

@media (min-width: 1200px) {
  .columns-2__desc {
    margin-top: 1.5rem;
  }
}
.columns-2__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
}

@media (min-width: 1200px) {
  .columns-2__grid {
    gap: 4.5rem 3.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.columns-2__item .video__card {
  background: #168a15;
  height: auto;
  min-height: 250px;
  margin-bottom: 1.5rem;
}

.columns-2__item .wistia_embed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: initial;
  margin-left: initial;
  margin-right: initial;
  height: initial !important;
  z-index: -1;
}

.columns-2__item .video__card-img {
  position: initial;
  left: initial;
  right: initial;
  bottom: initial;
  top: initial;
}

.columns-2__item .video__card-img img {
  position: initial;
  left: initial;
  right: initial;
  bottom: initial;
  top: initial;
  margin: initial;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .columns-2__item .video__card-button {
    width: 80px;
    height: 80px;
  }
}
.columns-2__item-img {
  border-radius: var(--block-border-radius);
  display: block;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.columns-2__item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.columns-2__item-content * {
  color: var(--color-secondary);
}

.columns-2__item-content h3 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .columns-2__item-content h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .columns-2__item-content h3 {
    font-size: 2rem;
  }
}
.columns-2__item-content h3 * {
  color: var(--color-secondary);
}

.columns-2__item-content h3:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .columns-2__item-content h3:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.columns-2__item-content p {
  color: var(--color-secondary);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.columns-2__item-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.columns-2__item-content ul {
  padding-left: 1.5rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.columns-2__item-content ul li {
  color: var(--color-secondary);
}

.columns-2__item-content ul li::marker {
  color: var(--color-primary);
}

.columns-2__item-content ul:not(:last-child) {
  margin-bottom: 1rem;
}

.columns-2__item-content ol {
  padding-left: 1.5rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.columns-2__item-content ol li {
  color: var(--color-secondary);
}

.columns-2__item-content ol:not(:last-child) {
  margin-bottom: 1rem;
}

.columns-2-default .columns-2__item-desc {
  margin: 0 0 1rem;
}

@media (max-width: 1199.98px) {
  .columns-2-default .columns-2__item {
    text-align: center;
  }
}
.columns-2-default .columns-2__item__button {
  display: table;
}

@media (max-width: 1199.98px) {
  .columns-2-default .columns-2__item__button {
    margin: 0 auto;
  }
}
.columns-2-default .columns-2__item__button .dandy-button {
  color: #fff;
}

.columns-2-overlay .columns-2__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--block-border-radius);
}

.columns-2-overlay .columns-2__item .dandy-button {
  color: var(--color-primary);
  background: #fff;
}

.columns-2-overlay .columns-2__item .dandy-button:hover {
  background: #f9f9f9;
}

.columns-2-overlay .columns-2__item-img {
  margin: 0;
}

.columns-2-overlay .columns-2__item-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  z-index: 2;
}

.columns-2-overlay .columns-2__item:has(.columns-2__item-title) .columns-2__item-content {
  background: rgba(0, 0, 0, 0.3);
}

.columns-2-overlay .columns-2__item-title {
  margin: auto 0 !important;
  color: #fff;
  font-size: 3rem;
}

.columns-2-overlay .columns-2__item:has(.columns-2__item-title) .columns-2__item__button .dandy-button {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}

.columns-2-overlay .columns-2__item:has(.columns-2__item-title) .columns-2__item__button .dandy-button:hover {
  background: #fff;
  color: var(--color-primary);
}

.benefits {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .benefits {
    padding: 3.75rem 0;
  }
}
.benefits__grid {
  border-radius: var(--block-border-radius);
  padding: 1.875rem 1.25rem;
}

@media (min-width: 1200px) {
  .benefits__grid {
    padding: 4.375rem 5.5rem;
  }
}
.benefits__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .benefits__title {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .benefits__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .benefits__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    font-size: 40px;
  }
}
.benefits__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.benefits__desc:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .benefits__desc:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.benefits__items-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 1200px) {
  .benefits__items-grid {
    grid-template-columns: repeat(var(--grid-columns, 3), minmax(0, 1fr));
    gap: 4.25rem;
    margin-top: 3.75rem;
  }
}
.benefits__items-grid .benefits__item {
  display: flex;
}

.benefits__items-grid .benefits__item-img {
  flex: 1 0 auto;
  padding-right: 10px;
}

.benefits__items-grid .benefits__item-info {
  flex: 1 1 auto;
  width: 100%;
}

.benefits__item-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .benefits__item-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .benefits__item-title {
    margin-bottom: 1rem;
  }
}
.benefits__item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
} /*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 0px;
}

.flickity-prev-next-button.next {
  right: 0px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.fancybox-toolbar {
  opacity: 1 !important;
  color: #fff !important;
}

.fancybox-toolbar * {
  color: #fff !important;
}

.fancybox-toolbar svg {
  fill: #fff;
}

.fancybox-infobar {
  opacity: 1 !important;
  color: #fff !important;
  font-size: 1rem !important;
}

.fancybox-infobar span {
  color: #fff;
  font-size: 1rem;
}

.fancybox-infobar svg {
  fill: #fff;
}

.fancybox-caption__body {
  font-size: 1rem;
  color: #fff;
}

.fancybox-caption {
  background: none !important;
}

.fancybox-navigation * {
  color: #fff;
}

.fancybox-navigation svg {
  fill: #fff;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
  bottom: 100px !important;
}

body:has(#wpadminbar) .fancybox-show-thumbs .fancybox-inner {
  top: 32px !important;
}

.fancybox-thumbs {
  left: 0;
  width: 100% !important;
  top: initial !important;
  justify-content: center;
  background: none !important;
  padding: 10px !important;
  gap: 14px;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: flex !important;
}

@media (max-width: 1199.98px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
  }
  .fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list a {
    min-width: 90px;
  }
}
.fancybox-thumbs__list a:before {
  border: 3px solid #158915 !important;
}

.quote-slider .flickity-prev-next-button {
  transform: none;
}

.quote-slider__header {
  text-align: center;
  margin-bottom: 2.75rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .quote-slider__header {
    margin-bottom: 4.25rem;
  }
}
.quote-slider__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .quote-slider__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .quote-slider__title {
    font-size: 3.5rem;
  }
}
.quote-slider__desc {
  margin-top: 0.75rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

@media (min-width: 1200px) {
  .quote-slider__desc {
    margin-top: 1.5rem;
  }
}
.quote-slider__element:not(.flickity-enabled) .quote-slider__item:nth-child(n + 2) {
  display: none;
}

.quote-slider-type-image .quote-slider__element .quote-slider__item {
  grid-template-columns: initial !important;
  padding: 0;
  gap: 0;
  width: 48%;
}

.quote-slider-type-image .quote-slider__element .quote-slider__item-img {
  width: 100%;
}

.quote-slider[class*="border-scheme"] .quote-slider__element {
  padding: 0 6.875rem;
}

@media (max-width: 991.98px) {
  .quote-slider[class*="border-scheme"] .quote-slider__element {
    padding: 0;
  }
}
.quote-slider[class*="border-scheme"] .quote-slider__element .flickity-viewport {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.625rem;
}

.quote-slider[class*="border-scheme"].border-scheme_green .flickity-viewport {
  border-color: var(--color-accent);
}

.quote-slider[class*="border-scheme"].border-scheme_teal .flickity-viewport {
  border-color: #003a30;
}

.quote-slider[class*="border-scheme"].border-scheme_light-green .flickity-viewport {
  border-color: #c5f1c5;
}

.quote-slider[class*="border-scheme"].border-scheme_blue .flickity-viewport {
  border-color: #5f9bf3;
}

.quote-slider[class*="border-scheme"].border-scheme_blue-border .flickity-viewport {
  border-color: #5f9bf3;
}

.quote-slider[class*="border-scheme"].border-scheme_light-blue .flickity-viewport {
  border-color: #c9dcf9;
}

.quote-slider[class*="border-scheme"].border-scheme_maroon .flickity-viewport {
  border-color: #8f184b;
}

.quote-slider[class*="border-scheme"].border-scheme_light-maroon .flickity-viewport {
  border-color: #f9daf1;
}

.quote-slider[class*="border-scheme"].border-scheme_tan .flickity-viewport {
  border-color: #fdfcfa;
}

.quote-slider[class*="border-scheme"].border-scheme_dark-tan .flickity-viewport {
  border-color: #eceae6;
}

.quote-slider[class*="border-scheme"].border-scheme_gray .flickity-viewport {
  border-color: #7e7c78;
}

.quote-slider__item {
  display: flex;
  width: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .quote-slider__item {
    padding: 1rem;
    display: block;
  }
}
div.quote-slider__item {
  pointer-events: none;
}

.quote-slider__item-img {
  display: block;
  overflow: hidden;
  flex: none;
  width: 50%;
}

.quote-slider__item-img img {
  max-width: 340px;
  object-fit: cover;
  display: block;
  border-radius: var(--block-border-radius);
  width: 100%;
  height: 100%;
  min-height: 1px;
}

@media (max-width: 991.98px) {
  .quote-slider__item-img {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .quote-slider__item-img img {
    max-width: 100%;
  }
}
.quote-slider__item-content::before {
  content: "“";
  display: block;
  font-family: "OpenSans";
  font-size: 80px;
  line-height: 0.4;
  padding-top: 0.875rem;
}

@media (min-width: 1200px) {
  .quote-slider__item-content {
    padding-bottom: 1.25rem;
  }
}
.quote-slider__item-content-text {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .quote-slider__item-content-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .quote-slider__item-content-text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .quote-slider__item-content-text {
    font-size: 1.375rem;
  }
}
.quote-slider__item-content-meta {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
}

.quote-slider__item-content-caption {
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem 0 0;
}

.quote-slider__item-content-meta-item_secondary {
  color: #a7a6a1;
}

.quote-slider__button {
  display: flex;
  margin-top: 5.25rem;
  justify-content: center;
}

@media (min-width: 1200px) {
  .quote-slider__button {
    margin-top: 3.75rem;
  }
}
@media (max-width: 1199.98px) {
  .quote-slider__element {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.quote-slider__element .flickity-page-dots {
  bottom: -40px;
}

@media (max-width: 1199.98px) {
  .quote-slider__element .flickity-page-dots {
    bottom: 0 !important;
  }
}
.quote-slider__element .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  transition: all 0.2s linear;
  background: #a7a6a1;
  margin-right: 4px;
  margin-left: 4px;
}

.quote-slider__element .flickity-page-dots .dot.is-selected {
  width: 10px;
  background: #003a30;
}

.quote-slider__element .flickity-button {
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-border);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none !important;
}

@media (min-width: 1200px) {
  .quote-slider__element .flickity-button {
    display: block !important;
  }
}
.quote-slider__element .flickity-button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.107398 2.22613L8.05362 9.93391L9.83635 8.1647L1.94116 0.429534C1.94116 0.429534 3.72134 -1.31456 0.107398 2.22613Z' fill='%23003A30'/%3E%3Cpath d='M1.94116 16L9.83635 8.1647L7.9479 6.31452C0.664113 13.4507 9.56247 4.72955 5.62573 8.58649C3.96381 10.2147 0 14.0982 0 14.0982L1.94116 16Z' fill='%23003A30'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.quote-slider__element .flickity-button svg {
  display: none;
}

.quote-slider__element .flickity-button.previous {
  transform: rotate(180deg);
}

.quote-slider-type-quote .quote-slider__element .flickity-page-dots {
  bottom: -40px;
}

@media (min-width: 1200px) {
  .quote-slider-type-quote .quote-slider__element .flickity-page-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: auto;
  }
}
.quote-slider-type-image .quote-slider__title {
  font-size: 2.75rem;
}

@media (min-width: 1200px) {
  .quote-slider-type-image .quote-slider__title {
    font-size: 3.25rem;
  }
}
.quote-slider-type-image .quote-slider__element:not(.flickity-enabled) {
  display: flex;
  justify-content: center;
}

.quote-slider-type-image .quote-slider__element .flickity-page-dots {
  bottom: -40px;
}

@media (min-width: 1200px) {
  .quote-slider-type-image .quote-slider__element .flickity-page-dots {
    bottom: -40px;
  }
}
.quote-slider-type-image .quote-slider__item {
  grid-template-columns: minmax(0, 1fr);
  margin: 0 10px;
  display: grid;
  gap: 1.25rem;
  width: 100%;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .quote-slider-type-image .quote-slider__item {
    grid-template-columns: minmax(0, 448px) minmax(0, 376px);
    gap: 3rem;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .quote-slider-type-image .quote-slider__item {
    width: 50%;
  }
}
.quote-slider-type-image .quote-slider__item .quote-slider__item-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  border-radius: 10px;
}

.big-text {
  padding: 5.625rem 0;
}

@media (min-width: 1200px) {
  .big-text {
    padding: 8.75rem 0;
  }
}
.big-text__item {
  text-align: center;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .big-text__item {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .big-text__item {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .big-text__item {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .big-text__item {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .big-text__item {
    font-size: 3rem;
  }
}
.smart-cards {
  padding: 2.5rem 0;
  counter-reset: section;
}

@media (min-width: 1200px) {
  .smart-cards {
    padding: 3.75rem 0;
  }
}
.smart-cards__header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .smart-cards__header {
    margin-bottom: 5rem;
  }
}
.smart-cards__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .smart-cards__title {
    font-size: 3.5rem;
  }
}
.smart-cards__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  margin-top: 0.75rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .smart-cards__desc {
    margin-top: 1.875rem;
  }
}
.smart-cards__grid {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .smart-cards__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.smart-cards__item {
  user-select: none;
  transform-style: preserve-3d;
}

@media (any-hover: hover) {
  .smart-cards__item:hover .smart-cards__item-grid {
    transform: perspective(2000px) rotateY(180deg);
  }
  .smart-cards__item:hover .smart-cards__item-grid .smart-cards__item-front {
    z-index: -5;
    opacity: 0;
  }
  .smart-cards__item:hover .smart-cards__item-grid .smart-cards__item-back {
    z-index: 5;
    opacity: 1;
  }
}
.smart-cards__item.active .smart-cards__item-grid {
  transform: perspective(2000px) rotateY(180deg);
}

.smart-cards__item.active .smart-cards__item-grid .smart-cards__item-front {
  z-index: -5;
}

.smart-cards__item.active .smart-cards__item-grid .smart-cards__item-back {
  z-index: 5;
  opacity: 1;
}

@media (min-width: 1200px) {
  .smart-cards__item {
    min-height: 200px;
  }
}
.smart-cards__item-grid {
  transition: all 0.3s linear;
  display: grid;
  height: 100%;
}

.smart-cards-visible-numbers .smart-cards__item-grid {
  grid-template-rows: auto 1fr auto;
}

.smart-cards-visible-icons .smart-cards__item-grid {
  grid-template-rows: auto 1fr auto;
}

.smart-cards__item-front {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 5;
  border-radius: var(--block-border-radius);
  padding: 1.25rem;
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr auto;
  min-height: 100%;
  transition: all 0.3s linear;
}

.smart-cards__item-back {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: -5;
  border-radius: var(--block-border-radius);
  padding: 1.25rem;
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr auto;
  min-height: 100%;
  transform: perspective(2000px) rotateY(180deg);
  transition: all 0.3s linear;
  opacity: 0;
}

.smart-cards-visible-numbers .smart-cards__item-front::before {
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  margin-bottom: 2rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  grid-row: 1/2;
}

.smart-cards-visible-numbers .smart-cards__item-back::before {
  content: "0" counter(section);
  display: block;
  margin-bottom: 2rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  grid-row: 1/2;
}

.smart-cards__item-icon {
  display: block;
  margin-bottom: 2rem;
  grid-row: 1/2;
  width: 2.125rem;
  height: 2.125rem;
  position: relative;
}

.smart-cards__item-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.smart-cards__item-icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
}

.smart-cards__item-title {
  grid-row: 1/2;
  grid-column: 1/-1;
  margin-top: auto;
  transition: var(--transition-base);
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
}

.smart-cards-visible-numbers .smart-cards__item-title {
  grid-row: 2/3;
}

.smart-cards-visible-icons .smart-cards__item-title {
  grid-row: 2/3;
}

@media (min-width: 992px) {
  .smart-cards__item-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .smart-cards__item-title {
    font-size: 2rem;
  }
}
.smart-cards__item-desc {
  grid-row: 1/2;
  grid-column: 1/-1;
  transition: var(--transition-base);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: auto;
}

.smart-cards-visible-numbers .smart-cards__item-desc {
  grid-row: 2/3;
}

.smart-cards-visible-icons .smart-cards__item-desc {
  grid-row: 2/3;
}

.smart-cards__item-button {
  margin-right: auto;
  margin-top: 1.25rem;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  display: flex;
}

.smart-cards__item-button-icon {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 0.625rem;
  transition: var(--transition-base);
}

.smart-cards__item-button-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: var(--transition-base);
}

.smart-cards__item-back .smart-cards__item-button-icon::before {
  display: none;
}

.smart-cards__item-button-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: var(--transition-base);
}

.smart-cards__item-button-text {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.get-started-extra {
  padding: 2.5rem 0 5rem;
}

@media (min-width: 1200px) {
  .get-started-extra {
    padding: 3.75rem 0;
  }
}
.get-started-extra___desc h2 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.05;
  margin-bottom: 2rem;
}

.get-started-extra___desc h3 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .get-started-extra___desc h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .get-started-extra___desc h3 {
    font-size: 3rem;
  }
}
.get-started-extra___desc h4 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.186;
  text-decoration: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .get-started-extra___desc h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .get-started-extra___desc h4 {
    font-size: 2rem;
  }
}
.get-started-extra___desc p ~ h2 {
  margin-top: 4rem;
}

.get-started-extra .subscribe__form {
  padding: 1.875rem 1.25rem;
  border-radius: var(--block-border-radius);
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .get-started-extra .subscribe__form {
    padding: 50px 40px 50px 16px;
  }
}
.get-started-extra .subscribe__form form {
  width: 100% !important;
}

.get-started-extra .subscribe__form .mktoFormCol {
  display: grid;
  width: 100%;
}

.get-started-extra .subscribe__form .mktoOffset {
  display: none;
}

@media (min-width: 1200px) {
  .get-started-extra .subscribe__form .mktoFormRow {
    float: left;
    width: calc(50% - 24px);
    clear: none !important;
    margin-left: 24px;
  }
}
.get-started-extra .subscribe__form .mktoButtonWrap {
  display: block;
  margin: 0 !important;
}

.get-started-extra .subscribe__form .mktoFieldWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 1.375rem;
}

.get-started-extra .subscribe__form .mktoFieldWrap label {
  width: 100% !important;
  display: inline;
  margin: 0 0 8px !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  color: #003a30;
  padding: 0 !important;
  font-weight: 600 !important;
}

.get-started-extra .subscribe__form .mktoFieldWrap input {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.get-started-extra .subscribe__form .mktoFieldWrap select {
  width: 100% !important;
  background: #fff !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMDAzQTMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+") !important;
  background-position: calc(100% - 16px) 50% !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.get-started-extra .subscribe__form .mktoGutter {
  display: none;
}

.get-started-extra .subscribe__form .mktoAsterix {
  display: none !important;
}

.get-started-extra .subscribe__form button {
  background: #158915 !important;
  color: var(--color-button) !important;
  transition: var(--transition-base) !important;
  border-radius: var(--item-border-radius) !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  width: 100% !important;
  font-weight: 600 !important;
}

.get-started-extra .subscribe__form button:hover {
  background: var(--color-button-background_hover) !important;
}

.get-started-extra .subscribe__form button:focus {
  background: var(--color-button-background_focus) !important;
}

.get-started-extra .subscribe__form button:disabled {
  color: var(--color-button_disabled) !important;
  background: var(--color-button-background_disabled) !important;
}

.get-started-extra .subscribe__form button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.get-started-extra .subscribe__form button_secondary {
  background: #158915;
}

.get-started-extra .subscribe__form .mktoButtonRow {
  width: 100%;
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  .get-started-extra .subscribe__form .mktoButtonRow {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
.get-started-extra .subscribe__form .forms-legal-text {
  padding-left: 10px;
}

@media screen and (min-width: 481px) {
  .get-started-extra .subscribe__form .forms-legal-text {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .get-started-extra .subscribe__form .forms-legal-text {
    padding-left: 24px;
  }
}
.get-started-extra__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .get-started-extra__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .get-started-extra__title {
    font-size: 3rem;
  }
}
.get-started-extra__grid {
  display: grid;
  gap: 2.5rem;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .get-started-extra__grid {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-end;
    gap: 1.25rem;
  }
}
.get-started-extra__content p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: var(--color-secondary);
}

.get-started-extra__content ul {
  padding-left: 25px;
}

.get-started-extra__content ul li {
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

.get-started-extra__content ol {
  padding-left: 25px;
}

.get-started-extra__content ol li {
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .get-started-extra__content {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.get-started__speakers {
  margin-top: 2.5rem;
}

@media (min-width: 1200px) {
  .get-started__speakers {
    margin-right: -5.5rem;
  }
}
.get-started__speakers-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

.get-started__speakers-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .get-started__speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.get-started__speakers-item {
  display: grid;
  grid-template-columns: minmax(0, 76px) minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
}

.get-started__speakers-item-img {
  width: 76px;
  height: 76px;
  position: relative;
  align-self: flex-start;
}

.get-started__speakers-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

.get-started__speakers-item-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0.375rem;
  color: var(--color-accent);
}

.get-started__speakers-item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
}

.get-started__partners {
  margin-top: 2.5rem;
}

@media (min-width: 1200px) {
  .get-started__partners {
    margin-right: -5.5rem;
  }
}
.get-started__partners-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

.get-started__partners-grid {
  display: grid;
  grid-template-columns: minmax(0, 147px);
  gap: 2.5rem;
}

@media (min-width: 1200px) {
  .get-started__partners-grid {
    grid-template-columns: repeat(auto-fill, minmax(0, 110px));
  }
}
.get-started__speakers-item-modal {
  display: block;
  position: fixed;
  left: 0;
  top: var(--cs-adminmbar-offset);
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
}

.get-started__speakers-item-modal.active {
  opacity: 1;
  visibility: visible;
}

.get-started__speakers-item-modal::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

.get-started__speakers-item-bio {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  display: inline-block;
}

.get-started__speakers-item-bio:hover {
  text-decoration: none;
}

.get-started__speakers-item-modal-backing {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}

.get-started__speakers-item-modal-content {
  max-width: 768px;
  display: inline-block;
  vertical-align: middle;
  background: var(--color-scheme-background);
  border-radius: var(--block-border-radius);
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.get-started__speakers-item-modal-content-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .get-started__speakers-item-modal-content-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.get-started__speakers-item-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--color-button-background);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: none;
  opacity: 0.8;
  transition: var(--transition-base);
  z-index: 1;
}

.get-started__speakers-item-modal-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.get-started__speakers-item-modal-close::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: var(--color-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.get-started__speakers-item-modal-close::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: var(--color-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.get-started__speakers-item-modal-info {
  text-align: left;
  padding: 1.5rem;
}

.get-started__speakers-item-modal-name {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .get-started__speakers-item-modal-name {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .get-started__speakers-item-modal-name {
    font-size: 3rem;
  }
}
.get-started__speakers-item-modal-status {
  margin-bottom: 1rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

.get-started__speakers-item-modal-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

.get-started__speakers-item-modal-image {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .get-started__speakers-item-modal-image {
    min-height: 300px;
  }
}
.get-started__speakers-item-modal-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .get-started__speakers-item-modal-image img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.featured-quote {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .featured-quote {
    padding: 3.75rem 0;
  }
}
.featured-quote__item {
  padding: 2.5rem 2rem 2rem;
  border-radius: var(--block-border-radius);
  text-align: center;
  display: grid;
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}

@media (min-width: 1200px) {
  .featured-quote__item {
    padding: 2.5rem 2.5rem 1.5rem;
  }
}
.featured-quote__item p {
  margin-bottom: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
}

.featured-quote__item::before {
  content: "“";
  display: block;
  font-family: "OpenSans";
  font-size: 100px;
  line-height: 0.4;
  padding-top: 0.875rem;
}

.featured-quote__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0.875rem;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.featured-quote__meta-item {
  color: var(--color-primary);
  margin: 0 0.15rem;
}

.featured-quote__meta-item_secondary {
  color: var(--color-secondary);
}

.compose-accordion {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .compose-accordion {
    padding: 3.75rem 0;
  }
}
.compose-accordion __button-title {
  display: none;
}

.compose-accordion .accordion__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 992px) {
  .compose-accordion .accordion__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .compose-accordion .accordion__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .compose-accordion .accordion__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .compose-accordion .accordion__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .compose-accordion .accordion__title {
    font-size: 3.5rem;
  }
}
.compose-accordion .accordion__button-icon {
  width: 1.875rem;
  height: 1.875rem;
  opacity: 0.2;
}

@media (min-width: 1200px) {
  .compose-accordion .accordion__button-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.compose-accordion .active .accordion__button-icon {
  opacity: 1;
}

.compose-accordion__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .compose-accordion__header {
    margin-bottom: 5.25rem;
  }
}
.compose-accordion__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  line-height: 1;
}

@media (min-width: 992px) {
  .compose-accordion__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .compose-accordion__title {
    line-height: 1;
  }
}
.compose-accordion__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  color: var(--color-secondary);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .compose-accordion__desc {
    margin-top: 1.875rem;
  }
}
.compose-accordion__container {
  padding: 2rem 1.25rem 1.25rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .compose-accordion__container {
    padding: 3.375rem 3.125rem;
  }
}
@media (min-width: 1200px) {
  .compose-accordion__content-columns {
    display: flex;
    flex-wrap: wrap;
  }
}
.compose-accordion__content-columns-item {
  padding-bottom: 1.5rem;
}

.compose-accordion__content-columns-item:not(:first-child) {
  border-top: 1px solid var(--color-border);
  padding-top: 1.5rem;
}

@media (min-width: 1200px) {
  .compose-accordion__content-columns-item:not(:first-child) {
    border: none;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .compose-accordion__content-columns-item {
    flex: 0 0 1;
    max-width: 312px;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
  .compose-accordion__content-columns-item:nth-child(n + 1) {
    padding-right: 3rem;
    margin-right: 3rem;
    border-right: 1px solid var(--color-border);
  }
  .compose-accordion__content-columns-item:nth-child(2n + 2) {
    padding-right: 3rem;
    margin-right: 3rem;
    border-right: 1px solid var(--color-border);
  }
  .compose-accordion__content-columns-item:nth-child(3n + 3) {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
.compose-accordion__content-columns-item-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.compose-accordion__content-columns-item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

.compose-accordion__content-steps {
  margin-top: 2rem;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: minmax(0, 1fr);
  counter-reset: section;
}

@media (min-width: 1200px) {
  .compose-accordion__content-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 0;
  }
}
.compose-accordion__content-steps-item {
  background: #fff;
  border-radius: var(--block-border-radius);
  padding: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 34px);
  gap: 0.25rem 1rem;
}

.compose-accordion__content-steps-item::before {
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
}

@media (min-width: 1200px) {
  .compose-accordion__content-steps-item::before {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1200px) {
  .compose-accordion__content-steps-item {
    gap: 0;
    display: flex;
    flex-direction: column;
  }
}
.compose-accordion__content-steps-item-icon {
  grid-row: 1/3;
  grid-column: 2/3;
}

@media (min-width: 1200px) {
  .compose-accordion__content-steps-item-icon {
    grid-row: auto;
    grid-column: auto;
    margin-top: auto;
  }
}
.compose-accordion__content-steps-item-title {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  .compose-accordion__content-steps-item-title {
    grid-row: auto;
    grid-column: auto;
    margin-bottom: 1.5rem;
  }
}
.compose-accordion__content-download {
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .compose-accordion__content-download {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 200px);
    align-items: center;
  }
}
.compose-accordion__content-download-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
}

.compose-accordion__content-download-button {
  display: block;
  max-width: 200px;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .compose-accordion__content-download-button {
    margin: 0;
    width: 100%;
    align-self: flex-start;
  }
}
.search-form {
  display: flex;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.search-form label {
  display: block;
  flex: 1;
  margin-right: 0.5rem;
}

.search-field {
  color: var(--color-button);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border: 1px solid var(--color-border);
  width: 100%;
  color: var(--color-primary);
}

.search-submit {
  background: var(--color-button-background);
  color: var(--color-button);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.search-submit:hover {
  background: var(--color-button-background_hover);
}

.search-submit:focus {
  background: var(--color-button-background_focus);
}

.form-confirm {
  text-align: center;
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}

@media (min-width: 1200px) {
  .form-confirm {
    padding: 0 0 0 24px;
  }
}
.form-confirm__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .form-confirm__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .form-confirm__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .form-confirm__title {
    font-size: 2rem;
  }
}
.form-confirm__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.form-confirm__button {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.custom-form-blog {
  padding: 2.5rem 0 5rem;
}

@media (min-width: 1200px) {
  .custom-form-blog {
    padding: 3.75rem 0;
  }
}
.custom-form-blog .custom-form-blog__form {
  border-radius: var(--block-border-radius);
  display: flex;
  flex-direction: column;
}

.custom-form-blog .custom-form-blog__form form {
  width: 100% !important;
}

.custom-form-blog .custom-form-blog__form .mktoFormCol {
  display: grid !important;
  width: 100% !important;
}

.custom-form-blog .custom-form-blog__form .mktoOffset {
  display: none;
}

@media (min-width: 1200px) {
  .custom-form-blog .custom-form-blog__form .mktoFormRow {
    float: left;
    width: calc(50% - 24px);
    clear: none !important;
    margin-left: 24px;
  }
}
.custom-form-blog .custom-form-blog__form .mktoFieldWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 1.375rem;
}

.custom-form-blog .custom-form-blog__form .mktoFieldWrap label {
  width: 100% !important;
  display: inline;
  margin: 0 0 8px !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 !important;
  font-weight: 600 !important;
}

.custom-form-blog .custom-form-blog__form .mktoFieldWrap input {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.custom-form-blog .custom-form-blog__form .mktoFieldWrap select {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.custom-form-blog .custom-form-blog__form .mktoGutter {
  display: none;
}

.custom-form-blog .custom-form-blog__form .mktoAsterix {
  display: none !important;
}

.custom-form-blog .custom-form-blog__form button {
  background: #158915;
  color: var(--color-button);
  transition: var(--transition-base);
  border-radius: var(--item-border-radius);
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  font-weight: 600 !important;
}

.custom-form-blog .custom-form-blog__form button:hover {
  background: var(--color-button-background_hover);
}

.custom-form-blog .custom-form-blog__form button:focus {
  background: var(--color-button-background_focus);
}

.custom-form-blog .custom-form-blog__form button:disabled {
  color: var(--color-button_disabled);
  background: var(--color-button-background_disabled);
}

.custom-form-blog .custom-form-blog__form button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.custom-form-blog .custom-form-blog__form button_secondary {
  background: #158915;
}

.custom-form-blog .custom-form-blog__form .mktoButtonRow {
  width: 100%;
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  .custom-form-blog .custom-form-blog__form .mktoButtonRow {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
.custom-form-blog[class*="dandy-scheme_"] {
  border-radius: var(--block-border-radius);
}

.custom-form-blog[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form {
  background: rgba(0, 0, 0, 0) !important;
}

.custom-form-blog[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form button {
  background: var(--color-button-background);
  color: var(--color-button);
}

.custom-form-blog[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form button:hover {
  background: var(--color-button-background_hover);
}

.custom-form-blog[class*="dandy-scheme_"]:not(.dandy-scheme_dark-tan) .subscribe__form button:focus {
  background: var(--color-button-background_focus);
}

.custom-form-blog__grid {
  display: grid;
  gap: 2.5rem;
  padding: 1.875rem;
  border-radius: var(--block-border-radius);
}

.custom-form-blog__grid .mktForm {
  padding: 0;
}

@media (min-width: 1200px) {
  .custom-form-blog__grid {
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 3.75rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 640px);
    justify-content: space-between;
  }
}
.container .custom-form-blog__grid {
  max-width: 1144px;
}

.custom-form-blog_hero .custom-form-blog__grid {
  gap: 3.125rem;
}

@media (min-width: 1200px) {
  .custom-form-blog_hero .custom-form-blog__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 648px);
    gap: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .custom-form-blog_hero .custom-form-blog__grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 648px);
    justify-content: flex-end;
    gap: 1.5rem;
  }
}
.container .custom-form-blog_hero .custom-form-blog__grid {
  max-width: 100%;
}

.custom-form-blog_hero .custom-form-blog__grid .custom-form-blog__content {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .custom-form-blog_hero .custom-form-blog__grid .custom-form-blog__content {
    margin-top: 0;
    padding-top: 110px;
  }
}
.custom-form-blog_hero .custom-form-blog__grid .custom-form-blog__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .custom-form-blog_hero .custom-form-blog__grid .custom-form-blog__title {
    font-size: 3.5rem;
  }
}
.custom-form-blog_hero .custom-form-blog__grid .custom-form-blog___desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .custom-form-blog_hero .custom-form-blog__grid .custom-form-blog___desc {
    max-width: 358px;
  }
}
.custom-form-blog__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .custom-form-blog__subtitle {
    margin-bottom: 8rem;
  }
}
.custom-form-blog__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .custom-form-blog__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .custom-form-blog__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .custom-form-blog__title {
    margin-bottom: 1.5rem;
  }
}
.custom-form-blog___desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .custom-form-blog___desc {
    margin-bottom: 2.5rem;
  }
}
.timer {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .timer {
    padding: 3.75rem 0;
  }
}
.timer .timer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1200px) {
  .timer .timer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.timer .timer__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

@media (min-width: 992px) {
  .timer .timer__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .timer .timer__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .timer .timer__title {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1;
    text-align: center;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .timer .timer__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .timer .timer__title {
    font-size: 3.5rem;
  }
}
.timer .timer__element {
  display: flex;
  width: 100%;
  border-radius: var(--block-border-radius);
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 1200px) {
  .timer .timer__element {
    padding: 1.5rem;
  }
}
.timer .timer__element-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer .timer__element-value {
  display: block;
  text-align: center;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  color: var(--color-scheme-background);
  margin-bottom: 0.1em;
}

@media (min-width: 992px) {
  .timer .timer__element-value {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .timer .timer__element-value {
    font-size: 3.5rem;
  }
}
.timer .timer__element-title {
  display: block;
  text-align: center;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.timer .timer__element-separator {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.timer .timer__element-separator::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid var(--color-scheme-background);
  border-radius: 50%;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .timer .timer__element-separator::before {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }
}
.timer .timer__element-separator::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid var(--color-scheme-background);
  border-radius: 50%;
}

.agenda {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .agenda {
    padding: 3.75rem 0;
  }
}
.agenda .accordion__header {
  align-items: flex-start;
}

.agenda .accordion__button {
  margin-top: 0.2em;
}

.agenda .agenda__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1200px) {
  .agenda .agenda__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 672px);
  }
}
.agenda .agenda__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.agenda .agenda__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

@media (min-width: 992px) {
  .agenda .agenda__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .agenda .agenda__title {
    font-size: 3rem;
  }
}
.agenda .agenda__important {
  color: #5f9bf3;
}

.agenda .important-scheme_green .agenda__important {
  color: #158915;
}

.agenda .important-scheme_teal .agenda__important {
  color: #003a30;
}

.agenda .important-scheme_light-green .agenda__important {
  color: #c5f1c5;
}

.agenda .important-scheme_blue .agenda__important {
  color: #5f9bf3;
}

.agenda .important-scheme_blue-border .agenda__important {
  color: #5f9bf3;
}

.agenda .important-scheme_light-blue .agenda__important {
  color: #c9dcf9;
}

.agenda .important-scheme_maroon .agenda__important {
  color: #8f184b;
}

.agenda .important-scheme_light-maroon .agenda__important {
  color: #f9daf1;
}

.agenda .important-scheme_tan .agenda__important {
  color: #fdfcfa;
}

.agenda .important-scheme_dark-tan .agenda__important {
  color: #eceae6;
}

.agenda .important-scheme_gray .agenda__important {
  color: #7e7c78;
}

.agenda .agenda__authors {
  margin-top: 2rem;
}

.agenda .agenda__authors-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.125rem;
}

.agenda .agenda__authors-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

@media (min-width: 1200px) {
  .agenda .agenda__authors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.agenda .agenda__authors-item {
  display: grid;
  grid-template-columns: minmax(0, 76px) minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
}

.agenda .agenda__authors-item-img {
  width: 76px;
  height: 76px;
  position: relative;
  border-radius: var(--block-border-radius);
  overflow: hidden;
}

.agenda .agenda__authors-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.agenda .agenda__authors-item-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0.375rem;
  color: var(--color-accent);
}

.agenda .agenda__authors-item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  .agenda .agenda__content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.agenda .agenda__content-wrapper p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.agenda .agenda__content-wrapper p:not(:last-child) {
  margin-bottom: 1rem;
}

.agenda .agenda__content-wrapper ul {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
}

.agenda .agenda__content-wrapper ul:not(:last-child) {
  margin-bottom: 1rem;
}

.agenda .agenda__content-wrapper ol {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
}

.agenda .agenda__content-wrapper ol:not(:last-child) {
  margin-bottom: 1rem;
}

.cta {
  padding: 2.5rem 0;
  counter-reset: section;
  text-align: center;
}

@media (min-width: 1200px) {
  .cta {
    padding: 3.75rem 0;
  }
}
.cta__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 2rem;
}

.cta__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .cta__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .cta__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cta__title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cta__button {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 992px) {
  .cta__button {
    display: flex;
    justify-content: center;
  }
}
.video {
  padding: 2.5rem 0;
}

@media (min-width: 1200px) {
  .video {
    padding: 3.75rem 0;
  }
}
.video__button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

@media (max-width: 1399.98px) {
  .video__button {
    margin-top: 2.5rem;
  }
}
.video__button .dandy-button {
  height: 56px;
  padding: 0 1.5rem;
  font-size: 0.875rem;
}

.video__header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .video__header {
    margin-bottom: 5rem;
  }
}
.video__title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .video__title {
    font-size: 2.5rem;
  }
}
.video__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  margin-top: 0.75rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .video__desc {
    margin-top: 1.875rem;
  }
}
.video__card {
  position: relative;
  overflow: hidden;
  border-radius: var(--block-border-radius);
  height: 320px;
  grid-column: 1/-1;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .video__card {
    height: 360px;
  }
}
.video__card .video__card__overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}

.video__card:hover .video__card-button {
  transform: scale(1.1);
}

.video__card-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video__card-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.video__card-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: var(--transition-base);
  z-index: 3;
}

.video__card-button svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .video__card-button {
    width: 100px;
    height: 100px;
  }
}
.notivication {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 11;
  padding: 1rem 0;
}

.notivication_bottom {
  bottom: 0;
  top: auto;
}

.notivication__grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.notivication__desc {
  flex: 1;
  text-align: center;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
}

.dandy-popup .dandy-popup-wrap {
  border-radius: var(--block-border-radius);
}

.dandy-popup .dandy-popup-wrap.dandy-scheme_teal,
.dandy-popup .dandy-calculator .dandy-calculator-panel-results .dandy-popup-wrap.result-footer,
.dandy-calculator .dandy-calculator-panel-results .dandy-popup .dandy-popup-wrap.result-footer,
.dandy-popup .post-card_article:hover .dandy-popup-wrap.post-card__inner.post-card__inner-featured,
.post-card_article:hover .dandy-popup .dandy-popup-wrap.post-card__inner.post-card__inner-featured,
.dandy-popup .footer__social .dandy-popup-wrap.social,
.footer__social .dandy-popup .dandy-popup-wrap.social {
  --color-button-background: #158915;
  --color-button: #fff;
  --color-button-background_hover: #26584f;
  --color-button-background_focus: #26584f;
}

.dandy-popup .dandy-popup-close {
  position: absolute;
  border: 1px solid var(--color-scheme-background);
  background: var(--color-button-background);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  opacity: 0.8;
  transition: var(--transition-base);
  z-index: 1;
}

.dandy-popup .dandy-popup-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.dandy-popup .dandy-popup-close::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: var(--color-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.dandy-popup .dandy-popup-close::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: var(--color-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .dandy-popup.dandy-popup-type-content.dandy-preview-image-left .dandy-popup-thumbnail {
    flex: 1 0 40%;
  }
  .dandy-popup.dandy-popup-type-content.dandy-preview-image-left .dandy-popup-content {
    flex: 1 0 60%;
  }
  .dandy-popup.dandy-popup-type-content.dandy-preview-image-right .dandy-popup-content {
    flex: 1 0 40%;
  }
  .dandy-popup.dandy-popup-type-content.dandy-preview-image-right .dandy-popup-thumbnail {
    flex: 1 0 60%;
  }
}
@media (min-width: 720px) {
  .dandy-popup.dandy-popup-type-content.dandy-preview-image-top .dandy-popup-thumbnail img,
  .dandy-popup.dandy-popup-type-content.dandy-preview-image-bottom .dandy-popup-thumbnail img {
    max-height: 40vh;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 719.98px) {
  .dandy-popup.dandy-popup-type-content {
    max-width: calc(100vw - 2.5rem);
    max-height: calc(100vh - 2.5rem);
  }
}
.dandy-popup.dandy-popup-type-notification-box .dandy-popup-outer {
  padding: 40px;
}

.dandy-popup.dandy-popup-type-content .dandy-popup-close,
.dandy-popup.dandy-popup-type-notification-box .dandy-popup-close {
  right: 10px;
  top: 10px;
}

.dandy-popup.dandy-popup-type-content.dandy-preview-image-top .dandy-popup-close,
.dandy-popup.dandy-popup-type-content.dandy-preview-image-right .dandy-popup-close {
  border: none;
}

.dandy-popup.dandy-popup-type-notification-bar .dandy-popup-wrap {
  border-radius: 0;
}

@media (max-width: 720px) {
  .dandy-popup.dandy-popup-type-notification-bar .dandy-popup-outer {
    flex-direction: column;
  }
}
@media (min-width: 720px) {
  .dandy-popup.dandy-popup-type-notification-bar .dandy-popup-outer {
    display: grid;
    grid-template-columns: calc(100% - 240px) 200px;
    gap: 40px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }
}
.dandy-popup.dandy-popup-type-notification-bar .dandy-popup-text {
  font-size: 14px;
  text-decoration: underline;
  padding-right: 0;
  text-align: center;
}

@media (min-width: 720px) {
  .dandy-popup.dandy-popup-type-notification-bar .dandy-popup-text {
    font-size: 20px;
    text-decoration: none;
    text-align: left;
  }
}
@media (max-width: 720px) {
  .dandy-popup.dandy-popup-type-notification-bar .dandy-popup-button {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: calc(100% - 60px);
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 720px) {
  .dandy-popup.dandy-popup-type-notification-bar .dandy-popup-close:hover {
    transform: translateY(-50%) scale(1.1);
  }
}
.dandy-popup-type-box .dandy-scheme_teal .dandy-button:not(:hover),
.dandy-popup-type-box .dandy-calculator .dandy-calculator-panel-results .result-footer .dandy-button:not(:hover),
.dandy-calculator .dandy-calculator-panel-results .dandy-popup-type-box .result-footer .dandy-button:not(:hover),
.dandy-popup-type-box .post-card_article:hover .post-card__inner.post-card__inner-featured .dandy-button:not(:hover),
.post-card_article:hover .dandy-popup-type-box .post-card__inner.post-card__inner-featured .dandy-button:not(:hover),
.dandy-popup-type-box .footer__social .social .dandy-button:not(:hover),
.footer__social .dandy-popup-type-box .social .dandy-button:not(:hover) {
  background: #fff;
  color: #003a30;
}

.dandy-popup-type-box .dandy-scheme_teal .dandy-button:hover,
.dandy-popup-type-box .dandy-calculator .dandy-calculator-panel-results .result-footer .dandy-button:hover,
.dandy-calculator .dandy-calculator-panel-results .dandy-popup-type-box .result-footer .dandy-button:hover,
.dandy-popup-type-box .post-card_article:hover .post-card__inner.post-card__inner-featured .dandy-button:hover,
.post-card_article:hover .dandy-popup-type-box .post-card__inner.post-card__inner-featured .dandy-button:hover,
.dandy-popup-type-box .footer__social .social .dandy-button:hover,
.footer__social .dandy-popup-type-box .social .dandy-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #003a30;
}

.modal-content {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .modal-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.modal-content_style-2 {
  grid-template-columns: minmax(0, 1fr);
}

.modal-content__form {
  grid-column: 1/-1;
  margin-top: 1rem;
}

.modal-content__form .mktForm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.modal-content__form label {
  display: none;
}

.modal-content__form .mktoGutter {
  display: none;
}

.modal-content__form .mktoOffset {
  display: none;
}

.modal-content__form .mktoFormCol {
  margin: 0 !important;
}

.modal-content__form .mktoButtonWrap {
  width: auto !important;
  margin: 0;
}

.modal-content__form .mktoFormRow:nth-of-type(1) {
  flex: 1;
  display: flex;
}

.modal-content__form .mktoFormRow .mktoFormCol {
  flex: 1;
  display: flex;
}

.modal-content__form .mktoFormRow .mktoFormCol .mktoFieldWrap {
  flex: 1;
}

.modal-content__form input {
  border: none !important;
  padding: 0.5rem 0.5rem !important;
  border-radius: var(--item-border-radius) !important;
  box-shadow: none !important;
  margin-right: -0.5rem !important;
  min-height: 44px;
  max-width: calc(100% + 0.5rem) !important;
  width: calc(100% + 0.5rem) !important;
  color: #000 !important;
}

.modal-content__form button[type="submit"] {
  background: var(--color-button-background) !important;
  color: var(--color-button) !important;
  transition: var(--transition-base) !important;
  border-radius: var(--item-border-radius) !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  box-shadow: none !important;
}

.modal-content__form button[type="submit"]:hover {
  background: var(--color-button-background_hover) !important;
}

.modal-content__form button[type="submit"]:focus {
  background: var(--color-button-background_focus) !important;
}

.modal-content__form .mktoButtonRow {
  display: flex;
  align-items: center;
}

.modal-content__form .mktoButtonWrap.mktoInset {
  margin: 0 !important;
}

.modal-content__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .modal-content__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .modal-content__title {
    font-size: 3rem;
  }
}
.modal-content__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-content__close-wrapper {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.modal-content__close {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.75rem;
}

.modal-content__button {
  grid-column: 1/-1;
  margin-top: 1rem;
}

.seps-form-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-base);
}

.seps-form-modal .seps-form-modal-predata {
  display: none !important;
}

.block-editor-block-list__block .seps-form-modal {
  display: none !important;
}

.seps-form-modal.active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .seps-form-modal {
    padding: 2.5rem 0;
  }
  .seps-form-modal::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
  }
}
@media (max-width: 991.98px) {
  .seps-form-modal {
    padding: 24px 10px;
  }
}
.seps-form-modal input {
  padding: 1rem;
  border-radius: var(--item-border-radius);
  border: 1px solid var(--color-border);
  color: var(--color-primary);
  outline: none;
  height: 56px;
  font-size: 0.875rem;
  font-family: "OpenSans", sans-serif;
  letter-spacing: -0.14px;
}

@media (max-width: 767.98px) {
  .seps-form-modal input {
    font-size: 16px;
    touch-action: manipulation;
    outline: none;
  }
}
.seps-form-modal input:focus {
  border-color: var(--color-primary);
}

.seps-form-modal select {
  padding: 1rem;
  border-radius: var(--item-border-radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #7e7c78;
  height: 56px;
  font-size: 0.875rem;
  outline: none;
  appearance: none !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24vMjQvQ2hldnJvbiBSaWdodCAmIzIyNjsmIzE1NDsmIzE1MzsmIzIzOTsmIzE4NDsmIzE0MzsiPgo8cGF0aCBpZD0iSWNvbiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI5Mjk3IDEwLjcwNzFMNi43MDcxOCA5LjI5MjkxTDExLjAwMDEgMTMuNTg1OEwxNS4yOTMgOS4yOTI5MUwxNi43MDcyIDEwLjcwNzFMMTEuMDAwMSAxNi40MTQyTDUuMjkyOTcgMTAuNzA3MVoiIGZpbGw9IiM3RTdDNzgiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.seps-form-modal select:focus {
  border-color: var(--color-primary);
}

.seps-form-modal .forms-legal-text {
  grid-column: 1/-1;
  text-align: center;
  font-size: 0.875rem;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .seps-form-modal .forms-legal-text {
    max-width: 450px;
  }
}
.seps-form-modal__backing {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s ease-in all;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0);
}

.active .seps-form-modal__backing {
  backdrop-filter: blur(5px);
}

.seps-form-modal__content {
  background: #fff;
  border-radius: 40px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  max-width: 100%;
  display: none;
  padding: 2.625rem 1.75rem 1.5rem;
}

.seps-form-modal__content.active {
  display: block;
}

@media (min-width: 992px) {
  .seps-form-modal__content {
    padding: 4.063rem 3.125rem;
    width: 600px;
    max-width: calc(100% - 30px);
  }
  .seps-form-modal__content.seps-form-modal__content_step-2 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .seps-form-modal-variant-2 .seps-form-modal__content {
    padding: 2rem 4rem;
  }
  .seps-form-modal-variant-2 .seps-form-modal__content.seps-form-modal__content_step-1 {
    padding: 4rem;
  }
  .seps-form-modal__content.seps-form-modal__content_confirm {
    width: 648px;
    padding: 4.375rem 5.5rem;
  }
  .seps-form-modal__content.active {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .seps-form-modal-variant-2 .seps-form-modal__content.seps-form-modal__content_step-2 {
    padding-top: 5rem;
  }
  .seps-form-modal-variant-2 .seps-form-modal__content.seps-form-modal__content_step-3 {
    padding-top: 5rem;
  }
  .seps-form-modal-variant-3 .seps-form-modal__content.seps-form-modal__content_step-2 {
    padding-top: 5rem;
  }
  .seps-form-modal-variant-3 .seps-form-modal__content.seps-form-modal__content_step-3 {
    padding-top: 5rem;
  }
}
.seps-form-modal-phone
  .seps-form-modal__content_step-1
  .seps-form-modal__content-radios-grid
  .radio:first-child
  .radio__label {
  display: flex;
  align-items: center;
}

.seps-form-modal-phone
  .seps-form-modal__content_step-1
  .seps-form-modal__content-radios-grid
  .radio:first-child
  .radio__label
  svg {
  stroke: var(--color-primary);
  stroke-width: 1.4px;
  transition: 0.3s ease-out;
  margin-right: 0.25rem;
}

.seps-form-modal-phone
  .seps-form-modal__content_step-1
  .seps-form-modal__content-radios-grid
  .radio:first-child
  .radio__link:hover
  + .radio__wrapper
  .radio__label
  svg {
  stroke: #fff;
}

@media (min-width: 992px) {
  .seps-form-modal-phone .seps-form-modal__content {
    width: 620px;
  }
}
.seps-form-modal__close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 1.5rem;
  top: 1.5rem;
  background: rgba(0, 0, 0, 0);
  border: none;
}

.seps-form-modal__close svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  fill: var(--color-secondary);
  transition: var(--transition-base);
}

.seps-form-modal__close:hover svg {
  fill: var(--color-primary);
}

@media (max-width: 991.98px) {
  .seps-form-modal-variant-2 .seps-form-modal__close {
    top: 1.5rem;
  }
  .seps-form-modal-variant-3 .seps-form-modal__close {
    top: 1.5rem;
  }
}
.seps-form-modal__content-subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-secondary);
  margin-bottom: 2px;
  letter-spacing: -0.14px;
}

.seps-form-modal-variant-2 .seps-form-modal__content-subtitle {
  text-align: center;
  margin-bottom: 8px;
}

.seps-form-modal__content-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.75rem;
  gap: 12px;
}

.seps-form-modal__content-indicator span {
  border-radius: 50px;
  opacity: 0.2;
  width: 8px;
  height: 8px;
  background: #158915;
  transition: var(--transition-base);
}

.seps-form-modal__content_step-1.active .seps-form-modal__content-indicator span:first-child {
  opacity: 1;
  width: 157px;
}

.seps-form-modal__content_step-2.active .seps-form-modal__content-indicator span:nth-child(1) {
  opacity: 1;
}

.seps-form-modal__content_step-2.active .seps-form-modal__content-indicator span:nth-child(2) {
  opacity: 1;
  width: 157px;
}

.seps-form-modal__content_step-3.active .seps-form-modal__content-indicator span:first-child {
  opacity: 1;
}

.seps-form-modal__content_step-3.active .seps-form-modal__content-indicator span:nth-child(2) {
  opacity: 1;
}

.seps-form-modal__content_step-3.active .seps-form-modal__content-indicator span:nth-child(3) {
  opacity: 1;
  width: 157px;
}

.seps-form-modal__content-title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.seps-form-modal-variant-2 .seps-form-modal__content-title,
.seps-form-modal-variant-3 .seps-form-modal__content-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  .seps-form-modal-variant-2 .seps-form-modal__content-title,
  .seps-form-modal-variant-3 .seps-form-modal__content-title {
    margin-bottom: 1.5rem;
  }
}
.seps-form-modal-variant-3 .seps-form-modal__content_step-1.active .seps-form-modal__content-title {
  margin-bottom: 5rem;
}

@media (max-width: 991.98px) {
  .seps-form-modal-variant-3 .seps-form-modal__content_step-1.active .seps-form-modal__content-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .seps-form-modal__content-title {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.seps-form-modal__content-label {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-right: 80px;
}

.seps-form-modal__content-radios-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seps-form-modal__content-inputs-grid {
  display: grid;
  align-items: flex-start;
  gap: 1rem 0.75rem;
  margin-top: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 992px) {
  .seps-form-modal__content-inputs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.seps-form-modal__content-phone input {
  width: 100%;
}

.seps-form-modal__content-phone .error {
  margin-top: 0.5rem;
  color: red;
  font-size: 0.75rem;
}

.seps-form-modal__content-website input {
  width: 100%;
}

.seps-form-modal__content-website .error {
  margin-top: 0.5rem;
  color: red;
  font-size: 0.75rem;
}

.seps-form-modal__alt-grid {
  display: grid;
  gap: 1.75rem;
  grid-row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .seps-form-modal-variant-2 .seps-form-modal__content_step-2 .seps-form-modal__alt-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.seps-form-modal__input {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
}

.seps-form-modal__sublabel {
  text-align: right;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
}

.seps-form-modal__input .seps-form-modal__sublabel {
  position: absolute;
  top: 0;
  right: 0;
  color: #7e7c78;
}

.seps-form-modal__content-button {
  width: 100%;
  grid-column: 1/-1;
  height: 58px;
  font-size: 0.875rem;
}

.seps-form-modal__alt-grid ~ .seps-form-modal__content-button {
  margin-top: 0.75rem;
}

.seps-form-modal__confirmation {
  text-align: center;
}

.seps-form-modal__confirmation::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='64' height='63' viewBox='0 0 64 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 57.75C39.2487 57.75 45.8112 54.8118 50.5615 50.0615C55.3118 45.3112 58.25 38.7487 58.25 31.5C58.25 24.2513 55.3118 17.6888 50.5615 12.9384C45.8112 8.18814 39.2487 5.25 32 5.25C24.7513 5.25 18.1888 8.18814 13.4384 12.9384C8.68814 17.6888 5.75 24.2513 5.75 31.5C5.75 38.7487 8.68814 45.3112 13.4384 50.0615C18.1888 54.8118 24.7513 57.75 32 57.75Z' fill='white' stroke='%23158915' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M21.5 31.5L29.375 39.375L45.125 23.625' stroke='%23158915' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 1.5rem;
}

.seps-form-modal__confirmation .dandy-button {
  height: 58px;
}

.seps-form-modal__confirmation-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  max-width: 400px;
  margin: 0 auto 0.5rem;
}

@media (max-width: 991.98px) {
  .seps-form-modal__confirmation-title {
    font-size: 1.5rem;
  }
}
.seps-form-modal__confirmation-desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

.seps-form-modal-2 {
  display: block;
  position: fixed;
  left: 0;
  top: var(--cs-adminmbar-offset);
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
}

.block-editor-block-list__block .seps-form-modal-2 {
  display: none !important;
}

.seps-form-modal-2.active {
  opacity: 1;
  visibility: visible;
}

.seps-form-modal-2 .subscribe__form-wrapper .mktForm.mktoForm {
  visibility: inherit;
  opacity: inherit;
}

.seps-form-modal-2::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

.seps-form-modal-2 .subscribe__form {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.25rem;
  border-radius: var(--block-border-radius);
}

@media (min-width: 1200px) {
  .seps-form-modal-2 .subscribe__form {
    padding: 50px 40px 50px 16px;
  }
}
.seps-form-modal-2 .subscribe__form form {
  width: 100% !important;
  padding: 0;
}

.seps-form-modal-2 .subscribe__form .mktoFormCol {
  display: grid !important;
  width: 100% !important;
}

.seps-form-modal-2 .subscribe__form .mktoOffset {
  display: none;
}

@media (min-width: 1200px) {
  .seps-form-modal-2 .subscribe__form .mktoFormRow {
    float: left;
    width: calc(50% - 24px);
    clear: none !important;
    margin-left: 24px;
  }
}
.seps-form-modal-2 .subscribe__form .mktoButtonWrap {
  display: block;
  margin: 0 !important;
}

.seps-form-modal-2 .subscribe__form .mktoFieldWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 1.375rem;
}

.seps-form-modal-2 .subscribe__form .mktoFieldWrap label {
  width: 100% !important;
  display: inline;
  margin: 0 0 8px !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 !important;
  font-weight: 600 !important;
}

.seps-form-modal-2 .subscribe__form .mktoFieldWrap input {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.seps-form-modal-2 .subscribe__form .mktoFieldWrap select {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.seps-form-modal-2 .subscribe__form .mktoGutter {
  display: none;
}

.seps-form-modal-2 .subscribe__form .mktoAsterix {
  display: none !important;
}

.seps-form-modal-2 .subscribe__form button {
  background: #158915 !important;
  color: var(--color-button) !important;
  transition: var(--transition-base) !important;
  border-radius: var(--item-border-radius) !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  width: 100% !important;
  font-weight: 600 !important;
}

.seps-form-modal-2 .subscribe__form button:hover {
  background: var(--color-button-background_hover) !important;
}

.seps-form-modal-2 .subscribe__form button:focus {
  background: var(--color-button-background_focus) !important;
}

.seps-form-modal-2 .subscribe__form button:disabled {
  color: var(--color-button_disabled) !important;
  background: var(--color-button-background_disabled) !important;
}

.seps-form-modal-2 .subscribe__form button_header {
  padding: 0.875rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.seps-form-modal-2 .subscribe__form button_secondary {
  background: #158915;
}

.seps-form-modal-2 .subscribe__form .mktoButtonRow {
  width: 100%;
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  .seps-form-modal-2 .subscribe__form .mktoButtonRow {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
.seps-form-modal-2-backling {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}

.seps-form-modal-2-content {
  max-width: 768px;
  display: inline-block;
  vertical-align: middle;
  background: var(--color-scheme-background);
  border-radius: var(--block-border-radius);
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.seps-form-modal-2-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--color-button-background);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: none;
  opacity: 0.8;
  transition: var(--transition-base);
  z-index: 1;
}

.seps-form-modal-2-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.seps-form-modal-2-close::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: var(--color-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.seps-form-modal-2-close::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: var(--color-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.seps-form-modal-2-form-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 992px) {
  .seps-form-modal-2-form-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .seps-form-modal-2-form-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .seps-form-modal-2-form-title {
    margin-left: 24px;
  }
}
.seps-form-modal-variant-3 .seps-form-modal__content-grid {
  position: relative;
  background: #fdfcfa;
  border-radius: 40px;
  vertical-align: middle;
  text-align: left;
  width: 996px;
  display: inline-flex;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .seps-form-modal-variant-3 .seps-form-modal__content-grid {
    width: 100%;
  }
}
.seps-form-modal-variant-3 .seps-form-modal__content-left {
  padding: 2rem;
  flex: none;
  width: 396px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 720px;
}

@media (max-width: 991.98px) {
  .seps-form-modal-variant-3 .seps-form-modal__content-left {
    display: none;
  }
}
.seps-form-modal-variant-3 .seps-form-modal__content-right {
  flex: auto;
}

.seps-form-modal-variant-3 .seps-form-modal__content {
  padding: 2rem 4rem 1.5rem;
  flex: auto;
  width: 100%;
  max-width: initial;
  border-radius: 40px 0px 0px 40px;
  border-top: 1px solid #eceae6;
  border-bottom: 1px solid #eceae6;
  border-left: 1px solid #eceae6;
  background: #fff;
  height: 100%;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991.98px) {
  .seps-form-modal-variant-3 .seps-form-modal__content {
    padding: 2.625rem 1.75rem 1.5rem;
  }
}
.seps-form-modal-variant-3 .seps-form-modal__content.active {
  display: flex;
}

.seps-form-modal-variant-3 .seps-form-modal__alt-grid,
.seps-form-modal-variant-3 .seps-form-modal__content-radios-grid,
.seps-form-modal-variant-3 .seps-form-modal__content-label,
.seps-form-modal-variant-3 .seps-form-modal__content-inputs-grid {
  width: 100%;
}

.seps-form-modal-variant-3 .seps-form-modal__content-stages {
  list-style: none;
  padding: 3.8rem 0 0;
  margin: 0 0 auto;
}

.seps-form-modal-variant-3 .seps-form-modal__content-stages li {
  margin: 0 0 1.5rem;
  padding: 0 0 0 36px;
  font-size: 1.25rem;
  color: #7e7c78;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrLW9uZSIgb3BhY2l0eT0iMC41Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEyIDIyQzE0Ljc2MTQgMjIgMTcuMjYxNCAyMC44ODA3IDE5LjA3MTEgMTkuMDcxMUMyMC44ODA3IDE3LjI2MTQgMjIgMTQuNzYxNCAyMiAxMkMyMiA5LjIzODYgMjAuODgwNyA2LjczODYgMTkuMDcxMSA0LjkyODkzQzE3LjI2MTQgMy4xMTkyOSAxNC43NjE0IDIgMTIgMkM5LjIzODYgMiA2LjczODYgMy4xMTkyOSA0LjkyODkzIDQuOTI4OTNDMy4xMTkyOSA2LjczODYgMiA5LjIzODYgMiAxMkMyIDE0Ljc2MTQgMy4xMTkyOSAxNy4yNjE0IDQuOTI4OTMgMTkuMDcxMUM2LjczODYgMjAuODgwNyA5LjIzODYgMjIgMTIgMjJaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjN0U3Qzc4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNOCAxMkwxMSAxNUwxNyA5IiBzdHJva2U9IiM3RTdDNzgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==")
    no-repeat;
  background-position: 0 2px;
}

.seps-form-modal-variant-3 .seps-form-modal__content-stages li span {
  letter-spacing: -0.14px;
  font-size: 0.875rem;
  display: block;
  color: #7e7c78;
}

.seps-form-modal-variant-3 .seps-form-modal__content-stages li.active {
  color: var(--color-primary);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrLW9uZSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMiAyMkMxNC43NjE0IDIyIDE3LjI2MTQgMjAuODgwNyAxOS4wNzExIDE5LjA3MTFDMjAuODgwNyAxNy4yNjE0IDIyIDE0Ljc2MTQgMjIgMTJDMjIgOS4yMzg2IDIwLjg4MDcgNi43Mzg2IDE5LjA3MTEgNC45Mjg5M0MxNy4yNjE0IDMuMTE5MjkgMTQuNzYxNCAyIDEyIDJDOS4yMzg2IDIgNi43Mzg2IDMuMTE5MjkgNC45Mjg5MyA0LjkyODkzQzMuMTE5MjkgNi43Mzg2IDIgOS4yMzg2IDIgMTJDMiAxNC43NjE0IDMuMTE5MjkgMTcuMjYxNCA0LjkyODkzIDE5LjA3MTFDNi43Mzg2IDIwLjg4MDcgOS4yMzg2IDIyIDEyIDIyWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzE1ODkxNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTggMTJMMTEgMTVMMTcgOSIgc3Ryb2tlPSIjMTU4OTE1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=")
    no-repeat;
  background-position: 0 2px;
}

.seps-form-modal-variant-3 .seps-form-modal__content-stages li.active span {
  color: var(--color-primary);
}

.seps-form-modal-variant-3 .seps-form-modal__content-stages li:last-child {
  margin-bottom: 0;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes {
  position: relative;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes__item .seps-form-modal__content-quotes__item-content-desc {
  padding-top: 31px;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "OpenSans";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlF1b3RlIiBkPSJNMTMuNjI5NiAxNi45NDU5TDE4LjIyMjIgOC4yMTYyMkwyMC41OTI2IDcuNjI5MzRDMjAuMzQ1NyA4LjE2NzMxIDIwLjAyNDcgOC42MDc0NiAxOS42Mjk2IDguOTQ5ODFDMTkuMjgzOSA5LjI5MjE1IDE4LjgzOTUgOS40NjMzMiAxOC4yOTYzIDkuNDYzMzJDMTcuMjU5MyA5LjQ2MzMyIDE2LjI5NjMgOS4wNDc2MiAxNS40MDc0IDguMjE2MjJDMTQuNTY3OSA3LjMzNTkxIDE0LjE0ODEgNi4yNTk5OCAxNC4xNDgxIDQuOTg4NDJDMTQuMTQ4MSAzLjYxOTA1IDE0LjYxNzMgMi40NDUzIDE1LjU1NTYgMS40NjcxOEMxNi41NDMyIDAuNDg5MDYxIDE3LjcyODQgMCAxOS4xMTExIDBDMjAuMzk1MSAwIDIxLjUzMDkgMC40ODkwNjEgMjIuNTE4NSAxLjQ2NzE4QzIzLjUwNjIgMi40NDUzIDI0IDMuNjE5MDUgMjQgNC45ODg0MkMyNCA1LjUyNjM5IDIzLjg3NjUgNi4xODY2MiAyMy42Mjk2IDYuOTY5MTFDMjMuNDMyMSA3LjcwMjcgMjMuMDEyMyA4LjY4MDgyIDIyLjM3MDQgOS45MDM0OEwxNy40ODE1IDE5TDEzLjYyOTYgMTYuOTQ1OVpNMCAxNi45NDU5TDQuNTkyNTkgOC4yMTYyMkw2Ljk2Mjk2IDcuNjI5MzRDNi43MTYwNSA4LjE2NzMxIDYuMzk1MDYgOC42MDc0NiA2IDguOTQ5ODFDNS42NTQzMiA5LjI5MjE1IDUuMjA5ODggOS40NjMzMiA0LjY2NjY3IDkuNDYzMzJDMy42Mjk2MyA5LjQ2MzMyIDIuNjY2NjcgOS4wNDc2MiAxLjc3Nzc4IDguMjE2MjJDMC45MzgyNzIgNy4zMzU5MSAwLjUxODUxOSA2LjI1OTk4IDAuNTE4NTE5IDQuOTg4NDJDMC41MTg1MTkgMy42MTkwNSAwLjk4NzY1NCAyLjQ0NTMgMS45MjU5MyAxLjQ2NzE4QzIuOTEzNTggMC40ODkwNjEgNC4wOTg3NyAwIDUuNDgxNDggMEM2Ljc2NTQzIDAgNy45MDEyMyAwLjQ4OTA2MSA4Ljg4ODg5IDEuNDY3MThDOS44NzY1NCAyLjQ0NTMgMTAuMzcwNCAzLjYxOTA1IDEwLjM3MDQgNC45ODg0MkMxMC4zNzA0IDUuNTI2MzkgMTAuMjQ2OSA2LjE4NjYyIDEwIDYuOTY5MTFDOS44MDI0NyA3LjcwMjcgOS4zODI3MiA4LjY4MDgyIDguNzQwNzQgOS45MDM0OEwzLjg1MTg1IDE5TDAgMTYuOTQ1OVoiIGZpbGw9IiMwMDNBMzAiLz4KPC9zdmc+Cg==")
    no-repeat;
  background-position: 0 0;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes__item .seps-form-modal__content-quotes__item-wrap {
  display: flex;
  gap: 8px;
  max-width: 260px;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes__item .seps-form-modal__content-quotes__item-img {
  width: 54px;
  flex: none;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes__item .seps-form-modal__content-quotes__item-img img {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes__item .seps-form-modal__content-quotes__item-content {
  flex: auto;
}

.seps-form-modal-variant-3 .seps-form-modal__content-quotes__item .seps-form-modal__content-quotes__item-content-title {
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #158915;
  margin: 0 0 2px;
}

.seps-form-modal-variant-3
  .seps-form-modal__content-quotes__item
  .seps-form-modal__content-quotes__item-content-subtitle {
  letter-spacing: -0.13px;
  font-size: 0.813rem;
  line-height: 1.35;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_confirm.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left {
  display: none;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_confirm.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content {
  padding: 4.375rem 5.5rem;
}

@media (max-width: 991.98px) {
  body:has(.seps-form-modal-variant-3 .seps-form-modal__content_confirm.active)
    .seps-form-modal-variant-3
    .seps-form-modal__content {
    padding: 2.625rem 1.75rem 1.5rem;
  }
}
body:has(.seps-form-modal-variant-3 .seps-form-modal__content_confirm.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-grid {
  max-width: 648px;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-2.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:first-child {
  opacity: 0.5;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-2.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(2) {
  color: var(--color-primary);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrLW9uZSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMiAyMkMxNC43NjE0IDIyIDE3LjI2MTQgMjAuODgwNyAxOS4wNzExIDE5LjA3MTFDMjAuODgwNyAxNy4yNjE0IDIyIDE0Ljc2MTQgMjIgMTJDMjIgOS4yMzg2IDIwLjg4MDcgNi43Mzg2IDE5LjA3MTEgNC45Mjg5M0MxNy4yNjE0IDMuMTE5MjkgMTQuNzYxNCAyIDEyIDJDOS4yMzg2IDIgNi43Mzg2IDMuMTE5MjkgNC45Mjg5MyA0LjkyODkzQzMuMTE5MjkgNi43Mzg2IDIgOS4yMzg2IDIgMTJDMiAxNC43NjE0IDMuMTE5MjkgMTcuMjYxNCA0LjkyODkzIDE5LjA3MTFDNi43Mzg2IDIwLjg4MDcgOS4yMzg2IDIyIDEyIDIyWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzE1ODkxNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTggMTJMMTEgMTVMMTcgOSIgc3Ryb2tlPSIjMTU4OTE1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=")
    no-repeat;
  background-position: 0 2px;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-2.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(2)
  span {
  color: var(--color-primary);
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-3.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(1) {
  opacity: 0.5;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-3.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(2) {
  opacity: 0.5;
  color: var(--color-primary);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrLW9uZSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMiAyMkMxNC43NjE0IDIyIDE3LjI2MTQgMjAuODgwNyAxOS4wNzExIDE5LjA3MTFDMjAuODgwNyAxNy4yNjE0IDIyIDE0Ljc2MTQgMjIgMTJDMjIgOS4yMzg2IDIwLjg4MDcgNi43Mzg2IDE5LjA3MTEgNC45Mjg5M0MxNy4yNjE0IDMuMTE5MjkgMTQuNzYxNCAyIDEyIDJDOS4yMzg2IDIgNi43Mzg2IDMuMTE5MjkgNC45Mjg5MyA0LjkyODkzQzMuMTE5MjkgNi43Mzg2IDIgOS4yMzg2IDIgMTJDMiAxNC43NjE0IDMuMTE5MjkgMTcuMjYxNCA0LjkyODkzIDE5LjA3MTFDNi43Mzg2IDIwLjg4MDcgOS4yMzg2IDIyIDEyIDIyWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzE1ODkxNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTggMTJMMTEgMTVMMTcgOSIgc3Ryb2tlPSIjMTU4OTE1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=")
    no-repeat;
  background-position: 0 2px;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-3.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(2)
  span {
  color: var(--color-primary);
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-3.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(3) {
  color: var(--color-primary);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrLW9uZSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMiAyMkMxNC43NjE0IDIyIDE3LjI2MTQgMjAuODgwNyAxOS4wNzExIDE5LjA3MTFDMjAuODgwNyAxNy4yNjE0IDIyIDE0Ljc2MTQgMjIgMTJDMjIgOS4yMzg2IDIwLjg4MDcgNi43Mzg2IDE5LjA3MTEgNC45Mjg5M0MxNy4yNjE0IDMuMTE5MjkgMTQuNzYxNCAyIDEyIDJDOS4yMzg2IDIgNi43Mzg2IDMuMTE5MjkgNC45Mjg5MyA0LjkyODkzQzMuMTE5MjkgNi43Mzg2IDIgOS4yMzg2IDIgMTJDMiAxNC43NjE0IDMuMTE5MjkgMTcuMjYxNCA0LjkyODkzIDE5LjA3MTFDNi43Mzg2IDIwLjg4MDcgOS4yMzg2IDIyIDEyIDIyWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzE1ODkxNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTggMTJMMTEgMTVMMTcgOSIgc3Ryb2tlPSIjMTU4OTE1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=")
    no-repeat;
  background-position: 0 2px;
}

body:has(.seps-form-modal-variant-3 .seps-form-modal__content_step-3.active)
  .seps-form-modal-variant-3
  .seps-form-modal__content-left
  .seps-form-modal__content-stages
  li:nth-child(3)
  span {
  color: var(--color-primary);
}

.seps-form-modal__content-back {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .seps-form-modal-variant-2 .seps-form-modal__content_step-2 .seps-form-modal__content-back {
    grid-column: 1/-1;
  }
}
@media (max-width: 991.98px) {
  .seps-form-modal__content-back {
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    display: block;
  }
}
.seps-form-modal__content-back a {
  display: block;
  padding-left: 14px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNS41IDFMMS41IDVMNS41IDkiIHN0cm9rZT0iIzAwM0EzMCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
}

.seps-form-modal .flickity-button {
  position: absolute;
  background: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  text-indent: -99999px;
  bottom: 0 !important;
  top: initial !important;
  transition: var(--transition-base);
  width: 32px;
  height: 32px;
  border: 0;
  z-index: 9;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.seps-form-modal .flickity-button svg {
  display: none;
}

.seps-form-modal .flickity-button.previous {
  right: 32px !important;
  left: initial !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNiAxTDIgNUw2IDkiIHN0cm9rZT0iIzAwM0EzMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center center;
}

.seps-form-modal .flickity-button.next {
  right: 0 !important;
  left: initial !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJJY29uIiBkPSJNMSAxTDUgNUwxIDkiIHN0cm9rZT0iIzAwM0EzMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center center;
}

.seps-form-modal .flickity-button:hover {
  opacity: 0.7;
}

.meet-the-team__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  .meet-the-team__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .meet-the-team__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .meet-the-team__title {
    font-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .meet-the-team__title {
    font-size: 4rem;
  }
}
.meet-the-team__users {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media (min-width: 768px) {
  .meet-the-team__users {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .meet-the-team__users {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.meet-the-team__users:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .meet-the-team__users:not(:first-child) {
    margin-top: 2.75rem;
  }
}
.meet-the-team__users-item {
  border: 1px solid #003a30;
  border-radius: 10px;
  padding: 23px;
  display: grid;
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
  gap: 25px;
  align-items: center;
}

.meet-the-team__users-item-img {
  width: 100px;
  height: 100px;
  position: relative;
  align-self: flex-start;
}

.meet-the-team__users-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.meet-the-team__users-item-content:only-child {
  grid-column: 1/-1;
}

.meet-the-team__users-item-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  color: var(--color-accent);
  margin-top: 0;
}

.meet-the-team__users-item-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.meet-the-team__users-item-bio {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
  display: inline-block;
  text-decoration: none;
}

.meet-the-team__users-item-bio:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.meet-the-team__users-item-modal {
  display: block;
  position: fixed;
  left: 0;
  top: var(--cs-adminmbar-offset);
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
}

.meet-the-team__users-item-modal.active {
  opacity: 1;
  visibility: visible;
}

.meet-the-team__users-item-modal:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

.meet-the-team__users-item-modal-backing {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}

.meet-the-team__users-item-modal-content {
  max-width: 456px;
  display: inline-block;
  vertical-align: middle;
  background: var(--color-scheme-background);
  border-radius: var(--block-border-radius);
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: left;
}

.meet-the-team__users-item-modal-content-wrapper {
  padding: 40px;
}

.meet-the-team__users-item-modal-close {
  position: absolute;
  right: 2.125rem;
  top: 2.125rem;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  transition: ease 0.25;
  cursor: pointer;
  z-index: 1;
}

.meet-the-team__users-item-modal-close:hover::before,
.meet-the-team__users-item-modal-close:hover::after {
  background: #000;
}

.meet-the-team__users-item-modal-close::before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #a7a6a1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.meet-the-team__users-item-modal-close::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #a7a6a1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.meet-the-team__users-item-modal-info {
  display: grid;
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
  gap: 25px;
}

.meet-the-team__users-item-modal-image {
  width: 100px;
  height: 100px;
  position: relative;
  align-self: flex-start;
}

.meet-the-team__users-item-modal-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.meet-the-team__users-item-modal-meta {
  margin-top: 1rem;
  padding-right: 1.5rem;
}

.meet-the-team__users-item-modal-meta:only-child {
  grid-column: 1/-1;
}

.meet-the-team__users-item-modal-name {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  color: var(--color-accent);
  margin-top: 0;
}

.meet-the-team__users-item-modal-status {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.meet-the-team__users-item-modal-biography {
  margin-top: 2rem;
}

.meet-the-team__users-item-modal-biography-label {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
}

.meet-the-team__users-item-modal-biography-text * {
  color: #545350;
}

.meet-the-team__users-item-modal-biography-text ul,
.meet-the-team__users-item-modal-biography-text ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.charts__subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.charts__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: none;
  max-width: 808px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .charts__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .charts__title {
    font-size: 3rem;
  }
}
.charts__title:not(:first-child) {
  margin-top: 1rem;
}

.charts__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-secondary);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 808px;
}

.charts__desc:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .charts__desc:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.charts__table {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  .charts__table {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
    margin-top: 3rem;
  }
}
.charts__table .charts__table-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  order: var(--order);
}

@media (min-width: 992px) {
  .charts__table .charts__table-cell {
    padding: 20px 10px;
    order: initial;
  }
}
.charts__table .charts__table-cell.border {
  border-left: 1px solid #003a30;
  border-right: 1px solid #003a30;
}

.charts__table .charts__table-cell.border.charts__table-cell-start {
  border-top: 1px solid #003a30;
}

.charts__table .charts__table-cell.border.charts__table-cell-end {
  border-bottom: 1px solid #003a30;
}

.charts__table .charts__table-cell.dandy-scheme_dark-tan,
.charts__table .dandy-calculator .dandy-calculator-panel-results .charts__table-cell.results-main,
.dandy-calculator .dandy-calculator-panel-results .charts__table .charts__table-cell.results-main,
.charts__table .dandy-calculator .charts__table-cell.dandy-calculator-panel-form,
.dandy-calculator .charts__table .charts__table-cell.dandy-calculator-panel-form,
.charts__table .hero_style-2 .charts__table-cell.subscribe__form,
.hero_style-2 .charts__table .charts__table-cell.subscribe__form,
.charts__table .get-started .charts__table-cell.subscribe__form,
.get-started .charts__table .charts__table-cell.subscribe__form,
.charts__table .get-started-extra .charts__table-cell.subscribe__form,
.get-started-extra .charts__table .charts__table-cell.subscribe__form,
.charts__table .seps-form-modal-2 .charts__table-cell.subscribe__form,
.seps-form-modal-2 .charts__table .charts__table-cell.subscribe__form {
  color: #7e7c78;
}

.charts__table .charts__table-cell.dandy-scheme_maroon .icon-close {
  color: #fff;
}

.charts__table .charts__table-cell-start {
  border-radius: 10px 10px 0 0;
  padding-top: 20px;
}

.charts__table .charts__table-cell-start:not(:first-child) {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .charts__table .charts__table-cell-start {
    padding-top: 25px;
  }
  .charts__table .charts__table-cell-start:not(:first-child) {
    margin-top: 0;
  }
}
.charts__table .charts__table-cell-end {
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

.charts__table .charts__table-cell-title {
  font-size: 20px;
  text-align: center;
}

.charts__table .charts__table-cell-heading {
  display: none;
  text-align: left;
  font-size: 20px;
  line-height: 1.15;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .charts__table .charts__table-cell-heading {
    display: flex;
  }
}
.charts__table .charts__table-cell-button {
  display: flex;
  padding: 12px 24px;
}

.charts__table .charts__table-cell-button a {
  padding: 1rem 1.25rem;
}

.charts__table .charts__table-cell-button-empty {
  display: none;
}

@media (min-width: 992px) {
  .charts__table .charts__table-cell-button-empty {
    display: flex;
  }
}
.charts__table .charts__table-cell-child-heading {
  display: block;
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .charts__table .charts__table-cell-child-heading {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .charts__table .charts__table-cell-child-heading {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
  }
}
.charts__table .icon-check {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
}

.charts__table .icon-close {
  color: #8f184b;
}

.charts__table-hm-true .charts__table-cell-child-heading {
  display: none;
}

.charts__table-style-2 {
  border: 1px solid #003a30;
  border-radius: 10px;
  padding: 24px 5px;
}

@media (min-width: 992px) {
  .charts__table-style-2 {
    padding: 24px 40px 24px 0;
  }
}
.print__button .dandy-print-button {
  display: inline-block;
}

.dandy-calculator {
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.dandy-calculator .dandy-calculator-panel {
  width: 100%;
}

.dandy-calculator .dandy-calculator-panel-content {
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-content {
    padding: 4rem 4rem;
  }
}
.dandy-calculator .dandy-calculator-panel-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-grid {
    grid-gap: 4rem;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-grid {
    grid-template-columns: 3fr 2fr;
    grid-gap: 6.25rem;
  }
}
.dandy-calculator .dandy-calculator-start-title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 95%;
  letter-spacing: -0.03em;
}

@media (max-width: 991.98px) {
  .dandy-calculator .dandy-calculator-start-title .hide-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-start-title {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-start-title {
    font-size: 84px;
  }
}
.dandy-calculator .dandy-calculator-start-desc {
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-start-desc {
    font-size: 20px;
  }
}
.dandy-calculator .dandy-calculator-start-desc:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-start-desc:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.dandy-calculator .dandy-calculator-start-desc p {
  margin-bottom: 0;
}

.dandy-calculator .dandy-calculator-start-desc p + p {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-start-desc p + p {
    margin-top: 2rem;
  }
}
.dandy-calculator .dandy-calculator-start-action {
  display: flex;
}

.dandy-calculator .dandy-calculator-start-action:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-start-action:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.dandy-calculator .dandy-calculator-start-action .dandy-button {
  padding: 1.375rem 1.75rem;
  position: relative;
  border: 1px solid #fff;
  background: var(--color-button);
  color: var(--color-button-background);
  padding: 1.375rem 1.5rem;
  text-align: center;
}

.dandy-calculator .dandy-calculator-start-action .dandy-button:hover {
  background: #26594f;
}

@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-question .dandy-calculator-panel-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-question .dandy-calculator-panel-grid {
    grid-template-columns: 3fr 2fr;
    grid-gap: 6.25rem;
  }
}
.dandy-calculator .dandy-calculator-panel-question .as-subheader {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #fdfcfa;
}

.dandy-calculator .dandy-calculator-panel-question .question__text {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 115%;
  letter-spacing: -0.02em;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-question .question__text {
    margin-top: 1.5rem;
    line-height: 135%;
  }
}
.dandy-calculator .dandy-calculator-panel-question .choose-apply-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-question .choose-apply-text {
    margin-top: 1.5rem;
  }
}
.dandy-calculator .dandy-calculator-panel-question .question__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  list-style-type: none;
  padding: 0;
  margin-top: 1.25em;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-question .question__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.dandy-calculator .dandy-calculator-panel-question .question__list li {
  display: inline-block;
}

.dandy-calculator .dandy-calculator-panel-question .question__list a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0.5em 0 0.5em 45px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.dandy-calculator .dandy-calculator-panel-question .question__list a:before,
.dandy-calculator .dandy-calculator-panel-question .question__list a:after {
  content: "";
  border-radius: 8px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  position: absolute;
  top: 0.5em;
  left: 0;
  transition: 0.3s all;
  z-index: 2;
}

.dandy-calculator .dandy-calculator-panel-question .question__list a:after {
  background-color: #fff;
  z-index: 1;
}

.dandy-calculator .dandy-calculator-panel-question .question__list a[data-checked="checked"]:after {
  width: 10px;
  height: 10px;
  top: calc(0.5em + 6px);
  left: 6px;
  border-radius: 4px;
}

.dandy-calculator .dandy-calculator-panel-question .question__input {
  margin-top: 0.75rem;
}

.dandy-calculator .dandy-calculator-panel-question .question__input input {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #003a30;
  padding: 17px 20px;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 500px;
}

.dandy-calculator .dandy-calculator-panel-question .question__input input[type="number"] {
  -moz-appearance: textfield;
}

.dandy-calculator .dandy-calculator-panel-question .question__input input[type="number"]::-webkit-outer-spin-button,
.dandy-calculator .dandy-calculator-panel-question .question__input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dandy-calculator .dandy-calculator-panel-question .dandy-calculator-error {
  color: #dd3233;
  font-size: 0.875rem;
}

.dandy-calculator .dandy-calculator-panel-question .dandy-calculator-error:not(:first-child) {
  margin-top: 1.5rem;
}

.dandy-calculator .dandy-calculator-panel-question .question__button {
  display: flex;
}

.dandy-calculator .dandy-calculator-panel-question .question__button:not(:first-child) {
  margin-top: 1.375rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-question .question__button:not(:first-child) {
    margin-top: 2rem;
  }
}
.dandy-calculator .dandy-calculator-panel-question .question__button .dandy-button {
  position: relative;
  border: 1px solid #fff;
  background: var(--color-button);
  color: var(--color-button-background);
  padding: 1.375rem 1.5rem;
  padding-right: 2.5rem;
  text-align: center;
}

.dandy-calculator .dandy-calculator-panel-question .question__button .dandy-button:hover {
  background: #26594f;
}

.dandy-calculator .dandy-calculator-panel-question .question__button .dandy-button:after {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.25 4.75L0.75 9.25' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  content: "";
}

.dandy-calculator .dandy-calculator-panel-question .question__button .dandy-button.style-2 {
  border: none;
  background: #158915;
  color: #fff;
  padding-right: 1.5rem;
}

.dandy-calculator .dandy-calculator-panel-question .question__button .dandy-button.style-2:hover {
  background: #2eba2e;
  color: #fff;
}

.dandy-calculator .dandy-calculator-panel-question .question__button .dandy-button.style-2:after {
  display: none;
}

.dandy-calculator .dandy-calculator-panel-question .question__button-back {
  display: flex;
}

.dandy-calculator .dandy-calculator-panel-question .question__button-back:not(:last-child) {
  margin-bottom: 2rem;
}

.dandy-calculator .dandy-calculator-panel-question .question__button-back:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.25 4.75L0.75 9.25' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  transform: rotate(180deg) translateY(-3px);
  transition: ease 0.2s;
  content: "";
}

.dandy-calculator .dandy-calculator-panel-question .question__button-back a {
  margin-left: 0.75rem;
  font-size: 0.75rem;
  text-decoration: none;
}

.dandy-calculator .dandy-calculator-panel-question .question__button-back:hover:before {
  transform: rotate(180deg) translateY(-3px) translateX(5px);
}

.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact {
  --color-primary: #003a30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #c5f1c5;
  color: #003a30;
  padding: 2em 3em;
  width: calc(100% - 2px);
  height: 100%;
  border-radius: 10px;
}

.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-image:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-image:not(:first-child) {
    margin-top: 2rem;
  }
}
.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-desc:not(:first-child) {
  margin-top: 0.5rem;
}

.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 0;
}

.dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-desc p + p {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-question .bite-sized-fact .bite-sized-fact-desc p + p {
    margin-top: 2rem;
  }
}
.dandy-calculator .dandy-calculator-panel-form .dandy-calculator-panel-form-grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 1400px) {
  .dandy-calculator .dandy-calculator-panel-form .dandy-calculator-panel-form-grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  }
}
.dandy-calculator .dandy-calculator-panel-form .dandy-calculator-panel-form-subtitle {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent);
  margin-bottom: 2.5rem;
}

.dandy-calculator .dandy-calculator-panel-form .dandy-calculator-panel-form-title {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-form .dandy-calculator-panel-form-title {
    font-size: 3.5rem;
  }
}
.dandy-calculator .dandy-calculator-panel-form .dandy-calculator-panel-form-desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-primary);
  max-width: 472px;
}

@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-form .subscribe__form-wrapper {
    margin-left: -24px;
  }
}
@media (min-width: 1400px) {
  .dandy-calculator .dandy-calculator-panel-form .subscribe__form-wrapper {
    margin-top: 0;
  }
}
.dandy-calculator .dandy-calculator-panel-form form {
  width: 100% !important;
  padding: 0;
}

.dandy-calculator .dandy-calculator-panel-form .mktoFormCol {
  display: grid !important;
  width: 100% !important;
}

.dandy-calculator .dandy-calculator-panel-form .mktoOffset {
  display: none;
}

@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-form .mktoFormRow {
    float: left;
    width: calc(50% - 24px);
    clear: none !important;
    margin-left: 24px;
  }
}
.dandy-calculator .dandy-calculator-panel-form .mktoButtonWrap {
  display: block;
  margin: 0 !important;
}

.dandy-calculator .dandy-calculator-panel-form .mktoFieldWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 1.375rem;
}

.dandy-calculator .dandy-calculator-panel-form .mktoFieldWrap label {
  width: 100% !important;
  display: inline;
  margin: 0 0 8px !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 !important;
  font-weight: 600 !important;
}

.dandy-calculator .dandy-calculator-panel-form .mktoFieldWrap input {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.dandy-calculator .dandy-calculator-panel-form .mktoFieldWrap select {
  width: 100% !important;
  background: #fff !important;
  padding: 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  outline: none !important;
  appearance: none !important;
  height: 54px !important;
  border-radius: var(--item-border-radius) !important;
  color: var(--color-primary);
}

.dandy-calculator .dandy-calculator-panel-form .mktoGutter {
  display: none;
}

.dandy-calculator .dandy-calculator-panel-form .mktoAsterix {
  display: none !important;
}

.dandy-calculator .dandy-calculator-panel-form button {
  background: #158915 !important;
  color: var(--color-button) !important;
  transition: var(--transition-base) !important;
  border-radius: var(--item-border-radius) !important;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  width: 100% !important;
  font-weight: 600 !important;
}

.dandy-calculator .dandy-calculator-panel-form button:hover {
  background: var(--color-button-background_hover) !important;
}

.dandy-calculator .dandy-calculator-panel-form button:focus {
  background: var(--color-button-background_focus) !important;
}

.dandy-calculator .dandy-calculator-panel-form button:disabled {
  color: var(--color-button_disabled) !important;
  background: var(--color-button-background_disabled) !important;
}

.dandy-calculator .dandy-calculator-panel-form .mktoButtonRow {
  width: 100%;
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-form .mktoButtonRow {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
.dandy-calculator .dandy-calculator-panel-form .forms-legal-text {
  text-align: center;
}

.dandy-calculator .dandy-calculator-panel-results .results-main {
  border-radius: 10px;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-intro {
  text-align: center;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-intro h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 95%;
  letter-spacing: -0.03em;
}

@media (max-width: 991.98px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-intro h2 .hide-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-intro h2 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-intro h2 {
    font-size: 84px;
  }
}
.dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc {
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc {
    font-size: 20px;
  }
}
.dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc:not(:first-child) {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc:not(:first-child) {
    margin-top: 1.75rem;
  }
}
.dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc p {
  margin-bottom: 0;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc p + p {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-intro-desc p + p {
    margin-top: 2rem;
  }
}
.dandy-calculator .dandy-calculator-panel-results .results-main-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-inner {
    margin-top: 4rem;
  }
}
.dandy-calculator .dandy-calculator-panel-results .results-main-card {
  width: 100%;
  max-width: 360px;
  border-radius: 8px;
  background: #fff;
  padding: 3em 2em 3em 2em;
  text-align: center;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-number {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .results-main-number {
    font-size: 50px;
    margin-top: 3.5rem;
  }
}
.dandy-calculator .dandy-calculator-panel-results .results-main-number .result_currency {
  display: none;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-number[data-currency="1"] .result_currency {
  display: inline-block;
}

.dandy-calculator .dandy-calculator-panel-results .results-main-saved {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  margin-top: 0.5rem;
}

.dandy-calculator .dandy-calculator-panel-results .result-footer {
  margin-top: 3rem;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer {
    padding: 4.5rem 4rem;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer {
    padding: 4.5rem 5.5rem;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
  }
}
.dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-info h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 95%;
  letter-spacing: -0.03em;
}

@media (max-width: 991.98px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-info h2 .hide-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-info h2 {
    font-size: 64px;
  }
}
.dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-info-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-info-desc:not(:first-child) {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-info-desc:not(:first-child) {
    margin-top: 1.75rem;
  }
}
.dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-button {
  display: flex;
}

.dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-button:not(:first-child) {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .dandy-calculator .dandy-calculator-panel-results .result-footer .result-footer-button:not(:first-child) {
    margin-top: 2rem;
  }
}
.tab-navigator {
  max-width: 960px;
  margin: 6.5rem auto;
}

.tab-navigator__header {
  margin: 0 0 5.625rem;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .tab-navigator__header {
    margin: 0 0 2rem;
  }
}
.tab-navigator__heading {
  line-height: 1.1;
  font-weight: 400;
  font-size: 3.5rem;
  font-family: "OpenSans";
}

@media (max-width: 1199.98px) {
  .tab-navigator__heading {
    font-size: 2.125rem;
  }
}
.tab-navigator__desc {
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "OpenSans";
  margin: 0.75rem 0 0;
}

.tab-navigator__wrap {
  display: flex;
  align-items: flex-start;
  gap: 7.125rem;
}

.tab-navigator__nav {
  display: none;
  flex: none;
}

@media (min-width: 992px) {
  .tab-navigator__nav {
    display: block;
    position: relative;
  }
  .tab-navigator__nav:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eceae6;
  }
}
.tab-navigator__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-navigator__nav ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  transition: 0.25s;
  color: #a7a6a1;
  position: relative;
  padding: 5px 0 5px 25px;
}

.tab-navigator__nav ul li:before {
  content: "";
  transition: 0.25s;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0px;
  top: 0;
}

.tab-navigator__nav ul li:not(:first-child) {
  margin-top: 2.125rem;
}

.tab-navigator__nav ul li .tab-navigator__nav-icon {
  display: inline-block;
  padding-left: 0.375rem;
  top: -0.37125rem;
  position: relative;
  transition: 0.25s;
}

.tab-navigator__nav ul li:hover {
  color: var(--color-primary);
}

.tab-navigator__nav ul li:hover .tab-navigator__nav-icon {
  --color-primary: var(--color-accent);
}

.tab-navigator__nav ul li.active {
  color: var(--color-primary);
  text-decoration: underline;
}

.tab-navigator__nav ul li.active:before {
  background: #158915;
}

.tab-navigator__nav ul li.active .tab-navigator__nav-icon {
  --color-primary: var(--color-accent);
}

.tab-navigator__contentainer {
  flex: auto;
}

@media (max-width: 991.98px) {
  .tab-navigator__contentainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .tab-navigator__contentainer:after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, rgba(253, 252, 250, 0) 0%, rgba(253, 252, 250, 0.95) 100%);
    pointer-events: none;
    content: "";
  }
}
.tab-navigator__content {
  display: flex;
  overflow-x: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 992px) {
  .tab-navigator__content {
    display: block;
    overflow-x: initial;
    padding: 0;
  }
}
.tab-navigator__item-outer {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  width: 100%;
  flex: 1 0 100%;
  text-decoration: none;
}

.tab-navigator__item-outer.visible-active .tab-navigator__item-label {
  color: var(--color-accent);
}

.tab-navigator__item-outer.visible-active .tab-navigator__item-label:after {
  opacity: 1;
}

.tab-navigator__item-outer:not(:first-child) {
  margin-left: 24px;
}

@media (min-width: 992px) {
  .tab-navigator__item-outer {
    display: none;
    max-width: 100%;
  }
  .tab-navigator__item-outer:not(:first-child) {
    margin-left: 0;
  }
  .tab-navigator__item-outer.active {
    display: block;
  }
}
.tab-navigator__item-label {
  display: block;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tab-navigator__item-label:after {
  display: block;
  margin: 15px 0 25px;
  background: currentColor;
  width: 48px;
  height: 2px;
  border-radius: 100px;
  content: "";
  opacity: 0;
}

@media (min-width: 992px) {
  .tab-navigator__item-label {
    font-size: 2.25rem;
    display: none;
  }
}
.tab-navigator__item {
  border: 1px solid #eceae6;
  border-radius: 7px;
  background: #fdfcfa;
  flex: 1;
  padding: 3rem;
}

@media (max-width: 1199.98px) {
  .tab-navigator__item {
    padding: 1.5rem;
  }
}
.tab-navigator__item-heading {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .tab-navigator__item-info:only-child {
    grid-column: 1/-1;
  }
}
.tab-navigator__item-title {
  font-size: 1.25rem;
  transition: 0.3s ease-out;
}

.tab-navigator__item:hover .tab-navigator__item-title {
  color: var(--color-accent);
}

.tab-navigator__item-desc {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.01em;
  margin-top: 0.5rem;
}
.tab-navigator__item-desc p {
  color: var(--text-color);
}

.tab-navigator__item-button {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.tab-navigator__item-button span {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.25s;
  --color-primary: var(--color-primary);
}

.tab-navigator__item-button span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
  border-radius: 6px;
  border: 1px solid #003a30;
  width: 32px;
  height: 32px;
}

.tab-navigator__item-button span svg {
  transition: 0.25s;
  width: 20px;
  height: auto;
  fill: var(--color-primary);
}

.tab-navigator__item-button:hover span:first-child {
  background: #003a30;
  border-color: #003a30;
}

.tab-navigator__item-button:hover span svg {
  fill: #fff;
}

.tab-navigator__item-img {
  display: none;
}

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

@media (min-width: 992px) {
  .tab-navigator__item-img {
    display: block;
  }
}
.top-startup {
  background: #eceae6;
  padding: 3.438rem 0 2.875rem;
  margin: 4rem 0 9rem;
  margin-left: calc(-50vw + 50%);
  transform: translateX(0);
  width: 100vw !important;
  max-width: 100vw;
}

@media (max-width: 991.98px) {
  .top-startup {
    padding: 2.75rem 0;
    overflow: hidden;
    margin: 0 -10px;
    width: initial !important;
    max-width: initial;
  }
}
.top-startup__grid {
  max-width: 1062px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .top-startup__grid {
    display: block;
  }
}
.top-startup__about {
  flex: none;
  max-width: 370px;
}

@media (max-width: 991.98px) {
  .top-startup__about {
    margin-bottom: 2.25rem;
  }
}
.top-startup__title {
  margin-bottom: 0.75rem;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .top-startup__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .top-startup__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .top-startup__title {
    margin-bottom: 1rem;
  }
}
.top-startup__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #545350;
}

.top-startup__list {
  flex: auto;
  display: flex;
  gap: 22px;
}

@media (max-width: 991.98px) {
  .top-startup__list {
    gap: 8px;
    flex: initial;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.625rem;
    padding: 0 0.625rem;
  }
  .top-startup__list::-webkit-scrollbar {
    display: none;
  }
}
.top-startup__item {
  display: block;
}

@media (max-width: 991.98px) {
  .top-startup__item {
    min-width: 200px;
    aspect-ratio: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
}
.top-startup__item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.perks {
  background: var(--color-primary);
  padding: 4rem 6.875rem;
  border-radius: 10px;
  margin: 4rem 0;
}

@media (max-width: 1399.98px) {
  .perks {
    padding: 4rem;
  }
}
@media (max-width: 991.98px) {
  .perks {
    margin: 4rem -0.625rem;
    padding: 4rem 0.625rem;
    border-radius: 0;
  }
}
.perks__title {
  margin-bottom: 2rem;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .perks__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .perks__title {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .perks__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .perks__title {
    margin-bottom: 1rem;
  }
}
.perks__desc {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .perks__desc {
    display: none;
  }
}
.perks__grid {
  gap: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.perks__item {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(33.3% - 24px);
  min-height: 306px;
}

@media (max-width: 1199.98px) {
  .perks__item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 991.98px) {
  .perks__item {
    width: 100%;
  }
}
.perks__label {
  color: var(--color-accent);
  font-size: 1.25rem;
}

.featured-articles {
  margin: 6.5rem 0;
}

.featured-articles .container {
  max-width: 954px;
}

.featured-articles .columns__title {
  margin: 0 auto 3.75rem;
  font-weight: 400;
  text-align: center;
  color: var(--color-primary);
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "OpenSans";
  max-width: 680px;
}

@media (max-width: 1199.98px) {
  .featured-articles .columns__title {
    margin-bottom: 2rem;
    font-size: 2.125rem;
  }
}
.featured-articles__main {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199.98px) {
  .featured-articles__main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.featured-articles .post-card {
  padding: 0.5rem 0.5rem 1rem;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s ease-out;
}

.featured-articles .post-card:hover {
  border: 1px solid #ddd;
}

.featured-articles .post-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-articles .post-card__img {
  aspect-ratio: 336/212;
  flex: none;
}

.featured-articles .post-card__content {
  padding: 1rem 0.5rem 0;
  display: flex;
  flex-direction: column;
  flex: auto;
}

.featured-articles .post-card__meta {
  margin: 0;
  color: #7e7c78;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.featured-articles .post-card__meta .categories li a {
  color: #7e7c78;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.featured-articles .post-card__meta .post-card_article .post-card__meta .pubdate {
  color: #7e7c78 !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.featured-articles .post-card__title {
  font-size: 1.5rem;
  line-height: 1.3;
  transition: 0.3s ease-out;
}

.featured-articles .post-card:hover .post-card__title {
  color: var(--color-accent);
}

.featured-articles .post-card__button {
  padding: 1rem 0 0;
  margin: auto 0 0;
}

.featured-articles .post-card .learn-more-button__icon {
  border-color: var(--color-primary);
  height: 32px;
  display: block;
}

.featured-articles .post-card .learn-more-button__title {
  font-weight: 500;
  line-height: 1.7;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.featured-articles .post-card .learn-more-button span {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.25s;
  --color-primary: var(--color-primary);
}

.featured-articles .post-card .learn-more-button span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
  border-radius: 6px;
  border: 1px solid #003a30;
  width: 32px;
  height: 32px;
}

.featured-articles .post-card .learn-more-button span svg {
  transition: 0.25s;
  width: 20px;
  height: auto;
  fill: var(--color-primary);
}

.featured-articles .post-card .learn-more-button:hover span:first-child {
  background: #003a30;
  border-color: #003a30;
}

.featured-articles .post-card .learn-more-button:hover span svg {
  fill: #fff;
}

.accordion-content {
  margin: 6.5rem 0 6rem;
}

.accordion-content .container {
  /* max-width: 1060px; */
}

.accordion-content__header {
  margin: 0 auto 3.438rem;
  max-width: 850px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .accordion-content__header {
    max-width: 100%;
  }
}
.accordion-content__title {
  margin: 0 0 1.875rem;
  font-size: 40px;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  .accordion-content__title {
    font-size: 2.125rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
.accordion-content__desc {
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "OpenSans";
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
.accordion-content__desc p {
  color: var(--text-color);
}

@media (max-width: 1199.98px) {
  .accordion-content__desc {
    font-size: 1.375rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .accordion-content__list {
    min-height: 400px;
  }
}
.accordion-content__list-wrap {
  position: relative;
}

.accordion-content__list-item {
  border-top: 1px solid #eceae6;
  max-width: 650px;
}

@media (max-width: 1199.98px) {
  .accordion-content__list-item {
    max-width: 100%;
  }
}
.accordion-content__list-item:first-child {
  border-top: 0;
}

.accordion-content__list-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.accordion-content__list-item-title {
  color: #7e7c78;
  font-size: 1.25rem;
  padding: 1.125rem 0;
  transition: 0.3s ease-out;
  font-family: "OpenSans";
  font-weight: 400;
}

.accordion-content__list-item-button {
  width: 24px;
  height: 24px;
  display: block;
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMDAzQTMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+);
  border: 0;
  outline: none;
  background-color: #fff;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.accordion-content__list-item.active .accordion-content__list-item-header {
  pointer-events: none;
}

.accordion-content__list-item.active .accordion-content__list-item-title {
  color: var(--color-primary);
}

.accordion-content__list-item.active .accordion-content__list-item-button {
  filter: grayscale(0);
  opacity: 1;
  transform: rotate(180deg);
}

.accordion-content__list-item-img {
  position: absolute;
  right: -100px;
  top: 0;
  opacity: 0;
  transform: translateX(3%);
  transition: 0.4s ease-out;
}

.accordion-content__list-item-img img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

@media (max-width: 1199.98px) {
  .accordion-content__list-item-img {
    position: initial;
    margin: 0 0 1rem;
    transform: none;
    opacity: 1;
    display: none;
  }
  .accordion-content__list-item-img img {
    max-width: 100%;
  }
}
.accordion-content__list-item.active .accordion-content__list-item-img {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1199.98px) {
  .accordion-content__list-item.active .accordion-content__list-item-img {
    display: block;
  }
}
@media (min-width: 992px) {
  .accordion-content__list-item_static .accordion-content__list-item-img {
    opacity: 1;
    transform: translateX(0);
  }
}
.accordion-content__list-item-content {
  display: none;
  padding: 0 0 1.688rem;
}

.accordion-content__list-item-content ul {
  margin: 1.5rem 0 0;
  list-style: none;
  padding: 0;
}

.accordion-content__list-item-content ul li {
  margin: 0 0 1.25rem;
  letter-spacing: -0.16px;
  line-height: 1.1;
  color: #7e7c78;
  padding: 0 0 0 30px;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTQgMTIuNjExMUw4LjkyMzA4IDE3LjVMMjAgNi41IiBzdHJva2U9IiMxNTg5MTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=);
  background-position: 0 0;
  background-size: 16px;
  background-repeat: no-repeat;
}

.accordion-content__list-item-content ul li:last-child {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .accordion-content__list-item.active .accordion-content__list-item-content {
    display: block;
  }
}
.accordion-content__list-images {
  flex: 1;
}

@media (max-width: 1199.98px) {
  .accordion-content__list-images {
    display: none;
  }
}
.accordion-content__list-image {
  display: none;
}

.accordion-content__list-image.active {
  display: block;
}

.accordion-content.variation-1 .accordion-content__list-item.active .accordion-content__list-item-header {
  pointer-events: auto;
}

@media (max-width: 1199.98px) {
  .accordion-content.variation-2 .accordion-content__list-item.active:hover .accordion-content__list-item-title {
    color: var(--color-accent);
  }
  .accordion-content.variation-2 .accordion-content__list-item:hover .accordion-content__list-item-title {
    color: var(--color-primary);
  }
}
@media (min-width: 992px) {
  .accordion-content.variation-2 .accordion-content__list-wrap {
    height: 3000px;
  }
  .accordion-content.variation-2 .accordion-content__list {
    position: sticky;
    top: 154px;
  }
  .accordion-content.variation-2 .accordion-content__list-item-header {
    cursor: default;
  }
}
.accordion-content.variation-1 .accordion-content__list-item.active:hover .accordion-content__list-item-title {
  color: var(--color-accent);
}

.accordion-content.variation-1 .accordion-content__list-item:hover .accordion-content__list-item-title {
  color: var(--color-primary);
}

.steps-timeline {
  padding: 4rem;
  background: var(--color-primary);
  border-radius: 7px;
  margin: 0 0 1.875rem;
}

@media (max-width: 1199.98px) {
  .steps-timeline {
    padding: 4rem 1.25rem;
  }
}
.steps-timeline__header {
  margin: 0 0 6rem;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .steps-timeline__header {
    margin: 0 0 4rem;
  }
}
.steps-timeline__title {
  color: #fdfcfa;
  line-height: 1.1;
  font-weight: 400;
  font-size: 3.5rem;
  font-family: "OpenSans";
}

@media (max-width: 1199.98px) {
  .steps-timeline__title {
    font-size: 2.125rem;
  }
}
.steps-timeline__desc {
  color: #fdfcfa;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "OpenSans";
  margin-top: 0.75rem;
}

.steps-timeline__desc p {
  font-family: "OpenSans";
  color: #fdfcfa;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
  .steps-timeline__desc {
    font-size: 1.375rem;
  }
  .steps-timeline__desc p {
    font-size: 1.375rem;
  }
}
.steps-timeline__container {
  max-width: 872px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .steps-timeline__container {
    max-width: 100%;
    display: flex;
    gap: 2.75rem;
  }
}
.steps-timeline__progress {
  border-radius: 25px;
  background: #c5f1c5;
  position: relative;
  margin: 0 0 1rem;
  display: flex;
  justify-content: space-between;
  height: 24px;
}

@media (max-width: 1199.98px) {
  .steps-timeline__progress {
    width: 24px;
    height: initial;
    margin: 0;
    flex: none;
    flex-direction: column;
  }
}
.steps-timeline__columns {
  display: flex;
  justify-content: space-between;
  margin: 0 -3% 0 -4.5%;
}

@media (max-width: 1199.98px) {
  .steps-timeline__columns {
    flex-direction: column;
    flex: auto;
    gap: 2.5rem;
    margin: 0;
  }
}
.steps-timeline__item-step {
  position: relative;
}

.steps-timeline__item-step:before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 12px;
  background: var(--color-accent);
  height: 12px;
  position: absolute;
  top: 6px;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item-step:before {
    top: 0;
  }
}
.steps-timeline__item-step-name {
  color: #c5f1c5;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item-step-name {
    display: none;
  }
}
.steps-timeline__item-step-number {
  display: none;
  color: #c5f1c5;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item-step-number {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: -5px;
  }
}
.steps-timeline__item:first-child .steps-timeline__item-step:before {
  left: 7px;
  transform: none;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item:first-child .steps-timeline__item-step:before {
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
  }
}
.steps-timeline__item:first-child .steps-timeline__item-step-name {
  left: 0;
  transform: none;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item:first-child .steps-timeline__item-step-number {
    top: 2px;
  }
}
.steps-timeline__item:last-child .steps-timeline__item-step:before {
  left: initial;
  right: 7px;
  transform: none;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item:last-child .steps-timeline__item-step:before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
    top: initial;
  }
}
.steps-timeline__item:last-child .steps-timeline__item-step-name {
  left: initial;
  right: 0;
  transform: none;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item:last-child .steps-timeline__item-step-number {
    bottom: 2px;
    top: initial;
  }
}
.steps-timeline__item-img {
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1rem;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item-img {
    justify-content: flex-start;
  }
}
.steps-timeline__item-title {
  text-align: center;
  color: #fdfcfa;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.182px;
  max-width: 150px;
}

@media (max-width: 1199.98px) {
  .steps-timeline__item-title {
    max-width: 100%;
    text-align: left;
  }
}
.steps-timeline__columns[data-count="4"] .steps-timeline__item[data-item="2"] {
  transform: translateX(-12px);
}

@media (max-width: 1199.98px) {
  .steps-timeline__columns[data-count="4"] .steps-timeline__item[data-item="2"] {
    transform: none;
  }
}
.explore_product {
  margin: 6.5rem 0;
}

.explore_product__title {
  font-size: 3.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 2.25rem;
  font-family: "OpenSans";
}

@media (max-width: 1199.98px) {
  .explore_product__title {
    font-size: 2.125rem;
    margin: 0 0 2rem;
  }
}
@media (max-width: 1199.98px) {
  .explore_product__wrap {
    position: relative;
  }
  .explore_product__wrap:after {
    position: absolute;
    display: block;
    top: 0;
    right: -1.25rem;
    width: 40px;
    height: calc(100% - 150px);
    background: linear-gradient(90deg, rgba(253, 252, 250, 0) 0%, rgba(253, 252, 250, 0.95) 100%);
    pointer-events: none;
    content: "";
  }
}
.explore_product__tabs {
  border-bottom: 1px solid #eceae6;
  margin: 0 0 2.5rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}

@media (max-width: 1199.98px) {
  .explore_product__tabs {
    justify-content: initial;
    border: 0;
    gap: 2rem;
  }
}
.explore_product__item-tab {
  position: relative;
  font-size: 1.25rem;
  padding: 1.25rem 0;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease-out;
  user-select: none;
  font-family: "OpenSans";
}

@media (max-width: 1199.98px) {
  .explore_product__item-tab {
    min-width: 280px;
    font-size: 1.5rem;
  }
}
.explore_product__item-tab:hover {
  color: var(--color-accent);
}

.explore_product__item-tab:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s ease-out;
}

@media (max-width: 1199.98px) {
  .explore_product__item-tab:before {
    width: 48px;
  }
}
@media (max-width: 1199.98px) {
  .explore_product__item-tab.active {
    color: var(--color-accent);
  }
}
.explore_product__item-tab.active:before {
  background: var(--color-accent);
}

.explore_product__content {
  margin: 0 auto;
  max-width: 940px;
}

.explore_product__item {
  display: none;
}

.explore_product__item.active {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.khac_tab_da_dang .explore_product__item.active {
  display: block;
}
.khac_tab_da_dang .explore_product__item_img {
  width: 140px;
  height: 140px;
  background: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center {
  text-align: center;
}
.khac_tab_da_dang .explore_product__item-tab p {
  margin: 0 auto;
  max-width: 130px;
}
.khac_tab_da_dang .explore_product__item_img img {
  max-width: 90px;
  max-height: 90px;
  height: initial;
  object-fit: contain;
}
.explore_product__item-image {
  display: block;
  text-align: center;
  flex: 1 0 25%;
  max-width: 25%;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .explore_product__item-image {
    margin: 0 0 1.25rem;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .explore_product__item-image:last-child {
    margin-bottom: 0;
  }
  .khac_tab_da_dang .explore_product__item_img {
    width: 100px;
    height: 100px;
  }

  .khac_tab_da_dang .explore_product__item-tab p {
    max-width: 95px;
  }
  .khac_tab_da_dang .explore_product__item_img img {
    max-width: 50px;
    max-height: 50px;
  }
  .khac_tab_da_dang .explore_product__item-tab:before {
    width: 100%;
  }
  .khac_tab_da_dang .explore_product__tabs {
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: initial;
    white-space: nowrap;
    gap: 9px;
    margin: 0 -2rem -1px;
    padding: 0 2rem;
  }
  .khac_tab_da_dang .explore_product__item-tab {
    min-width: 100px;
    font-size: 0.688rem;
    white-space: normal;
  }
}
.explore_product__item-image a {
  display: block;
  text-decoration: none;
}

.explore_product__item-image-img a {
  border-radius: 10px;
  border: 1px solid #eceae6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  transition: 0.3s ease-out;
}

.explore_product__item-image-img a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.explore_product__item-image-title {
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.explore_product__item-image-title a {
  display: block;
  padding-top: 1rem;
  transition: 0.3s ease-out;
}

.explore_product__item-image:hover .explore_product__item-image-img a {
  border-color: var(--color-accent);
}

.explore_product__item-image:hover .explore_product__item-image-title a {
  color: var(--color-accent);
}

.explore_product__button {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

.explore_product__mobile {
  display: none;
  border: 0;
  justify-content: flex-start;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  gap: 2rem;
}

.explore_product__mobile::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1199.98px) {
  .explore_product__mobile {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .explore_product__desktop {
    display: none;
  }
}
.explore_product__element {
  min-width: 280px;
}

.explore_product__element-label {
  position: relative;
  font-size: 1.5rem;
  padding: 0 0 10px;
  margin: 0 0 30px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease-out;
  user-select: none;
  font-family: "OpenSans";
}

.explore_product__element-label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 48px;
  height: 2px;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s ease-out;
}

.explore_product__element.visible-active .explore_product__element-label {
  color: var(--color-accent);
}

.explore_product__element.visible-active .explore_product__element-label:before {
  background: var(--color-accent);
}

.social-proof {
  margin: 9.75rem 0;
}

@media (max-width: 1199.98px) {
  .social-proof {
    margin: 6.25rem 0;
  }
}
.social-proof__block {
  background: linear-gradient(357.41deg, #146154 8.64%, #63a67b 97.86%);
  border-radius: 10px;
  padding: 3.25rem;
}

@media (max-width: 1199.98px) {
  .social-proof__block {
    border-radius: 6px;
    padding: 2rem 2rem 3rem;
  }
}
.social-proof__block * {
  color: #fff;
}

.social-proof__title {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 846px;
  line-height: 1.1;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 40px;
}

@media (max-width: 1199.98px) {
  .social-proof__title {
    font-size: 2.125rem;
  }
}
.social-proof__desc {
  text-align: center;
  margin: -1rem auto 2.5rem;
  max-width: 680px;
  font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
  .social-proof__desc {
    font-size: 1rem;
  }
}
.social-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .social-proof__grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 234px;
  }
}
.social-proof__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: "OpenSans", sans-serif;
  padding: 1.938rem 1.5rem;
  box-shadow: 0 0 10px 2px var(--color-accent);
  background: var(--color-secondary);
  border: 0.62px solid var(--color-secondary);
  border-radius: 9px;
}

@media (max-width: 1199.98px) {
  .social-proof__item {
    border-radius: 8px;
    padding: 1.938rem 1.25rem;
  }
}
.social-proof__value {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 3.75rem;
}

@media (max-width: 1199.98px) {
  .social-proof__value {
    font-size: 2.5rem;
  }
}
.social-proof__note {
  font-weight: 500;
  margin: 12px 0 0;
}

@media (max-width: 1199.98px) {
  .social-proof__note {
    font-weight: 400;
  }
}
.product-rows {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

@media (max-width: 1199.98px) {
  .product-rows {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
.product-rows__title {
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
  max-width: 900px;
  font-size: 2.5rem;
  font-family: "OpenSans";
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .product-rows__title {
    font-size: 2.125rem;
  }
}
.product-rows__desc {
  margin: 1.5rem auto 0;
  text-align: center;
  line-height: 1.2;
  font-size: 1.25rem;
  max-width: 900px;
  font-family: "OpenSans";
  font-weight: 400;
}
.product-rows__desc p {
  color: var(--text-color);
}

@media (max-width: 1199.98px) {
  .product-rows__desc {
    font-size: 1.375rem;
    margin-top: 1.375rem;
  }
}
.product-rows__grid {
  margin: 3.375rem auto 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 940px;
  grid-row-gap: 3.375rem;
}

@media (max-width: 1199.98px) {
  .product-rows__grid {
    margin-top: 1.875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
    justify-content: flex-start;
    flex-wrap: initial;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .product-rows__grid::-webkit-scrollbar {
    display: none;
  }
}
.product-rows__item {
  display: block;
  white-space: normal;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  width: calc(25% - 1.5rem);
  text-decoration: none;
  transition: 0.3s ease-out;
}

@media (max-width: 1199.98px) {
  .product-rows__item {
    min-width: 217px;
  }
}
.product-rows__item:hover {
  text-decoration: underline;
  color: #158915;
}

.product-rows__item:hover * {
  color: #158915;
}

.product-rows__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  border: 1px solid #eceae6;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px;
}

.product-rows__pic img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.product-rows__label {
  display: block;
  font-family: "OpenSans";
  font-weight: 500;
}

.product-rows__end {
  display: flex;
  justify-content: center;
  margin-top: 5.5rem;
}

@media (max-width: 1199.98px) {
  .product-rows__end {
    margin-top: 1.875rem;
  }
}
.two-column-boxes {
  padding: 7.5rem 0;
  margin-bottom: 3rem;
}

.two-column-boxes.dandy-scheme_teal *,
.post-card_article:hover .two-column-boxes.post-card__inner.post-card__inner-featured *,
.footer__social .two-column-boxes.social *,
.dandy-calculator .dandy-calculator-panel-results .two-column-boxes.result-footer * {
  color: #003a30;
}

.two-column-boxes.dandy-scheme_teal-gradient {
  background: url("../images/teal-gradient.webp") no-repeat 100% 50%;
  background-size: cover;
}

@media (min-width: 992px) {
  .two-column-boxes {
    margin-left: calc(-50vw + 50% - 9px);
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw;
  }
}
@media (max-width: 1199.98px) {
  .two-column-boxes {
    padding: 2.25rem 0;
    margin: 0 -0.625rem;
  }
}
.two-column-boxes__title {
  margin: 0 auto 4.313rem;
  font-size: 2.5rem;
  font-family: "OpenSans";
  line-height: 1.1;
  text-align: center;
  max-width: 800px;
  color: #fff;
  font-weight: 400;
}

.two-column-boxes__title span {
  color: #c5f1c5;
}

@media (max-width: 1199.98px) {
  .two-column-boxes__title {
    font-size: 2.125rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.two-column-boxes.dandy-scheme_teal .two-column-boxes__title,
.post-card_article:hover .two-column-boxes.post-card__inner.post-card__inner-featured .two-column-boxes__title,
.footer__social .two-column-boxes.social .two-column-boxes__title,
.dandy-calculator .dandy-calculator-panel-results .two-column-boxes.result-footer .two-column-boxes__title {
  color: #fff;
}

.two-column-boxes.dandy-scheme_teal .two-column-boxes__title span,
.post-card_article:hover .two-column-boxes.post-card__inner.post-card__inner-featured .two-column-boxes__title span,
.footer__social .two-column-boxes.social .two-column-boxes__title span,
.dandy-calculator .dandy-calculator-panel-results .two-column-boxes.result-footer .two-column-boxes__title span {
  color: #c5f1c5;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__title {
  color: #003a30;
  max-width: initial;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__title span {
  color: #10a210;
}

.two-column-boxes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1199.98px) {
  .two-column-boxes__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.two-column-boxes__grid_versus {
  gap: 0.875rem;
}

@media (max-width: 991.98px) {
  .two-column-boxes__grid_versus {
    gap: 10px;
  }
}
.two-column-boxes__grid_versus:after {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: var(--i);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .two-column-boxes__grid_versus:after {
    width: 38px;
    height: 38px;
    font-size: 0.875rem;
  }
}
.two-column-boxes__item {
  padding: 3rem;
  background: #fdfcfa;
  border: 1px solid #eceae6;
  border-radius: 7px;
}

.two-column-boxes__item_white {
  background: #fff;
}

.two-column-boxes__item_shadow {
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.09);
  border: 0;
}

.two-column-boxes__item_gradient {
  background: url("../images/column-gradient_1.png") no-repeat;
  background-size: cover;
  color: #fff;
}

.two-column-boxes__item-title {
  margin: 0 0 0.5rem;
  font-family: "OpenSans";
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 1199.98px) {
  .two-column-boxes__item-title {
    font-size: 1.375rem;
  }
}
.two-column-boxes__item-desc {
  font-weight: 500;
  margin: 0 0 1.5rem;
  max-width: 500px;
}
.mb-p-15 p {
  margin: 0 0 1.5rem;
}
.two-column-boxes__item-bullets {
  margin: 0 0 2rem;
}

.two-column-boxes__item-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.two-column-boxes__item-bullets ul li {
  margin: 0 0 0.5rem;
  padding: 0 0 0 2rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDVWMTlINVY1SDE5Wk0xOSAzSDVDMy45IDMgMyAzLjkgMyA1VjE5QzMgMjAuMSAzLjkgMjEgNSAyMUgxOUMyMC4xIDIxIDIxIDIwLjEgMjEgMTlWNUMyMSAzLjkgMjAuMSAzIDE5IDNaIiBmaWxsPSIjQTdBNkExIi8+Cjwvc3ZnPgo=")
    no-repeat 0 0;
  color: var(--text-color);
}

.two-column-boxes__item-bullets ul li:last-child {
  margin: 0;
}

.two-column-boxes__item-button {
  display: table;
}

.two-column-boxes.dandy-scheme_teal .two-column-boxes__item-button .dandy-button,
.post-card_article:hover
  .two-column-boxes.post-card__inner.post-card__inner-featured
  .two-column-boxes__item-button
  .dandy-button,
.footer__social .two-column-boxes.social .two-column-boxes__item-button .dandy-button,
.dandy-calculator
  .dandy-calculator-panel-results
  .two-column-boxes.result-footer
  .two-column-boxes__item-button
  .dandy-button {
  color: #fff;
}

.two-column-boxes.dandy-scheme_teal .two-column-boxes__item-button .dandy-button:hover,
.post-card_article:hover
  .two-column-boxes.post-card__inner.post-card__inner-featured
  .two-column-boxes__item-button
  .dandy-button:hover,
.footer__social .two-column-boxes.social .two-column-boxes__item-button .dandy-button:hover,
.dandy-calculator
  .dandy-calculator-panel-results
  .two-column-boxes.result-footer
  .two-column-boxes__item-button
  .dandy-button:hover {
  background: #003a30;
}

.two-column-boxes_item-bullets_check ul li {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNzk1MDggMTUuODc0OUw0LjYyNTA4IDExLjcwNDlMMy4yMDUwOCAxMy4xMTQ5TDguNzk1MDggMTguNzA0OUwyMC43OTUxIDYuNzA0OTJMMTkuMzg1MSA1LjI5NDkyTDguNzk1MDggMTUuODc0OVoiIGZpbGw9IiMxNTg5MTUiLz4KPC9zdmc+Cg==")
    no-repeat 0 0;
}

.two-column-boxes_item-bullets_cancel ul li {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyQzIgMTcuNTMgNi40NyAyMiAxMiAyMkMxNy41MyAyMiAyMiAxNy41MyAyMiAxMkMyMiA2LjQ3IDE3LjUzIDIgMTIgMlpNMTIgMjBDNy41OSAyMCA0IDE2LjQxIDQgMTJDNCA3LjU5IDcuNTkgNCAxMiA0QzE2LjQxIDQgMjAgNy41OSAyMCAxMkMyMCAxNi40MSAxNi40MSAyMCAxMiAyMFpNMTUuNTkgN0wxMiAxMC41OUw4LjQxIDdMNyA4LjQxTDEwLjU5IDEyTDcgMTUuNTlMOC40MSAxN0wxMiAxMy40MUwxNS41OSAxN0wxNyAxNS41OUwxMy40MSAxMkwxNyA4LjQxTDE1LjU5IDdaIiBmaWxsPSIjOEYxODRCIi8+Cjwvc3ZnPgo=")
    no-repeat 0 0;
}

.two-column-boxes_item_green {
  background: #e0f7e0;
}

.two-column-boxes__item-subheading {
  margin: 0 0 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7b7b7b;
  font-weight: 500;
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .two-column-boxes__item-subheading {
    font-size: 0.563rem;
    margin: 0 0 0.5rem;
  }
}
.two-column-boxes.dandy-scheme_white .two-column-boxes__item {
  border-radius: 18px;
}

@media (max-width: 991.98px) {
  .two-column-boxes.dandy-scheme_white .two-column-boxes__item {
    padding: 1.5rem 1.5rem 2.125rem;
  }
}
.two-column-boxes.dandy-scheme_white .two-column-boxes__item-title {
  letter-spacing: -0.01em;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 1.5rem;
}

@media (max-width: 991.98px) {
  .two-column-boxes.dandy-scheme_white .two-column-boxes__item-title {
    font-size: 0.938rem;
    margin: 0 0 1rem;
  }
}
.two-column-boxes.dandy-scheme_white .two-column-boxes__item-desc {
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: 2;
  margin: 0;
}

@media (max-width: 991.98px) {
  .two-column-boxes.dandy-scheme_white .two-column-boxes__item-desc {
    font-size: 0.75rem;
  }
}
.two-column-boxes.dandy-scheme_white .two-column-boxes__item_gradient .two-column-boxes__item-subheading {
  color: #10a210;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__item_gradient .two-column-boxes__item-title {
  color: #fff !important;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__item_gradient .two-column-boxes__item-desc {
  color: #fff;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__item_gradient .two-column-boxes__item-desc * {
  color: #fff;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__item_white .two-column-boxes__item-title {
  color: #003a30;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__item_white .two-column-boxes__item-desc {
  color: #333;
}

.two-column-boxes.dandy-scheme_white .two-column-boxes__item_white .two-column-boxes__item-desc p {
  color: #333;
}

.video-slider {
  padding: 3.5rem 0;
}

@media (max-width: 1399.98px) {
  .video-slider {
    padding: 2rem 0;
  }
}
.video-slider__title {
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
  max-width: 900px;
  font-size: 3.5rem;
  font-family: "OpenSans";
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .video-slider__title {
    font-size: 2.125rem;
  }
}
.video-slider__desc {
  text-align: center;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  color: var(--color-primary);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.video-slider__content {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  margin-top: 3.5rem;
}

@media (max-width: 1199.98px) {
  .video-slider__content {
    max-width: 532px;
  }
}
.video-slider__list {
  padding: 0 7.25rem;
}

@media (max-width: 1199.98px) {
  .video-slider__list {
    padding: 0 5rem;
  }
}
.video-slider__item {
  margin: 0 12px;
  width: 300px;
}

@media (max-width: 1199.98px) {
  .video-slider__item {
    width: 100%;
  }
}
.video-slider__item .video__card {
  height: 530px;
}

@media (max-width: 1199.98px) {
  .video-slider__item .video__card {
    height: 320px;
  }
}
.video-slider .flickity-page-dots {
  display: none;
}

.video-slider .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  user-select: none;
  width: 60px;
  height: 60px;
  border: 1px solid #a7a6a1;
  border-radius: 50%;
  transition: 0.15s ease-out;
  outline: none;
  appearance: none;
}

@media (max-width: 1199.98px) {
  .video-slider .flickity-prev-next-button {
    width: 48px;
    height: 48px;
  }
}
.video-slider .flickity-prev-next-button svg {
  display: none;
}

.video-slider .flickity-prev-next-button:hover {
  background-color: #ddd;
  border-color: #ddd;
}

.video-slider .flickity-prev-next-button.previous {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODkyNiAxNC40NDA2TDEuOTQ2MzggNi43MzI4NEwwLjE2MzY0NiA4LjUwMjA1TDguMDU4ODQgMTYuMjM3MkM4LjA1ODg0IDE2LjIzNzIgNi4yNzg2NiAxNy45ODEzIDkuODkyNiAxNC40NDA2WiIgZmlsbD0iIzAwM0EzMCIvPgo8cGF0aCBkPSJNOC4wNTg4NCAwLjY2Njc0OEwwLjE2MzY0NiA4LjUwMjA1TDIuMDUyMSAxMC4zNTIyQzkuMzM1ODkgMy4yMTYwOCAwLjQzNzUzMyAxMS45MzcyIDQuMzc0MjcgOC4wODAyNkM2LjAzNjE5IDYuNDUyMDIgMTAgMi41Njg1NiAxMCAyLjU2ODU2TDguMDU4ODQgMC42NjY3NDhaIiBmaWxsPSIjMDAzQTMwIi8+Cjwvc3ZnPgo=")
    no-repeat 50% 50%;
}

.video-slider .flickity-prev-next-button.next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMTA3Mzk4IDIuODkyODdMOC4wNTM2MiAxMC42MDA3TDkuODM2MzUgOC44MzE0NEwxLjk0MTE2IDEuMDk2MjhDMS45NDExNiAxLjA5NjI4IDMuNzIxMzQgLTAuNjQ3ODExIDAuMTA3Mzk4IDIuODkyODdaIiBmaWxsPSIjMDAzQTMwIi8+CjxwYXRoIGQ9Ik0xLjk0MTE2IDE2LjY2NjdMOS44MzYzNSA4LjgzMTQ0TDcuOTQ3OSA2Ljk4MTI3QzAuNjY0MTEzIDE0LjExNzQgOS41NjI0NyA1LjM5NjMgNS42MjU3MyA5LjI1MzIzQzMuOTYzODEgMTAuODgxNSAwIDE0Ljc2NDkgMCAxNC43NjQ5TDEuOTQxMTYgMTYuNjY2N1oiIGZpbGw9IiMwMDNBMzAiLz4KPC9zdmc+Cg==")
    no-repeat 50% 50%;
}

.pricing-table {
  padding: 7.5rem 0;
}

@media (max-width: 1199.98px) {
  .pricing-table {
    padding: 2.25rem 0;
  }
}
.pricing-table__title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  .pricing-table__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .pricing-table__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1399.98px) {
  .pricing-table__title {
    margin-bottom: 1.25rem;
  }
}
.pricing-table__grid {
  max-width: 932px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
}

@media (max-width: 1199.98px) {
  .pricing-table__grid {
    gap: 2.25rem;
    flex-direction: column;
  }
}
.pricing-table__column {
  flex: 1;
  padding: 3rem 2.5rem;
  border: 1px solid #336159;
  border-radius: 10px;
  background: #fdfcfa;
}

@media (max-width: 1199.98px) {
  .pricing-table__column {
    padding: 2.25rem;
  }
}
.pricing-table__caption {
  margin: 0 0 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.pricing-table__name {
  font-size: 2rem;
  font-family: "OpenSans";
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

.pricing-table__pic {
  margin: 0 0 1.5rem;
}

.pricing-table__content {
  padding: 1.5rem 0 0;
  border-top: 1px solid #a7a6a1;
}

.pricing-table__label {
  font-weight: bold;
  margin: 0 0 0.875rem;
}

@media (max-width: 1199.98px) {
  .pricing-table__label {
    font-size: 1.25rem;
  }
}
.pricing-table__content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table__content > ul li {
  padding: 0 0 0 2rem;
  position: relative;
  margin: 0 0 0.5rem;
  font-weight: 500;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNzk1MDIgMTUuOTMxOEw0LjYyNTAyIDExLjc2MThMMy4yMDUwMiAxMy4xNzE4TDguNzk1MDIgMTguNzYxOEwyMC43OTUgNi43NjE4MUwxOS4zODUgNS4zNTE4MUw4Ljc5NTAyIDE1LjkzMThaIiBmaWxsPSIjMzM2MTU5Ii8+Cjwvc3ZnPgo=")
    no-repeat;
}

@media (max-width: 1199.98px) {
  .pricing-table__content > ul li {
    font-size: 1.375rem;
    background-position: 0 3px;
  }
}
.pricing-table__content > ul li:last-child {
  margin: 0;
}

.pricing-table__button {
  margin-top: 2.25rem;
}

.pricing-table__button .dandy-button {
  width: 100%;
  height: 56px;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.pricing-table__note {
  text-align: center;
  padding: 3rem 0 0;
  color: #7e7c78;
  font-weight: 500;
  font-size: 1.25rem;
}

.pricing-table__note a {
  color: #336159;
  transition: 0.3s ease-out;
  margin-left: 4px;
  text-decoration: none;
}

.pricing-table__note a:hover {
  opacity: 0.7;
}

@media (max-width: 1199.98px) {
  .pricing-table__note {
    font-size: 1.375rem;
  }
  .pricing-table__note a {
    display: block;
    text-decoration: underline;
  }
}
.time-steps {
  padding: 10.25rem 0;
}

@media (max-width: 991.98px) {
  .time-steps {
    padding: 5.25rem 0;
  }
}
.time-steps__header {
  text-align: center;
  margin: 0 0 4.25rem;
}

@media (max-width: 991.98px) {
  .time-steps__header {
    margin: 0 0 2.5rem;
  }
}
.time-steps__title {
  font-size: 3.5rem;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

@media (max-width: 991.98px) {
  .time-steps__title {
    font-size: 2.5rem;
  }
}
.time-steps__desc {
  font-size: 1.5rem;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .time-steps__desc {
    font-size: 1.25rem;
  }
}
.time-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .time-steps__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.time-steps__item {
  position: relative;
  padding: 1.5rem;
  color: #fff;
  border-radius: 9px;
  box-shadow: 0 0 5px 0 #c5f1c5;
  background: var(--color-primary);
}

.time-steps__item:after {
  content: "";
  top: 50%;
  width: 1rem;
  right: -1rem;
  height: 1px;
  position: absolute;
  background: var(--color-primary);
}

@media (max-width: 991.98px) {
  .time-steps__item:after {
    left: 50%;
    top: initial;
    height: 1rem;
    bottom: -1rem;
    width: 1px;
  }
}
.time-steps__item:last-child:after {
  display: none;
}

.time-steps__item-head {
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem;
  gap: 0.75rem;
}

.time-steps__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  width: 46px;
  height: 46px;
  flex: none;
  background: var(--color-accent);
}

.time-steps__item-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.time-steps__item-desc {
  color: #fff;
  font-weight: 500;
}

.lifecycle {
  padding: 3.875rem 0;
}

.lifecycle__title {
  font-size: 3.5rem;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto 4.25rem;
  max-width: 854px;
  text-align: center;
}

.lifecycle__title span {
  color: var(--color-accent);
}

@media (max-width: 991.98px) {
  .lifecycle__title {
    font-size: 2.5rem;
    margin: 0 0 2.25rem;
  }
}
.lifecycle__table {
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  overflow: hidden;
  max-width: 1090px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .lifecycle__table {
    display: flex;
    flex-direction: row-reverse;
  }
}
.lifecycle__table-grid {
  display: flex;
}

@media (max-width: 991.98px) {
  .lifecycle__table-grid {
    display: block;
    flex: auto;
  }
}
.lifecycle__table-column {
  width: 61%;
  border-right: 2px solid var(--color-primary);
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .lifecycle__table-column {
    width: 100%;
    border-right: 0;
  }
}
.lifecycle__table-column:last-child {
  border-right: 0;
}

.lifecycle__table-column:first-child {
  width: 40%;
}

@media (max-width: 991.98px) {
  .lifecycle__table-column:first-child {
    width: 100%;
  }
}
.lifecycle__table-head {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 1.125rem;
  background: var(--table-head-color);
  font-weight: 600;
  border-bottom: 2px solid var(--color-primary);
  flex: none;
}

@media (max-width: 991.98px) {
  .lifecycle__table-head {
    font-size: 1rem;
    text-align: center;
  }
}
.lifecycle__table-head strong {
  font-weight: 700;
}

.lifecycle__table-head_blue {
  background: #c9dcf9;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 991.98px) {
  .lifecycle__table-head_blue {
    text-align: center;
  }
}
.lifecycle__table-head_green {
  text-align: center;
  background: #c5f1c5;
}

.lifecycle__table-list {
  display: flex;
  flex: auto;
}

@media (max-width: 991.98px) {
  .lifecycle__table-list {
    display: block;
  }
}
.lifecycle__table-item {
  flex: 1;
  border-right: 2px solid var(--color-primary);
}

@media (max-width: 991.98px) {
  .lifecycle__table-item {
    border-right: 0;
    border-bottom: 2px solid var(--color-primary);
  }
}
.lifecycle__table-item:last-child {
  border-right: 0;
}

.lifecycle__table-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 1.125rem;
  text-align: center;
  padding: 1.25rem 1rem;
  gap: 2rem;
  line-height: 1.2;
  font-family: "OpenSans";
}

@media (max-width: 991.98px) {
  .lifecycle__table-card {
    gap: 1.5rem;
    font-size: 1rem;
  }
}
.lifecycle__table-card p {
  max-width: 150px;
  margin: 0 auto;
}

.lifecycle__table-card img {
  max-height: 94px;
  display: table;
  margin: 1rem auto 0;
}

.lifecycle__table-note {
  text-align: center;
  padding: 6px 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  background: var(--color-primary);
  flex: none;
}

.lifecycle__table-note_single {
  display: none;
}

@media (max-width: 991.98px) {
  .lifecycle__table-note {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 10px;
  }
  .lifecycle__table-note_single {
    display: block;
  }
  .lifecycle__table-note_full {
    display: none;
  }
}
.lifecycle__table-end {
  background: #eceae6;
  padding: 1.25rem 2.5rem;
  border-top: 2px solid var(--color-primary);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991.98px) {
  .lifecycle__table-end {
    width: 90px;
    flex: none;
    border-top: 0;
    border-right: 2px solid var(--color-primary);
    flex-direction: column;
    gap: 1rem;
    padding: 8rem 1rem 3rem;
  }
}
.lifecycle__table-arrow {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMjA5IDE2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjA3Ljk1NyA4LjY3NTgzQzIwOC4zNDggOC4yODUzMSAyMDguMzQ4IDcuNjUyMTQgMjA3Ljk1NyA3LjI2MTYyTDIwMS41OTMgMC44OTc2NTZDMjAxLjIwMyAwLjUwNzEzMSAyMDAuNTY5IDAuNTA3MTMyIDIwMC4xNzkgMC44OTc2NTZDMTk5Ljc4OCAxLjI4ODE4IDE5OS43ODggMS45MjEzNSAyMDAuMTc5IDIuMzExODdMMjA1LjgzNiA3Ljk2ODcyTDIwMC4xNzkgMTMuNjI1NkMxOTkuNzg4IDE0LjAxNjEgMTk5Ljc4OCAxNC42NDkzIDIwMC4xNzkgMTUuMDM5OEMyMDAuNTY5IDE1LjQzMDMgMjAxLjIwMyAxNS40MzAzIDIwMS41OTMgMTUuMDM5OEwyMDcuOTU3IDguNjc1ODNaTTAuMjk5MTQ1IDguOTY4NzVDMC44NTE0MyA4Ljk2ODc1IDEuMjk5MTUgOC41MjEwMyAxLjI5OTE1IDcuOTY4NzVDMS4yOTkxNSA3LjQxNjQ3IDAuODUxNDMgNi45Njg3NSAwLjI5OTE0NSA2Ljk2ODc1TDAuMjk5MTQ1IDguOTY4NzVaTTguMTYyMzkgNi45Njg3NUM3LjYxMDExIDYuOTY4NzUgNy4xNjIzOSA3LjQxNjQ2IDcuMTYyMzkgNy45Njg3NUM3LjE2MjM5IDguNTIxMDMgNy42MTAxMSA4Ljk2ODc1IDguMTYyMzkgOC45Njg3NUw4LjE2MjM5IDYuOTY4NzVaTTguMjYwNjggOC45Njg3NUM4LjgxMjk3IDguOTY4NzUgOS4yNjA2OCA4LjUyMTAzIDkuMjYwNjggNy45Njg3NUM5LjI2MDY4IDcuNDE2NDYgOC44MTI5NyA2Ljk2ODc1IDguMjYwNjggNi45Njg3NUw4LjI2MDY4IDguOTY4NzVaTTE2LjEyMzkgNi45Njg3NUMxNS41NzE2IDYuOTY4NzUgMTUuMTIzOSA3LjQxNjQ2IDE1LjEyMzkgNy45Njg3NUMxNS4xMjM5IDguNTIxMDMgMTUuNTcxNiA4Ljk2ODc1IDE2LjEyMzkgOC45Njg3NUwxNi4xMjM5IDYuOTY4NzVaTTE2LjIyMjIgOC45Njg3NUMxNi43NzQ1IDguOTY4NzUgMTcuMjIyMiA4LjUyMTAzIDE3LjIyMjIgNy45Njg3NUMxNy4yMjIyIDcuNDE2NDYgMTYuNzc0NSA2Ljk2ODc1IDE2LjIyMjIgNi45Njg3NUwxNi4yMjIyIDguOTY4NzVaTTI0LjA4NTUgNi45Njg3NUMyMy41MzMyIDYuOTY4NzUgMjMuMDg1NSA3LjQxNjQ2IDIzLjA4NTUgNy45Njg3NUMyMy4wODU1IDguNTIxMDMgMjMuNTMzMiA4Ljk2ODc1IDI0LjA4NTUgOC45Njg3NUwyNC4wODU1IDYuOTY4NzVaTTI0LjE4MzggOC45Njg3NUMyNC43MzYgOC45Njg3NSAyNS4xODM4IDguNTIxMDMgMjUuMTgzOCA3Ljk2ODc1QzI1LjE4MzggNy40MTY0NiAyNC43MzYgNi45Njg3NSAyNC4xODM4IDYuOTY4NzVMMjQuMTgzOCA4Ljk2ODc1Wk0zMi4wNDcgNi45Njg3NUMzMS40OTQ3IDYuOTY4NzUgMzEuMDQ3IDcuNDE2NDYgMzEuMDQ3IDcuOTY4NzVDMzEuMDQ3IDguNTIxMDMgMzEuNDk0NyA4Ljk2ODc1IDMyLjA0NyA4Ljk2ODc1TDMyLjA0NyA2Ljk2ODc1Wk0zMi4xNDUzIDguOTY4NzVDMzIuNjk3NiA4Ljk2ODc1IDMzLjE0NTMgOC41MjEwMyAzMy4xNDUzIDcuOTY4NzVDMzMuMTQ1MyA3LjQxNjQ2IDMyLjY5NzYgNi45Njg3NSAzMi4xNDUzIDYuOTY4NzVMMzIuMTQ1MyA4Ljk2ODc1Wk00MC4wMDg1IDYuOTY4NzRDMzkuNDU2MyA2Ljk2ODc0IDM5LjAwODUgNy40MTY0NiAzOS4wMDg1IDcuOTY4NzRDMzkuMDA4NSA4LjUyMTAzIDM5LjQ1NjMgOC45Njg3NCA0MC4wMDg1IDguOTY4NzRMNDAuMDA4NSA2Ljk2ODc0Wk00MC4xMDY4IDguOTY4NzRDNDAuNjU5MSA4Ljk2ODc0IDQxLjEwNjggOC41MjEwMyA0MS4xMDY4IDcuOTY4NzRDNDEuMTA2OCA3LjQxNjQ2IDQwLjY1OTEgNi45Njg3NCA0MC4xMDY4IDYuOTY4NzRMNDAuMTA2OCA4Ljk2ODc0Wk00Ny45NzAxIDYuOTY4NzRDNDcuNDE3OCA2Ljk2ODc0IDQ2Ljk3MDEgNy40MTY0NiA0Ni45NzAxIDcuOTY4NzRDNDYuOTcwMSA4LjUyMTAzIDQ3LjQxNzggOC45Njg3NCA0Ny45NzAxIDguOTY4NzRMNDcuOTcwMSA2Ljk2ODc0Wk00OC4wNjg0IDguOTY4NzRDNDguNjIwNyA4Ljk2ODc0IDQ5LjA2ODQgOC41MjEwMyA0OS4wNjg0IDcuOTY4NzRDNDkuMDY4NCA3LjQxNjQ2IDQ4LjYyMDcgNi45Njg3NCA0OC4wNjg0IDYuOTY4NzRMNDguMDY4NCA4Ljk2ODc0Wk01NS45MzE2IDYuOTY4NzRDNTUuMzc5MyA2Ljk2ODc0IDU0LjkzMTYgNy40MTY0NiA1NC45MzE2IDcuOTY4NzRDNTQuOTMxNiA4LjUyMTAzIDU1LjM3OTMgOC45Njg3NCA1NS45MzE2IDguOTY4NzRMNTUuOTMxNiA2Ljk2ODc0Wk01Ni4wMjk5IDguOTY4NzRDNTYuNTgyMiA4Ljk2ODc0IDU3LjAyOTkgOC41MjEwMyA1Ny4wMjk5IDcuOTY4NzRDNTcuMDI5OSA3LjQxNjQ2IDU2LjU4MjIgNi45Njg3NCA1Ni4wMjk5IDYuOTY4NzRMNTYuMDI5OSA4Ljk2ODc0Wk02My44OTMyIDYuOTY4NzRDNjMuMzQwOSA2Ljk2ODc0IDYyLjg5MzIgNy40MTY0NiA2Mi44OTMyIDcuOTY4NzRDNjIuODkzMiA4LjUyMTAzIDYzLjM0MDkgOC45Njg3NCA2My44OTMyIDguOTY4NzRMNjMuODkzMiA2Ljk2ODc0Wk02My45OTE0IDguOTY4NzRDNjQuNTQzNyA4Ljk2ODc0IDY0Ljk5MTQgOC41MjEwMyA2NC45OTE0IDcuOTY4NzRDNjQuOTkxNCA3LjQxNjQ2IDY0LjU0MzcgNi45Njg3NCA2My45OTE0IDYuOTY4NzRMNjMuOTkxNCA4Ljk2ODc0Wk03MS44NTQ3IDYuOTY4NzRDNzEuMzAyNCA2Ljk2ODc0IDcwLjg1NDcgNy40MTY0NiA3MC44NTQ3IDcuOTY4NzRDNzAuODU0NyA4LjUyMTAzIDcxLjMwMjQgOC45Njg3NCA3MS44NTQ3IDguOTY4NzRMNzEuODU0NyA2Ljk2ODc0Wk03MS45NTMgOC45Njg3NEM3Mi41MDUzIDguOTY4NzQgNzIuOTUzIDguNTIxMDMgNzIuOTUzIDcuOTY4NzRDNzIuOTUzIDcuNDE2NDYgNzIuNTA1MyA2Ljk2ODc0IDcxLjk1MyA2Ljk2ODc0TDcxLjk1MyA4Ljk2ODc0Wk03OS44MTYyIDYuOTY4NzRDNzkuMjYzOSA2Ljk2ODc0IDc4LjgxNjIgNy40MTY0NSA3OC44MTYyIDcuOTY4NzRDNzguODE2MiA4LjUyMTAyIDc5LjI2MzkgOC45Njg3NCA3OS44MTYyIDguOTY4NzRMNzkuODE2MiA2Ljk2ODc0Wk03OS45MTQ1IDguOTY4NzRDODAuNDY2OCA4Ljk2ODc0IDgwLjkxNDUgOC41MjEwMiA4MC45MTQ1IDcuOTY4NzRDODAuOTE0NSA3LjQxNjQ1IDgwLjQ2NjggNi45Njg3NCA3OS45MTQ1IDYuOTY4NzRMNzkuOTE0NSA4Ljk2ODc0Wk04Ny43Nzc4IDYuOTY4NzRDODcuMjI1NSA2Ljk2ODc0IDg2Ljc3NzggNy40MTY0NSA4Ni43Nzc4IDcuOTY4NzRDODYuNzc3OCA4LjUyMTAyIDg3LjIyNTUgOC45Njg3NCA4Ny43Nzc4IDguOTY4NzRMODcuNzc3OCA2Ljk2ODc0Wk04Ny44NzYxIDguOTY4NzRDODguNDI4MyA4Ljk2ODc0IDg4Ljg3NjEgOC41MjEwMiA4OC44NzYxIDcuOTY4NzRDODguODc2MSA3LjQxNjQ1IDg4LjQyODMgNi45Njg3NCA4Ny44NzYxIDYuOTY4NzRMODcuODc2MSA4Ljk2ODc0Wk05NS43MzkzIDYuOTY4NzRDOTUuMTg3IDYuOTY4NzQgOTQuNzM5MyA3LjQxNjQ1IDk0LjczOTMgNy45Njg3NEM5NC43MzkzIDguNTIxMDIgOTUuMTg3IDguOTY4NzQgOTUuNzM5MyA4Ljk2ODc0TDk1LjczOTMgNi45Njg3NFpNOTUuODM3NiA4Ljk2ODc0Qzk2LjM4OTkgOC45Njg3NCA5Ni44Mzc2IDguNTIxMDIgOTYuODM3NiA3Ljk2ODc0Qzk2LjgzNzYgNy40MTY0NSA5Ni4zODk5IDYuOTY4NzQgOTUuODM3NiA2Ljk2ODc0TDk1LjgzNzYgOC45Njg3NFpNMTAzLjcwMSA2Ljk2ODc0QzEwMy4xNDkgNi45Njg3NCAxMDIuNzAxIDcuNDE2NDUgMTAyLjcwMSA3Ljk2ODc0QzEwMi43MDEgOC41MjEwMiAxMDMuMTQ5IDguOTY4NzQgMTAzLjcwMSA4Ljk2ODc0TDEwMy43MDEgNi45Njg3NFpNMTAzLjc5OSA4Ljk2ODc0QzEwNC4zNTEgOC45Njg3NCAxMDQuNzk5IDguNTIxMDIgMTA0Ljc5OSA3Ljk2ODc0QzEwNC43OTkgNy40MTY0NSAxMDQuMzUxIDYuOTY4NzQgMTAzLjc5OSA2Ljk2ODc0TDEwMy43OTkgOC45Njg3NFpNMTExLjY2MiA2Ljk2ODc0QzExMS4xMSA2Ljk2ODc0IDExMC42NjIgNy40MTY0NSAxMTAuNjYyIDcuOTY4NzRDMTEwLjY2MiA4LjUyMTAyIDExMS4xMSA4Ljk2ODc0IDExMS42NjIgOC45Njg3NEwxMTEuNjYyIDYuOTY4NzRaTTExMS43NjEgOC45Njg3NEMxMTIuMzEzIDguOTY4NzQgMTEyLjc2MSA4LjUyMTAyIDExMi43NjEgNy45Njg3NEMxMTIuNzYxIDcuNDE2NDUgMTEyLjMxMyA2Ljk2ODc0IDExMS43NjEgNi45Njg3NEwxMTEuNzYxIDguOTY4NzRaTTExOS42MjQgNi45Njg3M0MxMTkuMDcyIDYuOTY4NzMgMTE4LjYyNCA3LjQxNjQ1IDExOC42MjQgNy45Njg3M0MxMTguNjI0IDguNTIxMDIgMTE5LjA3MiA4Ljk2ODczIDExOS42MjQgOC45Njg3M0wxMTkuNjI0IDYuOTY4NzNaTTExOS43MjIgOC45Njg3M0MxMjAuMjc1IDguOTY4NzMgMTIwLjcyMiA4LjUyMTAyIDEyMC43MjIgNy45Njg3M0MxMjAuNzIyIDcuNDE2NDUgMTIwLjI3NSA2Ljk2ODczIDExOS43MjIgNi45Njg3M0wxMTkuNzIyIDguOTY4NzNaTTEyNy41ODUgNi45Njg3M0MxMjcuMDMzIDYuOTY4NzMgMTI2LjU4NSA3LjQxNjQ1IDEyNi41ODUgNy45Njg3M0MxMjYuNTg1IDguNTIxMDIgMTI3LjAzMyA4Ljk2ODczIDEyNy41ODUgOC45Njg3M0wxMjcuNTg1IDYuOTY4NzNaTTEyNy42ODQgOC45Njg3M0MxMjguMjM2IDguOTY4NzMgMTI4LjY4NCA4LjUyMTAyIDEyOC42ODQgNy45Njg3M0MxMjguNjg0IDcuNDE2NDUgMTI4LjIzNiA2Ljk2ODczIDEyNy42ODQgNi45Njg3M0wxMjcuNjg0IDguOTY4NzNaTTEzNS41NDcgNi45Njg3M0MxMzQuOTk1IDYuOTY4NzMgMTM0LjU0NyA3LjQxNjQ1IDEzNC41NDcgNy45Njg3M0MxMzQuNTQ3IDguNTIxMDIgMTM0Ljk5NSA4Ljk2ODczIDEzNS41NDcgOC45Njg3M0wxMzUuNTQ3IDYuOTY4NzNaTTEzNS42NDUgOC45Njg3M0MxMzYuMTk4IDguOTY4NzMgMTM2LjY0NSA4LjUyMTAyIDEzNi42NDUgNy45Njg3M0MxMzYuNjQ1IDcuNDE2NDUgMTM2LjE5OCA2Ljk2ODczIDEzNS42NDUgNi45Njg3M0wxMzUuNjQ1IDguOTY4NzNaTTE0My41MDkgNi45Njg3M0MxNDIuOTU2IDYuOTY4NzMgMTQyLjUwOSA3LjQxNjQ1IDE0Mi41MDkgNy45Njg3M0MxNDIuNTA5IDguNTIxMDIgMTQyLjk1NiA4Ljk2ODczIDE0My41MDkgOC45Njg3M0wxNDMuNTA5IDYuOTY4NzNaTTE0My42MDcgOC45Njg3M0MxNDQuMTU5IDguOTY4NzMgMTQ0LjYwNyA4LjUyMTAyIDE0NC42MDcgNy45Njg3M0MxNDQuNjA3IDcuNDE2NDUgMTQ0LjE1OSA2Ljk2ODczIDE0My42MDcgNi45Njg3M0wxNDMuNjA3IDguOTY4NzNaTTE1MS40NyA2Ljk2ODczQzE1MC45MTggNi45Njg3MyAxNTAuNDcgNy40MTY0NSAxNTAuNDcgNy45Njg3M0MxNTAuNDcgOC41MjEwMiAxNTAuOTE4IDguOTY4NzMgMTUxLjQ3IDguOTY4NzNMMTUxLjQ3IDYuOTY4NzNaTTE1MS41NjggOC45Njg3M0MxNTIuMTIxIDguOTY4NzMgMTUyLjU2OCA4LjUyMTAxIDE1Mi41NjggNy45Njg3M0MxNTIuNTY4IDcuNDE2NDUgMTUyLjEyMSA2Ljk2ODczIDE1MS41NjggNi45Njg3M0wxNTEuNTY4IDguOTY4NzNaTTE1OS40MzIgNi45Njg3M0MxNTguODc5IDYuOTY4NzMgMTU4LjQzMiA3LjQxNjQ0IDE1OC40MzIgNy45Njg3M0MxNTguNDMyIDguNTIxMDEgMTU4Ljg3OSA4Ljk2ODczIDE1OS40MzIgOC45Njg3M0wxNTkuNDMyIDYuOTY4NzNaTTE1OS41MyA4Ljk2ODczQzE2MC4wODIgOC45Njg3MyAxNjAuNTMgOC41MjEwMSAxNjAuNTMgNy45Njg3M0MxNjAuNTMgNy40MTY0NCAxNjAuMDgyIDYuOTY4NzMgMTU5LjUzIDYuOTY4NzNMMTU5LjUzIDguOTY4NzNaTTE2Ny4zOTMgNi45Njg3M0MxNjYuODQxIDYuOTY4NzMgMTY2LjM5MyA3LjQxNjQ0IDE2Ni4zOTMgNy45Njg3M0MxNjYuMzkzIDguNTIxMDEgMTY2Ljg0MSA4Ljk2ODczIDE2Ny4zOTMgOC45Njg3M0wxNjcuMzkzIDYuOTY4NzNaTTE2Ny40OTIgOC45Njg3M0MxNjguMDQ0IDguOTY4NzMgMTY4LjQ5MiA4LjUyMTAxIDE2OC40OTIgNy45Njg3M0MxNjguNDkyIDcuNDE2NDQgMTY4LjA0NCA2Ljk2ODczIDE2Ny40OTIgNi45Njg3M0wxNjcuNDkyIDguOTY4NzNaTTE3NS4zNTUgNi45Njg3M0MxNzQuODAyIDYuOTY4NzMgMTc0LjM1NSA3LjQxNjQ0IDE3NC4zNTUgNy45Njg3M0MxNzQuMzU1IDguNTIxMDEgMTc0LjgwMiA4Ljk2ODczIDE3NS4zNTUgOC45Njg3M0wxNzUuMzU1IDYuOTY4NzNaTTE3NS40NTMgOC45Njg3M0MxNzYuMDA1IDguOTY4NzMgMTc2LjQ1MyA4LjUyMTAxIDE3Ni40NTMgNy45Njg3M0MxNzYuNDUzIDcuNDE2NDQgMTc2LjAwNSA2Ljk2ODczIDE3NS40NTMgNi45Njg3M0wxNzUuNDUzIDguOTY4NzNaTTE4My4zMTYgNi45Njg3M0MxODIuNzY0IDYuOTY4NzMgMTgyLjMxNiA3LjQxNjQ0IDE4Mi4zMTYgNy45Njg3M0MxODIuMzE2IDguNTIxMDEgMTgyLjc2NCA4Ljk2ODczIDE4My4zMTYgOC45Njg3M0wxODMuMzE2IDYuOTY4NzNaTTE4My40MTUgOC45Njg3M0MxODMuOTY3IDguOTY4NzMgMTg0LjQxNSA4LjUyMTAxIDE4NC40MTUgNy45Njg3M0MxODQuNDE1IDcuNDE2NDQgMTgzLjk2NyA2Ljk2ODczIDE4My40MTUgNi45Njg3M0wxODMuNDE1IDguOTY4NzNaTTE5MS4yNzggNi45Njg3MkMxOTAuNzI2IDYuOTY4NzMgMTkwLjI3OCA3LjQxNjQ0IDE5MC4yNzggNy45Njg3M0MxOTAuMjc4IDguNTIxMDEgMTkwLjcyNiA4Ljk2ODczIDE5MS4yNzggOC45Njg3MkwxOTEuMjc4IDYuOTY4NzJaTTE5MS4zNzYgOC45Njg3MkMxOTEuOTI4IDguOTY4NzIgMTkyLjM3NiA4LjUyMTAxIDE5Mi4zNzYgNy45Njg3MkMxOTIuMzc2IDcuNDE2NDQgMTkxLjkyOCA2Ljk2ODcyIDE5MS4zNzYgNi45Njg3MkwxOTEuMzc2IDguOTY4NzJaTTE5OS4yMzkgNi45Njg3MkMxOTguNjg3IDYuOTY4NzIgMTk4LjIzOSA3LjQxNjQ0IDE5OC4yMzkgNy45Njg3MkMxOTguMjM5IDguNTIxMDEgMTk4LjY4NyA4Ljk2ODcyIDE5OS4yMzkgOC45Njg3MkwxOTkuMjM5IDYuOTY4NzJaTTE5OS4zMzggOC45Njg3MkMxOTkuODkgOC45Njg3MiAyMDAuMzM4IDguNTIxMDEgMjAwLjMzOCA3Ljk2ODcyQzIwMC4zMzggNy40MTY0NCAxOTkuODkgNi45Njg3MiAxOTkuMzM4IDYuOTY4NzJMMTk5LjMzOCA4Ljk2ODcyWk0yMDcuMjAxIDYuOTY4NzJDMjA2LjY0OSA2Ljk2ODcyIDIwNi4yMDEgNy40MTY0NCAyMDYuMjAxIDcuOTY4NzJDMjA2LjIwMSA4LjUyMTAxIDIwNi42NDkgOC45Njg3MiAyMDcuMjAxIDguOTY4NzJMMjA3LjIwMSA2Ljk2ODcyWk0wLjI1IDguOTY4NzVMMC4yOTkxNDUgOC45Njg3NUwwLjI5OTE0NSA2Ljk2ODc1TDAuMjUgNi45Njg3NUwwLjI1IDguOTY4NzVaTTguMTYyMzkgOC45Njg3NUw4LjI2MDY4IDguOTY4NzVMOC4yNjA2OCA2Ljk2ODc1TDguMTYyMzkgNi45Njg3NUw4LjE2MjM5IDguOTY4NzVaTTE2LjEyMzkgOC45Njg3NUwxNi4yMjIyIDguOTY4NzVMMTYuMjIyMiA2Ljk2ODc1TDE2LjEyMzkgNi45Njg3NUwxNi4xMjM5IDguOTY4NzVaTTI0LjA4NTUgOC45Njg3NUwyNC4xODM4IDguOTY4NzVMMjQuMTgzOCA2Ljk2ODc1TDI0LjA4NTUgNi45Njg3NUwyNC4wODU1IDguOTY4NzVaTTMyLjA0NyA4Ljk2ODc1TDMyLjE0NTMgOC45Njg3NUwzMi4xNDUzIDYuOTY4NzVMMzIuMDQ3IDYuOTY4NzVMMzIuMDQ3IDguOTY4NzVaTTQwLjAwODUgOC45Njg3NEw0MC4xMDY4IDguOTY4NzRMNDAuMTA2OCA2Ljk2ODc0TDQwLjAwODUgNi45Njg3NEw0MC4wMDg1IDguOTY4NzRaTTQ3Ljk3MDEgOC45Njg3NEw0OC4wNjg0IDguOTY4NzRMNDguMDY4NCA2Ljk2ODc0TDQ3Ljk3MDEgNi45Njg3NEw0Ny45NzAxIDguOTY4NzRaTTU1LjkzMTYgOC45Njg3NEw1Ni4wMjk5IDguOTY4NzRMNTYuMDI5OSA2Ljk2ODc0TDU1LjkzMTYgNi45Njg3NEw1NS45MzE2IDguOTY4NzRaTTYzLjg5MzIgOC45Njg3NEw2My45OTE0IDguOTY4NzRMNjMuOTkxNCA2Ljk2ODc0TDYzLjg5MzIgNi45Njg3NEw2My44OTMyIDguOTY4NzRaTTcxLjg1NDcgOC45Njg3NEw3MS45NTMgOC45Njg3NEw3MS45NTMgNi45Njg3NEw3MS44NTQ3IDYuOTY4NzRMNzEuODU0NyA4Ljk2ODc0Wk03OS44MTYyIDguOTY4NzRMNzkuOTE0NSA4Ljk2ODc0TDc5LjkxNDUgNi45Njg3NEw3OS44MTYyIDYuOTY4NzRMNzkuODE2MiA4Ljk2ODc0Wk04Ny43Nzc4IDguOTY4NzRMODcuODc2MSA4Ljk2ODc0TDg3Ljg3NjEgNi45Njg3NEw4Ny43Nzc4IDYuOTY4NzRMODcuNzc3OCA4Ljk2ODc0Wk05NS43MzkzIDguOTY4NzRMOTUuODM3NiA4Ljk2ODc0TDk1LjgzNzYgNi45Njg3NEw5NS43MzkzIDYuOTY4NzRMOTUuNzM5MyA4Ljk2ODc0Wk0xMDMuNzAxIDguOTY4NzRMMTAzLjc5OSA4Ljk2ODc0TDEwMy43OTkgNi45Njg3NEwxMDMuNzAxIDYuOTY4NzRMMTAzLjcwMSA4Ljk2ODc0Wk0xMTEuNjYyIDguOTY4NzRMMTExLjc2MSA4Ljk2ODc0TDExMS43NjEgNi45Njg3NEwxMTEuNjYyIDYuOTY4NzRMMTExLjY2MiA4Ljk2ODc0Wk0xMTkuNjI0IDguOTY4NzNMMTE5LjcyMiA4Ljk2ODczTDExOS43MjIgNi45Njg3M0wxMTkuNjI0IDYuOTY4NzNMMTE5LjYyNCA4Ljk2ODczWk0xMjcuNTg1IDguOTY4NzNMMTI3LjY4NCA4Ljk2ODczTDEyNy42ODQgNi45Njg3M0wxMjcuNTg1IDYuOTY4NzNMMTI3LjU4NSA4Ljk2ODczWk0xMzUuNTQ3IDguOTY4NzNMMTM1LjY0NSA4Ljk2ODczTDEzNS42NDUgNi45Njg3M0wxMzUuNTQ3IDYuOTY4NzNMMTM1LjU0NyA4Ljk2ODczWk0xNDMuNTA5IDguOTY4NzNMMTQzLjYwNyA4Ljk2ODczTDE0My42MDcgNi45Njg3M0wxNDMuNTA5IDYuOTY4NzNMMTQzLjUwOSA4Ljk2ODczWk0xNTEuNDcgOC45Njg3M0wxNTEuNTY4IDguOTY4NzNMMTUxLjU2OCA2Ljk2ODczTDE1MS40NyA2Ljk2ODczTDE1MS40NyA4Ljk2ODczWk0xNTkuNDMyIDguOTY4NzNMMTU5LjUzIDguOTY4NzNMMTU5LjUzIDYuOTY4NzNMMTU5LjQzMiA2Ljk2ODczTDE1OS40MzIgOC45Njg3M1pNMTY3LjM5MyA4Ljk2ODczTDE2Ny40OTIgOC45Njg3M0wxNjcuNDkyIDYuOTY4NzNMMTY3LjM5MyA2Ljk2ODczTDE2Ny4zOTMgOC45Njg3M1pNMTc1LjM1NSA4Ljk2ODczTDE3NS40NTMgOC45Njg3M0wxNzUuNDUzIDYuOTY4NzNMMTc1LjM1NSA2Ljk2ODczTDE3NS4zNTUgOC45Njg3M1pNMTgzLjMxNiA4Ljk2ODczTDE4My40MTUgOC45Njg3M0wxODMuNDE1IDYuOTY4NzNMMTgzLjMxNiA2Ljk2ODczTDE4My4zMTYgOC45Njg3M1pNMTkxLjI3OCA4Ljk2ODcyTDE5MS4zNzYgOC45Njg3MkwxOTEuMzc2IDYuOTY4NzJMMTkxLjI3OCA2Ljk2ODcyTDE5MS4yNzggOC45Njg3MlpNMTk5LjIzOSA4Ljk2ODcyTDE5OS4zMzggOC45Njg3MkwxOTkuMzM4IDYuOTY4NzJMMTk5LjIzOSA2Ljk2ODcyTDE5OS4yMzkgOC45Njg3MlpNMjA3LjIwMSA4Ljk2ODcyTDIwNy4yNSA4Ljk2ODcyTDIwNy4yNSA2Ljk2ODcyTDIwNy4yMDEgNi45Njg3MkwyMDcuMjAxIDguOTY4NzJaTTIwNy45NTcgOC42NzU4M0MyMDguMzQ4IDguMjg1MzEgMjA4LjM0OCA3LjY1MjE0IDIwNy45NTcgNy4yNjE2MkwyMDEuNTkzIDAuODk3NjU2QzIwMS4yMDMgMC41MDcxMzEgMjAwLjU2OSAwLjUwNzEzMiAyMDAuMTc5IDAuODk3NjU2QzE5OS43ODggMS4yODgxOCAxOTkuNzg4IDEuOTIxMzUgMjAwLjE3OSAyLjMxMTg3TDIwNS44MzYgNy45Njg3MkwyMDAuMTc5IDEzLjYyNTZDMTk5Ljc4OCAxNC4wMTYxIDE5OS43ODggMTQuNjQ5MyAyMDAuMTc5IDE1LjAzOThDMjAwLjU2OSAxNS40MzAzIDIwMS4yMDMgMTUuNDMwMyAyMDEuNTkzIDE1LjAzOThMMjA3Ljk1NyA4LjY3NTgzWk0wLjI5OTE0NSA4Ljk2ODc1QzAuODUxNDMgOC45Njg3NSAxLjI5OTE1IDguNTIxMDMgMS4yOTkxNSA3Ljk2ODc1QzEuMjk5MTUgNy40MTY0NyAwLjg1MTQzIDYuOTY4NzUgMC4yOTkxNDUgNi45Njg3NUwwLjI5OTE0NSA4Ljk2ODc1Wk04LjE2MjM5IDYuOTY4NzVDNy42MTAxMSA2Ljk2ODc1IDcuMTYyMzkgNy40MTY0NiA3LjE2MjM5IDcuOTY4NzVDNy4xNjIzOSA4LjUyMTAzIDcuNjEwMTEgOC45Njg3NSA4LjE2MjM5IDguOTY4NzVMOC4xNjIzOSA2Ljk2ODc1Wk04LjI2MDY4IDguOTY4NzVDOC44MTI5NyA4Ljk2ODc1IDkuMjYwNjggOC41MjEwMyA5LjI2MDY4IDcuOTY4NzVDOS4yNjA2OCA3LjQxNjQ2IDguODEyOTcgNi45Njg3NSA4LjI2MDY4IDYuOTY4NzVMOC4yNjA2OCA4Ljk2ODc1Wk0xNi4xMjM5IDYuOTY4NzVDMTUuNTcxNiA2Ljk2ODc1IDE1LjEyMzkgNy40MTY0NiAxNS4xMjM5IDcuOTY4NzVDMTUuMTIzOSA4LjUyMTAzIDE1LjU3MTYgOC45Njg3NSAxNi4xMjM5IDguOTY4NzVMMTYuMTIzOSA2Ljk2ODc1Wk0xNi4yMjIyIDguOTY4NzVDMTYuNzc0NSA4Ljk2ODc1IDE3LjIyMjIgOC41MjEwMyAxNy4yMjIyIDcuOTY4NzVDMTcuMjIyMiA3LjQxNjQ2IDE2Ljc3NDUgNi45Njg3NSAxNi4yMjIyIDYuOTY4NzVMMTYuMjIyMiA4Ljk2ODc1Wk0yNC4wODU1IDYuOTY4NzVDMjMuNTMzMiA2Ljk2ODc1IDIzLjA4NTUgNy40MTY0NiAyMy4wODU1IDcuOTY4NzVDMjMuMDg1NSA4LjUyMTAzIDIzLjUzMzIgOC45Njg3NSAyNC4wODU1IDguOTY4NzVMMjQuMDg1NSA2Ljk2ODc1Wk0yNC4xODM4IDguOTY4NzVDMjQuNzM2IDguOTY4NzUgMjUuMTgzOCA4LjUyMTAzIDI1LjE4MzggNy45Njg3NUMyNS4xODM4IDcuNDE2NDYgMjQuNzM2IDYuOTY4NzUgMjQuMTgzOCA2Ljk2ODc1TDI0LjE4MzggOC45Njg3NVpNMzIuMDQ3IDYuOTY4NzVDMzEuNDk0NyA2Ljk2ODc1IDMxLjA0NyA3LjQxNjQ2IDMxLjA0NyA3Ljk2ODc1QzMxLjA0NyA4LjUyMTAzIDMxLjQ5NDcgOC45Njg3NSAzMi4wNDcgOC45Njg3NUwzMi4wNDcgNi45Njg3NVpNMzIuMTQ1MyA4Ljk2ODc1QzMyLjY5NzYgOC45Njg3NSAzMy4xNDUzIDguNTIxMDMgMzMuMTQ1MyA3Ljk2ODc1QzMzLjE0NTMgNy40MTY0NiAzMi42OTc2IDYuOTY4NzUgMzIuMTQ1MyA2Ljk2ODc1TDMyLjE0NTMgOC45Njg3NVpNNDAuMDA4NSA2Ljk2ODc0QzM5LjQ1NjMgNi45Njg3NCAzOS4wMDg1IDcuNDE2NDYgMzkuMDA4NSA3Ljk2ODc0QzM5LjAwODUgOC41MjEwMyAzOS40NTYzIDguOTY4NzQgNDAuMDA4NSA4Ljk2ODc0TDQwLjAwODUgNi45Njg3NFpNNDAuMTA2OCA4Ljk2ODc0QzQwLjY1OTEgOC45Njg3NCA0MS4xMDY4IDguNTIxMDMgNDEuMTA2OCA3Ljk2ODc0QzQxLjEwNjggNy40MTY0NiA0MC42NTkxIDYuOTY4NzQgNDAuMTA2OCA2Ljk2ODc0TDQwLjEwNjggOC45Njg3NFpNNDcuOTcwMSA2Ljk2ODc0QzQ3LjQxNzggNi45Njg3NCA0Ni45NzAxIDcuNDE2NDYgNDYuOTcwMSA3Ljk2ODc0QzQ2Ljk3MDEgOC41MjEwMyA0Ny40MTc4IDguOTY4NzQgNDcuOTcwMSA4Ljk2ODc0TDQ3Ljk3MDEgNi45Njg3NFpNNDguMDY4NCA4Ljk2ODc0QzQ4LjYyMDcgOC45Njg3NCA0OS4wNjg0IDguNTIxMDMgNDkuMDY4NCA3Ljk2ODc0QzQ5LjA2ODQgNy40MTY0NiA0OC42MjA3IDYuOTY4NzQgNDguMDY4NCA2Ljk2ODc0TDQ4LjA2ODQgOC45Njg3NFpNNTUuOTMxNiA2Ljk2ODc0QzU1LjM3OTMgNi45Njg3NCA1NC45MzE2IDcuNDE2NDYgNTQuOTMxNiA3Ljk2ODc0QzU0LjkzMTYgOC41MjEwMyA1NS4zNzkzIDguOTY4NzQgNTUuOTMxNiA4Ljk2ODc0TDU1LjkzMTYgNi45Njg3NFpNNTYuMDI5OSA4Ljk2ODc0QzU2LjU4MjIgOC45Njg3NCA1Ny4wMjk5IDguNTIxMDMgNTcuMDI5OSA3Ljk2ODc0QzU3LjAyOTkgNy40MTY0NiA1Ni41ODIyIDYuOTY4NzQgNTYuMDI5OSA2Ljk2ODc0TDU2LjAyOTkgOC45Njg3NFpNNjMuODkzMiA2Ljk2ODc0QzYzLjM0MDkgNi45Njg3NCA2Mi44OTMyIDcuNDE2NDYgNjIuODkzMiA3Ljk2ODc0QzYyLjg5MzIgOC41MjEwMyA2My4zNDA5IDguOTY4NzQgNjMuODkzMiA4Ljk2ODc0TDYzLjg5MzIgNi45Njg3NFpNNjMuOTkxNCA4Ljk2ODc0QzY0LjU0MzcgOC45Njg3NCA2NC45OTE0IDguNTIxMDMgNjQuOTkxNCA3Ljk2ODc0QzY0Ljk5MTQgNy40MTY0NiA2NC41NDM3IDYuOTY4NzQgNjMuOTkxNCA2Ljk2ODc0TDYzLjk5MTQgOC45Njg3NFpNNzEuODU0NyA2Ljk2ODc0QzcxLjMwMjQgNi45Njg3NCA3MC44NTQ3IDcuNDE2NDYgNzAuODU0NyA3Ljk2ODc0QzcwLjg1NDcgOC41MjEwMyA3MS4zMDI0IDguOTY4NzQgNzEuODU0NyA4Ljk2ODc0TDcxLjg1NDcgNi45Njg3NFpNNzEuOTUzIDguOTY4NzRDNzIuNTA1MyA4Ljk2ODc0IDcyLjk1MyA4LjUyMTAzIDcyLjk1MyA3Ljk2ODc0QzcyLjk1MyA3LjQxNjQ2IDcyLjUwNTMgNi45Njg3NCA3MS45NTMgNi45Njg3NEw3MS45NTMgOC45Njg3NFpNNzkuODE2MiA2Ljk2ODc0Qzc5LjI2MzkgNi45Njg3NCA3OC44MTYyIDcuNDE2NDUgNzguODE2MiA3Ljk2ODc0Qzc4LjgxNjIgOC41MjEwMiA3OS4yNjM5IDguOTY4NzQgNzkuODE2MiA4Ljk2ODc0TDc5LjgxNjIgNi45Njg3NFpNNzkuOTE0NSA4Ljk2ODc0QzgwLjQ2NjggOC45Njg3NCA4MC45MTQ1IDguNTIxMDIgODAuOTE0NSA3Ljk2ODc0QzgwLjkxNDUgNy40MTY0NSA4MC40NjY4IDYuOTY4NzQgNzkuOTE0NSA2Ljk2ODc0TDc5LjkxNDUgOC45Njg3NFpNODcuNzc3OCA2Ljk2ODc0Qzg3LjIyNTUgNi45Njg3NCA4Ni43Nzc4IDcuNDE2NDUgODYuNzc3OCA3Ljk2ODc0Qzg2Ljc3NzggOC41MjEwMiA4Ny4yMjU1IDguOTY4NzQgODcuNzc3OCA4Ljk2ODc0TDg3Ljc3NzggNi45Njg3NFpNODcuODc2MSA4Ljk2ODc0Qzg4LjQyODMgOC45Njg3NCA4OC44NzYxIDguNTIxMDIgODguODc2MSA3Ljk2ODc0Qzg4Ljg3NjEgNy40MTY0NSA4OC40MjgzIDYuOTY4NzQgODcuODc2MSA2Ljk2ODc0TDg3Ljg3NjEgOC45Njg3NFpNOTUuNzM5MyA2Ljk2ODc0Qzk1LjE4NyA2Ljk2ODc0IDk0LjczOTMgNy40MTY0NSA5NC43MzkzIDcuOTY4NzRDOTQuNzM5MyA4LjUyMTAyIDk1LjE4NyA4Ljk2ODc0IDk1LjczOTMgOC45Njg3NEw5NS43MzkzIDYuOTY4NzRaTTk1LjgzNzYgOC45Njg3NEM5Ni4zODk5IDguOTY4NzQgOTYuODM3NiA4LjUyMTAyIDk2LjgzNzYgNy45Njg3NEM5Ni44Mzc2IDcuNDE2NDUgOTYuMzg5OSA2Ljk2ODc0IDk1LjgzNzYgNi45Njg3NEw5NS44Mzc2IDguOTY4NzRaTTEwMy43MDEgNi45Njg3NEMxMDMuMTQ5IDYuOTY4NzQgMTAyLjcwMSA3LjQxNjQ1IDEwMi43MDEgNy45Njg3NEMxMDIuNzAxIDguNTIxMDIgMTAzLjE0OSA4Ljk2ODc0IDEwMy43MDEgOC45Njg3NEwxMDMuNzAxIDYuOTY4NzRaTTEwMy43OTkgOC45Njg3NEMxMDQuMzUxIDguOTY4NzQgMTA0Ljc5OSA4LjUyMTAyIDEwNC43OTkgNy45Njg3NEMxMDQuNzk5IDcuNDE2NDUgMTA0LjM1MSA2Ljk2ODc0IDEwMy43OTkgNi45Njg3NEwxMDMuNzk5IDguOTY4NzRaTTExMS42NjIgNi45Njg3NEMxMTEuMTEgNi45Njg3NCAxMTAuNjYyIDcuNDE2NDUgMTEwLjY2MiA3Ljk2ODc0QzExMC42NjIgOC41MjEwMiAxMTEuMTEgOC45Njg3NCAxMTEuNjYyIDguOTY4NzRMMTExLjY2MiA2Ljk2ODc0Wk0xMTEuNzYxIDguOTY4NzRDMTEyLjMxMyA4Ljk2ODc0IDExMi43NjEgOC41MjEwMiAxMTIuNzYxIDcuOTY4NzRDMTEyLjc2MSA3LjQxNjQ1IDExMi4zMTMgNi45Njg3NCAxMTEuNzYxIDYuOTY4NzRMMTExLjc2MSA4Ljk2ODc0Wk0xMTkuNjI0IDYuOTY4NzNDMTE5LjA3MiA2Ljk2ODczIDExOC42MjQgNy40MTY0NSAxMTguNjI0IDcuOTY4NzNDMTE4LjYyNCA4LjUyMTAyIDExOS4wNzIgOC45Njg3MyAxMTkuNjI0IDguOTY4NzNMMTE5LjYyNCA2Ljk2ODczWk0xMTkuNzIyIDguOTY4NzNDMTIwLjI3NSA4Ljk2ODczIDEyMC43MjIgOC41MjEwMiAxMjAuNzIyIDcuOTY4NzNDMTIwLjcyMiA3LjQxNjQ1IDEyMC4yNzUgNi45Njg3MyAxMTkuNzIyIDYuOTY4NzNMMTE5LjcyMiA4Ljk2ODczWk0xMjcuNTg1IDYuOTY4NzNDMTI3LjAzMyA2Ljk2ODczIDEyNi41ODUgNy40MTY0NSAxMjYuNTg1IDcuOTY4NzNDMTI2LjU4NSA4LjUyMTAyIDEyNy4wMzMgOC45Njg3MyAxMjcuNTg1IDguOTY4NzNMMTI3LjU4NSA2Ljk2ODczWk0xMjcuNjg0IDguOTY4NzNDMTI4LjIzNiA4Ljk2ODczIDEyOC42ODQgOC41MjEwMiAxMjguNjg0IDcuOTY4NzNDMTI4LjY4NCA3LjQxNjQ1IDEyOC4yMzYgNi45Njg3MyAxMjcuNjg0IDYuOTY4NzNMMTI3LjY4NCA4Ljk2ODczWk0xMzUuNTQ3IDYuOTY4NzNDMTM0Ljk5NSA2Ljk2ODczIDEzNC41NDcgNy40MTY0NSAxMzQuNTQ3IDcuOTY4NzNDMTM0LjU0NyA4LjUyMTAyIDEzNC45OTUgOC45Njg3MyAxMzUuNTQ3IDguOTY4NzNMMTM1LjU0NyA2Ljk2ODczWk0xMzUuNjQ1IDguOTY4NzNDMTM2LjE5OCA4Ljk2ODczIDEzNi42NDUgOC41MjEwMiAxMzYuNjQ1IDcuOTY4NzNDMTM2LjY0NSA3LjQxNjQ1IDEzNi4xOTggNi45Njg3MyAxMzUuNjQ1IDYuOTY4NzNMMTM1LjY0NSA4Ljk2ODczWk0xNDMuNTA5IDYuOTY4NzNDMTQyLjk1NiA2Ljk2ODczIDE0Mi41MDkgNy40MTY0NSAxNDIuNTA5IDcuOTY4NzNDMTQyLjUwOSA4LjUyMTAyIDE0Mi45NTYgOC45Njg3MyAxNDMuNTA5IDguOTY4NzNMMTQzLjUwOSA2Ljk2ODczWk0xNDMuNjA3IDguOTY4NzNDMTQ0LjE1OSA4Ljk2ODczIDE0NC42MDcgOC41MjEwMiAxNDQuNjA3IDcuOTY4NzNDMTQ0LjYwNyA3LjQxNjQ1IDE0NC4xNTkgNi45Njg3MyAxNDMuNjA3IDYuOTY4NzNMMTQzLjYwNyA4Ljk2ODczWk0xNTEuNDcgNi45Njg3M0MxNTAuOTE4IDYuOTY4NzMgMTUwLjQ3IDcuNDE2NDUgMTUwLjQ3IDcuOTY4NzNDMTUwLjQ3IDguNTIxMDIgMTUwLjkxOCA4Ljk2ODczIDE1MS40NyA4Ljk2ODczTDE1MS40NyA2Ljk2ODczWk0xNTEuNTY4IDguOTY4NzNDMTUyLjEyMSA4Ljk2ODczIDE1Mi41NjggOC41MjEwMSAxNTIuNTY4IDcuOTY4NzNDMTUyLjU2OCA3LjQxNjQ1IDE1Mi4xMjEgNi45Njg3MyAxNTEuNTY4IDYuOTY4NzNMMTUxLjU2OCA4Ljk2ODczWk0xNTkuNDMyIDYuOTY4NzNDMTU4Ljg3OSA2Ljk2ODczIDE1OC40MzIgNy40MTY0NCAxNTguNDMyIDcuOTY4NzNDMTU4LjQzMiA4LjUyMTAxIDE1OC44NzkgOC45Njg3MyAxNTkuNDMyIDguOTY4NzNMMTU5LjQzMiA2Ljk2ODczWk0xNTkuNTMgOC45Njg3M0MxNjAuMDgyIDguOTY4NzMgMTYwLjUzIDguNTIxMDEgMTYwLjUzIDcuOTY4NzNDMTYwLjUzIDcuNDE2NDQgMTYwLjA4MiA2Ljk2ODczIDE1OS41MyA2Ljk2ODczTDE1OS41MyA4Ljk2ODczWk0xNjcuMzkzIDYuOTY4NzNDMTY2Ljg0MSA2Ljk2ODczIDE2Ni4zOTMgNy40MTY0NCAxNjYuMzkzIDcuOTY4NzNDMTY2LjM5MyA4LjUyMTAxIDE2Ni44NDEgOC45Njg3MyAxNjcuMzkzIDguOTY4NzNMMTY3LjM5MyA2Ljk2ODczWk0xNjcuNDkyIDguOTY4NzNDMTY4LjA0NCA4Ljk2ODczIDE2OC40OTIgOC41MjEwMSAxNjguNDkyIDcuOTY4NzNDMTY4LjQ5MiA3LjQxNjQ0IDE2OC4wNDQgNi45Njg3MyAxNjcuNDkyIDYuOTY4NzNMMTY3LjQ5MiA4Ljk2ODczWk0xNzUuMzU1IDYuOTY4NzNDMTc0LjgwMiA2Ljk2ODczIDE3NC4zNTUgNy40MTY0NCAxNzQuMzU1IDcuOTY4NzNDMTc0LjM1NSA4LjUyMTAxIDE3NC44MDIgOC45Njg3MyAxNzUuMzU1IDguOTY4NzNMMTc1LjM1NSA2Ljk2ODczWk0xNzUuNDUzIDguOTY4NzNDMTc2LjAwNSA4Ljk2ODczIDE3Ni40NTMgOC41MjEwMSAxNzYuNDUzIDcuOTY4NzNDMTc2LjQ1MyA3LjQxNjQ0IDE3Ni4wMDUgNi45Njg3MyAxNzUuNDUzIDYuOTY4NzNMMTc1LjQ1MyA4Ljk2ODczWk0xODMuMzE2IDYuOTY4NzNDMTgyLjc2NCA2Ljk2ODczIDE4Mi4zMTYgNy40MTY0NCAxODIuMzE2IDcuOTY4NzNDMTgyLjMxNiA4LjUyMTAxIDE4Mi43NjQgOC45Njg3MyAxODMuMzE2IDguOTY4NzNMMTgzLjMxNiA2Ljk2ODczWk0xODMuNDE1IDguOTY4NzNDMTgzLjk2NyA4Ljk2ODczIDE4NC40MTUgOC41MjEwMSAxODQuNDE1IDcuOTY4NzNDMTg0LjQxNSA3LjQxNjQ0IDE4My45NjcgNi45Njg3MyAxODMuNDE1IDYuOTY4NzNMMTgzLjQxNSA4Ljk2ODczWk0xOTEuMjc4IDYuOTY4NzJDMTkwLjcyNiA2Ljk2ODczIDE5MC4yNzggNy40MTY0NCAxOTAuMjc4IDcuOTY4NzNDMTkwLjI3OCA4LjUyMTAxIDE5MC43MjYgOC45Njg3MyAxOTEuMjc4IDguOTY4NzJMMTkxLjI3OCA2Ljk2ODcyWk0xOTEuMzc2IDguOTY4NzJDMTkxLjkyOCA4Ljk2ODcyIDE5Mi4zNzYgOC41MjEwMSAxOTIuMzc2IDcuOTY4NzJDMTkyLjM3NiA3LjQxNjQ0IDE5MS45MjggNi45Njg3MiAxOTEuMzc2IDYuOTY4NzJMMTkxLjM3NiA4Ljk2ODcyWk0xOTkuMjM5IDYuOTY4NzJDMTk4LjY4NyA2Ljk2ODcyIDE5OC4yMzkgNy40MTY0NCAxOTguMjM5IDcuOTY4NzJDMTk4LjIzOSA4LjUyMTAxIDE5OC42ODcgOC45Njg3MiAxOTkuMjM5IDguOTY4NzJMMTk5LjIzOSA2Ljk2ODcyWk0xOTkuMzM4IDguOTY4NzJDMTk5Ljg5IDguOTY4NzIgMjAwLjMzOCA4LjUyMTAxIDIwMC4zMzggNy45Njg3MkMyMDAuMzM4IDcuNDE2NDQgMTk5Ljg5IDYuOTY4NzIgMTk5LjMzOCA2Ljk2ODcyTDE5OS4zMzggOC45Njg3MlpNMjA3LjIwMSA2Ljk2ODcyQzIwNi42NDkgNi45Njg3MiAyMDYuMjAxIDcuNDE2NDQgMjA2LjIwMSA3Ljk2ODcyQzIwNi4yMDEgOC41MjEwMSAyMDYuNjQ5IDguOTY4NzIgMjA3LjIwMSA4Ljk2ODcyTDIwNy4yMDEgNi45Njg3MlpNMC4yNSA4Ljk2ODc1TDAuMjk5MTQ1IDguOTY4NzVMMC4yOTkxNDUgNi45Njg3NUwwLjI1IDYuOTY4NzVMMC4yNSA4Ljk2ODc1Wk04LjE2MjM5IDguOTY4NzVMOC4yNjA2OCA4Ljk2ODc1TDguMjYwNjggNi45Njg3NUw4LjE2MjM5IDYuOTY4NzVMOC4xNjIzOSA4Ljk2ODc1Wk0xNi4xMjM5IDguOTY4NzVMMTYuMjIyMiA4Ljk2ODc1TDE2LjIyMjIgNi45Njg3NUwxNi4xMjM5IDYuOTY4NzVMMTYuMTIzOSA4Ljk2ODc1Wk0yNC4wODU1IDguOTY4NzVMMjQuMTgzOCA4Ljk2ODc1TDI0LjE4MzggNi45Njg3NUwyNC4wODU1IDYuOTY4NzVMMjQuMDg1NSA4Ljk2ODc1Wk0zMi4wNDcgOC45Njg3NUwzMi4xNDUzIDguOTY4NzVMMzIuMTQ1MyA2Ljk2ODc1TDMyLjA0NyA2Ljk2ODc1TDMyLjA0NyA4Ljk2ODc1Wk00MC4wMDg1IDguOTY4NzRMNDAuMTA2OCA4Ljk2ODc0TDQwLjEwNjggNi45Njg3NEw0MC4wMDg1IDYuOTY4NzRMNDAuMDA4NSA4Ljk2ODc0Wk00Ny45NzAxIDguOTY4NzRMNDguMDY4NCA4Ljk2ODc0TDQ4LjA2ODQgNi45Njg3NEw0Ny45NzAxIDYuOTY4NzRMNDcuOTcwMSA4Ljk2ODc0Wk01NS45MzE2IDguOTY4NzRMNTYuMDI5OSA4Ljk2ODc0TDU2LjAyOTkgNi45Njg3NEw1NS45MzE2IDYuOTY4NzRMNTUuOTMxNiA4Ljk2ODc0Wk02My44OTMyIDguOTY4NzRMNjMuOTkxNCA4Ljk2ODc0TDYzLjk5MTQgNi45Njg3NEw2My44OTMyIDYuOTY4NzRMNjMuODkzMiA4Ljk2ODc0Wk03MS44NTQ3IDguOTY4NzRMNzEuOTUzIDguOTY4NzRMNzEuOTUzIDYuOTY4NzRMNzEuODU0NyA2Ljk2ODc0TDcxLjg1NDcgOC45Njg3NFpNNzkuODE2MiA4Ljk2ODc0TDc5LjkxNDUgOC45Njg3NEw3OS45MTQ1IDYuOTY4NzRMNzkuODE2MiA2Ljk2ODc0TDc5LjgxNjIgOC45Njg3NFpNODcuNzc3OCA4Ljk2ODc0TDg3Ljg3NjEgOC45Njg3NEw4Ny44NzYxIDYuOTY4NzRMODcuNzc3OCA2Ljk2ODc0TDg3Ljc3NzggOC45Njg3NFpNOTUuNzM5MyA4Ljk2ODc0TDk1LjgzNzYgOC45Njg3NEw5NS44Mzc2IDYuOTY4NzRMOTUuNzM5MyA2Ljk2ODc0TDk1LjczOTMgOC45Njg3NFpNMTAzLjcwMSA4Ljk2ODc0TDEwMy43OTkgOC45Njg3NEwxMDMuNzk5IDYuOTY4NzRMMTAzLjcwMSA2Ljk2ODc0TDEwMy43MDEgOC45Njg3NFpNMTExLjY2MiA4Ljk2ODc0TDExMS43NjEgOC45Njg3NEwxMTEuNzYxIDYuOTY4NzRMMTExLjY2MiA2Ljk2ODc0TDExMS42NjIgOC45Njg3NFpNMTE5LjYyNCA4Ljk2ODczTDExOS43MjIgOC45Njg3M0wxMTkuNzIyIDYuOTY4NzNMMTE5LjYyNCA2Ljk2ODczTDExOS42MjQgOC45Njg3M1pNMTI3LjU4NSA4Ljk2ODczTDEyNy42ODQgOC45Njg3M0wxMjcuNjg0IDYuOTY4NzNMMTI3LjU4NSA2Ljk2ODczTDEyNy41ODUgOC45Njg3M1pNMTM1LjU0NyA4Ljk2ODczTDEzNS42NDUgOC45Njg3M0wxMzUuNjQ1IDYuOTY4NzNMMTM1LjU0NyA2Ljk2ODczTDEzNS41NDcgOC45Njg3M1pNMTQzLjUwOSA4Ljk2ODczTDE0My42MDcgOC45Njg3M0wxNDMuNjA3IDYuOTY4NzNMMTQzLjUwOSA2Ljk2ODczTDE0My41MDkgOC45Njg3M1pNMTUxLjQ3IDguOTY4NzNMMTUxLjU2OCA4Ljk2ODczTDE1MS41NjggNi45Njg3M0wxNTEuNDcgNi45Njg3M0wxNTEuNDcgOC45Njg3M1pNMTU5LjQzMiA4Ljk2ODczTDE1OS41MyA4Ljk2ODczTDE1OS41MyA2Ljk2ODczTDE1OS40MzIgNi45Njg3M0wxNTkuNDMyIDguOTY4NzNaTTE2Ny4zOTMgOC45Njg3M0wxNjcuNDkyIDguOTY4NzNMMTY3LjQ5MiA2Ljk2ODczTDE2Ny4zOTMgNi45Njg3M0wxNjcuMzkzIDguOTY4NzNaTTE3NS4zNTUgOC45Njg3M0wxNzUuNDUzIDguOTY4NzNMMTc1LjQ1MyA2Ljk2ODczTDE3NS4zNTUgNi45Njg3M0wxNzUuMzU1IDguOTY4NzNaTTE4My4zMTYgOC45Njg3M0wxODMuNDE1IDguOTY4NzNMMTgzLjQxNSA2Ljk2ODczTDE4My4zMTYgNi45Njg3M0wxODMuMzE2IDguOTY4NzNaTTE5MS4yNzggOC45Njg3MkwxOTEuMzc2IDguOTY4NzJMMTkxLjM3NiA2Ljk2ODcyTDE5MS4yNzggNi45Njg3MkwxOTEuMjc4IDguOTY4NzJaTTE5OS4yMzkgOC45Njg3MkwxOTkuMzM4IDguOTY4NzJMMTk5LjMzOCA2Ljk2ODcyTDE5OS4yMzkgNi45Njg3MkwxOTkuMjM5IDguOTY4NzJaTTIwNy4yMDEgOC45Njg3MkwyMDcuMjUgOC45Njg3MkwyMDcuMjUgNi45Njg3MkwyMDcuMjAxIDYuOTY4NzJMMjA3LjIwMSA4Ljk2ODcyWiIgZmlsbD0iIzAwM0EzMCIvPgo8L3N2Zz4K")
    no-repeat 100% 50%;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  font-size: 1.125rem;
  width: 20%;
}

@media (max-width: 991.98px) {
  .lifecycle__table-arrow {
    height: 22%;
    font-size: 1rem;
    width: initial !important;
    text-align: center;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjg3IiB2aWV3Qm94PSIwIDAgMTYgMjg3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy4yOTI4OSAyODYuNzA3QzcuNjgzNDIgMjg3LjA5OCA4LjMxNjU4IDI4Ny4wOTggOC43MDcxMSAyODYuNzA3TDE1LjA3MTEgMjgwLjM0M0MxNS40NjE2IDI3OS45NTMgMTUuNDYxNiAyNzkuMzE5IDE1LjA3MTEgMjc4LjkyOUMxNC42ODA1IDI3OC41MzggMTQuMDQ3NCAyNzguNTM4IDEzLjY1NjkgMjc4LjkyOUw4IDI4NC41ODZMMi4zNDMxNSAyNzguOTI5QzEuOTUyNjIgMjc4LjUzOCAxLjMxOTQ2IDI3OC41MzggMC45Mjg5MzIgMjc4LjkyOUMwLjUzODQwOCAyNzkuMzE5IDAuNTM4NDA4IDI3OS45NTMgMC45Mjg5MzIgMjgwLjM0M0w3LjI5Mjg5IDI4Ni43MDdaTTcgMC4wNTA0NDA5QzcgMC42MDI3MjYgNy40NDc3MiAxLjA1MDQ0IDggMS4wNTA0NEM4LjU1MjI4IDEuMDUwNDQgOSAwLjYwMjcyNiA5IDAuMDUwNDQwOUw3IDAuMDUwNDQwOVpNOSA4LjEyMDk5QzkgNy41Njg3IDguNTUyMjggNy4xMjA5OSA4IDcuMTIwOTlDNy40NDc3MiA3LjEyMDk5IDcgNy41Njg3IDcgOC4xMjA5OUg5Wk03IDguMjIxODdDNyA4Ljc3NDE1IDcuNDQ3NzIgOS4yMjE4NyA4IDkuMjIxODdDOC41NTIyOCA5LjIyMTg3IDkgOC43NzQxNSA5IDguMjIxODdIN1pNOSAxNi4yOTI0QzkgMTUuNzQwMSA4LjU1MjI4IDE1LjI5MjQgOCAxNS4yOTI0QzcuNDQ3NzIgMTUuMjkyNCA3IDE1Ljc0MDEgNyAxNi4yOTI0SDlaTTcgMTYuMzkzM0M3IDE2Ljk0NTYgNy40NDc3MiAxNy4zOTMzIDggMTcuMzkzM0M4LjU1MjI4IDE3LjM5MzMgOSAxNi45NDU2IDkgMTYuMzkzM0g3Wk05IDI0LjQ2MzhDOSAyMy45MTE2IDguNTUyMjggMjMuNDYzOCA4IDIzLjQ2MzhDNy40NDc3MiAyMy40NjM4IDcgMjMuOTExNiA3IDI0LjQ2MzhIOVpNNyAyNC41NjQ3QzcgMjUuMTE3IDcuNDQ3NzIgMjUuNTY0NyA4IDI1LjU2NDdDOC41NTIyOCAyNS41NjQ3IDkgMjUuMTE3IDkgMjQuNTY0N0g3Wk05IDMyLjYzNTNDOSAzMi4wODMgOC41NTIyOCAzMS42MzUzIDggMzEuNjM1M0M3LjQ0NzcyIDMxLjYzNTMgNyAzMi4wODMgNyAzMi42MzUzSDlaTTcgMzIuNzM2MkM3IDMzLjI4ODQgNy40NDc3MiAzMy43MzYyIDggMzMuNzM2MkM4LjU1MjI4IDMzLjczNjIgOSAzMy4yODg0IDkgMzIuNzM2Mkg3Wk05IDQwLjgwNjdDOSA0MC4yNTQ0IDguNTUyMjggMzkuODA2NyA4IDM5LjgwNjdDNy40NDc3MiAzOS44MDY3IDcgNDAuMjU0NCA3IDQwLjgwNjdIOVpNNyA0MC45MDc2QzcgNDEuNDU5OSA3LjQ0NzcyIDQxLjkwNzYgOCA0MS45MDc2QzguNTUyMjggNDEuOTA3NiA5IDQxLjQ1OTkgOSA0MC45MDc2SDdaTTkgNDguOTc4MUM5IDQ4LjQyNTggOC41NTIyOCA0Ny45NzgxIDggNDcuOTc4MUM3LjQ0NzcyIDQ3Ljk3ODEgNyA0OC40MjU4IDcgNDguOTc4MUg5Wk03IDQ5LjA3OUM3IDQ5LjYzMTMgNy40NDc3MiA1MC4wNzkgOCA1MC4wNzlDOC41NTIyOCA1MC4wNzkgOSA0OS42MzEzIDkgNDkuMDc5SDdaTTkgNTcuMTQ5NkM5IDU2LjU5NzMgOC41NTIyOCA1Ni4xNDk2IDggNTYuMTQ5NkM3LjQ0NzcyIDU2LjE0OTYgNyA1Ni41OTczIDcgNTcuMTQ5Nkg5Wk03IDU3LjI1MDRDNyA1Ny44MDI3IDcuNDQ3NzIgNTguMjUwNCA4IDU4LjI1MDRDOC41NTIyOCA1OC4yNTA0IDkgNTcuODAyNyA5IDU3LjI1MDRIN1pNOSA2NS4zMjFDOSA2NC43Njg3IDguNTUyMjggNjQuMzIxIDggNjQuMzIxQzcuNDQ3NzIgNjQuMzIxIDcgNjQuNzY4NyA3IDY1LjMyMUg5Wk03IDY1LjQyMTlDNyA2NS45NzQyIDcuNDQ3NzIgNjYuNDIxOSA4IDY2LjQyMTlDOC41NTIyOCA2Ni40MjE5IDkgNjUuOTc0MiA5IDY1LjQyMTlIN1pNOSA3My40OTI0QzkgNzIuOTQwMSA4LjU1MjI4IDcyLjQ5MjQgOCA3Mi40OTI0QzcuNDQ3NzIgNzIuNDkyNCA3IDcyLjk0MDEgNyA3My40OTI0SDlaTTcgNzMuNTkzM0M3IDc0LjE0NTYgNy40NDc3MiA3NC41OTMzIDggNzQuNTkzM0M4LjU1MjI4IDc0LjU5MzMgOSA3NC4xNDU2IDkgNzMuNTkzM0g3Wk05IDgxLjY2MzlDOSA4MS4xMTE2IDguNTUyMjggODAuNjYzOSA4IDgwLjY2MzlDNy40NDc3MiA4MC42NjM5IDcgODEuMTExNiA3IDgxLjY2MzlIOVpNNyA4MS43NjQ3QzcgODIuMzE3IDcuNDQ3NzIgODIuNzY0NyA4IDgyLjc2NDdDOC41NTIyOCA4Mi43NjQ3IDkgODIuMzE3IDkgODEuNzY0N0g3Wk05IDg5LjgzNTNDOSA4OS4yODMgOC41NTIyOCA4OC44MzUzIDggODguODM1M0M3LjQ0NzcyIDg4LjgzNTMgNyA4OS4yODMgNyA4OS44MzUzSDlaTTcgODkuOTM2MkM3IDkwLjQ4ODUgNy40NDc3MiA5MC45MzYyIDggOTAuOTM2MkM4LjU1MjI4IDkwLjkzNjIgOSA5MC40ODg1IDkgODkuOTM2Mkg3Wk05IDk4LjAwNjdDOSA5Ny40NTQ0IDguNTUyMjggOTcuMDA2NyA4IDk3LjAwNjdDNy40NDc3MiA5Ny4wMDY3IDcgOTcuNDU0NCA3IDk4LjAwNjdIOVpNNyA5OC4xMDc2QzcgOTguNjU5OSA3LjQ0NzcyIDk5LjEwNzYgOCA5OS4xMDc2QzguNTUyMjggOTkuMTA3NiA5IDk4LjY1OTkgOSA5OC4xMDc2SDdaTTkgMTA2LjE3OEM5IDEwNS42MjYgOC41NTIyOCAxMDUuMTc4IDggMTA1LjE3OEM3LjQ0NzcyIDEwNS4xNzggNyAxMDUuNjI2IDcgMTA2LjE3OEg5Wk03IDEwNi4yNzlDNyAxMDYuODMxIDcuNDQ3NzIgMTA3LjI3OSA4IDEwNy4yNzlDOC41NTIyOCAxMDcuMjc5IDkgMTA2LjgzMSA5IDEwNi4yNzlIN1pNOSAxMTQuMzVDOSAxMTMuNzk3IDguNTUyMjggMTEzLjM1IDggMTEzLjM1QzcuNDQ3NzIgMTEzLjM1IDcgMTEzLjc5NyA3IDExNC4zNUg5Wk03IDExNC40NUM3IDExNS4wMDMgNy40NDc3MiAxMTUuNDUgOCAxMTUuNDVDOC41NTIyOCAxMTUuNDUgOSAxMTUuMDAzIDkgMTE0LjQ1SDdaTTkgMTIyLjUyMUM5IDEyMS45NjkgOC41NTIyOCAxMjEuNTIxIDggMTIxLjUyMUM3LjQ0NzcyIDEyMS41MjEgNyAxMjEuOTY5IDcgMTIyLjUyMUg5Wk03IDEyMi42MjJDNyAxMjMuMTc0IDcuNDQ3NzIgMTIzLjYyMiA4IDEyMy42MjJDOC41NTIyOCAxMjMuNjIyIDkgMTIzLjE3NCA5IDEyMi42MjJIN1pNOSAxMzAuNjkyQzkgMTMwLjE0IDguNTUyMjggMTI5LjY5MiA4IDEyOS42OTJDNy40NDc3MiAxMjkuNjkyIDcgMTMwLjE0IDcgMTMwLjY5Mkg5Wk03IDEzMC43OTNDNyAxMzEuMzQ2IDcuNDQ3NzIgMTMxLjc5MyA4IDEzMS43OTNDOC41NTIyOCAxMzEuNzkzIDkgMTMxLjM0NiA5IDEzMC43OTNIN1pNOSAxMzguODY0QzkgMTM4LjMxMiA4LjU1MjI4IDEzNy44NjQgOCAxMzcuODY0QzcuNDQ3NzIgMTM3Ljg2NCA3IDEzOC4zMTIgNyAxMzguODY0SDlaTTcgMTM4Ljk2NUM3IDEzOS41MTcgNy40NDc3MiAxMzkuOTY1IDggMTM5Ljk2NUM4LjU1MjI4IDEzOS45NjUgOSAxMzkuNTE3IDkgMTM4Ljk2NUg3Wk05IDE0Ny4wMzVDOSAxNDYuNDgzIDguNTUyMjggMTQ2LjAzNSA4IDE0Ni4wMzVDNy40NDc3MiAxNDYuMDM1IDcgMTQ2LjQ4MyA3IDE0Ny4wMzVIOVpNNyAxNDcuMTM2QzcgMTQ3LjY4OCA3LjQ0NzcyIDE0OC4xMzYgOCAxNDguMTM2QzguNTUyMjggMTQ4LjEzNiA5IDE0Ny42ODggOSAxNDcuMTM2SDdaTTkgMTU1LjIwN0M5IDE1NC42NTQgOC41NTIyOCAxNTQuMjA3IDggMTU0LjIwN0M3LjQ0NzcyIDE1NC4yMDcgNyAxNTQuNjU0IDcgMTU1LjIwN0g5Wk03IDE1NS4zMDhDNyAxNTUuODYgNy40NDc3MiAxNTYuMzA4IDggMTU2LjMwOEM4LjU1MjI4IDE1Ni4zMDggOSAxNTUuODYgOSAxNTUuMzA4SDdaTTkgMTYzLjM3OEM5IDE2Mi44MjYgOC41NTIyOCAxNjIuMzc4IDggMTYyLjM3OEM3LjQ0NzcyIDE2Mi4zNzggNyAxNjIuODI2IDcgMTYzLjM3OEg5Wk03IDE2My40NzlDNyAxNjQuMDMxIDcuNDQ3NzIgMTY0LjQ3OSA4IDE2NC40NzlDOC41NTIyOCAxNjQuNDc5IDkgMTY0LjAzMSA5IDE2My40NzlIN1pNOSAxNzEuNTVDOSAxNzAuOTk3IDguNTUyMjggMTcwLjU1IDggMTcwLjU1QzcuNDQ3NzIgMTcwLjU1IDcgMTcwLjk5NyA3IDE3MS41NUg5Wk03IDE3MS42NUM3IDE3Mi4yMDMgNy40NDc3MiAxNzIuNjUgOCAxNzIuNjVDOC41NTIyOCAxNzIuNjUgOSAxNzIuMjAzIDkgMTcxLjY1SDdaTTkgMTc5LjcyMUM5IDE3OS4xNjkgOC41NTIyOCAxNzguNzIxIDggMTc4LjcyMUM3LjQ0NzcyIDE3OC43MjEgNyAxNzkuMTY5IDcgMTc5LjcyMUg5Wk03IDE3OS44MjJDNyAxODAuMzc0IDcuNDQ3NzIgMTgwLjgyMiA4IDE4MC44MjJDOC41NTIyOCAxODAuODIyIDkgMTgwLjM3NCA5IDE3OS44MjJIN1pNOSAxODcuODkyQzkgMTg3LjM0IDguNTUyMjggMTg2Ljg5MiA4IDE4Ni44OTJDNy40NDc3MiAxODYuODkyIDcgMTg3LjM0IDcgMTg3Ljg5Mkg5Wk03IDE4Ny45OTNDNyAxODguNTQ2IDcuNDQ3NzIgMTg4Ljk5MyA4IDE4OC45OTNDOC41NTIyOCAxODguOTkzIDkgMTg4LjU0NiA5IDE4Ny45OTNIN1pNOSAxOTYuMDY0QzkgMTk1LjUxMSA4LjU1MjI4IDE5NS4wNjQgOCAxOTUuMDY0QzcuNDQ3NzIgMTk1LjA2NCA3IDE5NS41MTEgNyAxOTYuMDY0SDlaTTcgMTk2LjE2NUM3IDE5Ni43MTcgNy40NDc3MiAxOTcuMTY1IDggMTk3LjE2NUM4LjU1MjI4IDE5Ny4xNjUgOSAxOTYuNzE3IDkgMTk2LjE2NUg3Wk05IDIwNC4yMzVDOSAyMDMuNjgzIDguNTUyMjggMjAzLjIzNSA4IDIwMy4yMzVDNy40NDc3MiAyMDMuMjM1IDcgMjAzLjY4MyA3IDIwNC4yMzVIOVpNNyAyMDQuMzM2QzcgMjA0Ljg4OCA3LjQ0NzcyIDIwNS4zMzYgOCAyMDUuMzM2QzguNTUyMjggMjA1LjMzNiA5IDIwNC44ODggOSAyMDQuMzM2SDdaTTkgMjEyLjQwN0M5IDIxMS44NTQgOC41NTIyOCAyMTEuNDA3IDggMjExLjQwN0M3LjQ0NzcyIDIxMS40MDcgNyAyMTEuODU0IDcgMjEyLjQwN0g5Wk03IDIxMi41MDdDNyAyMTMuMDYgNy40NDc3MiAyMTMuNTA3IDggMjEzLjUwN0M4LjU1MjI4IDIxMy41MDcgOSAyMTMuMDYgOSAyMTIuNTA3SDdaTTkgMjIwLjU3OEM5IDIyMC4wMjYgOC41NTIyOCAyMTkuNTc4IDggMjE5LjU3OEM3LjQ0NzcyIDIxOS41NzggNyAyMjAuMDI2IDcgMjIwLjU3OEg5Wk03IDIyMC42NzlDNyAyMjEuMjMxIDcuNDQ3NzIgMjIxLjY3OSA4IDIyMS42NzlDOC41NTIyOCAyMjEuNjc5IDkgMjIxLjIzMSA5IDIyMC42NzlIN1pNOSAyMjguNzQ5QzkgMjI4LjE5NyA4LjU1MjI4IDIyNy43NDkgOCAyMjcuNzQ5QzcuNDQ3NzIgMjI3Ljc0OSA3IDIyOC4xOTcgNyAyMjguNzQ5SDlaTTcgMjI4Ljg1QzcgMjI5LjQwMyA3LjQ0NzcyIDIyOS44NSA4IDIyOS44NUM4LjU1MjI4IDIyOS44NSA5IDIyOS40MDMgOSAyMjguODVIN1pNOSAyMzYuOTIxQzkgMjM2LjM2OSA4LjU1MjI4IDIzNS45MjEgOCAyMzUuOTIxQzcuNDQ3NzIgMjM1LjkyMSA3IDIzNi4zNjkgNyAyMzYuOTIxSDlaTTcgMjM3LjAyMkM3IDIzNy41NzQgNy40NDc3MiAyMzguMDIyIDggMjM4LjAyMkM4LjU1MjI4IDIzOC4wMjIgOSAyMzcuNTc0IDkgMjM3LjAyMkg3Wk05IDI0NS4wOTJDOSAyNDQuNTQgOC41NTIyOCAyNDQuMDkyIDggMjQ0LjA5MkM3LjQ0NzcyIDI0NC4wOTIgNyAyNDQuNTQgNyAyNDUuMDkySDlaTTcgMjQ1LjE5M0M3IDI0NS43NDUgNy40NDc3MiAyNDYuMTkzIDggMjQ2LjE5M0M4LjU1MjI4IDI0Ni4xOTMgOSAyNDUuNzQ1IDkgMjQ1LjE5M0g3Wk05IDI1My4yNjRDOSAyNTIuNzExIDguNTUyMjggMjUyLjI2NCA4IDI1Mi4yNjRDNy40NDc3MiAyNTIuMjY0IDcgMjUyLjcxMSA3IDI1My4yNjRIOVpNNyAyNTMuMzY1QzcgMjUzLjkxNyA3LjQ0NzcyIDI1NC4zNjUgOCAyNTQuMzY1QzguNTUyMjggMjU0LjM2NSA5IDI1My45MTcgOSAyNTMuMzY1SDdaTTkgMjYxLjQzNUM5IDI2MC44ODMgOC41NTIyOCAyNjAuNDM1IDggMjYwLjQzNUM3LjQ0NzcyIDI2MC40MzUgNyAyNjAuODgzIDcgMjYxLjQzNUg5Wk03IDI2MS41MzZDNyAyNjIuMDg4IDcuNDQ3NzIgMjYyLjUzNiA4IDI2Mi41MzZDOC41NTIyOCAyNjIuNTM2IDkgMjYyLjA4OCA5IDI2MS41MzZIN1pNOSAyNjkuNjA3QzkgMjY5LjA1NCA4LjU1MjI4IDI2OC42MDcgOCAyNjguNjA3QzcuNDQ3NzIgMjY4LjYwNyA3IDI2OS4wNTQgNyAyNjkuNjA3SDlaTTcgMjY5LjcwN0M3IDI3MC4yNiA3LjQ0NzcyIDI3MC43MDcgOCAyNzAuNzA3QzguNTUyMjggMjcwLjcwNyA5IDI3MC4yNiA5IDI2OS43MDdIN1pNOSAyNzcuNzc4QzkgMjc3LjIyNiA4LjU1MjI4IDI3Ni43NzggOCAyNzYuNzc4QzcuNDQ3NzIgMjc2Ljc3OCA3IDI3Ny4yMjYgNyAyNzcuNzc4SDlaTTcgMjc3Ljg3OUM3IDI3OC40MzEgNy40NDc3MiAyNzguODc5IDggMjc4Ljg3OUM4LjU1MjI4IDI3OC44NzkgOSAyNzguNDMxIDkgMjc3Ljg3OUg3Wk05IDI4NS45NDlDOSAyODUuMzk3IDguNTUyMjggMjg0Ljk0OSA4IDI4NC45NDlDNy40NDc3MiAyODQuOTQ5IDcgMjg1LjM5NyA3IDI4NS45NDlIOVpNNyAwVjAuMDUwNDQwOUw5IDAuMDUwNDQwOVYwTDcgMFpNNyA4LjEyMDk5TDcgOC4yMjE4N0g5VjguMTIwOTlIN1pNNyAxNi4yOTI0VjE2LjM5MzNIOUw5IDE2LjI5MjRIN1pNNyAyNC40NjM4VjI0LjU2NDdIOVYyNC40NjM4SDdaTTcgMzIuNjM1M1YzMi43MzYySDlWMzIuNjM1M0g3Wk03IDQwLjgwNjdWNDAuOTA3Nkg5VjQwLjgwNjdIN1pNNyA0OC45NzgxVjQ5LjA3OUg5VjQ4Ljk3ODFIN1pNNyA1Ny4xNDk2VjU3LjI1MDRIOVY1Ny4xNDk2SDdaTTcgNjUuMzIxVjY1LjQyMTlIOVY2NS4zMjFIN1pNNyA3My40OTI0VjczLjU5MzNIOVY3My40OTI0SDdaTTcgODEuNjYzOVY4MS43NjQ3SDlWODEuNjYzOUg3Wk03IDg5LjgzNTNWODkuOTM2Mkg5Vjg5LjgzNTNIN1pNNyA5OC4wMDY3Vjk4LjEwNzZIOVY5OC4wMDY3SDdaTTcgMTA2LjE3OFYxMDYuMjc5SDlWMTA2LjE3OEg3Wk03IDExNC4zNVYxMTQuNDVIOVYxMTQuMzVIN1pNNyAxMjIuNTIxVjEyMi42MjJIOVYxMjIuNTIxSDdaTTcgMTMwLjY5MlYxMzAuNzkzSDlWMTMwLjY5Mkg3Wk03IDEzOC44NjRWMTM4Ljk2NUg5VjEzOC44NjRIN1pNNyAxNDcuMDM1VjE0Ny4xMzZIOVYxNDcuMDM1SDdaTTcgMTU1LjIwN1YxNTUuMzA4SDlWMTU1LjIwN0g3Wk03IDE2My4zNzhWMTYzLjQ3OUg5VjE2My4zNzhIN1pNNyAxNzEuNTVWMTcxLjY1SDlWMTcxLjU1SDdaTTcgMTc5LjcyMVYxNzkuODIySDlWMTc5LjcyMUg3Wk03IDE4Ny44OTJWMTg3Ljk5M0g5VjE4Ny44OTJIN1pNNyAxOTYuMDY0VjE5Ni4xNjVIOVYxOTYuMDY0SDdaTTcgMjA0LjIzNVYyMDQuMzM2SDlWMjA0LjIzNUg3Wk03IDIxMi40MDdWMjEyLjUwN0g5VjIxMi40MDdIN1pNNyAyMjAuNTc4VjIyMC42NzlIOVYyMjAuNTc4SDdaTTcgMjI4Ljc0OVYyMjguODVIOVYyMjguNzQ5SDdaTTcgMjM2LjkyMVYyMzcuMDIySDlWMjM2LjkyMUg3Wk03IDI0NS4wOTJWMjQ1LjE5M0g5VjI0NS4wOTJIN1pNNyAyNTMuMjY0VjI1My4zNjVIOVYyNTMuMjY0SDdaTTcgMjYxLjQzNVYyNjEuNTM2SDlWMjYxLjQzNUg3Wk03IDI2OS42MDdWMjY5LjcwN0g5VjI2OS42MDdIN1pNNyAyNzcuNzc4VjI3Ny44NzlIOVYyNzcuNzc4SDdaTTcgMjg1Ljk0OVYyODZIOVYyODUuOTQ5SDdaTTcuMjkyODkgMjg2LjcwN0M3LjY4MzQyIDI4Ny4wOTggOC4zMTY1OCAyODcuMDk4IDguNzA3MTEgMjg2LjcwN0wxNS4wNzExIDI4MC4zNDNDMTUuNDYxNiAyNzkuOTUzIDE1LjQ2MTYgMjc5LjMxOSAxNS4wNzExIDI3OC45MjlDMTQuNjgwNSAyNzguNTM4IDE0LjA0NzQgMjc4LjUzOCAxMy42NTY5IDI3OC45MjlMOCAyODQuNTg2TDIuMzQzMTUgMjc4LjkyOUMxLjk1MjYyIDI3OC41MzggMS4zMTk0NiAyNzguNTM4IDAuOTI4OTMyIDI3OC45MjlDMC41Mzg0MDggMjc5LjMxOSAwLjUzODQwOCAyNzkuOTUzIDAuOTI4OTMyIDI4MC4zNDNMNy4yOTI4OSAyODYuNzA3Wk03IDAuMDUwNDQwOUM3IDAuNjAyNzI2IDcuNDQ3NzIgMS4wNTA0NCA4IDEuMDUwNDRDOC41NTIyOCAxLjA1MDQ0IDkgMC42MDI3MjYgOSAwLjA1MDQ0MDlMNyAwLjA1MDQ0MDlaTTkgOC4xMjA5OUM5IDcuNTY4NyA4LjU1MjI4IDcuMTIwOTkgOCA3LjEyMDk5QzcuNDQ3NzIgNy4xMjA5OSA3IDcuNTY4NyA3IDguMTIwOTlIOVpNNyA4LjIyMTg3QzcgOC43NzQxNSA3LjQ0NzcyIDkuMjIxODcgOCA5LjIyMTg3QzguNTUyMjggOS4yMjE4NyA5IDguNzc0MTUgOSA4LjIyMTg3SDdaTTkgMTYuMjkyNEM5IDE1Ljc0MDEgOC41NTIyOCAxNS4yOTI0IDggMTUuMjkyNEM3LjQ0NzcyIDE1LjI5MjQgNyAxNS43NDAxIDcgMTYuMjkyNEg5Wk03IDE2LjM5MzNDNyAxNi45NDU2IDcuNDQ3NzIgMTcuMzkzMyA4IDE3LjM5MzNDOC41NTIyOCAxNy4zOTMzIDkgMTYuOTQ1NiA5IDE2LjM5MzNIN1pNOSAyNC40NjM4QzkgMjMuOTExNiA4LjU1MjI4IDIzLjQ2MzggOCAyMy40NjM4QzcuNDQ3NzIgMjMuNDYzOCA3IDIzLjkxMTYgNyAyNC40NjM4SDlaTTcgMjQuNTY0N0M3IDI1LjExNyA3LjQ0NzcyIDI1LjU2NDcgOCAyNS41NjQ3QzguNTUyMjggMjUuNTY0NyA5IDI1LjExNyA5IDI0LjU2NDdIN1pNOSAzMi42MzUzQzkgMzIuMDgzIDguNTUyMjggMzEuNjM1MyA4IDMxLjYzNTNDNy40NDc3MiAzMS42MzUzIDcgMzIuMDgzIDcgMzIuNjM1M0g5Wk03IDMyLjczNjJDNyAzMy4yODg0IDcuNDQ3NzIgMzMuNzM2MiA4IDMzLjczNjJDOC41NTIyOCAzMy43MzYyIDkgMzMuMjg4NCA5IDMyLjczNjJIN1pNOSA0MC44MDY3QzkgNDAuMjU0NCA4LjU1MjI4IDM5LjgwNjcgOCAzOS44MDY3QzcuNDQ3NzIgMzkuODA2NyA3IDQwLjI1NDQgNyA0MC44MDY3SDlaTTcgNDAuOTA3NkM3IDQxLjQ1OTkgNy40NDc3MiA0MS45MDc2IDggNDEuOTA3NkM4LjU1MjI4IDQxLjkwNzYgOSA0MS40NTk5IDkgNDAuOTA3Nkg3Wk05IDQ4Ljk3ODFDOSA0OC40MjU4IDguNTUyMjggNDcuOTc4MSA4IDQ3Ljk3ODFDNy40NDc3MiA0Ny45NzgxIDcgNDguNDI1OCA3IDQ4Ljk3ODFIOVpNNyA0OS4wNzlDNyA0OS42MzEzIDcuNDQ3NzIgNTAuMDc5IDggNTAuMDc5QzguNTUyMjggNTAuMDc5IDkgNDkuNjMxMyA5IDQ5LjA3OUg3Wk05IDU3LjE0OTZDOSA1Ni41OTczIDguNTUyMjggNTYuMTQ5NiA4IDU2LjE0OTZDNy40NDc3MiA1Ni4xNDk2IDcgNTYuNTk3MyA3IDU3LjE0OTZIOVpNNyA1Ny4yNTA0QzcgNTcuODAyNyA3LjQ0NzcyIDU4LjI1MDQgOCA1OC4yNTA0QzguNTUyMjggNTguMjUwNCA5IDU3LjgwMjcgOSA1Ny4yNTA0SDdaTTkgNjUuMzIxQzkgNjQuNzY4NyA4LjU1MjI4IDY0LjMyMSA4IDY0LjMyMUM3LjQ0NzcyIDY0LjMyMSA3IDY0Ljc2ODcgNyA2NS4zMjFIOVpNNyA2NS40MjE5QzcgNjUuOTc0MiA3LjQ0NzcyIDY2LjQyMTkgOCA2Ni40MjE5QzguNTUyMjggNjYuNDIxOSA5IDY1Ljk3NDIgOSA2NS40MjE5SDdaTTkgNzMuNDkyNEM5IDcyLjk0MDEgOC41NTIyOCA3Mi40OTI0IDggNzIuNDkyNEM3LjQ0NzcyIDcyLjQ5MjQgNyA3Mi45NDAxIDcgNzMuNDkyNEg5Wk03IDczLjU5MzNDNyA3NC4xNDU2IDcuNDQ3NzIgNzQuNTkzMyA4IDc0LjU5MzNDOC41NTIyOCA3NC41OTMzIDkgNzQuMTQ1NiA5IDczLjU5MzNIN1pNOSA4MS42NjM5QzkgODEuMTExNiA4LjU1MjI4IDgwLjY2MzkgOCA4MC42NjM5QzcuNDQ3NzIgODAuNjYzOSA3IDgxLjExMTYgNyA4MS42NjM5SDlaTTcgODEuNzY0N0M3IDgyLjMxNyA3LjQ0NzcyIDgyLjc2NDcgOCA4Mi43NjQ3QzguNTUyMjggODIuNzY0NyA5IDgyLjMxNyA5IDgxLjc2NDdIN1pNOSA4OS44MzUzQzkgODkuMjgzIDguNTUyMjggODguODM1MyA4IDg4LjgzNTNDNy40NDc3MiA4OC44MzUzIDcgODkuMjgzIDcgODkuODM1M0g5Wk03IDg5LjkzNjJDNyA5MC40ODg1IDcuNDQ3NzIgOTAuOTM2MiA4IDkwLjkzNjJDOC41NTIyOCA5MC45MzYyIDkgOTAuNDg4NSA5IDg5LjkzNjJIN1pNOSA5OC4wMDY3QzkgOTcuNDU0NCA4LjU1MjI4IDk3LjAwNjcgOCA5Ny4wMDY3QzcuNDQ3NzIgOTcuMDA2NyA3IDk3LjQ1NDQgNyA5OC4wMDY3SDlaTTcgOTguMTA3NkM3IDk4LjY1OTkgNy40NDc3MiA5OS4xMDc2IDggOTkuMTA3NkM4LjU1MjI4IDk5LjEwNzYgOSA5OC42NTk5IDkgOTguMTA3Nkg3Wk05IDEwNi4xNzhDOSAxMDUuNjI2IDguNTUyMjggMTA1LjE3OCA4IDEwNS4xNzhDNy40NDc3MiAxMDUuMTc4IDcgMTA1LjYyNiA3IDEwNi4xNzhIOVpNNyAxMDYuMjc5QzcgMTA2LjgzMSA3LjQ0NzcyIDEwNy4yNzkgOCAxMDcuMjc5QzguNTUyMjggMTA3LjI3OSA5IDEwNi44MzEgOSAxMDYuMjc5SDdaTTkgMTE0LjM1QzkgMTEzLjc5NyA4LjU1MjI4IDExMy4zNSA4IDExMy4zNUM3LjQ0NzcyIDExMy4zNSA3IDExMy43OTcgNyAxMTQuMzVIOVpNNyAxMTQuNDVDNyAxMTUuMDAzIDcuNDQ3NzIgMTE1LjQ1IDggMTE1LjQ1QzguNTUyMjggMTE1LjQ1IDkgMTE1LjAwMyA5IDExNC40NUg3Wk05IDEyMi41MjFDOSAxMjEuOTY5IDguNTUyMjggMTIxLjUyMSA4IDEyMS41MjFDNy40NDc3MiAxMjEuNTIxIDcgMTIxLjk2OSA3IDEyMi41MjFIOVpNNyAxMjIuNjIyQzcgMTIzLjE3NCA3LjQ0NzcyIDEyMy42MjIgOCAxMjMuNjIyQzguNTUyMjggMTIzLjYyMiA5IDEyMy4xNzQgOSAxMjIuNjIySDdaTTkgMTMwLjY5MkM5IDEzMC4xNCA4LjU1MjI4IDEyOS42OTIgOCAxMjkuNjkyQzcuNDQ3NzIgMTI5LjY5MiA3IDEzMC4xNCA3IDEzMC42OTJIOVpNNyAxMzAuNzkzQzcgMTMxLjM0NiA3LjQ0NzcyIDEzMS43OTMgOCAxMzEuNzkzQzguNTUyMjggMTMxLjc5MyA5IDEzMS4zNDYgOSAxMzAuNzkzSDdaTTkgMTM4Ljg2NEM5IDEzOC4zMTIgOC41NTIyOCAxMzcuODY0IDggMTM3Ljg2NEM3LjQ0NzcyIDEzNy44NjQgNyAxMzguMzEyIDcgMTM4Ljg2NEg5Wk03IDEzOC45NjVDNyAxMzkuNTE3IDcuNDQ3NzIgMTM5Ljk2NSA4IDEzOS45NjVDOC41NTIyOCAxMzkuOTY1IDkgMTM5LjUxNyA5IDEzOC45NjVIN1pNOSAxNDcuMDM1QzkgMTQ2LjQ4MyA4LjU1MjI4IDE0Ni4wMzUgOCAxNDYuMDM1QzcuNDQ3NzIgMTQ2LjAzNSA3IDE0Ni40ODMgNyAxNDcuMDM1SDlaTTcgMTQ3LjEzNkM3IDE0Ny42ODggNy40NDc3MiAxNDguMTM2IDggMTQ4LjEzNkM4LjU1MjI4IDE0OC4xMzYgOSAxNDcuNjg4IDkgMTQ3LjEzNkg3Wk05IDE1NS4yMDdDOSAxNTQuNjU0IDguNTUyMjggMTU0LjIwNyA4IDE1NC4yMDdDNy40NDc3MiAxNTQuMjA3IDcgMTU0LjY1NCA3IDE1NS4yMDdIOVpNNyAxNTUuMzA4QzcgMTU1Ljg2IDcuNDQ3NzIgMTU2LjMwOCA4IDE1Ni4zMDhDOC41NTIyOCAxNTYuMzA4IDkgMTU1Ljg2IDkgMTU1LjMwOEg3Wk05IDE2My4zNzhDOSAxNjIuODI2IDguNTUyMjggMTYyLjM3OCA4IDE2Mi4zNzhDNy40NDc3MiAxNjIuMzc4IDcgMTYyLjgyNiA3IDE2My4zNzhIOVpNNyAxNjMuNDc5QzcgMTY0LjAzMSA3LjQ0NzcyIDE2NC40NzkgOCAxNjQuNDc5QzguNTUyMjggMTY0LjQ3OSA5IDE2NC4wMzEgOSAxNjMuNDc5SDdaTTkgMTcxLjU1QzkgMTcwLjk5NyA4LjU1MjI4IDE3MC41NSA4IDE3MC41NUM3LjQ0NzcyIDE3MC41NSA3IDE3MC45OTcgNyAxNzEuNTVIOVpNNyAxNzEuNjVDNyAxNzIuMjAzIDcuNDQ3NzIgMTcyLjY1IDggMTcyLjY1QzguNTUyMjggMTcyLjY1IDkgMTcyLjIwMyA5IDE3MS42NUg3Wk05IDE3OS43MjFDOSAxNzkuMTY5IDguNTUyMjggMTc4LjcyMSA4IDE3OC43MjFDNy40NDc3MiAxNzguNzIxIDcgMTc5LjE2OSA3IDE3OS43MjFIOVpNNyAxNzkuODIyQzcgMTgwLjM3NCA3LjQ0NzcyIDE4MC44MjIgOCAxODAuODIyQzguNTUyMjggMTgwLjgyMiA5IDE4MC4zNzQgOSAxNzkuODIySDdaTTkgMTg3Ljg5MkM5IDE4Ny4zNCA4LjU1MjI4IDE4Ni44OTIgOCAxODYuODkyQzcuNDQ3NzIgMTg2Ljg5MiA3IDE4Ny4zNCA3IDE4Ny44OTJIOVpNNyAxODcuOTkzQzcgMTg4LjU0NiA3LjQ0NzcyIDE4OC45OTMgOCAxODguOTkzQzguNTUyMjggMTg4Ljk5MyA5IDE4OC41NDYgOSAxODcuOTkzSDdaTTkgMTk2LjA2NEM5IDE5NS41MTEgOC41NTIyOCAxOTUuMDY0IDggMTk1LjA2NEM3LjQ0NzcyIDE5NS4wNjQgNyAxOTUuNTExIDcgMTk2LjA2NEg5Wk03IDE5Ni4xNjVDNyAxOTYuNzE3IDcuNDQ3NzIgMTk3LjE2NSA4IDE5Ny4xNjVDOC41NTIyOCAxOTcuMTY1IDkgMTk2LjcxNyA5IDE5Ni4xNjVIN1pNOSAyMDQuMjM1QzkgMjAzLjY4MyA4LjU1MjI4IDIwMy4yMzUgOCAyMDMuMjM1QzcuNDQ3NzIgMjAzLjIzNSA3IDIwMy42ODMgNyAyMDQuMjM1SDlaTTcgMjA0LjMzNkM3IDIwNC44ODggNy40NDc3MiAyMDUuMzM2IDggMjA1LjMzNkM4LjU1MjI4IDIwNS4zMzYgOSAyMDQuODg4IDkgMjA0LjMzNkg3Wk05IDIxMi40MDdDOSAyMTEuODU0IDguNTUyMjggMjExLjQwNyA4IDIxMS40MDdDNy40NDc3MiAyMTEuNDA3IDcgMjExLjg1NCA3IDIxMi40MDdIOVpNNyAyMTIuNTA3QzcgMjEzLjA2IDcuNDQ3NzIgMjEzLjUwNyA4IDIxMy41MDdDOC41NTIyOCAyMTMuNTA3IDkgMjEzLjA2IDkgMjEyLjUwN0g3Wk05IDIyMC41NzhDOSAyMjAuMDI2IDguNTUyMjggMjE5LjU3OCA4IDIxOS41NzhDNy40NDc3MiAyMTkuNTc4IDcgMjIwLjAyNiA3IDIyMC41NzhIOVpNNyAyMjAuNjc5QzcgMjIxLjIzMSA3LjQ0NzcyIDIyMS42NzkgOCAyMjEuNjc5QzguNTUyMjggMjIxLjY3OSA5IDIyMS4yMzEgOSAyMjAuNjc5SDdaTTkgMjI4Ljc0OUM5IDIyOC4xOTcgOC41NTIyOCAyMjcuNzQ5IDggMjI3Ljc0OUM3LjQ0NzcyIDIyNy43NDkgNyAyMjguMTk3IDcgMjI4Ljc0OUg5Wk03IDIyOC44NUM3IDIyOS40MDMgNy40NDc3MiAyMjkuODUgOCAyMjkuODVDOC41NTIyOCAyMjkuODUgOSAyMjkuNDAzIDkgMjI4Ljg1SDdaTTkgMjM2LjkyMUM5IDIzNi4zNjkgOC41NTIyOCAyMzUuOTIxIDggMjM1LjkyMUM3LjQ0NzcyIDIzNS45MjEgNyAyMzYuMzY5IDcgMjM2LjkyMUg5Wk03IDIzNy4wMjJDNyAyMzcuNTc0IDcuNDQ3NzIgMjM4LjAyMiA4IDIzOC4wMjJDOC41NTIyOCAyMzguMDIyIDkgMjM3LjU3NCA5IDIzNy4wMjJIN1pNOSAyNDUuMDkyQzkgMjQ0LjU0IDguNTUyMjggMjQ0LjA5MiA4IDI0NC4wOTJDNy40NDc3MiAyNDQuMDkyIDcgMjQ0LjU0IDcgMjQ1LjA5Mkg5Wk03IDI0NS4xOTNDNyAyNDUuNzQ1IDcuNDQ3NzIgMjQ2LjE5MyA4IDI0Ni4xOTNDOC41NTIyOCAyNDYuMTkzIDkgMjQ1Ljc0NSA5IDI0NS4xOTNIN1pNOSAyNTMuMjY0QzkgMjUyLjcxMSA4LjU1MjI4IDI1Mi4yNjQgOCAyNTIuMjY0QzcuNDQ3NzIgMjUyLjI2NCA3IDI1Mi43MTEgNyAyNTMuMjY0SDlaTTcgMjUzLjM2NUM3IDI1My45MTcgNy40NDc3MiAyNTQuMzY1IDggMjU0LjM2NUM4LjU1MjI4IDI1NC4zNjUgOSAyNTMuOTE3IDkgMjUzLjM2NUg3Wk05IDI2MS40MzVDOSAyNjAuODgzIDguNTUyMjggMjYwLjQzNSA4IDI2MC40MzVDNy40NDc3MiAyNjAuNDM1IDcgMjYwLjg4MyA3IDI2MS40MzVIOVpNNyAyNjEuNTM2QzcgMjYyLjA4OCA3LjQ0NzcyIDI2Mi41MzYgOCAyNjIuNTM2QzguNTUyMjggMjYyLjUzNiA5IDI2Mi4wODggOSAyNjEuNTM2SDdaTTkgMjY5LjYwN0M5IDI2OS4wNTQgOC41NTIyOCAyNjguNjA3IDggMjY4LjYwN0M3LjQ0NzcyIDI2OC42MDcgNyAyNjkuMDU0IDcgMjY5LjYwN0g5Wk03IDI2OS43MDdDNyAyNzAuMjYgNy40NDc3MiAyNzAuNzA3IDggMjcwLjcwN0M4LjU1MjI4IDI3MC43MDcgOSAyNzAuMjYgOSAyNjkuNzA3SDdaTTkgMjc3Ljc3OEM5IDI3Ny4yMjYgOC41NTIyOCAyNzYuNzc4IDggMjc2Ljc3OEM3LjQ0NzcyIDI3Ni43NzggNyAyNzcuMjI2IDcgMjc3Ljc3OEg5Wk03IDI3Ny44NzlDNyAyNzguNDMxIDcuNDQ3NzIgMjc4Ljg3OSA4IDI3OC44NzlDOC41NTIyOCAyNzguODc5IDkgMjc4LjQzMSA5IDI3Ny44NzlIN1pNOSAyODUuOTQ5QzkgMjg1LjM5NyA4LjU1MjI4IDI4NC45NDkgOCAyODQuOTQ5QzcuNDQ3NzIgMjg0Ljk0OSA3IDI4NS4zOTcgNyAyODUuOTQ5SDlaTTcgMFYwLjA1MDQ0MDlMOSAwLjA1MDQ0MDlWMEw3IDBaTTcgOC4xMjA5OUw3IDguMjIxODdIOVY4LjEyMDk5SDdaTTcgMTYuMjkyNFYxNi4zOTMzSDlMOSAxNi4yOTI0SDdaTTcgMjQuNDYzOFYyNC41NjQ3SDlWMjQuNDYzOEg3Wk03IDMyLjYzNTNWMzIuNzM2Mkg5VjMyLjYzNTNIN1pNNyA0MC44MDY3VjQwLjkwNzZIOVY0MC44MDY3SDdaTTcgNDguOTc4MVY0OS4wNzlIOVY0OC45NzgxSDdaTTcgNTcuMTQ5NlY1Ny4yNTA0SDlWNTcuMTQ5Nkg3Wk03IDY1LjMyMVY2NS40MjE5SDlWNjUuMzIxSDdaTTcgNzMuNDkyNFY3My41OTMzSDlWNzMuNDkyNEg3Wk03IDgxLjY2MzlWODEuNzY0N0g5VjgxLjY2MzlIN1pNNyA4OS44MzUzVjg5LjkzNjJIOVY4OS44MzUzSDdaTTcgOTguMDA2N1Y5OC4xMDc2SDlWOTguMDA2N0g3Wk03IDEwNi4xNzhWMTA2LjI3OUg5VjEwNi4xNzhIN1pNNyAxMTQuMzVWMTE0LjQ1SDlWMTE0LjM1SDdaTTcgMTIyLjUyMVYxMjIuNjIySDlWMTIyLjUyMUg3Wk03IDEzMC42OTJWMTMwLjc5M0g5VjEzMC42OTJIN1pNNyAxMzguODY0VjEzOC45NjVIOVYxMzguODY0SDdaTTcgMTQ3LjAzNVYxNDcuMTM2SDlWMTQ3LjAzNUg3Wk03IDE1NS4yMDdWMTU1LjMwOEg5VjE1NS4yMDdIN1pNNyAxNjMuMzc4VjE2My40NzlIOVYxNjMuMzc4SDdaTTcgMTcxLjU1VjE3MS42NUg5VjE3MS41NUg3Wk03IDE3OS43MjFWMTc5LjgyMkg5VjE3OS43MjFIN1pNNyAxODcuODkyVjE4Ny45OTNIOVYxODcuODkySDdaTTcgMTk2LjA2NFYxOTYuMTY1SDlWMTk2LjA2NEg3Wk03IDIwNC4yMzVWMjA0LjMzNkg5VjIwNC4yMzVIN1pNNyAyMTIuNDA3VjIxMi41MDdIOVYyMTIuNDA3SDdaTTcgMjIwLjU3OFYyMjAuNjc5SDlWMjIwLjU3OEg3Wk03IDIyOC43NDlWMjI4Ljg1SDlWMjI4Ljc0OUg3Wk03IDIzNi45MjFWMjM3LjAyMkg5VjIzNi45MjFIN1pNNyAyNDUuMDkyVjI0NS4xOTNIOVYyNDUuMDkySDdaTTcgMjUzLjI2NFYyNTMuMzY1SDlWMjUzLjI2NEg3Wk03IDI2MS40MzVWMjYxLjUzNkg5VjI2MS40MzVIN1pNNyAyNjkuNjA3VjI2OS43MDdIOVYyNjkuNjA3SDdaTTcgMjc3Ljc3OFYyNzcuODc5SDlWMjc3Ljc3OEg3Wk03IDI4NS45NDlWMjg2SDlWMjg1Ljk0OUg3WiIgZmlsbD0iIzAwM0EzMCIvPgo8L3N2Zz4K")
      no-repeat 50% 100%;
  }
}
.lifecycle__table-arrow span {
  color: #000;
}

.lifecycle__table-arrow:nth-child(1) {
  width: 13%;
}

@media (max-width: 991.98px) {
  .lifecycle__table-arrow:nth-child(1) {
    height: 11%;
  }
}
.lifecycle__table-arrow:nth-child(2) {
  width: 30%;
}

@media (max-width: 991.98px) {
  .lifecycle__table-arrow:nth-child(2) {
    height: 35%;
  }
}
.lifecycle__table-arrow:nth-child(5) {
  background: none;
  width: 10%;
}

@media (max-width: 991.98px) {
  .lifecycle__table-arrow:nth-child(5) {
    height: 10%;
  }
}
.lifecycle__table-arrow:nth-child(5) span {
  padding: 0;
}

.lifecycle__table-arrow span {
  background: #eceae6;
  padding-right: 1rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .lifecycle__table-arrow span {
    padding: 2px 0 1rem;
  }
}
.before-after {
  padding: 6.25rem 0;
}

@media (max-width: 991.98px) {
  .before-after {
    padding: 4rem 0;
  }
}
.before-after__title {
  font-size: 2rem;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto 0.5rem;
  max-width: 784px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .before-after__title {
    font-size: 3.25rem;
    margin: 0 0 1.25rem;
  }
}
.before-after__desc {
  max-width: 784px;
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  text-align: center;
  opacity: 0.7;
  letter-spacing: -0.02em;
}

@media (max-width: 991.98px) {
  .before-after__desc {
    margin: 0 0 1.25rem;
  }
}
.before-after__content {
  max-width: 1144px;
  margin: 0 auto;
  height: 524px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .before-after__content {
    height: 250px;
  }
}
.before-after__content img {
  max-width: initial;
  height: 524px !important;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .before-after__content img {
    height: 250px !important;
  }
}
.before-after__label {
  color: #fdfcfa;
  z-index: 2;
  bottom: 1.25rem;
  position: absolute;
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .before-after__label {
    bottom: 0.75rem;
    font-size: 1rem;
  }
}
.before-after__label_before {
  left: 1.25rem;
}

@media (max-width: 991.98px) {
  .before-after__label_before {
    left: 0.75rem;
  }
}
.before-after__label_after {
  right: 1.25rem;
}

@media (max-width: 991.98px) {
  .before-after__label_after {
    right: 0.75rem;
  }
}
.before-after__button {
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: center;
}

.before-after .hero__form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.before-after .hero__form input {
  background: #e9e8ec !important;
}

.hero__overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgba(255, 255, 255, var(--overlay-opacity, 0.6)),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  z-index: 1;
}

.hero_style-7 {
  position: relative;
  margin-left: calc(-50vw + 50% - 9px) !important;
  transform: translateX(0);
  width: 100vw !important;
  max-width: 100vw !important;
}

@media (max-width: 991.98px) {
  .hero_style-7 {
    margin: 0 -0.625rem !important;
    width: initial !important;
    max-width: initial !important;
  }
}
.hero_style-7 .hero__container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .hero_style-7 .hero__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hero_style-7 .hero__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hero_style-7 .hero__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hero_style-7 .hero__container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .hero_style-7 .hero__container {
    max-width: 1340px;
  }
}
.hero_style-7_mobile-bg-static {
  background: #fff;
}

.hero_style-7 .hero__frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero_style-7 .hero__frame-mobile {
  display: block;
}

@media (min-width: 576px) {
  .hero_style-7 .hero__frame-mobile {
    display: none;
  }
}
.hero_style-7 .hero__frame-pc {
  display: none;
}

@media (min-width: 576px) {
  .hero_style-7 .hero__frame-pc {
    display: block;
  }
}
.hero_style-7 .hero__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero_style-7 .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_style-7 .hero__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.hero_style-7 .hero__video .wistia_embed {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: initial !important;
  object-fit: cover !important;
  background-color: #fff;
}

.hero_style-7 .hero__video .wistia_embed .w-chrome {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hero_style-7 .hero__video .wistia_embed .wistia-swatch {
  height: 100% !important;
}

.hero_style-7 .hero__video .wistia_embed video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hero_style-7 .hero__content {
  min-height: 780px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 4;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hero_style-7 .hero__content {
    padding: 0 1.25rem;
  }
}
.hero_style-7 .hero__content .dandy-button {
  display: inline-flex;
}

.hero_style-7 .hero__title {
  font-size: 4.375rem;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  max-width: 600px;
}

@media (max-width: 991.98px) {
  .hero_style-7 .hero__title {
    font-size: 3.25rem;
    margin: 0 0 1.25rem;
  }
}
.hero_style-7 .hero__desc {
  max-width: 600px;
  font-size: 1.25rem;
}

.hero_style-7 .hero__desc p {
  font-size: 1.25rem;
}

.hero_style-7 .hero__button {
  margin: 1.5rem 0 0;
}

@media (max-width: 991.98px) {
  .hero_style-7 .hero__button {
    margin: 1.25rem 0 0;
  }
}
@media (max-width: 991.98px) {
  .hero_style-7 .hero__form {
    display: flex;
    gap: 1rem;
    width: 100%;
  }
  .hero_style-7 .hero__form .dandy-button {
    flex: none;
  }
}
.hero_style-7 .hero__play {
  position: absolute;
  cursor: pointer;
  user-select: none;
  bottom: 2rem;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(197, 241, 197, 0.5);
  border-radius: 100%;
  transition: 0.3s ease-out;
}

.hero_style-7 .hero__play:hover {
  transform: scale(1.05);
}

.hero_style-7 .hero__play span {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #c5f1c5;
}

.hero_style-7 .hero__play span img:first-child {
  display: none;
}

@media (max-width: 991.98px) {
  .hero_style-7 .hero__play {
    width: 80px;
    height: 80px;
  }
  .hero_style-7 .hero__play span {
    width: 60px;
    height: 60px;
  }
  .hero_style-7 .hero__play span img {
    height: 20px;
    width: auto;
  }
}
.hero_style-7 .hero__play_active span img:first-child {
  display: block;
}

.hero_style-7 .hero__play_active span img:last-child {
  display: none;
}

.hero_style-8 {
  position: relative;
  margin-left: calc(-50vw + 50% - 9px) !important;
  transform: translateX(0);
  width: 100vw !important;
  max-width: 100vw !important;
  background: repeat-y 50% 0;
  background-size: contain;
  text-align: center;
  overflow: hidden;
  padding: 10.75rem 0 6.625rem;
}

@media (max-width: 991.98px) {
  .hero_style-8 {
    padding: 8.75rem 1.25rem 2.5rem;
    background: repeat-y 50% 0;
    background-size: contain;
    margin: 0 -0.625rem !important;
    width: initial !important;
    max-width: initial !important;
  }
}
.hero_style-8:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: no-repeat 50% 100%;
  background-size: contain;
  min-height: 1200px;
}

@media screen and (max-width: 1600px) {
  .hero_style-8:before {
    min-height: initial;
  }
}
@media (max-width: 991.98px) {
  .hero_style-8:before {
    background: no-repeat 50% 100%;
    background-size: contain;
  }
}
.hero_style-8 .hero__container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .hero_style-8 .hero__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hero_style-8 .hero__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hero_style-8 .hero__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hero_style-8 .hero__container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .hero_style-8 .hero__container {
    max-width: 1340px;
  }
}
.hero_style-8 .hero__title {
  font-size: 3.75rem;
  font-family: "OpenSans";
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 2.438rem;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: -0.02em;
  max-width: 850px;
}

@media (max-width: 991.98px) {
  .hero_style-8 .hero__title {
    font-size: 3.438rem;
    margin: 0 0 2.125rem;
  }
}
.hero_style-8 .hero__desc {
  position: relative;
  z-index: 2;
  max-width: 800px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 auto;
}

.hero_style-8 .hero__desc p {
  color: #fff;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .hero_style-8 .hero__desc {
    max-width: 290px;
    font-size: 0.813rem;
  }
  .hero_style-8 .hero__desc p {
    font-size: 0.813rem;
  }
}
.hero_style-8 .hero__buttons {
  margin: 1.875rem 0 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 1.125rem;
}

.hero_style-8 .hero__buttons:empty {
  display: none;
}

.hero_style-8 .hero__buttons .wistia_embed {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .hero_style-8 .hero__buttons {
    margin: 1.5rem 0 0;
    gap: 1rem;
  }
  .hero_style-8 .hero__buttons .dandy-button {
    height: 2.5rem;
    padding: 0 0.875rem;
  }
}
.hero_style-8 .hero__buttons .dandy-button_border {
  background: none;
  color: #fff;
  gap: 6px;
  border: 1px solid #fff;
}

.hero_style-8 .hero__buttons .dandy-button_border svg {
  fill: #fff;
}

.hero_style-8 .hero__buttons .dandy-button_border span {
  color: #fff;
}

.hero_style-8 .hero__buttons .dandy-button_border:hover {
  background: #fff;
  color: var(--color-primary);
}

.hero_style-8 .hero__buttons .dandy-button_border:hover span {
  color: var(--color-primary);
}

.hero_style-8 .hero__buttons .dandy-button_border:hover svg {
  fill: var(--color-primary);
}

/* .hero_style-8 .hero__items {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 3.75rem 0 0;
} */

@media (max-width: 991.98px) {
  .hero_style-8 .hero__items {
    margin: 2.125rem 0 0;
  }
}
/* .hero_style-8 .hero__items-link {
  display: block;
  width: 86px;
  text-align: center;
  color: #fff;
  font-size: 0.813rem;
  margin: 0 -0.75rem;
  position: relative;
  text-decoration: none;
} */
/* .hero_style-8 .hero__items-link {
  width: 100px;
} */
@media (max-width: 991.98px) {
  .hero_style-8 .hero__items-link {
    width: 44px;
    font-size: 0.688rem;
    margin: 0 -0.5rem;
  }
}
.hero_style-8 .hero__items-link em {
  font-style: normal;
  color: #fff;
  transition: 0.3s ease-out;
  opacity: 0;
  display: block;
}
.hero_slider{
  position: relative;
  z-index: 10;

}
.hero_slider .swiper-slide-shadow-left,.hero_slider .swiper-slide-shadow-right{
  background-image: none;
}
@media only screen and (min-width: 768px) {
  .hero_slider{
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.hero_style-8 .hero__items-link span {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 50%;
  margin-bottom: 8px;
  transition: 0.3s ease-out;
}
.hero_slider .hero__items-link span {
opacity: 0;
  
}
.hero_slider .swiper-button-next{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2300a0ae' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
.hero_slider .swiper-button-prev{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2300a0ae' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.hero_slider .swiper-button-next,.hero_slider .swiper-button-prev{
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-size: 20px 40px;
  margin-top: -40px;
}

.hero_slider .selected span,.hero_slider .swiper-slide-active span
{
  opacity: 1;

}

.hero_slider{
  margin-top: 50px;
}
.hero_slider .swiper-slide-active em{
opacity: 1;
}

.hero_style-8 .hero__items-link span img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* .hero_style-8 .hero__items-link:nth-child(4) {
  width: 160px;
  z-index: 5;
} */

@media (max-width: 991.98px) {
  .hero_style-8 .hero__items-link:nth-child(4) {
    width: 82px;
  }
}
/* .hero_style-8 .hero__items-link:nth-child(3),
.hero_style-8 .hero__items-link:nth-child(5) {
  width: 140px;
  z-index: 4;
} */

@media (max-width: 991.98px) {
  .hero_style-8 .hero__items-link:nth-child(3),
  .hero_style-8 .hero__items-link:nth-child(5) {
    width: 72px;
  }
}
/* .hero_style-8 .hero__items-link:nth-child(2),
.hero_style-8 .hero__items-link:nth-child(6) {
  z-index: 3;
  width: 120px;
} */

@media (max-width: 991.98px) {
  .hero_style-8 .hero__items-link:nth-child(2),
  .hero_style-8 .hero__items-link:nth-child(6) {
    width: 60px;
  }
}
.hero_style-8 .hero__items-link:hover {
  z-index: 6;
}

.hero_style-8 .hero__items-link:hover span {
  transform: scale(1.1);
}



.grid-content {
  position: relative;
  margin-left: calc(-50vw + 50% - 9px) !important;
  transform: translateX(0);
  width: 100vw !important;
  max-width: 100vw !important;
  color: #fff;
  /* padding: 12.5rem 1.25rem 21.25rem; */
  margin-top: 300px;
  margin-bottom: 300px;
  background-size: contain;
}
.wave_top,
.wave_bottom {
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
}
.wave_top {
  top: -3%;
}
.wave_bottom {
  bottom: -3%;
}
@media only screen and (min-width: 1200px) {
  .wave_top {
    top: -10%;
  }
  .wave_bottom {
    bottom: -10%;
  }
}

@media (max-width: 991.98px) {
  .grid-content {
    padding: 3.625rem 1.25rem 2rem;
    margin: 100px -0.625rem !important;
    width: initial !important;
    max-width: initial !important;
  }
}
.grid-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .grid-content:before {
    background-size: contain;
  }
}
.grid-content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .grid-content:after {
    background-size: contain;
  }
}
.grid-content * {
  color: #fff;
}

.grid-content .container {
  position: relative;
  z-index: 2;
}

.grid-content__title {
  font-weight: 400;
  font-size: 3.563rem;
  font-family: "OpenSans";
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .grid-content__title {
    font-size: 1.875rem;
    max-width: 280px;
    margin: 0 auto;
  }
}
.grid-content__desc {
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  margin: 2.125rem auto 0;
  text-align: center;
  max-width: 1030px;
}

@media (max-width: 991.98px) {
  .grid-content__desc {
    margin: 1.25rem auto 0;
    font-size: 0.813rem;
    max-width: 280px;
  }
}
.grid-content__list {
  margin: 8.75rem auto 0;
  display: flex;
  gap: 8.75rem;
  flex-direction: column;
  max-width: 1100px;
}

@media (max-width: 1199.98px) {
  .grid-content__list {
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}
.grid-content__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

@media (max-width: 1199.98px) {
  .grid-content__item {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.grid-content__item:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 1199.98px) {
  .grid-content__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.grid-content__column:has(img) {
  max-width: 543px;
  width: 100%;
}

.grid-content__column:has(img) img {
  border-radius: 18px;
}

@media (max-width: 1199.98px) {
  .grid-content__column:has(img) {
    max-width: 100%;
  }
  .grid-content__column:has(img) img {
    border-radius: 11px;
  }
}
.grid-content__about {
  max-width: 440px;
}

@media (max-width: 1199.98px) {
  .grid-content__about {
    max-width: 100%;
  }
}
.grid-content__label {
  margin: 0 0 1rem;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .grid-content__label {
    font-size: 1.375rem;
  }
}
.grid-content__text {
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-size: 1.125rem;
}

@media (max-width: 1199.98px) {
  .grid-content__text {
    font-size: 0.813rem;
  }
}
.circle-tabs-slider {
  padding: 4.375rem 0;
  position: relative;
  margin-left: calc(-50vw + 50% - 9px) !important;
  transform: translateX(0);
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider {
    padding: 2.5rem 1.25rem;
    margin: 0 -0.625rem !important;
    width: initial !important;
    max-width: initial !important;
  }
}
.circle-tabs-slider__heading {
  font-weight: 400;
  font-size: 3.563rem;
  font-family: "OpenSans";
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__heading {
    font-size: 1.875rem;
    max-width: 280px;
    margin: 0 auto;
  }
}
.circle-tabs-slider__desc {
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  margin: 2.125rem auto 0;
  text-align: center;
  color: #333;
  max-width: 1030px;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__desc {
    margin: 1.25rem auto 0;
    font-size: 0.813rem;
    max-width: 280px;
  }
}
.circle-tabs-slider__nav {
  margin: 2.125rem auto 2.5rem;
  max-width: 1100px;
  border-bottom: 1px solid #e8e8e8;
}

.circle-tabs-slider__nav-list {
  gap: 12px;
  display: flex;
  justify-content: center;
  margin: 0 0 -1px;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__nav-list {
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: initial;
    white-space: nowrap;
    gap: 9px;
    margin: 0 -2rem -1px;
    padding: 0 2rem;
  }
  .circle-tabs-slider__nav-list::-webkit-scrollbar {
    display: none;
  }
}
.circle-tabs-slider__nav-item {
  letter-spacing: -0.02em;
  color: #333;
  transition: 0.3s ease-out;
  appearance: none;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0 0 1.5rem;
  box-shadow: none;
  user-select: none;
  font-size: 1rem;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__nav-item {
    font-size: 0.688rem;
    white-space: normal;
    padding: 0 0 1.125rem;
  }
}
.circle-tabs-slider__nav-item_active {
  border-color: #10a210;
}

.circle-tabs-slider__nav-item p {
  margin: 0;
  padding: 0;
  transition: 0.3s ease-out;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__nav-item p {
    margin: 0 auto;
    max-width: 60px;
  }
}
.circle-tabs-slider__nav-item span {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  margin: 0 0 1.5rem;
}

.circle-tabs-slider__nav-item span img {
  max-width: 90px;
  max-height: 90px;
  height: initial;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__nav-item span {
    width: 96px;
    height: 96px;
    margin: 0 0 1rem;
  }
  .circle-tabs-slider__nav-item span img {
    max-width: 50px;
    max-height: 50px;
  }
}
.circle-tabs-slider__nav-item:hover p {
  color: #10a210;
}

.circle-tabs-slider__content {
  margin: 0 -1.25rem;
}

.circle-tabs-slider__content .carousel {
  margin: -3rem 0;
}

.circle-tabs-slider__content .flickity-viewport {
  transition: 0.15s linear;
}

.circle-tabs-slider__content .flickity-slider {
  height: initial;
}

.circle-tabs-slider__content .carousel-cell {
  max-width: 1100px;
  margin: 0 1rem;
  padding: 3rem 0;
  height: auto;
  overflow: visible;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__content .carousel-cell {
    max-width: 325px;
    margin: 0 0.5rem;
  }
}
.circle-tabs-slider__content .flickity-page-dots {
  display: flex;
  justify-content: center;
  position: initial;
  gap: 0.5rem;
}

.circle-tabs-slider__content .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
  margin: 0;
  background: #d9d9d9;
  transition: 0.3s ease-out;
  border-radius: 35px;
  opacity: 1;
}

.circle-tabs-slider__content .flickity-page-dots .dot.is-selected {
  width: 10px;
  background: #10a210;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__content .flickity-page-dots .dot.is-selected {
    background: #003a30;
  }
}
.circle-tabs-slider__card {
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  padding: 3.125rem;
  border-radius: 18px;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__card {
    padding: 0;
    flex-direction: column-reverse;
    gap: 0;
    border-radius: 11px;
    overflow: hidden;
  }
}
.circle-tabs-slider__card-about {
  flex: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 440px;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__card-about {
    padding: 1.5rem 1.5rem 1.875rem;
    gap: 1rem;
  }
}
.circle-tabs-slider__card-label {
  color: #003a30;
  font-size: 2rem;
  font-family: "OpenSans";
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__card-label {
    font-size: 1.375rem;
  }
}
.circle-tabs-slider__card-text {
  color: #333;
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__card-text {
    font-size: 0.813rem;
  }
}
.circle-tabs-slider__card-btn .dandy-button {
  background: var(--color-secondary);
}

.circle-tabs-slider__card-btn .dandy-button:hover {
  background: #0c7f0c;
}

.circle-tabs-slider__card-pic {
  width: 44%;
  flex: none;
}

.circle-tabs-slider__card-pic img {
  border-radius: 18px;
}

@media (max-width: 991.98px) {
  .circle-tabs-slider__card-pic {
    width: 100%;
  }
  .circle-tabs-slider__card-pic img {
    border-radius: 0;
  }
}
.circle-tabs-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.circle-tabs-slider .swiper:not(.swiper-initialized) .swiper-slide {
  display: none;
}

.circle-tabs-slider .swiper:not(.swiper-initialized) .swiper-slide:first-child {
  display: block;
}

.spacer-x-large {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

@media (max-width: 1199.98px) {
  .spacer-x-large {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 991.98px) {
  .spacer-x-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.spacer-large {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

@media (max-width: 1199.98px) {
  .spacer-large {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
.spacer-medium {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

@media (max-width: 1199.98px) {
  .spacer-medium {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}
.spacer-small {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

@media (max-width: 1199.98px) {
  .spacer-small {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
.custom-spacer {
  height: var(--custom-spacer-height);
}

@media (max-width: 991.98px) {
  .custom-spacer {
    height: var(--custom-spacer-mobile-height);
  }
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
  font-family: "advanced-popups-icons";
  src:
    url("../fonts/advanced-popups-icons.woff") format("woff"),
    url("../fonts/advanced-popups-icons.ttf") format("truetype"),
    url("../images/advanced-popups-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="dandy-icon-"],
[class*=" dandy-icon-"] {
  font-family: "advanced-popups-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dandy-icon-x:before {
  content: "\e913";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.dandy-popup {
  --dandy-popup-wrap-scrollbar-width: 0.625rem;
  --dandy-popup-wrap-scrollbar-track-background: #f1f1f1;
  --dandy-popup-wrap-scrollbar-thumb-background: #888;
  --dandy-popup-wrap-scrollbar-thumb-hover-background: #555;
  --dandy-popup-wrap-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.075);
  --dandy-popup-container-color: #ffffff;
  --dandy-popup-close-font-size: 1.25rem;
  --dandy-popup-close-color: #ffff;
  --dandy-popup-close-hover-color: rgba(255, 255, 255, 0.75);
  --dandy-popup-close-light-color: #ffff;
  --dandy-popup-close-light-hover-color: rgba(255, 255, 255, 0.75);
  --dandy-popup-type-content-close-font-size: 1.5rem;
  --dandy-popup-type-notification-text-font-size: 90%;
  --dandy-popup-type-notification-button-border-radius: 10px;
}

.dandy-popup-overlay {
  --dandy-popup-overlay-background: rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------*/
.dandy-popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}

.dandy-popup-animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow: hidden !important;
}

@-webkit-keyframes popupOpenFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupOpenFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes popupExitFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes popupExitFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes popupOpenSlide {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupOpenSlide {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes popupExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100vh, 0);
  }
}
@keyframes popupExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100vh, 0);
  }
}
@-webkit-keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@-webkit-keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes popupExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes popupExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 40px, 0);
  }
}
.popupOpenFade {
  -webkit-animation-name: popupOpenFade;
  animation-name: popupOpenFade;
}

.popupExitFade {
  -webkit-animation-name: popupExitFade;
  animation-name: popupExitFade;
}

.popupOpenSlide {
  -webkit-animation-name: popupOpenSlide;
  animation-name: popupOpenSlide;
}

.popupExitSlide {
  -webkit-animation-name: popupExitSlide;
  animation-name: popupExitSlide;
}

.popupOpenZoom {
  -webkit-animation-name: popupOpenZoom;
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  -webkit-animation-name: popupExitZoom;
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  -webkit-animation-name: popupOpenSlideFade;
  animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
  -webkit-animation-name: popupExitSlideFade;
  animation-name: popupExitSlideFade;
}

.dandy-popup {
  display: none;
  position: fixed;
  z-index: 10;
  max-width: calc(100vw - 1.5rem);
  max-height: calc(100vh - 1.5rem);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 720px) {
  .dandy-popup {
    max-width: calc(100vw - 6rem);
    max-height: calc(100vh - 6rem);
  }
}
.dandy-popup.dandy-popup-location-top {
  top: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.dandy-popup.dandy-popup-location-top-left {
  top: 20px;
  left: 20px;
}

.dandy-popup.dandy-popup-location-top-right {
  top: 20px;
  right: 20px;
}

.dandy-popup.dandy-popup-location-bottom {
  bottom: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.dandy-popup.dandy-popup-location-bottom-left {
  left: 20px;
  bottom: 20px;
}

.dandy-popup.dandy-popup-location-bottom-right {
  right: 20px;
  bottom: 20px;
}

.dandy-popup.dandy-popup-location-left {
  top: 50%;
  left: 20px;
  transform: translate3d(0, -50%, 0);
}

.dandy-popup.dandy-popup-location-right {
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0);
}

.dandy-popup.dandy-popup-location-center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.dandy-popup .dandy-popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-shadow: var(--dandy-popup-wrap-box-shadow);
}

.dandy-popup .dandy-popup-wrap::-webkit-scrollbar {
  width: var(--dandy-popup-wrap-scrollbar-width);
}

.dandy-popup .dandy-popup-wrap::-webkit-scrollbar-track {
  background: var(--dandy-popup-wrap-scrollbar-track-background);
}

.dandy-popup .dandy-popup-wrap::-webkit-scrollbar-thumb {
  background: var(--dandy-popup-wrap-scrollbar-thumb-background);
}

.dandy-popup .dandy-popup-wrap::-webkit-scrollbar-thumb:hover {
  background: var(--dandy-popup-wrap-scrollbar-thumb-hover-background);
}

.dandy-popup .dandy-popup-container {
  color: var(--color-primary);
  width: 100%;
}

.dandy-popup .dandy-popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dandy-popup .dandy-popup-thumbnail img {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .dandy-popup:not(.dandy-popup-type-box) .dandy-popup-outer {
    flex-direction: column-reverse;
  }
  .dandy-popup:not(.dandy-popup-type-box) .dandy-popup-thumbnail {
    display: flex;
    padding: 0 0 3rem;
    justify-content: center;
  }
  .dandy-popup:not(.dandy-popup-type-box) .dandy-popup-thumbnail img {
    height: 140px !important;
    object-fit: cover;
    max-width: 300px;
  }
}
.dandy-popup .dandy-popup-close {
  position: absolute;
  background: transparent;
  color: var(--dandy-popup-close-color);
  padding: 0;
  line-height: 1;
  font-size: var(--dandy-popup-close-font-size);
  top: 20px;
  right: 20px;
  z-index: 2;
}

.dandy-popup .dandy-popup-close:before {
  font-family: "advanced-popups-icons";
  transition: color 0.25s ease;
  content: "\e913";
}

.dandy-popup .dandy-popup-close:hover:before {
  color: var(--dandy-popup-close-hover-color);
}

.dandy-popup.dandy-popup-open[data-light-close="true"] .dandy-popup-close {
  color: var(--dandy-popup-close-light-color);
}

.dandy-popup.dandy-popup-open[data-light-close="true"] .dandy-popup-close:hover:before {
  color: var(--dandy-popup-close-light-hover-color);
}

.dandy-popup.dandy-popup-open {
  display: flex;
}

@media (max-width: 767.98px) {
  .dandy-popup[data-mobile-disable="true"] {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dandy-popup[data-tablet-disable="true"] {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dandy-popup[data-laptop-disable="true"] {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .dandy-popup[data-pc-disable="true"] {
    display: none !important;
  }
}
.dandy-popup-overlay {
  background: var(--dandy-popup-overlay-background);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.dandy-popup-overlay.active {
  display: block;
}

.dandy-popup-overlay .dandy-popup-wrap {
  box-shadow: none;
}

.dandy-popup-open + .dandy-popup-overlay {
  display: block;
}

@media (max-width: 719.98px) {
  .dandy-popup-type-content {
    max-width: 100vw;
    max-height: 100vh;
  }
}
.dandy-popup-type-content .dandy-popup-content {
  padding: 40px;
}

.dandy-popup-type-content .dandy-popup-close {
  font-size: var(--dandy-popup-type-content-close-font-size);
}

.dandy-popup-type-content .wp-block-cover:first-child:last-child {
  margin: -40px;
  width: initial;
}

.dandy-popup-type-content.dandy-preview-image-yes .dandy-popup-close {
  color: var(--dandy-popup-close-light-color);
}

.dandy-popup-type-content.dandy-preview-image-yes .dandy-popup-close:hover:before {
  color: var(--dandy-popup-close-light-hover-color);
}

@media (min-width: 1024px) {
  .dandy-popup-type-content .dandy-popup-outer {
    flex-direction: row;
  }
  .dandy-popup-type-content.dandy-preview-image-left .dandy-popup-close,
  .dandy-popup-type-content.dandy-preview-image-bottom .dandy-popup-close {
    color: var(--dandy-popup-close-color);
  }
  .dandy-popup-type-content.dandy-preview-image-left .dandy-popup-close:hover:before,
  .dandy-popup-type-content.dandy-preview-image-bottom .dandy-popup-close:hover:before {
    color: var(--dandy-popup-close-hover-color);
  }
  .dandy-popup-type-content.dandy-preview-image-left .dandy-popup-thumbnail {
    order: 1;
  }
  .dandy-popup-type-content.dandy-preview-image-right .dandy-popup-thumbnail {
    order: 3;
  }
  .dandy-popup-type-content.dandy-preview-image-top .dandy-popup-outer {
    flex-direction: column;
  }
  .dandy-popup-type-content.dandy-preview-image-top .dandy-popup-thumbnail img {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
    left: initial;
    width: initial;
    height: initial;
  }
  .dandy-popup-type-content.dandy-preview-image-bottom .dandy-popup-outer {
    flex-direction: column;
  }
  .dandy-popup-type-content.dandy-preview-image-bottom .dandy-popup-thumbnail {
    order: 3;
  }
  .dandy-popup-type-content.dandy-preview-image-bottom .dandy-popup-thumbnail img {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
    left: initial;
    width: initial;
    height: initial;
  }
  .dandy-popup-type-content .dandy-popup-thumbnail {
    position: relative;
    flex: 1 0 50%;
    order: 1;
  }
  .dandy-popup-type-content .dandy-popup-thumbnail img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .dandy-popup-type-content .dandy-popup-content {
    padding: 80px;
    flex: 1 0 50%;
    order: 2;
  }
  .dandy-popup-type-content .dandy-popup-content:first-child:last-child {
    flex: 1 0 100%;
  }
  .dandy-popup-type-content .wp-block-cover:first-child:last-child {
    margin: -80px;
  }
}
.dandy-popup-type-notification-box .dandy-popup-outer,
.dandy-popup-type-notification-bar .dandy-popup-outer {
  padding: 30px;
}

.dandy-popup-type-notification-box .dandy-popup-text,
.dandy-popup-type-notification-bar .dandy-popup-text {
  padding-right: 10px;
  font-size: var(--dandy-popup-type-notification-text-font-size);
}

.dandy-popup-type-notification-box .dandy-popup-text a,
.dandy-popup-type-notification-bar .dandy-popup-text a {
  text-decoration: underline;
}

.dandy-popup-type-notification-box .dandy-popup-text a:hover,
.dandy-popup-type-notification-bar .dandy-popup-text a:hover {
  text-decoration: none;
}

.dandy-popup-type-notification-box .dandy-popup-button,
.dandy-popup-type-notification-bar .dandy-popup-button {
  background: var(--color-button-background);
  margin-top: 1.5rem;
  width: 100%;
  color: var(--color-button);
  border-radius: var(--dandy-popup-type-notification-button-border-radius);
}

.dandy-popup-type-notification-box .dandy-popup-close {
  top: 15px;
  right: 15px;
}

.dandy-popup-type-notification-bar.dandy-popup-location-top {
  position: relative;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transform: none;
  z-index: initial;
}

.dandy-popup-type-notification-bar.dandy-popup-location-bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}

.dandy-popup-type-notification-bar .dandy-popup-outer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 720px) {
  .dandy-popup-type-notification-bar .dandy-popup-outer {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .dandy-popup-type-notification-bar .dandy-popup-close {
    top: 50%;
    transform: translateY(-50%);
  }
  .dandy-popup-type-notification-bar .dandy-button {
    margin-left: 1rem;
    margin-top: 0;
    width: auto;
  }
}
/* CONTENT BOX */
@media (max-width: 719.98px) {
  .dandy-popup-type-content-box {
    max-width: calc(100vw - 50px);
    max-height: 100vh;
  }
}
.dandy-popup-type-content-box .dandy-popup-content {
  padding: 16px;
}

.dandy-popup-type-content-box .dandy-popup-close {
  font-size: var(--dandy-popup-type-content-box-close-font-size);
}

.dandy-popup-type-content-box.dandy-preview-image-yes .dandy-popup-close {
  color: var(--dandy-popup-close-light-color);
}

.dandy-popup-type-content-box.dandy-preview-image-yes .dandy-popup-close:hover:before {
  color: var(--dandy-popup-close-light-hover-color);
}

.dandy-popup-type-content-box.dandy-preview-image-var-space .dandy-popup-thumbnail {
  padding: 16px;
}

.dandy-popup-type-content-box.dandy-preview-image-top.dandy-preview-image-var-space .dandy-popup-thumbnail {
  padding-bottom: 0;
}

.dandy-popup-type-content-box.dandy-preview-image-var-space .dandy-popup-thumbnail img {
  border-radius: calc(var(--block-border-radius) / 3);
}

.dandy-popup-type-content-box .dandy-button {
  display: inline-flex;
}

.dandy-popup-type-content-box .dandy-popup-wrap .dandy-popup-close {
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #013a30;
  border-radius: 5px;
  margin: -6px;
  opacity: 1;
}

.dandy-popup-type-content-box .dandy-popup-wrap .dandy-popup-close:hover {
  opacity: 0.8;
  transform: scale(1);
}

.dandy-popup-type-content-box .dandy-popup-wrap .dandy-popup-close:before,
.dandy-popup-type-content-box .dandy-popup-wrap .dandy-popup-close:after {
  background: #013a30;
  height: 2px;
}

.dandy-popup-type-content-box.dandy-preview-image-var-space .dandy-popup-wrap .dandy-popup-close {
  border: none;
  margin: 4px;
}

.dandy-popup-type-content-box.dandy-preview-image-var-space .dandy-popup-wrap .dandy-popup-close:before,
.dandy-popup-type-content-box.dandy-preview-image-var-space .dandy-popup-wrap .dandy-popup-close:after {
  background: #7e7c79;
}

@media (max-width: 1023.99px) {
  .dandy-popup-type-content-box.dandy-preview-image-var-space .dandy-popup-thumbnail {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .dandy-popup-type-content-box .dandy-popup-outer {
    flex-direction: row;
  }
  .dandy-popup-type-content-box.dandy-preview-image-left .dandy-popup-close,
  .dandy-popup-type-content-box.dandy-preview-image-bottom .dandy-popup-close {
    color: var(--dandy-popup-close-color);
  }
  .dandy-popup-type-content-box.dandy-preview-image-left .dandy-popup-close:hover:before,
  .dandy-popup-type-content-box.dandy-preview-image-bottom .dandy-popup-close:hover:before {
    color: var(--dandy-popup-close-hover-color);
  }
  .dandy-popup-type-content-box.dandy-preview-image-var-space.dandy-preview-image-left .dandy-popup-thumbnail img {
    top: 16px;
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: calc(100% - 16px);
    height: calc(100% - 32px);
  }
  .dandy-popup-type-content-box.dandy-preview-image-var-space.dandy-preview-image-right .dandy-popup-thumbnail img {
    top: 16px;
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: calc(100% - 16px);
    height: calc(100% - 32px);
  }
  .dandy-popup-type-content-box.dandy-preview-image-left .dandy-popup-thumbnail {
    order: 1;
  }
  .dandy-popup-type-content-box.dandy-preview-image-right .dandy-popup-thumbnail {
    order: 3;
  }
  .dandy-popup-type-content-box.dandy-preview-image-top .dandy-popup-outer {
    flex-direction: column;
  }
  .dandy-popup-type-content-box.dandy-preview-image-top .dandy-popup-thumbnail img {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
    left: initial;
    width: initial;
    height: initial;
  }
  .dandy-popup-type-content-box.dandy-preview-image-bottom .dandy-popup-outer {
    flex-direction: column;
  }
  .dandy-popup-type-content-box.dandy-preview-image-bottom .dandy-popup-thumbnail {
    order: 3;
  }
  .dandy-popup-type-content-box.dandy-preview-image-bottom .dandy-popup-thumbnail img {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
    left: initial;
    width: initial;
    height: initial;
  }
  .dandy-popup-type-content-box .dandy-popup-thumbnail {
    position: relative;
    flex: 1 0 50%;
    order: 1;
  }
  .dandy-popup-type-content-box .dandy-popup-thumbnail img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .dandy-popup-type-content-box.dandy-preview-image-bottom.dandy-preview-image-var-space .dandy-popup-thumbnail {
    padding-top: 0;
  }
  .dandy-popup-type-content-box .dandy-popup-content {
    flex: 1 0 50%;
    order: 2;
  }
  .dandy-popup-type-content-box .dandy-popup-content:first-child:last-child {
    flex: 1 0 100%;
  }
  .dandy-popup-type-content-box .dandy-popup-wrap .dandy-popup-close {
    margin: 0 !important;
  }
}
/* TEXT WIDE */
@media (max-width: 719.98px) {
  .dandy-popup-type-text-wide {
    max-width: calc(100vw - 50px);
  }
}
.dandy-popup-type-text-wide .dandy-popup-content {
  padding: 24px;
}

.dandy-popup-type-text-wide .dandy-popup-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.dandy-popup-type-text-wide .dandy-popup-wrap .dandy-popup-close {
  background: transparent;
  border: none;
  border-radius: initial;
  opacity: 1;
}

.dandy-popup-type-text-wide .dandy-popup-wrap .dandy-popup-close:hover {
  opacity: 0.8;
  transform: scale(1);
}

.dandy-popup-type-text-wide .dandy-popup-wrap .dandy-popup-close:before,
.dandy-popup-type-text-wide .dandy-popup-wrap .dandy-popup-close:after {
  background: #013a30;
  height: 3px;
  width: 70%;
}

.dandy-popup-type-text-wide .dandy-scheme_green .dandy-popup-close:before,
.dandy-popup-type-text-wide .dandy-scheme_green .dandy-popup-close:after,
.dandy-popup-type-text-wide .dandy-scheme_teal .dandy-popup-close:before,
.dandy-popup-type-text-wide .dandy-scheme_teal .dandy-popup-close:after,
.dandy-popup-type-text-wide .dandy-scheme_maroon .dandy-popup-close:before,
.dandy-popup-type-text-wide .dandy-scheme_maroon .dandy-popup-close:after,
.dandy-popup-type-text-wide .dandy-scheme_gray .dandy-popup-close:before,
.dandy-popup-type-text-wide .dandy-scheme_gray .dandy-popup-close:after {
  background: #fff;
}

@media (min-width: 1024px) {
  .dandy-popup-type-text-wide .dandy-popup-content {
    padding: 24px 40px;
  }
}
@media (max-width: 719.98px) {
  .dandy-popup-type-text-wide .dandy-popup-button {
    width: 100%;
  }
}
/* TEXT NARROW */
@media (max-width: 719.98px) {
  .dandy-popup-type-text-narrow {
    max-width: calc(100vw - 50px);
  }
}
.dandy-popup-type-text-narrow .dandy-popup-content {
  padding: 16px;
}

.dandy-popup-type-text-narrow .dandy-popup-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.dandy-popup-type-text-narrow .dandy-popup-wrap .dandy-popup-close {
  background: transparent;
  border: none;
  border-radius: initial;
  opacity: 1;
}

.dandy-popup-type-text-narrow .dandy-popup-wrap .dandy-popup-close:hover {
  opacity: 0.8;
  transform: scale(1);
}

.dandy-popup-type-text-narrow .dandy-popup-wrap .dandy-popup-close:before,
.dandy-popup-type-text-narrow .dandy-popup-wrap .dandy-popup-close:after {
  background: #013a30;
  height: 3px;
  width: 70%;
}

.dandy-popup-type-text-narrow .dandy-scheme_green .dandy-popup-close:before,
.dandy-popup-type-text-narrow .dandy-scheme_green .dandy-popup-close:after,
.dandy-popup-type-text-narrow .dandy-scheme_teal .dandy-popup-close:before,
.dandy-popup-type-text-narrow .dandy-scheme_teal .dandy-popup-close:after,
.dandy-popup-type-text-narrow .dandy-scheme_maroon .dandy-popup-close:before,
.dandy-popup-type-text-narrow .dandy-scheme_maroon .dandy-popup-close:after,
.dandy-popup-type-text-narrow .dandy-scheme_gray .dandy-popup-close:before,
.dandy-popup-type-text-narrow .dandy-scheme_gray .dandy-popup-close:after {
  background: #fff;
}

@media (max-width: 719.98px) {
  .dandy-popup-type-text-narrow .dandy-popup-button {
    width: 100%;
  }
}
/* BOX (global styles) */
.dandy-popup-type-box .dandy-popup-wrap.none {
  background: white;
}

.dandy-popup-type-box {
  --block-border-radius: 20px;
}

.dandy-popup-type-box .dandy-popup-title {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.05;
}

.dandy-popup-type-box .dandy-popup-title:not(:first-child) {
  margin-top: 16px;
}

.dandy-popup-type-box .dandy-popup-text:not(:first-child) {
  margin-top: 16px;
}

.dandy-popup-type-box .dandy-button:not(:first-child) {
  margin-top: 16px;
}

.dandy-popup-type-box .dandy-button {
  font-size: 0.875rem;
}

.dandy-popup-type-box .dandy-scheme_light-green .dandy-button:not(:hover) {
  --color-button-background: #168916;
}

.dandy-popup-type-box .dandy-scheme_teal .dandy-button:not(:hover) {
  --color-button-background: #194d44;
}

.dandy-popup-type-box .dandy-scheme_light-maroon .dandy-button:not(:hover) {
  --color-button-background: #8f184b;
}

.dandy-popup-type-box .dandy-scheme_light-maroon .dandy-button:hover {
  background: #fff;
  color: #8f184b;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: rgba(253, 252, 250, 0.7) !important;
  border: 0px !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  font-weight: 400 !important;
  font-family: "OpenSans", sans-serif !important;
  padding: 0px !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
  opacity: 0.7 !important;
}

@media (max-width: 600px) {
  #ot-sdk-btn.ot-sdk-show-settings,
  #ot-sdk-btn.optanon-show-settings {
    font-size: 0.9rem !important;
  }
}
.entry-content p strong {
  display: inline !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

@media (max-width: 767.98px) {
  .dandy-popup.dandy-popup-open[data-mobile-disable="true"] {
    display: none !important;
  }
  .dandy-popup[data-mobile-disable="true"] {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .page-id-17539 .intro.variation-3 .intro__grid {
    grid-template-columns: repeat(4, minmax(0, 290px));
  }
  .page-id-42 .intro.variation-3 {
    padding-top: 5rem;
  }
}
.dandy-popup-type-box .dandy-scheme_teal .dandy-button:not(:hover) {
  background: #fff;
  color: #003a30;
}

.dandy-popup-type-box .dandy-scheme_teal .dandy-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #003a30;
}

.intro.variation-3 .intro__item-title {
  margin: 0 auto 0.375rem auto;
}

.intro.variation-3 .intro__item-desc {
  max-width: 310px;
}

@media (min-width: 992px) {
  .seps-form-modal {
    padding: 2.5rem 0;
  }
  .seps-form-modal .forms-legal-text {
    max-width: 450px;
  }
}
.header_secondary.header-phone {
  color: #fff !important;
}

.header_secondary.header__phone svg {
  stroke: #fff !important;
}

.header_secondary .header_fixed .header-phone {
  color: #003a30 !important;
}

.header_secondary .header_fixed .header__phone svg {
  stroke: #003a30 !important;
}

/*# sourceMappingURL=style.css.map */
.header__mobile-nav-footer-social svg path {
  fill: #fff;
}
@media (min-width: 1200px) {
  .kmar_column-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .kmar_column-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .kmar_column-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
#wpforms-206 {
  width: 100%;
  margin: 0;
}
#wpforms-206 label {
  color: var(--color-primary);
  margin-bottom: 5px;
  font-size: 0.8rem;
}
#wpforms-206 input,
#wpforms-206 textarea {
  border: none;
  border-radius: 10px;
}
.home_form_contact .forms-legal-text {
  margin-left: 0;
}
.w-100 {
  width: 100%;
  max-width: 100%;
}
.d-block {
  display: block;
}
#wpforms-500 {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
#wpforms-500 .wpforms-submit-container {
  position: unset !important;
}
#wpforms-500 button {
  position: absolute;
  right: 8px;
  top: 22px;
  background: #003a30;
  border-radius: 10px;
  font-size: 0;
  min-width: 50px;
}
#wpforms-500 input {
  height: 55px;
  border-radius: 10px;
  border: none;
}
#wpforms-500 button::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 1 4 4m0 0L4 9m4-4H0' stroke='%23FDFCFA' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 9px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#wpforms-500-field_1-container {
  padding-bottom: 0;
}
/* Update */
.dandy-button_accent {
  background: var(--color-accent);
}
.dandy-button_accent:hover {
  opacity: 0.9;
}
.dandy-bg-primary {
  background: var(--color-primary);
}
.dandy-bg-accent {
  background: var(--color-accent);
}
.dandy-bg-secondary {
  background: var(--color-secondary);
}
.home_soloution .two-column-boxes__item-title {
  color: var(--color-secondary);
}
.home_soloution .two-column-boxes__item-bullets > p {
  color: var(--text-color);
}
.text-white {
  color: #fff;
}
.charts__desc p,
.home_list_infomartion .columns-2__desc p,
.home_list_infomartion .columns__item-desc li,
.about_banner_video .video__desc p,
.home_list_infomartion .columns__item-desc p {
  color: var(--text-color);
}
.home_list_product_toggle .accordion-content__list-item-content * {
  color: var(--text-color);
}
.intro__header-desc * {
  color: var(--text-color);
}

@media only screen and (min-width: 1200px) {
  .about_banner_video .previous {
    left: -80px;
  }
  .about_banner_video .next {
    right: -80px;
  }
}

.side-img__img .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-img__img .btn-play svg {
  width: 110px;
  background-color: var(--color-primary);
}
.block_percent .circular-chart {
  display: block;
  margin: auto;
  max-height: 300px;
}
.block_percent .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
  stroke-width: 2;
}
.block_percent .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  stroke-width: 2;
}
.block_percent .percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.block_percent .circular-chart.blue .circle {
  stroke: var(--i);
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
footer.footer {
  position: relative;
}
.footer_wave_top {
  clip-path: ellipse(60% 100% at center bottom);
  height: 5rem;
}
.w-100 {
  width: 100%;
}
.get-started .subscribe__form button:not(.iti__selected-country) {
    text-transform: unset;
    font-size: 1rem;
}