

.aa-webpage ul {
  padding-left: 40px;
}

.aa-text.aa-module .aa-text__body.aa-text__content--custom-list ul,
.aa-webpage ul.inputs-list {
  padding-left: 0;
}



.aa-text.aa-module .aa-text__body.aa-text__content.aa-text__content--custom-list ul li:before {
  top: -4px;
}

.aa-button--custom {
    padding: 16px 24px;
    border-radius: 4px;
}

.aa-button+.aa-button {
  margin-top: 0;
}

.aa-hero__footer .aa-button-group {
    gap: 20px;
}

.aa-content-position--center .aa-button-group {
    justify-content: center;
}

.aa-gridboxes .aa-card {
    height: auto;
}

.aa-gridboxes .aa-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aa-gridboxes-card--content {
    margin-bottom: 30px;
}

.aa-gridboxes .aa-button {
    margin-top: auto;
}

.aa-gridboxes .aa-content-alignment--center .aa-card__content .aa-button {
    margin-left: auto;
    margin-right: auto;
}

.aa-information-box .splide__list {
    width: 100%;
    max-width: 100%;
}



.aa-site-footer__column--menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

@media only screen and (min-width: 589px) {
  .aa-site-footer__column--menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 979px) {
  .aa-site-footer__column--menu {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 1200px) {
  .aa-site-footer__column--menu {
    grid-template-columns: repeat(5, 1fr);
  }
}

.aa-site-footer__column--menu .aa-site-footer-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.aa-site-footer__column--menu .aa-site-footer-col-item__title {
  color: white;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: Abel Pro Bold, Arial, sans-serif;
  margin-bottom: 8px;
}

.aa-site-footer__column--menu .aa-site-footer-col-item a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 70%);
  text-decoration: none;
}

.aa-site-footer__column--menu .aa-site-footer-col-item a:hover {
  color: rgba(255, 182, 0, 100%);
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .aa-site-footer__column--menu .aa-site-footer-col-item__title {
    font-size: 24px;
    line-height: 32px;
  }
  
  .aa-site-footer__column--menu .aa-site-footer-col-item a {
    display: block;
    font-size: 20px;
    line-height: 28px;
  }
}

.aa-site-footer__body .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.aa-site-footer__body .hs-menu-wrapper > ul > li {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .aa-site-footer__body .hs-menu-wrapper > ul {
    max-height: 1040px;
  }
  
  .aa-site-footer__body .hs-menu-wrapper > ul > li {
    max-width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .aa-site-footer__body .hs-menu-wrapper > ul {
    max-height: 640px;
  }
  
  .aa-site-footer__body .hs-menu-wrapper > ul > li {
    max-width: 25%;
  }
}

@media only screen and (min-width: 1360px) {
  .aa-site-footer__body .hs-menu-wrapper > ul {
    max-height: 440px;
  }
  
  .aa-site-footer__body .hs-menu-wrapper > ul > li {
    max-width: 20%;
  }
}

.aa-site-footer__column.logos {
  padding-top: 65px;
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}

.aa-site-footer__column.logos .logo-wrapper {
  position: relative;
}

.aa-site-footer__column.logos .logo-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.aa-language-items:hover .aa-language-drop-down {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.aa-language-item>a {
  width: 150px;
}

.aa-language-item.aa-language-item--current,
.aa-navigation.aa-navigation--secondary ul li a {
  cursor: pointer;
}

@media (min-width: 992px) {
  .aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper a:not(.aa-button):not(.hs-button), .aa-navigation--secondary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper a:not(.aa-button):not(.hs-button) {
    width: 250px;
  }

  .aa-language-item>a {
    width: 150px;
  }
}

.aa-text.aa-module .aa-text__body.aa-text__content.aa-text__content--custom-list ul li:before {
  top: 3px;
}

@media (max-width: 860px) {
  .aa-blog-post__featured {
      padding-left: 16px;
      padding-right: 16px;
  }
}

.aa-blog-post__featured__image {
    border-radius: 50px;
}

@media (max-width: 680px) {
  .aa-blog-article__link .aa-blog-article__featured-image {
    border-radius: 8px;
  }
  .aa-blog-post__featured__image {
      border-radius: 8px;
  }
}

.aa-blog-post__back.aa-inner {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.aa-blog-post__back.aa-inner .aa-button {
  padding: 10px 16px;
}

.aa-blog-post__author-about h3 {
  margin-bottom: 0;
}

.aa-blog-post__author-about .aa-blog-post__author-bio strong {
  display: block;
  margin-bottom: 15px;
}

.aa-blog-post__author-about .aa-blog-post__author-bio br {
  display: none;
}

.aa-blog-articles__featured .aa-blog-articles__featured__rest .aa-blog-article__featured-image,
.aa-blog-article__link .aa-blog-article__featured-image,
.aa-blog-article__featured-image,
.aa-blog-post__featured__image {
  border-radius: 8px;
}

@media (min-width: 720px) {
  .aa-blog-articles__featured .aa-blog-articles__featured__rest .aa-blog-article__featured-image,
  .aa-blog-article__link .aa-blog-article__featured-image,
  .aa-blog-article__featured-image,
  .aa-blog-post__featured__image {
    border-radius: 8px;
  }
}

.aa-blog-post__back svg {
  width: 14px;
  margin-right: 10px;
}

.aa-blog-post__back a:hover svg {
  fill: var(--yellow);
}

.aa-blog-article-header__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
} 

.aa-blog-article-header__footer .aa-blog-post__tags {
  display: flex;
  column-gap: 16px;
  row-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.aa-blog-post__tags > a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  padding: 6px 16px;
  transition: all ease-in-out 0.3s;
}

.aa-blog-post__tags > a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0;
  transition: opacity ease-in-out 0.3s;
}

.aa-blog-article__date img.icon {
  display: block;
  opacity: 1;
}

.aa-blog-article__date:hover img.icon {
  display: none;
  opacity: 0;
}

.aa-blog-article__date img.hover_icon {
  display: none;
  opacity: 0;
}

.aa-blog-article__date:hover img.hover_icon {
  display: block;
  opacity: 1;
}

.aa-blog-article-header__footer .aa-blog-post__tags {
  justify-content: flex-end;
}

/* footer cta */

.aa-site-footer .aa-inner {
  flex-direction: column;
}

.aa-site-footer-cta .footer-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid white;
  border-radius: 50%;
}

