@charset "UTF-8";
@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/assets/fonts/Plus-Jakarta-Sans.ttf") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wander";
  src: url("/assets/fonts/wander-webfont.woff2") format("woff2"), url("/assets/fonts/wander-webfont.woff") format("woff");
  font-weight: normal;
  font-style: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Sections
   ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

a, a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

select {
  -webkit-appearance: menulist !important;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important;
}

div {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
body {
  color: #000;
  font-family: "Traverse-Book", Arial, sans-serif;
}

h1 {
  font-family: "", helvetica, sans-serif;
  font-size: 2.5em;
  margin-top: 0px;
  margin-bottom: 0.5em;
  color: #000;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.4em;
  }
}
.lr-header1 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 3em;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

.lr-header2 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 2.5em;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

.lr-header3 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .lr-header2 {
    font-size: 1.75em;
  }
  .lr-header3 {
    font-size: 22px;
  }
}
h2 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 0.53em;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 1.5em;
    margin-bottom: 0.25em;
  }
}
h3 {
  font-size: 1.2em;
  font-family: "Traverse-Bold", Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}

.lr-body-header2 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 20px;
}

h4 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

.lr-category-header2 {
  font-family: "Jaunt", helvetica, sans-serif;
  font-size: 1.25em;
  margin-top: 0px;
  margin-bottom: 10px;
}

h5 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}

h6 {
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 0.9em;
  margin-top: 0px;
  margin-bottom: 10px;
}

