*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

[data-popper-arrow], [data-popper-arrow]:before {
  background: inherit;
  width: 8px;
  height: 8px;
  position: absolute;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  background: inherit;
  width: 9px;
  height: 9px;
  position: absolute;
  transform: rotate(45deg);
}

[role="tooltip"] > [data-popper-arrow]:before, [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-popover][role="tooltip"][data-popper-placement^="top"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="top"] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="right"] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="bottom"] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="left"] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="top"] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"] > [data-popper-arrow] {
  left: -5px;
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  -webkit-appearance: none;
  appearance: none;
  --tw-shadow: 0 0 #0000;
  background-color: #fff;
  border-width: 1px;
  border-color: #6b7280;
  border-radius: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type="text"]:focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="week"]:focus, [multiple]:focus, textarea:focus, select:focus {
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1c64f2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1c64f2;
  outline: 2px solid #0000;
}

input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: .75em .75em;
  padding-right: 2.5rem;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
  padding-right: .75rem;
}

[type="checkbox"], [type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  color: #1c64f2;
  --tw-shadow: 0 0 #0000;
  background-color: #fff;
  background-origin: border-box;
  border-width: 1px;
  border-color: #6b7280;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

[type="checkbox"] {
  border-radius: 0;
}

[type="radio"] {
  border-radius: 100%;
}

[type="checkbox"]:focus, [type="radio"]:focus {
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1c64f2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid #0000;
}

[type="checkbox"]:checked, [type="radio"]:checked, .dark [type="checkbox"]:checked, .dark [type="radio"]:checked {
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-size: .55em .55em;
  border-color: #0000;
}

[type="checkbox"]:checked {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: .55em .55em;
}

[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type="checkbox"]:indeterminate {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-color: currentColor;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .55em .55em;
  border-color: #0000;
}

[type="checkbox"]:indeterminate:hover, [type="checkbox"]:indeterminate:focus {
  background-color: currentColor;
  border-color: #0000;
}

[type="file"] {
  background: unset;
  border-color: inherit;
  font-size: unset;
  line-height: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

[type="file"]:focus {
  outline: 1px auto inherit;
}

input[type="file"]::file-selector-button {
  color: #fff;
  cursor: pointer;
  background: #1f2937;
  border: 0;
  margin-inline: -1rem 1rem;
  padding: .625rem 1rem .625rem 2rem;
  font-size: .875rem;
  font-weight: 500;
}

input[type="file"]::file-selector-button:hover {
  background: #374151;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #1c64f2;
  border: 0;
  border-radius: 9999px;
  width: 1.25rem;
  height: 1.25rem;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9ca3af;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
  outline: 2px solid #0000;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #1c64f2;
  border: 0;
  border-radius: 9999px;
  width: 1.25rem;
  height: 1.25rem;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9ca3af;
}

input[type="range"]::-moz-range-progress {
  background: #3f83f8;
}

input[type="range"]::-ms-fill-lower {
  background: #3f83f8;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3f83f880;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-3 {
  height: .75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-full {
  height: 100%;
}

.max-h-\[80px\] {
  max-height: 80px;
}

.max-h-full {
  max-height: 100%;
}

.w-3 {
  width: .75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[57\%\] {
  width: 57%;
}

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[850px\] {
  max-width: 850px;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.flex-auto {
  flex: auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.border {
  border-width: 1px;
}

.bg-transparent {
  background-color: #0000;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: .5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.text-right {
  text-align: right;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.container {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1400px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.container__large {
  max-width: 1820px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container__large {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .container__large {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1400px) {
  .container__large {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12, .flex-col-fill, .flex-col-auto {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.flex-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .flex-col-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
}

.flex-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .flex-col-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
}

.u-object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.u-object-fit.absolute {
  top: 0;
  left: 0;
}

.align-items-center {
  align-items: center;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.section:not(.solid-bg) + .section:not(.solid-bg) {
  padding-top: 0;
}

.iframe-wrap {
  padding-bottom: 56.25%;
  position: relative;
}

.iframe-wrap iframe, .iframe-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

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

* {
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

span.amp {
  font-style: italic;
  font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif !important;
}

a {
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
}

h1, .h1 {
  margin-bottom: .625rem;
  font-size: 2.1875rem;
  line-height: 1.1;
}

@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1920px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
}

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 1400px) {
  h2, .h2 {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 1920px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}

h3, .h3 {
  font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  color: #047272;
  margin-bottom: .625rem;
  line-height: 1.1;
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span {
  color: #60cccc;
}

p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  p {
    margin-bottom: 1.5625rem;
    font-size: 1.25rem;
  }
}

p:last-child {
  margin-bottom: 0;
}

.section-title p {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .section-title p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .section-title p {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .section-title p {
    font-size: 1.75rem;
  }
}

.large-p, .testimonial-section p, .image-text-carousel p, .text-and-image__text p, .image-cta__text p, .hero p, .footer__left p {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .large-p, .testimonial-section p, .image-text-carousel p, .text-and-image__text p, .image-cta__text p, .hero p, .footer__left p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .large-p, .testimonial-section p, .image-text-carousel p, .text-and-image__text p, .image-cta__text p, .hero p, .footer__left p {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .large-p, .testimonial-section p, .image-text-carousel p, .text-and-image__text p, .image-cta__text p, .hero p, .footer__left p {
    font-size: 1.5rem;
  }
}

.read-more {
  color: #047272;
  align-items: center;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.read-more i {
  color: #60cccc;
  margin-left: .625rem;
  font-size: 1.375rem;
  transition: all .3s ease-in-out;
}

.read-more:hover {
  color: #60cccc;
}

.c-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .wpcf7-submit {
  color: #fff;
  background-color: #047272;
  align-items: center;
  padding: .9375rem 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.c-button i, #add_payment_method .wc-proceed-to-checkout a.checkout-button i, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button i, .wpcf7-submit i {
  color: #60cccc;
  margin-left: .625rem;
  transition: all .3s ease-in-out;
}

.c-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .wpcf7-submit:hover {
  color: #60cccc;
}

.c-button:hover i, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover i, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover i, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover i, .wpcf7-submit:hover i {
  color: #047272;
}

.green-bg .c-button, .green-bg #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .green-bg a.checkout-button, .green-bg .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .green-bg a.checkout-button, .green-bg .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .green-bg a.checkout-button, .green-bg .wpcf7-submit {
  color: #047272;
  background-color: #fff;
}

.green-bg .c-button i, .green-bg #add_payment_method .wc-proceed-to-checkout a.checkout-button i, #add_payment_method .wc-proceed-to-checkout .green-bg a.checkout-button i, .green-bg .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i, .woocommerce-cart .wc-proceed-to-checkout .green-bg a.checkout-button i, .green-bg .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button i, .woocommerce-checkout .wc-proceed-to-checkout .green-bg a.checkout-button i, .green-bg .wpcf7-submit i {
  color: #60cccc;
}

.green-bg .wpcf7-submit {
  color: #fff;
  text-align: left;
  background-color: #60cccc;
  width: 100%;
}

.is-desktop .green-bg .wpcf7-submit:hover {
  color: #60cccc;
  background-color: #fff;
}

.white-text * {
  color: #fff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #047272;
  width: 100vw;
  font-family: roc-grotesk, sans-serif;
  position: relative;
  overflow-x: hidden;
}

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

[data-lenis-prevent] {
  overscroll-behavior: contain;
}

.d-flex-row {
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.custom-col-12, .custom-col-6 {
  margin-bottom: 14px;
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.custom-col-12.fake-button-wrap, .custom-col-6.fake-button-wrap {
  margin-bottom: -12px;
}

.custom-col-12 {
  flex: 0 100%;
  max-width: 100%;
}

.custom-col-6 {
  flex: 0 50%;
  max-width: 50%;
}

.green-bg {
  background-color: #047272;
}

.green-bg * {
  color: #fff;
}

.light-green-bg {
  background-color: #e2f0eb;
}

.grey-bg {
  background-color: #e1e1e1;
}

@media only screen and (min-width: 992px) {
  .js-fade-in {
    opacity: 0;
    transition: all .9s;
  }

  .js-fade-in.is-intersecting {
    opacity: 1;
  }

  .js-fade-up {
    opacity: 0;
    transition: all .9s;
    transform: translateY(30px);
  }

  .js-fade-up.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee-inverted {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
    color: #444 !important;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

.header {
  z-index: 98;
  background-color: #047272;
  border-bottom: 1px solid #fff;
  width: 100vw;
  transition: all .3s ease-in-out;
}

.header.scrolling {
  background-color: #047272;
}

@media screen and (min-width: 992px) {
  .header__left {
    border-right: 1px solid #fff;
  }
}

.header__logo img {
  width: 100%;
  max-width: 240px;
}

.header__right--button {
  border-left: 1px solid #fff;
}

.header__right--top {
  height: 100%;
}

@media screen and (min-width: 992px) {
  .header__right--top {
    border-bottom: 1px solid #fff;
    height: auto;
  }
}

.header__right--top a {
  color: #60cccc;
  font-size: 1.5rem;
  line-height: 1;
}

.header .read-more {
  color: #fff;
}

.is-desktop .header .read-more:hover {
  color: #60cccc;
}

#main-nav ul {
  margin: 0;
}

#main-nav ul li.menu-item {
  margin-right: 3vw;
  display: inline-block;
}

#main-nav ul li.menu-item:last-child {
  margin-right: 0;
}

#main-nav ul li.menu-item a {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

#main-nav ul li.menu-item .menu-item__graphic {
  pointer-events: none;
  fill: none;
  stroke: #60cccc;
  stroke-width: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

#main-nav ul li.menu-item .menu-item__graphic path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1px;
  transition: stroke-dashoffset .6s cubic-bezier(.7, 0, .3, 1);
}

.is-desktop #main-nav ul li.menu-item:hover .menu-item__graphic path {
  stroke-dashoffset: 0;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.8, 1, .7, 1);
}

.hamburger {
  cursor: pointer;
  width: 30px;
  height: 20px;
  margin-left: .9375rem;
  transition: transform .4s ease-in-out;
  position: relative;
}

.hamburger span {
  top: 10px;
}

.hamburger span, .hamburger span:before, .hamburger span:after {
  cursor: pointer;
  content: "";
  background: #fff;
  width: 28px;
  height: 2px;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
}

.scrolling .hamburger span, .scrolling .hamburger span:before, .scrolling .hamburger span:after {
  background: #fff;
}

.hamburger span:before {
  top: -8px;
}

.hamburger span:after {
  bottom: -8px;
}

.hamburger.active span {
  background-color: #0000;
}

.hamburger.active span:before, .hamburger.active span:after {
  top: 0;
}

.hamburger.active span:before {
  transform: rotate(45deg);
}

.hamburger.active span:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  .footer {
    margin-top: 100px;
  }
}

.footer__col {
  padding: 2.5rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .footer__col {
    padding: 3.125rem 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .footer__col {
    padding: 6.25rem 3.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer__col {
    padding: 8.125rem 6.25rem;
  }
}

.footer__left #message p {
  font-size: .875rem;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .footer__right {
    height: calc(100% + 100px);
    margin-top: -100px;
    padding-top: 9.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer__right {
    padding-top: 14.375rem;
  }
}

.footer ul {
  margin-top: 0;
}

.footer ul li {
  margin-bottom: .9375rem;
  line-height: 1.4;
}

.footer ul li a {
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .footer ul li a {
    font-size: 1.25rem;
  }
}

.footer h3 {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .footer h3 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer h3 {
    margin-bottom: 2.5rem;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1920px) {
  .footer h3 {
    font-size: 1.875rem;
  }
}

.footer ul li a span {
  transition: all .3s ease-in-out;
}

.footer ul li a span.social-icon {
  color: #60cccc;
  text-align: center;
  border: 2px solid #60cccc;
  width: 25px;
  height: 25px;
  margin-right: .5rem;
  font-size: 1rem;
  line-height: 25px;
  display: inline-block;
}

.footer ul li a span.link-name {
  display: inline-block;
  position: relative;
}

.footer ul li a span.link-name:before, .footer ul li a span.link-name:after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}

.footer ul li a span.link-name:before {
  opacity: 0;
  background-color: #60cccc;
  height: 100%;
  top: 0;
}

.footer ul li a span.link-name:after {
  background-color: #047272;
  transition: opacity .3s;
}

.footer ul li a:hover span.link-name {
  color: #60cccc;
}

.footer ul li a:hover span.link-name:before {
  opacity: 1;
  animation: .3s forwards coverUp;
}

.footer ul li a:hover span.link-name:after {
  opacity: 0;
}

.footer__logo {
  margin-top: 1.5625rem;
}

.footer__logo p {
  font-size: .9375rem;
}

@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, .045, 1);
  }

  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }

  51% {
    transform-origin: 50% 0;
    transform: scale3d(1, 1, 1);
  }

  100% {
    transform-origin: 50% 0;
    transform: scale3d(1, .045, 1);
  }
}

input[type="text"], input[type="number"], input[type="email"], textarea {
  resize: none;
  color: #047272;
  background-color: #fff;
  border: 1px solid #0000;
  outline: none;
  width: 100%;
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  display: block;
}

input[type="text"]::-webkit-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="number"]::-webkit-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="email"]::-webkit-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

textarea::-webkit-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="text"]:-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="number"]:-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="email"]:-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

textarea:-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="text"]::-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="number"]::-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="email"]::-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