@media only screen and (min-width: 680px) {
  .aa-site-footer-cta .footer-cta-icon {
    width: 100px;
    height: 100px;
  }
}

.aa-site-footer-cta {
  padding: 45px 20px;
  background-color: rgba(3, 45, 112, 100%);
  border-radius: 8px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 680px) {
  .aa-site-footer-cta {
    padding: 65px 20px;
    margin-bottom: 65px;
  }
}

.aa-site-footer-cta .aa-site-footer-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

@media only screen and (min-width: 680px) {
  .aa-site-footer-cta .aa-site-footer-cta__inner {
    justify-content: space-between;
    gap: 30px;
    flex-direction: row;
  }
}

.aa-site-footer-cta .footer-cta-icon img {
  max-width: 30px;
  width: 100%;
  height: 30px;
  object-fit: contain;
}

@media only screen and (min-width: 680px) {
  .aa-site-footer-cta .footer-cta-icon img {
    max-width: 40px;
    height: 40px;
  }
}

.aa-site-footer-cta .footer-cta-content {
  display: flex;
  gap: 25px;
  color: white;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 680px) {
  .aa-site-footer-cta .footer-cta-content {
    text-align: start;
    flex-direction: row;
    align-items: flex-start;
    gap: 45px;
  }
}

.aa-site-footer-cta .footer-cta-content .aa-subheading {
  color: rgba(255, 182, 0, 100%);
}

.aa-site-footer-cta .footer-cta-content .h3 {
  margin-bottom: 5px;
}

.aa-site-footer-cta .footer-cta-content .text {
  font-size: 16px;
  line-height: 1;
}

@media only screen and (min-width: 680px) {
  .aa-site-footer-cta .footer-cta-content .text {
    font-size: 24px;
  }
}

.aa-site-footer__footer .footer__copyright a {
  color: rgba(255, 255, 255, 70%);
  text-decoration: none;
}

.aa-site-footer__footer .footer__copyright a:hover {
  text-decoration: underline;
}

.aa-site-header .light-icon.links,
.aa-site-header .dark-icon.links {
  width: 25px !important;
  height: 25px !important;
}

.aa-site-header .light-icon {
  display: block;
}

.aa-site-header .dark-icon {
  display: none;
}

.aa-site-header:has(.aa-navigation--dark) .light-icon {
  display: none;
}

.aa-site-header:has(.aa-navigation--dark) .dark-icon {
  display: block;
}

.aa-cards--overlay-content .aa-cards__body--design_1 .aa-card {
  overflow: clip;
}

.aa-site-header__inner:has(.aa-navigation--dark) .aa-site-header__hamburger .aa-hamburger span,
.aa-site-header__inner:has(.aa-navigation--dark) .aa-site-header__hamburger .aa-hamburger span::after,
.aa-site-header__inner:has(.aa-navigation--dark) .aa-site-header__hamburger .aa-hamburger span::before {
  background-color: #10243e;
}

.js-nav-open .aa-site-header__inner:has(.aa-navigation--dark) .aa-site-header__hamburger .aa-hamburger span,
.js-nav-open .aa-site-header__inner:has(.aa-navigation--dark) .aa-site-header__hamburger .aa-hamburger span::after,
.js-nav-open .aa-site-header__inner:has(.aa-navigation--dark) .aa-site-header__hamburger .aa-hamburger span::before {
  background-color: #fff;
}

