@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 90px; }

body, html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Onest', sans-serif;
  font-size: 15px; }

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:not(#map, #map *, .slider, .slider *, .events_flex, .events_flex *) {
  transition: all 200ms ease-out; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

embed,
iframe,
object {
  max-width: 100%; }

input, select, option, textarea {
  font-family: inherit; }

select {
  cursor: pointer; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

h2 {
  color: #000;
  font-family: "citrus-gothic-solid", sans-serif;
  font-size: 94px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 94px */ }

p {
  color: #282828;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 1.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

h1, h2, h3 {
  font-family: "citrus-gothic-solid", sans-serif; }

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

main {
  overflow: hidden; }

a {
  color: #000; }
  a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }

.error-404 {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 10%;
  padding-right: 10%;
  background-image: url("../images/mark.png");
  background-size: 200px;
  background-position: bottom right;
  background-repeat: no-repeat;
  text-align: center; }
  .error-404 header {
    position: static; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Navigation */
header {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 100; }
  header .burger {
    display: none; }
  @media (max-width: 950px) {
    header .burger {
      display: block; } }

.navigation {
  display: flex;
  height: 65px;
  padding: 13px 46px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 100%);
  -webkit-backdrop-filter: blur(6.1500000954px);
          backdrop-filter: blur(6.1500000954px);
  margin-left: 41px;
  margin-right: 41px; }
  @media (max-width: 440px) {
    .navigation {
      padding-left: 20px;
      padding-right: 20px; } }
  .navigation .logo {
    color: #000;
    font-family: "citrus-gothic-solid", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 36px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-decoration: none; }
  .navigation .main-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px; }
  .navigation .nav-link {
    color: #000;
    text-align: right;
    font-family: "Onest", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 15px */
    letter-spacing: 0.3px;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }
    .navigation .nav-link.active {
      -webkit-text-decoration-color: black;
              text-decoration-color: black; }
  .navigation .nav-link:hover {
    -webkit-text-decoration-color: black;
            text-decoration-color: black; }
  @media (max-width: 950px) {
    .navigation .main-nav {
      position: fixed;
      height: 100vh;
      top: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100vw;
      left: -18px;
      background: white;
      right: 0;
      max-height: 0px;
      overflow: hidden; }
      .navigation .main-nav::after {
        content: "X";
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 20px;
        right: 20px; }
      .navigation .main-nav a {
        font-family: "citrus-gothic-solid", sans-serif;
        font-size: 22px; }
      .navigation .main-nav.expanded {
        max-height: 100vh;
        gap: 50px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 100%);
        -webkit-backdrop-filter: blur(6.1500000954px);
                backdrop-filter: blur(6.1500000954px);
        top: -20px; } }
  @media (max-width: 950px) {
    .navigation {
      margin-left: 18px;
      margin-right: 18px; } }
  @media (max-width: 600px) {
    .navigation .logo {
      font-size: 22px; } }

/* Intro Section */
.intro {
  position: relative;
  overflow: hidden;
  transition: all 0ms ease-out;
  background: transparent;
  width: 100%;
  max-width: 100%; }
  .intro .fixer {
    width: 100%;
    max-width: 100%;
    height: 850px;
    position: fixed;
    z-index: 1; }
  .intro .background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent url("../images/mark-feature-video.jpg") no-repeat right top; }
    .intro .background .fruit-overlay {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 18px;
      width: 985px; }
    .intro .background .fruit-overlay-mobile {
      display: none; }
    .intro .background video {
      position: absolute;
      z-index: 1;
      top: 64px;
      right: 0;
      width: 1440px;
      height: auto; }
  .intro .container {
    width: 538px;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    padding-top: 144px;
    padding-left: 80px;
    padding-bottom: 50px;
    max-width: 100%;
    box-sizing: content-box; }
    .intro .container h1 {
      color: #282828;
      font-family: "citrus-gothic-solid", sans-serif;
      font-size: 100px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      margin-bottom: 20px; }
    .intro .container .info {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 0.5em 1.1em;
      list-style: none;
      margin: 0 0 20px;
      color: #282828;
      font-family: "Onest", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.52;
      /* 19.76px */
      letter-spacing: -0.13px;
      text-transform: uppercase; }
    .intro .container p {
      color: #282828;
      font-family: "Onest", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      margin-bottom: 100px; }
    .intro .container .drop-arrow {
      display: block;
      width: 64px;
      height: 64px;
      flex-shrink: 0;
      color: transparent;
      font-size: 0px;
      overflow: hidden;
      border-radius: 100%;
      background-color: #85D0ED;
      background-image: url("../svg/drop-arrow.svg");
      background-size: 32px;
      background-position: center;
      background-repeat: no-repeat; }
  @media (max-width: 1400px) {
    .intro .background {
      transform: translateX(13%); } }
  @media (max-width: 1260px) {
    .intro .background {
      transform: translateX(15%); }
    .intro .container {
      width: 400px; }
      .intro .container h1 {
        font-size: 72px; } }
  @media (max-width: 1150px) {
    .intro .background {
      background-size: 1220px; }
      .intro .background video {
        width: 1220px; }
      .intro .background .grapefruit-left,
      .intro .background .cranberries-left {
        opacity: 0; }
    .intro .container p {
      margin-bottom: 42px; } }
  @media (max-width: 880px) {
    .intro .fixer {
      position: relative;
      padding-top: 600px;
      height: auto; }
    .intro .background {
      position: fixed;
      transform: none;
      background-size: 900px auto;
      background-position: right -150px top;
      height: 570px; }
      .intro .background video {
        width: 900px;
        transform: translateX(150px); }
      .intro .background .fruit-overlay {
        display: none; }
      .intro .background .fruit-overlay-mobile {
        display: block;
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0; }
    .intro .container {
      padding: 1px 10% 200px;
      margin-top: -85px;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      background: #fff; }
      .intro .container::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 99%;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 80%); }
    .intro .container h1 {
      font-size: 62px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      margin-top: -50px; } }
  @media (max-width: 750px) {
    .intro .container .drop-arrow {
      display: none; } }

