/* ==========================================================================
   Selected landing page (tpl-selected.php)
   Desktop sizes are based on a 1920px design, mobile on a 750px design.
   ========================================================================== */

.selected-page {
  --sel-cream: #FDF9EC;
  --sel-cream-dark: #FAF3DF;
  --sel-card: #FFFCF2;
  --sel-gold: #AA893B;
  --sel-text: #4A4137;
  overflow: hidden;
}

.selected-page .container {
  width: 80%;
  margin: 0 auto;
}

/* #Titles - gold gradient text
================================================== */
.selected-event h2,
.selected-event h3,
.selected-products h2,
.selected-faq h2,
.selected-form h2 {
  background: linear-gradient(246deg, #8B6B2A 47.08%, #DBC558 102.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* #Hero
================================================== */
.selected-hero {
  display: flex;
  flex-direction: row-reverse; /* image on the left, text on the right */
  align-items: stretch;
  background-color: #F8F2E2;
  border-bottom: 6px solid #8B6B2A;
}

/* Full viewport height on desktop only - mobile keeps its own height below */
@media (min-width: 1024px) {
  .selected-hero {
    min-height: 100vh;
  }
}

.selected-hero .img {
  width: 50%;
}

.selected-hero .img picture,
.selected-hero .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.selected-hero .text {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 5vw 4vw 4vw 4vw;
}

/* Decorative arcs - top left and bottom right of the text column */
.selected-hero .deco {
  position: absolute;
  width: 6.7vw;               /* 128px */
  line-height: 0;
  pointer-events: none;
}

.selected-hero .deco svg {
  display: block;
  width: 100%;
  height: auto;
}

.selected-hero .deco-top {
  top: -3vw;
  left: 0;
  transform: rotate(180deg);
}

.selected-hero .deco-bottom {
  bottom: -3vw;
  right: 0;
}

.selected-hero .logo {
  display: block;
  width: 7vw;                 /* 134px */
  height: auto;
  margin: 0 auto 0.6vw auto;
}

.selected-hero h1 {
  text-align: center;
  font-size: 8.23vw;          /* 158.028px */
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.1646vw;  /* -3.161px */
  margin-bottom: .2vw;
  background: linear-gradient(245deg, #8B6B2A 43.08%, #DBC558 89.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtitle - framed box with the small label sitting on the top border */
.selected-hero .subtitle-box {
  position: relative;
  align-self: center;
  width: 13rem;
  max-width: 100%;
  border: 1px solid var(--sel-gold);
  padding: 0.7vw 1.8vw 0.1vw 1.8vw;
  margin: 0.8vw auto 0 auto;
}

.selected-hero .subtitle-label {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 0 1vw;
  background-color: #F8F2E2;
  color: var(--sel-gold);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.selected-hero .subtitle {
  color: var(--sel-gold);
  text-align: center;
  font-weight: 700;
  line-height: 1.18;          /* 56.64px */
}

/* #Event
================================================== */
.selected-event {
  background-color: var(--sel-cream);
  padding: 3.5vw 0 4vw 0;
}

.selected-event .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.selected-event .event-main {
  width: 42%;
  text-align: right;
}

.selected-event .event-main h2 {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: .8vw;
}

.selected-event .event-main .date {
  color: #795918;
  text-align: right;
  font-weight: 400;
  line-height: 1.18;              /* 49.56px */
  letter-spacing: -0.0437vw;      /* -0.84px */
  margin-bottom: .3vw;
}

.selected-event .event-main .note {
  color: #795918;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.025vw; /* -0.48px */
  margin-bottom: 1.8vw;
}

.selected-event .event-main .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.65vw;                 /* 262px */
  height: 2.92vw;                 /* 56px */
  padding: 0;
  border-radius: 5.1vw;           /* 98px */
  background-image: linear-gradient(270deg, #DBC558 10%, #8B6B2A 100%);
}

.selected-event .event-aside {
  width: 48%;
  text-align: center;
  color: #795918;
}

.selected-event .event-aside h3 {
  font-weight: 700;
  margin-bottom: 1.8vw;
}

.selected-event .icons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5vw;
  margin-bottom: 2vw;
}

.selected-event .icons li {
  width: 10vw;
}

.selected-event .icons img {
  width: 6.5vw;
  height: 6.5vw;
  object-fit: contain;
  margin: 0 auto .8vw auto;
}

.selected-event .icons div {
  line-height: 1.3;
}

.selected-event .info-text {
  width: 88%;
  margin: 0 auto;
  color: #795918;
  font-weight: 400;
  line-height: 1.3;
}

/* #Products
================================================== */
.selected-products {
  background-color: var(--sel-cream-dark);
  padding: 4vw 0 5vw 0;
}

.selected-products .container {
  width: 90%; /* 6 cards x 288px = 1728px */
}

.selected-products h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3vw;
  background: linear-gradient(246deg, #8B6B2A 47.08%, #DBC558 102.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.selected-products .swiper-slide {
  height: auto;
  border-left: 1px solid rgba(170, 137, 59, .3);
}

.selected-products .swiper-slide:last-child {
  border-left: none;
}

.selected-products .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 15vw;      /* 288px */
  height: 30.2vw;   /* 580px */
  margin: 0 auto;
  padding: 0 1vw;
  text-align: center;
}

.selected-products .product .img {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 1.5vw;
}

.selected-products .product .img img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.selected-products .product p {
  color: #171A16;
  text-align: center;
  font-weight: 400;
  line-height: 1.18; /* 18.9px */
}

/* #Faq
================================================== */
.selected-faq {
  background-color: var(--sel-cream-dark);
  padding: 3vw 0 5vw 0;
}

.selected-faq h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5vw;
}

.selected-faq .faq-list {
  width: 88%;
  margin: 0 auto;
}

.selected-faq .faq-row {
  background-color: var(--sel-card);
  border-right: 3px solid var(--sel-gold);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  margin-bottom: 1vw;
}

.selected-faq .question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  text-align: right;
  color: #795918;
  font-weight: 600;
  line-height: 1.404;   /* 44.928px */
  padding: 1.2vw 2vw;
}

.selected-faq .question svg {
  flex-shrink: 0;
  width: 1.61vw;  /* 31px */
  height: auto;
  margin-left: 1vw;
  transform: rotate(180deg);
  transition: transform .3s ease;
}

.selected-faq .faq-row.is-open .question svg {
  transform: rotate(0deg);
}

.selected-faq .answer {
  display: none;
  color: #795918;
  text-align: right;
  font-weight: 400;
  line-height: 1.579;   /* 29.952px */
  padding: 0 2vw 1.5vw 2vw;
}

/* #Form
================================================== */
.selected-form {
  background-color: var(--sel-cream);
  padding: 5vw 0 6vw 0;
  text-align: center;
}

.selected-form h2 {
  font-weight: 700;
  margin-bottom: 1vw;
}

.selected-form .text {
  color: #795918;
  text-align: center;
  font-weight: 400;
  line-height: 1.18;         /* 49.56px */
  letter-spacing: -0.0437vw; /* -0.84px */
  margin-bottom: 2.5vw;
}

/* Form fields (CF7) */
fieldset.hidden-fields-container {
  display: none;
}

.selected-page .form-wrap .wpcf7-form p {
  margin: 0;
}

.selected-page .form-wrap .selected-form-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

.selected-page .form-wrap .selected-form-grid .w-100 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
}