p,
ul,
ol {
  font-family: "Traverse-Book", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.h-font--gothic {
  font-family: "Jaunt", helvetica, sans-serif;
  letter-spacing: 1px;
}

input {
  font-family: "Traverse-Book", Arial, sans-serif;
}

a {
  font-family: "Traverse-Book", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.125em;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}

li {
  text-decoration: none;
  list-style-type: none;
}

ul {
  padding-left: 0px;
}

a,
button {
  cursor: pointer;
}

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

.h-text-cursive {
  font-family: "Wander", cursive;
  letter-spacing: 1.5px;
}
.h-text-cursive--header {
  font-family: "Wander", cursive;
  font-size: 2em;
}

.text-shadow {
  text-shadow: #a7a8aa 1px 0 5px;
}

.text-shadow--white {
  text-shadow: white 1px 0 5px;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.c-hm__tbBanner--img {
  max-width: 165px;
  max-height: 155 px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-hm__tbBanner--img {
    max-width: 33.3%;
  }
}
.c-hm-fbr {
  overflow-x: scroll;
}
.c-hm-fbr::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}
.c-hm-fbr__item {
  min-width: 295px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.c-hm-fbr__review_container {
  margin: 2px;
  font-size: 18px;
  background-color: white;
  border-radius: 4px;
  position: relative;
  max-width: 340px;
}
.c-hm-fbr__review_container:before {
  position: absolute;
  bottom: -7px;
  left: 35px;
  display: block;
  width: 14px !important;
  height: 14px !important;
  border-top: none !important;
  border-left: none !important;
  background-color: #fafafa !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.c-hm-fbr__review_content {
  height: 74px;
  overflow-y: auto;
  font-size: 14px;
  padding: 0px;
  padding-right: 2px;
  min-width: 145px;
  margin: 10px 20px 10px 10px;
  color: #000;
  word-wrap: break-word;
}
.c-hm-fbr__review_content:before {
  color: rgb(187, 187, 187) !important;
  display: block !important;
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 50px;
}
.c-hm-fbr__review_content--stars {
  width: 110px;
  height: 24px;
  padding: 0;
  margin-top: 10px;
  background-image: url("/assets/images/letsroam/5stars.png");
  background-size: contain;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-hm-fbr__review_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.c-hm-fbr__review_content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.c-hm-fbr__review_content::-webkit-scrollbar-thumb {
  background-color: #e87722;
}
.c-hm-fbr__review_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.c-hm-fbr__review_content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.c-hm-fbr__review_content::-webkit-scrollbar-thumb {
  background-color: #e87722;
}
.c-hm-fbr__banner {
  background: #e87722;
  display: flex;
  flex: 1;
  height: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.c-hm-fbr__user {
  display: flex;
  margin: 20px 10px 10px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 10px;
}
.c-hm-fbr__user img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
  box-shadow: 0 0 1px #a9a9a9 !important;
  vertical-align: middle !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
}
.c-hm-fbr__user--name {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 16px;
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  text-decoration: none;
  box-shadow: none;
}
.c-hm-fbr__user--info {
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-hm-fbr__user--time {
  color: #999;
  font-size: 12px;
  line-height: 14px;
}
.c-hm-fbr__fb_logo {
  position: absolute !important;
  bottom: 8px !important;
  right: 8px !important;
  width: 24px;
  height: 24px;
  padding: 2px !important;
  border-radius: 50% !important;
  background-color: #3c5b9b !important;
}
.c-hm-fbr__fb_logo--svg {
  background-image: url("/assets/images/letsroam/misc/fb_logo.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
}

.c-sreviews__item {
  margin: 15px;
}
.c-sreviews__item--logo {
  width: 30px;
  height: 30px;
}
.c-sreviews__item--stars {
  width: 107px;
  height: auto;
}
.c-sreviews__item:first-child {
  margin-left: 0;
}
@media (max-width: 450px) {
  .c-sreviews__item:first-child {
    margin-right: 0;
  }
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.cm-c-photo-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cm-c-photo-gallery--left {
  flex-direction: column-reverse;
}
@media screen and (min-width: 600px) {
  .cm-c-photo-gallery--left {
    flex-direction: row;
  }
}
.cm-c-photo-gallery--right {
  flex-direction: column-reverse;
}
@media screen and (min-width: 600px) {
  .cm-c-photo-gallery--right {
    flex-direction: row-reverse;
  }
}
.cm-c-photo-gallery ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1px;
  height: 3px;
}
.cm-c-photo-gallery ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 3px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.cm-c-photo-gallery__thumbnail--wrapper {
  flex-direction: row;
  left: -2px;
  display: flex;
}
@media (max-width: 600px) {
  .cm-c-photo-gallery__thumbnail--wrapper {
    display: flex;
    position: initial;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 600px) {
  .cm-c-photo-gallery__thumbnail--wrapper--left {
    flex-direction: column;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) {
  .cm-c-photo-gallery__thumbnail--wrapper--right {
    flex-direction: column;
    padding-right: 20px;
  }
}
.cm-c-photo-gallery__thumbnail--button {
  cursor: pointer;
  flex: 1;
  border-radius: 5px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 99;
  border: 1px solid #a7a8aa;
  margin-bottom: 5px;
  margin-left: 3px;
  z-index: 4;
}
.cm-c-photo-gallery__thumbnail--selected {
  border: 2px #e87722 solid;
}
@media (min-width: 600px) {
  .cm-c-photo-gallery__thumbnail--video::after {
    content: "VIDEO";
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -8px;
    color: #505759;
    right: -4px;
  }
}
.cm-c-photo-gallery__thumbnail--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1);
  border-radius: 5px;
}
@media (min-width: 600px) {
  .cm-c-photo-gallery__hero--container {
    max-width: 100%;
  }
}
.cm-c-photo-gallery__hero--image {
  object-fit: cover;
  flex: 1;
  margin: auto !important;
  filter: brightness(1.1);
  max-width: 100%;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.product_header__wrapper {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  align-self: center;
}
@media (max-width: 1300px) {
  .product_header__wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 1000px) {
  .product_header__wrapper {
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
    padding: 15px;
  }
}
.product_header .lr-btn__primary {
  font-size: 20px;
}
@media (min-width: 1000px) {
  .product_header__title-section--mobile {
    display: none;
  }
}
@media (max-width: 1000px) {
  .product_header__title-section--desktop {
    display: none;
  }
}
.product_header__image {
  flex: 1;
}
.product_header__image--main {
  width: 600px;
  height: 600px;
}
@media (max-width: 1300px) {
  .product_header__image--main {
    width: 100%;
    min-width: 100%;
    height: 195px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 1000px) {
  .product_header__image--main {
    width: 100%;
    min-width: 100%;
    height: 195px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .product_header__image--main {
    width: 100%;
    height: 150px;
  }
}
.product_header__image--gallery {
  height: 500px;
  min-width: 500px;
}
@media (max-width: 1000px) {
  .product_header__image--gallery {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    height: unset;
  }
}
@media (max-width: 500px) {
  .product_header__image--gallery {
    width: 100%;
    height: unset;
  }
}
.product_header__product--container {
  margin-left: 20px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 900px) {
  .product_header__product--container {
    margin-left: 0px;
  }
}
.product_header__product--description {
  font-size: 18px;
  color: #505759;
  max-width: 600px;
  order: 1;
}
@media (max-width: 1000px) {
  .product_header__product--description {
    font-size: 14px;
    margin-top: 10px;
    order: 1;
  }
}

@media (max-width: 1000px) {
  .product_header__h1--wrapper {
    min-height: 200px;
  }
}
.product_header__product--container {
  min-width: 550px;
  margin-left: 20px;
}
@media (max-width: 900px) {
  .product_header__product--container {
    min-width: 50%;
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .product_header__product--container {
    margin-left: 0px;
    min-width: 100%;
  }
}
.product_header__product--container h1 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .product_header__product--container h1 {
    font-size: 20px;
  }
}
.product_header__product--package-types {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .product_header__product--package-types {
    margin-top: 15px;
  }
}
.product_header__product--info {
  flex: 1;
  margin-left: 20px;
}
.product_header__product--title {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .product_header__product--title {
    font-size: 16px;
  }
}
.product_header__product--body {
  font-size: 12px;
  color: #505759;
}
.product_header__product--review_count {
  color: #505759 !important;
  font-size: 14px;
}
.product_header__product--description {
  font-size: 18px;
  color: #505759;
  max-width: 600px;
}
@media (max-width: 1000px) {
  .product_header__product--description {
    font-size: 14px;
  }
}
.product_header__product--wrapper {
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .product_header__product--wrapper {
    margin-top: 15px;
  }
}
.product_header__product--wrappers {
  display: none;
}
.product_header__product--wrappers-shown {
  display: block !important;
}
.product_header__product--price {
  min-width: 100px;
  text-align: right;
}
@media (max-width: 1000px) {
  .product_header__product--price {
    min-width: 50px;
    width: 65px;
    font-size: 14px;
  }
}
.product_header__product--button {
  border: 1px black dashed;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .product_header__product--button {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 10px;
    padding-bottom: 3px;
  }
}
.product_header__product--button-selected {
  background-color: #fcf5f1;
}
.product_header__product--button-top {
  display: flex;
  justify-content: space-between;
}
.product_header__product--button-bottom {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.product_header__product--button-bottom-bullet {
  display: list-item; /* This has to be "list-item"                                               */
  list-style-type: check; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
  list-style-position: inside;
}
.product_header__product--circle-outer {
  margin-top: 5px;
  padding: 3px;
  height: 20px;
  border-radius: 50%;
  border: none;
  border: 1px #505759 solid !important;
  box-shadow: 2px 2px 10px 0 #d2d2d2;
}
@media (max-width: 1000px) {
  .product_header__product--circle-outer {
    height: 20px;
  }
}
.product_header__product--circle-outer-selected {
  border: 1px #6aaeaa solid !important;
}
.product_header__product--circle-inner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
}
@media (max-width: 1000px) {
  .product_header__product--circle-inner {
    width: 12px;
    height: 12px;
  }
}
.product_header__product--circle-inner-selected {
  background-color: #6aaeaa !important;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.cm-c-reviewSlider {
  min-width: 660px;
  display: flex;
  overflow-x: scroll;
  height: 250px;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .cm-c-reviewSlider {
    max-width: 100%;
    min-width: 100%;
  }
}
.cm-c-reviewSlider__bullets {
  cursor: pointer;
  width: 20px;
  position: relative;
  height: 20px;
  font-size: 14px;
}
.cm-c-reviewSlider__bullets:after {
  content: " ";
  background-color: rgb(39.9974025974, 96.2649350649, 116.6025974026);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 50%;
  transition: width 0.1s, height 0.1s, background-color 0.2s ease;
}
.cm-c-reviewSlider__bullets:hover:after, .cm-c-reviewSlider__bullets--active:after {
  content: " ";
  background-color: #53a6c4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  position: absolute;
}
.cm-c-reviewSlider-item {
  background-color: white;
  margin-top: 40px;
  margin-left: 30px;
  max-height: 170px;
  min-width: 420px;
  -webkit-box-shadow: 0px 9px 41px -3px rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0px 9px 41px -3px rgba(36, 36, 36, 0.2);
  box-shadow: 0px 9px 41px -3px rgba(36, 36, 36, 0.2);
  position: relative;
  padding: 35px;
  border-radius: 20px;
  font-style: italic;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .cm-c-reviewSlider-item {
    min-width: 90%;
  }
}
.cm-c-reviewSlider-item--info {
  font-style: initial;
  font-size: 15px;
  display: flex;
  align-items: baseline;
  position: absolute;
  left: 100px;
  bottom: 4px;
}
.cm-c-reviewSlider-item--info-title {
  font-size: 10px;
  color: #a7a8aa;
  margin-left: 15px;
}
.cm-c-reviewSlider-item--photo {
  position: absolute;
  bottom: -20px;
  left: 35px;
  height: 55px;
  border-radius: 50%;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.c-cm-tooltip {
  cursor: help;
  font-style: normal;
  position: relative;
  display: inline-block;
  /* Keeps the info boxes on top of other elements */
}
.c-cm-tooltip.c-cm-tooltip--show-icon {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-image: url(../../../assets/images/common/tooltip_info.svg);
  background-repeat: no-repeat;
  min-height: 20px;
  min-width: 20px;
}
.c-cm-tooltip::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 0;
  width: 230px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
}
.c-cm-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: 0;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  transition: opacity 250ms, top 250ms;
}
.c-cm-tooltip:hover {
  z-index: 9999;
}
.c-cm-tooltip:hover::after, .c-cm-tooltip:hover::before {
  opacity: 1;
}
.c-cm-tooltip:hover::after {
  top: 30px;
}
.c-cm-tooltip:hover::before {
  top: 20px;
}
.c-cm-tooltip--small {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
}
@media (max-width: 767px) {
  .c-cm-tooltip::before {
    display: none;
  }
  .c-cm-tooltip:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal;
  }
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.c-cm-accordian__item {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.c-cm-accordian__content {
  padding: 15px;
  background: white;
  display: none;
}
.c-cm-accordian__link {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-family: "Traverse-Book", Arial, sans-serif;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.c-cm-accordian__link:hover {
  background-color: #53a6c4;
}
.c-cm-accordian__link:after, .c-cm-accordian__link:before {
  content: "";
  position: absolute;
  right: 17px;
  top: 20px;
  font-size: 15px;
  font-weight: 900;
  background-color: black;
  width: 10px;
  height: 3px;
}
.c-cm-accordian__link:before {
  transform: rotate(90deg);
}
.c-cm-accordian .c-cm-accordian--active > .c-cm-accordian__link:before {
  display: none;
  opacity: 1;
}
.c-cm-accordian .c-cm-accordian--active > .c-cm-accordian__content {
  display: block;
}
.c-cm-accordian .c-cm-accordian--active .c-cm-accordian__link {
  background-color: #53a6c4;
  color: #fff;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.c-cm-modal__full_screen_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  background: #53a6c4;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 10000;
  overflow-y: scroll;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__full_screen_container {
    padding-top: 30px;
  }
}
.c-cm-modal__content-container {
  width: 445px;
  border-radius: 10px;
  background: white;
  animation-name: animatetop;
  animation-duration: 0.4s;
  position: relative;
}
.c-cm-modal__content-container--any {
  width: 90% !important;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__content-container {
    max-width: 95%;
  }
}
.c-cm-modal__header {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}
.c-cm-modal__content-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.c-cm-modal__footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.c-cm-modal__progress-container {
  width: 500px;
  height: 30px;
  position: relative;
  background: #d9d9d6;
  border-radius: 10px;
}
.c-cm-modal__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  height: 30px;
  background: #a7a8aa;
  border-radius: 10px;
  z-index: 1;
  transition: width 1s;
}
.c-cm-modal__progress-text {
  color: black;
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.c-cm-modal__CTA-container {
  font-size: 30px;
  color: white;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__CTA-container {
    font-size: 24px;
  }
}
.c-cm-modal__title {
  height: 65px;
  text-align: center;
  color: white;
  background: #e87722 !important;
  font-size: 24px;
  padding-top: 13px;
  padding-left: 30px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}
.c-cm-modal__input {
  width: 300px;
  height: 45px;
  border-radius: 3px;
  padding-left: 10px;
  background: #f5f5f5;
  border-width: 1px;
}
.c-cm-modal__input-container {
  position: relative;
  margin-top: 20px;
}
.c-cm-modal__input-instructions {
  position: absolute;
  top: -15px;
  left: 100px;
  padding: 3px 7px 3px 7px;
  border-radius: 10px;
  background: white;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__input-instructions {
    left: 40px;
  }
}
.c-cm-modal__back {
  position: absolute;
  color: rgb(167, 168, 170);
  top: -10px;
  left: -10px;
  margin: 20px;
  cursor: pointer;
  z-index: 4;
}
.c-cm-modal__back--right {
  position: absolute;
  color: rgb(167, 168, 170) !important;
  top: -10px;
  right: -10px;
  margin: 20px;
  cursor: pointer;
  z-index: 4;
  font-size: 20px;
}
.c-cm-modal__close-x {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100px;
  width: 100px;
  text-align: right;
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__close-x {
    top: -7px;
  }
}
.c-cm-modal__body {
  overflow-y: auto;
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-cm-modal__section {
  margin-top: 0px;
  margin-bottom: 35px;
  text-align: center;
}
.c-cm-modal__section--any {
  margin-bottom: 0px;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__section {
    margin-top: 0px;
  }
}
.c-cm-modal__error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 12px;
  margin-bottom: 13px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #f5f5f5;
  border-radius: 0.25rem;
  display: none;
}
.c-cm-modal__cc {
  text-align: left;
  padding: 20px;
  padding-top: 0px;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__cc {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.c-cm-modal__cc-title {
  font-size: 28px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__cc-title {
    font-size: 24px;
  }
}
.c-cm-modal__cc-amount {
  font-size: 16px;
  margin-bottom: 1em;
}
.c-cm-modal__cc .form-group {
  margin-bottom: 1em;
}
.c-cm-modal__section-title {
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
.c-cm-modal__section-description {
  font-family: "Traverse-Book", Arial, sans-serif;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.c-cm-modal__section-quantity {
  background: #f2f2f2;
  width: 100px;
  height: 72px;
  text-align: center;
  padding-top: 16px;
  font-size: 24px;
  margin-top: 10px;
}
.c-cm-modal__section-quantity-box {
  display: flex;
  justify-content: center;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.c-cm-modal__section-quantity-change {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #505759;
  line-height: 22px;
  padding-left: 8px;
  color: black !important;
  font-size: 19px;
  margin-left: 10px;
  margin-right: 10px;
}
.c-cm-modal__button-holder {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
}
.c-cm-modal__disclaimer {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 20px auto;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-cm-modal__disclaimer {
    margin: 0px auto;
    font-size: 12px;
    padding: 10px;
  }
}
.c-cm-modal table {
  width: 100%;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.mdl-button--raised {
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-button--raised:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}

.mdl-button--raised:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}

.firebaseui-list-item {
  direction: ltr;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}

.firebaseui-idp-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.firebaseui-idp-button {
  direction: ltr;
  font-weight: 500;
  height: auto;
  line-height: normal;
  max-width: 220px;
  min-height: 40px;
  padding: 8px 16px;
  text-align: left;
  width: 100%;
}

.firebaseui-idp-list > .firebaseui-list-item,
.firebaseui-tenant-list > .firebaseui-list-item {
  margin-bottom: 15px;
  text-align: center;
}

.firebaseui-idp-icon-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.firebaseui-idp-icon {
  border: none;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}

.firebaseui-idp-text {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  padding-left: 16px;
  text-transform: none;
  vertical-align: middle;
}

.firebaseui-idp-text.firebaseui-idp-text-long {
  display: table-cell;
}

.firebaseui-idp-text.firebaseui-idp-text-short {
  display: none;
}

@media (max-width: 268px) {
  .firebaseui-idp-text.firebaseui-idp-text-long {
    display: none;
  }
  .firebaseui-idp-text.firebaseui-idp-text-short {
    display: table-cell;
  }
}
.firebaseui-idp-google > .firebaseui-idp-text {
  color: #757575;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 70px;
  left: -80px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

.userProfileIcon {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  margin-right: 15px;
}

/* Show the dropdown menu on hover */
#userProfileIcon:hover .dropdown-content {
  display: block;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.c-help__vote {
  max-width: 400px;
  border: 1px solid #a7a8aa;
  margin: 20px 0px;
}
.c-help__vote--header {
  color: white;
  background-color: #a7a8aa;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "Traverse-Book", Arial, sans-serif;
}
.c-help__vote--body {
  padding: 10px;
}
.c-help__vote--link {
  width: 100px;
  border: 1px solid #6aaeaa;
  text-align: center;
  border-radius: 3px;
  padding: 10px 10px;
  margin-right: 10px;
}
.c-help__highlight {
  font-size: 20px;
  text-decoration: underline;
}

.c-phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*the surroudnign elements */
  /* the device and slideshow */
}
.c-phone-info__box {
  text-align: left;
  margin-bottom: 20px;
  max-width: 350px;
  border-left: 2px solid #6aaeaa;
  padding: 15px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: border-left 0.5s ease-in;
  cursor: pointer;
}
.c-phone-info__box.c-phone-info__box--active {
  border-left: 3px solid #e87722;
}
@media (max-width: 450px) {
  .c-phone-info__box.c-phone-info__box--active {
    border: 0;
  }
}
@media (max-width: 450px) {
  .c-phone-info__box {
    border: 0;
  }
}
.c-phone-mockup {
  width: 250px;
  /*scale on larger screens only */
}
@media (min-width: 450px) {
  .c-phone-mockup {
    transform: scale(0.9);
  }
}
.c-phone-mockup__container {
  position: relative;
  width: 100%;
  padding-bottom: 203.477897%;
  margin-bottom: 20px;
}
.c-phone-mockup__device {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/images/letsroam/misc/apple_iphone_mockup.png");
  background-size: cover;
  background-position: center center;
}
.c-phone-mockup__screen {
  overflow: hidden;
  position: absolute;
  top: 12.13%;
  bottom: 12.13%;
  left: 6%;
  right: 6.5%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.c-phone-mockup__slider {
  height: 100%;
}
.c-phone-mockup__slider-item {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  transition: opacity 0.5s ease-in;
  position: absolute;
}

.h-flex--flex_direction_column {
  flex-direction: column;
}
.h-flex--flex_direction_row {
  flex-direction: column;
}

@media (max-width: 700px) {
  .h-flex-m--flex_direction_column {
    flex-direction: column;
  }
  .h-flex-m--flex_direction_row {
    flex-direction: column;
  }
  .h-flex-m--wrap {
    flex-wrap: wrap;
  }
}
.lr-max-container {
  max-width: 1920px;
  margin: auto;
}

.lr-container {
  max-width: 1506px;
  margin: auto;
}
.lr-container--small {
  margin: auto;
  max-width: 1220px;
}
.lr-container--xsmall {
  margin: auto;
  max-width: 1000px;
}
.lr-container__video {
  width: 640px;
  height: 0;
  overflow: hidden;
  padding-top: 56.5%;
  position: relative;
}
.lr-container__video--content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lr-container__video--xl {
  width: 850px !important;
}
@media (max-width: 700px) {
  .lr-container__video--xl {
    width: 100vw;
  }
}
@media (max-width: 700px) {
  .lr-container__video {
    width: 100vw;
  }
}

.lr-wrapper {
  max-width: 1220px;
  margin: auto;
}
.lr-wrapper--small {
  max-width: 1000px;
  margin: auto;
}
.lr-wrapper--xsmall {
  max-width: 600px;
  margin: auto;
}
.lr-wrapper--xxsmall {
  max-width: 400px;
  margin: auto;
}
.lr-wrapper--xxxsmall {
  max-width: 300px;
  margin: auto;
}
.lr-wrapper--wide {
  max-width: 1506px;
  margin: auto;
}

.lr-flex--aic {
  align-items: center;
}
.lr-flex--jcc {
  justify-content: center;
}

.lr-flexwrap {
  display: flex;
}
.lr-flexwrap--justify {
  display: flex;
  justify-content: center;
}
.lr-flexwrap--align {
  display: flex;
  align-items: center;
}
.lr-flexwrap--space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lr-flex-wrapper {
  display: flex;
}
.lr-flex-wrapper--wrap {
  display: flex;
  flex-wrap: wrap;
}
.lr-flex-wrapper--column {
  display: flex;
  flex-direction: column;
}
.lr-flex-wrapper--evenly {
  justify-content: space-evenly;
}
.lr-flex-wrapper--column-end {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.lr-flex-wrapper--justify {
  display: flex;
  justify-content: center;
}
.lr-flex-wrapper--between {
  display: flex;
  justify-content: space-between;
}
.lr-flex-wrapper--align {
  display: flex;
  align-items: center;
}
.lr-flex-wrapper--align-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lr-flex-wrapper--center {
  display: flex;
  justify-content: center;
}
.lr-flex-wrapper--start-center {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.lr-flex-wrapper--start-center-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lr-flex-wrapper--center-start {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.lr-flex-wrapper--center-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.lr-flex-wrapper--center-around {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.lr-flex-wrapper--center-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.lr-flex-wrapper--center-center-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lr-flex-wrapper--top-around {
  align-items: top;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 750px) {
  .lr-flex-wrapper-s {
    display: flex;
  }
  .lr-flex-wrapper-s--wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .lr-flex-wrapper-s--column {
    display: flex;
    flex-direction: column;
  }
  .lr-flex-wrapper-s--column-end {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
  }
  .lr-flex-wrapper-s--justify {
    display: flex;
    justify-content: center;
  }
  .lr-flex-wrapper-s--between {
    display: flex;
    justify-content: space-between;
  }
  .lr-flex-wrapper-s--align {
    display: flex;
    align-items: center;
  }
  .lr-flex-wrapper-s--center {
    display: flex;
    justify-content: center;
  }
  .lr-flex-wrapper-s--start-center {
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
  .lr-flex-wrapper-s--start-center-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lr-flex-wrapper-s--center-start {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
  .lr-flex-wrapper-s--center-between {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .lr-flex-wrapper-s--center-around {
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
  .lr-flex-wrapper-s--center-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .lr-flex-wrapper-s--center-center-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lr-flex-wrapper-s--top-around {
    align-items: top;
    display: flex;
    justify-content: space-around;
  }
}
.lr-flex-item__w--max-300 {
  position: relative;
  max-width: 300px;
  min-width: 240px;
}
.lr-flex-item__w--max-340 {
  position: relative;
  max-width: 340px;
  min-width: 280px;
}
.lr-flex-item__w--max-400 {
  position: relative;
  max-width: 400px;
  min-width: 280px;
}
@media (max-width: 750px) {
  .lr-flex-item__w--max-400 {
    min-width: 100%;
    max-width: 100%;
  }
}
.lr-flex-item__w--max-450 {
  position: relative;
  max-width: 450px;
  min-width: 450px;
}
@media (max-width: 750px) {
  .lr-flex-item__w--max-450 {
    min-width: 100%;
    max-width: 100%;
  }
}
.lr-flex-item__w--max-500 {
  position: relative;
  max-width: 500px;
  min-width: 280px;
}
.lr-flex-item__w--max-50p {
  position: relative;
  max-width: 50%;
}
@media (max-width: 750px) {
  .lr-flex-item__w--max-50p {
    max-width: 100%;
  }
}
.lr-flex-item__w--max-600 {
  position: relative;
  max-width: 600px;
  min-width: 280px;
}
.lr-flex-item__w--max-800 {
  position: relative;
  max-width: 800px;
  min-width: 280px;
}
.lr-flex-item__w--max-900 {
  position: relative;
  max-width: 800px;
  min-width: 280px;
}
.lr-flex-item__w--max-1000 {
  position: relative;
  max-width: 1000px;
  min-width: 280px;
}

.lr-flex--grow {
  flex-grow: 1;
}
.lr-flex--1 {
  flex: 1;
}
.lr-flex--2 {
  flex: 2;
}
.lr-flex--3 {
  flex: 3;
}

.lr-flexbutton {
  display: flex;
  align-items: center;
}

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

@media (min-width: 676px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .lr-flex-wrapper--center-large {
    display: "flex";
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .lr-flex-wrapper--center-medium {
    display: "flex";
    justify-content: center;
  }
  .lr-flex-wrapper__medium-order--first {
    order: -1;
  }
}
@media (max-width: 600px) {
  .lr-flex-wrapper--center-mobile {
    display: "flex";
    justify-content: center;
  }
  .lr-flex-wrapper--padding-mobile {
    display: flex;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  .lr-flex-wrapper--between-mobile {
    display: flex;
    justify-content: space-between;
  }
  .lr-flex-wrapper--fill-mobile {
    display: flex;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .lr-flex-wrapper--column-mobile {
    display: flex;
    flex-direction: column;
  }
  .lr-flex-wrapper__m-order--first {
    order: -1;
  }
  .lr-flex-wrapper-m-wap {
    flex-wrap: wrap;
  }
}
.form-control-container {
  position: relative;
  margin-bottom: 0;
}

.form-control-container .sm-label {
  position: absolute;
  font-size: 11px;
  left: 28px;
  top: 5px;
  left: 15px;
  display: none;
}

.c-vtb__form--item .sm-label {
  position: absolute;
  font-size: 11px;
  left: 28px;
  top: 1px;
  left: 15px;
  display: none;
}

.form-control-container label {
  font-size: 10px;
  margin-bottom: 0 !important;
}

.form-control-container .form-control {
  padding-top: 22px !important;
  margin-bottom: 0 !important;
  height: 50px;
}

.form-control-container .form-control::placeholder {
  color: #505759;
  opacity: 0.8;
}

.form-control-container .form-control-no-label {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 892px) {
  .form-control-container {
    margin: 10px auto !important;
  }
}
@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.lr-btn--wide {
  width: 256px;
  padding: 8px 30px;
  font-size: 18px;
  font-family: "Jaunt", helvetica, sans-serif;
  cursor: pointer;
  border: none;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .lr-btn-m--wide {
    width: 300px;
  }
  .lr-btn-m--max {
    width: 100%;
  }
  .lr-btn-m--thin {
    padding: 8px 15px !important;
  }
}
.lr-btn {
  padding: 8px 30px;
  font-size: 16px;
  font-family: "Jaunt", helvetica, sans-serif;
  font-weight: 500;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 23px;
  letter-spacing: 1.5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.lr-btn--loading {
  position: relative;
}
.lr-btn--loading:after {
  position: absolute;
  background-color: #e87722;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -20 40 40"><style>circle{animation:4s a infinite linear,3s o infinite linear;}@keyframes a{from{stroke-dasharray:100 0;}50%{stroke-dasharray:0 100;}to{stroke-dasharray:100 0;}}@keyframes o{from{stroke-dashoffset:75;}to{stroke-dashoffset:375;}}</style><circle r="15.9154943092" stroke-width="7" fill="none" stroke="white"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.lr-btn:hover {
  filter: brightness(95%);
}
.lr-btn__primary {
  color: #ffffff;
  background: #e87722;
}
.lr-btn__primary:hover {
  color: #ffffff;
}
.lr-btn__cta {
  font-size: 20px;
  padding: 10px 30px;
}
.lr-btn__secondary--green, .lr-btn__secondary {
  color: #ffffff;
  background: #6aaeaa;
}
.lr-btn__secondary--gray {
  color: #ffffff;
  background: #505759;
}
.lr-btn__secondary--blue {
  color: #ffffff;
  background: #53a6c4;
}
.lr-btn__secondary--yellow {
  color: #ffffff;
  background: #ffc600;
}
.lr-btn__tertiary--orange {
  color: #e87722;
  background: #ffffff;
  border: 2px solid #e87722;
}
.lr-btn__tertiary--orange:hover {
  color: white;
  background: #e87722;
  filter: brightness(100%);
}
.lr-btn__tertiary--gray {
  color: #505759;
  background: #ffffff;
  border: 2px solid #505759;
}
.lr-btn__knockout {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
}
.lr-btn__knockout--gray {
  color: #505759;
  border: 2px solid #505759;
  background: transparent;
}

.lr-btn2 {
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: white;
  background: #e87722;
}

.lr-btn2:hover {
  transition: background 0.25s linear;
}

button:hover {
  cursor: pointer;
}

.lr-ui-form__label {
  display: block;
  margin-bottom: 4px;
}
.lr-ui-form__input, .lr-ui-form__select, .lr-ui-form__textarea {
  border: none;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 10px;
  padding-left: 5px;
}
.lr-ui-form__input:disabled, .lr-ui-form__select:disabled, .lr-ui-form__textarea:disabled {
  cursor: not-allowed;
}
@media (max-width: 750px) {
  .lr-ui-form__input, .lr-ui-form__select, .lr-ui-form__textarea {
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.lr-ui-3-pol {
  padding: 20px 0;
}
.lr-ui-3-pol__h2 {
  font-size: 1.375em;
}
.lr-ui-3-pol__about {
  padding: 30px 0;
}
.lr-ui-3-pol__about--blurb {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: 1100px;
  margin-bottom: 15px;
}
.lr-ui-3-pol__about--wrapper {
  display: flex;
  justify-content: center;
}
.lr-ui-3-pol__about--card {
  width: 280px;
  box-shadow: 1px 1px 10px #a7a8aa;
  margin: 0 10px;
  background: white;
  max-width: 100%;
  order: 2;
}
.lr-ui-3-pol__about--link {
  color: #505759;
}
.lr-ui-3-pol__about--image {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.lr-ui-3-pol__about--subheader {
  padding: 0 10px;
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 1.388em;
  margin-top: 10px;
  margin-bottom: 0;
}
.lr-ui-3-pol__about--text {
  padding-left: 10px;
  margin-top: 5px;
  padding-right: 0px !important;
}
.lr-ui-3-pol__about--list {
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 900;
}
.lr-ui-3-pol__about--bullet {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .lr-ui-3-pol {
    padding-bottom: 0px;
  }
  .lr-ui-3-pol__h2 {
    font-size: 1.375em;
  }
  .lr-ui-3-pol__about--wrapper {
    flex-direction: column;
  }
  .lr-ui-3-pol__about--card {
    margin: 10px auto;
    width: 90%;
  }
  .lr-ui-3-pol__about--text {
    width: 100%;
  }
}
.lr-ui-3-pol-icon {
  padding: 20px 0;
}
.lr-ui-3-pol-icon__h2 {
  font-size: 1.375em;
}
.lr-ui-3-pol-icon__about {
  padding: 30px 0;
}
.lr-ui-3-pol-icon__about--blurb {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: 1100px;
  margin-bottom: 15px;
}
.lr-ui-3-pol-icon__about--wrapper {
  display: flex;
  justify-content: center;
}
.lr-ui-3-pol-icon__about--card {
  width: 380px;
  max-width: 380px;
  box-shadow: 1px 1px 10px #a7a8aa;
  margin: 0 10px;
  background: white;
  max-width: 100%;
  order: 2;
  padding: 20px;
}
.lr-ui-3-pol-icon__about--list {
  margin-top: 15px;
  margin-bottom: 0px;
}
.lr-ui-3-pol-icon__about--image {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 70px;
  align-self: center;
  object-fit: contain;
  width: 100%;
  display: flex;
}
.lr-ui-3-pol-icon__about--subheader {
  padding: 0 10px;
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.lr-ui-3-pol-icon__about--bullet {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .lr-ui-3-pol-icon {
    padding-bottom: 0px;
  }
  .lr-ui-3-pol-icon__h2 {
    font-size: 1.375em;
  }
  .lr-ui-3-pol-icon__about--wrapper {
    flex-direction: column;
  }
  .lr-ui-3-pol-icon__about--card {
    margin: 10px auto;
    width: 90%;
  }
  .lr-ui-3-pol-icon__about--text {
    width: 100%;
  }
}
.lr-ui-test {
  padding: 20px 20px;
}
.lr-ui-test__h2 {
  font-size: 1.375em;
}
.lr-ui-test__about {
  padding: 30px 0;
}
.lr-ui-test__about--blurb {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: 1100px;
  margin-bottom: 15px;
}
.lr-ui-test__about--wrapper {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lr-ui-test__about--card {
  min-width: 31%;
  width: 31%;
  box-shadow: 1px 1px 10px #a7a8aa;
  margin: 0 1.3%;
  background: white;
  max-width: 100%;
  padding: 20px;
}
.lr-ui-test__about--list {
  margin-top: 15px;
  margin-bottom: 0px;
}
.lr-ui-test__about--image {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 70px;
  align-self: center;
  object-fit: contain;
  width: 100%;
  display: flex;
}
.lr-ui-test__about--subheader {
  padding: 0 10px;
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.lr-ui-test__about--bullet {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .lr-ui-test {
    padding-bottom: 0px;
  }
  .lr-ui-test__h2 {
    font-size: 1.375em;
  }
  .lr-ui-test__about--card {
    margin: 10px 5%;
    min-width: 90%;
    width: 90%;
  }
  .lr-ui-test__about--text {
    width: 100%;
  }
}
.lr-ui-card-grid {
  padding: 20px 0;
}
.lr-ui-card-grid__h2 {
  font-size: 1.5em;
}
.lr-ui-card-grid__about {
  padding: 30px 0;
}
.lr-ui-card-grid__about--blurb {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: 1100px;
  margin-bottom: 15px;
}
.lr-ui-card-grid__about--wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lr-ui-card-grid__about--card {
  width: 350px;
  box-shadow: 1px 1px 10px #a7a8aa;
  margin: 20px 10px;
  background: white;
  max-width: 100%;
}
.lr-ui-card-grid__about--link {
  color: #505759;
}
.lr-ui-card-grid__about--image {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.lr-ui-card-grid__about--subheader {
  padding: 0 10px;
  font-family: "Traverse-Bold", Arial, sans-serif;
  font-size: 1.388em;
  margin-top: 10px;
  margin-bottom: 0;
}
.lr-ui-card-grid__about--text {
  padding-left: 10px;
  margin-top: 5px;
  padding-right: 0px !important;
}
.lr-ui-card-grid__about--list {
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 900;
}
.lr-ui-card-grid__about--bullet {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .lr-ui-card-grid {
    padding-bottom: 0px;
  }
  .lr-ui-card-grid__h2 {
    font-size: 1.375em;
  }
  .lr-ui-card-grid__about--wrapper {
    flex-direction: column;
  }
  .lr-ui-card-grid__about--card {
    margin: 10px auto;
    width: 90%;
  }
  .lr-ui-card-grid__about--text {
    width: 100%;
  }
}
.lr-ui-infobox__wrapper {
  -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.51);
}
.lr-ui-infobox__content {
  text-align: center;
  padding: 20px;
}
.lr-ui-infobox__image {
  height: 20px;
  object-fit: cover;
  min-height: 200px;
  width: 30%;
  object-position: 50% 20%;
}

@media screen and (max-width: 750px) {
  .lr-ui-infobox__wrapper {
    display: block;
  }
  .lr-ui-infobox__image {
    width: 100%;
  }
}
.curved-underline {
  width: 320px;
  height: 40px;
  margin-top: -10px;
  border: solid 7px #e87722;
  border-color: #e87722 transparent transparent;
  border-radius: 40% 50% 0 0;
  opacity: 0.8;
}

.lr-ui-card__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.lr-ui-card__container {
  width: 250px !important;
  max-width: 250px !important;
  min-width: 250px !important;
  padding: 0 !important;
  position: relative !important;
  padding: 0 !important;
  height: 60px !important;
}
.lr-ui-card__text {
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 5px;
  left: 97px;
}

@media screen and (max-width: 750px) {
  .lr-ui-card__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 70px;
    object-fit: cover;
  }
  .lr-ui-card__container {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
    padding: 0 !important;
    position: relative !important;
    padding: 0 !important;
    height: 70px !important;
  }
  .lr-ui-card__text {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 2px;
    left: 67px;
    font-size: 10pt;
  }
}
.lr-ui-f-banner {
  display: flex;
  max-width: 1506px;
  height: 350px;
  margin-bottom: 40px;
}
.lr-ui-f-banner__main {
  position: relative;
  width: 100%;
  min-height: 350px;
}
@media screen and (max-width: 640px) {
  .lr-ui-f-banner__main {
    min-height: 200px;
  }
}
.lr-ui-f-banner__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
  min-height: 380px;
}
@media screen and (max-width: 640px) {
  .lr-ui-f-banner__image {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .lr-ui-f-banner__image {
    min-height: 180px;
  }
}
.lr-ui-f-banner__orange {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 10px 40px;
  background-color: #e87722;
  z-index: 9;
}
.lr-ui-f-banner--title {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 2;
  display: flex;
  align-items: center;
}

.lr-ui-r-image {
  object-fit: cover;
}

.hide-desktop,
.hide-desktop-flex-mobile,
.hide {
  display: none !important;
}

@media screen and (max-width: 650px) {
  .lr-ui-f-banner {
    height: 250px;
    margin-bottom: 20px;
  }
  .lr-ui-f-banner__orange {
    padding: 0px 10px;
    width: 100%;
    text-align: left;
  }
  .hide_mobile,
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-desktop-flex-mobile {
    display: flex !important;
  }
}
.lr-ui-2btn {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 450px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}
.lr-ui-2btn a {
  width: 100%;
  margin: 5px;
  text-align: center;
  max-width: 200px;
}

@media screen and (max-width: 440px) {
  .lr-ui-2btn {
    justify-content: center;
  }
  .lr-ui-2btn a {
    max-width: 100%;
  }
}
.lr-ui-cbenefits {
  text-align: center;
  margin: 20px auto;
}
.lr-ui-cbenefits__option {
  height: 40px;
  line-height: 40px;
  min-width: 110px;
  text-align: center;
  white-space: nowrap;
  padding: 0 9px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px none #ced0d3;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12);
  background-color: white;
  font-size: 12px;
  color: rgba(12, 18, 28, 0.87);
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__option {
    height: 35px;
    line-height: 35px;
  }
}
.lr-ui-cbenefits__option.cbenefitselected {
  background-color: #6aaeaa !important;
  cursor: pointer;
}
.lr-ui-cbenefits__option:hover {
  background-color: #cacdd2;
  cursor: pointer;
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__header {
    font-size: 24px;
  }
}
.lr-ui-cbenefits__container {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
  min-height: 530px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__container {
    min-height: 1px;
    width: 100%;
  }
}
.lr-ui-cbenefits__container--img {
  width: 100%;
  object-fit: contain;
  max-height: 75vh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 0;
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__container--img {
    object-position: 0px -25px;
  }
}
.lr-ui-cbenefits__content {
  background: white;
  width: 400px;
  max-width: 90%;
  text-align: left;
  padding: 20px 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  margin-left: 4%;
  position: relative;
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__content {
    margin: 0 auto;
    margin-top: 120px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
}
.lr-ui-cbenefits__content--subheader {
  padding: 0 20px;
  font-weight: bold;
}
.lr-ui-cbenefits__content--p {
  padding: 10px 20px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__content--p {
    margin-bottom: 20px;
  }
}
.lr-ui-cbenefits__content--bullet {
  padding: 0 25px;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .lr-ui-cbenefits__content--bullet {
    margin-bottom: 20px;
  }
}
.lr-ui-cbenefits__content--bullet-icon {
  float: left;
  font-size: 25px;
  line-height: 50px;
  margin-top: -10px;
  padding-right: 40px;
}
.lr-ui-cbenefits__content--bullet-text {
  line-height: 17px;
  font-size: 15px;
}

.lr-ui-4c_wrapper {
  display: flex;
  justify-content: center;
}
.lr-ui-4c_card {
  width: 460px;
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0px rgba(80, 87, 89, 0.4666666667);
}
@media (max-width: 700px) {
  .lr-ui-4c_card {
    width: 100%;
    padding: 10px;
    min-height: 80px;
  }
}
.lr-ui-4c_card--container {
  display: flex;
  align-self: center;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
}
.lr-ui-4c_card--image {
  width: 125px;
  height: 125px;
  object-fit: contain;
}
@media (max-width: 700px) {
  .lr-ui-4c_card--image {
    width: 75px;
    min-width: 75px;
    height: 75px;
    min-height: 75px;
  }
}
.lr-ui-4c_card--text {
  text-align: left;
  margin-left: 20px;
}
.lr-ui-4c_card--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.lr-ui-4c_card--body {
  width: unset;
}

.lr-ui-tile-grid__tile {
  max-width: 400px;
  min-width: 280px;
}
.lr-ui-tile-grid__img {
  width: 72px;
}

.notify-bubble-lr {
  position: absolute;
  top: 10px;
  padding: 2px;
  background-color: #f5a623;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 20px;
  background-color: #53a6c4;
}

.breadcrumb-absolute {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 2;
}

.currency-select {
  position: absolute;
  right: 60px;
  top: 30px;
  display: block !important;
}

.focus-animation {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  animation: focus 2s ease-in;
  -webkit-animation: focus 2s ease-in;
}

@keyframes focus {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #ffc600;
  }
  100% {
    border-color: transparent;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  font-size: 12px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.h-overlay--orange {
  width: 100%;
  background: linear-gradient(rgba(232, 119, 34, 0.5), rgba(232, 119, 34, 0.5));
}
.h-overlay--black {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.h-overlay--green {
  width: 100%;
  background: linear-gradient(rgba(106, 174, 170, 0.5), rgba(106, 174, 170, 0.5));
}
.h-overlay--blue {
  width: 100%;
  background: linear-gradient(rgba(83, 166, 196, 0.5), rgba(83, 166, 196, 0.5));
}
.h-overlay--gray3 {
  width: 100%;
  background: linear-gradient(rgba(80, 87, 89, 0.5), rgba(80, 87, 89, 0.5));
}
.h-overlay--gray3_20 {
  width: 100%;
  background: linear-gradient(rgba(80, 87, 89, 0.2), rgba(80, 87, 89, 0.2));
}

@media (max-width: 700px) {
  .h-overlay-m--none {
    background: none !important;
    background-color: none !important;
  }
}
@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.h-background--transparent {
  background-color: transparent;
}
.h-background--orange {
  background-color: #e87722;
}
.h-background--green {
  background-color: #6aaeaa;
}
.h-background--blue {
  background-color: #53a6c4;
}
.h-background--yellow {
  background-color: #ffc600;
}
.h-background--yellow-important {
  background-color: #ffc600 !important;
}
.h-background--yellow-orange {
  background: #ffc600;
  background: -moz-linear-gradient(90deg, #ffc600 30%, #e87722 100%);
  background: -webkit-linear-gradient(90deg, #ffc600 30%, #e87722 100%);
  background: linear-gradient(90deg, #ffc600 30%, #e87722 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
}
.h-background--gray2 {
  background-color: #a7a8aa;
}
.h-background--gray3 {
  background-color: #505759;
}
.h-background--white {
  background-color: #ffffff;
}
.h-background--white1 {
  background-color: #f2f2f2;
}
.h-background--fill {
  background-color: #f5f5f5;
}
.h-background--largeFoxTrotHead {
  background-image: url("../images/logos/foxtrot_large_head.png");
  background-position: left;
  background-repeat: no-repeat;
}
.h-background--medFoxTrotHead {
  background-image: url("../images/logos/foxtrot_med_head.png");
  background-position: left;
  background-repeat: no-repeat;
}
.h-background--lr-white1-transparent-white1 {
  background: #ffffff;
  background: -moz-linear-gradient(90deg, #f2f2f2 0%, transparent 30%, transparent 70%, #f2f2f2 100%);
  background: -webkit-linear-gradient(90deg, #f2f2f2 0%, transparent 30%, transparent 70%, #f2f2f2 100%);
  background: linear-gradient(90deg, #f2f2f2 0%, transparent 30%, transparent 70%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
}
@media (max-width: 750px) {
  .h-background--m-tp-white1-transparent-white1 {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, #f2f2f2 0%, transparent 30%, transparent 70%, #f2f2f2 100%);
    background: -webkit-linear-gradient(0deg, #f2f2f2 0%, transparent 30%, transparent 70%, #f2f2f2 100%);
    background: linear-gradient(0deg, #f2f2f2 0%, transparent 30%, transparent 70%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
  }
}

.h-box-shadow--gray1 {
  box-shadow: 1px 1px 10px #d9d9d6;
}
.h-box-shadow--gray2 {
  box-shadow: 1px 1px 10px #a7a8aa;
}
.h-box-shadow--gray3 {
  box-shadow: 1px 1px 10px #505759;
}
.h-box-shadow--orange {
  box-shadow: 1px 1px 10px #e87722;
}

.h-height--10 {
  height: 10px !important;
}
.h-height--16 {
  height: 16px !important;
}
.h-height--18 {
  height: 18px !important;
}
.h-height--20 {
  height: 20px !important;
}
.h-height--30 {
  height: 30px !important;
}
.h-height--35 {
  height: 35px !important;
}
.h-height--40 {
  height: 40px !important;
}
.h-height--50 {
  height: 50px !important;
}
.h-height--60 {
  height: 60px !important;
}
.h-height--70 {
  height: 70px !important;
}
.h-height--80 {
  height: 80px !important;
}
.h-height--90 {
  height: 90px !important;
}
.h-height--100 {
  height: 100px !important;
}
.h-height--120 {
  height: 120px !important;
}
.h-height--140 {
  height: 140px !important;
}
.h-height--160 {
  height: 160px !important;
}
.h-height--180 {
  height: 180px !important;
}
.h-height--200 {
  height: 200px !important;
}
.h-height--220 {
  height: 220px !important;
}
.h-height--240 {
  height: 240px !important;
}
.h-height--260 {
  height: 260px !important;
}
.h-height--280 {
  height: 280px !important;
}
.h-height--300 {
  height: 300px !important;
}
.h-height--350 {
  height: 350px !important;
}
.h-height--400 {
  height: 400px !important;
}
.h-height--450 {
  height: 450px !important;
}
.h-height--500 {
  height: 500px !important;
}
.h-height--600 {
  height: 600px !important;
}
.h-height--700 {
  height: 700px !important;
}
.h-height--800 {
  height: 800px !important;
}
.h-height--900 {
  height: 900px !important;
}
.h-height--1000 {
  height: 1000px !important;
}
.h-height--100vh {
  height: 100vh;
}

@media (max-width: 700px) {
  .h-height-m--10 {
    height: 10px !important;
  }
  .h-height-m--16 {
    height: 16px !important;
  }
  .h-height-m--18 {
    height: 18px !important;
  }
  .h-height-m--20 {
    height: 20px !important;
  }
  .h-height-m--30 {
    height: 30px !important;
  }
  .h-height-m--35 {
    height: 35px !important;
  }
  .h-height-m--40 {
    height: 40px !important;
  }
  .h-height-m--50 {
    height: 50px !important;
  }
  .h-height-m--60 {
    height: 60px !important;
  }
  .h-height-m--70 {
    height: 70px !important;
  }
  .h-height-m--80 {
    height: 80px !important;
  }
  .h-height-m--90 {
    height: 90px !important;
  }
  .h-height-m--100 {
    height: 100px !important;
  }
  .h-height-m--120 {
    height: 120px !important;
  }
  .h-height-m--140 {
    height: 140px !important;
  }
  .h-height-m--160 {
    height: 160px !important;
  }
  .h-height-m--180 {
    height: 180px !important;
  }
  .h-height-m--200 {
    height: 200px !important;
  }
  .h-height-m--220 {
    height: 220px !important;
  }
  .h-height-m--240 {
    height: 240px !important;
  }
  .h-height-m--260 {
    height: 260px !important;
  }
  .h-height-m--280 {
    height: 280px !important;
  }
  .h-height-m--300 {
    height: 300px !important;
  }
  .h-height-m--350 {
    height: 350px !important;
  }
  .h-height-m--400 {
    height: 400px !important;
  }
  .h-height-m--450 {
    height: 450px !important;
  }
  .h-height-m--500 {
    height: 500px !important;
  }
  .h-height-m--600 {
    height: 600px !important;
  }
  .h-height-m--700 {
    height: 700px !important;
  }
  .h-height-m--800 {
    height: 800px !important;
  }
  .h-height-m--900 {
    height: 900px !important;
  }
  .h-height-m--1000 {
    height: 1000px !important;
  }
  .h-height-m--100vh {
    height: 100vh !important;
    max-height: 100% !important;
  }
}
.h-min-height--10 {
  min-height: 10px !important;
}
.h-min-height--16 {
  min-height: 16px !important;
}
.h-min-height--18 {
  min-height: 18px !important;
}
.h-min-height--20 {
  min-height: 20px !important;
}
.h-min-height--30 {
  min-height: 30px !important;
}
.h-min-height--35 {
  min-height: 35px !important;
}
.h-min-height--40 {
  min-height: 40px !important;
}
.h-min-height--50 {
  min-height: 50px !important;
}
.h-min-height--60 {
  min-height: 60px !important;
}
.h-min-height--70 {
  min-height: 70px !important;
}
.h-min-height--80 {
  min-height: 80px !important;
}
.h-min-height--90 {
  min-height: 90px !important;
}
.h-min-height--100 {
  min-height: 100px !important;
}
.h-min-height--120 {
  min-height: 120px !important;
}
.h-min-height--140 {
  min-height: 140px !important;
}
.h-min-height--160 {
  min-height: 160px !important;
}
.h-min-height--180 {
  min-height: 180px !important;
}
.h-min-height--200 {
  min-height: 200px !important;
}
.h-min-height--220 {
  min-height: 220px !important;
}
.h-min-height--240 {
  min-height: 240px !important;
}
.h-min-height--260 {
  min-height: 260px !important;
}
.h-min-height--280 {
  min-height: 280px !important;
}
.h-min-height--300 {
  min-height: 300px !important;
}
.h-min-height--350 {
  min-height: 350px !important;
}
.h-min-height--400 {
  min-height: 400px !important;
}
.h-min-height--450 {
  min-height: 450px !important;
}
.h-min-height--500 {
  min-height: 500px !important;
}
.h-min-height--600 {
  min-height: 600px !important;
}
.h-min-height--700 {
  min-height: 700px !important;
}
.h-min-height--800 {
  min-height: 800px !important;
}
.h-min-height--900 {
  min-height: 900px !important;
}
.h-min-height--1000 {
  min-height: 1000px !important;
}
.h-min-height--100vh {
  min-height: 100vh;
}

@media (max-width: 700px) {
  .h-min-height-m--10 {
    min-height: 10px !important;
  }
  .h-min-height-m--16 {
    min-height: 16px !important;
  }
  .h-min-height-m--18 {
    min-height: 18px !important;
  }
  .h-min-height-m--20 {
    min-height: 20px !important;
  }
  .h-min-height-m--30 {
    min-height: 30px !important;
  }
  .h-min-height-m--35 {
    min-height: 35px !important;
  }
  .h-min-height-m--40 {
    min-height: 40px !important;
  }
  .h-min-height-m--50 {
    min-height: 50px !important;
  }
  .h-min-height-m--60 {
    min-height: 60px !important;
  }
  .h-min-height-m--70 {
    min-height: 70px !important;
  }
  .h-min-height-m--80 {
    min-height: 80px !important;
  }
  .h-min-height-m--90 {
    min-height: 90px !important;
  }
  .h-min-height-m--100 {
    min-height: 100px !important;
  }
  .h-min-height-m--120 {
    min-height: 120px !important;
  }
  .h-min-height-m--140 {
    min-height: 140px !important;
  }
  .h-min-height-m--160 {
    min-height: 160px !important;
  }
  .h-min-height-m--180 {
    min-height: 180px !important;
  }
  .h-min-height-m--200 {
    min-height: 200px !important;
  }
  .h-min-height-m--220 {
    min-height: 220px !important;
  }
  .h-min-height-m--240 {
    min-height: 240px !important;
  }
  .h-min-height-m--260 {
    min-height: 260px !important;
  }
  .h-min-height-m--280 {
    min-height: 280px !important;
  }
  .h-min-height-m--300 {
    min-height: 300px !important;
  }
  .h-min-height-m--350 {
    min-height: 350px !important;
  }
  .h-min-height-m--400 {
    min-height: 400px !important;
  }
  .h-min-height-m--450 {
    min-height: 450px !important;
  }
  .h-min-height-m--500 {
    min-height: 500px !important;
  }
  .h-min-height-m--600 {
    min-height: 600px !important;
  }
  .h-min-height-m--700 {
    min-height: 700px !important;
  }
  .h-min-height-m--800 {
    min-height: 800px !important;
  }
  .h-min-height-m--900 {
    min-height: 900px !important;
  }
  .h-min-height-m--1000 {
    min-height: 1000px !important;
  }
  .h-min-height-m--100vh {
    min-height: 100vh !important;
  }
}
.h-width--100p {
  width: 100% !important;
}
.h-width--100vw {
  width: 100vw !important;
}
.h-width--10 {
  width: 10px !important;
  max-width: 100%;
}
.h-width--16 {
  width: 16px !important;
  max-width: 100%;
}
.h-width--18 {
  width: 18px !important;
  max-width: 100%;
}
.h-width--20 {
  width: 20px !important;
  max-width: 100%;
}
.h-width--30 {
  width: 30px !important;
  max-width: 100%;
}
.h-width--35 {
  width: 35px !important;
  max-width: 100%;
}
.h-width--40 {
  width: 40px !important;
  max-width: 100%;
}
.h-width--50 {
  width: 50px !important;
  max-width: 100%;
}
.h-width--60 {
  width: 60px !important;
  max-width: 100%;
}
.h-width--70 {
  width: 70px !important;
  max-width: 100%;
}
.h-width--80 {
  width: 80px !important;
  max-width: 100%;
}
.h-width--90 {
  width: 90px !important;
  max-width: 100%;
}
.h-width--100 {
  width: 100px !important;
  max-width: 100%;
}
.h-width--120 {
  width: 120px !important;
  max-width: 100%;
}
.h-width--140 {
  width: 140px !important;
  max-width: 100%;
}
.h-width--160 {
  width: 160px !important;
  max-width: 100%;
}
.h-width--180 {
  width: 180px !important;
  max-width: 100%;
}
.h-width--200 {
  width: 200px !important;
  max-width: 100%;
}
.h-width--220 {
  width: 220px !important;
  max-width: 100%;
}
.h-width--240 {
  width: 240px !important;
  max-width: 100%;
}
.h-width--260 {
  width: 260px !important;
  max-width: 100%;
}
.h-width--280 {
  width: 280px !important;
  max-width: 100%;
}
.h-width--300 {
  width: 300px !important;
  max-width: 100%;
}
.h-width--350 {
  width: 350px !important;
  max-width: 100%;
}
.h-width--400 {
  width: 400px !important;
  max-width: 100%;
}
.h-width--450 {
  width: 450px !important;
  max-width: 100%;
}
.h-width--500 {
  width: 500px !important;
  max-width: 100%;
}
.h-width--600 {
  width: 600px !important;
  max-width: 100%;
}
.h-width--700 {
  width: 700px !important;
  max-width: 100%;
}
.h-width--800 {
  width: 800px !important;
  max-width: 100%;
}
.h-width--900 {
  width: 900px !important;
  max-width: 100%;
}
.h-width--1000 {
  width: 1000px !important;
  max-width: 100%;
}

.h-min-width--100p {
  min-width: 100% !important;
}
.h-min-width--100vw {
  min-width: 100vw !important;
}
.h-min-width--10 {
  min-width: 10px !important;
}
.h-min-width--16 {
  min-width: 16px !important;
}
.h-min-width--18 {
  min-width: 18px !important;
}
.h-min-width--20 {
  min-width: 20px !important;
}
.h-min-width--30 {
  min-width: 30px !important;
}
.h-min-width--35 {
  min-width: 35px !important;
}
.h-min-width--40 {
  min-width: 40px !important;
}
.h-min-width--50 {
  min-width: 50px !important;
}
.h-min-width--60 {
  min-width: 60px !important;
}
.h-min-width--70 {
  min-width: 70px !important;
}
.h-min-width--80 {
  min-width: 80px !important;
}
.h-min-width--90 {
  min-width: 90px !important;
}
.h-min-width--100 {
  min-width: 100px !important;
}
.h-min-width--120 {
  min-width: 120px !important;
}
.h-min-width--140 {
  min-width: 140px !important;
}
.h-min-width--160 {
  min-width: 160px !important;
}
.h-min-width--180 {
  min-width: 180px !important;
}
.h-min-width--200 {
  min-width: 200px !important;
}
.h-min-width--220 {
  min-width: 220px !important;
}
.h-min-width--240 {
  min-width: 240px !important;
}
.h-min-width--260 {
  min-width: 260px !important;
}
.h-min-width--280 {
  min-width: 280px !important;
}
.h-min-width--300 {
  min-width: 300px !important;
}
.h-min-width--350 {
  min-width: 350px !important;
}
.h-min-width--400 {
  min-width: 400px !important;
}
.h-min-width--450 {
  min-width: 450px !important;
}
.h-min-width--500 {
  min-width: 500px !important;
}
.h-min-width--600 {
  min-width: 600px !important;
}
.h-min-width--700 {
  min-width: 700px !important;
}
.h-min-width--800 {
  min-width: 800px !important;
}
.h-min-width--900 {
  min-width: 900px !important;
}
.h-min-width--1000 {
  min-width: 1000px !important;
}

@media (max-width: 700px) {
  .h-min-width-m--100p {
    min-width: 100% !important;
  }
  .h-min-width-m--100vw {
    min-width: 100vw !important;
  }
  .h-min-width-m--10 {
    min-width: 10px !important;
  }
  .h-min-width-m--16 {
    min-width: 16px !important;
  }
  .h-min-width-m--18 {
    min-width: 18px !important;
  }
  .h-min-width-m--20 {
    min-width: 20px !important;
  }
  .h-min-width-m--30 {
    min-width: 30px !important;
  }
  .h-min-width-m--35 {
    min-width: 35px !important;
  }
  .h-min-width-m--40 {
    min-width: 40px !important;
  }
  .h-min-width-m--50 {
    min-width: 50px !important;
  }
  .h-min-width-m--60 {
    min-width: 60px !important;
  }
  .h-min-width-m--70 {
    min-width: 70px !important;
  }
  .h-min-width-m--80 {
    min-width: 80px !important;
  }
  .h-min-width-m--90 {
    min-width: 90px !important;
  }
  .h-min-width-m--100 {
    min-width: 100px !important;
  }
  .h-min-width-m--120 {
    min-width: 120px !important;
  }
  .h-min-width-m--140 {
    min-width: 140px !important;
  }
  .h-min-width-m--160 {
    min-width: 160px !important;
  }
  .h-min-width-m--180 {
    min-width: 180px !important;
  }
  .h-min-width-m--200 {
    min-width: 200px !important;
  }
  .h-min-width-m--220 {
    min-width: 220px !important;
  }
  .h-min-width-m--240 {
    min-width: 240px !important;
  }
  .h-min-width-m--260 {
    min-width: 260px !important;
  }
  .h-min-width-m--280 {
    min-width: 280px !important;
  }
  .h-min-width-m--300 {
    min-width: 300px !important;
  }
  .h-min-width-m--350 {
    min-width: 350px !important;
  }
  .h-min-width-m--400 {
    min-width: 400px !important;
  }
  .h-min-width-m--450 {
    min-width: 450px !important;
  }
  .h-min-width-m--500 {
    min-width: 500px !important;
  }
  .h-min-width-m--600 {
    min-width: 600px !important;
  }
  .h-min-width-m--700 {
    min-width: 700px !important;
  }
  .h-min-width-m--800 {
    min-width: 800px !important;
  }
  .h-min-width-m--900 {
    min-width: 900px !important;
  }
  .h-min-width-m--1000 {
    min-width: 1000px !important;
  }
}
@media (max-width: 700px) {
  .h-width-m--100p {
    width: 100% !important;
  }
  .h-width-m--100vw {
    width: 100vw !important;
  }
  .h-width-m--10 {
    width: 10px !important;
    max-width: 100%;
  }
  .h-width-m--16 {
    width: 16px !important;
    max-width: 100%;
  }
  .h-width-m--18 {
    width: 18px !important;
    max-width: 100%;
  }
  .h-width-m--20 {
    width: 20px !important;
    max-width: 100%;
  }
  .h-width-m--30 {
    width: 30px !important;
    max-width: 100%;
  }
  .h-width-m--35 {
    width: 35px !important;
    max-width: 100%;
  }
  .h-width-m--40 {
    width: 40px !important;
    max-width: 100%;
  }
  .h-width-m--50 {
    width: 50px !important;
    max-width: 100%;
  }
  .h-width-m--60 {
    width: 60px !important;
    max-width: 100%;
  }
  .h-width-m--70 {
    width: 70px !important;
    max-width: 100%;
  }
  .h-width-m--80 {
    width: 80px !important;
    max-width: 100%;
  }
  .h-width-m--90 {
    width: 90px !important;
    max-width: 100%;
  }
  .h-width-m--100 {
    width: 100px !important;
    max-width: 100%;
  }
  .h-width-m--120 {
    width: 120px !important;
    max-width: 100%;
  }
  .h-width-m--140 {
    width: 140px !important;
    max-width: 100%;
  }
  .h-width-m--160 {
    width: 160px !important;
    max-width: 100%;
  }
  .h-width-m--180 {
    width: 180px !important;
    max-width: 100%;
  }
  .h-width-m--200 {
    width: 200px !important;
    max-width: 100%;
  }
  .h-width-m--220 {
    width: 220px !important;
    max-width: 100%;
  }
  .h-width-m--240 {
    width: 240px !important;
    max-width: 100%;
  }
  .h-width-m--260 {
    width: 260px !important;
    max-width: 100%;
  }
  .h-width-m--280 {
    width: 280px !important;
    max-width: 100%;
  }
  .h-width-m--300 {
    width: 300px !important;
    max-width: 100%;
  }
  .h-width-m--350 {
    width: 350px !important;
    max-width: 100%;
  }
  .h-width-m--400 {
    width: 400px !important;
    max-width: 100%;
  }
  .h-width-m--450 {
    width: 450px !important;
    max-width: 100%;
  }
  .h-width-m--500 {
    width: 500px !important;
    max-width: 100%;
  }
  .h-width-m--600 {
    width: 600px !important;
    max-width: 100%;
  }
  .h-width-m--700 {
    width: 700px !important;
    max-width: 100%;
  }
  .h-width-m--800 {
    width: 800px !important;
    max-width: 100%;
  }
  .h-width-m--900 {
    width: 900px !important;
    max-width: 100%;
  }
  .h-width-m--1000 {
    width: 1000px !important;
    max-width: 100%;
  }
}
.h-align--left {
  text-align: left;
}
.h-align--center {
  text-align: center;
}
.h-align--right {
  text-align: right;
}

@media (max-width: 700px) {
  .h-align-m--left {
    text-align: left;
  }
  .h-align-m--center {
    text-align: center;
  }
  .h-align-m--right {
    text-align: right;
  }
}
.h-margin---20 {
  margin: -20px !important;
}
.h-margin__v---20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.h-margin__h---20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.h-margin__b---20 {
  margin-bottom: -20px !important;
}
.h-margin__t---20 {
  margin-top: -20px !important;
}
.h-margin__l---20 {
  margin-left: -20px !important;
}
.h-margin__r---20 {
  margin-right: -20px !important;
}
.h-margin---15 {
  margin: -15px !important;
}
.h-margin__v---15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.h-margin__h---15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.h-margin__b---15 {
  margin-bottom: -15px !important;
}
.h-margin__t---15 {
  margin-top: -15px !important;
}
.h-margin__l---15 {
  margin-left: -15px !important;
}
.h-margin__r---15 {
  margin-right: -15px !important;
}
.h-margin---10 {
  margin: -10px !important;
}
.h-margin__v---10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.h-margin__h---10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.h-margin__b---10 {
  margin-bottom: -10px !important;
}
.h-margin__t---10 {
  margin-top: -10px !important;
}
.h-margin__l---10 {
  margin-left: -10px !important;
}
.h-margin__r---10 {
  margin-right: -10px !important;
}
.h-margin---5 {
  margin: -5px !important;
}
.h-margin__v---5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.h-margin__h---5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.h-margin__b---5 {
  margin-bottom: -5px !important;
}
.h-margin__t---5 {
  margin-top: -5px !important;
}
.h-margin__l---5 {
  margin-left: -5px !important;
}
.h-margin__r---5 {
  margin-right: -5px !important;
}
.h-margin--0 {
  margin: 0px !important;
}
.h-margin__v--0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.h-margin__h--0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.h-margin__b--0 {
  margin-bottom: 0px !important;
}
.h-margin__t--0 {
  margin-top: 0px !important;
}
.h-margin__l--0 {
  margin-left: 0px !important;
}
.h-margin__r--0 {
  margin-right: 0px !important;
}
.h-margin--5 {
  margin: 5px !important;
}
.h-margin__v--5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.h-margin__h--5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.h-margin__b--5 {
  margin-bottom: 5px !important;
}
.h-margin__t--5 {
  margin-top: 5px !important;
}
.h-margin__l--5 {
  margin-left: 5px !important;
}
.h-margin__r--5 {
  margin-right: 5px !important;
}
.h-margin--8 {
  margin: 8px !important;
}
.h-margin__v--8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.h-margin__h--8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.h-margin__b--8 {
  margin-bottom: 8px !important;
}
.h-margin__t--8 {
  margin-top: 8px !important;
}
.h-margin__l--8 {
  margin-left: 8px !important;
}
.h-margin__r--8 {
  margin-right: 8px !important;
}
.h-margin--10 {
  margin: 10px !important;
}
.h-margin__v--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.h-margin__h--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.h-margin__b--10 {
  margin-bottom: 10px !important;
}
.h-margin__t--10 {
  margin-top: 10px !important;
}
.h-margin__l--10 {
  margin-left: 10px !important;
}
.h-margin__r--10 {
  margin-right: 10px !important;
}
.h-margin--12 {
  margin: 12px !important;
}
.h-margin__v--12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.h-margin__h--12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.h-margin__b--12 {
  margin-bottom: 12px !important;
}
.h-margin__t--12 {
  margin-top: 12px !important;
}
.h-margin__l--12 {
  margin-left: 12px !important;
}
.h-margin__r--12 {
  margin-right: 12px !important;
}
.h-margin--15 {
  margin: 15px !important;
}
.h-margin__v--15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.h-margin__h--15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.h-margin__b--15 {
  margin-bottom: 15px !important;
}
.h-margin__t--15 {
  margin-top: 15px !important;
}
.h-margin__l--15 {
  margin-left: 15px !important;
}
.h-margin__r--15 {
  margin-right: 15px !important;
}
.h-margin--16 {
  margin: 16px !important;
}
.h-margin__v--16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.h-margin__h--16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.h-margin__b--16 {
  margin-bottom: 16px !important;
}
.h-margin__t--16 {
  margin-top: 16px !important;
}
.h-margin__l--16 {
  margin-left: 16px !important;
}
.h-margin__r--16 {
  margin-right: 16px !important;
}
.h-margin--18 {
  margin: 18px !important;
}
.h-margin__v--18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.h-margin__h--18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.h-margin__b--18 {
  margin-bottom: 18px !important;
}
.h-margin__t--18 {
  margin-top: 18px !important;
}
.h-margin__l--18 {
  margin-left: 18px !important;
}
.h-margin__r--18 {
  margin-right: 18px !important;
}
.h-margin--20 {
  margin: 20px !important;
}
.h-margin__v--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.h-margin__h--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.h-margin__b--20 {
  margin-bottom: 20px !important;
}
.h-margin__t--20 {
  margin-top: 20px !important;
}
.h-margin__l--20 {
  margin-left: 20px !important;
}
.h-margin__r--20 {
  margin-right: 20px !important;
}
.h-margin--24 {
  margin: 24px !important;
}
.h-margin__v--24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.h-margin__h--24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.h-margin__b--24 {
  margin-bottom: 24px !important;
}
.h-margin__t--24 {
  margin-top: 24px !important;
}
.h-margin__l--24 {
  margin-left: 24px !important;
}
.h-margin__r--24 {
  margin-right: 24px !important;
}
.h-margin--25 {
  margin: 25px !important;
}
.h-margin__v--25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.h-margin__h--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.h-margin__b--25 {
  margin-bottom: 25px !important;
}
.h-margin__t--25 {
  margin-top: 25px !important;
}
.h-margin__l--25 {
  margin-left: 25px !important;
}
.h-margin__r--25 {
  margin-right: 25px !important;
}
.h-margin--30 {
  margin: 30px !important;
}
.h-margin__v--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.h-margin__h--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.h-margin__b--30 {
  margin-bottom: 30px !important;
}
.h-margin__t--30 {
  margin-top: 30px !important;
}
.h-margin__l--30 {
  margin-left: 30px !important;
}
.h-margin__r--30 {
  margin-right: 30px !important;
}
.h-margin--32 {
  margin: 32px !important;
}
.h-margin__v--32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.h-margin__h--32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.h-margin__b--32 {
  margin-bottom: 32px !important;
}
.h-margin__t--32 {
  margin-top: 32px !important;
}
.h-margin__l--32 {
  margin-left: 32px !important;
}
.h-margin__r--32 {
  margin-right: 32px !important;
}
.h-margin--40 {
  margin: 40px !important;
}
.h-margin__v--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.h-margin__h--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.h-margin__b--40 {
  margin-bottom: 40px !important;
}
.h-margin__t--40 {
  margin-top: 40px !important;
}
.h-margin__l--40 {
  margin-left: 40px !important;
}
.h-margin__r--40 {
  margin-right: 40px !important;
}
.h-margin--50 {
  margin: 50px !important;
}
.h-margin__v--50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.h-margin__h--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.h-margin__b--50 {
  margin-bottom: 50px !important;
}
.h-margin__t--50 {
  margin-top: 50px !important;
}
.h-margin__l--50 {
  margin-left: 50px !important;
}
.h-margin__r--50 {
  margin-right: 50px !important;
}
.h-margin--60 {
  margin: 60px !important;
}
.h-margin__v--60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.h-margin__h--60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.h-margin__b--60 {
  margin-bottom: 60px !important;
}
.h-margin__t--60 {
  margin-top: 60px !important;
}
.h-margin__l--60 {
  margin-left: 60px !important;
}
.h-margin__r--60 {
  margin-right: 60px !important;
}
.h-margin--70 {
  margin: 70px !important;
}
.h-margin__v--70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.h-margin__h--70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.h-margin__b--70 {
  margin-bottom: 70px !important;
}
.h-margin__t--70 {
  margin-top: 70px !important;
}
.h-margin__l--70 {
  margin-left: 70px !important;
}
.h-margin__r--70 {
  margin-right: 70px !important;
}
.h-margin--76 {
  margin: 76px !important;
}
.h-margin__v--76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.h-margin__h--76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}
.h-margin__b--76 {
  margin-bottom: 76px !important;
}
.h-margin__t--76 {
  margin-top: 76px !important;
}
.h-margin__l--76 {
  margin-left: 76px !important;
}
.h-margin__r--76 {
  margin-right: 76px !important;
}
.h-margin--80 {
  margin: 80px !important;
}
.h-margin__v--80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.h-margin__h--80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.h-margin__b--80 {
  margin-bottom: 80px !important;
}
.h-margin__t--80 {
  margin-top: 80px !important;
}
.h-margin__l--80 {
  margin-left: 80px !important;
}
.h-margin__r--80 {
  margin-right: 80px !important;
}
.h-margin--90 {
  margin: 90px !important;
}
.h-margin__v--90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.h-margin__h--90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.h-margin__b--90 {
  margin-bottom: 90px !important;
}
.h-margin__t--90 {
  margin-top: 90px !important;
}
.h-margin__l--90 {
  margin-left: 90px !important;
}
.h-margin__r--90 {
  margin-right: 90px !important;
}
.h-margin--100 {
  margin: 100px !important;
}
.h-margin__v--100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.h-margin__h--100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.h-margin__b--100 {
  margin-bottom: 100px !important;
}
.h-margin__t--100 {
  margin-top: 100px !important;
}
.h-margin__l--100 {
  margin-left: 100px !important;
}
.h-margin__r--100 {
  margin-right: 100px !important;
}
.h-margin--150 {
  margin: 150px !important;
}
.h-margin__v--150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.h-margin__h--150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
.h-margin__b--150 {
  margin-bottom: 150px !important;
}
.h-margin__t--150 {
  margin-top: 150px !important;
}
.h-margin__l--150 {
  margin-left: 150px !important;
}
.h-margin__r--150 {
  margin-right: 150px !important;
}
.h-margin--200 {
  margin: 200px !important;
}
.h-margin__v--200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.h-margin__h--200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.h-margin__b--200 {
  margin-bottom: 200px !important;
}
.h-margin__t--200 {
  margin-top: 200px !important;
}
.h-margin__l--200 {
  margin-left: 200px !important;
}
.h-margin__r--200 {
  margin-right: 200px !important;
}
.h-margin--250 {
  margin: 250px !important;
}
.h-margin__v--250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}
.h-margin__h--250 {
  margin-left: 250px !important;
  margin-right: 250px !important;
}
.h-margin__b--250 {
  margin-bottom: 250px !important;
}
.h-margin__t--250 {
  margin-top: 250px !important;
}
.h-margin__l--250 {
  margin-left: 250px !important;
}
.h-margin__r--250 {
  margin-right: 250px !important;
}
.h-margin--300 {
  margin: 300px !important;
}
.h-margin__v--300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}
.h-margin__h--300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}
.h-margin__b--300 {
  margin-bottom: 300px !important;
}
.h-margin__t--300 {
  margin-top: 300px !important;
}
.h-margin__l--300 {
  margin-left: 300px !important;
}
.h-margin__r--300 {
  margin-right: 300px !important;
}
.h-margin--auto {
  margin: auto;
}

@media (max-width: 700px) {
  .h-margin-m---20 {
    margin: -20px !important;
  }
  .h-margin-m__v---20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .h-margin-m__h---20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .h-margin-m__b---20 {
    margin-bottom: -20px !important;
  }
  .h-margin-m__t---20 {
    margin-top: -20px !important;
  }
  .h-margin-m__l---20 {
    margin-left: -20px !important;
  }
  .h-margin-m__r---20 {
    margin-right: -20px !important;
  }
  .h-margin-m---15 {
    margin: -15px !important;
  }
  .h-margin-m__v---15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .h-margin-m__h---15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .h-margin-m__b---15 {
    margin-bottom: -15px !important;
  }
  .h-margin-m__t---15 {
    margin-top: -15px !important;
  }
  .h-margin-m__l---15 {
    margin-left: -15px !important;
  }
  .h-margin-m__r---15 {
    margin-right: -15px !important;
  }
  .h-margin-m---10 {
    margin: -10px !important;
  }
  .h-margin-m__v---10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .h-margin-m__h---10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .h-margin-m__b---10 {
    margin-bottom: -10px !important;
  }
  .h-margin-m__t---10 {
    margin-top: -10px !important;
  }
  .h-margin-m__l---10 {
    margin-left: -10px !important;
  }
  .h-margin-m__r---10 {
    margin-right: -10px !important;
  }
  .h-margin-m---5 {
    margin: -5px !important;
  }
  .h-margin-m__v---5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .h-margin-m__h---5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .h-margin-m__b---5 {
    margin-bottom: -5px !important;
  }
  .h-margin-m__t---5 {
    margin-top: -5px !important;
  }
  .h-margin-m__l---5 {
    margin-left: -5px !important;
  }
  .h-margin-m__r---5 {
    margin-right: -5px !important;
  }
  .h-margin-m--0 {
    margin: 0px !important;
  }
  .h-margin-m__v--0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .h-margin-m__h--0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .h-margin-m__b--0 {
    margin-bottom: 0px !important;
  }
  .h-margin-m__t--0 {
    margin-top: 0px !important;
  }
  .h-margin-m__l--0 {
    margin-left: 0px !important;
  }
  .h-margin-m__r--0 {
    margin-right: 0px !important;
  }
  .h-margin-m--5 {
    margin: 5px !important;
  }
  .h-margin-m__v--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .h-margin-m__h--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .h-margin-m__b--5 {
    margin-bottom: 5px !important;
  }
  .h-margin-m__t--5 {
    margin-top: 5px !important;
  }
  .h-margin-m__l--5 {
    margin-left: 5px !important;
  }
  .h-margin-m__r--5 {
    margin-right: 5px !important;
  }
  .h-margin-m--8 {
    margin: 8px !important;
  }
  .h-margin-m__v--8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .h-margin-m__h--8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .h-margin-m__b--8 {
    margin-bottom: 8px !important;
  }
  .h-margin-m__t--8 {
    margin-top: 8px !important;
  }
  .h-margin-m__l--8 {
    margin-left: 8px !important;
  }
  .h-margin-m__r--8 {
    margin-right: 8px !important;
  }
  .h-margin-m--10 {
    margin: 10px !important;
  }
  .h-margin-m__v--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .h-margin-m__h--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .h-margin-m__b--10 {
    margin-bottom: 10px !important;
  }
  .h-margin-m__t--10 {
    margin-top: 10px !important;
  }
  .h-margin-m__l--10 {
    margin-left: 10px !important;
  }
  .h-margin-m__r--10 {
    margin-right: 10px !important;
  }
  .h-margin-m--12 {
    margin: 12px !important;
  }
  .h-margin-m__v--12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .h-margin-m__h--12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .h-margin-m__b--12 {
    margin-bottom: 12px !important;
  }
  .h-margin-m__t--12 {
    margin-top: 12px !important;
  }
  .h-margin-m__l--12 {
    margin-left: 12px !important;
  }
  .h-margin-m__r--12 {
    margin-right: 12px !important;
  }
  .h-margin-m--15 {
    margin: 15px !important;
  }
  .h-margin-m__v--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .h-margin-m__h--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .h-margin-m__b--15 {
    margin-bottom: 15px !important;
  }
  .h-margin-m__t--15 {
    margin-top: 15px !important;
  }
  .h-margin-m__l--15 {
    margin-left: 15px !important;
  }
  .h-margin-m__r--15 {
    margin-right: 15px !important;
  }
  .h-margin-m--16 {
    margin: 16px !important;
  }
  .h-margin-m__v--16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .h-margin-m__h--16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .h-margin-m__b--16 {
    margin-bottom: 16px !important;
  }
  .h-margin-m__t--16 {
    margin-top: 16px !important;
  }
  .h-margin-m__l--16 {
    margin-left: 16px !important;
  }
  .h-margin-m__r--16 {
    margin-right: 16px !important;
  }
  .h-margin-m--18 {
    margin: 18px !important;
  }
  .h-margin-m__v--18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .h-margin-m__h--18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .h-margin-m__b--18 {
    margin-bottom: 18px !important;
  }
  .h-margin-m__t--18 {
    margin-top: 18px !important;
  }
  .h-margin-m__l--18 {
    margin-left: 18px !important;
  }
  .h-margin-m__r--18 {
    margin-right: 18px !important;
  }
  .h-margin-m--20 {
    margin: 20px !important;
  }
  .h-margin-m__v--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .h-margin-m__h--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .h-margin-m__b--20 {
    margin-bottom: 20px !important;
  }
  .h-margin-m__t--20 {
    margin-top: 20px !important;
  }
  .h-margin-m__l--20 {
    margin-left: 20px !important;
  }
  .h-margin-m__r--20 {
    margin-right: 20px !important;
  }
  .h-margin-m--24 {
    margin: 24px !important;
  }
  .h-margin-m__v--24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .h-margin-m__h--24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .h-margin-m__b--24 {
    margin-bottom: 24px !important;
  }
  .h-margin-m__t--24 {
    margin-top: 24px !important;
  }
  .h-margin-m__l--24 {
    margin-left: 24px !important;
  }
  .h-margin-m__r--24 {
    margin-right: 24px !important;
  }
  .h-margin-m--25 {
    margin: 25px !important;
  }
  .h-margin-m__v--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .h-margin-m__h--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .h-margin-m__b--25 {
    margin-bottom: 25px !important;
  }
  .h-margin-m__t--25 {
    margin-top: 25px !important;
  }
  .h-margin-m__l--25 {
    margin-left: 25px !important;
  }
  .h-margin-m__r--25 {
    margin-right: 25px !important;
  }
  .h-margin-m--30 {
    margin: 30px !important;
  }
  .h-margin-m__v--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .h-margin-m__h--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .h-margin-m__b--30 {
    margin-bottom: 30px !important;
  }
  .h-margin-m__t--30 {
    margin-top: 30px !important;
  }
  .h-margin-m__l--30 {
    margin-left: 30px !important;
  }
  .h-margin-m__r--30 {
    margin-right: 30px !important;
  }
  .h-margin-m--32 {
    margin: 32px !important;
  }
  .h-margin-m__v--32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .h-margin-m__h--32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .h-margin-m__b--32 {
    margin-bottom: 32px !important;
  }
  .h-margin-m__t--32 {
    margin-top: 32px !important;
  }
  .h-margin-m__l--32 {
    margin-left: 32px !important;
  }
  .h-margin-m__r--32 {
    margin-right: 32px !important;
  }
  .h-margin-m--40 {
    margin: 40px !important;
  }
  .h-margin-m__v--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .h-margin-m__h--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .h-margin-m__b--40 {
    margin-bottom: 40px !important;
  }
  .h-margin-m__t--40 {
    margin-top: 40px !important;
  }
  .h-margin-m__l--40 {
    margin-left: 40px !important;
  }
  .h-margin-m__r--40 {
    margin-right: 40px !important;
  }
  .h-margin-m--50 {
    margin: 50px !important;
  }
  .h-margin-m__v--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .h-margin-m__h--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .h-margin-m__b--50 {
    margin-bottom: 50px !important;
  }
  .h-margin-m__t--50 {
    margin-top: 50px !important;
  }
  .h-margin-m__l--50 {
    margin-left: 50px !important;
  }
  .h-margin-m__r--50 {
    margin-right: 50px !important;
  }
  .h-margin-m--60 {
    margin: 60px !important;
  }
  .h-margin-m__v--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .h-margin-m__h--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .h-margin-m__b--60 {
    margin-bottom: 60px !important;
  }
  .h-margin-m__t--60 {
    margin-top: 60px !important;
  }
  .h-margin-m__l--60 {
    margin-left: 60px !important;
  }
  .h-margin-m__r--60 {
    margin-right: 60px !important;
  }
  .h-margin-m--70 {
    margin: 70px !important;
  }
  .h-margin-m__v--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .h-margin-m__h--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .h-margin-m__b--70 {
    margin-bottom: 70px !important;
  }
  .h-margin-m__t--70 {
    margin-top: 70px !important;
  }
  .h-margin-m__l--70 {
    margin-left: 70px !important;
  }
  .h-margin-m__r--70 {
    margin-right: 70px !important;
  }
  .h-margin-m--76 {
    margin: 76px !important;
  }
  .h-margin-m__v--76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .h-margin-m__h--76 {
    margin-left: 76px !important;
    margin-right: 76px !important;
  }
  .h-margin-m__b--76 {
    margin-bottom: 76px !important;
  }
  .h-margin-m__t--76 {
    margin-top: 76px !important;
  }
  .h-margin-m__l--76 {
    margin-left: 76px !important;
  }
  .h-margin-m__r--76 {
    margin-right: 76px !important;
  }
  .h-margin-m--80 {
    margin: 80px !important;
  }
  .h-margin-m__v--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .h-margin-m__h--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .h-margin-m__b--80 {
    margin-bottom: 80px !important;
  }
  .h-margin-m__t--80 {
    margin-top: 80px !important;
  }
  .h-margin-m__l--80 {
    margin-left: 80px !important;
  }
  .h-margin-m__r--80 {
    margin-right: 80px !important;
  }
  .h-margin-m--90 {
    margin: 90px !important;
  }
  .h-margin-m__v--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .h-margin-m__h--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .h-margin-m__b--90 {
    margin-bottom: 90px !important;
  }
  .h-margin-m__t--90 {
    margin-top: 90px !important;
  }
  .h-margin-m__l--90 {
    margin-left: 90px !important;
  }
  .h-margin-m__r--90 {
    margin-right: 90px !important;
  }
  .h-margin-m--100 {
    margin: 100px !important;
  }
  .h-margin-m__v--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .h-margin-m__h--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .h-margin-m__b--100 {
    margin-bottom: 100px !important;
  }
  .h-margin-m__t--100 {
    margin-top: 100px !important;
  }
  .h-margin-m__l--100 {
    margin-left: 100px !important;
  }
  .h-margin-m__r--100 {
    margin-right: 100px !important;
  }
  .h-margin-m--150 {
    margin: 150px !important;
  }
  .h-margin-m__v--150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .h-margin-m__h--150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .h-margin-m__b--150 {
    margin-bottom: 150px !important;
  }
  .h-margin-m__t--150 {
    margin-top: 150px !important;
  }
  .h-margin-m__l--150 {
    margin-left: 150px !important;
  }
  .h-margin-m__r--150 {
    margin-right: 150px !important;
  }
  .h-margin-m--200 {
    margin: 200px !important;
  }
  .h-margin-m__v--200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .h-margin-m__h--200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .h-margin-m__b--200 {
    margin-bottom: 200px !important;
  }
  .h-margin-m__t--200 {
    margin-top: 200px !important;
  }
  .h-margin-m__l--200 {
    margin-left: 200px !important;
  }
  .h-margin-m__r--200 {
    margin-right: 200px !important;
  }
  .h-margin-m--250 {
    margin: 250px !important;
  }
  .h-margin-m__v--250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .h-margin-m__h--250 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .h-margin-m__b--250 {
    margin-bottom: 250px !important;
  }
  .h-margin-m__t--250 {
    margin-top: 250px !important;
  }
  .h-margin-m__l--250 {
    margin-left: 250px !important;
  }
  .h-margin-m__r--250 {
    margin-right: 250px !important;
  }
  .h-margin-m--300 {
    margin: 300px !important;
  }
  .h-margin-m__v--300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .h-margin-m__h--300 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .h-margin-m__b--300 {
    margin-bottom: 300px !important;
  }
  .h-margin-m__t--300 {
    margin-top: 300px !important;
  }
  .h-margin-m__l--300 {
    margin-left: 300px !important;
  }
  .h-margin-m__r--300 {
    margin-right: 300px !important;
  }
  .h-margin-m--auto {
    margin: auto !important;
  }
}
.h-padding--0 {
  padding: 0px !important;
}
.h-padding__v--0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.h-padding__h--0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.h-padding__b--0 {
  padding-bottom: 0px !important;
}
.h-padding__t--0 {
  padding-top: 0px !important;
}
.h-padding__l--0 {
  padding-left: 0px !important;
}
.h-padding__r--0 {
  padding-right: 0px !important;
}
.h-padding--5 {
  padding: 5px !important;
}
.h-padding__v--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.h-padding__h--5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.h-padding__b--5 {
  padding-bottom: 5px !important;
}
.h-padding__t--5 {
  padding-top: 5px !important;
}
.h-padding__l--5 {
  padding-left: 5px !important;
}
.h-padding__r--5 {
  padding-right: 5px !important;
}
.h-padding--8 {
  padding: 8px !important;
}
.h-padding__v--8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.h-padding__h--8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.h-padding__b--8 {
  padding-bottom: 8px !important;
}
.h-padding__t--8 {
  padding-top: 8px !important;
}
.h-padding__l--8 {
  padding-left: 8px !important;
}
.h-padding__r--8 {
  padding-right: 8px !important;
}
.h-padding--10 {
  padding: 10px !important;
}
.h-padding__v--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.h-padding__h--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.h-padding__b--10 {
  padding-bottom: 10px !important;
}
.h-padding__t--10 {
  padding-top: 10px !important;
}
.h-padding__l--10 {
  padding-left: 10px !important;
}
.h-padding__r--10 {
  padding-right: 10px !important;
}
.h-padding--12 {
  padding: 12px !important;
}
.h-padding__v--12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.h-padding__h--12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.h-padding__b--12 {
  padding-bottom: 12px !important;
}
.h-padding__t--12 {
  padding-top: 12px !important;
}
.h-padding__l--12 {
  padding-left: 12px !important;
}
.h-padding__r--12 {
  padding-right: 12px !important;
}
.h-padding--15 {
  padding: 15px !important;
}
.h-padding__v--15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.h-padding__h--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.h-padding__b--15 {
  padding-bottom: 15px !important;
}
.h-padding__t--15 {
  padding-top: 15px !important;
}
.h-padding__l--15 {
  padding-left: 15px !important;
}
.h-padding__r--15 {
  padding-right: 15px !important;
}
.h-padding--16 {
  padding: 16px !important;
}
.h-padding__v--16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.h-padding__h--16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.h-padding__b--16 {
  padding-bottom: 16px !important;
}
.h-padding__t--16 {
  padding-top: 16px !important;
}
.h-padding__l--16 {
  padding-left: 16px !important;
}
.h-padding__r--16 {
  padding-right: 16px !important;
}
.h-padding--20 {
  padding: 20px !important;
}
.h-padding__v--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.h-padding__h--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.h-padding__b--20 {
  padding-bottom: 20px !important;
}
.h-padding__t--20 {
  padding-top: 20px !important;
}
.h-padding__l--20 {
  padding-left: 20px !important;
}
.h-padding__r--20 {
  padding-right: 20px !important;
}
.h-padding--24 {
  padding: 24px !important;
}
.h-padding__v--24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.h-padding__h--24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.h-padding__b--24 {
  padding-bottom: 24px !important;
}
.h-padding__t--24 {
  padding-top: 24px !important;
}
.h-padding__l--24 {
  padding-left: 24px !important;
}
.h-padding__r--24 {
  padding-right: 24px !important;
}
.h-padding--25 {
  padding: 25px !important;
}
.h-padding__v--25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.h-padding__h--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.h-padding__b--25 {
  padding-bottom: 25px !important;
}
.h-padding__t--25 {
  padding-top: 25px !important;
}
.h-padding__l--25 {
  padding-left: 25px !important;
}
.h-padding__r--25 {
  padding-right: 25px !important;
}
.h-padding--28 {
  padding: 28px !important;
}
.h-padding__v--28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.h-padding__h--28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.h-padding__b--28 {
  padding-bottom: 28px !important;
}
.h-padding__t--28 {
  padding-top: 28px !important;
}
.h-padding__l--28 {
  padding-left: 28px !important;
}
.h-padding__r--28 {
  padding-right: 28px !important;
}
.h-padding--30 {
  padding: 30px !important;
}
.h-padding__v--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.h-padding__h--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.h-padding__b--30 {
  padding-bottom: 30px !important;
}
.h-padding__t--30 {
  padding-top: 30px !important;
}
.h-padding__l--30 {
  padding-left: 30px !important;
}
.h-padding__r--30 {
  padding-right: 30px !important;
}
.h-padding--32 {
  padding: 32px !important;
}
.h-padding__v--32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.h-padding__h--32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.h-padding__b--32 {
  padding-bottom: 32px !important;
}
.h-padding__t--32 {
  padding-top: 32px !important;
}
.h-padding__l--32 {
  padding-left: 32px !important;
}
.h-padding__r--32 {
  padding-right: 32px !important;
}
.h-padding--40 {
  padding: 40px !important;
}
.h-padding__v--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.h-padding__h--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.h-padding__b--40 {
  padding-bottom: 40px !important;
}
.h-padding__t--40 {
  padding-top: 40px !important;
}
.h-padding__l--40 {
  padding-left: 40px !important;
}
.h-padding__r--40 {
  padding-right: 40px !important;
}
.h-padding--50 {
  padding: 50px !important;
}
.h-padding__v--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.h-padding__h--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.h-padding__b--50 {
  padding-bottom: 50px !important;
}
.h-padding__t--50 {
  padding-top: 50px !important;
}
.h-padding__l--50 {
  padding-left: 50px !important;
}
.h-padding__r--50 {
  padding-right: 50px !important;
}
.h-padding--60 {
  padding: 60px !important;
}
.h-padding__v--60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.h-padding__h--60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.h-padding__b--60 {
  padding-bottom: 60px !important;
}
.h-padding__t--60 {
  padding-top: 60px !important;
}
.h-padding__l--60 {
  padding-left: 60px !important;
}
.h-padding__r--60 {
  padding-right: 60px !important;
}
.h-padding--70 {
  padding: 70px !important;
}
.h-padding__v--70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.h-padding__h--70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.h-padding__b--70 {
  padding-bottom: 70px !important;
}
.h-padding__t--70 {
  padding-top: 70px !important;
}
.h-padding__l--70 {
  padding-left: 70px !important;
}
.h-padding__r--70 {
  padding-right: 70px !important;
}
.h-padding--80 {
  padding: 80px !important;
}
.h-padding__v--80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.h-padding__h--80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.h-padding__b--80 {
  padding-bottom: 80px !important;
}
.h-padding__t--80 {
  padding-top: 80px !important;
}
.h-padding__l--80 {
  padding-left: 80px !important;
}
.h-padding__r--80 {
  padding-right: 80px !important;
}
.h-padding--90 {
  padding: 90px !important;
}
.h-padding__v--90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.h-padding__h--90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.h-padding__b--90 {
  padding-bottom: 90px !important;
}
.h-padding__t--90 {
  padding-top: 90px !important;
}
.h-padding__l--90 {
  padding-left: 90px !important;
}
.h-padding__r--90 {
  padding-right: 90px !important;
}
.h-padding--100 {
  padding: 100px !important;
}
.h-padding__v--100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.h-padding__h--100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.h-padding__b--100 {
  padding-bottom: 100px !important;
}
.h-padding__t--100 {
  padding-top: 100px !important;
}
.h-padding__l--100 {
  padding-left: 100px !important;
}
.h-padding__r--100 {
  padding-right: 100px !important;
}
.h-padding--200 {
  padding: 200px !important;
}
.h-padding__v--200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.h-padding__h--200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.h-padding__b--200 {
  padding-bottom: 200px !important;
}
.h-padding__t--200 {
  padding-top: 200px !important;
}
.h-padding__l--200 {
  padding-left: 200px !important;
}
.h-padding__r--200 {
  padding-right: 200px !important;
}
.h-padding--300 {
  padding: 300px !important;
}
.h-padding__v--300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}
.h-padding__h--300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}
.h-padding__b--300 {
  padding-bottom: 300px !important;
}
.h-padding__t--300 {
  padding-top: 300px !important;
}
.h-padding__l--300 {
  padding-left: 300px !important;
}
.h-padding__r--300 {
  padding-right: 300px !important;
}

@media (max-width: 700px) {
  .h-padding-m--0 {
    padding: 0px !important;
  }
  .h-padding-m__v--0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .h-padding-m__h--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .h-padding-m__b--0 {
    padding-bottom: 0px !important;
  }
  .h-padding-m__t--0 {
    padding-top: 0px !important;
  }
  .h-padding-m__l--0 {
    padding-left: 0px !important;
  }
  .h-padding-m__r--0 {
    padding-right: 0px !important;
  }
  .h-padding-m--5 {
    padding: 5px !important;
  }
  .h-padding-m__v--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .h-padding-m__h--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .h-padding-m__b--5 {
    padding-bottom: 5px !important;
  }
  .h-padding-m__t--5 {
    padding-top: 5px !important;
  }
  .h-padding-m__l--5 {
    padding-left: 5px !important;
  }
  .h-padding-m__r--5 {
    padding-right: 5px !important;
  }
  .h-padding-m--8 {
    padding: 8px !important;
  }
  .h-padding-m__v--8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .h-padding-m__h--8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .h-padding-m__b--8 {
    padding-bottom: 8px !important;
  }
  .h-padding-m__t--8 {
    padding-top: 8px !important;
  }
  .h-padding-m__l--8 {
    padding-left: 8px !important;
  }
  .h-padding-m__r--8 {
    padding-right: 8px !important;
  }
  .h-padding-m--10 {
    padding: 10px !important;
  }
  .h-padding-m__v--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .h-padding-m__h--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .h-padding-m__b--10 {
    padding-bottom: 10px !important;
  }
  .h-padding-m__t--10 {
    padding-top: 10px !important;
  }
  .h-padding-m__l--10 {
    padding-left: 10px !important;
  }
  .h-padding-m__r--10 {
    padding-right: 10px !important;
  }
  .h-padding-m--12 {
    padding: 12px !important;
  }
  .h-padding-m__v--12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .h-padding-m__h--12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .h-padding-m__b--12 {
    padding-bottom: 12px !important;
  }
  .h-padding-m__t--12 {
    padding-top: 12px !important;
  }
  .h-padding-m__l--12 {
    padding-left: 12px !important;
  }
  .h-padding-m__r--12 {
    padding-right: 12px !important;
  }
  .h-padding-m--15 {
    padding: 15px !important;
  }
  .h-padding-m__v--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .h-padding-m__h--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .h-padding-m__b--15 {
    padding-bottom: 15px !important;
  }
  .h-padding-m__t--15 {
    padding-top: 15px !important;
  }
  .h-padding-m__l--15 {
    padding-left: 15px !important;
  }
  .h-padding-m__r--15 {
    padding-right: 15px !important;
  }
  .h-padding-m--16 {
    padding: 16px !important;
  }
  .h-padding-m__v--16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .h-padding-m__h--16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .h-padding-m__b--16 {
    padding-bottom: 16px !important;
  }
  .h-padding-m__t--16 {
    padding-top: 16px !important;
  }
  .h-padding-m__l--16 {
    padding-left: 16px !important;
  }
  .h-padding-m__r--16 {
    padding-right: 16px !important;
  }
  .h-padding-m--20 {
    padding: 20px !important;
  }
  .h-padding-m__v--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .h-padding-m__h--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .h-padding-m__b--20 {
    padding-bottom: 20px !important;
  }
  .h-padding-m__t--20 {
    padding-top: 20px !important;
  }
  .h-padding-m__l--20 {
    padding-left: 20px !important;
  }
  .h-padding-m__r--20 {
    padding-right: 20px !important;
  }
  .h-padding-m--24 {
    padding: 24px !important;
  }
  .h-padding-m__v--24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .h-padding-m__h--24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .h-padding-m__b--24 {
    padding-bottom: 24px !important;
  }
  .h-padding-m__t--24 {
    padding-top: 24px !important;
  }
  .h-padding-m__l--24 {
    padding-left: 24px !important;
  }
  .h-padding-m__r--24 {
    padding-right: 24px !important;
  }
  .h-padding-m--25 {
    padding: 25px !important;
  }
  .h-padding-m__v--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .h-padding-m__h--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .h-padding-m__b--25 {
    padding-bottom: 25px !important;
  }
  .h-padding-m__t--25 {
    padding-top: 25px !important;
  }
  .h-padding-m__l--25 {
    padding-left: 25px !important;
  }
  .h-padding-m__r--25 {
    padding-right: 25px !important;
  }
  .h-padding-m--28 {
    padding: 28px !important;
  }
  .h-padding-m__v--28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .h-padding-m__h--28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .h-padding-m__b--28 {
    padding-bottom: 28px !important;
  }
  .h-padding-m__t--28 {
    padding-top: 28px !important;
  }
  .h-padding-m__l--28 {
    padding-left: 28px !important;
  }
  .h-padding-m__r--28 {
    padding-right: 28px !important;
  }
  .h-padding-m--30 {
    padding: 30px !important;
  }
  .h-padding-m__v--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .h-padding-m__h--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .h-padding-m__b--30 {
    padding-bottom: 30px !important;
  }
  .h-padding-m__t--30 {
    padding-top: 30px !important;
  }
  .h-padding-m__l--30 {
    padding-left: 30px !important;
  }
  .h-padding-m__r--30 {
    padding-right: 30px !important;
  }
  .h-padding-m--32 {
    padding: 32px !important;
  }
  .h-padding-m__v--32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .h-padding-m__h--32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .h-padding-m__b--32 {
    padding-bottom: 32px !important;
  }
  .h-padding-m__t--32 {
    padding-top: 32px !important;
  }
  .h-padding-m__l--32 {
    padding-left: 32px !important;
  }
  .h-padding-m__r--32 {
    padding-right: 32px !important;
  }
  .h-padding-m--40 {
    padding: 40px !important;
  }
  .h-padding-m__v--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .h-padding-m__h--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .h-padding-m__b--40 {
    padding-bottom: 40px !important;
  }
  .h-padding-m__t--40 {
    padding-top: 40px !important;
  }
  .h-padding-m__l--40 {
    padding-left: 40px !important;
  }
  .h-padding-m__r--40 {
    padding-right: 40px !important;
  }
  .h-padding-m--50 {
    padding: 50px !important;
  }
  .h-padding-m__v--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .h-padding-m__h--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .h-padding-m__b--50 {
    padding-bottom: 50px !important;
  }
  .h-padding-m__t--50 {
    padding-top: 50px !important;
  }
  .h-padding-m__l--50 {
    padding-left: 50px !important;
  }
  .h-padding-m__r--50 {
    padding-right: 50px !important;
  }
  .h-padding-m--60 {
    padding: 60px !important;
  }
  .h-padding-m__v--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .h-padding-m__h--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .h-padding-m__b--60 {
    padding-bottom: 60px !important;
  }
  .h-padding-m__t--60 {
    padding-top: 60px !important;
  }
  .h-padding-m__l--60 {
    padding-left: 60px !important;
  }
  .h-padding-m__r--60 {
    padding-right: 60px !important;
  }
  .h-padding-m--70 {
    padding: 70px !important;
  }
  .h-padding-m__v--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .h-padding-m__h--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .h-padding-m__b--70 {
    padding-bottom: 70px !important;
  }
  .h-padding-m__t--70 {
    padding-top: 70px !important;
  }
  .h-padding-m__l--70 {
    padding-left: 70px !important;
  }
  .h-padding-m__r--70 {
    padding-right: 70px !important;
  }
  .h-padding-m--80 {
    padding: 80px !important;
  }
  .h-padding-m__v--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .h-padding-m__h--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .h-padding-m__b--80 {
    padding-bottom: 80px !important;
  }
  .h-padding-m__t--80 {
    padding-top: 80px !important;
  }
  .h-padding-m__l--80 {
    padding-left: 80px !important;
  }
  .h-padding-m__r--80 {
    padding-right: 80px !important;
  }
  .h-padding-m--90 {
    padding: 90px !important;
  }
  .h-padding-m__v--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .h-padding-m__h--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .h-padding-m__b--90 {
    padding-bottom: 90px !important;
  }
  .h-padding-m__t--90 {
    padding-top: 90px !important;
  }
  .h-padding-m__l--90 {
    padding-left: 90px !important;
  }
  .h-padding-m__r--90 {
    padding-right: 90px !important;
  }
  .h-padding-m--100 {
    padding: 100px !important;
  }
  .h-padding-m__v--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .h-padding-m__h--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .h-padding-m__b--100 {
    padding-bottom: 100px !important;
  }
  .h-padding-m__t--100 {
    padding-top: 100px !important;
  }
  .h-padding-m__l--100 {
    padding-left: 100px !important;
  }
  .h-padding-m__r--100 {
    padding-right: 100px !important;
  }
  .h-padding-m--200 {
    padding: 200px !important;
  }
  .h-padding-m__v--200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .h-padding-m__h--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .h-padding-m__b--200 {
    padding-bottom: 200px !important;
  }
  .h-padding-m__t--200 {
    padding-top: 200px !important;
  }
  .h-padding-m__l--200 {
    padding-left: 200px !important;
  }
  .h-padding-m__r--200 {
    padding-right: 200px !important;
  }
  .h-padding-m--300 {
    padding: 300px !important;
  }
  .h-padding-m__v--300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .h-padding-m__h--300 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .h-padding-m__b--300 {
    padding-bottom: 300px !important;
  }
  .h-padding-m__t--300 {
    padding-top: 300px !important;
  }
  .h-padding-m__l--300 {
    padding-left: 300px !important;
  }
  .h-padding-m__r--300 {
    padding-right: 300px !important;
  }
}
@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.h-bold1 {
  font-weight: 600 !important;
}

.h-bold2 {
  font-weight: 700 !important;
}

.h-bold3 {
  font-weight: 800 !important;
}

.h-bold4 {
  font-weight: 900 !important;
}

.h-bold5 {
  font-weight: 1000 !important;
}

.h-weight--100 {
  font-weight: 100;
}
.h-weight--200 {
  font-weight: 200;
}
.h-weight--300 {
  font-weight: 300;
}
.h-weight--400 {
  font-weight: 400;
}
.h-weight--500 {
  font-weight: 500;
}
.h-weight--600 {
  font-weight: 600;
}
.h-weight--700 {
  font-weight: 700;
}
.h-weight--800 {
  font-weight: 800;
}

@media (max-width: 600px) {
  .h-weight-m--100 {
    font-weight: 100;
  }
  .h-weight-m--200 {
    font-weight: 200;
  }
  .h-weight-m--300 {
    font-weight: 300;
  }
  .h-weight-m--400 {
    font-weight: 400;
  }
  .h-weight-m--500 {
    font-weight: 500;
  }
  .h-weight-m--600 {
    font-weight: 600;
  }
  .h-weight-m--700 {
    font-weight: 700;
  }
  .h-weight-m--800 {
    font-weight: 800;
  }
}
.h-underline {
  text-decoration: underline;
}

.h-gothic {
  font-family: "Jaunt", Helvetica, sans-serif;
}

.h-traverse {
  font-family: "Traverse-Book", Arial, sans-serif;
}

.h-traverse--bold {
  font-family: "Traverse-Bold", Arial, sans-serif !important;
}

.h-wander {
  font-family: "Wander", Arial, sans-serif;
}

.h-color--orange {
  color: #e87722;
}
.h-color--green {
  color: #6aaeaa;
}
.h-color--blue {
  color: #53a6c4;
}
.h-color--yellow {
  color: #ffc600;
}
.h-color--gray3 {
  color: #505759;
}
.h-color--gray2 {
  color: #a7a8aa;
}
.h-color--white {
  color: #ffffff;
}
.h-color--black {
  color: black;
}
.h-color--red {
  color: #e22222;
}
.h-color--blue-dark {
  color: #1d3a45;
}
.h-color--orange-light {
  color: #fdf1e9;
}
.h-color--orange-light-active {
  color: #f8d5ba;
}

.h-pointer {
  cursor: pointer;
}

.h-text--center {
  text-align: center;
}
.h-text--left {
  text-align: left;
}
.h-text--right {
  text-align: right;
}
.h-text--capital {
  text-transform: capitalize;
}
.h-text--upper {
  text-transform: uppercase;
}
.h-text--italic {
  font-style: italic;
}
.h-text--xsmall {
  font-size: 11px;
}
.h-text--small {
  font-size: 14px;
}
.h-text--med {
  font-size: 28px;
}
.h-text--large {
  font-size: 32px;
}
.h-text--xlarge {
  font-size: 52px;
}
.h-text--tall {
  font-size: 1em;
  line-height: 25px;
}

@media (max-width: 676px) {
  .h-text-m--center {
    text-align: center;
  }
  .h-text-m--left {
    text-align: left;
  }
  .h-text-m--right {
    text-align: right;
  }
  .h-text-m--capital {
    text-transform: capitalize;
  }
  .h-text-m--upper {
    text-transform: uppercase;
  }
  .h-text-m--small {
    font-size: 14px;
  }
}
.lr-ul {
  padding-left: 40px;
}
.lr-ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.lr-noselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h-size--thin {
  letter-spacing: -0.5px;
}
.h-size--10 {
  font-size: 10px;
}
.h-size--11 {
  font-size: 11px;
}
.h-size--12 {
  font-size: 12px;
}
.h-size--13 {
  font-size: 13px;
}
.h-size--14 {
  font-size: 14px;
}
.h-size--15 {
  font-size: 15px;
}
.h-size--16 {
  font-size: 16px;
}
.h-size--17 {
  font-size: 17px;
}
.h-size--18 {
  font-size: 18px;
}
.h-size--19 {
  font-size: 19px;
}
.h-size--20 {
  font-size: 20px;
}
.h-size--21 {
  font-size: 21px;
}
.h-size--22 {
  font-size: 22px;
}
.h-size--23 {
  font-size: 23px;
}
.h-size--24 {
  font-size: 24px;
}
.h-size--25 {
  font-size: 25px;
}
.h-size--26 {
  font-size: 26px;
}
.h-size--27 {
  font-size: 27px;
}
.h-size--28 {
  font-size: 28px;
}
.h-size--29 {
  font-size: 29px;
}
.h-size--30 {
  font-size: 30px;
}
.h-size--32 {
  font-size: 32px;
}
.h-size--34 {
  font-size: 34px;
}
.h-size--36 {
  font-size: 36px;
}
.h-size--38 {
  font-size: 38px;
}
.h-size--40 {
  font-size: 40px;
}
.h-size--42 {
  font-size: 42px;
}
.h-size--44 {
  font-size: 44px;
}
.h-size--45 {
  font-size: 45px;
}
.h-size--46 {
  font-size: 46px;
}
.h-size--48 {
  font-size: 48px;
}
.h-size--50 {
  font-size: 50px;
}
.h-size--55 {
  font-size: 55px;
}
.h-size--60 {
  font-size: 60px;
}
.h-size--70 {
  font-size: 70px;
}
.h-size--80 {
  font-size: 80px;
}
.h-size--90 {
  font-size: 90px;
}
.h-size--100 {
  font-size: 100px;
}

@media (max-width: 700px) {
  .h-size-m--thin {
    letter-spacing: -0.5px;
  }
  .h-size-m--10 {
    font-size: 10px !important;
  }
  .h-size-m--11 {
    font-size: 11px !important;
  }
  .h-size-m--12 {
    font-size: 12px !important;
  }
  .h-size-m--13 {
    font-size: 13px !important;
  }
  .h-size-m--14 {
    font-size: 14px !important;
  }
  .h-size-m--15 {
    font-size: 15px !important;
  }
  .h-size-m--16 {
    font-size: 16px !important;
  }
  .h-size-m--17 {
    font-size: 17px !important;
  }
  .h-size-m--18 {
    font-size: 18px !important;
  }
  .h-size-m--19 {
    font-size: 19px !important;
  }
  .h-size-m--20 {
    font-size: 20px !important;
  }
  .h-size-m--21 {
    font-size: 21px !important;
  }
  .h-size-m--22 {
    font-size: 22px !important;
  }
  .h-size-m--23 {
    font-size: 23px !important;
  }
  .h-size-m--24 {
    font-size: 24px !important;
  }
  .h-size-m--25 {
    font-size: 25px !important;
  }
  .h-size-m--26 {
    font-size: 26px !important;
  }
  .h-size-m--27 {
    font-size: 27px !important;
  }
  .h-size-m--28 {
    font-size: 28px !important;
  }
  .h-size-m--29 {
    font-size: 29px !important;
  }
  .h-size-m--30 {
    font-size: 30px !important;
  }
  .h-size-m--32 {
    font-size: 32px !important;
  }
  .h-size-m--34 {
    font-size: 34px !important;
  }
  .h-size-m--36 {
    font-size: 36px !important;
  }
  .h-size-m--38 {
    font-size: 38px !important;
  }
  .h-size-m--40 {
    font-size: 40px !important;
  }
  .h-size-m--42 {
    font-size: 42px !important;
  }
  .h-size-m--44 {
    font-size: 44px !important;
  }
  .h-size-m--45 {
    font-size: 45px !important;
  }
  .h-size-m--46 {
    font-size: 46px !important;
  }
  .h-size-m--48 {
    font-size: 48px !important;
  }
  .h-size-m--50 {
    font-size: 50px !important;
  }
  .h-size-m--55 {
    font-size: 55px !important;
  }
  .h-size-m--60 {
    font-size: 60px !important;
  }
  .h-size-m--70 {
    font-size: 70px !important;
  }
  .h-size-m--80 {
    font-size: 80px !important;
  }
  .h-size-m--90 {
    font-size: 90px !important;
  }
  .h-size-m--100 {
    font-size: 100px !important;
  }
}
@media (max-width: 350px) {
  .h-size-ms--thin {
    letter-spacing: -0.5px;
  }
  .h-size-ms--10 {
    font-size: 10px;
  }
  .h-size-ms--11 {
    font-size: 11px;
  }
  .h-size-ms--12 {
    font-size: 12px;
  }
  .h-size-ms--13 {
    font-size: 13px;
  }
  .h-size-ms--14 {
    font-size: 14px;
  }
  .h-size-ms--15 {
    font-size: 15px;
  }
  .h-size-ms--16 {
    font-size: 16px;
  }
  .h-size-ms--17 {
    font-size: 17px;
  }
  .h-size-ms--18 {
    font-size: 18px;
  }
  .h-size-ms--19 {
    font-size: 19px;
  }
  .h-size-ms--20 {
    font-size: 20px;
  }
  .h-size-ms--21 {
    font-size: 21px;
  }
  .h-size-ms--22 {
    font-size: 22px;
  }
  .h-size-ms--23 {
    font-size: 23px;
  }
  .h-size-ms--24 {
    font-size: 24px;
  }
  .h-size-ms--25 {
    font-size: 25px;
  }
  .h-size-ms--26 {
    font-size: 26px;
  }
  .h-size-ms--27 {
    font-size: 27px;
  }
  .h-size-ms--28 {
    font-size: 28px;
  }
  .h-size-ms--29 {
    font-size: 29px;
  }
  .h-size-ms--30 {
    font-size: 30px;
  }
  .h-size-ms--32 {
    font-size: 32px;
  }
  .h-size-ms--34 {
    font-size: 34px;
  }
  .h-size-ms--36 {
    font-size: 36px;
  }
  .h-size-ms--38 {
    font-size: 38px;
  }
  .h-size-ms--40 {
    font-size: 40px;
  }
  .h-size-ms--42 {
    font-size: 42px;
  }
  .h-size-ms--44 {
    font-size: 44px;
  }
  .h-size-ms--45 {
    font-size: 45px;
  }
  .h-size-ms--46 {
    font-size: 46px;
  }
  .h-size-ms--48 {
    font-size: 48px;
  }
  .h-size-ms--50 {
    font-size: 50px;
  }
  .h-size-ms--55 {
    font-size: 55px;
  }
  .h-size-ms--60 {
    font-size: 60px;
  }
  .h-size-ms--70 {
    font-size: 70px;
  }
  .h-size-ms--80 {
    font-size: 80px;
  }
  .h-size-ms--90 {
    font-size: 90px;
  }
  .h-size-ms--100 {
    font-size: 100px;
  }
}
.h-uppercase,
.h-upper {
  text-transform: uppercase !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Traverse-Bold", Arial, sans-serif;
}

.h-border1 {
  border: 1px solid red !important;
}

.h-border2 {
  border: 1px solid blue !important;
}

.h-border3 {
  border: 1px solid green !important;
}

.h-border4 {
  border: 1px solid purple !important;
}

.h-border5 {
  border: 1px solid orange !important;
}

.h-border-radius--20 {
  border-radius: 20px;
}
.h-border-radius--16 {
  border-radius: 16px;
}
.h-border-radius--10 {
  border-radius: 10px;
  overflow: hidden;
}
.h-border-radius--10-overflow {
  border-radius: 10px;
}
.h-border-radius--12 {
  border-radius: 12px;
}
.h-border-radius--8 {
  border-radius: 8px;
}
.h-border-radius--6 {
  border-radius: 6px;
}
.h-border-radius--4 {
  border-radius: 4px;
}
.h-border-radius--50 {
  border-radius: 50%;
}

@media (max-width: 676px) {
  .h-border-radius-m--20 {
    border-radius: 20px;
  }
  .h-border-radius-m--16 {
    border-radius: 16px;
  }
  .h-border-radius-m--10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .h-border-radius-m--10-overflow {
    border-radius: 10px;
  }
  .h-border-radius-m--12 {
    border-radius: 12px;
  }
  .h-border-radius-m--8 {
    border-radius: 8px;
  }
  .h-border-radius-m--6 {
    border-radius: 6px;
  }
  .h-border-radius-m--4 {
    border-radius: 4px;
  }
  .h-border-radius-m--50 {
    border-radius: 50%;
  }
  .h-border-radius-m--0 {
    border-radius: 0px;
  }
}
.img-responsive {
  max-width: 100%;
}

.d-hide {
  display: none !important;
}

.js-hidden,
.h-hidden {
  display: none !important;
}

.h-ul--disk {
  list-style-type: disc;
}
.h-ul--disk li {
  list-style-type: disc;
}

.h-no-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h-background-transition {
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media screen and (min-width: 751px) {
  .lr-desktop-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .lr-1000-p-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .lr-1000-m-hide {
    display: none !important;
  }
}
.h-order-1 {
  order: 1;
}

.h-order-2 {
  order: 2;
}

.h-order-3 {
  order: 3;
}

.h-order-4 {
  order: 4;
}

.h-order-5 {
  order: 5;
}

.h-order-6 {
  order: 6;
}

@media screen and (max-width: 750px) {
  .lr-mobile-hide {
    display: none !important;
  }
  .h-order-m-1 {
    order: 1;
  }
  .h-order-m-2 {
    order: 2;
  }
  .h-order-m-3 {
    order: 3;
  }
  .h-order-m-4 {
    order: 4;
  }
  .h-order-m-5 {
    order: 4;
  }
  .h-order-m-6 {
    order: 4;
  }
}
@media (max-width: 600px) {
  .mobile_first {
    order: 0;
  }
  .mobile_last {
    order: 10;
  }
}
.h-hover__underline {
  position: relative;
}

.h-hover__underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.h-hover__underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.h-hover__opacity:hover {
  opacity: 0.9;
}

.h-hover__pointer:hover {
  cursor: pointer;
}

body {
  background-color: #f5f5f5;
  font-family: "Traverse-Book", sans-serif, Arial, sans-serif;
}

.bch-panel-title, .bch-panel-title-green {
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-top: 1rem;
}

.bch-panel-title-green {
  border-bottom: 4px solid #6aaeaa;
}

#bch-content-area {
  padding-top: 10px;
}
#bch-content-area .bch-panel {
  margin-bottom: 20px;
}
#bch-content-area .bch-panel .wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px #ccc;
}

.btn-success {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #6aaeaa;
  border-color: #6aaeaa;
  cursor: pointer;
}
.btn-success:hover, .btn-success:active {
  background-color: #509691;
  border-color: #509691;
}

.btn-warning {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #ffc600;
  border-color: #ffc600;
  cursor: pointer;
}
.btn-warning:hover, .btn-warning:active {
  background-color: #cfa50e;
  border-color: #cfa50e;
  color: #fff;
}

.btn-default {
  color: #666;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #d9d9d6;
  border-color: #d9d9d6;
  cursor: pointer;
}
.btn-default:hover, .btn-default:active {
  background-color: #a7a8aa;
  border-color: #a7a8aa;
  color: #fff;
}

.bchModuleTitle {
  color: #e87722;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 3px solid #d9d9d6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.bchcWrapper {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.error {
  color: red;
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.c-nav {
  padding: 0;
  position: fixed;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  border-bottom: 1px solid #f5f5f5;
  z-index: 100;
}
@media screen and (max-width: 1250px) {
  .c-nav {
    padding: 0px 0px !important;
  }
}
.c-nav--absolute {
  position: absolute !important;
}
.c-nav__hamburger {
  display: none;
}
.c-nav__svg {
  width: 32px;
  color: #505759;
  margin-right: 17px;
  height: 77px;
  display: none;
  float: right;
}
.c-nav__svg svg {
  padding-top: 25px;
}
.c-nav__logo {
  float: left;
}
@media screen and (max-width: 1200px) {
  .c-nav__logo {
    padding: 0px ​0px 1px 12px !important;
  }
}
.c-nav__logo--img {
  height: 50px;
}
.c-nav__nav-link {
  float: left;
  display: block;
  color: #505759;
  text-align: center;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
  font-size: 17px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .c-nav__nav-link {
    padding-left: 19px;
  }
}
@media screen and (max-width: 1250px) {
  .c-nav__nav-link {
    padding: 0 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .c-nav__nav-link {
    padding: 0 10px;
    height: 70px;
  }
}
.c-nav__nav-link:not(.c-nav__no_highlight):hover {
  background-color: #f2f2f2;
  color: #e87722;
}
.c-nav__nav-link--btn {
  float: right;
  padding: 0;
}
.c-nav__overlay {
  display: none;
  position: fixed;
  height: 100vh;
  top: 80px;
  right: 0;
  width: 100%;
  z-index: -7;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-nav__dropdown .c-nav__nav-link:after {
  content: "▾";
  color: black;
  font-size: 13px;
  margin-left: 5px;
  margin-bottom: 3px;
  position: absolute;
}

.c-nav__dropdown {
  float: left;
  overflow: hidden;
}
.c-nav__dropdown:hover a:first {
  color: #e87722;
  background-color: #f2f2f2;
}

.c-nav__dropdown--content {
  float: left;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 80px;
  border-top: 2px solid #e87722;
}
.c-nav__dropdown--content a {
  float: none;
  display: block;
  color: #505759;
  padding: 20px 16px;
  border-bottom: 1px solid #ced0d3;
}
.c-nav__dropdown--content a:hover {
  background-color: #f2f2f2;
}

.c-nav:not(.c-nav__open) .c-nav__dropdown:hover .c-nav__dropdown--content,
.c-nav__dropdown--active + .c-nav__dropdown--content,
.c-nav__dropdown--active {
  display: block !important;
}

#c-nav__hamburger--bars {
  width: 60px;
  height: 45px;
  position: absolute;
  left: 20px;
  top: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#c-nav__hamburger--bars span {
  display: block;
  position: absolute;
  height: 5px;
  width: 70%;
  background: #505759;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#c-nav__hamburger--bars span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#c-nav__hamburger--bars span:nth-child(2) {
  top: 17px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#c-nav__hamburger--bars span:nth-child(3) {
  top: 29px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.c-nav__open #c-nav__hamburger--bars {
  top: 20px;
}

.c-nav__open.download-header-visible {
  top: 0px !important;
}

.c-nav__open #c-nav__hamburger--bars span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}

.c-nav__open #c-nav__hamburger--bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.c-nav__open #c-nav__hamburger--bars span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
}

.c-nav__screen2 #c-nav__hamburger--bars span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  width: 25px;
}

.c-nav__screen2 #c-nav__hamburger--bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.c-nav__screen2 #c-nav__hamburger--bars span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  width: 25px;
}

.c-nav__screen2 .c-nav__dropdown .c-nav__nav-link:first-child {
  font-size: 22px;
  color: #e87722;
}

.c-nav__screen2 .c-nav__dropdown .c-nav__nav-link:after {
  content: "Learn More »";
  color: #505759;
  font-size: 11px;
  position: absolute;
  left: 12px;
  top: 20px;
}

@media screen and (max-width: 1000px) {
  .c-nav {
    background: initial;
    padding: 0;
  }
  .c-nav__svg {
    display: block;
  }
  .c-nav__nav-link {
    display: none;
  }
  .c-nav__nav-link--btn {
    padding-left: 30px;
  }
  .c-nav__mobileheader {
    padding-left: 70px;
    width: 100%;
    background-color: white;
    height: 80px;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #f5f5f5;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .c-nav__mobileheader {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .c-nav__hamburger {
    display: block;
  }
  .c-nav__hamburger--bars {
    top: 25px;
    left: 20px;
  }
  .c-nav__open {
    position: fixed;
  }
  .c-nav__open .c-nav__nav-link {
    float: none;
    display: block;
    text-align: left;
    margin-left: 0;
    background-color: white;
    width: 100%;
    min-width: 180px;
    max-width: 500px;
  }
  .c-nav__open .c-nav__overlay {
    display: block;
  }
  .c-nav__open .c-nav__dropdown {
    float: none;
  }
  .c-nav__open .c-nav__dropdown--content {
    position: relative;
  }
  .c-nav__open .c-nav__mainLinks {
    height: 100vh;
    background-color: white;
    width: 80%;
    min-width: 180px;
    max-width: 500px;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 80px;
    z-index: -1;
    overflow-y: scroll;
  }
  .c-nav.c-nav__screen2 .c-nav__nav-link {
    display: none;
  }
  .c-nav__dropdown--active {
    display: block;
  }
  .c-nav__dropdown--content {
    margin-top: 0;
    min-width: initial;
    width: 100%;
  }
}
@media screen and (min-width: 1550px) {
  .c-nav {
    padding: 0 150px;
  }
}
@media screen and (max-width: 330px) {
  .c-nav__svg {
    margin-right: 5px;
  }
}
@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
@media screen and (max-width: 600px) {
  .c-footer {
    overflow: hidden;
    max-width: 100vw;
  }
}
.c-footer a {
  color: white;
}
.c-footer__faq {
  max-width: 600px;
  margin: 30px auto;
}
.c-footer__download {
  margin-top: 10px;
}
.c-footer__email {
  background-image: url("/assets/images/letsroam/footer/email-section.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 340px;
}
.c-footer__email--header {
  text-align: center;
  font-size: 3.125em;
  margin-top: 0px;
  margin-bottom: 0.53em;
}
.c-footer__email--wrapper {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-footer__email--form {
  display: flex;
  justify-content: center;
  min-width: 80%;
}
.c-footer__email--input {
  -webkit-appearance: none;
  border: none;
  text-align: left;
  color: #505759;
  padding: 0 10px;
  margin-right: 0;
  margin-bottom: 0;
  height: 40px;
}
.c-footer__email--join {
  font-family: "Traverse-Book", Arial, sans-serif;
}
.c-footer__search {
  background: #53a6c4;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-footer__search--center {
  margin: 30px auto;
  display: flex;
  align-items: center;
}
.c-footer__search--header {
  text-align: center;
  min-width: 230px;
  margin-bottom: 0;
  letter-spacing: 1px;
  align-self: center;
  font-family: "Traverse-Book", Arial, sans-serif;
  font-size: 1.125em;
  margin-top: 0px;
  color: white;
}
.c-footer__search--input {
  color: #505759;
  -webkit-appearance: none;
  border: none;
  padding: 0 10px;
  height: 35px;
}
.c-footer__links {
  color: white;
  padding: 15px;
  background: #000;
}
.c-footer__links--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-footer__social--icons {
  width: 150px;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.c-footer__column {
  padding: 10px;
  flex: 1;
  min-width: 239px;
  max-width: 268px;
}
.c-footer__column--title {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: white;
}
.c-footer__column--item {
  margin: 10px 0;
  display: inline-block;
}
.c-footer__column--item:hover {
  text-decoration: none;
}
.c-footer__column--web-right {
  text-align: right;
}
.c-footer__feedback {
  font-size: 14px;
  text-align: center;
  font-family: "Traverse-Book", Arial, sans-serif;
  color: black;
  margin-bottom: 4px;
}
.c-footer__legal {
  color: white;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 25px 85px 25px;
}
.c-footer__legal--llc {
  width: 45%;
  font-size: 10px;
}
.c-footer__legal--links {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
}
.c-footer__media {
  display: flex;
  padding: 5px;
}
.c-footer__contact {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-footer__contact--words, .c-footer__contact--number {
  font-size: 2em;
}
.c-footer__image--download, .c-footer__image--social {
  height: 40px;
}

.accordion-container {
  position: relative;
  max-width: 1000px;
  margin: 10px auto;
}
.accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.accordion-container img {
  width: 16px;
  height: 16px;
  float: right;
}
.accordion-container .set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #505759;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: flex;
  justify-content: space-between;
}
.accordion-container .set > a:hover {
  background-color: #53a6c4;
}
.accordion-container .set > a i {
  float: right;
  margin-top: 2px;
  color: #505759;
}
.accordion-container .set > a.active {
  background-color: #53a6c4;
  color: #fff;
}
.accordion-container .content {
  background-color: #fff;
  display: none;
  margin-bottom: 0;
}
.accordion-container .content p {
  padding: 10px 15px;
  margin: 0;
  color: #505759;
}

.c-footer__search .ais-InfiniteHits-item,
.c-footer__search .ais-InfiniteResults-item,
.c-footer__search .ais-Hits-item,
.c-footer__search .ais-Results-item {
  color: red;
}
.c-footer__search .ap-input,
.c-footer__search .ap-hint {
  border-radius: 0;
  color: #505759;
  font-family: "Traverse-Book", Arial, sans-serif;
  height: 100%;
  max-width: 100%;
  padding-right: 35px;
  padding-left: 16px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.c-footer__search .ap-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.c-footer__search .ap-input::-ms-clear {
  display: none;
}
.c-footer__search .ap-input:hover ~ .ap-input-icon svg,
.c-footer__search .ap-input:focus ~ .ap-input-icon svg,
.c-footer__search .ap-input-icon:hover svg {
  fill: #aaaaaa;
}
.c-footer__search .ap-dropdown-menu {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 3px;
  overflow: hidden;
}
.c-footer__search .ap-name {
  color: #505759;
}
.c-footer__search .ap-suggestion {
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  padding-left: 18px;
  overflow: hidden;
}
.c-footer__search .ap-suggestion em {
  font-weight: bold;
  font-style: normal;
  color: #505759 !important;
}
.c-footer__search .ap-address {
  font-size: smaller;
  margin-left: 12px;
  color: #aaaaaa;
}
.c-footer__search .ap-suggestion-icon {
  margin-right: 10px;
  width: 14px;
  height: 20px;
  vertical-align: middle;
}
.c-footer__search .ap-suggestion-icon svg {
  -webkit-transform: scale(0.9) translateY(2px);
  transform: scale(0.9) translateY(2px);
  fill: #cfcfcf;
}
.c-footer__search .ap-input-icon {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  outline: none;
}
.c-footer__search .ap-input-icon.ap-icon-pin {
  cursor: initial;
}
.c-footer__search .ap-input-icon svg {
  fill: #cfcfcf;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-footer__search .ap-cursor {
  background: #efefef;
}
.c-footer__search .ap-cursor .ap-suggestion-icon svg {
  -webkit-transform: scale(1) translateY(2px);
  transform: scale(1) translateY(2px);
  fill: #aaaaaa;
}
.c-footer__search .ap-footer {
  opacity: 0.3;
  text-align: right;
  padding: 0.5em 1em 0.5em 0;
  font-size: 12px;
  line-height: 12px;
  color: #aaaaaa;
  font-size: 6px;
}
.c-footer__search .ap-footer a {
  color: inherit;
  text-decoration: none;
}
.c-footer__search .ap-footer a svg {
  vertical-align: text-bottom;
  max-width: 60px;
}
.c-footer__search .ap-footer:hover {
  opacity: 1;
}

@media screen and (max-width: 1194px) {
  .c-footer__column--web-right {
    text-align: left;
  }
}
@media screen and (max-width: 650px) {
  .c-footer__email {
    background-image: initial;
  }
  .c-footer__email--p {
    text-align: center;
    margin: 0;
    padding-top: 0;
  }
  .c-footer__email--form {
    flex-direction: column;
  }
  .c-footer__email--input {
    margin-right: 0;
  }
  .c-footer__legal {
    flex-direction: column-reverse;
    align-items: center;
  }
  .c-footer__legal--llc,
  .c-footer__legal--links {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-footer__search--center {
    flex-direction: column;
    align-items: center;
  }
  .c-footer__search--header {
    margin-bottom: 15px;
  }
}
.afs-navbar {
  position: relative;
  background-color: white;
  text-transform: uppercase;
}
.afs-navbar--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1000px) {
  .afs-navbar--wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .afs-navbar--wrapper {
    display: block;
  }
}
.afs-navbar__brand {
  height: 40px;
  line-height: 40px;
  color: black;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  width: 350px;
  text-decoration: none !important;
}
.afs-navbar__brand--highlight {
  color: #ffc600;
}
@media (max-width: 1000px) {
  .afs-navbar__brand {
    width: 70%;
    display: block;
    line-height: 6px;
    align-items: initial;
    margin-left: 5px;
    vertical-align: top;
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  .afs-navbar__brand:hover {
    border-bottom: 5px solid #e87722;
    transition: border-width 0.1s linear;
  }
}
.afs-navbar__brand:hover--highlight {
  color: #6aaeaa;
}
.afs-navbar__brand--logo {
  max-height: 30px;
}
@media (max-width: 1000px) {
  .afs-navbar__brand--logo {
    max-width: 67px;
    margin-left: 5px;
    position: relative;
    top: 10px;
  }
}
.afs-navbar__end {
  display: flex;
}
@media (min-width: 1000px) {
  .afs-navbar__nav--wrapper {
    display: flex;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .afs-navbar__nav--wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    margin: 0;
    border-top: 1px solid #f2f2f2;
  }
  .afs-navbar__nav--wrapper.afs-navbar__nav--wrapper-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
  }
}
.afs-navbar__nav--item a {
  padding: 1.5rem 1rem;
  color: black;
  background-color: white;
  display: block;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .afs-navbar__nav--item a {
    border-bottom: 1px solid #f2f2f2;
  }
}
.afs-navbar__nav--item a:hover {
  color: white;
  background-color: #e87722;
  transition: background-color 0.2s linear;
}
.afs-navbar__cart {
  cursor: pointer;
}
.afs-navbar__cart--button {
  padding: 15px;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .afs-navbar__cart {
    position: absolute;
    display: block;
    right: 50px;
    top: 8%;
  }
  .afs-navbar__cart--button {
    padding: 15px;
  }
}
.afs-navbar__toggle {
  cursor: pointer;
  display: none;
}
@media (max-width: 1000px) {
  .afs-navbar__toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: 10%;
    padding: 20px;
    padding-left: 5px;
  }
}

@font-face {
  font-family: "Jaunt", Helvetica, sans-serif;
  src: url("fonts/Jaunt.otf");
  font-display: swap;
}
@font-face {
  font-family: "Traverse-Book", Arial, sans-serif;
  src: url("fonts/Traverse-Book.otf");
  font-display: swap;
}
.afs-c-home-hero {
  background: #53a6c4;
  background-image: url("../../assets/images/afs/homepage/hero.png");
  background-image: url("../../assets/images/afs/homepage/hero.png"), linear-gradient(90deg, #53a6c4 50%, #6aaeaa 50%);
  padding: 20px 0 250px 0;
  position: relative;
  background-position: 30% bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .afs-c-home-hero {
    padding: 20px 0 20px 0;
  }
}
.afs-c-home-hero__more {
  display: block;
  position: absolute;
  content: " ";
  background-image: url("../../assets/images/afs/site_elements/white_r_arrow.svg");
  background-size: 39px 78px;
  height: 127px;
  width: 118px;
  left: 46.5%;
  bottom: 10px;
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: 400;
}
@media (max-width: 600px) {
  .afs-c-home-hero__more {
    display: none;
  }
}
.afs-c-home__arrow--r {
  position: relative;
}
.afs-c-home__arrow--r::before {
  background: url("../../assets/images/afs/homepage/arrow.png");
  content: "";
  position: absolute;
  top: -330px;
  left: 40%;
  height: 275px;
  width: 65px;
  transform: scale(0.85);
}
@media (max-width: 600px) {
  .afs-c-home__arrow--r::before {
    background: url("../../assets/images/afs/homepage/arrow.png");
    top: -170px;
    left: 90%;
    height: 275px;
    width: 65px;
    transform: scale(0.3);
  }
}
.afs-c-home__arrow--l {
  position: relative;
}
.afs-c-home__arrow--l::before {
  background: url("../../assets/images/afs/homepage/arrow-left.png");
  content: "";
  position: absolute;
  top: -300px;
  left: 10%;
  height: 236px;
  width: 56px;
  transform: scale(0.9);
}
@media (max-width: 600px) {
  .afs-c-home__arrow--l::before {
    background: url("../../assets/images/afs/homepage/arrow.png");
    top: -170px;
    left: 90%;
    height: 275px;
    width: 65px;
    transform: scale(0.3);
  }
}

.afs-c-product_afterarrow--r {
  position: relative;
  flex-direction: row-reverse;
}
.afs-c-product_afterarrow--r:after {
  background: url("../../assets/images/afs/site_elements/white_r_arrow.svg");
  content: "";
  position: absolute;
  top: 75%;
  right: 9%;
  height: 176px;
  width: 42px;
  transform: scale(0.85);
}
@media (max-width: 600px) {
  .afs-c-product_afterarrow--r:after {
    right: 5px;
    top: 290px;
  }
}
.afs-c-product_afterarrow--l {
  position: relative;
}
.afs-c-product_afterarrow--l:after {
  background: url("../../assets/images/afs/site_elements/white_l_arrow.svg");
  content: "";
  position: absolute;
  top: 75%;
  left: 5%;
  height: 176px;
  width: 42px;
  transform: scale(0.85);
}
@media (max-width: 600px) {
  .afs-c-product_afterarrow--l:after {
    left: 20px;
    top: 273px;
  }
}

.entry img {
  min-height: 210px;
  min-width: 200px;
}

.desert-slider-next:before {
  content: none !important;
}

.blog-header-background-image {
  width: 100%;
  height: 200px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.desert-slider-prev:before {
  content: none !important;
}

.single-el {
  box-shadow: 5px 5px 15px 6px rgba(0, 0, 0, 0.1333333333);
}

*,
*:active,
*:focus {
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

body,
html {
  background-color: #fff;
  font-family: "Circular", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.signedInShow {
  display: none !important;
}

.signInButton {
  display: none !important;
}

.signOutButton {
  display: none !important;
}

.c-nav {
  top: 0;
}

.entry p {
  font-family: Circular Std Book;
  font-size: 20px !important;
  line-height: 160%;
  font-weight: 400;
}

@media (max-width: 700px) {
  .single-title.post-title h1 {
    font-size: 34px !important;
    min-height: 200px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=);
  }
  .post-thumb img {
    max-height: 180px;
  }
  .entry p {
    font-size: 18px !important;
  }
  .single-el {
    box-shadow: none;
  }
  body {
    margin-top: -20px;
    overflow-x: hidden;
  }
  .c-nav__mobileheader {
    width: 100vw;
  }
  nav {
    width: 100vw;
  }
}
.desert-container {
  max-width: 900px;
  margin-top: 110px;
}

.main-nav-inner > li > a {
  font-family: Circular Std Bold;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) a {
  font-family: Circular Std Bold;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Circular Std Bold;
}

body {
  font-family: Circular Std Medium;
}

.single-title.post-title h1 {
  font-family: Circular Std Bold;
}

.post-classic .post-cate-info a {
  font-family: Circular Std Book;
}

.widget-title {
  font-family: Circular Std Bold;
}

.post-title.is-small-title > * {
  font-family: Circular Std Bold;
}

.post-title a {
  font-family: Circular Std Bold;
}

.top-bar-menu .top-bar-menu-inner > li > a {
  font-family: Circular Std Bold;
}

.mobile-menu-wrap ul li a {
  font-family: Circular Std Bold;
}

.entry a {
  color: #53a6c4;
}

.single-title.post-title h1 {
  text-transform: none;
}

.post-feat-big.post-wrap .post-title.is-big-title a {
  text-transform: none;
}

.post-title a {
  text-transform: none;
}

.single-author-box .author-title a {
  font-family: Circular Std Bold;
}

.post-meta-info a {
  font-family: Circular Std Bold;
}

.post-meta-info {
  font-family: Circular Std Bold;
}

.post-title.is-big-title {
  letter-spacing: 0px;
}

.post-feat-big .post-cate-info > * {
  font-family: Circular Std Bold;
}

.post-cate-info a {
  font-family: Circular Std Bold;
}

.is-right-footer a {
  font-family: Circular Std Bold;
}

.post-title.is-medium-title {
  letter-spacing: 1px;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) a {
  letter-spacing: 0;
  font-size: 12px;
}

.post-title.is-small-title, .widget_recent_entries ul {
  letter-spacing: 0;
}

.single-body {
  color: black;
}

.schema-faq-question {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  padding-top: 10px;
  color: #111;
  font-weight: inherit;
}

.schema-faq-question strong {
  font-weight: inherit;
}

.editor-styles-wrapper a {
  color: var(--orange) !important;
  text-decoration: underline !important;
}

.is-root-container a {
  color: var(--orange) !important;
  text-decoration: underline !important;
}

.post-thumb-outer .desert-holder {
  background-color: white !important;
}

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