textarea::-moz-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="text"]:-ms-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="number"]:-ms-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

input[type="email"]:-ms-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

textarea:-ms-input-placeholder {
  color: #047272;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  input[type="text"], input[type="number"], input[type="email"], textarea {
    padding: .9375rem;
    font-size: 1rem;
  }
}

.woocommerce-input-wrapper input[type="text"], .woocommerce-input-wrapper input[type="number"], .woocommerce-input-wrapper input[type="email"], .woocommerce-input-wrapper textarea {
  color: #047272;
  background-color: #fff;
  border: 1px solid #047272;
}

label {
  color: #047272;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  display: block;
}

@media screen and (min-width: 992px) {
  label {
    font-size: 1.25rem;
  }
}

.js__gdpr {
  margin-top: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
}

.js__gdpr input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: none;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  margin-right: .625rem;
}

.js__gdpr:before, .js__gdpr:after {
  content: "";
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
}

.js__gdpr:before {
  content: "";
  background-color: #0000;
  border: 1px solid #60cccc;
  width: 20px;
  height: 20px;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}

#gdpr-label {
  font-size: 1rem;
}

.nav-overlay {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #047272;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav-overlay .social-menu li {
  margin-right: .625rem;
}

.nav-overlay .social-menu li:last-child {
  margin-right: 0;
}