.selected-page .form-wrap .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.selected-page .form-wrap .custom-spinner {
  position: absolute;
  top: 50%;
  left: 1vw;
  width: 1.8vw;
  height: 1.8vw;
  margin-top: -.9vw;
}

.selected-page .form-wrap .form-elem {
  width: 13vw;
  height: 2.7vw;
  background-color: transparent;
  border: 1px solid var(--sel-gold);
  border-radius: 500px;
  color: #795918;
  font-size: 1.04vw;
  text-align: center;
  padding: 0 1vw;
}

.selected-page .form-wrap .form-elem::placeholder {
  color: var(--sel-gold);
  opacity: .8;
}

.selected-page .form-wrap input[type="submit"] {
  display: block;
  width: 13.65vw;   /* 262px */
  height: 2.92vw;   /* 56px */
  padding: 0;
  border: none;
  border-radius: 5.1vw;
  color: white;
  font-size: 1.14vw;
  font-weight: 500;
  background-image: linear-gradient(270deg, #DBC558 10%, #8B6B2A 100%);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .45);
  cursor: pointer;
  transition: all .6s ease;
}

.selected-page .form-wrap .wpcf7-spinner {
  position: absolute;
}

.selected-page .form-wrap .screen-reader-response {
  display: none;
}

.selected-page .form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  font-size: .8vw;
  line-height: 1.2;
  text-align: center;
  margin-top: .3vw;
}

