@charset "UTF-8";
.hover-underline-animation {
  display: inline-block;
  position: relative;
}
.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--wp--preset--color--yellow);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* Button arrow right */
.bg-secondary button .arrow {
  height: 2px;
  width: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 4px;
  transition: all 0.4s ease;
}
.bg-secondary button:hover .arrow {
  width: 24px;
  margin-right: 5px;
}
.bg-secondary button .arrow-yellow {
  background: var(--wp--preset--color--yellow);
}
.bg-secondary button .arrow:before,
.bg-secondary button .arrow:after {
  content: "";
  background: var(--wp--preset--color--yellow);
  position: absolute;
  height: 3px;
  width: 8px;
  border-radius: 30%;
}
.bg-secondary button .arrow:before {
  right: -2px;
  bottom: -3px;
  transform: rotate(-45deg);
}
.bg-secondary button .arrow:after {
  right: -2px;
  top: -3px;
  transform: rotate(45deg);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.alignnarrow {
  max-width: 1160px;
}
.alignfull {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
@keyframes a1 {
  90%, 100% {
    flex-grow: 1;
  }
}
header.header .wrap-container{
  width: 100%;
}
@media (min-width: 1024px){
  header.header .wrap-container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 480px){
    header.header .wrap-container{
      max-width: 480px;
    }
  }
  @media (min-width: 640px){
    header.header .wrap-container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 768px){
    header.header .wrap-container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    header.header .wrap-container{
      max-width: 1024px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }
  @media (min-width: 1280px){
    header.header .wrap-container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    header.header .wrap-container{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  header.header .wrap-container{
    max-width: 1280px;
  }
}
@media (min-width: 1024px){
  header.header .wrap-container{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px){
  header.header .wrap-container{
    max-width: 1536px;
  }
}
header.header .wrap-social-media a{
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 640px){
  header.header .wrap-social-media a{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 959px){
  header.header .wrap-social-media a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 191 0 / var(--tw-text-opacity));
  }
}
:root {
  --color-black: #000000;
  --color-dark-green: #02272B;
  --color-grey: #76726F;
  --color-light-gray: #F1F1F0;
  --color-mint: #4CECC9;
  --color-pink: #E08198;
  --color-red: #C10230;
  --color-white: #FFFFFF;
  --color-yellow: #FFBF00;
  --color-sky-1: #d2faf1;
  --font-gilroy: "Gilroy", sans-serif;
  --font-capitolium: "Capitolium News 2", serif;
}
:root .font-capitolium {
  font-family: var(--font-capitolium);
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
iframe {
  border: 0;
}
.accordion-container.container {
  border-top: solid 3px var(--color-red);
  border-bottom: solid 3px var(--color-red);
}
@media (min-width: 1024px) {
  .accordion-container.container {
    max-width: 1014px;
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion-item {
  border-bottom: 1px solid #CFCFCF;
}
.accordion-item:last-child {
  border-bottom: 0;
}
.accordion {
  position: relative;
  font-size: 25px;
  line-height: 31px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--color-dark-green);
  padding: 18px 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.4s;
}
.accordion:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid black;
}
.accordion.active:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid black;
  border-bottom: 0;
}
.accordion__title {
  letter-spacing: 0.32px;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--color-dark-green);
}
.accordion__text {
  font-family: var(--font-capitolium);
  font-size: 14px;
  line-height: 22px;
  color: var(--color-dark-green);
}
.accordion__text p {
  margin-bottom: 10px;
}
.accordion__list {
  margin-top: 10px;
}
.accordion__list ul {
  padding-left: 0;
}
.accordion__list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-family: var(--font-capitolium);
  margin-bottom: 25px;
}
@media (max-width: 639px) {
  .accordion__list ul li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
.accordion__list ul li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
  border-radius: 50%;
  background-color: var(--color-mint);
}
@media (max-width: 639px) {
  .accordion__list ul li:before {
    width: 10px;
    height: 10px;
  }
}
.accordion-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
  padding: 0 100px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 639px) {
  .accordion-content {
    padding: 0 15px;
    gap: 10px;
  }
}
.accordion-content__column {
  width: 46%;
  margin-bottom: 25px;
  margin-top: 10px;
}
.bg-ripple-1 {
  background-image: url(../images/ripple-1.svg?fab79c3c9222157066eef95d6f1647c3);
  background-size: auto 375px;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}
.bg-mountains-1 {
  background-image: url(../images/mountains-1400.png?1bff41c382bf88c150d130b0f8a5ed91);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .bg-mountains-1 {
    background-size: auto 60%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .bg-mountains-1 {
    background-size: 80% auto;
  }
}
@media (min-width: 768px) {
  .bg-mountains-1 {
    -webkit-padding-after: 7rem;
            padding-block-end: 7rem;
  }
}
@media (max-width: 767px) {
  .bg-mountains-1 {
    background-size: 100% auto;
    -webkit-padding-after: 14rem;
            padding-block-end: 14rem;
  }
}
.bg-logo-1 {
  background-image: url(../images/logo-red-pictogram.svg?d7544e70006184d6937b8f5c07403941);
  background-position-x: 95%;
  background-position-y: center;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .bg-logo-1 {
    background-size: auto 25vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .bg-logo-1 {
    background-size: auto 70%;
  }
}
@media (max-width: 767px) {
  .bg-logo-1 {
    background-size: 40% auto;
  }
}
.bg-logo-2 {
  background-image: url(../images/logo-transparent-pictogram.svg?246f503cebe461d202f297beb9d470ea);
  background-position-x: 95%;
  background-position-y: center;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .bg-logo-2 {
    background-size: auto 120%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .bg-logo-2 {
    background-size: auto 70%;
  }
}
@media (max-width: 767px) {
  .bg-logo-2 {
    background-size: 40% auto;
  }
}
.bg-wave-1 {
  background-image: url(../images/wave-1.svg?2e6a5602d2c2b74fbf0ad8b8cd3ba34e);
  background-position-y: calc(100% + 3px);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg-wave-2 {
  background-image: url(../images/wave-2.svg?aa62e45f1066245b1180899f079f3e7a);
  background-position-y: calc(100% + 3px);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 3750px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 100px;
}
.bg-wave-3, .header-with-media-section {
  background-image: url(../images/wave-3.svg?1c7e66a89c3d5e13fd2b42b5fc604863);
  background-position-y: calc(100% + 3px);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 3850px;
}
.bg-wave-4 {
  background-image: url(../images/wave-4.svg?cef8671b14e301024185b5d41db66910);
  background-position-y: calc(100% + 3px);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.bg-wave-5 {
  background-image: url(../images/wave-5.svg?6822f37d7b48f4c7059fe968e8a2308d);
  background-position-y: calc(100% + 3px);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg-boots-1 {
  background-image: url(../images/boots-1-1280.jpg?16017430011fb2113df74c584dc85155);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-boots-2 {
  background-image: linear-gradient(hsla(200, 50%, 5%, 0.7), hsla(200, 50%, 5%, 0.7)), url(../images/boots-1-1280.jpg?16017430011fb2113df74c584dc85155);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
.bg-circles-1 {
  background-image: url(../images/circles-green-1.png?23a58470f6786460779b79b0af7a90d0);
  background-position-x: 65%;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .bg-circles-1 {
    background-size: contain;
  }
}
.bg-circles-2 {
  background-image: url(../images/ripple-2.svg?bcad59c3b8520b2c9ee32dcc824e8d06);
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto 500px;
}
.bg-circles-3 {
  background-image: url(../images/ripple-3.svg?2adeced68c36c839b0ca3866cf4d14a9);
  background-position-x: 60%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto 500px;
}
.bg-circles-4 {
  background-image: url(../images/ripple-4.svg?941eae6f5ec12b9bc0732ab3d2eb55e1);
  background-position-x: 20%;
  background-position-y: 150%;
  background-repeat: no-repeat;
  background-size: auto 500px;
}
.box-1 {
  align-items: center;
  background-color: white;
  padding-block: 1.5rem;
}
.box-1:first-of-type {
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
}
@media (min-width: 768px) {
  .box-1:last-of-type {
    -webkit-padding-after: 6rem;
            padding-block-end: 6rem;
  }
}
@media (max-width: 767px) {
  .box-1:last-of-type {
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-1 {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .box-1 {
    display: flex;
  }
  .box-1__content {
    flex-basis: 50%;
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .box-1__content {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media (min-width: 768px) {
  .box-1--right .box-1__content {
    padding-left: 5vw;
  }
}
.box-1--left .box-1__content {
  order: 1;
}
@media (min-width: 768px) {
  .box-1--left .box-1__content {
    padding-right: 5vw;
  }
}
.box-1__img-frame {
  align-items: center;
  aspect-ratio: 16/10;
  background-color: var(--color-dark-green);
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-1__img-frame {
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) {
  .box-1__img-frame {
    flex-basis: 50%;
    min-width: 50%;
  }
}
.box-1--left .box-1__img-frame {
  order: 2;
}
.box-1__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.border-1 {
  border-color: var(--color-white);
  border-width: 3px;
}
.breadcrumb-1__ul {
  background-color: var(--color-yellow);
  line-height: 1;
  margin-block: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-inline: 0.5rem;
  width: -moz-max-content;
  width: max-content;
}
.breadcrumb-1__li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumb-1__li:not(:first-child):before {
  color: black;
  content: "/";
  display: inline-block;
  font-size: 0.8em;
  text-align: center;
  width: 1em;
}
.breadcrumb-1__item {
  color: black;
  display: inline-block;
  font-family: var(--font-gilroy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb-1__item:hover {
  color: black;
  text-decoration: none;
}
.btn-group-1 {
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.btn-group-1--right {
  margin-left: auto;
}
.btn-group-1--center {
  margin-left: auto;
  margin-right: auto;
}
.btn-group-1__pre {
  font-family: var(--font-capitolium);
  font-style: italic;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  text-transform: lowercase;
  position: relative;
  font-size: 18px;
  z-index: 1;
  left: -30px;
}
@media (min-width: 1024px) {
  .btn-group-1__pre {
    font-size: 21px;
  }
  .btn-group-1--big .btn-group-1__pre {
    font-size: 25px;
  }
}
.btn-group-1__a {
  color: var(--color-red);
  display: block;
  font-family: var(--font-gilroy);
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .btn-group-1--big .btn-group-1__a {
    font-size: 45px;
  }
}
.btn-group-1__a:hover {
  color: var(--color-red) !important;
  text-decoration: none !important;
}
.btn-group-1__arrow {
  border-radius: 50%;
  bottom: 0.1em;
  color: var(--color-red);
  display: block;
  font-family: var(--font-gilroy);
  font-size: 3rem;
  line-height: 1.5rem;
  padding: 0;
  position: absolute;
  right: -3.5rem;
  z-index: 1;
}
.btn-group-1--big .btn-group-1__arrow {
  font-size: 3.5rem;
  right: -4.1rem;
  line-height: 0.55em;
}
.btn-group-1__ball {
  background-color: var(--color-sky-1);
  border-radius: 50%;
  bottom: -0.6rem;
  display: block;
  height: 3.4rem;
  position: absolute;
  right: -3.8rem;
  width: 3.4rem;
  z-index: 0;
}
.btn-group-1--big .btn-group-1__ball {
  height: 4rem;
  right: -4.5rem;
  width: 4rem;
}
.btn-group-1__flex {
  display: flex;
  align-items: center;
  padding-right: 75px;
}
@media (min-width: 1024px) {
  .btn-group-1__flex--big .btn-group-1__flex {
    padding-right: 80px;
  }
}
.btn-group-1__flex:hover {
  text-decoration: none !important;
}
.btn-group-1__circles {
  position: absolute;
  z-index: 0;
  right: 0;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  width: 150px;
}
.btn-group-1__circles-img {
  height: 58px;
  width: 100%;
}
@media (min-width: 1024px) {
  .btn-group-1--big .btn-group-1__circles-img {
    height: 70px;
  }
}
.btn-group-1__arrow-right {
  position: absolute;
  z-index: 1;
  width: 40px;
  margin-left: 14px;
  height: 4px;
  background: var(--color-red);
  border-radius: 6px;
  transition: 0.5s;
  left: calc(100% - 74px);
}
@media (min-width: 1024px) {
  .btn-group-1--big .btn-group-1__arrow-right {
    margin-left: 18px;
    width: 44px;
  }
}
.btn-group-1__arrow-right:after {
  content: "";
  background-image: url(../images/arrow-right-button.svg?e32fbd4a9084a2e3f350d111049a2f8c);
  width: 16px;
  height: 24px;
  position: absolute;
  right: -3px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
}
.btn-group-1:hover .btn-group-1__arrow-right {
  width: 60px;
}
.btn-group-1:hover .btn-group-1__circles {
  right: calc(100% - 52px);
}
.card-1 {
  background-color: white;
  box-shadow: 0 2px 3px 0 hsla(0, 0%, 20%, 0.2);
  padding: 3.5rem 2.8rem 2.6rem;
}
.card-1 p:last-child {
  margin-bottom: 0;
}
.wp-block-columns.form{
  display: flex;
  justify-content: center;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  --tw-bg-opacity: 1;
  background-color: rgb(76 236 201 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--color-mint);
}
.wp-block-columns.form .wp-block-column:first-child{
  max-width: 28rem;
}
.wp-block-columns.form .wp-block-column:first-child label:not(.hs-error-msg){
  display: none;
}
.wp-block-columns.form .wp-block-column:first-child p{
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 1rem;
  font-family: var(--font-capitolium);
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
.wp-block-columns.form .wp-block-column:first-child h2{
  margin-top: 0px;
  margin-bottom: 2rem;
  color: var(--color-dark-green);
  font-family: var(--font-gilroy);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.wp-block-columns.form .wp-block-column:first-child input:not([type=submit]){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 5px 10px 5px 10px;
  color: var(--color-dark-green);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.wp-block-columns.form .wp-block-column:first-child input:not([type=submit])::-moz-placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.wp-block-columns.form .wp-block-column:first-child input:not([type=submit])::placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.wp-block-columns.form .wp-block-column:first-child input:not([type=submit]) {
  margin-bottom: 0px;
}
.wp-block-columns.form .wp-block-column:first-child input[type=submit]{
  margin-top: 1rem;
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 100ch;
  text-transform: uppercase;
  color: #BB0033;
}
.wp-block-columns.form .wp-block-column:first-child input[type=submit]:after {
  content: " →";
}
.wp-block-columns.form .wp-block-column:first-child .hs-error-msg{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.wp-block-columns.form .wp-block-column:first-child .hs-error-msgs{
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-columns.form .wp-block-column:first-child select {
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 5px 10px 5px 10px;
  color: var(--color-dark-green);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.wp-block-columns.form .wp-block-column:first-child select::-moz-placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.wp-block-columns.form .wp-block-column:first-child select::placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.wp-block-columns.form .wp-block-column:first-child select {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0.5rem;
}
.wp-block-columns.form .wp-block-column:first-child select:first-of-type {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.wp-block-columns.form .wp-block-column:first-child .hs-error-msgs {
  margin: 0px;
}
.wp-block-columns.form .wp-block-column:last-child{
  display: flex;
  max-width: 42rem;
  flex-shrink: 1;
  align-items: center;
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-dark-green {
  background-color: var(--color-dark-green);
}
.bg-red {
  background-color: var(--color-red);
}
.bg-mint {
  background-color: var(--color-mint);
}
.bg-yellow {
  background-color: var(--color-yellow);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-light-grey {
  background-color: var(--color-light-gray);
}
.text-red {
  color: var(--color-red);
}
.text-yellow {
  color: var(--color-yellow);
}
.text-dark-green {
  color: var(--color-dark-green);
}
.text-white {
  color: var(--color-white);
}
.text-grey {
  color: var(--color-grey);
}
.text-light-grey {
  color: var(--color-light-gray);
}
.eyebrow {
  height: 37px;
  overflow-x: auto;
}
.eyebrow .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}
.eyebrow ul {
  padding: 0;
  margin: 0;
}
.eyebrow svg {
  width: auto;
  height: 16px;
  color: white;
}
.eyebrow svg path {
  color: white;
}
.eyebrow a {
  padding: 0 20px;
  height: 37px;
  display: flex;
  align-items: center;
}
.eyebrow a.bg-white svg {
  color: black !important;
}
.eyebrow a.bg-white svg path {
  color: black !important;
}
@media (min-width: 1280px) {
  .factoids-1 {
    gap: 80px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1279px) {
  .factoids-1 {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .factoids-1 {
    max-width: 60rem;
  }
}
@media (min-width: 576px) {
  .factoids-1 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .factoid-1 {
    flex-shrink: 1;
    flex-basis: 100%;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .factoid-1 {
    flex-basis: 50%;
  }
}
@media (max-width: 1279px) {
  .factoid-1 {
    padding-block: 1rem;
  }
}
.factoid-1__value {
  color: var(--color-red);
  display: block;
  font-family: var(--font-gilroy);
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: center;
}
.factoid-1__param-name {
  display: block;
  font-weight: normal;
  line-height: 1.35;
  -webkit-margin-before: 0.2rem;
          margin-block-start: 0.2rem;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 576px) {
  .factoid-1__param-name {
    max-width: 20ch !important;
  }
}
.header .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .header .wrap-header {
    padding: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .header .wrap-header {
    padding-block: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .header .navbar-logo__img {
    height: 41px;
  }
}
@media (max-width: 1023px) {
  .header .navbar-logo__img {
    height: 34px;
  }
}
.header .wrap-right-navigation {
  position: relative;
}
@media (min-width: 1024px) {
  .header .wrap-right-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .header .wrap-right-navigation {
    display: none;
    left: 0;
    margin-top: 20px;
    position: fixed;
    width: 100%;
    background-color: var(--color-red);
    bottom: 0;
    top: 92px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.header .wrap-right-navigation.xs-open {
  display: block;
}
@media (min-width: 1024px) {
  .header [data-js=mobile-menu-toggle] {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header [data-js=mobile-menu-toggle][aria-expanded=true] .icon-hamburger {
    display: none;
  }
  .header [data-js=mobile-menu-toggle][aria-expanded=true] .icon-close {
    display: block;
  }
}
.header .bg-mobile {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1024px) {
  .header .bg-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header .main-menu-nav {
    padding: 2.3rem 0;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .header #wrap-header {
    padding-inline: 0px;
  }
}
@media (max-width: 1023px) {
  .header .show-navigation {
    padding-bottom: 0;
  }
  .header .show-navigation .icon-hamburger {
    display: none;
  }
  .header .show-navigation .icon-close {
    display: block;
  }
}
.header .main-nav-ul {
  margin-bottom: 0;
  padding-left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .header .main-nav-ul {
    display: flex;
    margin-inline: -1rem;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header .main-nav-ul {
    text-align: center;
  }
}
.header .menu-item {
  position: relative;
}
@media (min-width: 1024px) {
  .header .menu-item {
    padding-inline: 0.5rem;
  }
  .header .menu-item.button a {
    background-color: #C10230;
    border-radius: 100px;
    padding: 9px 20px;
    color: var(--color-white);
    display: block;
    line-height: 1em;
  }
  .header .menu-item.button a:hover {
    background-color: var(--wp--preset--color--secondary);
    color: var(--color-white) !important;
  }
  .header .menu-item.button a:focus {
    background-color: var(--wp--preset--color--secondary);
    color: var(--color-white) !important;
  }
}
.header .menu-item.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/chevron_right.svg?93519b0084a75513e205e153078cde9d);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .header .menu-item.menu-item-has-children::after {
    display: none;
  }
}
.header .menu-item a {
  display: inline-block;
  font-family: var(--font-gilroy);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  position: relative;
  text-transform: uppercase;
}
.header .menu-item a:hover {
  text-decoration: none !important;
  color: var(--color-yellow);
}
@media (max-width: 1023px) {
  .header .menu-item a {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    padding-block: 1.35rem;
    color: var(--color-white);
  }
  .header .menu-item a:active {
    background-color: hsl(346, 97%, 35%);
  }
}
@media (min-width: 1024px) {
  .header .menu-item a {
    border-color: transparent;
    font-weight: 600;
    padding: 10px;
    line-height: 1em;
  }
  .header .menu-item a:hover, .header .menu-item a:focus, .header .menu-item a:focus-within {
    color: var(--color-red);
  }
  .header .menu-item a:focus, .header .menu-item a:focus-within {
    color: var(--color-red);
    outline: 2px solid var(--color-red);
    outline-offset: 2px;
  }
  .header .menu-item a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .header .menu-item a:hover::before {
    right: -21px;
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.header .menu-item .menu-item-has-children:hover,
.header .menu-item .menu-item-has-children[aria-expanded=true],
.header .menu-item .dropdown-menu,
.header .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  background-color: var(--color-white);
  padding: 10px;
  min-width: 200px;
  left: -9999px;
  display: none;
  box-shadow: 0 2px 17px 7px hsla(0, 0%, 0%, 0.05);
}
.header .menu-item .menu-item-has-children:hover .menu-item,
.header .menu-item .menu-item-has-children[aria-expanded=true] .menu-item,
.header .menu-item .dropdown-menu .menu-item,
.header .menu-item .sub-menu .menu-item {
  padding-inline: 0;
}
.header .menu-item .menu-item-has-children:hover.show,
.header .menu-item .menu-item-has-children[aria-expanded=true].show,
.header .menu-item .dropdown-menu.show,
.header .menu-item .sub-menu.show {
  left: 0;
  top: 100%;
  display: block;
}
.header .menu-item .menu-item-has-children:hover.show a,
.header .menu-item .menu-item-has-children[aria-expanded=true].show a,
.header .menu-item .dropdown-menu.show a,
.header .menu-item .sub-menu.show a {
  display: block;
}
@media (min-width: 1024px) {
  .header .menu-item:hover .menu-item-has-children:hover,
  .header .menu-item:hover .menu-item-has-children[aria-expanded=true],
  .header .menu-item:hover .dropdown-menu,
  .header .menu-item:hover .sub-menu {
    left: 0;
    top: 100%;
    display: block;
  }
  .header .current-menu-item > a {
    color: var(--color-red);
    border-color: var(--color-red);
  }
}
@media (max-width: 1023px) {
  .header .current-menu-item > a {
    background-color: hsl(346, 97%, 35%);
  }
}
.header .current-menu-item > a::after {
  transform: scaleX(1);
}
@media (max-width: 1023px) {
  .header #search-heading {
    display: none;
  }
}
.header .mobile-nav-social-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-block: 1rem 2rem;
}
.header .mobile-nav-social-media li {
  list-style-type: none;
}
.header .mobile-nav-social-media__a {
  color: white;
  display: block;
  font-size: 1.5rem;
  padding-inline: 1.3rem;
  padding-block: 0.5rem;
}
.no-scroll {
  overflow-y: hidden;
}
#search-button svg {
  stroke: black;
}
#search-button:hover svg {
  stroke: var(--color-yellow);
}
.site-footer .footer-top {
  border-top: solid 4px var(--color-yellow);
  border-bottom: solid 4px var(--color-yellow);
  background-image: url(../images/logo-transparent-pictogram.svg?246f503cebe461d202f297beb9d470ea);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center right;
  padding: 4rem 0;
}
.site-footer .footer-top__summary {
  max-width: 430px;
}
.site-footer .footer-top__summary h3 {
  font-size: 21px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .site-footer .footer-top {
    min-height: 0px;
  }
}
.site-footer .container {
  padding-inline: 0;
  padding: 0;
}
.site-footer button {
  background-color: var(--color-yellow);
  border-radius: 100px;
  padding: 10px 24px 10px;
  color: var(--color-dark-green);
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
}
.site-footer .footer__button {
  background-color: var(--color-yellow);
  border-radius: 100px;
  padding: 10px 24px 10px;
  color: var(--color-dark-green);
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  transition: all 0.2s;
  outline: solid 2px transparent;
  outline-offset: -2px;
}
.site-footer .footer__button:hover {
  text-decoration: none;
  outline: solid 2px var(--color-yellow);
  outline-offset: 2px;
}
.site-footer .footer__button:focus {
  text-decoration: none;
  outline: solid 2px var(--color-yellow);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .site-footer .col-contain {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .site-footer .inc-five {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .site-footer .inc-five {
    display: block !important;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 350px;
    padding-bottom: 45px;
    width: 50% !important;
  }
}
.site-footer .col-left{
  padding-top: 52px;
}
@media (min-width: 768px){
  .site-footer .col-left{
    padding-top: 0px;
  }
}
.site-footer .col-left form{
  display: flex;
  flex-wrap: wrap;
}
.site-footer .col-left form label:not(.hs-error-msg){
  display: none;
}
.site-footer .col-left form p{
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 1rem;
  font-family: var(--font-capitolium);
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
.site-footer .col-left form h2{
  margin-top: 0px;
  margin-bottom: 2rem;
  color: var(--color-dark-green);
  font-family: var(--font-gilroy);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.site-footer .col-left form fieldset:last-of-type{
  flex-grow: 1;
}
@media (max-width: 767px) {
  .site-footer .col-left form{
    max-width: 100%;
  }
  .site-footer .col-left form fieldset {
    width: 100%;
  }
}
.site-footer .col-left .hs_submit{
  max-width: 30%;
  padding-left: 1rem;
}
.site-footer .col-left .hs-error-msg{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.site-footer .col-left .hs-error-msgs{
  padding-left: 0px;
  padding-right: 0px;
}
.site-footer .col-left .hs-button {
  cursor: pointer;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 191 0 / var(--tw-text-opacity));
  color: var(--color-yellow);
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 100ch;
  text-transform: uppercase;
}
.site-footer .col-left .hs-button:after {
  content: " →";
}
@media (max-width: 768px) {
  .site-footer .col-right {
    display: block !important;
  }
}
.site-footer .col-right .grid-cols-1 {
  width: 75%;
}
.site-footer .col-right .hs-input{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 5px 10px 5px 10px;
  color: var(--color-dark-green);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.site-footer .col-right .hs-input::-moz-placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.site-footer .col-right .hs-input::placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.site-footer .col-right .hs-input {
  height: auto;
}
.site-footer .item-feature-insta figure {
  height: 100%;
}
.site-footer .item-feature-insta figure a {
  display: flex;
  height: 100%;
}
.site-footer .item-feature-insta figure a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer #controls-carousel{
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.prefooter-title {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .prefooter-title {
    letter-spacing: -1px;
    margin-bottom: 95px;
  }
}
.footer-phone {
  color: white;
}
.footer-phone:hover {
  color: var(--color-yellow) !important;
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
}
.footer-bottom ul li:not(:last-child) a:after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .fishbone {
    display: flex;
  }
  .fishbone__left {
    padding-right: 40px;
    border-right: 3px solid var(--color-red);
  }
  .fishbone__right {
    padding-left: 40px;
  }
  .fishbone__left, .fishbone__right {
    flex: 1;
  }
}
@media (min-width: 1280px) {
  .fishbone__left, .fishbone__right {
    padding: 0 100px;
  }
}
@media (min-width: 765px) {
  .form-block-1 {
    gap: 10px;
    display: flex;
    max-width: 30rem;
  }
}
.input-1 {
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 5px 10px 5px 10px;
  color: var(--color-dark-green);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.input-1::-moz-placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.input-1::placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.input-2 {
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 5px 10px 5px 10px;
  color: var(--color-dark-green);
  font-family: var(--font-capitolium);
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.input-2::-moz-placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.input-2::placeholder {
  padding: 5px 10px 5px 10px;
  color: var(--color-grey);
  font-family: var(--font-capitolium);
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.hs_submit .actions input[type=submit] {
  cursor: pointer;
}
.header-default {
  -webkit-clip-path: ellipse(180% 56% at 48% 44%);
          clip-path: ellipse(180% 56% at 48% 44%);
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .header-default {
    -webkit-clip-path: ellipse(140% 56% at 48% 44%);
            clip-path: ellipse(140% 56% at 48% 44%);
    padding-bottom: 140px;
  }
}
@media (min-width: 1024px) {
  .header-default {
    -webkit-clip-path: ellipse(120% 56% at 48% 44%);
            clip-path: ellipse(120% 56% at 48% 44%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.header-default__tabs-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-default__tabs-item {
    flex-direction: row;
  }
}
.header-default__tabs-item.small {
  position: relative;
}
.header-default__title {
  max-width: 570px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.header-default__tabs {
  display: flex;
  padding-top: 30px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header-default__tabs {
    padding-top: 40px;
    min-height: 370px;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs {
    padding-left: 88px;
    max-width: 100%;
    min-height: 490px;
  }
}
.header-default__tabs:before {
  content: "";
  background-image: url(../images/circles-5.svg?eb6eacc42e87acb5918f81d1cd55ba14);
  width: 100%;
  height: 530px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.5;
  background-position-y: 100%;
  background-position-x: left;
  transform: rotate(180deg);
  right: 0;
  transition: 0.8s;
  display: none;
}
@media (min-width: 1024px) {
  .header-default__tabs:before {
    display: block;
    top: -50px;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs:before {
    top: 0;
  }
}
.header-default__tabs-modal-container {
  margin: 20px 0 60px;
  max-width: 480px;
}
@media (min-width: 1024px) {
  .header-default__tabs-modal-container {
    margin: 0;
    max-width: initial;
  }
}
.header-default__tabs-close {
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 50%;
  right: 50px;
  top: 35px;
}
@media (min-width: 1024px) {
  .header-default__tabs-close {
    right: 64px;
  }
}
.header-default__tabs-buttons {
  display: none;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .header-default__tabs-buttons {
    max-width: 400px;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs-buttons {
    padding-left: 88px;
    max-width: 100%;
  }
}
.header-default__tabs-button {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.8s;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .header-default__tabs-button {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs-button {
    max-width: 570px;
  }
}
.header-default__tabs-button span {
  max-width: 90%;
}
@media (min-width: 1024px) {
  .header-default__tabs-button--mobile {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs-button {
    font-size: 35px;
  }
}
.header-default__tabs-button:after {
  content: "";
  height: 3px;
  margin-left: 15px;
  display: block;
  flex: 1;
  background: #4CECC9;
  border-radius: 10px;
  opacity: 0;
  transition: 0.8s;
}
.header-default__tabs-button:before {
  content: "";
  background-image: url(../images/arrow-right.svg?1e635ba71f0ff00d0f861a771bb179b9);
  position: absolute;
  right: 0;
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.8s;
}
.header-default__tabs-button:hover {
  color: #4CECC9;
}
.header-default__tabs-button.selected {
  color: #4CECC9;
}
.header-default__tabs-button.selected:after {
  opacity: 1;
}
.header-default__tabs-button.selected:before {
  opacity: 1;
}
.header-default__tabs-content {
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .header-default__tabs-content {
    padding-right: 40px;
    max-width: 560px;
    display: block;
  }
}
.header-default__tabs-link {
  padding: 10px 24px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--font-gilroy);
  transition: 0.5s;
}
.header-default__tabs-link:hover {
  text-decoration: none !important;
  color: var(--color-yellow) !important;
}
.header-default__tabs-link:hover svg path {
  fill: var(--color-yellow);
}
@media (min-width: 1280px) {
  .header-default__tabs-link {
    margin-top: 30px;
  }
}
.header-default__tabs-link svg {
  width: 20px;
  margin-left: 10px;
  display: inline-block;
}
.header-default__tabs-link svg path {
  transition: 0.5s;
}
.header-default__image {
  display: none;
}
@media (min-width: 1024px) {
  .header-default__image {
    display: block;
  }
}
.header-default__image img {
  max-width: 580px;
  transition: 1.4s;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1280px) {
  .header-default__image img {
    top: 50px;
    right: 50px;
  }
}
.header-default__modal-image {
  position: absolute;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  z-index: 0;
  transition: 0.8s;
  background-image: url(../images/CaseStudy.jpg?3bbb5faacc8ed30d863b6002525d16d8);
  background-size: cover;
  width: 100%;
  max-width: 480px;
}
@media (min-width: 1024px) {
  .header-default__modal-image {
    width: 480px;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .header-default__modal-image {
    width: 522px;
  }
}
.header-default__tabs-modal-container {
  display: none;
  animation: fadeIn 1s;
  right: 0;
  width: 100%;
  top: 0;
}
@media (min-width: 1024px) {
  .header-default__tabs-modal-container {
    position: absolute;
    top: -60px;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs-modal-container {
    right: 50px;
    top: 0;
  }
}
.header-default__tabs-modal-container.show {
  display: flex;
}
.header-default__tabs-modal {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgba(76, 236, 201, 0.9);
  border-radius: 50%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  top: 10px;
  font-family: var(--font-capitolium);
  font-size: 16px;
  font-weight: 500;
  padding: 40px;
  max-width: 440px;
  width: calc(100% - 40px);
  right: -40px;
}
@media (min-width: 1024px) {
  .header-default__tabs-modal {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .header-default__tabs-modal {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .header-default__tabs-modal:after {
    content: "";
    background-image: url(../images/fish-1.png?6ba01ab1b273c2aa403951b5cad2ef2b);
    width: 150px;
    height: 100px;
    background-size: contain;
    right: 0;
    position: absolute;
    bottom: -10px;
    transform: rotate(-10deg);
  }
}
.header-default__tabs-modal p {
  margin-bottom: 3px;
  line-height: 1.4;
}
.active .header-default__modal-image {
  display: block;
}
@media (min-width: 1024px) {
  .active .header-default__tabs-content {
    top: -100px;
  }
}
.active .header-default__tabs:before {
  transform: rotate(151deg);
  left: -40px;
}
.active .header-default__image img {
  position: absolute;
  right: 0;
  z-index: 1;
  max-width: 200px;
  transform: rotate(-14deg);
}
@media (min-width: 1024px) {
  .active .header-default__image img {
    max-width: 200px;
    right: 0;
    top: 270px;
  }
}
@media (min-width: 1280px) {
  .active .header-default__image img {
    max-width: 330px;
    top: 350px;
  }
}
.header-with-media__text, .header-with-media__tags {
  margin-bottom: 20px;
}
.header-with-media__content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .header-with-media__content {
    box-shadow: 0 2px 3px 0 rgba(51, 51, 51, 0.2);
  }
}
@media (min-width: 1024px) {
  .header-with-media__tags {
    margin-top: 30px;
  }
}
.header-with-media-section {
  background-position-y: calc(100% + 230px);
}
.header-with-media__card {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .header-with-media__frame {
    border: none;
  }
}
.header-with-media__prepend-img {
  position: absolute;
  top: -90px;
  z-index: 5;
  width: 290px;
  right: 115px;
}
@media (max-width: 1279px) {
  .header-with-media__prepend-img {
    width: 100px;
    top: -50px;
    left: inherit;
    right: 0;
  }
}
.header-with-media__title-span {
  font-style: normal;
}
.home h1.wp-block-heading {
  font-family: var(--font-gilroy);
  font-size: 70px;
  line-height: 87px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 781px) {
  .home h1.wp-block-heading {
    font-size: 40px;
    line-height: 40px;
  }
}
.home .events-block {
  background: #fff;
}
.home .events-block .event-date-location {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}
.home .events-block .event-date-location .event-date {
  width: 50%;
}
.home .events-block .event-date-location .event-location {
  width: 50%;
}
.home .add-pause-functionality button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  color: rgb(255, 255, 255);
  border: none;
}
.home .add-pause-functionality button svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.home-hero-2024 {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
}
@media (min-width: 600px) {
  .home-hero-2024 {
    padding: 50px 20px 120px;
  }
}
@media (min-width: 960px) {
  .home-hero-2024 {
    padding: 50px 1.5rem 120px;
  }
}
@media (min-width: 1080px) {
  .home-hero-2024 {
    padding: 150px 2rem 250px;
  }
}
.home-hero-2024__background {
  overflow: hidden;
  filter: blur(2px);
  position: absolute;
  z-index: 1;
  max-width: unset;
  max-height: unset;
  min-width: calc(100% + 8px);
  min-height: calc(100% + 8px);
  top: -4px;
  left: -4px;
}
.home-hero-2024__decorative {
  position: relative;
  z-index: 2;
  width: 150px;
  height: auto;
  margin: 0 auto 0;
  opacity: 0;
  animation: fishAnimationIntro 0.5s ease-out 1s, fishAnimationSwim 10s ease-out 1.2s infinite;
}
@media (min-width: 600px) {
  .home-hero-2024__decorative {
    margin: 0 auto -20px 20%;
    width: 180px;
  }
}
@media (min-width: 1080px) {
  .home-hero-2024__decorative {
    width: 230px;
  }
}
@keyframes fishAnimationIntro {
  0% {
    opacity: 0;
    transform: translateX(-260px) translateY(150px) rotate(-60deg);
  }
  20% {
    opacity: 1;
    transform: translateX(-260px) translateY(150px) rotate(-60deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-20px) translateY(0px) rotate(0deg);
  }
}
@keyframes fishAnimationSwim {
  0% {
    opacity: 1;
    transform: translateX(-20px);
  }
  90% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-20px);
  }
}
.home-hero-2024__headline-and-ampersand {
  position: relative;
  z-index: 2;
  margin: 40px 0 0;
}
@media (min-width: 600px) {
  .home-hero-2024__headline-and-ampersand {
    position: static;
    margin: 0;
  }
}
@media (min-width: 1080px) {
  .home-hero-2024__headline-and-ampersand {
    max-width: 1280px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .home-hero-2024__headline-and-ampersand {
    margin: 0 auto 0 calc((100% - 1280px) / 2);
  }
}
.home-hero-2024__headline {
  color: white;
  position: relative;
  z-index: 3;
  font-family: Gilroy;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 0.85;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .home-hero-2024__headline {
    font-size: 5rem;
  }
}
@media (min-width: 960px) {
  .home-hero-2024__headline {
    font-size: 6.25rem;
  }
}
@media (min-width: 1080px) {
  .home-hero-2024__headline {
    font-size: 9vw;
  }
}
.home-hero-2024__ampersand {
  position: relative;
  z-index: 2;
  width: 50%;
  height: auto;
  margin: -120px auto 40px;
  animation: scaleAndBob 8s ease-in-out infinite;
}
@media (min-width: 600px) {
  .home-hero-2024__ampersand {
    width: auto;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    animation: scaleAndBob600 8s ease-in-out infinite;
  }
}
@media (min-width: 960px) {
  .home-hero-2024__ampersand {
    right: 1.5rem;
  }
}
@media (min-width: 1080px) {
  .home-hero-2024__ampersand {
    right: 0;
    transform: scale(2.5);
    transform-origin: center center;
    animation: scaleAndBob1080 10s ease-in-out infinite;
    transform: translateX(40px);
  }
}
@keyframes scaleAndBob {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.03) translateY(-20px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes scaleAndBob600 {
  0% {
    transform: scale(1) translateY(-49%);
  }
  50% {
    transform: scale(1.03) translateY(-51%);
  }
  100% {
    transform: scale(1) translateY(-49%);
  }
}
@keyframes scaleAndBob1080 {
  0% {
    transform: scale(2.65) translateY(-30px) translateX(40px);
  }
  40% {
    transform: scale(2.5) translateY(-20px) translateX(40px);
  }
  100% {
    transform: scale(2.65) translateY(-30px) translateX(40px);
  }
}
.home-hero-2024__subhead {
  color: white;
  position: relative;
  z-index: 3;
  font-family: Gilroy;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .home-hero-2024__subhead {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.it-box {
  display: flex;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  margin-bottom: 45px;
}
.left-container {
  margin-right: 115px;
}
.it-image {
  max-width: 572px;
  max-height: 375px;
}
.img-text {
  position: relative;
}
@media (min-width: 1024px) {
  .img-text {
    padding-block: 60px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .img-text {
    padding-block: 30px;
  }
}
@media (max-width: 639px) {
  .img-text {
    padding-block: 2rem;
  }
}
@media (min-width: 640px) {
  .img-text__inner {
    display: flex;
  }
}
.img-text__frame {
  background-color: white;
}
@media (min-width: 640px) {
  .img-text__frame {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
.img-text__img {
  width: 100%;
}
.img-text__video {
  max-width: 100%;
  width: 100%;
}
.img-text__text {
  flex: 0 0 50%;
}
@media (min-width: 640px) {
  .img-text__text {
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .img-text__text {
    padding-left: 114px;
  }
}
@media (max-width: 639px) {
  .img-text__text {
    margin-top: 1.5rem;
  }
}
.img-text__text .heading-5, .img-text__text .text-block h5, .text-block .img-text__text h5,
.img-text__text .fishbone h5,
.fishbone .img-text__text h5,
.img-text__text .img-text h5,
.img-text .img-text__text h5, .img-text__text .header-with-media__text h3, .header-with-media__text .img-text__text h3 {
  margin-bottom: 0;
}
.img-text__text a:not(.link-with-arrow):hover {
  color: var(--color-red);
}
.img-text__tags {
  margin-bottom: 20px;
}
.img-text--with-circles .container {
  position: relative;
  --bg-height-md: 300px;
}
@media (min-width: 640px) {
  .img-text--with-circles .container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-position-x: left;
    bottom: 0;
    left: 50%;
    min-height: var(--bg-height-md);
    top: 0;
    width: 50%;
    background-image: url(../images/ripple-1.svg?fab79c3c9222157066eef95d6f1647c3);
    background-origin: padding-box;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .img-text--with-circles .container::after {
    background-size: auto var(--bg-height-md);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .img-text--with-circles .container::after {
    background-size: calc(100% - 2rem) auto;
  }
}
.img-text--top .container::after {
  background-position-y: top;
}
.img-text--center .container::after {
  background-position-y: center;
}
.img-text--bottom .container::after {
  background-position-y: bottom;
}
@media (min-width: 640px) {
  .img-text--left .img-text__inner {
    flex-direction: row-reverse;
  }
  .img-text--left .img-text__text {
    padding-right: 60px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .img-text--left .img-text__text {
    padding-right: 114px;
  }
}
.img-text--top .img-text__inner {
  align-items: flex-start;
}
.img-text--center .img-text__inner {
  align-items: center;
}
.img-text--bottom .img-text__inner {
  align-items: flex-end;
}
.media-feed__button {
  margin: 20px auto 0;
}
@media (min-width: 640px) {
  .media-feed__button {
    margin-top: 40px;
  }
}
.media-feed:not(.is-preview) .img-text:not(:nth-child(-n+3)) {
  display: none;
}
.icons-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 762px) {
  .icons-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.icons-list .icon-item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  min-width: calc(33.3% - 20px);
}
@media (min-width: 1024px) {
  .icons-list .icon-item {
    flex: 1;
  }
}
@media (max-width: 762px) {
  .icons-list .icon-item {
    max-width: none;
  }
}
.icons-list .icon-item img {
  margin: auto auto 20px;
}
.icons-list .icon-item h4 {
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 10px;
}
.icons-list .icon-item p {
  font-weight: 400;
  font-size: 16px;
}
.intro-1 {
  padding-block: 2rem;
}
.intro-1 .para-2 {
  color: white;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.intro-1__title-1 {
  color: white;
  display: block;
}
.intro-1__title-2 {
  color: var(--color-yellow);
  display: block;
}
.logos-1 {
  align-items: center;
  display: grid;
  justify-items: center;
  max-width: 930px;
}
@media (min-width: 1440px) {
  .logos-1 {
    grid-gap: 40px;
    grid-template-columns: repeat(10, 1fr);
    margin-left: 7rem;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .logos-1 {
    grid-gap: 40px;
    grid-template-columns: repeat(10, 1fr);
    margin-left: 7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .logos-1 {
    grid-gap: 40px;
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .logos-1 {
    grid-gap: 30px;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logos-1 {
    grid-gap: 30px;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .logos-1 {
    grid-gap: 20px;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 10px;
  }
}
@media (min-width: 430px) and (max-width: 639px) {
  .logos-1 {
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding-inline: 10px;
  }
}
@media (max-width: 429px) {
  .logos-1 {
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding-inline: 10px;
  }
}
.logos-1__img {
  filter: grayscale(100%);
  transition-duration: 0.2s;
  transition-property: filter;
  width: 100%;
}
.logos-1__img:hover {
  filter: grayscale(0%);
}
.media-3 {
  max-width: 400px;
  position: relative;
}
.media-3__hoverable {
  align-items: center;
  aspect-ratio: 4/3;
  display: flex;
  margin-bottom: 0.75rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.media-3__photo {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-3__overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  width: 100%;
}
.media-3__overlay--turquoise {
  background-color: rgba(93, 236, 206, 0.85);
}
.media-3__overlay--pink {
  background-color: rgba(227, 140, 160, 0.85);
}
.media-3__overlay--yellow {
  background-color: rgba(241, 188, 20, 0.85);
}
.media-3:hover .media-3__overlay {
  opacity: 1;
}
.media-3__content {
  aspect-ratio: 1/1;
  align-items: center;
  display: flex;
  background-color: white;
  border-radius: 50%;
  justify-content: center;
  height: 80%;
  margin-bottom: 0;
  padding-inline: 1rem;
  text-align: center;
}
.media-3__content, .media-3__content p, .media-3__content address {
  font-family: var(--font-capitolium);
  font-style: italic;
  font-weight: 500;
}
.media-3__content p {
  margin-bottom: 0.5em;
}
.media-3__content address,
.media-3__content p:last-child {
  margin-bottom: 0;
}
.media-3:hover .arrow-after-heading-1::after {
  width: 80px;
}
.grid-3-up {
  display: grid;
  grid-row-gap: 5rem;
}
@media (min-width: 768px) {
  .grid-3-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-3-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .grid-3-up {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-3-up[data-total="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.media-4 {
  max-width: 420px;
  margin: 1px;
  position: relative;
}
.media-4__img-frame {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.media-4__photo {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-4__content {
  text-align: center;
}
.media-4__content a {
  color: var(--color-red);
}
.media-4__content p {
  text-align: center;
  margin-bottom: 0;
}
.media-4__content p:last-child {
  margin-bottom: 0;
}
.media-block-1 {
  position: relative;
}
@media (min-width: 1024px) {
  .media-block-1 {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .media-block-1 {
    display: flex;
  }
}
.media-block-1__frame {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #3b5e62;
  overflow: hidden;
  display: flex;
}
.media-block-1__frame:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/yesand-theme/images/logo/logo-gray-pictogram.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .media-block-1__frame {
    max-width: 1060px;
    min-height: 400px;
    width: 1060px;
  }
}
.media-block-1 video {
  width: 100%;
}
.media-block-1__img, .media-block-1__video {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.media-block-1__title {
  color: var(--color-dark-green);
  margin-top: 2.2rem;
}
.media-block-1__card-margin {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .media-block-1__card-margin {
    margin-left: -20%;
    min-width: 375px;
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
    width: 375px;
  }
}
@media (max-width: 767px) {
  .media-block-1__card-margin {
    box-shadow: none;
  }
}
.media-block-1__card-margin.work {
  padding-top: unset;
}
.media-block-1__card-margin p {
  margin-top: 1.2em;
}
.media-block-1__prepend-img {
  position: absolute;
}
@media (min-width: 1280px) {
  .media-block-1__prepend-img {
    left: 0;
    top: -12.5rem;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .media-block-1__prepend-img {
    left: 0;
    top: -8rem;
    width: 60%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .media-block-1__prepend-img {
    right: 1rem;
    top: -27rem;
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 639px) {
  .media-block-1__prepend-img {
    right: 1rem;
    top: -22rem;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .media-block-1__prepend-img {
    right: 1rem;
    top: -21rem;
    width: 40%;
  }
}
.media-block-1__prepend-img-2 {
  position: absolute;
}
@media (min-width: 1280px) {
  .media-block-1__prepend-img-2 {
    left: 24rem;
    top: -1rem;
    width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .media-block-1__prepend-img-2 {
    left: 12rem;
    top: 2rem;
    width: 15%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .media-block-1__prepend-img-2 {
    left: 8.5rem;
    top: 2.5rem;
    width: 15%;
  }
}
@media (min-width: 576px) and (max-width: 639px) {
  .media-block-1__prepend-img-2 {
    left: 9rem;
    top: 2rem;
    width: 20%;
  }
}
@media (max-width: 575px) {
  .media-block-1__prepend-img-2 {
    left: 6rem;
    top: 3rem;
    width: 15%;
  }
}
.media-block-1--left .media-block-1__frame {
  order: 2;
}
.media-block-1--left .media-block-1__card-margin {
  order: 1;
}
@media (min-width: 768px) {
  .media-block-1--left .media-block-1__card-margin {
    margin-left: unset;
    margin-right: -20%;
  }
}
.media-block-2 {
  display: flex;
  align-items: center;
  position: relative;
}
.media-block-2__item-text {
  margin-top: 4.5rem;
}
.dot {
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 2px;
  transition: background-color 0.6s ease;
  width: 15px;
}
.dot:hover {
  background-color: #af1a1a;
}
.media-block-3 {
  position: relative;
}
@media (min-width: 768px) {
  .media-block-3 {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .media-block-3 {
    gap: 7rem;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .media-block-3 {
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .media-block-3__frame {
    flex-basis: 40%;
  }
}
@media (max-width: 1023px) {
  .media-block-3__frame {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .media-block-3__frame {
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
    max-height: 400px;
  }
}
@media (min-width: 1024px) {
  .media-block-3__content {
    flex-basis: 60%;
  }
}
@media (max-width: 1023px) {
  .media-block-3__content {
    flex-basis: 50%;
  }
}
.media-block-3__prepend-img-1 {
  position: absolute;
}
@media (min-width: 1280px) {
  .media-block-3__prepend-img-1 {
    left: 4rem;
    top: -8.5rem;
    width: 200px;
  }
}
@media (min-width: 765px) {
  .media-list-1 {
    gap: 20px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .item-list-1 {
    flex-shrink: 1;
    flex-basis: 100%;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .item-list-1 {
    flex-basis: 50%;
  }
}
@media (max-width: 1279px) {
  .item-list-1 {
    padding-block: 1rem;
  }
}
.round-1 {
  box-shadow: 0 1px 2px 1px hsla(0, 0%, 20%, 0.2);
  -webkit-clip-path: circle(475px);
          clip-path: circle(475px);
  background-color: crimson;
  shape-outside: circle(50%);
}
.shade-1 {
  position: relative;
}
.shade-1:after {
  background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.5));
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.circle-media-1__frame {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.circle-media-1__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.circle-media-2__frame {
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.circle-media-2__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle-media-2__txt {
  color: white;
  z-index: 2;
}
.soc-links {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .soc-links {
    margin: 0 auto;
    margin-top: 10px;
  }
}
.soc-links__a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-margin-before: 0.3rem;
          margin-block-start: 0.3rem;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 24px;
}
.soc-links__a:hover {
  background-color: hsla(0, 0%, 70%, 0.1);
  opacity: 1;
  text-decoration: none !important;
}
.soc-links__a:hover .fa {
  color: var(--color-red);
}
.soc-links .fa {
  color: var(--color-yellow);
}
@media (max-width: 767px) {
  .follow-us {
    text-align: center;
    display: block;
    position: relative;
  }
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
th {
  font-weight: 500;
  text-align: -webkit-match-parent;
  text-align: inherit;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.tags-1 {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: var(--color-grey);
  display: flex;
  justify-content: flex-start;
}
.tags-1__tag {
  display: inline-block;
  padding-inline: 0 0.5rem;
  padding-block: 0.2rem;
}
.tags-2 {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: var(--color-white);
  display: flex;
  justify-content: flex-start;
}
.tags-2__tag {
  display: inline-block;
  padding-inline: 0 0.5rem;
  padding-block: 0.2rem;
}
.tags-3 {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: var(--color-dark-green);
  display: flex;
  justify-content: flex-start;
}
.tags-3__tag {
  display: inline-block;
  padding-inline: 0 0.5rem;
  padding-block: 0.2rem;
}
.title-group-1 {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-margin-start: -50px;
          margin-inline-start: -50px;
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .title-group-1--with-circles {
    background-image: url(../images/circles-1.svg?60929df90759c4d5714991512e393738);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto 230px;
    min-height: 230px;
  }
  .title-group-1--with-circles-2 {
    background-image: url(../images/circles-4.svg?6edb5051ebe835648637a411550e5bb7);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto 135px;
    min-height: 135px;
  }
}
.title-group-2 {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-margin-start: -50px;
          margin-inline-start: -50px;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media (min-width: 768px) {
  .title-group-2--with-circles {
    background-image: url(../images/circles-1.svg?60929df90759c4d5714991512e393738);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto 230px;
    min-height: 230px;
  }
}
.title-tag-1 {
  background-color: var(--color-red);
  color: var(--color-white);
  display: inline-block;
  margin-left: -5.5rem;
  padding-inline: 5.5rem 2.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1280px) {
  .title-tag-1 {
    padding-block: 8px;
  }
  .title-tag-1__title {
    margin-top: -0.9rem;
  }
  .title-tag-1__title-2 {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .title-tag-1 {
    padding-block: 7px;
  }
  .title-tag-1__title {
    margin-top: -0.7rem;
  }
  .title-tag-1__title-2 {
    margin-top: 4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .title-tag-1 {
    padding-block: 4px;
  }
  .title-tag-1__title {
    margin-top: -0.5rem;
  }
  .title-tag-1__title-2 {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .title-tag-1 {
    padding-block: 0.5rem;
  }
  .title-tag-1__title {
    margin-top: -0.3rem;
  }
  .title-tag-1__title-2 {
    margin-top: 2rem;
  }
}
.title-tag-2 {
  background-color: var(--color-red);
  color: var(--color-white);
  margin-left: -4rem;
  padding: 10px 1rem 10px 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.title-tag-2__title {
  margin-top: -1.5rem;
}
.title-tag-3 {
  background-color: var(--color-red);
  color: var(--color-white);
  margin-left: -3.5rem;
  padding-block: 8px;
  padding-inline: 3.5rem 1.75rem;
}
.top-v3 {
  position: relative;
}
@media (min-width: 768px) {
  .top-v3 {
    background-color: #a3a8a0;
  }
}
@media (max-width: 767px) {
  .top-v3 {
    background-color: white;
  }
  .top-v3:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/yesand-theme/images/logo/logo-gray-pictogram.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.top-v3 p:last-child {
  margin-bottom: 0;
}
.top-v3__content {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .top-v3__content {
    align-items: flex-end;
    display: flex;
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  .top-v3__content {
    padding-top: 13rem;
  }
}
.top-v3__text-col {
  flex-grow: 1;
}
.top-v3__btn-col {
  min-width: 320px;
}
.top-v3__txt-frame {
  max-width: 55ch !important;
}
@media (max-width: 767px) {
  .top-v3 .heading-2, .top-v3 .text-block h2, .text-block .top-v3 h2,
  .top-v3 .fishbone h2,
  .fishbone .top-v3 h2,
  .top-v3 .img-text h2,
  .img-text .top-v3 h2 {
    font-size: 2.5rem;
  }
}
.top-v3__plate {
  background-color: var(--color-dark-green);
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1280px) {
  .top-v3__plate {
    margin-left: -55px;
    padding-left: 85px;
    padding-right: 307px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-v3__plate {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .top-v3__plate {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.top-v3__mascot {
  position: absolute;
}
@media (min-width: 1280px) {
  .top-v3__mascot {
    right: -140px;
    top: 2.2rem;
    width: 437px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .top-v3__mascot {
    right: -10px;
    top: -2rem;
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .top-v3__mascot {
    right: -10px;
    top: -2rem;
    width: 140px;
  }
}
.top-v3 .breadcrumb-1 {
  position: relative;
  top: -0.5rem;
}
@media (min-width: 768px) {
  .top-v3 .breadcrumb-1 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 767px) {
  .top-v3 .breadcrumb-1 {
    margin-bottom: 0.5rem;
  }
}
.top-v3__ghost {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3 !important;
  z-index: 1;
}
@media (min-width: 1280px) {
  .top-v3__ghost {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-v3__ghost {
    height: 40%;
  }
}
@media (max-width: 767px) {
  .top-v3__ghost {
    height: 30%;
    z-index: 2;
  }
}
.top-v3__bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .top-v3__bg-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .top-v3__bg-img {
    height: 50%;
    z-index: 1;
  }
}
.top-v3__bg-img--left-top {
  -o-object-position: left top;
     object-position: left top;
}
.top-v3__bg-img--left-center {
  -o-object-position: left center;
     object-position: left center;
}
.top-v3__bg-img--left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.top-v3__bg-img--center-top {
  -o-object-position: center top;
     object-position: center top;
}
.top-v3__bg-img--center {
  -o-object-position: center center;
     object-position: center center;
}
.top-v3__bg-img--center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.top-v3__bg-img--right-top {
  -o-object-position: right top;
     object-position: right top;
}
.top-v3__bg-img--right-center {
  -o-object-position: right center;
     object-position: right center;
}
.top-v3__bg-img--right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.top-v3__wave {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: unset;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: bottom -142px right -600px;
     object-position: bottom -142px right -600px;
}
.top-v3 .btn-group-1 {
  border-bottom: solid 3px var(--color-red);
  margin-left: auto;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-v3 .btn-group-1 {
    padding-top: 1.5rem;
    margin: auto;
  }
}
.team-member-1 {
  border: solid 1px white;
  cursor: pointer;
}
.team-member-1__hoverable {
  position: relative;
  cursor: pointer;
}
.team-member-1__img-frame {
  aspect-ratio: 1/1;
  width: 100%;
}
.team-member-1__photo {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-1__overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: opacity;
  top: 0;
  width: 100%;
}
.team-member-1__content {
  background-color: rgb(242, 241, 240);
  padding-block: 2rem 3rem;
  position: relative;
}
@media (min-width: 1024px) {
  .team-member-1__content {
    padding-inline: 6.2rem;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .team-member-1__content {
    padding-inline: 4rem;
  }
}
@media (max-width: 639px) {
  .team-member-1__content {
    padding-inline: 2rem;
  }
}
.team-member-1__social-net-link {
  display: inline-block;
  margin-top: 2rem;
}
.team-member-1__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.team-member-1:hover .team-member-1__overlay, .team-member-1[aria-selected] .team-member-1__overlay {
  opacity: 0.9;
}
[data-js=team-member-content-clone] {
  transform: scaleY(0);
  transform-origin: top;
}
[data-js=team-member-content-clone][aria-expanded] {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: grow_down;
  animation-timing-function: ease-out;
}
@keyframes grow_down {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.search-top {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .search-top {
    margin-bottom: 20px;
  }
}
.search-box {
  display: flex;
  align-items: center;
  padding: 95px 98px;
}
@media (max-width: 1023px) {
  .search-box {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  .search-box {
    flex-direction: column;
    justify-content: center;
  }
}
.search-box__input {
  width: 100%;
  margin-right: 35px;
  position: relative;
  z-index: 1;
  padding: 12px 15px;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
}
@media (max-width: 639px) {
  .search-box__input {
    margin: 0 0 20px 0;
  }
}
.search-results .search-result {
  padding: 45px 196px 45px 98px;
  position: relative;
}
@media (max-width: 1023px) {
  .search-results .search-result {
    padding: 40px 40px 40px 20px;
  }
}
.search-results .search-result__path {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.search-results .search-result__title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.search-results .search-result__title:after {
  content: "";
  position: absolute;
  display: block;
  right: 98px;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  background-image: url(../images/arrow-right-red.svg?0b8bf13cb21cfbcd6bd7a45c5d0d8411);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .search-results .search-result__title:after {
    right: 20px;
  }
}
.search-results .search-result:nth-child(even) {
  background: var(--color-light-gray);
}
.pagination {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .nav-links {
  font-size: 14px;
  color: var(--color-dark-green);
  display: flex;
}
.pagination .nav-links .current {
  background-color: var(--color-mint);
}
.pagination .nav-links .page-numbers {
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  margin: 0 4px;
}
.pagination .nav-links .page-numbers:hover {
  text-decoration: none;
}
.pagination .nav-links .next, .pagination .nav-links .prev {
  font-size: 0;
}
.pagination .nav-links .next:after, .pagination .nav-links .prev:after {
  content: "";
  width: 12px;
  height: 22px;
  background-image: url(../images/arrow-right-red.svg?0b8bf13cb21cfbcd6bd7a45c5d0d8411);
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination .nav-links .prev:after {
  transform: rotate(180deg);
}
.header-search-box {
  width: 190px;
  padding-top: 10px;
  display: none;
}
.header-search-box__input {
  border: 1px solid var(--color-grey);
}
.header-search-box__input::-moz-placeholder {
  color: var(--color-grey);
}
.header-search-box__input::placeholder {
  color: var(--color-grey);
}
.wrap-search:hover .header-search-box, .wrap-search:focus-within .header-search-box {
  display: block;
}
.stretched-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.work-masonry a {
  position: relative;
  height: 300px;
}
.work-masonry a .overlay {
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.work-masonry a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.work-masonry a:hover .overlay, .work-masonry a:focus .overlay, .work-masonry a:focus-visible .overlay, .work-masonry a:focus-within .overlay {
  opacity: 0.97;
}
.page404 {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .page404 {
    padding-top: 3rem;
    padding-bottom: 12rem;
  }
}
.page404 h1 {
  font-family: var(--font-gilroy);
  font-size: 125px;
  line-height: 110px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .page404 h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page404 .container {
  position: relative;
}
.page404__head {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.page404__penguin {
  max-width: 852px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -17.7rem;
}
@media (max-width: 767px) {
  .page404__penguin {
    bottom: -13.7rem;
  }
}
.page404 .btn-group-1 {
  border-bottom: solid 3px var(--color-red);
  margin-left: auto;
  padding-bottom: 2rem;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .page404 .btn-group-1 {
    padding-top: 1.5rem;
  }
}
.page404 .page404__action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7.5rem;
}
@media (max-width: 767px) {
  .page404 .page404__action {
    bottom: -6.3rem;
  }
}
.contact-form {
  background-color: rgba(118, 114, 111, 0.1);
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 45px 0;
  }
}
.contact-form .container {
  max-width: 830px;
}
.contact-form .gform_required_legend {
  display: none;
}
.contact-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16%;
}
@media (max-width: 767px) {
  .contact-form .gform_fields {
    gap: 0;
  }
}
.contact-form .gform_fields .gfield--width-half {
  width: 42%;
}
@media (max-width: 767px) {
  .contact-form .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.contact-form .gform_fields .gfield--width-full {
  width: 100%;
}
.contact-form .gfield {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-form .gfield {
    margin-bottom: 15px;
  }
}
.contact-form .gfield_label {
  font-family: var(--font-gilroy);
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.24px;
  color: var(--color-dark-green);
  text-transform: uppercase;
  padding-bottom: 6px;
}
.contact-form .gfield_select {
  min-width: 42%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-down.svg?6722e7abac9e30b021bb4af79228949c);
  background-position-x: 94%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
@media (max-width: 767px) {
  .contact-form .gfield_select {
    min-width: 100%;
  }
}
.contact-form .textarea {
  min-width: 100%;
  max-height: 200px;
}
.contact-form .hidden_label {
  margin-bottom: 0;
}
.contact-form .hidden_label .gfield_label {
  display: none;
}
.contact-form input, .contact-form select, .contact-form textarea {
  font-family: var(--font-capitolium);
  background-color: var(--color-white);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
}
.contact-form .btn-group-1 {
  margin: auto;
}
.contact-form .gform_submission_error {
  text-align: center;
  font-size: 20px;
}
.contact-form .validation_message {
  color: var(--color-red);
}
.contact-form .gform_confirmation_message {
  font-size: 20px;
  text-align: left;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-form .ginput_container_fileupload input[type=file] {
    border: 0;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 767px) {
  .contact-form .ginput_container_fileupload input[type=file] {
    background-color: var(--color-red);
    color: var(--color-white);
    width: 100%;
  }
  .contact-form .ginput_container_fileupload input[type=file]::file-selector-button {
    display: none;
  }
}
.form-header {
  background-color: rgba(118, 114, 111, 0.1);
  padding-top: 50px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .form-header {
    padding-top: 0;
  }
}
.form-header .title-group-1--with-circles {
  margin-bottom: 0;
}
.form-header .title-tag-1__title {
  margin-bottom: 0;
}
.gform_ajax_spinner {
  position: absolute;
  left: 42%;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us {
  background-color: rgba(118, 114, 111, 0.1);
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .wp-block-leadin-hubspot-form-block.is-style-contact-us .form-columns-2 {
    display: flex;
    gap: 16%;
  }
}
@media (max-width: 767px) {
  .wp-block-leadin-hubspot-form-block.is-style-contact-us .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form {
  max-width: 830px;
  padding: 0 1rem;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form {
    padding-inline: 2rem;
  }
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field {
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field .hs-error-msgs {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field label {
  font-family: var(--font-gilroy);
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.24px;
  color: var(--color-dark-green);
  text-transform: uppercase;
  padding-bottom: 6px;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field input, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field textarea, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field select {
  font-family: var(--font-capitolium);
  background-color: var(--color-white);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  padding: 15px !important;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field input.hs-input, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field select.hs-input {
  height: auto;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field textarea {
  height: 200px;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field select {
  background-image: url(../images/arrow-down.svg?6722e7abac9e30b021bb4af79228949c);
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field input[type=file] {
  background-color: var(--color-red);
  color: var(--color-white);
  width: 100%;
  box-sizing: border-box;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form form .hs-form-field input[type=file]::file-selector-button {
  display: none;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hbspt-form .legal-consent-container .hs-richtext {
  font-size: 14px;
  font-family: var(--font-capitolium);
  font-style: normal;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 1em;
  box-sizing: content-box !important;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit {
  display: flex;
  justify-content: center;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:hover, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:hover:not(.inactive), .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:focus, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:focus:not(.inactive), .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:active, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:active:not(.inactive), .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:active:not(.inactive):not(.link) {
  background-color: transparent;
  border: 0;
  text-shadow: none;
  color: #BB0033 !important;
  display: block;
  font-family: var(--font-gilroy);
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: none;
  min-height: 58px;
  min-width: 150px;
  padding: 0 60px 0 81px;
  background-image: url(/wp-content/themes/yesand-theme/images/circles-2.svg);
  background-size: 150px 58px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button {
  background-position-y: center;
  background-position-x: 100%;
  transition: all 0.5s;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:hover, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:hover:not(.inactive), .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:focus, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .hs-button:focus:not(.inactive) {
  background-position-y: center;
  background-position-x: 0%;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions {
  position: relative;
  padding: 0;
  transform: translateX(-81px);
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:before, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
  pointer-events: none;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:before {
  width: 40px;
  height: 4px;
  top: calc(50% - 2px);
  background: var(--color-red);
  border-radius: 6px;
  left: calc(100% - 61px);
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:after {
  width: 16px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(100% - 32px);
  background-image: url(/wp-content/themes/yesand-theme/images/arrow-right-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:hover:before {
  width: 60px;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:hover:after {
  left: calc(100% - 12px);
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:has(input:hover):before, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:has(input:focus):before {
  width: 60px;
}
.wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:has(input:hover):after, .wp-block-leadin-hubspot-form-block.is-style-contact-us .hs-submit .actions:has(input:focus):after {
  left: calc(100% - 12px);
}
.testimonial-component {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  margin: 50px 0;
}
@media (max-width: 1023px) {
  .testimonial-component {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-component {
    height: 450px;
  }
}
.testimonial-component .overlay {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 1;
}
.testimonial-component .overlay:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 15%;
  width: 130px;
  background-image: url(../images/quote-open.svg?692008b8db38bd184dfbaceb079827d1);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 130/70;
}
@media (max-width: 767px) {
  .testimonial-component .overlay:before {
    width: 75px;
    top: -15px;
  }
}
.testimonial-component .overlay:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 15%;
  width: 130px;
  background-image: url(../images/quote-close.svg?4bb10caa399896be590db17c70e0a321);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 130/70;
}
@media (max-width: 767px) {
  .testimonial-component .overlay:after {
    width: 75px;
    bottom: -25px;
  }
}
.testimonial-component .overlay .bordered {
  border: solid 5px var(--color-black);
  border-radius: 100px;
  height: 100%;
  max-width: 1160px;
  margin: auto;
}
@media (max-width: 1023px) {
  .testimonial-component .overlay .bordered {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-component .overlay .bordered {
    border-radius: 40px;
  }
}
.testimonial-component .wrapper {
  padding: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .testimonial-component .wrapper {
    padding: 40px;
  }
}
.testimonial-component .wrapper .container {
  margin: auto;
  width: 100% !important;
  max-width: 960px;
  padding: 0;
}
@media (min-width: 1280px) {
  .indent-l-1 {
    padding-left: 6rem;
  }
}
.indent-l-2 {
  padding-left: 10rem;
}
.image-1-limit {
  max-width: 575px;
  max-height: 375px;
}
.container {
  margin-inline: auto;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-inline: 2rem;
  }
}
.skip-to-content {
  position: absolute;
  top: 130px;
  left: 10px;
  opacity: 0;
  z-index: 1000;
}
.skip-to-content:focus {
  opacity: 1;
  background: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: black;
}
#sb_instagram .sbi_photo {
  border-radius: 10px;
  overflow: hidden;
}
#sb_instagram .sbi_photo_wrap {
  padding: 1px;
}
#sb_instagram #sbi_images .sbi_item {
  overflow: visible;
}
#sb_instagram a:focus,
#sb_instagram a:active {
  outline: solid 4px #C10230 !important;
  outline-offset: 4px;
}
.single-event .heading-2, .single-event .text-block h2, .text-block .single-event h2,
.single-event .fishbone h2,
.fishbone .single-event h2,
.single-event .img-text h2,
.img-text .single-event h2 {
  text-transform: none !important;
}
.single-event .top-v3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single-event .top-v3 {
    margin-bottom: 45px;
  }
}
.single-event .top-v3__plate {
  padding-right: 85px;
}
@media screen and (min-width: 1500px) {
  .single-event .top-v3__plate {
    margin-left: -87px;
  }
}
@media screen and (max-width: 768px) {
  .single-event .top-v3__plate {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.single-event .top-v3__txt-frame {
  max-width: 100% !important;
}
.single-event .title-group-1 .heading-5, .single-event .title-group-1 .text-block h5, .text-block .single-event .title-group-1 h5,
.single-event .title-group-1 .fishbone h5,
.fishbone .single-event .title-group-1 h5,
.single-event .title-group-1 .img-text h5,
.img-text .single-event .title-group-1 h5, .single-event .title-group-1 .header-with-media__text h3, .header-with-media__text .single-event .title-group-1 h3 {
  max-width: 966.6666666667px;
  margin-left: 96.6666666667px;
}
@media screen and (max-width: 769px) {
  .single-event .title-group-1 .heading-5, .single-event .title-group-1 .text-block h5, .text-block .single-event .title-group-1 h5,
  .single-event .title-group-1 .fishbone h5,
  .fishbone .single-event .title-group-1 h5,
  .single-event .title-group-1 .img-text h5,
  .img-text .single-event .title-group-1 h5, .single-event .title-group-1 .header-with-media__text h3, .header-with-media__text .single-event .title-group-1 h3 {
    margin-left: 0px;
    max-width: 100%;
  }
}
.single-event .event-description {
  max-width: 966.6666666667px;
  margin-left: 96.6666666667px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-event .event-description {
    margin-left: 0px;
  }
}
.single-event .event-date-location > div {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .single-event .event-date-location > div {
    margin-right: 0px;
  }
}
.single-event .event-date-location .event-date {
  margin-bottom: 10px;
}
.single-event .event-date-location .event-date::before {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/date_range_green.svg?fcc475fd9e040cd83bb5a495bde9b899) !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  content: "";
}
.single-event .event-date-location .event-location::before {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/location_on_green.svg?9a959f6d6834cd2897affa693028337c) !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  content: "";
}
.single-event .img-text .img-text__frame {
  flex-basis: 33%;
  flex-grow: 0;
  flex-shrink: 0;
}
.single-event .img-text .img-text__text {
  align-self: center;
  flex: 0 0 66%;
}
.single-event .img-text .img-text__text .heading-5,
.single-event .img-text .img-text__text h5, .single-event .img-text .img-text__text .header-with-media__text h3, .header-with-media__text .single-event .img-text .img-text__text h3 {
  font-size: 25px !important;
}
.single-event .img-text .img-text__text .heading-5 span,
.single-event .img-text .img-text__text h5 span, .single-event .img-text .img-text__text .header-with-media__text h3 span, .header-with-media__text .single-event .img-text .img-text__text h3 span {
  margin-top: 5px;
  position: relative;
  display: block;
}
.single-event .img-text--bottom .container::after {
  background-position-y: center;
}
.single-event .img-text--bottom .img-text__inner {
  align-items: center;
}
.single-event .img-text:nth-of-type(even) .img-text__inner {
  flex-direction: row-reverse;
}
@media (min-width: 640px) {
  .single-event .img-text:nth-of-type(even) .img-text__text {
    padding-right: 60px;
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .single-event .img-text:nth-of-type(even) .img-text__text {
    padding-right: 114px;
    padding-left: 0px;
  }
}
.single-event .events-block {
  background: rgba(76, 236, 201, 0.1);
  padding: 45px 0px;
  margin-top: 30px;
}
.single-event .events-block .event-card-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  gap: 50px;
}
.single-event .events-block .event-card-container .event-card-column:first-of-type {
  flex: 3;
}
.single-event .events-block .event-card-container .event-card-column:last-of-type {
  flex: 2;
}
.single-event .events-block .event-card-container .event-card {
  width: 100%;
  margin-bottom: 3em;
}
.single-event .events-block .event-card-container .event-card a:hover, .single-event .events-block .event-card-container .event-card a:hover h3 {
  color: var(--color-red) !important;
}
.single-event .events-block .event-card-container .event-card h3 {
  margin-bottom: 10px;
}
.single-event .events-block .event-card-container .event-card .event-card-featured-image {
  height: 450px;
  border-radius: 10px;
  margin-bottom: 1.5em;
  box-shadow: 0px 7px 7px 0px color(srgb 0 0 0/0.15);
}
.single-event .events-block .event-card-container .event-card .event-date-location > div {
  display: flex;
  font-size: 16px;
  align-items: center;
}
.single-event .events-block .event-card-container .event-card .event-date-location > div:last-of-type {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .single-event .events-block .event-card-container .event-card .event-date-location > div {
    margin-right: 0px;
  }
}
.single-event .events-block .event-card-container .event-card .event-date:before, .single-event .events-block .event-card-container .event-card .event-location:before {
  display: none;
}
.single-event .events-block .event-card-container .event-card .event-date span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/date_range_red.svg?e740bf2546f98c2ca6a07886d8e57a66) !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  content: "";
}
.single-event .events-block .event-card-container .event-card .event-location span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/location_on_red.svg?b5ee9fe47455ff036135d8791984b1c8) !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  content: "";
}
.single-event .events-block .event-card-container .event-card .event-location em, .single-event .events-block .event-card-container .event-card .event-date em {
  display: inline-block;
  position: relative;
  font-style: normal;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .single-event .title-group-1--with-circles {
    background-image: url(../images/circles-6.svg?4a75aef3aa7cfa7bd564796514833bcf) !important;
  }
}
@media screen and (max-width: 768px) {
  .single-event .events-block .event-card-container {
    display: block;
    position: relative;
  }
  .single-event .events-block .event-card-column {
    width: 100% !important;
  }
  .single-event .events-block .event-card .event-card-featured-image {
    display: none;
  }
}
label {
  display: inline-block;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
output {
  display: inline-block;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[type=text],
[type=email],
[type=url],
textarea {
  width: 100%;
  max-width: 70ch;
}
:root {
  font-size: 16px;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
small {
  font-size: 0.75em;
}
abbr[title] {
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
a {
  color: var(--link-color);
  text-decoration: none;
}
a:not(.link-with-arrow):hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.link-with-arrow {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-right: 22px;
}
.link-with-arrow__icon {
  position: absolute;
  width: 12px;
  left: calc(100% - 18px);
  transition: 0.5s;
  display: flex;
  align-items: center;
  height: 8px;
}
.link-with-arrow__icon:before {
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 100%;
  background: var(--color-red);
  border-radius: 3px;
}
.link-with-arrow__icon:after {
  content: "";
  background-image: url(../images/arrow-right-link.svg?f228e9322538d82459c033fe65cd7dca);
  width: 6px;
  height: 8px;
  position: absolute;
  right: -2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.link-with-arrow:hover .link-with-arrow__icon {
  width: 20px;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
summary {
  cursor: pointer;
}
.text-block ul li,
.fishbone ul li,
.img-text ul li {
  position: relative;
  margin-bottom: 10px;
}
.text-block ul li:before,
.fishbone ul li:before,
.img-text ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
  display: block;
  background: var(--color-mint);
  top: 6px;
  border-radius: 50%;
}
.text-block ol,
.fishbone ol,
.img-text ol {
  list-style: auto;
}
h1, h2, h3, h4, h5 {
  line-height: 1;
  margin-bottom: 1rem;
}
.hero-1 {
  font-family: var(--font-gilroy);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}
@media (max-width: 574px) {
  .hero-1 {
    font-size: 48px;
  }
}
@media (min-width: 575px) and (max-width: 1279px) {
  .hero-1 {
    font-size: calc(48px + 77 * (100vw - 575px) / 705);
  }
}
@media (min-width: 1280px) {
  .hero-1 {
    font-size: 125px;
  }
}
.hero-2 {
  font-family: var(--font-gilroy);
  font-weight: 900;
  line-height: 0.9;
  max-width: 900px;
  text-transform: uppercase;
}
@media (max-width: 574px) {
  .hero-2 {
    font-size: 23px;
  }
}
@media (min-width: 575px) and (max-width: 1279px) {
  .hero-2 {
    font-size: calc(23px + 105 * (100vw - 575px) / 705);
  }
}
@media (min-width: 1280px) {
  .hero-2 {
    font-size: 128px;
  }
}
.heading-1, .text-block h1,
.fishbone h1,
.img-text h1 {
  font-family: var(--font-gilroy);
  font-size: 85px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}
.heading-2, .text-block h2,
.fishbone h2,
.img-text h2 {
  font-family: var(--font-gilroy);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 498px) {
  .heading-2, .text-block h2,
  .fishbone h2,
  .img-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 499px) and (max-width: 1023px) {
  .heading-2, .text-block h2,
  .fishbone h2,
  .img-text h2 {
    font-size: calc(24px + 43 * (100vw - 499px) / 525);
  }
}
@media (min-width: 1024px) {
  .heading-2, .text-block h2,
  .fishbone h2,
  .img-text h2 {
    font-size: 67px;
  }
}
.heading-3, .text-block h3,
.fishbone h3,
.img-text h3 {
  font-family: var(--font-gilroy);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.heading-4, .text-block h4,
.fishbone h4,
.img-text h4 {
  font-family: var(--font-gilroy);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.heading-5, .text-block h5,
.fishbone h5,
.img-text h5, .header-with-media__text h3 {
  font-family: var(--font-gilroy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.heading-6, .text-block h6,
.fishbone h6,
.img-text h6 {
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.heading-7 {
  color: #02272B;
  font-family: var(--font-gilroy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.prepend-1 {
  font-family: var(--font-capitolium);
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 574px) {
  .prepend-1 {
    font-size: 22px;
  }
}
@media (min-width: 575px) and (max-width: 1279px) {
  .prepend-1 {
    font-size: calc(22px + 23 * (100vw - 575px) / 705);
  }
}
@media (min-width: 1280px) {
  .prepend-1 {
    font-size: 45px;
  }
}
.prepend-2 {
  font-family: var(--font-capitolium);
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 574px) {
  .prepend-2 {
    font-size: 21px;
  }
}
@media (min-width: 575px) and (max-width: 1279px) {
  .prepend-2 {
    font-size: calc(21px + 14 * (100vw - 575px) / 705);
  }
}
@media (min-width: 1280px) {
  .prepend-2 {
    font-size: 35px;
  }
}
.prepend-3 {
  font-family: var(--font-capitolium);
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
.prepend-4 {
  font-family: var(--font-capitolium);
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
@media (min-width: 576px) {
  .prepend-4 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .prepend-4 {
    font-size: 18px;
  }
}
.prepend-5 {
  font-family: var(--font-capitolium);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}
.arrow-after-heading-1::after {
  background-image: url(../images/arrow-2.svg?749902851170b8fc8bd2d33121c796cc);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-left: 0.5rem;
  vertical-align: top;
  width: 45px;
  transition-property: width;
  transition-duration: 0.3s;
}
.arrow-after-heading-1:hover::after {
  width: 80px;
}
.font-normal {
  font-weight: 300;
}
.para-1, .header-with-media__text p {
  font-size: 18px;
  font-family: var(--font-capitolium);
  font-style: normal;
  font-weight: normal;
  max-width: 100ch;
}
.para-2 {
  font-size: 16px;
  font-family: var(--font-capitolium);
  font-style: normal;
  font-weight: normal;
  max-width: 100ch;
}
.para-2-custom-width {
  font-size: 16px;
  font-family: var(--font-capitolium);
  font-weight: normal;
  max-width: 47.5ch;
}
.para-4 {
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  max-width: 100ch;
  text-transform: uppercase;
}
.para-5 {
  font-family: var(--font-gilroy);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  max-width: 100ch;
  text-transform: uppercase;
}
.para-6 {
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 100ch;
  text-transform: uppercase;
}
.para-7 {
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  max-width: 100ch;
}