.nav-overlay .social-menu li .link-name {
  display: none;
}

.nav-overlay__inner {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}

.nav-overlay__logo {
  width: 100%;
  max-width: 90px;
  margin: 0 auto 3.75rem;
}

@media screen and (min-width: 768px) {
  .nav-overlay__logo {
    max-width: 120px;
  }
}

.nav-overlay .mobile-menu {
  padding: .78125rem 0;
}

.nav-overlay .mobile-menu:first-of-type {
  padding-bottom: 0;
}

.nav-overlay .mobile-menu:last-of-type {
  padding-top: 0;
}

.nav-overlay .mobile-menu li {
  padding: 0 20px;
  display: block;
  position: relative;
}

.nav-overlay .mobile-menu li .mobile-expand {
  color: #fff;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 13px;
  right: 10px;
}

.nav-overlay .mobile-menu li .mobile-expand.open {
  transform: rotate(180deg);
}

.nav-overlay .mobile-menu li a {
  text-transform: uppercase;
  letter-spacing: .02rem;
  margin-bottom: .3125rem;
  padding: .78125rem 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.nav-overlay .mobile-menu li .sub-menu {
  height: 0;
  max-height: 1000px;
  transition: height .6s ease-in-out;
  display: block;
  overflow: hidden;
}

.nav-overlay .mobile-menu li .sub-menu li a {
  padding: .375rem 0;
  font-size: .875rem;
}

.nav-overlay ul li .sub-menu {
  display: none;
}

.nav-overlay ul li a {
  color: #fff;
}

.nav-overlay nav:not(.mobile-nav) ul {
  padding: 1.5625rem 0;
}

.nav-overlay ul {
  margin-bottom: 0;
}

.nav-overlay nav, .nav-overlay__logo {
  opacity: 0;
  transform: translateY(50px);
}

.nav-overlay__close {
  cursor: pointer;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  right: 40px;
}

.nav-overlay__close p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1rem;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  position: relative;
  top: 3px;
}