.selected-page .form-wrap .form-elem.wpcf7-not-valid {
  border-color: #9B3D4B;
}

.selected-page .form-wrap .wpcf7-response-output {
  width: 100%;
  font-size: .9vw;
  text-align: center;
  margin: 1vw 0 0 0 !important;
}

/* #Sticky bar
================================================== */
.selected-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F3DDAA;
  box-shadow: 0 -4px 17px 0 rgba(0, 0, 0, 0.17);
  padding: 1vw 0;
  z-index: 9999999999999;
  transform: translateY(110%);
  transition: transform .4s ease;
}

.selected-sticky.show {
  transform: translateY(0);
}

.selected-sticky .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  width: 96%;
}

.selected-sticky .text h3 {
  color: #8B6B2A;
  text-align: right;
  font-weight: 700;
  line-height: .98;         /* 37.24px */
}

.selected-sticky .text div {
  color: #795918;
  text-align: right;
  font-weight: 400;
  line-height: 1.18;        /* 29.5px */
  letter-spacing: -0.026vw; /* -0.5px */
}

.selected-sticky .form-wrap .selected-form-grid {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.selected-sticky .form-wrap .selected-form-grid .w-100 {
  width: auto;
  margin-top: 0;
}

.selected-sticky .form-wrap .form-elem {
  width: 9vw;
  height: 2.2vw;
  font-size: .94vw;
}

.selected-sticky .form-wrap input[type="submit"] {
  width: 9vw;
  height: 2.2vw;
  font-size: .94vw;
}

.selected-sticky .form-wrap .wpcf7-response-output {
  display: none;
}

.selected-sticky .sticky-toggle {
  display: none;
}

/* #Thank you message
   Replaces the form in place once CF7 confirms the lead was sent.
================================================== */
.selected-page .form-wrap {
  position: relative;
}

.selected-page .form-wrap .selected-thanks {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.2vw;
}

/* Hide the form itself and CF7 own messages - the panel below says it better */
.selected-page .form-wrap.is-sent .wpcf7-form,
.selected-page .form-wrap.is-sent .wpcf7-response-output {
  display: none !important;
}

.selected-page .form-wrap.is-sent .selected-thanks {
  display: flex;
  animation: sel-thanks-in .55s cubic-bezier(.22, .68, .36, 1) both;
}

.selected-page .form-wrap .thanks-icon {
  position: relative;
  flex: 0 0 auto;
  width: 4.2vw;
  height: 4.2vw;
}

.selected-page .form-wrap .thanks-icon svg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Soft gold halo behind the check */
.selected-page .form-wrap .thanks-icon::before {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(219, 197, 88, .45) 0%, rgba(219, 197, 88, 0) 70%);
  opacity: 0;
}

.selected-page .form-wrap.is-sent .thanks-icon::before {
  animation: sel-thanks-halo 1.1s .5s ease-out both;
}

.selected-page .form-wrap.is-sent .thanks-icon .ring {
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: sel-thanks-draw .7s .1s cubic-bezier(.65, 0, .35, 1) forwards;
}