.aa-cta-box__body--text h1 br, 
.aa-cta-box__body--text h2 br, 
.aa-cta-box__body--text h3 br, 
.aa-cta-box__body--text h4 br, 
.aa-cta-box__body--text h5 br, 
.aa-cta-box__body--text h6 br {
  display: block;
}

.aa-blog-post ul {
  padding-left: 60px;
}

.aa-blog-post li:has(p) p {
  margin-bottom: 10px;
}

.aa-blog-post ul li ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .custom-box {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.aa-form-bg .legal-consent-container .hs-richtext {
  color: #ffffff;
}

.aa-blog-post a {
  color: #0052b5;
  transition: all ease-in-out 0.2s
}

.aa-blog-post a:hover {
  opacity: 0.8;
}

.aa-blog-post__back a,
.aa-blog-article a .aa-blog-article__readmore,
.aa-blog-post__latest a.aa-button.aa-button--2,
.aa-blog-post__author-about .aa-blog-post__author-name a,
.aa-blog-article__author .name {
    color: #10243e;
}

.support {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aa-menu-item--banner-heading {
  align-items: center !important;
}
.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .aa-menu-item--banner-text .aa-menu-item--subheading {
  margin-bottom: 5px !important;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children.aa-menu-item--mega_menu:hover>a.color-scheme--light:after {
  border-bottom: 18px solid #fff;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children.aa-menu-item--mega_menu:hover>a.color-scheme--dark:after {
  border-bottom: 18px solid #10243e;
}

.aa-menu-item--mega_menu .aa-menu-item--banner-image {
  flex-shrink: 0;
}

.aa-menu-item--mega_menu .aa-menu-item--banner-image img {
  aspect-ratio: auto !important;
  width: inherit !important;
  height: auto !important;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children.aa-menu-item--mega_menu>.hs-menu-children-wrapper .aa-menu-item--banner .aa-menu-item--banner-button {
  max-width: 40%;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children.aa-menu-item--mega_menu.aa-menu-item--custom>.hs-menu-children-wrapper .aa-menu-item--banner .aa-menu-item--banner-button {
  max-width: none;
}

.aa-hero-media .aa-inner .aa-content {
  display: grid;
  gap: 45px;
}

@media only screen and (min-width: 768px) {
  .aa-hero-media .aa-inner .aa-content {
    gap: 120px;
  }
}

.aa-hero-media .aa-hero-media__header,
.aa-hero-media .aa-hero-media__body {
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
}

.video-container .video-thumbnail {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container .aa-hero-video-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 0;
}

.video-container .aa-hero-video-button a i {
  display: inline-block;
}

.video-container .aa-hero-video-button.hidden,
.video-container .video-thumbnail.hidden {
  display: none;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Modifiers === */

.aa-hero-media--cover .aa-hero-media__header {
  padding-top: 45px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .aa-hero-media--cover .aa-hero-media__header {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.aa-hero-media--cover .aa-hero-media__body .video-container { 
  height: 100%;
  min-height: 300px;
}

/* === Hero curve settings === */

.aa-hero-media .aa-curve-bottom {
  z-index: 10;
}

.aa-hero-media .aa-curve-bottom svg {
  width: 100%;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .aa-hero-media .aa-curve-bottom svg {
    height: 100px;
  }
}

.aa-hero-media .aa-curve-bottom .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.aa-hero-media .aa-curve-bottom .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.aa-hero-media .aa-curve-bottom .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.aa-hero-media .aa-curve-bottom .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.aa-hero-media .aa-curve-bottom .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.aa-hero-media .image-container {
  height: 100%;
  width: 100%;
  min-height: 250px;
}

.aa-hero-media .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aa-hero-media .image-container.contain img {
  object-fit: contain;
}

.logo-slider .splide {
  pointer-events: none;
}

.logo-slider .splide__list {
  max-width: 100%;
}

.logo-slider__body {
  position: relative;
}

.logo-slider--full .logo-slider__body {
  max-width: 100%;
}

.logo-slider--page  .logo-slider__body{
  max-width: 1440px;
  margin: 0 auto;
}

.logo-slider__body::after,
.logo-slider__body::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 2;
}

.logo-slider__body::after {
    right: 0;
}

.logo-slider__body::before {
    left: 0;
}

@media screen and (min-width: 768px) {
  .logo-slider__body::after,
  .logo-slider__body::before {
      width: 100px;
  }
}

.logo-slide img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.aa-image-text__video lite-vimeo>.ltv-playbtn {
  background: transparent;
  opacity: 1;
}

.aa-image-text__video lite-vimeo:hover>.ltv-playbtn {
  background: transparent;
  opacity: 1;
}

.aa-image-text__video lite-vimeo.ltv-activated>.ltv-playbtn,
.aa-image-text__video lite-vimeo.ltv-activated:hover>.ltv-playbtn {
  display: none;
}

.aa-image-text__video lite-vimeo>.ltv-playbtn::before {
  content: var(--fa);
  color: rgba(255, 255, 255, 100);
  transition: all .25s ease-in-out;
  font-size: 60px;
  border: none;
}

.aa-text-form .aa-inner {
  flex-direction: column;
}

.aa-text-form .aa-inner .title-section {
  margin-bottom: 85px;
}

.aa-text-form .aa-inner .title-section.centered {
  text-align: center;
}

.aa-image-text__video lite-vimeo>.ltv-playbtn {
  background: transparent;
  opacity: 1;
}

.aa-image-text__video lite-vimeo:hover>.ltv-playbtn {
  background: transparent;
  opacity: 1;
}

.aa-image-text__video lite-vimeo.ltv-activated>.ltv-playbtn,
.aa-image-text__video lite-vimeo.ltv-activated:hover>.ltv-playbtn {
  display: none;
}

.aa-image-text__video lite-vimeo>.ltv-playbtn::before {
  content: var(--fa);
  color: rgba(255, 255, 255, 100);
  transition: all .25s ease-in-out;
  font-size: 60px;
  border: none;
}

.testimonial-slider {
  background-color: rgba(16, 36, 62, 100%);
}

.testimonial-slider .swiper,
.testimonial-slider .slider-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.testimonial-slide .slide-wrapper {
  border-radius: 8px;
  position: relative;
  opacity: 0.3;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-slide.swiper-slide-active .slide-wrapper {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .testimonial-slide .slide-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  
  .testimonial-slide .slide-wrapper {
    opacity: 0.3;
    transform: scale(0.65);
    transition: all ease-in 0.3s;
  }

  .testimonial-slide.swiper-slide-active .slide-wrapper {
    transform: scale(1);
    opacity: 1;
  }
}

.testimonial-slider .swiper-wrapper {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.author-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slide-content-image {
  display: flex;
  align-items: center;
  border: 2px solid white;
  max-width: 90px;
  width: 100%;
  height: 90px;
  border-radius: 50%;
  overflow: clip;
  background: white;
}

.slide-content-image-wrapper img {
  overflow: clip;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slide-content-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: clip;
  box-shadow: 0px 0px 12px 5px rgba(255, 255, 255, 50%);
  text-align: center;
}

.slide-content-wrapper .author-info {
  text-align: left;
}

.slide-content-wrapper .author-info .position {
  line-height: 24px;
}

.slide-content-wrapper.centered .author-info {
  text-align: center;
}

.slide-content-wrapper__header {
  position: relative;
  padding: 40px;
  background-color: rgba(3, 45, 112, 100%);
  display: flex;
  align-items: center;
}

.slide-content-wrapper__header .slide-content-bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-content-wrapper__header .slide-content-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-content-wrapper__header .quote-wrapper {
  position: relative;
  z-index: 3;
}

.slide-content-wrapper .quote {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}

.slide-content-wrapper .quote.quote-video {
  max-width: 120px;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 35px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.slide-content-wrapper .quote.quote-video:hover {
  opacity: 0.8;
}

.slide-content-wrapper .quote.quote-video img {
  object-fit: contain;
}

.slide-content-wrapper .author {
  color: rgba(255, 182, 0, 100%);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}

.slide-content-wrapper .position {
  color: white;
}

@media (min-width: 992px) {
    .slide-content-wrapper .quote {
        font-size: 28px;
        line-height: 36px;
    }
  
    .slide-content-wrapper .author {
      font-size: 22px;
      line-height: 28px;
    }
}

.slide-content-wrapper .slide-content-wrapper__body {
  padding: 30px 40px;
  background-color: white;
}

.slide-content-wrapper .slide-content-wrapper__body .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-height: 90px;
}

.slide-content-wrapper .slide-content-wrapper__body .logo img {
  object-fit: contain;
  max-height: 90px;
  width: auto;
}

/* slide button */

.swiper-button {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 4px 2px rgba(255,255, 255, 30%);
  transition: all ease-in-out 0.2s;
}

.swiper-button img {
  display: block;
  object-fit: contain;
}

.swiper-button img.hover {
  display: none;
}

.swiper-button:hover img {
  display: none;
}

.swiper-button:hover img.hover {
  display: block;
}

/* modal */

.quote-modal {
  display: none; /* hidden by default */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left. 0;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  padding: 30px;
}


@media (min-width: 768px) {
  .quote-modal__inner {
    max-width: 1080px;
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .quote-modal iframe {
    max-width: 1080px;
  }
}

.quote-modal.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* optional: lock scroll when open */
html.modal-open,
html.modal-open body {
  overflow: hidden;
}