.nav-overlay__close .hamburger {
  padding: 0;
}

.line {
  background-color: #60cccc;
  width: 0;
  height: 1px;
  display: block;
}

.social-menu li {
  margin-right: .625rem;
  display: inline-block;
}

.social-menu li:last-child {
  margin-right: 0;
}

.social-menu li a {
  font-size: 1.375rem;
}

.home-hero {
  background-color: #047272;
  padding: 8.125rem 0 6.25rem;
}

@media screen and (min-width: 768px) {
  .home-hero {
    height: 100vh;
    min-height: 700px;
  }
}

.home-hero .container {
  max-width: 100%;
}

.home-hero__image img {
  width: 100%;
}

.home-hero__image--shape {
  max-width: 80%;
}

@media screen and (min-width: 992px) {
  .home-hero__image--shape {
    max-width: 60%;
  }
}

.home-hero__image--image {
  max-width: 80%;
}

.home-hero__text-inner {
  width: 100%;
  max-width: 660px;
}

.home-hero__text-inner * {
  color: #e1e1e1;
}

.home-hero__play {
  background-color: #0000;
  border: 1px solid #60cccc;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.home-hero__play * {
  color: #e1e1e1;
}

.home-hero__play span {
  font-size: .9375rem;
  display: block;
}

.home-hero__scroll {
  color: #e1e1e1;
}