.selected-page .form-wrap.is-sent .thanks-icon .mark {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: sel-thanks-draw .4s .55s cubic-bezier(.65, 0, .35, 1) forwards;
}

.selected-page .form-wrap .thanks-body {
  text-align: right;
}

.selected-page .form-wrap .thanks-title {
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 .3vw 0;
  background: linear-gradient(246deg, #8B6B2A 47.08%, #DBC558 102.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.selected-page .form-wrap .thanks-text {
  color: #795918;
  font-weight: 400;
  line-height: 1.25;
}

.selected-page .form-wrap.is-sent .thanks-title,
.selected-page .form-wrap.is-sent .thanks-text {
  animation: sel-thanks-in .5s .3s ease both;
}

.selected-page .form-wrap.is-sent .thanks-text {
  animation-delay: .42s;
}

/* Form section - the message gets the room the form used to take */
.selected-form .form-wrap.is-sent .selected-thanks {
  min-height: 8vw;
}

/* Sticky bar - the message takes over the whole bar */
.selected-sticky.is-sent .text {
  display: none;
}

.selected-sticky.is-sent .form-wrap {
  width: 100%;
}

.selected-sticky .form-wrap .selected-thanks {
  gap: .8vw;
}

.selected-sticky .form-wrap .thanks-icon {
  width: 2.6vw;
  height: 2.6vw;
}

.selected-sticky .form-wrap .thanks-title {
  margin-bottom: .1vw;
}

@keyframes sel-thanks-in {
  from {
    opacity: 0;
    transform: translateY(1vw) scale(.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes sel-thanks-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes sel-thanks-halo {
  0%   { opacity: 0; transform: scale(.6); }
  45%  { opacity: 1; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(1.45); }
}

@media (prefers-reduced-motion: reduce) {
  .selected-page .form-wrap.is-sent .selected-thanks,
  .selected-page .form-wrap.is-sent .thanks-title,
  .selected-page .form-wrap.is-sent .thanks-text,
  .selected-page .form-wrap.is-sent .thanks-icon::before,
  .selected-page .form-wrap.is-sent .thanks-icon .ring,
  .selected-page .form-wrap.is-sent .thanks-icon .mark {
    animation: none;
    opacity: 1;
    stroke-dashoffset: 0;
    transform: none;
  }
}

/* #Mobile
================================================== */
@media (max-width: 1023.98px) {

  .selected-page .container {
    width: 90%;
  }

  /* Hero - full screen: text on the cream area, image sitting at the bottom */
  .selected-hero {
    display: flex;
    flex-direction: column-reverse; /* .img is first in the markup, so it lands at the bottom */
    justify-content: flex-start;
    position: relative;
    height: 89vh;
    min-height: 0;
  }

  .selected-hero .img,
  .selected-hero .text {
    width: 100%;
  }

  /* The image keeps its own height instead of filling the whole hero */
  .selected-hero .img {
    flex: 0 0 auto;
    height: auto;
    max-height: 60vh;
  }

  .selected-hero .img picture,
  .selected-hero .img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: cover;
    object-position: center top;
  }

  .selected-hero .text {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 8vw 5vw 6vw 5vw;
  }

  .selected-hero .logo {
    width: 14vw;              /* 105px */
    margin: 0 auto 1vw auto;
  }

  .selected-hero .deco {
    width: 17vw;              /* 128px */
  }

  .selected-hero .deco-top {
    top: -8vw;
  }

  .selected-hero .deco-bottom {
    bottom: -8vw;
  }

  .selected-hero .subtitle-box {
    width: 62vw;
    padding: 4vw 6vw 3.5vw 6vw;
    margin-top: 1.5vw;
  }

  .selected-hero .subtitle-label {
    padding: 0 2.5vw;
  }

  .selected-hero h1 {
    font-size: 16vw;
    letter-spacing: -0.32vw;
    margin-bottom: 0.5vw;
  }

  /* Event */
  .selected-event {
    padding: 10vw 0 12vw 0;
  }

  .selected-event .container {
    flex-direction: column;
  }

  .selected-event .event-main,
  .selected-event .event-aside {
    width: 100%;
  }

  .selected-event .event-main {
    text-align: center;
    margin-bottom: 12vw;
  }

  .selected-event .event-main h2 {
    margin-bottom: 3vw;
  }

  .selected-event .event-main .date {
    text-align: center;
    margin-bottom: 1.5vw;
  }

  .selected-event .event-main .note {
    margin-bottom: 6vw;
  }

  .selected-event .event-main .btn {
    width: 100%;
    height: 13vw;
    margin: 0 auto;
    border-radius: 500px;
  }

  .selected-event .event-aside h3 {
    margin-bottom: 5vw;
  }

  .selected-event .icons {
    gap: 8vw;
    margin-bottom: 6vw;
  }

  .selected-event .icons li {
    width: 26vw;
  }

  .selected-event .icons img {
    width: 19vw;
    height: 19vw;
    margin-bottom: 2vw;
  }

  .selected-event .info-text {
    width: 100%;
  }

  /* Products */
  .selected-products {
    padding: 10vw 0 12vw 0;
  }

  .selected-products h2 {
    margin-bottom: 8vw;
  }

  .selected-products .container {
    width: 90%;
  }

  /* 2 columns grid instead of a slider */
  .selected-products .swiper {
    overflow: visible;
  }

  .selected-products .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    transform: none !important;
  }

  .selected-products .swiper-slide {
    width: 50% !important;
    margin: 0 !important;
    border-left: none;
    padding: 6vw 0;
  }

  /* dividers - vertical between the columns, horizontal between the rows */
  .selected-products .swiper-slide:nth-child(odd) {
    border-left: 1px solid rgba(170, 137, 59, .3);
  }

  .selected-products .swiper-slide:nth-last-child(n+3) {
    border-bottom: 1px solid rgba(170, 137, 59, .3);
  }

  .selected-products .product {
    width: 100%;
    height: auto;
    padding: 0 3vw;
  }

  .selected-products .product .img {
    flex-grow: 0;
    height: 45vw;
    margin-bottom: 4vw;
  }

  .selected-products .swiper-pagination {
    display: none;
  }

  /* Faq */
  .selected-faq {
    padding: 8vw 0 12vw 0;
  }

  .selected-faq h2 {
    margin-bottom: 6vw;
  }

  .selected-faq .faq-list {
    width: 100%;
  }

  .selected-faq .faq-row {
    border-right-width: 1.06vw;
    margin-bottom: 3vw;
  }

  .selected-faq .question {
    padding: 4vw 4vw;
  }

  .selected-faq .question svg {
    width: 5.5vw;
    margin-left: 3vw;
  }

  .selected-faq .answer {
    padding: 0 4vw 4vw 4vw;
  }

  /* Form */
  .selected-form {
    padding: 12vw 0 14vw 0;
    text-align: right;
  }

  .selected-form h2 {
    text-align: right;
    margin-bottom: 3vw;
  }

  .selected-form .text {
    text-align: right;
    margin-bottom: 8vw;
  }

  .selected-page .form-wrap .selected-form-grid {
    flex-direction: column;
    gap: 3vw;
  }

  .selected-page .form-wrap .selected-form-grid > .wpcf7-form-control-wrap,
  .selected-page .form-wrap .selected-form-grid .w-100 {
    width: 100%;
    margin-top: 0;
  }

  .selected-page .form-wrap .form-elem {
    width: 100%;
    height: 11.33vw;
    font-size: 4vw;
  }

  .selected-page .form-wrap input[type="submit"] {
    width: 100%;
    height: 11.33vw;
    border-radius: 500px;
    font-size: 4.8vw;
  }

  .selected-page .form-wrap .wpcf7-not-valid-tip,
  .selected-page .form-wrap .wpcf7-response-output {
    font-size: 3.2vw;
  }

  .selected-page .form-wrap .wpcf7-not-valid-tip {
    margin-top: .8vw;
  }

  .selected-page .form-wrap .custom-spinner {
    left: 4vw;
    width: 6vw;
    height: 6vw;
    margin-top: -3vw;
  }

  /* Sticky bar */
  .selected-sticky {
    padding: 4vw 0 5vw 0;
    border-radius: 4vw 4vw 0 0;
  }

  /* Notch handle */
  .selected-sticky .sticky-toggle {
    display: block;
    position: absolute;
    top: -3.86vw;              /* notch height */
    right: 50%;
    transform: translateX(50%);
    width: 14.66vw;            /* 110px */
    height: 3.86vw;            /* 29px */
    background: none;
    border: none;
    padding: 0;
    line-height: 0;
  }

  .selected-sticky .sticky-toggle .notch {
    display: block;
    width: 100%;
    height: 100%;
  }

  .selected-sticky .sticky-toggle .chevron {
    position: absolute;
    top: 34%;
    right: 50%;
    width: 1.87vw;             /* 14px */
    height: auto;
    transform: translate(50%, -50%);
    transition: transform .3s ease;
  }

  .selected-sticky.open .sticky-toggle .chevron {
    transform: translate(50%, -50%) rotate(180deg);
  }

  .selected-sticky .container {
    flex-direction: column;
    gap: 3vw;
  }

  .selected-sticky .text {
    text-align: center;
  }

  .selected-sticky .text h3,
  .selected-sticky .text div {
    text-align: center;
  }

  /* Form is collapsed until the handle is tapped */
  .selected-sticky .form-wrap {
    width: 100%;
    display: none;
  }

  .selected-sticky.open .form-wrap {
    display: block;
  }

  .selected-sticky .form-wrap .selected-form-grid {
    flex-direction: column;
    gap: 3vw;
  }

  .selected-sticky .form-wrap .selected-form-grid > .wpcf7-form-control-wrap,
  .selected-sticky .form-wrap .selected-form-grid .w-100 {
    width: 100%;
    margin-top: 1vw;
  }

  .selected-sticky .form-wrap .form-elem {
    width: 100%;
    height: 11.33vw;
    font-size: 4vw;
  }

  .selected-sticky .form-wrap input[type="submit"] {
    width: 100%;
    height: 11.33vw;
    font-size: 4.8vw;
  }

  /* Thank you message */
  .selected-page .form-wrap .selected-thanks {
    flex-direction: column;
    gap: 3.5vw;
  }

  .selected-page .form-wrap .thanks-icon {
    width: 16vw;
    height: 16vw;
  }

  .selected-page .form-wrap .thanks-body {
    text-align: center;
  }

  .selected-page .form-wrap .thanks-title {
    margin-bottom: 1.5vw;
  }

  .selected-form .form-wrap.is-sent .selected-thanks {
    min-height: 40vw;
  }

  /* Sticky bar - the message replaces the fields in the open bar,
     a bar that was still collapsed simply slides away */
  .selected-sticky.is-sent .sticky-toggle {
    display: none;
  }

  .selected-sticky.is-sent:not(.open) {
    transform: translateY(110%);
  }

  .selected-sticky.is-sent .form-wrap .selected-thanks {
    flex-direction: row;
    gap: 3vw;
  }

  .selected-sticky.is-sent .form-wrap .thanks-icon {
    width: 10vw;
    height: 10vw;
  }

  .selected-sticky.is-sent .form-wrap .thanks-body {
    text-align: right;
  }

  .selected-sticky.is-sent .form-wrap .thanks-title {
    margin-bottom: .5vw;
  }
}

/* #Glassix chat widget - this template only
================================================== */
@media (min-width: 1024px) {
  .glassix-widget-launcher-container {
    bottom: 133px !important;
    width: 90px !important;
    height: 90px !important;
  }
}

@media (max-width: 1023.98px) {
  #glassix-widget-launcher-container,
  .glassix-widget-launcher-container {
    bottom: 90px !important;
  }
}
