.df-grid-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 60px;
}

/*

@import "static-modules/cms";
@import "static-modules/pages/plants-cms";*/
.page-wrapper:has(.df-cms-wrapper) {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #b9eaf5 50%, #b9eaf5 100%);
}

.df-cms-wrapper {
  /*  container-type: inline-size;*/
  max-width: 1246px;
  /* &,
   *{
     outline: 1px solid red;
   }*/
}

.df-inner-block {
  max-width: 762px;
  margin: 0 auto;
}

.df-cms-wrapper {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.df-cms-wrapper strong {
  font-weight: 700;
  font-family: inherit;
}
.df-cms-wrapper p,
.df-cms-wrapper h1, .df-cms-wrapper h2, .df-cms-wrapper h3, .df-cms-wrapper h4,
.df-cms-wrapper .h1, .df-cms-wrapper .h2, .df-cms-wrapper .h3, .df-cms-wrapper .h4 {
  font-family: inherit;
}
.df-cms-wrapper h1 {
  font-size: clamp(34px, 3.8461538462vw, 50px);
}
.df-cms-wrapper h2 {
  font-size: clamp(30px, 3.4615384615vw, 45px);
}
.df-cms-wrapper h3 {
  font-size: clamp(26px, 2.3076923077vw, 30px);
}
.df-cms-wrapper .h4, .df-cms-wrapper h4 {
  font-size: 22px;
}

.list-circle {
  list-style: none;
  padding: 0;
}
.list-circle li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-circle li:not(:last-child) {
  padding-bottom: 10px;
}
.list-circle li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #12B8DE;
  border-radius: 50%;
  flex-shrink: 0;
}

.list-big {
  list-style: none;
  padding-left: 0;
}
.list-big li {
  background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_8134_116)"><path d="M13.2455 0.0015018C20.9026 -0.13985 27.1393 6.09689 26.9963 13.754C26.8618 20.9716 20.9733 26.8619 13.7557 26.9946C6.09682 27.1377 -0.14164 20.8992 0.00143633 13.2403C0.137617 6.02276 6.02787 0.134235 13.2455 0.0015018Z" fill="%2312B8DE"/><path d="M18.1829 7.06588L10.5275 14.9471C10.431 15.0454 10.2724 15.0454 10.1776 14.9471L8.82439 13.5543C7.94008 12.6441 6.48174 12.6407 5.59397 13.5457C4.73552 14.4214 4.73207 15.8211 5.58536 16.7002L10.1776 21.4097C10.2741 21.5079 10.431 21.5079 10.5275 21.4097L21.422 10.2118C22.2735 9.33613 22.2735 7.94157 21.422 7.06588C20.5359 6.15398 19.0707 6.15398 18.1829 7.06588Z" fill="white"/></g><defs><clipPath id="clip0_8134_116"><rect width="27" height="27" fill="white"/></clipPath></defs></svg>');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  min-height: 28px;
}
@media (min-width: 761px) {
  .list-big li {
    background-size: 27px;
    padding-left: 40px;
  }
}
.list-big li:not(:last-child) {
  padding-bottom: 24px;
}

a.df-button,
button.df-button {
  display: inline-block;
  text-decoration: none;
  background: #2980B9;
  color: white;
  border-color: #2980b9;
  font-size: clamp(20px, 1.6923076923vw, 22px);
  font-weight: 600;
  padding: clamp(12px, 1.1538461538vw, 15px) clamp(22px, 2.6153846154vw, 34px);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 115px;
  transition: background-color 0.2s ease-in-out;
}
a.df-button:hover,
button.df-button:hover {
  background-color: white;
  color: #2980B9;
}
@media (max-width: 419px) {
  a.df-button.extrd-on-sm,
  button.df-button.extrd-on-sm {
    width: calc(100vw - 36px);
    display: block;
    margin-left: -18px;
    margin-right: -18px;
  }
}

.df-pill-btn {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  padding: 10px 14px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: inherit;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  cursor: pointer;
}
.df-pill-btn__l {
  background-color: #12B8DE;
  border-radius: 50px;
  font-weight: 700;
  color: white;
  padding: 4px 12px;
  display: block;
}
.df-pill-btn:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transform: scale(1.01);
}

.df-pill-btn {
  margin-left: -40px;
  margin-right: -40px;
}

.rocket-motion {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  animation: rocket-float 3.2s ease-in-out infinite;
}

.rocket-motion svg {
  display: block;
}

.rocket-motion .rocket-fire-line {
  transform-origin: center;
  transform-box: fill-box;
  animation: flame-fade 0.65s ease-in-out infinite;
  opacity: 0.2;
  filter: drop-shadow(0 0 6px rgba(18, 184, 222, 0.85));
}

.rocket-motion .rocket-fire-line.fire-two {
  animation-delay: 0.18s;
}