.site-content {
  position: relative;
  z-index: 3;
  margin-top: 950px;
  padding-top: 5px; }
  @media (max-width: 1150px) {
    .site-content {
      margin-top: 820px; } }
  @media (max-width: 880px) {
    .site-content {
      margin-top: 0; } }

section {
  max-width: 100%;
  position: relative; }

/* Flavor sections */
.flavor {
  z-index: 2;
  position: relative;
  padding-bottom: 165px;
  margin-top: -110px; }
  .flavor .can-wrapper {
    position: absolute;
    z-index: 3;
    left: 47%;
    top: -47px;
    pointer-events: none; }
    .flavor .can-wrapper-mobile {
      display: none; }
  .flavor .can,
  .flavor .fruit {
    display: block;
    width: 100%;
    height: auto; }
  .flavor .panel {
    position: relative;
    z-index: 2;
    display: flex;
    transform: rotate(-0.889deg);
    padding: 107px 77px 155px 77px;
    align-items: center;
    border-radius: 80px;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    border: 8px rgba(255, 255, 255, 0.8) solid; }
    .flavor .panel .container {
      width: 100%;
      max-width: 1440px;
      margin: auto;
      display: flex;
      justify-content: flex-start; }
    .flavor .panel .panel-content {
      position: relative;
      z-index: 3;
      width: 50%; }
      .flavor .panel .panel-content h2:first-child {
        margin-top: 80px; }
    .flavor .panel .icon {
      width: 68px;
      height: auto;
      margin-bottom: 12px; }
    .flavor .panel .divider {
      width: 120px;
      height: 14px;
      transform: rotate(-0.015deg);
      margin: 15px 0;
      border: 0; }
    .flavor .panel .panel-desc {
      font-size: 15px;
      line-height: 1.6;
      max-width: 500px;
      margin-bottom: 1.86em; }
      .flavor .panel .panel-desc p {
        color: #000; }
        .flavor .panel .panel-desc p:last-child {
          margin-bottom: 85px; }
    .flavor .panel .panel-image {
      pointer-events: none; }
    .flavor .panel .background {
      position: absolute;
      z-index: 2;
      top: -100px;
      left: 43%; }
  .flavor.reverse .can-wrapper {
    left: auto;
    right: 54%;
    top: -130px; }
  .flavor.reverse .panel {
    z-index: 1;
    transform: rotate(1.11deg); }
    .flavor.reverse .panel .container {
      justify-content: flex-end; }
    .flavor.reverse .panel .background {
      right: 55%;
      left: auto; }
  .flavor.pineapple .panel {
    background: #F6D467;
    box-shadow: 0 0 160px 0 rgba(237, 195, 61, 0.6), inset 0 0 0 8px rgba(255, 255, 255, 0.3); }
    .flavor.pineapple .panel .divider {
      background-color: #A38A34;
      color: #A38A34; }
    @media (max-width: 880px) {
      .flavor.pineapple .panel .panel-image {
        padding-top: 161%; } }
    .flavor.pineapple .panel .background {
      top: -150px;
      width: 936px; }
      @media (max-width: 880px) {
        .flavor.pineapple .panel .background {
          top: 0;
          width: auto;
          background-image: url("../images/pineapple-mobile-2x.png"); } }
  .flavor.pineapple .can-wrapper {
    max-width: 695px; }
    @media (max-width: 1050px) {
      .flavor.pineapple .can-wrapper {
        width: 600px; } }
    @media (max-width: 600px) {
      .flavor.pineapple .can-wrapper {
        top: 50px;
        width: 500px; } }
  .flavor.cranberry .panel {
    background: var(--Module---Cranberries, linear-gradient(0deg, #EC859A 0%, #EC859A 100%), linear-gradient(213deg, #E06179 26.8%, #5A001B 192.19%));
    box-shadow: 0 0 160px 0 rgba(224, 97, 121, 0.6), inset 0 0 0 8px rgba(255, 255, 255, 0.3); }
    .flavor.cranberry .panel .divider {
      background-color: #8D4E5B;
      color: #8D4E5B; }
    @media (max-width: 880px) {
      .flavor.cranberry .panel .panel-image {
        padding-top: 150%; } }
    .flavor.cranberry .panel .background {
      width: 846px; }
      @media (max-width: 880px) {
        .flavor.cranberry .panel .background {
          width: auto;
          background-image: url("../images/cranberries-mobile-2x.png"); } }
  .flavor.cranberry .can-wrapper {
    max-width: 628px; }
    @media (max-width: 1050px) {
      .flavor.cranberry .can-wrapper {
        width: 542px; } }
    @media (max-width: 600px) {
      .flavor.cranberry .can-wrapper {
        width: 452px; } }
  .flavor.mojito .panel {
    background: var(--Module---Mojito, linear-gradient(0deg, #C1D97C 0%, #C1D97C 100%), linear-gradient(213deg, #9EB752 26.8%, #465124 192.19%));
    box-shadow: 0 0 160px 0 rgba(158, 184, 82, 0.6), inset 0 0 0 8px rgba(255, 255, 255, 0.3); }
    .flavor.mojito .panel .divider {
      background-color: #69724D;
      color: #69724D; }
    @media (max-width: 880px) {
      .flavor.mojito .panel .panel-image {
        padding-top: 153%; } }
    .flavor.mojito .panel .background {
      width: 874px; }
      @media (max-width: 880px) {
        .flavor.mojito .panel .background {
          width: auto;
          background-image: url("../images/limes-mobile-2x.png"); } }
  .flavor.mojito .can-wrapper {
    max-width: 739px;
    left: 41%;
    top: -90px; }
    @media (max-width: 1050px) {
      .flavor.mojito .can-wrapper {
        left: 45%;
        top: 90px;
        width: 637px; } }
    @media (max-width: 600px) {
      .flavor.mojito .can-wrapper {
        width: 531px; } }
  .flavor.paloma .panel {
    background: #F4A157;
    box-shadow: 0 0 160px 0 rgba(242, 174, 113, 0.6), inset 0 0 0 8px rgba(255, 255, 255, 0.3); }
    .flavor.paloma .panel .divider {
      background-color: #A46221;
      color: #A46221; }
    @media (max-width: 880px) {
      .flavor.paloma .panel .panel-image {
        padding-top: 149%; } }
    .flavor.paloma .panel .background {
      width: 878px; }
      @media (max-width: 880px) {
        .flavor.paloma .panel .background {
          width: auto;
          background-image: url("../images/grapefruit-mobile-2x.png"); } }
  .flavor.paloma .can-wrapper {
    max-width: 628px; }
  @media (max-width: 1050px) {
    .flavor.paloma .panel .can-wrapper {
      left: 50%;
      width: 542px; } }
  @media (max-width: 600px) {
    .flavor.paloma .panel .can-wrapper {
      width: 452px; } }
  @media (max-width: 1050px) {
    .flavor {
      margin-top: 0; } }
  @media (max-width: 880px) {
    .flavor {
      padding-bottom: 200px; }
    .flavor.reverse .panel,
    .flavor .panel {
      padding: 0;
      transform: rotate(-0.88deg); }
      .flavor.reverse .panel .container,
      .flavor .panel .container {
        flex-direction: column;
        align-items: stretch; }
      .flavor.reverse .panel .panel-content,
      .flavor .panel .panel-content {
        width: auto;
        padding: 0 75px 75px; }
      .flavor.reverse .panel .panel-image,
      .flavor .panel .panel-image {
        position: relative;
        height: auto;
        width: auto;
        transform: rotate(0.8deg);
        margin-top: -230px; }
      .flavor.reverse .panel .background,
      .flavor .panel .background {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        transform: scale(1.05); }
        .flavor.reverse .panel .background .fruit,
        .flavor .panel .background .fruit {
          display: none; }
      .flavor.reverse .panel .can-wrapper-mobile,
      .flavor .panel .can-wrapper-mobile {
        display: block;
        left: 45%;
        top: 90px;
        right: auto;
        transform: translateX(-50%); }
    .flavor .can-wrapper-desktop {
      display: none; }
    .flavor .panel h2 {
      font-size: 54px;
      line-height: 100%; }
    .flavor .panel p {
      font-size: 15px;
      line-height: 1.6; } }
  @media (max-width: 600px) {
    .flavor.reverse .panel,
    .flavor .panel {
      border-radius: 0;
      max-width: none;
      width: auto;
      margin-left: -20px;
      margin-right: -20px; }
      .flavor.reverse .panel .panel-content,
      .flavor .panel .panel-content {
        padding: 45px; }
    .flavor .btn {
      display: flex;
      padding: 14px 24px;
      align-items: center;
      gap: 12px; }
    .flavor .panel .relativer::after {
      display: block;
      position: absolute;
      content: "";
      width: 581px;
      height: 696px;
      flex-shrink: 0;
      border-radius: 696px;
      background: #F6D467;
      filter: blur(60px);
      top: 50px; }
    .flavor .can-wrapper {
      width: 500px; } }

.btn {
  background: black;
  color: white;
  display: flex;
  padding: 14px 24px;
  align-items: center;
  gap: 12px;
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  /* 17.92px */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
  border-radius: 32px;
  border: 3px solid #000;
  box-shadow: 0 0 160px 0 #FFF;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent; }
  .btn.hollow {
    background-color: transparent;
    color: black; }
    .btn.hollow:hover {
      background-color: black;
      color: white; }

.btn:hover {
  background-color: transparent;
  color: black; }

.flex {
  display: flex;
  gap: 16px; }

form.flex {
  gap: 0px; }

.relativer {
  position: relative; }

.footer {
  background-color: black;
  color: white;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
  align-items: center; }
  .footer p {
    color: #FFF;
    text-align: center;
    font-family: "citrus-gothic-solid", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    max-width: 300px; }
  .footer a {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .footer a:hover {
    -webkit-text-decoration-color: black;
            text-decoration-color: black; }

.whiteout {
  background-color: white;
  position: relative;
  z-index: 1; }

/* Map Section */
.map-section {
  background: white;
  z-index: 1; }

.map-messages {
  padding: 20px;
  border-radius: 10px;
  color: #fff; }
  .map-messages p {
    margin-bottom: 0;
    padding-bottom: 0; }

.map-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  bottom: -30px;
  z-index: 1; }
  .map-wrapper input[type="text"] {
    display: flex;
    width: 320px;
    height: 100px;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    background: black;
    border: 0px; }
    .map-wrapper input[type="text"]::-moz-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .map-wrapper input[type="text"]:-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .map-wrapper input[type="text"]::placeholder {
      color: #FFFFFF;
      opacity: 1; }
    @media (max-width: 900px) {
      .map-wrapper input[type="text"] {
        width: calc(100% - 100px); } }
  .map-wrapper .blue-btn {
    display: flex;
    width: 100px;
    padding: 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #85D0ED;
    background-image: url("../svg/submit.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: 0px; }
  .map-wrapper .filter {
    display: flex;
    padding: 19px 37px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #EAEAEA; }
    .map-wrapper .filter p {
      color: #444;
      font-family: 'Onest', sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 16px;
      /* 133.333% */
      letter-spacing: 0.72px; }
    .map-wrapper .filter .filters_list {
      display: flex;
      gap: 15px; }
      .map-wrapper .filter .filters_list label {
        color: #444;
        font-family: 'Onest', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.389px; }
    .map-wrapper .filter p {
      margin-bottom: 0px; }
  .map-wrapper .locations {
    max-height: 600px;
    overflow-y: scroll;
    max-width: 420px;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #676666;
    font-family: 'Onest', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    gap: 18px; }
    @media (max-width: 900px) {
      .map-wrapper .locations {
        max-width: 100%;
        width: 100%; } }
    .map-wrapper .locations .location.group {
      display: flex;
      gap: 15px;
      transition: all 300ms ease-out;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .map-wrapper .locations .location.group.active {
        background-color: #000; }
        .map-wrapper .locations .location.group.active .location-title, .map-wrapper .locations .location.group.active .address-1, .map-wrapper .locations .location.group.active .address-2, .map-wrapper .locations .location.group.active .directions, .map-wrapper .locations .location.group.active .mt-1, .map-wrapper .locations .location.group.active .distance, .map-wrapper .locations .location.group.active .email, .map-wrapper .locations .location.group.active p, .map-wrapper .locations .location.group.active a, .map-wrapper .locations .location.group.active div {
          color: white; }
    .map-wrapper .locations .location-list {
      background: white; }
    .map-wrapper .locations .location-title {
      color: #000;
      font-family: 'Onest', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }
      .map-wrapper .locations .location-title h3 {
        font-family: 'Onest', sans-serif; }
      .map-wrapper .locations .location-title:hover {
        -webkit-text-decoration-color: black;
                text-decoration-color: black; }
    .map-wrapper .locations .address-1, .map-wrapper .locations .address-2, .map-wrapper .locations .distance {
      color: #676666;
      font-family: 'Onest', sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      margin: 0; }
    .map-wrapper .locations .directions, .map-wrapper .locations .email {
      color: #676666;
      font-family: 'Onest', sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      margin: 0; }

#map {
  width: 50%;
  min-height: 761px; }
  @media (max-width: 900px) {
    #map {
      width: 100%;
      min-height: 400px;
      max-width: 100%; } }

.map-section-inner.container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 900px) {
    .map-section-inner.container {
      padding-left: 0px;
      padding-right: 0px; }
      .map-section-inner.container .map-wrapper {
        flex-direction: column-reverse;
        gap: 0px; } }

.events {
  background: black;
  color: white;
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative; }
  .events::after {
    content: "";
    width: 107%;
    height: 1000px;
    position: absolute;
    /*transform: rotate(72.159deg);*/
    flex-shrink: 0;
    bottom: -235px;
    left: 0px;
    background-image: url("../svg/event_bottom.svg");
    background-position: bottom right;
    background-size: 100%;
    max-height: 100%; }
  .events .location {
    color: var(--Black, #000);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 18.2px */
    letter-spacing: 0.26px;
    text-transform: capitalize;
    margin-bottom: 3px; }
  .events .date {
    color: #555;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 20.8px */ }
  .events .time {
    color: #555;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 20.8px */ }
  .events .content-container {
    position: relative;
    z-index: 1; }
  .events h2 {
    color: #85D0ED;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 12px; }
  .events .sub_header {
    color: white;
    max-width: 635px; }
    .events .sub_header p {
      color: white;
      font-size: 15px; }
  .events #event_filter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 260px;
    height: 46px;
    background: white;
    border: 0px;
    border-radius: 5px;
    padding-left: 18px; }
    @media (max-width: 1250px) {
      .events #event_filter {
        display: none; } }
  .events .events_flex {
    gap: 34px;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%; }
    .events .events_flex.noslick {
      width: 100%;
      max-width: 100%;
      transform: none; }
  .events .event_slide {
    display: flex;
    width: 260px; }
  .events .event {
    width: 260px;
    max-width: 100%;
    background-color: white;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    border-radius: 8px;
    display: block;
    position: relative;
    transition: transform 250ms ease-out; }
    .events .event::before {
      content: "";
      background: black;
      display: block;
      display: inline-flex;
      width: 44px;
      height: 44px;
      background-size: 20px;
      background-repeat: no-repeat;
      align-items: flex-start;
      gap: var(--Padding-0, 0);
      border-radius: var(--Radius-XL, 1000px);
      background-color: #000;
      background-image: url("../svg/event_arrow.svg");
      background-size: 20px;
      background-position: center;
      position: absolute;
      top: 10px;
      right: 10px;
      transition: all 250ms ease-out; }
    .events .event:hover {
      transform: scale(1.05); }
    .events .event .event_image {
      height: 160px;
      background-image: url("../images/mark.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 8px 8px 0px 0px; }
    .events .event .event_content {
      padding-top: 12px;
      padding-left: 17px;
      padding-bottom: 14px;
      padding-right: 27px; }
      .events .event .event_content p {
        margin: 0; }
    .events .event h4 {
      color: var(--Black, #000);
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      /* 21px */
      letter-spacing: 0.3px;
      text-transform: capitalize; }
  .events .event_arrows {
    display: none; }
  @media (max-width: 1270px) {
    .events h2 {
      text-align: center;
      font-size: 54px; }
    .events .sub_header {
      margin: auto;
      text-align: center; }
    .events .events_flex {
      justify-content: center; } }
  @media (max-width: 650px) {
    .events::after {
      bottom: -100px; }
    .events .events_flex {
      width: 848px;
      max-width: 848px;
      transform: translateX(-25%); }
    .events .event_slide {
      padding-top: 15px;
      padding-bottom: 15px; }
    .events .event_arrows {
      display: flex;
      width: 155px;
      height: 42px;
      flex-shrink: 0;
      margin: auto;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-top: 20px; }
      .events .event_arrows::after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
        background-color: #85D0ED;
        left: 50%; }
      .events .event_arrows .slick-arrow {
        background-image: url("../svg/arrow_slider.svg");
        width: 45px;
        height: 45px;
        border-radius: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: 0px;
        color: transparent;
        background-color: transparent;
        cursor: pointer;
        transition: all 250ms ease-out; }
        .events .event_arrows .slick-arrow.slick-next {
          transform: rotate(180deg); } }

.content-container {
  width: 90%;
  margin: auto;
  max-width: 1142px; }

.about {
  padding-top: 145px;
  padding-bottom: 200px; }
  .about.padding-adjust {
    padding-bottom: 100px; }
  .about .story {
    display: flex;
    gap: 10px; }
    .about .story.reverse {
      flex-direction: row-reverse;
      margin-top: 30px; }
      .about .story.reverse .story-img {
        width: 416px;
        height: 480px;
        flex-shrink: 0; }
        .about .story.reverse .story-img::after {
          content: "";
          display: block;
          position: absolute;
          background: #EC859A;
          width: 60px;
          height: 110%;
          top: -5%;
          left: -30px;
          right: unset; }
    .about .story .story-img {
      width: 416px;
      height: 480px;
      flex-shrink: 0;
      background-size: cover;
      background-position: center;
      background-image: url("../images/drink.jpg");
      border-radius: 8px;
      position: relative; }
      .about .story .story-img::after {
        content: "";
        display: block;
        position: absolute;
        background: #F6D467;
        width: 60px;
        height: 110%;
        bottom: -5%;
        right: -30px; }
    .about .story .story-content {
      position: relative;
      width: 415px;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .about .story .story-content h3 {
        color: #0E1828;
        font-family: "citrus-gothic-solid", sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.325px; }
      .about .story .story-content h2 {
        color: #0E1828;
        font-size: 54px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.325px; }
      .about .story .story-content p {
        color: #0E1828;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; }
      @media (max-width: 750px) {
        .about .story .story-content {
          width: 100%; } }
    @media (max-width: 750px) {
      .about .story {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 35px; }
        .about .story.reverse {
          flex-direction: column; }
          .about .story.reverse .story-img {
            margin-left: 35px; }
        .about .story .story-img {
          margin-bottom: 35px; }
          .about .story .story-img::after {
            top: unset;
            bottom: 4%;
            height: 101%; } }
  .about .relativer {
    padding-top: 117px; }
    .about .relativer.negativeMargin {
      margin-bottom: -100px; }
    .about .relativer .slider_navigation {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 115%;
      left: -7.5%;
      display: flex;
      justify-content: space-between; }
      .about .relativer .slider_navigation .slick-arrow {
        width: 64px;
        height: 64px;
        border-radius: var(--Radius-XL, 1000px);
        background-color: var(--Turquise, #85D0ED);
        background-image: url("../svg/drop-arrow.svg");
        background-size: 32px;
        color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        border: 3px solid #85D0ED;
        transform: rotate(90deg);
        cursor: pointer; }
        .about .relativer .slider_navigation .slick-arrow:hover {
          background-color: white; }
        .about .relativer .slider_navigation .slick-arrow.slick-next {
          transform: rotate(-90deg); }
    @media (max-width: 1350px) {
      .about .relativer {
        padding-bottom: 200px; }
        .about .relativer .slider_navigation {
          top: 70%;
          width: 100px;
          left: 0px;
          z-index: 5; }
          .about .relativer .slider_navigation .slick-arrow {
            width: 42px;
            height: 42px; } }
    @media (max-width: 950px) {
      .about .relativer {
        padding-bottom: 140px; } }
  .about .slider {
    z-index: 1; }
    .about .slider .slide_content {
      display: flex;
      gap: 45px;
      align-items: flex-start;
      padding-bottom: 100px; }
      .about .slider .slide_content .slide_background {
        position: relative; }
        .about .slider .slide_content .slide_background .slide_image {
          width: 256px;
          height: 256px;
          background-size: cover;
          background-position: center;
          background-image: url("../images/testimonial_image.png");
          position: relative;
          z-index: 1; }
        .about .slider .slide_content .slide_background::after {
          content: "";
          display: block;
          position: absolute;
          background-color: #C1D97C;
          height: 60px;
          width: 100%;
          bottom: -30px;
          left: 10%; }
        @media (max-width: 900px) {
          .about .slider .slide_content .slide_background .slide_image {
            display: none; }
          .about .slider .slide_content .slide_background::after {
            width: 256px;
            top: 20px; } }
      .about .slider .slide_content .slide_text {
        padding-top: 32px;
        width: 543px; }
        .about .slider .slide_content .slide_text .quote {
          color: #0E1828;
          font-size: 36px;
          font-style: normal;
          font-weight: 700;
          line-height: 42px;
          letter-spacing: 0.33px;
          position: relative;
          margin-bottom: 17px; }
          @media (max-width: 875px) {
            .about .slider .slide_content .slide_text .quote {
              font-size: 20px;
              line-height: 30px; } }
          .about .slider .slide_content .slide_text .quote::before {
            content: '“';
            color: #0E1828;
            font-family: "Onest", sans-serif;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: 42px;
            /* 116.667% */
            letter-spacing: 0.33px;
            position: absolute;
            left: -23px; }
          .about .slider .slide_content .slide_text .quote::after {
            content: '”';
            color: #0E1828;
            font-family: "Onest", sans-serif;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: 42px;
            /* 116.667% */
            letter-spacing: 0.33px; }
          @media (max-width: 875px) {
            .about .slider .slide_content .slide_text .quote::before {
              font-size: 20px;
              line-height: 30px; }
            .about .slider .slide_content .slide_text .quote::after {
              font-size: 20px;
              line-height: 30px; } }
        .about .slider .slide_content .slide_text .name {
          color: #0E1828;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 10px; }
        .about .slider .slide_content .slide_text .social {
          color: #0E1828;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 12px */
          letter-spacing: 0.2px;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline; }
          .about .slider .slide_content .slide_text .social:hover {
            -webkit-text-decoration-color: transparent;
                    text-decoration-color: transparent; }
  .about .mark_bg {
    position: absolute;
    width: 318.523px;
    height: 400.818px;
    flex-shrink: 0;
    background-image: url("../images/mark.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0px;
    right: 0px; }
    @media (max-width: 950px) {
      .about .mark_bg {
        height: 200px;
        bottom: 50px; } }
    @media (max-width: 650px) {
      .about .mark_bg {
        bottom: 90px; } }

.contact {
  background: black;
  color: white;
  position: relative; }
  .contact::before {
    content: "";
    display: block;
    top: -165px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../svg/form-top.svg");
    position: absolute;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
  @media (max-width: 975px) {
    .contact::before {
      top: -215px;
      background-position: 88%; } }
  .contact .content-container {
    z-index: 1;
    position: relative; }
  .contact h2 {
    color: var(--Turquise, #85D0ED);
    text-align: center;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 65px; }
    @media (max-width: 950px) {
      .contact h2 {
        color: var(--Turquise, #85D0ED);
        text-align: center;
        font-size: 54px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 54px */ } }
  .contact #wpforms-33 {
    margin: 0px;
    padding-bottom: 50px; }
    .contact #wpforms-33 .wpforms-confirmation-container-full {
      margin: 0px; }
    .contact #wpforms-33 input[type="text"], .contact #wpforms-33 input[type="email"], .contact #wpforms-33 button {
      height: 46px;
      margin-bottom: 10px; }
    .contact #wpforms-33 input[type="text"], .contact #wpforms-33 input[type="email"] {
      color: black;
      opacity: 1;
      color: #0E1828;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 142.857% */
      letter-spacing: 0.2px;
      border-radius: 5px; }
    .contact #wpforms-33 input::-moz-placeholder {
      color: black;
      opacity: 1;
      color: #0E1828;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 142.857% */
      letter-spacing: 0.2px; }
    .contact #wpforms-33 input:-ms-input-placeholder {
      color: black;
      opacity: 1;
      color: #0E1828;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 142.857% */
      letter-spacing: 0.2px; }
    .contact #wpforms-33 input::placeholder {
      color: black;
      opacity: 1;
      color: #0E1828;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 142.857% */
      letter-spacing: 0.2px; }
  .contact form.wpforms-form {
    display: flex;
    align-items: flex-end;
    padding-bottom: 120px; }
    .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      width: calc(100% + 165px); }
      .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item {
        width: 228px !important;
        margin: 0px !important;
        border: 0px solid transparent !important; }
        .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item label.wpforms-field-label-inline {
          color: white !important;
          display: flex;
          flex-direction: column;
          align-items: center;
          overflow: visible;
          border: 0px !important;
          border-color: transparent !important;
          margin-bottom: 75px;
          box-shadow: unset !important; }
          .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item label.wpforms-field-label-inline::after {
            transition: all 500ms ease-out;
            content: "";
            border: 3px solid #fff;
            border-radius: 100%;
            display: block;
            width: 24px;
            height: 24px;
            background: transparent;
            position: absolute;
            bottom: -28px; }
          .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item label.wpforms-field-label-inline .wpforms-image-choices-image {
            max-width: 102px;
            position: relative;
            /*img[alt="Spicy Pineapple Margarita"] {
              box-shadow: 0 0 100px 0 #F6D564;
            }
            img[alt="Cranberry Mule"] {
              box-shadow: 0 0 100px 0 #E87B92;
            }
            img[alt="Mojito"] {
              box-shadow: 0 0 100px 0 #BDD576;
            }
            img[alt="Paloma"] {
              box-shadow: 0 0 100px 0 #ECA565;
            }*/ }
            .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item label.wpforms-field-label-inline .wpforms-image-choices-image::after {
              content: "";
              display: block;
              position: absolute;
              width: 90%;
              height: 90%;
              left: 5%;
              top: 5%;
              z-index: -1;
              transition: all 250ms ease-out; }
          .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item label.wpforms-field-label-inline .wpforms-image-choices-label {
            color: white !important;
            text-align: center;
            font-family: "Onest", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: 0.32px; }
        .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item:has(input:checked) .wpforms-image-choices-image {
          max-width: 102px; }
        .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors ul.wpforms-image-choices li.wpforms-image-choices-item:has(input:checked) label.wpforms-field-label-inline::after {
          background: radial-gradient(circle, #85d0ed 0%, #85d0ed 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%); }
    @media (max-width: 900px) {
      .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors .wpforms-image-choices {
        width: 100% !important;
        max-width: 100% !important;
        flex-wrap: wrap; }
        .contact form.wpforms-form .wpforms-field-container .wpforms-field-radio.flavors .wpforms-image-choices .wpforms-image-choices-item {
          max-width: 50% !important; } }
    .contact form.wpforms-form .wpforms-field-container .wpforms-field {
      padding: 0px; }
    .contact form.wpforms-form .wpforms-submit-container {
      margin-left: 20px; }
      .contact form.wpforms-form .wpforms-submit-container #wpforms-submit-33 {
        border-radius: 32px;
        border: 3px solid #FFF;
        color: white;
        background: black;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Onest;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 128%;
        height: 46px;
        width: 142px; }
        .contact form.wpforms-form .wpforms-submit-container #wpforms-submit-33:hover {
          box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.35); }
    @media (max-width: 1200px) {
      .contact form.wpforms-form {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .contact form.wpforms-form .wpforms-field-container #wpforms-33-field_1-container.wpforms-field-radio.flavors ul.wpforms-image-choices {
          width: 100%;
          flex-wrap: wrap; }
          .contact form.wpforms-form .wpforms-field-container #wpforms-33-field_1-container.wpforms-field-radio.flavors ul.wpforms-image-choices li {
            max-width: 45%;
            width: 45% !important; } }

/* image ::after pseudo styles */
/* default shadows */
.wpforms-image-choices-item:nth-child(1) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 0 #F6D564; }

.wpforms-image-choices-item:nth-child(2) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 0 #E87B92; }

.wpforms-image-choices-item:nth-child(3) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 0 #BDD576; }

.wpforms-image-choices-item:nth-child(4) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 0 #ECA565; }

/* selected shadows */
.wpforms-image-choices-item.wpforms-selected:nth-child(1) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 25px #F6D564; }

.wpforms-image-choices-item.wpforms-selected:nth-child(2) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 25px #E87B92; }

.wpforms-image-choices-item.wpforms-selected:nth-child(3) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 25px #BDD576; }

.wpforms-image-choices-item.wpforms-selected:nth-child(4) .wpforms-image-choices-image::after {
  box-shadow: 0 0 100px 25px #ECA565; }

.get_in_touch {
  background: black;
  color: white;
  position: relative; }
  .get_in_touch .form_text_container {
    width: 482px;
    flex-shrink: 0;
    padding-bottom: 85px;
    max-width: 100%; }
    .get_in_touch .form_text_container h2 {
      color: var(--Turquise, #85D0ED);
      font-size: 43px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 43px */
      text-transform: capitalize;
      margin-bottom: 12px; }
    .get_in_touch .form_text_container p {
      color: white;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      /* 24px */ }
    .get_in_touch .form_text_container #wpforms-49 label {
      color: #8D8D8D;
      font-family: "Onest", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0.2px; }
    .get_in_touch .form_text_container #wpforms-49 input[type="text"], .get_in_touch .form_text_container #wpforms-49 input[type="email"] {
      border-radius: 5px; }
    .get_in_touch .form_text_container #wpforms-49 #wpforms-submit-49 {
      border-radius: 32px;
      border: 3px solid #FFF;
      color: white;
      background: black;
      color: var(--White, #FFF);
      text-align: center;
      font-family: "Onest", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 128%;
      height: 46px;
      width: 142px; }
      .get_in_touch .form_text_container #wpforms-49 #wpforms-submit-49:hover {
        box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.35); }
  .get_in_touch .form_image_container {
    position: absolute;
    background-image: url("../images/cheers.png");
    width: 628px;
    right: 0px;
    height: 100%;
    min-width: 45%;
    background-size: cover;
    border-radius: 20px 0 0 0; }
    .get_in_touch .form_image_container .socials {
      display: flex;
      width: 684px;
      height: 169px;
      padding: 47px 108px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 10px;
      flex-shrink: 0;
      background: var(--Turquise, #85D0ED);
      position: absolute;
      bottom: 80px;
      left: -42px; }
      .get_in_touch .form_image_container .socials h3 {
        color: var(--Black, #000);
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.56px;
        text-transform: capitalize;
        text-align: center; }
  @media (max-width: 1200px) {
    .get_in_touch .form_image_container {
      width: 40%; } }
  @media (max-width: 950px) {
    .get_in_touch .content-container {
      flex-direction: column; }
    .get_in_touch .form_text_container {
      width: 100%; }
    .get_in_touch .form_image_container {
      position: static;
      width: 100%; }
      .get_in_touch .form_image_container .socials {
        position: static;
        width: 112%;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: -6%; }
        .get_in_touch .form_image_container .socials .flex {
          gap: 40px; } }