.home-hero__points {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .home-hero__points {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 992px) {
  .home-hero__points {
    margin-top: 5rem;
  }
}

.home-hero__point {
  border-bottom: 1px solid #60cccc;
  margin-bottom: .9375rem;
  padding-bottom: .625rem;
}

.is-desktop .home-hero__point:hover a {
  color: #60cccc;
}

.is-desktop .home-hero__point:hover .home-hero__point--arrow {
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .home-hero__point {
    margin-bottom: 1.25rem;
    padding-bottom: .9375rem;
  }
}

.home-hero__point--arrow {
  transition: all .3s ease-in-out;
}

.home-hero__point--number {
  margin-right: .3125rem;
  font-size: .875rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .home-hero__point--number {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .home-hero__point--number {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1400px) {
  .home-hero__point--number {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero__point--number {
    font-size: 1.375rem;
  }
}

.home-hero__point a {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .home-hero__point a {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .home-hero__point a {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .home-hero__point a {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1400px) {
  .home-hero__point a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero__point a {
    font-size: 1.625rem;
  }
}

.home-hero__scroll {
  outline: none;
}

.hero h1, .hero p {
  color: #fff;
}

.hero__overlay {
  background-color: #000000b3;
}

.modal {
  background-color: #000000b3;
  transition: all .3s ease-in-out;
  z-index: 999 !important;
}

.woocommerce-tabs h2 {
  font-size: 1.375rem;
  font-weight: 700;
}

.woocommerce-tabs .accordion .accordion-item {
  border-bottom: 1px solid #60cccc;
}

.woocommerce-tabs .accordion .accordion-item .accordion-header {
  cursor: pointer;
  padding: 5px 30px 5px 0;
  position: relative;
}

.woocommerce-tabs .accordion .accordion-item .accordion-header p {
  margin: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.woocommerce-tabs .accordion .accordion-item .accordion-header i {
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.woocommerce-tabs .accordion .accordion-item .accordion-header.active i {
  transform: translateY(-50%)rotate(180deg);
}

.woocommerce-tabs .accordion .accordion-item .accordion-content {
  padding: .625rem 0;
  display: none;
}

.woocommerce-tabs .accordion .accordion-item.active .accordion-content {
  display: block;
}

.signup__email {
  margin: .9375rem 0;
  position: relative;
}

#signup-button {
  width: 50px;
  height: 36px;
  font-size: 1.375rem;
  line-height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  #signup-button {
    width: 60px;
    height: 46px;
    font-size: 1.625rem;
    line-height: 46px;
  }
}

#signup-button i {
  position: relative;
  top: 3px;
}

.woocommerce div.product .product_title {
  color: #047272;
  width: 100%;
  max-width: 360px;
  margin-bottom: 1.875rem;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce div.product .product_title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce div.product .product_title {
    font-size: 2.5rem;
  }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #047272;
  margin-bottom: .9375rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2.375rem;
  }
}

.woocommerce div.product p.price span:not(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol), .woocommerce div.product span.price span:not(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol) {
  margin-left: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.trade-text {
  margin-bottom: 1.25rem;
}

.trade-text a {
  color: #60cccc;
}

@media screen and (min-width: 992px) {
  .trade-text {
    margin-bottom: 1.875rem;
  }
}

.custom-star-rating i {
  color: #047272;
  margin-right: .25rem;
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .custom-star-rating i {
    margin-right: .5rem;
    font-size: 1.375rem;
  }
}

.custom-star-rating i:last-child {
  margin-right: 0;
}

.woocommerce-product-details__short-description {
  margin-bottom: 1.875rem;
}

.woocommerce-product-details__short-description p {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .woocommerce-product-details__short-description p {
    font-size: 1.25rem;
  }
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  line-height: 1;
}

.single-product .rtwpvg-images {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .single-product .rtwpvg-images {
    grid-column: span 7 / span 7;
  }
}

.single-product.woocommerce div.product div.images {
  margin-bottom: 15px;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.875rem;
}

.single-product.woocommerce div.product div.images .f1-slider img {
  max-width: 100%;
  margin: 0 auto;
}

.single-product.woocommerce table.shop_attributes tr:nth-child(2n) td, .single-product.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: none;
}

.single-product .woocommerce .quantity .qty {
  border: 1px solid #047272;
  width: auto;
  height: 66px;
  margin-bottom: .9375rem;
}

.single-product .woocommerce-variation-availability {
  display: none;
}

.single-product .variations tr {
  align-items: center;
  display: flex;
}

.single-product .variations tr .label {
  margin: 0 10px 0 0;
}

.single-product .woocommerce-variation-description p {
  font-size: 1rem;
}

.single-product .site-inner {
  max-width: 1500px;
  position: relative;
  overflow-x: hidden;
}

.single-product .row {
  margin-left: -15px;
  margin-right: -15px;
}

.single-product .content-sidebar-wrap.boxed {
  background-color: #0000;
  border: none;
  padding: 0;
}

.single-product .product-button-wrap, .single-product .ppc-button-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-product .product-button-wrap, .single-product .ppc-button-wrapper {
    float: left;
    max-width: calc(50% - 7.5px);
    margin: 0 7.5px;
  }
}

.single-product .woocommerce-variation-add-to-cart .product-button-wrap {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .single-product .woocommerce-variation-add-to-cart .product-button-wrap {
    max-width: 100%;
  }
}

.single-product .woocommerce-variation-price {
  margin-bottom: 40px;
}

.single-product .product-button-wrap {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .single-product .product-button-wrap {
    margin-top: -30px;
  }
}

.single-product .ppc-button-wrapper {
  margin-right: 0;
}

.single-product .woo-variation-items-wrapper {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .single-product .content > div.product.has-post-thumbnail .images {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
  .single-product .content > div.product.has-post-thumbnail .images {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

.single-product .content > div.product.has-post-thumbnail .summary {
  background-color: #fff;
  margin-bottom: .9375rem;
  padding: 25px 15px;
}

@media screen and (min-width: 768px) {
  .single-product .content > div.product.has-post-thumbnail .summary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
  .single-product .content > div.product.has-post-thumbnail .summary {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.single-product.woocommerce table.shop_attributes {
  border: 1px solid #047272;
  border-radius: 0;
  border-collapse: separate !important;
}

.single-product.woocommerce table.shop_attributes tbody {
  border-bottom: none;
}

.single-product.woocommerce table.shop_attributes thead tr {
  color: #fff;
  background-color: #047272;
  border-radius: 5px;
}

.single-product.woocommerce table.shop_attributes thead tr th, .single-product.woocommerce table.shop_attributes thead tr td {
  color: #fff;
}

.single-product.woocommerce table.shop_attributes tr {
  background-color: #f2f2f2;
}

.single-product.woocommerce table.shop_attributes tr:nth-of-type(2n) {
  background-color: #0000;
}

.single-product.woocommerce table.shop_attributes th, .single-product.woocommerce table.shop_attributes td {
  text-align: left;
  text-transform: unset;
  border-bottom: none;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
}

.single-product .related.products > h2, .single-product .ced > h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
  .single-product .related.products > h2, .single-product .ced > h2 {
    margin-bottom: 2.1875rem;
  }
}

.single-product .flex-entry .attachment-woocommerce_thumbnail {
  width: 100%;
}

.single-product .breadcrumb {
  max-width: 1452px;
  margin: 20px auto;
  font-family: roc-grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .single-product .breadcrumb {
    margin: 20px 15px;
    font-size: 16px;
  }
}

.single-product .content-sidebar-wrap {
  margin-top: 0;
}

.single-product.woocommerce img.u-object-fit, .single-product.woocommerce-page img.u-object-fit {
  height: 100%;
}

.woocommerce div.product form.cart .variations {
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .custom-product-gallery {
    flex-wrap: wrap;
    display: flex;
  }
}

.custom-product-gallery-image {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .custom-product-gallery .f1-slider {
    flex: 0 calc(100% - 215px);
    order: 2;
    max-width: calc(100% - 215px);
    padding: 0 5px;
  }
}

.custom-product-gallery .f2-slider {
  margin-top: 15px;
  margin-bottom: 1.875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .custom-product-gallery .f2-slider {
    flex: 0 215px;
    order: 1;
    max-width: 215px;
    height: 600px;
    margin: 0;
    overflow: hidden;
  }
}

.custom-product-gallery .f2-slider .swiper-slide {
  height: 30vw;
  margin: 0 15px 0 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .custom-product-gallery .f2-slider .swiper-slide {
    flex: 0 0 215px;
    max-width: 215px;
    height: 33%;
    margin: 0 0 15px;
    width: 100% !important;
  }
}

.custom-product-gallery .f2-slider .swiper-slide img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.swiper-next__custom {
  color: #fff;
  z-index: 1;
  text-align: center;
  background-color: #04727299;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.375rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.swiper-next__custom i {
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .swiper-next__custom {
    width: 100%;
    height: auto;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .swiper-next__custom {
    padding: 15px;
    font-size: 16px;
  }

  .swiper-next__custom i {
    transform: rotate(-90deg);
  }
}

.woocommerce a.button, .woocommerce a.button.add_to_cart_button, .woocommerce div.product form.cart .button {
  color: #fff;
  background: #047272;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: .9375rem 1.25rem;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.125rem;
}

.woocommerce a.button i, .woocommerce a.button.add_to_cart_button i, .woocommerce div.product form.cart .button i {
  margin-left: 15px;
}

@media screen and (min-width: 992px) {
  .woocommerce a.button, .woocommerce a.button.add_to_cart_button, .woocommerce div.product form.cart .button {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce a.button, .woocommerce a.button.add_to_cart_button, .woocommerce div.product form.cart .button {
    margin-bottom: 1.25rem;
  }
}

.paypal-button-tagline .paypal-button-text {
  display: none !important;
}

.paypal-button.paypal-button-shape-rect {
  border-radius: 15px;
  height: 63px;
}

.woocommerce-loop-product__title {
  font-size: 1.125rem;
}

.attachment-woocommerce_thumbnail {
  width: 100%;
  margin-bottom: 1.875rem;
}

.swiper-next, .swiper-prev {
  box-shadow: none;
  background-color: #0000;
}

@media screen and (min-width: 992px) {
  .single-product-section .product {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
    display: grid;
  }
}

.woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .woocommerce-page div.product div.images {
    grid-column: span 8 / span 8;
  }

  .woocommerce-page div.product div.summary {
    grid-column: span 5 / span 5;
  }
}

.woocommerce-product-attributes-item--attribute_version {
  display: none;
}

.title-rows {
  z-index: 2;
  position: relative;
}

.title-rows .js-prlx {
  width: 100%;
  max-width: 30vw;
  position: absolute;
  top: 30%;
  left: -5vw;
}

@media screen and (min-width: 1400px) {
  .title-rows .js-prlx {
    max-width: 25vw;
  }
}

.title-rows h2 {
  margin-bottom: 1.5625rem;
  font-size: 10vw;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .title-rows h2 {
    font-size: 8vw;
  }
}

.title-rows__row {
  display: block;
}

.title-rows__row span {
  z-index: 1;
  position: relative;
}

.title-rows__row span:after {
  content: "";
  z-index: -1;
  opacity: 1;
  transform-origin: 0%;
  background: #60cccc;
  width: 100%;
  height: 8%;
  transition: transform .8s cubic-bezier(.2, 1, .3, 1);
  position: absolute;
  bottom: 27%;
  left: 0;
  transform: scale3d(0, 1, 1);
}

.title-rows__row span.active:after {
  transform: scale3d(1, 1, 1);
}

.title-rows__row-3 {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .title-rows-medium {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.with-title-rows-small .title-rows h1 {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .with-title-rows-small .title-rows h1 .title-rows__row-2 {
    transform: translateX(10%);
  }
}

.image-cta__image {
  height: 100%;
}

.image-cta .row {
  margin: 0;
}

.image-cta .row .col-md-6, .image-cta .row .col-lg-3, .image-cta .row .col-lg-9 {
  padding: 0;
}

.image-cta__text {
  padding: 1.875rem 1.25rem;
}

.image-cta__text--inner {
  width: 100%;
  max-width: 720px;
}

@media screen and (min-width: 768px) {
  .image-cta__text {
    padding: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .image-cta__text {
    padding: 2.5rem 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .image-cta__text {
    padding: 3.125rem 2.5rem;
  }
}

.image-cta__text * {
  color: #fff;
}

.image-cta__text--cta {
  margin-top: 2.5rem;
}

.intro-content__text {
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .intro-content__text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .intro-content__text {
    font-size: 1.375rem;
  }
}

.intro-content__text a:not(.button) {
  color: #60cccc;
  font-weight: 600;
}

.is-desktop .intro-content__text a:not(.button):hover {
  text-decoration: underline;
}

.icon-block p {
  font-size: 1.125rem;
}

.video-and-text__text p {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .video-and-text__text p {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 992px) {
  .video-and-text__text p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .video-and-text__text p {
    font-size: 1.625rem;
  }
}

.play-button {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 2.375rem;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-and-image {
  position: relative;
}

.text-and-image ul {
  list-style-type: disc;
}

.text-and-image ul li {
  list-style-position: inside;
}

.text-and-image__image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .text-and-image__text {
    width: 130%;
    margin-right: -30%;
  }

  .text-and-image__block:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .text-and-image__block:nth-of-type(2n) .text-and-image__text {
    margin-right: unset;
    margin-left: -30%;
  }
}

.text-and-image__block:last-child {
  margin-bottom: 0;
}

.video-block__video {
  padding-bottom: 57%;
  position: relative;
}

.play-icon {
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .play-icon {
    max-width: 120px;
  }
}

@media screen and (min-width: 1400px) {
  .play-icon {
    max-width: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .play-icon {
    max-width: 180px;
  }
}

.basic-content .container {
  max-width: 1060px !important;
}

.basic-content img {
  width: 100%;
  margin: 1.875rem 0;
}

@media screen and (min-width: 992px) {
  .basic-content img {
    margin: 2.5rem 0;
  }
}

.basic-content a:not(.button) {
  color: #60cccc;
  font-weight: 600;
}

.is-desktop .basic-content a:not(.button):hover {
  text-decoration: underline;
}

.basic-content p {
  line-height: 1.8;
}

.basic-content ul li, .basic-content ol li {
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .basic-content ul li, .basic-content ol li {
    font-size: 1.25rem;
  }
}

.basic-content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.basic-content ul li::marker {
  color: #60cccc;
}

.basic-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.basic-content ol li::marker {
  color: #60cccc;
}

.testimonial-section__quote {
  display: block;
}

@media screen and (min-width: 1400px) {
  .testimonial-section__quote {
    text-transform: uppercase;
    font-family: roc-grotesk, sans-serif;
    font-size: 18.75rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    border-bottom: 1px solid #60cccc;
  }
}

.contact textarea {
  height: 150px;
}

.contact p {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .contact p {
    font-size: 1.25rem;
  }
}

.contact__details {
  border-top: 1px solid #60cccc;
  padding-top: 1.875rem;
}

.contact__details p a {
  margin-bottom: .3125rem;
  display: block;
}

.contact__details p a i {
  color: #60cccc;
  margin-right: .5rem;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:inset-0 {
    inset: 0;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[100vh\] {
    height: 100vh;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[700px\] {
    min-height: 700px;
  }

  .md\:min-h-\[75vh\] {
    min-height: 75vh;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[100px\] {
    max-width: 100px;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:absolute.u-object-fit {
    top: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-\[100px\] {
    max-height: 100px;
  }

  .lg\:max-w-\[120px\] {
    max-width: 120px;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }
}

@media (min-width: 1200px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1400px) {
  .\32 xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32 xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=index.css.map */