.rocket-motion .rocket-fire-line.fire-three {
  animation-delay: 0.36s;
}

@keyframes flame-fade {
  0%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
@keyframes rocket-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}
.df-float-right {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
  max-width: clamp(140px, 20.3076923077vw, 264px);
  transform: rotate(24.6deg) translateX(30px) translateY(-50%);
}
.df-float-right--2 {
  top: 0%;
  transform: rotate(19deg) translateX(30px) translateY(-50%);
}

.df-float-left {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  max-width: clamp(120px, 19.0769230769vw, 248px);
  transform: rotate(-21.7deg) translateX(-20%);
}
@media (max-width: 1229px) {
  .df-float-left {
    transform: rotate(-21.7deg) translateX(-50%);
  }
}
@media (max-width: 999px) {
  .df-float-left {
    display: none;
  }
}

.df-hero-card {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: clamp(20px, 2.7692307692vw, 36px) clamp(20px, 3.8461538462vw, 50px);
  border-radius: clamp(18px, 2.3076923077vw, 30px);
  background-color: white;
  font-size: 16px;
  /*
  display: grid;
  //grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 60px;
   */
  /*display: grid;
  column-gap: _getVwClamp(20px, 38, 38px);
  grid-template-columns: repeat(auto-fit, minmax(min(284px, 100%), 1fr));
  align-items: center;*/
}
.df-hero-card h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.df-hero-card p {
  margin-bottom: 24px;
}
.df-hero-card figcaption {
  flex-flow: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.df-hero-card figcaption img {
  max-width: 100%;
  width: 100%;
}
.df-hero-card figcaption strong {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}

.df-hero-card__t {
  text-align: center;
}
@media (min-width: 671px) {
  .df-hero-card {
    display: grid;
    grid-template-columns: auto auto;
  }
  .df-hero-card__t {
    text-align: inherit;
  }
  .df-hero-card__i {
    grid-row: span 2;
  }
}

/* Transition the :backdrop when the dialog modal is promoted to the top layer */
.calendar-dialog {
  height: 100%;
  width: calc(100% - clamp(40px, 9.7222222222vw, 140px));
  overflow: visible;
  max-width: 1200px;
  max-height: calc(100% - 140px);
  padding: 0;
  border: none;
  background: transparent;
}
.calendar-dialog__c {
  width: 100%;
  height: 100%;
}
.calendar-dialog iframe {
  border: none;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  height: 100%;
}

dialog {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}
dialog:open {
  opacity: 1;
  transform: translateY(0);
}
@starting-style {
  dialog:open {
    opacity: 0;
    transform: translateY(10px);
  }
}
dialog::backdrop {
  background-color: transparent;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s;
  /* Equivalent to
  transition: all 0.7s allow-discrete; */
}
dialog:open::backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}
@starting-style {
  dialog:open::backdrop {
    background-color: transparent;
  }
}

dialog::backdrop {
  background-color: transparent;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s;
}
dialog::backdrop::backdrop {
  background-color: rgba(32, 33, 36, 0.6);
}
@starting-style {
  dialog::backdrop::backdrop {
    background-color: transparent;
  }
}

.calendar-dialog-close {
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(20%) translateY(-50%);
  background-color: #011519;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
.calendar-dialog-close:active, .calendar-dialog-close:focus, .calendar-dialog-close:hover {
  border: none;
}
.calendar-dialog-close:hover {
  background-color: black;
  color: white;
}

.calendar-wrapper {
  scroll-margin-top: 100px;
  box-shadow: 0 25px 40px rgba(12, 65, 115, 0.15);
  flex-direction: column;
  gap: 18px;
  width: min(420px, 100%);
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(15, 55, 91, 0.08);
  position: relative;
  display: flex;
  align-items: center;
}
.calendar-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 302px;
  border: 0;
  display: block;
}
.calendar-wrapper .df-button {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
.calendar-wrapper.is-busy:before {
  content: "";
  background: rgba(255, 255, 255, 0.26);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.calendar-wrapper .df-loader {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
}

.df-cms-wrapper {
  padding: 0 25px;
}
@media (max-width: 739px) {
  .df-cms-wrapper .hide-sm {
    display: none !important;
  }
}
.df-cms-wrapper .show-sm {
  display: none;
}
@media (max-width: 739px) {
  .df-cms-wrapper .show-sm {
    display: block !important;
  }
}

.df-image-ext {
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 20px;
}
.df-image-ext img {
  display: block;
  width: 100%;
}
@media (min-width: 670px) {
  .df-image-ext {
    padding-top: 0;
    margin-left: -50px;
    margin-right: -50px;
  }
}

.df-image-ext____x {
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-top: -11rem;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df-image-ext____x > div {
  max-width: 1280px;
  margin-left: -47px;
  margin-right: -119px;
}
.df-image-ext____x > img {
  display: block;
  max-width: none;
  width: 100%;
}
