:root {
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-white: white;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-warning300: #fec84b;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary50-501: #f9f5ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.aaa {
  z-index: 5000;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.padding-vertical.padding-large-copy {
  background-color: #fff;
  padding: 50px 3%;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  justify-content: center;
  display: flex;
}

.margin-top.margin-small {
  margin-top: 1.25rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-align-center {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #6f263d;
  justify-content: center;
  align-items: center;
  padding: 6px 5%;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-banner {
  color: #fff;
  background-color: #642eff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.text {
  color: #fff;
  font-family: Lato, sans-serif;
}

.text.color-black {
  color: #000;
}

.text.color-black._12px {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

._16px {
  font-size: 1rem;
}

._12px {
  font-size: .8rem;
}

.section.background-color-black {
  background-color: #6f263d;
  padding-top: 20px;
}

.section.background-color-black.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section.background-color-black {
  background-color: #d0e7e2;
  padding-top: 20px;
}

.section.background-color-black.hide-mobile-landscape {
  background-color: #d0e7e2;
  padding-top: 0;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding: .6875rem 1.125rem;
  display: flex;
}

.logo-wrapper {
  max-width: 7rem;
}

.main-button {
  font-variation-settings: "wght"700;
  text-transform: uppercase;
  background-color: #ffa41d;
  border-radius: 2px;
  padding: 10px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.1875rem;
  line-height: 19px;
  transition: all .3s;
}

.main-button:hover {
  background-color: #f99111;
}

.hero-padding-section {
  padding: 3.75rem 1.25rem;
}

.bg-image {
  background-image: url('../images/Hikers-banner-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.div-block {
  font-variation-settings: "wght"700;
  background-color: #000;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: Oswald variablefont wght, sans-serif;
  text-decoration: none;
}

.hero-heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 35px;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.hero-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  font-variation-settings: "wght"700;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding: 14px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.1875rem;
  transition: all .3s;
  display: flex;
}

.hero-button:hover {
  background-color: #f99111;
}

.image {
  max-width: 2.3rem;
}

.hero-sectionn {
  min-height: 467px;
  align-items: center;
  display: flex;
}

.hero-sectionn.bg-image.text-color-white {
  background-image: url('../images/Listicle-2-Hero-15.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.sec2-padding {
  padding: 0 20px;
}

.bg-gray {
  background-color: #f1f1f1;
}

.max-1240px {
  max-width: 77.5rem;
}

.max-1080px {
  max-width: 1080px;
}

.div-block-5 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: none;
}

.heading {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-logo {
  max-width: 9.0625rem;
}

.sec3-padding {
  padding: 40px 20px 70px;
}

.max-830px {
  max-width: 51.875rem;
}

.div-block-7 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 376px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f1f1;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 28px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: grid;
}

.heading-3 {
  color: #6a0b33;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 4.375rem;
  line-height: 70px;
}

.image-3 {
  display: none;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 24px;
}

.div-block-10 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  display: flex;
}

.sec4-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.uui-testimonial06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial06_arrow {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow:hover {
  background-color: var(--untitled-ui-gray50-501);
}

.uui-testimonial06_logo {
  max-height: 3rem;
}

.uui-testimonial06_divider {
  width: 1px;
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.uui-testimonial06_client-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial06_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial06_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial06_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.uui-testimonial06_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial06_content {
  max-width: 34.375rem;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial06_component {
  height: auto;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

._18px {
  font-size: 1.125rem;
}

.heading-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.sec5-padding {
  padding: 14px 20px;
}

.max-1180px {
  max-width: 73.75rem;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.sec6-padding {
  padding: 40px 20px 70px;
}

.max-1010px {
  max-width: 63.125rem;
}

.uui-heroheader05_image-blob {
  z-index: -1;
  width: 34rem;
  height: auto;
  color: var(--untitled-ui-gray50-501);
  position: absolute;
  top: 12%;
}

.uui-heroheader05_image-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: .75rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui-primary50-501);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader05_component {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-3 {
  font-size: 1.125rem;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 21px;
}

.div-block-14 {
  display: flex;
}

.yellow-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  font-variation-settings: "wght"700;
  text-transform: uppercase;
  background-color: #ffa41d;
  border-radius: 2px;
  align-items: center;
  padding: 14px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.1875rem;
  transition: all .3s;
  display: flex;
}

.yellow-button:hover {
  background-color: #000;
}

.sec-7-padding {
  padding: 50px 20px 78px;
}

.max-900px {
  max-width: 900px;
}

.heading-6 {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.5625rem;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-7 {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: .9rem;
}

.div-block-19 {
  margin-top: 110px;
}

.image-5 {
  max-width: 22px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  display: flex;
}

.div-block-22 {
  width: 1px;
  background-color: #fff;
}

.image-6 {
  max-width: 30px;
}

.image-6-copy {
  max-width: 44px;
  max-width: 42px;
}

.body {
  font-family: Lato, sans-serif;
}

.paragraph {
  line-height: 18px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.image-4-copy {
  width: 30px;
  width: 23px;
}

.logos {
  width: 30px;
}

.testimonial-logo2 {
  max-width: 5.1875rem;
}

.confident-heading {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.5625rem;
}

.uui-testimonial06_slide-copy {
  width: 33.3333%;
}

.uui-testimonial06_slide-nav-copy {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.uui-testimonial06_component-copy {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.testimonial-slide {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-content {
  max-width: 34.375rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-heading {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.5625rem;
}

.div-block-2-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.highlighted-text {
  color: #fff;
  font-family: Lato, sans-serif;
}

.highlighted-text.color-black {
  color: #000;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logo-loop_inner {
  display: flex;
}

.marquees-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.main-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kefir {
  font-size: 1rem;
}

.kefir._24px {
  font-size: 1.5rem;
}

.uui-logos04_list {
  width: 175rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: start;
  display: flex;
}

.uui-logo-loop_component {
  overflow: hidden;
}

.hide-desktop-and-tablet {
  display: none;
}

.text-block-5, .text-block-6 {
  line-height: 19px;
}

.crew-paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.image-2, .image-7, .image-8, .image-9 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-2 {
  display: block;
}

.text-2._14-23px {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2._14-23px.text-color-black {
  color: #2f2f34;
}

.text-2._14-23px.text-color-black.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2._15-28px {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-2._15-28px.text-color-black {
  color: #2f2f34;
}

.text-2._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.uui-footer07_link {
  color: #475467;
  text-align: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: #344054;
}

.image-10 {
  width: 25rem;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: flex;
}

.uui-logo_component {
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.uui-logo_logotype {
  width: 11.25rem;
  height: auto;
  max-width: 50%;
  flex: 0 auto;
}

.padding-10px {
  padding-top: 10px;
}

.div-links {
  grid-column-gap: 10px;
  display: flex;
}

.remobe-footer-link {
  text-decoration: none;
}

.padding-19px {
  padding-top: 1.1875rem;
}

.uui-footer07_logo-link {
  margin-bottom: 0;
  padding-left: 0;
}

.image-11 {
  width: 25rem;
}

.text-block-7, .text-block-8 {
  color: #fff;
  text-decoration: underline;
}

.image-12 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.bold-text-3 {
  color: #6a0b33;
  -webkit-text-stroke-color: #faa21b;
}

.button-2 {
  color: #fff;
  background-color: #6f263d;
  border-radius: 40px;
  margin-top: 0%;
  padding: 10px 22px 14px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.2rem;
}

.main-button-2 {
  text-transform: uppercase;
  background-color: #6f263d;
  border-radius: 40px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19px;
  transition: all .3s;
}

.main-button-2:hover, .main-button-2:active {
  background-color: #000;
}

.button-2-copy {
  color: #fff;
  background-color: #6f263d;
  border-radius: 40px;
  margin-top: 0%;
  padding: 10px 22px 14px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.2rem;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.bold-text-7, .bold-text-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.bold-text-13 {
  font-weight: 400;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 600;
}

.bold-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-3-mobile, .image-3-mobile2, .image-3-mobile2-copy-copy {
  display: none;
}

.padding-large-2 {
  background-color: #fff;
  padding: 3rem;
}

.padding-large-2.padding-horizontal {
  background-color: #fff;
}

.social {
  border: .0625rem solid #000;
  border-radius: .625rem;
  justify-content: space-around;
  padding: .5rem;
  display: none;
}

.flex {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #17242c;
  border-top: .375rem solid #16b899;
}

.bold-text-68 {
  color: #fff;
}

.main-grid {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.paragraph-2 {
  font-size: 1.75rem;
}

.paragraph-2._20px {
  font-size: 1.25rem;
}

.paragraph-2._20px.text-color-gainsboro {
  color: #fff;
  font-size: 1.125rem;
}

.paragraph-2._20px.hide-mobile-landscape {
  display: none;
}

.paragraph-2._15px {
  font-size: .9375rem;
}

.paragraph-2._16px {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.paragraph-2._13px {
  font-size: .8125rem;
}

.paragraph-2._18px {
  font-size: 1.125rem;
}

.padding-section-2 {
  padding: 3rem;
}

.text-block-10 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.div-block-23 {
  width: 1.5rem;
  height: .5rem;
  background-color: #000;
}

.div-block-24 {
  z-index: 1;
  width: 60%;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 6%;
}

.div-block-25 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-26 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.image-14 {
  max-width: 50%;
  min-width: auto;
  border: 10px solid #000;
  border-radius: 0;
  margin-left: -5.625rem;
}

.line-btw-3px {
  height: .1875rem;
  background-color: #16b899;
}

.text-block-11 {
  color: #000;
  font-size: 1.5625rem;
}

.line-v-btw {
  width: .0625rem;
  background-color: #000;
}

.social-elem {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding: .375rem;
  display: flex;
}

.div-block-copy {
  z-index: 1;
  width: 60%;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.review {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #6b6e74;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-6-mobile4 {
  max-width: 35%;
  object-fit: contain;
  display: none;
}

.relative {
  position: relative;
}

.image-6-mobile3 {
  max-width: 35%;
  object-fit: contain;
  display: none;
}

.container-2 {
  max-width: 64.375rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-2 {
  color: #fff;
  background-color: #17242c;
  border-bottom: .375rem solid #16b899;
}

.alpha-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  color: #000;
  transform-style: preserve-3d;
  background-color: #212121;
  border-radius: .3125rem;
  margin-bottom: 15px;
  padding: 2rem 1.875rem;
  display: flex;
  position: relative;
}

.bold-text-69 {
  font-weight: 900;
}

.div-block-27 {
  width: .0625rem;
  background-color: #ded7d2;
}

.link {
  color: #000;
  text-decoration: underline;
}

.div-block-28 {
  width: 7.75rem;
  height: .5rem;
  display: flex;
  overflow: hidden;
}

.justify-align-space-btw {
  justify-content: space-between;
  display: flex;
}

.profile {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  align-items: center;
  display: flex;
}

.div-block-29 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: flex-start;
  display: flex;
}

.main-btn {
  color: #fff;
  text-align: center;
  background-color: #faa21b;
  padding: .75rem .2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.div-block-30 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
}

.image-15 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.image-16 {
  position: absolute;
  top: -2.1875rem;
  bottom: auto;
  left: 3%;
  right: auto;
}

.onint-pro-content {
  z-index: 1;
  width: 80%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-18 {
  max-width: 35%;
  object-fit: contain;
}

.heading-8 {
  font-size: 2.5rem;
  font-weight: 900;
}

.heading-8._26px {
  font-size: 1.625rem;
}

.heading-8._32px {
  font-size: 2rem;
}

.heading-8._32px.text-color-white {
  font-size: 1.75rem;
}

.heading-8._32px.hide-desktop {
  display: none;
}

.alpha {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  transform-style: preserve-3d;
  background-color: #7da1bb;
  border-radius: .3125rem;
  margin-bottom: 15px;
  padding: 1rem 1.875rem;
  display: flex;
  position: relative;
}

.bold-text-65 {
  color: #fff;
}

.onnit-section {
  width: 90%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: .1875rem solid #000;
  border-radius: .625rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  padding: 2.75rem 1.625rem;
  display: flex;
  position: relative;
}

.padding-small-2 {
  padding: 1rem;
}

.div-block-10-copy-copy {
  color: #fff;
  background-color: #17242c;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px .0625rem .0625rem #000;
}

.line-btw-7px {
  height: .4375rem;
  background-color: #16b899;
}

.line-btw-7px._95px {
  max-width: 5.9375rem;
  position: relative;
  top: -.375rem;
}

.main-btn-copy {
  color: #000;
  text-align: center;
  background-color: gold;
  padding: .75rem .2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.main-btn-copy.hide-mobile-landscape {
  color: #fff;
  background-color: #faa21b;
  padding-left: .7rem;
  padding-right: .7rem;
}

.rating {
  margin-top: auto;
  margin-bottom: auto;
}

.rating.transparent {
  opacity: 0;
}

.bold-text-70 {
  font-weight: 400;
}

.padding-20px {
  padding: 1.25rem;
}

.div-block-10-copy {
  color: #fff;
  background-color: #17242c;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px .0625rem .0625rem #000;
}

.div-block-31 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  display: flex;
}

.div-block-32 {
  color: #fff;
  background-color: #212121;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-10-copy-2 {
  color: #fff;
  background-color: #17242c;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px .0625rem .0625rem #000;
}

.div-block-33 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  display: flex;
}

.div-block-34 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.heading-9 {
  font-size: 2.5rem;
  font-weight: 900;
}

.heading-9._26px {
  font-size: 1.625rem;
}

.brand-icons_head-wrapper {
  align-items: center;
  display: flex;
}

.grey-divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 88, 83, .25);
}

.text-size-medium-2-copy-2 {
  font-size: 1.1rem;
}

.text-size-medium-2-copy-2.brand-icon {
  text-align: center;
  white-space: nowrap;
  margin: 0 15px;
  font-family: Montserrat, sans-serif;
}

.brand-icon_grid-div-4 {
  max-width: 90%;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-115 {
  max-width: 160%;
}

.icons2-2 {
  max-width: 70%;
  color: #2b1a1a;
}

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

.container-large-7 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.image-116 {
  max-width: 125%;
}

.icons3-2 {
  max-width: 90%;
  color: #2b1a1a;
  object-fit: contain;
}

.icons-3 {
  max-width: 60%;
  color: #2b1a1a;
}

.icons4-2-copy {
  max-width: 160%;
  color: #2b1a1a;
  object-fit: contain;
}

.image-117 {
  max-width: 125%;
}

.aaaadaad-4 {
  z-index: 5000;
  background-color: #f0efef;
  padding: 3rem 0;
  display: block;
  position: relative;
}

.icons4-2 {
  max-width: 90%;
  color: #2b1a1a;
  object-fit: contain;
}

.bold-text-77 {
  color: #fff;
  font-size: 1rem;
}

.image-118 {
  max-width: 60%;
}

.image-118-mobile, .image-118-mobile2 {
  max-width: 60%;
  display: none;
}

.bold-text-78 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.bold-text-79 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 24px;
}

.div-block-35 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.logos-2 {
  width: 30px;
}

.div-block-36 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-80 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.bold-text-81 {
  font-family: Montserrat, sans-serif;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: grid;
}

.text-block-13 {
  color: #000;
}

.bold-text-82 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-38 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 376px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-39 {
  display: flex;
}

.image-119 {
  display: none;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: grid;
}

.image-120 {
  width: 25rem;
}

.text-block-15 {
  font-size: 1.125rem;
}

.bold-text-84, .bold-text-85 {
  font-weight: 400;
}

.heading-10 {
  color: #6f263d;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 4.375rem;
  line-height: 70px;
}

.container-large-8 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: none;
}

.image-121 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.div-block-42 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  display: flex;
}

.hero-heading-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 35px;
}

.div-block-43 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f1f1;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.navbar-3 {
  justify-content: space-between;
  align-items: center;
  padding: .6875rem 1.125rem;
  display: flex;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 30px;
}

.div-block-44 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.image-122 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.image-4-copy-2 {
  width: 30px;
}

.bold-text-86 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.icons3-3 {
  max-width: 90%;
  color: #2b1a1a;
  object-fit: contain;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.div-links-2 {
  grid-column-gap: 10px;
  color: #6f263d;
  display: flex;
}

.heading-13 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.bold-text-87 {
  color: #6f263d;
  -webkit-text-stroke-color: #faa21b;
}

.icons4-3 {
  max-width: 90%;
  color: #2b1a1a;
  object-fit: contain;
}

.text-3 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.text-3.color-black {
  color: #000;
}

.text-3.color-black._12px {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.bold-text-88 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.image-123 {
  max-width: 60%;
}

.icons-4 {
  max-width: 60%;
  color: #2b1a1a;
}

.icons2-3 {
  max-width: 70%;
  color: #2b1a1a;
}

.image-124, .image-125 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.sec5-padding-2 {
  padding: 14px 20px;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.image-126 {
  width: 30px;
}

.bold-text-89 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.div-block-46 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.div-block-47 {
  font-variation-settings: "wght"700;
  background-color: #000;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: Oswald variablefont wght, sans-serif;
  text-decoration: none;
}

.image-127 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.uui-testimonial06_arrow-2 {
  width: 3.5rem;
  height: 3.5rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow-2:hover {
  background-color: #f9fafb;
}

.hero-sectionn-copy {
  min-height: 467px;
  align-items: center;
  display: flex;
}

.hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white {
  background-image: url('../images/Listicle-2-Hero-15.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.hero-sectionn-copy.bg-image-copy.text-color-white-copy {
  background-image: url('../images/Listicle-2-Hero-6.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.section-copy.background-color-black {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy.background-color-black.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy.background-color-black {
  background-color: #d0e7e2;
  padding-top: 20px;
}

.section-copy.background-color-black.hide-mobile-landscape {
  background-color: #d0e7e2;
  padding-top: 0;
}

.section-copy.background-color-black-copy {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy.background-color-black-copy.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.text-2-copy {
  display: block;
}

.text-2-copy._14-23px {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2-copy._14-23px.text-color-black {
  color: #2f2f34;
}

.text-2-copy._14-23px.text-color-black.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._15-28px {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-2-copy._15-28px.text-color-black {
  color: #2f2f34;
}

.text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.text-2-copy._15-28px.text-color-black-copy {
  color: #2f2f34;
}

.text-2-copy._15-28px.text-color-black-copy.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black-copy.text-weight-medium-copy.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.text-2-copy._15-28px.text-color-black-copy.text-weight-medium-copy.remobe-footer-link-copy {
  color: #fff;
  text-decoration: none;
}

.text-2-copy._15-28px-copy {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-2-copy._15-28px-copy.text-color-black {
  color: #2f2f34;
}

.text-2-copy._15-28px-copy.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.text-2-copy._15-28px-copy.text-color-black-copy {
  color: #2f2f34;
}

.text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium-copy.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium-copy.remobe-footer-link-copy {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-2-copy {
  display: block;
}

.text-2-copy._14-23px {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2-copy._14-23px.text-color-black {
  color: #2f2f34;
}

.text-2-copy._14-23px.text-color-black.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._15-28px {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-2-copy._15-28px.text-color-black {
  color: #2f2f34;
}

.text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.text-2-copy._14-23px-copy {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2-copy._14-23px-copy.text-color-black {
  color: #2f2f34;
}

.text-2-copy._14-23px-copy.text-color-black.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._14-23px-copy.text-color-black-copy {
  color: #2f2f34;
}

.text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium-copy {
  color: #fff;
  font-weight: 400;
}

.text-2-copy {
  display: block;
}

.text-2-copy._14-23px {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2-copy._14-23px.text-color-black {
  color: #2f2f34;
}

.text-2-copy._14-23px.text-color-black.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._15-28px {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-2-copy._15-28px.text-color-black {
  color: #2f2f34;
}

.text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  color: #6f263d;
  text-decoration: none;
}

.text-2-copy._14-23px-copy {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2-copy._14-23px-copy.text-color-black {
  color: #2f2f34;
}

.text-2-copy._14-23px-copy.text-color-black.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._14-23px-copy.text-color-black-copy {
  color: #2f2f34;
}

.text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium {
  color: #fff;
  color: #6f263d;
}

.text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium-copy {
  color: #fff;
}

.uui-logo_logotype-copy {
  width: 11.25rem;
  height: auto;
  max-width: 50%;
  flex: 0 auto;
}

.section-copy.background-color-black {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy.background-color-black.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy.background-color-black {
  background-color: #d0e7e2;
  padding-top: 20px;
}

.section-copy.background-color-black.hide-mobile-landscape {
  background-color: #d0e7e2;
  padding-top: 0;
}

.section-copy.background-color-black-copy {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black-copy.hide-mobile-landscape-copy {
  background-color: #6f263d;
  padding-top: 0;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.uui-logo-loop_component-copy {
  overflow: hidden;
}

.section-copy.background-color-black {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy.background-color-black.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy.background-color-black {
  background-color: #d0e7e2;
  padding-top: 20px;
}

.section-copy.background-color-black.hide-mobile-landscape {
  background-color: #d0e7e2;
  padding-top: 0;
}

.section-copy.background-color-black-copy {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy.background-color-black-copy.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy.background-color-black-copy.hide-desktop-and-tablet-copy {
  display: none;
}

.heading-4-copy, .heading-14 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.heading-15, .heading-16, .heading-17 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.section-copy-copy.background-color-black {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy-copy.background-color-black.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy-copy.background-color-black {
  background-color: #d0e7e2;
  padding-top: 20px;
}

.section-copy-copy.background-color-black.hide-mobile-landscape {
  background-color: #d0e7e2;
  padding-top: 0;
}

.section-copy-copy.background-color-black-copy {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy-copy.background-color-black-copy.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy-copy.background-color-black-copy.hide-desktop-and-tablet-copy {
  display: none;
}

.section-copy-copy.background-color-black-copy-copy {
  background-color: #6f263d;
  padding-top: 20px;
}

.section-copy-copy.background-color-black-copy-copy.hide-mobile-landscape {
  background-color: #6f263d;
  padding-top: 0;
}

.section-copy-copy.background-color-black-copy-copy.hide-desktop-and-tablet-copy, .section-copy-copy.background-color-black-copy-copy.hide-desktop-and-tablet-copy-copy {
  display: none;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -6%;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.div-block-141 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.full-width-grid {
  z-index: 800;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f9fb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
  position: relative;
}

.image-112 {
  border-radius: 20px;
}

.icons-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-banner_rating {
  font-size: 1.125rem;
}

.div-block-142 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.different-image {
  width: 45%;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.faq_dropdown {
  z-index: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.custom_small-stars {
  color: #000;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
}

.faq-section-container {
  background-color: #fff;
  padding: 3rem 2.5rem;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.main-banner_content-inner-3 {
  margin-right: 40px;
}

.info-drink_split-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-drink_split-copy.second-copy {
  margin-top: 4rem;
}

.image-128 {
  max-width: 50%;
}

._3rem-headline {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 44px;
}

.hero-section-desktop {
  z-index: 1000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.text-weight-medium-2.text-size-medium.text-align-center {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.different-split {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing_checkpoint-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.image-129 {
  max-width: 50%;
}

.max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.square-hero {
  width: 100%;
  text-align: center;
  object-fit: contain;
  display: block;
}

.steps_div-2 {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 5%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

.column-11 {
  text-align: center;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -6%;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.checkpoint_image {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

._3rem-headline-copy {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 44px;
}

.text-align-center-3-copy-copy {
  text-align: center;
  padding-top: 5px;
  padding-right: 0;
  font-size: .85rem;
}

.image-130 {
  max-width: 50%;
}

._w-100 {
  width: 100%;
  max-width: 100%;
}

.large-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.large-heading.text-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.image-500-500 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icons2-4 {
  max-width: 70%;
  color: #2b1a1a;
}

.div-block-144 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.pricing_main {
  max-width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.hero-section-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 44px;
}

.pricing_checkpoint {
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.text-size-medium-4 {
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-4.text-weight-semibold {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.margin-vertical-copy {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical-copy.margin-small-copy {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
}

.main-banner_stars {
  color: #faa707;
}

.icons3-4 {
  max-width: 90%;
  color: #2b1a1a;
  object-fit: contain;
}

.section-footer {
  background-color: #e7a227;
}

.faq_dropdown-list {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.differetnt_contact {
  width: 50%;
}

.down-image {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
}

.faq_-div {
  margin-bottom: 15px;
}

.paragraph-1136 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.info-drink_split-copy-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.timer-mobile {
  text-align: center;
  background-color: #fff6e7;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  display: none;
}

.text-size-small-2 {
  color: #000;
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold {
  text-transform: uppercase;
  font-weight: 500;
}

.finalll-2-copy {
  color: #c00e0e;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: line-through;
}

.text-align-center-3-copy {
  text-align: center;
  padding-top: 5px;
  padding-right: 0;
  font-size: .85rem;
}

._3rem-headline-left-alignment {
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.info-drink_image {
  width: 45%;
}

.info-drink_image.right-shift {
  justify-content: flex-end;
  display: flex;
}

.text-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: block;
}

.text-4._14px {
  text-align: center;
  margin-bottom: 15px;
}

.final-ss-2-copy {
  color: #c00e0e;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: line-through;
}

.column-12 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-27-copy {
  width: 50%;
  height: 71%;
  max-height: 100px;
  max-width: 100%;
}

.bold-text-24 {
  padding-right: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.info-drink_split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-drink_split.second {
  margin-top: 4rem;
  display: none;
}

.column-20 {
  justify-content: center;
  display: flex;
}

.wide-hero-1000-666-copy-copy {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.icons-text {
  color: #000;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-weight-bold-3-transp {
  color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-weight-bold-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.aaaadaad-5 {
  z-index: 5000;
  background-color: #f0efef;
  padding: 3rem 2.5rem;
  display: block;
  position: relative;
}

.page-wrapper-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.bold-text-72 {
  font-family: Montserrat, sans-serif;
}

.final-ss-2 {
  color: #1ba02f;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.bold-text-61 {
  color: #000;
}

.bundle-2 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  padding-bottom: 0;
}

.steps_icon-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bold-text-28 {
  color: #000;
  font-size: .85rem;
  font-weight: 400;
}

.offer-section {
  background-color: #ffd996;
}

.check-text {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.check-img {
  max-width: 1.5rem;
}

.check-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.check-wrapper.to_right {
  justify-content: flex-end;
  margin-bottom: 5px;
}

.exepert {
  padding-left: 0;
  padding-right: 0;
}

.exepert.padding-large-copy {
  z-index: 5000;
  background-color: #fff;
  padding: 50px 3%;
  display: none;
  position: relative;
}

.text-size-regular-2 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-size-regular-2.text-align-center {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.container-medium-2 {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.width-100-9 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.text-5 {
  font-size: 1rem;
}

.text-5.center-in-tablet-copy {
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-5.center-in-tablet {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.navbar-navlink-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .875rem;
  font-weight: 600;
}

.navbar-navlink-2:hover {
  color: #930f19;
}

.coffee-home-div {
  max-width: 23.75rem;
}

.padding-global-4 {
  z-index: 800;
  padding: 2rem 2.5rem;
  position: relative;
}

._3rem-section-2 {
  text-align: center;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.comparison-vertical_flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing_tag {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing_tag._1 {
  background-color: #48b496;
}

.pricing_tag._2 {
  background-color: #484ab4;
}

.icon-5 {
  width: 20px;
  height: 20px;
  color: #faa540;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coffee-at-home-grid {
  background-color: #f0efef;
  justify-content: flex-end;
  padding: 2rem;
  display: flex;
}

.coffee-at-home-grid.to-left {
  background-color: #f0efef;
  justify-content: flex-start;
}

.bold-text-50 {
  font-family: Montserrat, sans-serif;
}

.icon-4 {
  width: 1.7rem;
  height: 1.7rem;
  border: 2px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.column-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-weight-semibold-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.column-16 {
  padding-right: 0;
}

.sticky-footer-section {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.uui-heroheader01_content {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  display: flex;
}

.text-size-regular-3 {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
}

.width-100-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  color: #2b1a1a;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.custom-attribute-head-copy {
  text-align: right;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
}

.double-copy-section-container {
  z-index: 1200;
  background-color: #f0efef;
  padding: 3rem 2.5rem;
  position: relative;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
}

.sterps-icon {
  margin-bottom: 10px;
}

.info-drinkn_image-div {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  overflow: hidden;
}

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

.pricing_card-3 {
  background-color: #f7f9fb;
  border: 2px solid #aa131d;
  border-radius: 8px;
  padding: 10px;
}

.pricing_card-3.border {
  background-color: #f7f9fb;
  border-color: #aa131d;
}

.bold-text-29 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.page-padding-copy-copy {
  background-color: #fff;
  padding: 3rem 2.5rem;
}

.down-image-23 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
}

.custom_tag {
  color: #fff9ee;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.main-container-2 {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-4-copy {
  margin-top: -10px;
  font-size: .875rem;
  font-weight: 500;
}

.text-align-center-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  line-height: 20px;
}

.section-2 {
  z-index: 5000;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-151 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.cta-button {
  height: 65px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6f263d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: static;
}

.cta-button:hover {
  background-color: #80334c;
}

.steps_grid-2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-1125 {
  padding-top: 3px;
}

.steps_highlight-2 {
  color: #6f263d;
  background-color: #fff;
  border: 3px solid #6f263d;
  margin-top: 5px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.text-size-small-6 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.timer-desktop {
  text-align: center;
  background-color: #f7f4e8;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.custom-attribute-head {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.navbar-logo-left-2 {
  background-color: #fff;
}

.pricing_checkpoint-main {
  margin-top: 10px;
}

.image-500-500-copy {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-text {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.faq_dropdown_toggle {
  width: 100%;
  white-space: normal;
}

.how-to-use-component {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.pricing_main-div {
  width: 100%;
}

.main-banner_checkpoints-div-2 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.steps_icons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 3rem;
  display: grid;
}

.bold-text-26 {
  color: #000;
  font-weight: 400;
}

.margin-vertical-2 {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical-2.margin-small-copy {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.margin-vertical-2.margin-small {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
}

.main-wrapper-2 {
  color: #000;
  background-color: #fff;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-12 {
  grid-template: "."
  / 1fr 1fr 1fr;
  margin-top: 20px;
}

.columns-10 {
  z-index: 5000;
  width: 100%;
  height: 100%;
  position: relative;
}

.bold-text-60 {
  color: #000;
}

.section-16 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-1137 {
  color: #000;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.testimonial-card {
  z-index: 500;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.banner-2 {
  max-width: 100%;
  color: #fff;
  text-align: center;
  background-color: #6f263d;
  justify-content: center;
  align-items: center;
  padding: 6px 5%;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 32%;
  margin-right: 2%;
}

._3rem-section {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.how-it-works-container-2 {
  background-color: #fff;
  padding: 3rem 2.5rem;
  overflow: hidden;
}

.info-drink_content {
  width: 45%;
}

.finalll-2 {
  color: #1ba02f;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.footer-image {
  max-width: 125px;
}

.bar-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1px;
  align-items: center;
  display: flex;
}

.bar-heading.inverse {
  justify-content: flex-end;
}

.main-banner_content-3 {
  margin-left: 15px;
  margin-right: 0;
}

.heading-medium-3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium-3.text-align-center {
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.how-it-works-text-container {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-66 {
  font-family: Montserrat, sans-serif;
}

.cta-section-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-21 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-wrapper_cta-x-2 {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-91 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 44px;
}

.pricing_flex-2 {
  background-color: #f7f9fb;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.icons-5 {
  max-width: 60%;
  color: #2b1a1a;
}

.image-500-500-copy-2 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.bold-text-63 {
  font-family: Montserrat, sans-serif;
}

.custom_price-head {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.custom_price-head.added {
  color: #000;
}

.columns-11 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

.double-header-section-headline-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.faq_full {
  width: 100%;
}

.testimonial-slide-nav {
  display: none;
}

.text-block-18 {
  color: #fff;
  font-size: 14px;
}

.icons4-4 {
  max-width: 90%;
  color: #2b1a1a;
  object-fit: contain;
}

.image-132, .image-133, .image-134 {
  max-width: 50%;
}

@media screen and (min-width: 1280px) {
  .section.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .text-size-medium-2-copy-2.brand-icon {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .aaaadaad-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .icons2-3 {
    max-width: 65%;
  }

  .hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .hero-sectionn-copy.bg-image-copy.text-color-white-copy {
    background-image: url('../images/Listicle-2-Hero-6.png');
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black-copy.hide-mobile-landscape-copy, .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy-copy.background-color-black.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .section-copy-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy-copy.background-color-black-copy.hide-mobile-landscape, .section-copy-copy.background-color-black-copy-copy.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .faq-section-container {
    background-color: #fff;
    padding-top: 2rem;
  }

  .text-align-center-3-copy-copy {
    padding-top: 5px;
  }

  .image-500-500, .down-image {
    width: 100%;
  }

  .text-align-center-3-copy {
    padding-top: 5px;
  }

  ._3rem-headline-left-alignment {
    font-size: 2rem;
  }

  .bold-text-24 {
    font-size: 14px;
  }

  .wide-hero-1000-666-copy-copy {
    display: none;
  }

  .text-weight-bold-3-transp, .text-weight-bold-3 {
    color: #fff9ee;
    background-color: #fff9ee;
  }

  .aaaadaad-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .exepert.padding-large-copy {
    background-color: #fff;
  }

  .text-size-regular-2.text-align-center {
    color: #000;
  }

  ._3rem-section-2 {
    font-size: 2rem;
  }

  .width-100-2 {
    width: 100%;
  }

  .double-copy-section-container, .page-padding-copy-copy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .down-image-23 {
    width: 100%;
  }

  .text-size-small-6 {
    color: #2b1a1a;
  }

  .image-500-500-copy {
    width: 100%;
  }

  .grid-12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  ._3rem-section {
    font-size: 2rem;
  }

  .main-banner_content-3 {
    margin-left: 25px;
  }

  .image-500-500-copy-2 {
    width: 100%;
  }

  .columns-11 {
    background-color: #fff;
  }

  .double-header-section-headline-2 {
    font-size: 2rem;
  }

  .section-19 {
    z-index: 1200;
    background-color: #fff;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .padding-vertical.aaa {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .text-size-medium-2-copy-2.brand-icon {
    margin-top: 0;
  }

  .image-115 {
    max-width: 130%;
  }

  .icons2-2 {
    max-width: 75%;
  }

  .image-116 {
    max-width: 125%;
  }

  .icons3-2 {
    max-width: 100%;
  }

  .icons-3 {
    max-width: 75%;
  }

  .icons4-2-copy {
    max-width: 125%;
  }

  .image-117 {
    max-width: 130%;
  }

  .aaaadaad-4 {
    background-color: #f0efef;
  }

  .icons4-2 {
    max-width: 100%;
  }

  .image-118, .image-118-mobile2 {
    max-width: 75%;
  }

  .icons3-3, .icons4-3 {
    max-width: 95%;
  }

  .icons-4 {
    max-width: 60%;
  }

  .icons2-3 {
    max-width: 65%;
  }

  .hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .hero-sectionn-copy.bg-image-copy.text-color-white-copy {
    background-image: url('../images/Listicle-2-Hero-6.png');
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black-copy.hide-mobile-landscape-copy, .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy-copy.background-color-black.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .section-copy-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
  }

  .section-copy-copy.background-color-black-copy.hide-mobile-landscape, .section-copy-copy.background-color-black-copy-copy.hide-mobile-landscape {
    background-color: #6f263d;
  }

  .square-hero {
    display: none;
  }

  .icons2-4 {
    max-width: 75%;
  }

  .hero-section-headline {
    font-size: 2.5rem;
  }

  .icons3-4 {
    max-width: 100%;
  }

  .wide-hero-1000-666-copy-copy {
    width: 80%;
    display: block;
  }

  .text-weight-bold-3-transp {
    color: #fff;
    background-color: #fff;
  }

  .text-weight-bold-3 {
    color: #000;
    background-color: #fff;
  }

  .aaaadaad-5 {
    background-color: #f0efef;
  }

  .offer-section {
    background-color: #fff;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .double-copy-section-container {
    background-color: #f0efef;
  }

  .page-padding-copy-copy, .navbar-logo-left-2 {
    background-color: #fff;
  }

  ._3rem-section {
    font-size: 2.5rem;
  }

  .columns-9 {
    padding-top: 0;
  }

  .section-21 {
    background-color: #fff;
  }

  .pricing_flex-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icons-5 {
    max-width: 75%;
  }

  .icons4-4 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
    padding-top: 0;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .sec5-padding {
    background-color: #6f263d;
  }

  .image-2, .image-7, .image-8, .image-9, .image-12 {
    object-fit: fill;
  }

  .alpha-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    object-fit: fill;
  }

  .image-18 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .alpha {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10-copy-2 {
    display: none;
  }

  .image-19 {
    display: block;
  }

  .text-size-medium-2-copy-2.brand-icon {
    margin-top: 0;
  }

  .brand-icon_grid-div-4 {
    width: 60%;
  }

  .image-115 {
    max-width: 125%;
  }

  .icons2-2 {
    max-width: 75%;
  }

  .image-116 {
    max-width: 125%;
  }

  .icons3-2, .icons-3 {
    max-width: 100%;
  }

  .icons4-2-copy {
    max-width: 125%;
  }

  .image-117 {
    max-width: 130%;
  }

  .aaaadaad-4 {
    background-color: #f0efef;
  }

  .icons4-2 {
    max-width: 100%;
  }

  .bold-text-77 {
    font-size: 1.25rem;
  }

  .image-121, .image-122 {
    object-fit: fill;
  }

  .icons3-3, .icons4-3 {
    max-width: 100%;
  }

  .icons-4 {
    max-width: 60%;
  }

  .icons2-3 {
    max-width: 65%;
  }

  .image-124, .image-125 {
    object-fit: fill;
  }

  .sec5-padding-2 {
    background-color: rgba(111, 38, 61, 0);
  }

  .image-127 {
    object-fit: fill;
  }

  .hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .hero-sectionn-copy.bg-image-copy.text-color-white-copy {
    background-image: url('../images/Listicle-2-Hero-6.png');
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
    padding-top: 0;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black.hide-mobile-landscape {
    padding-top: 0;
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
    padding-top: 0;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy.background-color-black-copy.hide-mobile-landscape-copy, .section-copy.background-color-black.hide-mobile-landscape {
    padding-top: 0;
  }

  .section-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
    padding-top: 0;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape, .section-copy-copy.background-color-black.hide-mobile-landscape {
    padding-top: 0;
  }

  .section-copy-copy.background-color-black.hide-mobile-landscape {
    background-color: #d0e7e2;
    padding-top: 0;
  }

  .section-copy-copy.background-color-black-copy.hide-mobile-landscape, .section-copy-copy.background-color-black-copy-copy.hide-mobile-landscape {
    padding-top: 0;
  }

  .main-banner_content-inner-3 {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 60px;
  }

  .info-drink_split-copy {
    margin-left: 0;
    padding-left: 0;
  }

  ._3rem-headline {
    line-height: 44px;
  }

  .hero-section-desktop {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .square-hero {
    display: none;
  }

  .column-11 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  ._3rem-headline-copy {
    line-height: 44px;
  }

  .text-align-center-3-copy-copy {
    text-align: center;
    padding-top: 5px;
  }

  .large-heading.text-center {
    font-size: 2.5rem;
    line-height: 44px;
  }

  .image-500-500 {
    width: 100%;
  }

  .icons2-4 {
    max-width: 75%;
  }

  .hero-section-headline {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-size-medium-4.text-weight-semibold {
    color: #000;
  }

  .icons3-4 {
    max-width: 100%;
  }

  .down-image {
    width: 100%;
  }

  .paragraph-1136 {
    padding-left: 20px;
  }

  .info-drink_split-copy-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .finalll-2-copy {
    color: #c00e0e;
  }

  .text-align-center-3-copy {
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
  }

  .final-ss-2-copy {
    color: #c00e0e;
  }

  .column-12 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bold-text-24 {
    font-size: 14px;
  }

  .info-drink_split {
    margin-left: 0;
    padding-left: 0;
  }

  .wide-hero-1000-666-copy-copy {
    width: 75%;
    max-height: 50%;
    max-width: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .text-weight-bold-3 {
    color: #000;
  }

  .aaaadaad-5 {
    background-color: #f0efef;
  }

  .final-ss-2 {
    color: #43b20a;
  }

  .offer-section {
    z-index: 5000;
    background-color: #fff;
    position: relative;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .exepert.padding-large-copy {
    background-color: #fff;
  }

  .padding-global-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .as-featured-in-section {
    z-index: 5000;
    background-color: #f0efef;
    border: 0 solid #000;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
  }

  .custom-attribute-head-copy {
    font-size: 1.2rem;
  }

  .double-copy-section-container {
    background-color: #f0efef;
  }

  .pricing_card-3 {
    background-color: #f7f9fb;
  }

  .bold-text-29 {
    font-size: 20px;
  }

  .page-padding-copy-copy {
    background-color: #fff;
  }

  .down-image-23 {
    width: 100%;
  }

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

  .section-2 {
    background-color: #fff;
    margin-bottom: 0;
  }

  .paragraph-1125 {
    padding-top: 5px;
  }

  .steps_highlight-2 {
    background-color: #fff;
  }

  .timer-desktop {
    background-color: #f7f4e8;
  }

  .custom-attribute-head {
    font-size: 1.2rem;
  }

  .image-500-500-copy {
    width: 100%;
  }

  .main-banner_checkpoints-div-2 {
    font-size: 1.125rem;
  }

  .bold-text-26 {
    font-size: 16px;
  }

  ._3rem-section {
    font-size: 2.5rem;
    line-height: 44px;
  }

  .how-it-works-container-2 {
    background-color: #fff;
  }

  .finalll-2 {
    color: #43b20a;
  }

  .columns-9 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .main-banner_content-3 {
    margin-top: 0;
  }

  .cta-section-text {
    margin-bottom: 15px;
  }

  .section-21 {
    background-color: #fff;
  }

  .bold-text-91 {
    font-size: 2.5rem;
    line-height: 44px;
  }

  .icons-5 {
    max-width: 100%;
  }

  .columns-11 {
    z-index: 5000;
  }

  .double-header-section-headline-2 {
    max-width: none;
    padding-left: 20px;
  }

  .icons4-4 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-content {
    grid-template-columns: 1.75fr 1fr;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .div-block-6 {
    justify-content: space-between;
  }

  .image-3 {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-4 {
    font-size: 1rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader05_component {
    min-height: auto;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-2 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .image-7 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .image-8, .image-9 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .image-12 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .image-3-mobile, .image-3-mobile2 {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-3-mobile2-copy {
    height: 100%;
    object-fit: contain;
  }

  .image-3-mobile2-copy-copy {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-3-tab2 {
    height: 100%;
    object-fit: contain;
  }

  .padding-large-2 {
    padding: 2.5rem;
  }

  .main-grid {
    grid-template-columns: 4.6fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-2 {
    padding: 2.5rem;
  }

  .alpha-copy {
    padding: 1rem;
  }

  .image-15 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .alpha {
    padding: 1rem;
  }

  .div-block-32 {
    display: none;
  }

  .brand-icon_grid-div-4 {
    width: 100%;
  }

  .icons3-2 {
    width: 100%;
    height: 100%;
  }

  .aaaadaad-4 {
    padding-top: 20px;
  }

  .image-118, .image-118-mobile, .image-118-mobile2 {
    max-width: 100%;
  }

  .div-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-119 {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-121 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .image-122 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .icons3-3 {
    width: 100%;
    height: 100%;
  }

  .heading-13 {
    font-size: 1rem;
  }

  .image-123 {
    max-width: 100%;
  }

  .image-124 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .image-125 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .image-127 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white {
    background-image: url('../images/Listicle-2-Hero-15.png');
  }

  .hero-sectionn-copy.bg-image-copy.text-color-white-copy {
    background-image: url('../images/Listicle-2-Hero-6.png');
  }

  .heading-4-copy, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 1rem;
  }

  .testimonial-slider-left {
    left: -20px;
  }

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

  .info-drink_split-copy {
    flex-direction: column-reverse;
  }

  .info-drink_split-copy.second-copy {
    flex-direction: column;
  }

  .hero-section-desktop {
    display: block;
  }

  .square-hero {
    display: none;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-section-headline {
    text-align: left;
    margin-bottom: -20px;
    font-size: 2rem;
    line-height: 40px;
  }

  .text-size-medium-4 {
    text-align: left;
    padding-bottom: 13px;
    font-size: 1rem;
  }

  .text-size-medium-4.text-weight-semibold {
    font-size: 12px;
  }

  .margin-vertical-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .icons3-4 {
    width: 100%;
    height: 100%;
  }

  .bold-text-74 {
    font-size: .85rem;
    font-weight: 500;
  }

  .info-drink_split-copy-2 {
    flex-direction: column-reverse;
  }

  .info-drink_image {
    width: 75%;
  }

  .column-12 {
    z-index: 5000;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .bold-text-24 {
    font-size: 12px;
  }

  .info-drink_split {
    flex-direction: column-reverse;
  }

  .info-drink_split.second {
    flex-direction: column;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .wide-hero-1000-666-copy-copy {
    width: 100%;
    display: block;
  }

  .aaaadaad-5 {
    padding-top: 0;
  }

  .bold-text-72 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .paragraph-1120 {
    font-size: 16px;
  }

  .offer-section {
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .exepert {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-1122 {
    font-size: 14px;
  }

  .text-5.center-in-tablet-copy, .text-5.center-in-tablet {
    text-align: center;
  }

  .navbar-navlink-2 {
    text-align: center;
    border-top: 1px solid #2b1a1a;
  }

  .nav-menu-2 {
    background-color: #fff9ee;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .double-copy-section-container {
    padding-top: 50px;
  }

  .info-drinkn_image-div {
    max-width: none;
  }

  .page-padding-copy-copy {
    padding-top: 50px;
  }

  .down-image-23 {
    display: block;
  }

  .text-size-medium-4-copy {
    font-size: 1rem;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-banner_paragraph {
    display: block;
  }

  .steps_grid-2 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .timer-desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-use-component {
    min-height: auto;
    grid-column-gap: 3.0625rem;
    grid-row-gap: 3.0625rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-152 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .steps_icons-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-16 {
    max-width: 728px;
  }

  .testimonial-slide-wrapper {
    max-width: 49%;
  }

  .info-drink_content {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .main-banner_content-3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .double-header-section-headline-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-wrap {
    width: 100%;
  }

  .badge-banner {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    overflow: hidden;
  }

  .section.background-color-black {
    align-items: center;
  }

  .section.background-color-black.hide-desktop.hide-tablet {
    display: block;
  }

  .section.background-color-black {
    align-items: center;
  }

  .logo-wrapper {
    height: 2.1875rem;
  }

  .hero-padding-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bg-image {
    background-image: url('../images/Hikers-banner-mobile-img.webp');
  }

  .hero-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block {
    padding: 4px 8px;
  }

  .hero-heading {
    text-align: center;
    font-size: 1.25rem;
  }

  .div-block-2 {
    align-items: center;
  }

  .hero-button {
    padding: 10px 13px;
  }

  .image {
    max-width: 1.312rem;
  }

  .hero-sectionn {
    min-height: 400px;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-size: cover;
    align-items: flex-start;
  }

  .sec2-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sec3-padding {
    padding: 26px 0 30px;
  }

  .div-block-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: .625rem 15px 1.25rem;
    display: flex;
  }

  .heading-2 {
    font-size: 1.375rem;
  }

  .div-block-9 {
    grid-template-columns: 4fr .5fr;
  }

  .heading-3 {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .image-3 {
    display: none;
  }

  .text-block {
    font-size: .875rem;
  }

  .div-block-10 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec4-padding {
    padding-bottom: 28px;
  }

  .uui-testimonial06_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-testimonial06_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial06_divider {
    display: none;
  }

  .uui-heading-tiny {
    font-size: .875rem;
  }

  .uui-testimonial06_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial06_client {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial06_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .uui-testimonial06_component {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: .875rem;
  }

  .uui-heroheader05_image-blob {
    width: 120%;
    min-width: 28rem;
    top: 22%;
  }

  .uui-heroheader05_image {
    max-width: 70%;
  }

  .uui-heroheader05_image-wrapper {
    justify-content: flex-start;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader05_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: .875rem;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .div-block-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-4 {
    width: 14px;
  }

  .div-block-17 {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: .875rem;
  }

  .bold-text-2 {
    font-size: .625rem;
    line-height: 15px;
  }

  .image-4-copy {
    width: 15px;
  }

  .logos {
    width: 19px;
  }

  .uui-testimonial06_slide-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial06_slide-nav-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    display: block;
  }

  .uui-testimonial06_component-copy {
    padding-bottom: 2rem;
  }

  .testimonial-heading {
    font-size: 1.25rem;
  }

  .text-block-4 {
    font-size: .8125rem;
  }

  .highlighted-text {
    line-height: 15px;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquees-wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    width: 124rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .uui-logo-loop_component {
    height: 3rem;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    position: relative;
  }

  .hide-desktop-and-tablet {
    display: block;
  }

  .crew-paragraph {
    font-size: .8125rem;
  }

  .image-2, .image-7, .image-8, .image-9 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .text-2._14-23px.text-color-black.text-weight-medium, .text-2._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
    font-size: .8rem;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-footer07_link-list {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-logo_logotype {
    width: 9.1rem;
  }

  .image-12 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .image-3-mobile2 {
    display: none;
  }

  .padding-large-2 {
    padding: 1.5rem;
  }

  .image-13 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-grid {
    grid-template-columns: 2.6fr;
  }

  .padding-section-2 {
    padding: 1.5rem 1rem;
  }

  .div-block-23 {
    width: 25%;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .image-14 {
    margin-left: 0;
  }

  .div-block-copy {
    width: 100%;
  }

  .review {
    flex-direction: column;
    align-items: flex-end;
  }

  .alpha-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    transform: scale3d(1.1, 1, 1);
  }

  .div-block-28, .div-block-29 {
    width: 100%;
  }

  .image-15 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .onint-pro-content {
    width: 100%;
  }

  .alpha {
    text-align: center;
    flex-direction: column;
    align-items: center;
    transform: scale3d(1.1, 1, 1);
  }

  .onnit-section {
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .div-block-10-copy-copy {
    align-items: stretch;
  }

  .rating {
    width: 89%;
  }

  .div-block-10-copy, .div-block-32, .div-block-10-copy-2 {
    align-items: stretch;
  }

  .brand-icon_grid-div-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .aaaadaad-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-12 {
    font-size: .875rem;
  }

  .logos-2 {
    width: 19px;
  }

  .div-block-36 {
    align-items: center;
  }

  .div-block-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-119 {
    display: none;
  }

  .div-block-40 {
    grid-template-columns: 4fr .5fr;
  }

  .text-block-15 {
    font-size: .8rem;
  }

  .heading-10 {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .image-121 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .div-block-42 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-2 {
    text-align: center;
    font-size: 1.25rem;
  }

  .div-block-43 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: .625rem 15px 1.25rem;
    display: flex;
  }

  .heading-11 {
    font-size: 1.375rem;
  }

  .image-122 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .image-4-copy-2 {
    width: 15px;
  }

  .heading-13 {
    font-size: .875rem;
  }

  .page-wrapper-3 {
    overflow: hidden;
  }

  .image-124, .image-125 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .image-126 {
    width: 14px;
  }

  .bold-text-89 {
    font-size: .625rem;
    line-height: 15px;
  }

  .div-block-46 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-47 {
    padding: 4px 8px;
  }

  .image-127 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .uui-testimonial06_arrow-2:hover {
    background-color: #fff;
  }

  .hero-sectionn-copy {
    min-height: 400px;
  }

  .hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white-copy {
    background-size: cover;
    align-items: flex-start;
  }

  .section-copy {
    overflow: hidden;
  }

  .section-copy.background-color-black {
    align-items: center;
  }

  .section-copy.background-color-black.hide-desktop.hide-tablet {
    display: block;
  }

  .section-copy.background-color-black, .section-copy.background-color-black-copy {
    align-items: center;
  }

  .section-copy.background-color-black-copy.hide-desktop.hide-tablet {
    display: block;
  }

  .text-2-copy._14-23px.text-color-black.text-weight-medium, .text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black-copy.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black-copy.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black-copy.text-weight-medium-copy.remobe-footer-link, .text-2-copy._15-28px.text-color-black-copy.text-weight-medium-copy.remobe-footer-link, .text-2-copy._15-28px.text-color-black-copy.text-weight-medium-copy.remobe-footer-link-copy, .text-2-copy._15-28px-copy.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium-copy.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium-copy.remobe-footer-link, .text-2-copy._15-28px-copy.text-color-black-copy.text-weight-medium-copy.remobe-footer-link-copy, .text-2-copy._14-23px.text-color-black.text-weight-medium, .text-2-copy._14-23px.text-color-black.text-weight-medium, .text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._14-23px-copy.text-color-black.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium-copy, .text-2-copy._14-23px.text-color-black.text-weight-medium, .text-2-copy._14-23px.text-color-black.text-weight-medium, .text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._15-28px.text-color-black.text-weight-medium.remobe-footer-link, .text-2-copy._14-23px-copy.text-color-black.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium, .text-2-copy._14-23px-copy.text-color-black-copy.text-weight-medium-copy {
    font-size: .8rem;
  }

  .uui-logo_logotype-copy {
    width: 9.1rem;
  }

  .section-copy {
    overflow: hidden;
  }

  .section-copy.background-color-black {
    align-items: center;
  }

  .section-copy.background-color-black.hide-desktop.hide-tablet {
    display: block;
  }

  .section-copy.background-color-black, .section-copy.background-color-black-copy {
    align-items: center;
  }

  .section-copy.background-color-black-copy.hide-desktop.hide-tablet {
    display: block;
  }

  .heading-4-copy {
    font-size: .875rem;
  }

  .uui-logo-loop_component-copy {
    height: 3rem;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    position: relative;
  }

  .section-copy {
    overflow: hidden;
  }

  .section-copy.background-color-black {
    align-items: center;
  }

  .section-copy.background-color-black.hide-desktop.hide-tablet {
    display: block;
  }

  .section-copy.background-color-black, .section-copy.background-color-black-copy {
    align-items: center;
  }

  .section-copy.background-color-black-copy.hide-desktop.hide-tablet {
    display: block;
  }

  .heading-4-copy, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: .875rem;
  }

  .section-copy-copy {
    overflow: hidden;
  }

  .section-copy-copy.background-color-black {
    align-items: center;
  }

  .section-copy-copy.background-color-black.hide-desktop.hide-tablet {
    display: block;
  }

  .section-copy-copy.background-color-black, .section-copy-copy.background-color-black-copy {
    align-items: center;
  }

  .section-copy-copy.background-color-black-copy.hide-desktop.hide-tablet {
    display: block;
  }

  .section-copy-copy.background-color-black-copy-copy {
    align-items: center;
  }

  .section-copy-copy.background-color-black-copy-copy.hide-desktop.hide-tablet {
    display: block;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .different-image {
    width: 75%;
  }

  .faq-section-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  ._3rem-headline {
    line-height: 3rem;
  }

  .different-split {
    flex-direction: column;
  }

  .square-hero {
    display: none;
  }

  .column-11 {
    padding-bottom: 0;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  ._3rem-headline-copy {
    line-height: 3rem;
  }

  .large-heading {
    font-size: 2rem;
  }

  .pricing_main {
    grid-template-columns: 1fr;
  }

  .hero-section-headline {
    font-size: 2rem;
  }

  .margin-vertical-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .differetnt_contact {
    width: 100%;
  }

  ._3rem-headline-left-alignment {
    font-size: 1.5rem;
  }

  .wide-hero-1000-666-copy-copy {
    max-width: 100%;
    display: block;
  }

  .aaaadaad-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .check-wrapper.to_right {
    flex-direction: row-reverse;
  }

  .exepert {
    padding-left: 0;
    padding-right: 0;
  }

  .coffee-home-div {
    width: 100%;
    max-width: none;
  }

  .padding-global-4 {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  ._3rem-section-2 {
    font-size: 1.5rem;
  }

  .coffee-at-home-grid {
    justify-content: flex-start;
  }

  .double-copy-section-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing_card-3 {
    background-color: #f7f9fb;
  }

  .page-padding-copy-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .steps_icons-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  ._3rem-section {
    font-size: 1.5rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .how-it-works-container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-131 {
    object-fit: contain;
  }

  .footer-image {
    max-width: 100px;
  }

  .bar-heading.inverse {
    flex-direction: row-reverse;
  }

  .columns-9 {
    display: flex;
  }

  .heading-medium-3 {
    font-size: 1.5rem;
  }

  .double-header-section-headline-2 {
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 0;
  }

  .padding-vertical.aaa {
    margin-left: 10px;
    margin-right: 10px;
  }

  .padding-vertical.padding-large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-vertical.padding-large-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.text-align-center {
    line-height: 24px;
  }

  .banner-wrap {
    text-align: left;
  }

  .text {
    text-align: center;
    font-size: .8rem;
  }

  .text.color-black._12px {
    text-align: center;
  }

  .section.background-color-black.hide-desktop-and-tablet {
    padding-top: 0;
  }

  .hero-padding-section {
    padding-top: 0;
  }

  .hero-heading {
    font-size: 1.475rem;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    max-width: 1.3125rem;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Untitled-design-11.png');
    background-size: cover;
  }

  .heading-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .image-3 {
    display: none;
  }

  .uui-testimonial06_content {
    width: 100%;
    max-width: 100%;
  }

  .uui-testimonial06_component {
    padding-bottom: 0;
  }

  .heading-4 {
    color: #fff;
  }

  .uui-heroheader05_image {
    max-width: 99%;
  }

  .uui-heroheader05_image-wrapper {
    flex-direction: column;
  }

  .uui-button-row {
    text-align: center;
    justify-content: center;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

  .bold-text-2 {
    font-size: .8rem;
  }

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

  .testimonial-heading {
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-block-4 {
    font-size: .8125rem;
  }

  .div-block-2-copy {
    align-items: center;
  }

  .marquees-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .kefir._24px {
    font-size: 1.3rem;
  }

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

  .uui-logo-loop_component {
    flex-wrap: nowrap;
  }

  .crew-paragraph {
    font-size: .8125rem;
  }

  .image-2, .image-7, .image-8, .image-9 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .uui-footer07_top-wrapper {
    padding-top: 10px;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .button-2 {
    text-align: center;
    margin-top: 2%;
  }

  .main-button-2:hover {
    background-color: #000;
  }

  .button-2-copy {
    text-align: center;
    margin-top: 0%;
  }

  .text-block-9 {
    font-size: .85rem;
  }

  .image-3-mobile {
    display: block;
  }

  .image-3-mobile2, .image-3-mobile2-copy, .image-3-mobile2-copy-copy, .image-3-tab2, .social {
    display: none;
  }

  .bold-text-67 {
    font-weight: 900;
  }

  .paragraph-2 {
    font-size: 1.125rem;
    line-height: 27px;
  }

  .paragraph-2._20px.text-color-gainsboro {
    font-size: 1.15rem;
  }

  .paragraph-2._18px {
    color: #000;
    margin-top: 20px;
  }

  .image-6-mobile4 {
    max-width: 60%;
    object-fit: fill;
    display: block;
  }

  .image-6-mobile3 {
    display: none;
  }

  .alpha-copy {
    margin-left: 3%;
    margin-right: 3%;
  }

  .justify-align-space-btw.max-width-full {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .image-18 {
    display: none;
  }

  .heading-8, .heading-8._32px.text-align-center {
    font-size: 1.75rem;
  }

  .heading-8._32px.text-color-white {
    font-size: 1.5rem;
  }

  .alpha {
    margin-left: 3%;
    margin-right: 3%;
  }

  .padding-small-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10-copy-copy {
    margin-bottom: 15px;
  }

  .brand {
    text-align: center;
    flex: 0 auto;
  }

  .div-block-10-copy, .div-block-32, .div-block-10-copy-2 {
    margin-bottom: 15px;
  }

  .heading-9 {
    font-size: 1.75rem;
  }

  .text-size-medium-2-copy-2 {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
  }

  .brand-icon_grid-div-4 {
    max-width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-115 {
    max-width: 100%;
  }

  .icons2-2 {
    max-width: 75%;
  }

  .bold-text-76 {
    color: #000;
    font-weight: 800;
  }

  .container-large-7, .image-116 {
    max-width: 100%;
  }

  .icons3-2 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .icons-3 {
    max-width: 75%;
  }

  .icons4-2-copy, .image-117 {
    max-width: 100%;
  }

  .aaaadaad-4 {
    z-index: 5000;
    background-color: #f0efef;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
  }

  .icons4-2 {
    max-width: 100%;
  }

  .image-118 {
    display: none;
  }

  .image-118-mobile2 {
    display: block;
  }

  .logos-2 {
    width: 25px;
  }

  .div-block-36 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-block-14 {
    font-size: .85rem;
  }

  .bold-text-83 {
    color: #000;
    font-weight: 800;
  }

  .image-119 {
    display: none;
  }

  .container-large-8 {
    max-width: 100%;
  }

  .image-121 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .hero-heading-2 {
    font-size: 1.475rem;
    line-height: 30px;
  }

  .heading-11 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .image-122 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .image-4-copy-2 {
    width: 25px;
  }

  .icons3-3 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .icons4-3 {
    max-width: 100%;
  }

  .text-3 {
    text-align: center;
    font-size: .8rem;
  }

  .text-3.color-black._12px {
    text-align: center;
  }

  .image-123 {
    display: none;
  }

  .icons-4, .icons2-3 {
    max-width: 75%;
  }

  .image-124, .image-125 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .image-126 {
    width: 25px;
  }

  .bold-text-89 {
    font-size: .8rem;
  }

  .image-127 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .hero-sectionn-copy.bg-image.text-color-white, .hero-sectionn-copy.bg-image-copy.text-color-white {
    background-image: url('../images/Untitled-design-11.png');
    background-size: cover;
  }

  .hero-sectionn-copy.bg-image-copy.text-color-white-copy {
    background-image: url('../images/Untitled-design-2.png');
    background-size: cover;
  }

  .section-copy.background-color-black.hide-desktop-and-tablet, .section-copy.background-color-black-copy.hide-desktop-and-tablet, .section-copy.background-color-black.hide-desktop-and-tablet, .section-copy.background-color-black.hide-desktop-and-tablet, .section-copy.background-color-black-copy.hide-desktop-and-tablet {
    padding-top: 0;
  }

  .section-copy.background-color-black-copy.hide-mobile-landscape-copy {
    display: none;
  }

  .uui-logo-loop_component-copy {
    flex-wrap: nowrap;
  }

  .section-copy.background-color-black.hide-desktop-and-tablet, .section-copy.background-color-black-copy.hide-desktop-and-tablet {
    padding-top: 0;
  }

  .section-copy.background-color-black-copy.hide-desktop-and-tablet-copy {
    padding-top: 0;
    display: block;
  }

  .heading-14 {
    color: #fff;
  }

  .section-copy-copy.background-color-black.hide-desktop-and-tablet, .section-copy-copy.background-color-black-copy.hide-desktop-and-tablet {
    padding-top: 0;
  }

  .section-copy-copy.background-color-black-copy.hide-desktop-and-tablet-copy {
    padding-top: 0;
    display: block;
  }

  .section-copy-copy.background-color-black-copy-copy.hide-desktop-and-tablet {
    padding-top: 0;
  }

  .section-copy-copy.background-color-black-copy-copy.hide-desktop-and-tablet-copy {
    padding-top: 0;
    display: block;
  }

  .section-copy-copy.background-color-black-copy-copy.hide-desktop-and-tablet-copy-copy {
    background-color: #d0e7e2;
    padding-top: 0;
    display: block;
  }

  .testimonial-slider-left {
    width: 30px;
    left: -10px;
  }

  .icons-div {
    justify-content: center;
    align-items: center;
  }

  .faq-section-container {
    z-index: 1000;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    position: relative;
  }

  .main-banner_content-inner-3 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-drink_split-copy {
    background-color: #f0efef;
    margin-top: 0;
  }

  .info-drink_split-copy.second-copy {
    z-index: 5000;
    background-color: #fff;
    position: relative;
  }

  ._3rem-headline {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .hero-section-desktop {
    z-index: 5000;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .text-weight-medium-2 {
    font-weight: 400;
    line-height: 24px;
  }

  .text-weight-medium-2.text-size-medium.text-align-center {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .steps_div-2 {
    min-height: 100%;
  }

  .testimonial-slider-right {
    width: 30px;
    right: -10px;
  }

  ._3rem-headline-copy {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-align-center-3-copy-copy {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: .75rem;
  }

  .large-heading.text-center {
    line-height: 40px;
  }

  .image-500-500 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .icons2-4 {
    max-width: 75%;
  }

  .pricing_main {
    max-width: 90%;
    grid-template-columns: 1fr;
  }

  .hero-section-headline {
    text-align: left;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.4rem;
  }

  .text-size-medium-4 {
    text-align: left;
    margin: -15px auto 0;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .text-size-medium-4.text-weight-semibold {
    color: #000;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .margin-vertical-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical-copy.margin-small-copy {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .5rem;
    display: block;
    position: relative;
  }

  .icons3-4 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .section-footer {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-74 {
    font-size: .75rem;
    font-weight: 400;
  }

  .differetnt_contact {
    text-align: center;
    display: block;
  }

  .down-image {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 0;
    display: block;
  }

  .paragraph-1136 {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1rem;
    line-height: 24px;
  }

  .info-drink_split-copy-2 {
    background-color: #fff;
    margin-top: 4rem;
  }

  .timer-mobile {
    background-color: #f7f4e8;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .text-size-small-2 {
    color: #000;
  }

  .finalll-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-align-center-3-copy {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: .75rem;
  }

  ._3rem-headline-left-alignment {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-4 {
    font-size: 14px;
  }

  .text-4._14px {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .final-ss-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-12 {
    z-index: 5000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-27-copy {
    width: 50%;
  }

  .bold-text-24 {
    font-size: 10px;
  }

  .info-drink_split {
    background-color: #fff;
    margin-top: 0;
  }

  .info-drink_split.second {
    z-index: 5000;
    background-color: #f0efef;
    position: relative;
  }

  .column-20 {
    background-color: rgba(0, 0, 0, 0);
  }

  .wide-hero-1000-666-copy-copy {
    width: 100%;
    height: 100%;
    max-height: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-flex {
    background-color: #fff;
  }

  .aaaadaad-5 {
    z-index: 5000;
    background-color: #f0efef;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
  }

  .bold-text-72 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .final-ss-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-section {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-28 {
    font-size: 10px;
  }

  .offer-section {
    z-index: 5000;
    background-color: #fff;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .check-text {
    text-align: left;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 2000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .exepert {
    padding-left: 0;
    padding-right: 0;
  }

  .exepert.padding-large-copy {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-1122 {
    font-size: 1.125rem;
  }

  .text-size-regular-2 {
    background-color: #fff;
    line-height: 24px;
  }

  .text-size-regular-2.text-align-center {
    background-color: rgba(0, 0, 0, 0);
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .text-5.center-in-tablet-copy {
    line-height: 24px;
  }

  .text-5.center-in-tablet {
    text-align: left;
    line-height: 24px;
  }

  .padding-global-4 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    position: relative;
    overflow: hidden;
  }

  .as-featured-in-section {
    z-index: 5000;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .coffee-at-home-grid {
    background-color: #f0efef;
  }

  .nav-menu-2 {
    z-index: 2000;
  }

  .column-15 {
    text-align: center;
    background-color: #fff;
    display: block;
  }

  .column-17 {
    display: none;
  }

  .text-weight-semibold-2 {
    margin-bottom: 0;
  }

  .column-16 {
    display: none;
  }

  .sticky-footer-section {
    font-family: Montserrat, sans-serif;
  }

  .text-size-regular-3 {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .width-100-2 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .custom-attribute-head-copy {
    text-align: left;
    font-family: Montserrat, sans-serif;
  }

  .double-copy-section-container {
    background-color: #f0efef;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .pricing_card-3 {
    background-color: #f7f9fb;
  }

  .page-padding-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.5rem .5rem;
    display: block;
  }

  .down-image-23 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .text-size-medium-4-copy {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: left;
    background-color: #fff;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
  }

  .text-align-center-5 {
    font-size: 12px;
  }

  .section-2 {
    margin-top: 0;
  }

  .cta-button {
    width: 95%;
    height: 60px;
    color: #fff;
    background-color: #6f263d;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-banner_paragraph {
    display: block;
  }

  .steps_grid-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-1125 {
    padding-top: 5px;
  }

  .steps_highlight-2 {
    color: #6f263d;
    background-color: #fff;
    font-weight: 700;
  }

  .timer-desktop {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .custom-attribute-head {
    font-family: Montserrat, sans-serif;
  }

  .mask-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-500-500-copy {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .footer-text {
    background-color: #fff;
  }

  .how-to-use-component {
    grid-template-columns: 1fr;
  }

  .div-block-152 {
    align-items: flex-start;
  }

  .pricing_main-div {
    background-color: #fff;
  }

  .main-banner_checkpoints-div-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 1.125rem;
    display: flex;
  }

  .steps_icons-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
    display: grid;
  }

  .bold-text-75 {
    font-size: 14px;
  }

  .margin-vertical-2 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical-2.margin-small-copy, .margin-vertical-2.margin-small {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .margin-vertical-2.margin-xsmall {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    text-align: center;
    justify-content: center;
  }

  .grid-12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-16 {
    max-width: none;
  }

  .paragraph-1137 {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .bold-text-90 {
    color: #000;
    font-weight: 800;
  }

  ._3rem-section {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .how-it-works-container-2 {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
  }

  .finalll-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .columns-9 {
    padding-top: 0;
    padding-bottom: 15px;
    display: flex;
  }

  .main-banner_content-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-15 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-medium-3.text-align-center {
    font-size: 2.1rem;
  }

  .bold-text-66 {
    font-size: 14px;
  }

  .cta-section-text {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .section-21 {
    background-color: #fff;
  }

  .main-wrapper_cta-x-2 {
    width: 100%;
  }

  .bold-text-91 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .icons-5 {
    max-width: 75%;
  }

  .image-500-500-copy-2 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .bold-text-63 {
    font-size: 14px;
  }

  .custom_price-head {
    text-align: center;
    padding-bottom: 5px;
  }

  .double-header-section-headline-2 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.4rem;
  }

  .icons4-4 {
    max-width: 100%;
  }
}

#w-node-_7db321c2-d1ce-bf26-46bd-fca60a096c04-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f5fa0f5-3d82-5b0f-2e1a-7f43b32059b8-6ff5a453 {
  justify-self: start;
}

#w-node-_56b9cbfb-d99c-27e3-8514-1b18e3e61f68-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2232c5a7-0844-f162-99ab-c0b1cf12dda9-6ff5a453, #w-node-_5024394d-90b0-482f-b22b-5f1c89f49666-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fe652fcc-8166-8ee1-7212-79abcab521ae-6ff5a453, #w-node-_31f27a9e-f60f-f9e6-61df-65c246e7608f-6ff5a453, #w-node-_1873c807-07db-987c-f078-6571e1f34bf9-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e552925-079b-cb6f-055e-6f23fa4c84c5-6ff5a453, #w-node-_8e552925-079b-cb6f-055e-6f23fa4c84c7-6ff5a453 {
  justify-self: center;
}

#w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-6ff5a453 {
  justify-self: start;
}

#w-node-_2de47b81-9e7b-16fa-c096-5db440d7902a-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5685776d-d064-a34f-13a2-d59083748cb3-6ff5a453 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_1a9b89a1-1d86-74e9-c413-a40df17c527f-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-6ff5a453 {
  justify-self: start;
}

#w-node-dcaccefd-99c5-7849-b54e-79a164d9dc66-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2adca951-992e-26ef-770d-451204d744eb-6ff5a453 {
  justify-self: start;
}

#w-node-ac5e7d8f-beb1-f08b-5e04-13b4202c8512-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-6ff5a453 {
  justify-self: start;
}

#w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b066-6ff5a453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-6ff5a453 {
  justify-self: auto;
}

#w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-6ff5a453 {
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-6ff5a45a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-6ff5a45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-6ff5a45a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-6ff5a45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-6ff5a45a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-6ff5a45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-6ff5a45a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-6ff5a45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-6ff5a45a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-6ff5a45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-6ff5a45a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-6ff5a45a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-6ff5a45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-6ff5a45a {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b182-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b183-836b3fee {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b18c-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b19b-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b19c-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1a1-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1a6-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1ab-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1bc-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1be-836b3fee {
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1c9-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1cd-836b3fee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1dc-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1df-836b3fee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1ee-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1f0-836b3fee {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b201-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b203-836b3fee {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b214-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b216-836b3fee {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b3dd-836b3fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b421-836b3fee {
  justify-self: auto;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b428-836b3fee {
  justify-self: center;
}

#w-node-_7db321c2-d1ce-bf26-46bd-fca60a096c04-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f5fa0f5-3d82-5b0f-2e1a-7f43b32059b8-5e5f2d5e {
  justify-self: start;
}

#w-node-_56b9cbfb-d99c-27e3-8514-1b18e3e61f68-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2232c5a7-0844-f162-99ab-c0b1cf12dda9-5e5f2d5e, #w-node-_5024394d-90b0-482f-b22b-5f1c89f49666-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fe652fcc-8166-8ee1-7212-79abcab521ae-5e5f2d5e, #w-node-_31f27a9e-f60f-f9e6-61df-65c246e7608f-5e5f2d5e, #w-node-_1873c807-07db-987c-f078-6571e1f34bf9-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e552925-079b-cb6f-055e-6f23fa4c84c5-5e5f2d5e, #w-node-_8e552925-079b-cb6f-055e-6f23fa4c84c7-5e5f2d5e {
  justify-self: center;
}

#w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-5e5f2d5e {
  justify-self: start;
}

#w-node-_2de47b81-9e7b-16fa-c096-5db440d7902a-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5685776d-d064-a34f-13a2-d59083748cb3-5e5f2d5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_1a9b89a1-1d86-74e9-c413-a40df17c527f-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-5e5f2d5e {
  justify-self: start;
}

#w-node-dcaccefd-99c5-7849-b54e-79a164d9dc66-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2adca951-992e-26ef-770d-451204d744eb-5e5f2d5e {
  justify-self: start;
}

#w-node-ac5e7d8f-beb1-f08b-5e04-13b4202c8512-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-5e5f2d5e {
  justify-self: start;
}

#w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b066-5e5f2d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-5e5f2d5e {
  justify-self: auto;
}

#w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-5e5f2d5e {
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b182-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b183-85e14b53 {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b18c-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b19b-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b19c-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1a1-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1a6-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1ab-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1bc-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1be-85e14b53 {
  justify-self: center;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1c9-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1cd-85e14b53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1dc-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1df-85e14b53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1ee-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b1f0-85e14b53 {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b201-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b203-85e14b53 {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b214-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b216-85e14b53 {
  justify-self: start;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b3dd-85e14b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b421-85e14b53 {
  justify-self: auto;
}

#w-node-b00507c5-c087-f0a9-f254-d8d48036b428-85e14b53, #w-node-_24186ae7-9d72-3f6a-35bb-bfe503a85b7b-84cf85a2, #w-node-_24186ae7-9d72-3f6a-35bb-bfe503a85b7d-84cf85a2 {
  justify-self: center;
}

#w-node-_24186ae7-9d72-3f6a-35bb-bfe503a85ba9-84cf85a2, #w-node-_24186ae7-9d72-3f6a-35bb-bfe503a85c04-84cf85a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7db321c2-d1ce-bf26-46bd-fca60a096c04-6ff5a453, #w-node-_2232c5a7-0844-f162-99ab-c0b1cf12dda9-6ff5a453, #w-node-b00507c5-c087-f0a9-f254-d8d48036b182-836b3fee, #w-node-_7db321c2-d1ce-bf26-46bd-fca60a096c04-5e5f2d5e, #w-node-_2232c5a7-0844-f162-99ab-c0b1cf12dda9-5e5f2d5e, #w-node-b00507c5-c087-f0a9-f254-d8d48036b182-85e14b53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-6ff5a453 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-6ff5a453 {
    justify-self: center;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1c9-836b3fee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b428-836b3fee {
    justify-self: center;
  }

  #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-5e5f2d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-5e5f2d5e {
    justify-self: center;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1c9-85e14b53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b428-85e14b53, #w-node-_24186ae7-9d72-3f6a-35bb-bfe503a85ba9-84cf85a2 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7f396b6-664e-15e1-084f-167c90a37f84-6ff5a453, #w-node-_38dbc546-1060-38fc-8621-f794fd69298a-6ff5a453 {
    order: 9999;
  }

  #w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-6ff5a453 {
    justify-self: start;
  }

  #w-node-_1109dffb-2469-bf23-7ff0-1f96c40cb823-6ff5a453 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5685776d-d064-a34f-13a2-d59083748cb3-6ff5a453, #w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-6ff5a453, #w-node-_2adca951-992e-26ef-770d-451204d744eb-6ff5a453, #w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-6ff5a453 {
    justify-self: start;
  }

  #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-6ff5a453 {
    order: -9999;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1c6-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1c7-836b3fee {
    order: 9999;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1cd-836b3fee {
    justify-self: start;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1d8-836b3fee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1df-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1f0-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b203-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b216-836b3fee {
    justify-self: start;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b421-836b3fee {
    order: -9999;
  }

  #w-node-f7f396b6-664e-15e1-084f-167c90a37f84-5e5f2d5e, #w-node-_38dbc546-1060-38fc-8621-f794fd69298a-5e5f2d5e {
    order: 9999;
  }

  #w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-5e5f2d5e {
    justify-self: start;
  }

  #w-node-_1109dffb-2469-bf23-7ff0-1f96c40cb823-5e5f2d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5685776d-d064-a34f-13a2-d59083748cb3-5e5f2d5e, #w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-5e5f2d5e, #w-node-_2adca951-992e-26ef-770d-451204d744eb-5e5f2d5e, #w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-5e5f2d5e {
    justify-self: start;
  }

  #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-5e5f2d5e {
    order: -9999;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1c6-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1c7-85e14b53 {
    order: 9999;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1cd-85e14b53 {
    justify-self: start;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1d8-85e14b53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b1df-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b1f0-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b203-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b216-85e14b53 {
    justify-self: start;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b421-85e14b53 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7db321c2-d1ce-bf26-46bd-fca60a096c04-6ff5a453, #w-node-_5024394d-90b0-482f-b22b-5f1c89f49666-6ff5a453 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-6ff5a453 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b182-836b3fee, #w-node-b00507c5-c087-f0a9-f254-d8d48036b19c-836b3fee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b428-836b3fee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7db321c2-d1ce-bf26-46bd-fca60a096c04-5e5f2d5e, #w-node-_5024394d-90b0-482f-b22b-5f1c89f49666-5e5f2d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-5e5f2d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b182-85e14b53, #w-node-b00507c5-c087-f0a9-f254-d8d48036b19c-85e14b53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b00507c5-c087-f0a9-f254-d8d48036b428-85e14b53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oswald variablefont wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}