.social-networks, .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  src: local("Proxima Nova Light"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Light-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Light-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: italic;
  src: local("Proxima Nova LightItalic"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-LightIt-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-LightIt-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: local("Proxima Nova Regular"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Regular-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Regular-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: italic;
  src: local("Proxima Nova Regular Italic"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-RegularIt-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-RegularIt-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: local("Proxima Nova Bold"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Bold-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Bold-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: italic;
  src: local("Proxima Nova Bold Italic"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-BoldIt-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-BoldIt-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: normal;
  src: local("Proxima Nova Extra Bold"), local("Proxima Nova"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Extrabld-023-03-31.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Extrabld-023-03-31.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: italic;
  src: local("Proxima Nova Extra Bold Italic"), local("Proxima Nova"), url("#https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-ExtrabldIt-023-03-31.woff2") format("woff2"), url("#https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-ExtrabldIt-023-03-31.woff") format("woff");
  font-display: swap;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #4b5058;
  background: #fff;
  font: 16px/1.218 "Proxima Nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#wrapper {
  width: 100%;
  position: relative;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  margin: 0 0 0.5em;
  color: inherit;
  font-weight: 700;
}

h1, .h1 {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.015em;
}
@media (max-width: 1599px) {
  h1, .h1 {
    font-size: 57px;
  }
}
@media (max-width: 1279px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 1.083;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
@media (max-width: 1599px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 42px;
    line-height: 1.167;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 48px;
  line-height: 1.083;
  letter-spacing: -0.5px;
}
@media (max-width: 1599px) {
  h3, .h3 {
    font-size: 43px;
  }
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media (max-width: 1599px) {
  h4, .h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 1;
  }
}

h5, .h5 {
  font-size: 30px;
  line-height: 1.172;
  letter-spacing: -1px;
}
@media (max-width: 1599px) {
  h5, .h5 {
    font-size: 27px;
  }
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: 24px;
  line-height: 1.2179;
  letter-spacing: -0.5px;
}
@media (max-width: 1599px) {
  h6, .h6 {
    font-size: 22px;
  }
}

p {
  margin: 0 0 1em;
}

a {
  transition: color 0.3s ease-in-out;
  color: #ed8c00;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

select,
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #f6f7f7 !important;
  padding: 8px 13px !important;
  outline: none;
  font-family: "Proxima Nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif !important;
  width: 100% !important;
  height: 58px !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  background: #f6f7f7;
  float: none !important;
  border-radius: 0;
  color: #4b5058;
  font-weight: 300;
  letter-spacing: -0.5px;
  min-height: 58px;
}
@media (max-width: 767px) {
  select,
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  input[type=date],
  textarea {
    height: 50px;
    min-height: 50px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #4b5058 !important;
  -webkit-box-shadow: 0 0 0 1000px #f6f7f7 inset;
}

select {
  padding-right: 30px !important;
  background: #f6f7f7 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23989AA5'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 16px;
  background-position: calc(100% - 12px) 22px;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=date] {
  padding-right: 5px !important;
}

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 108px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.mktoButtonWrap {
  margin: 0 !important;
}

.mktoButton {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #fff !important;
  background: #ed8c00 !important;
  text-transform: capitalize;
  border: none !important;
  font-size: 16px !important;
  border: none;
  border-radius: 0;
  font-weight: 700;
  padding: 12px 20px !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
  min-height: 46px;
  letter-spacing: -0.5px;
}
.mktoButton:hover, .mktoButton:focus {
  background: #ba6e00 !important;
}

.mktoForm {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  color: #4b5058 !important;
  font-family: "Proxima Nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif !important;
  position: relative;
}
.mktoForm .mktoButtonRow {
  padding-top: 60px;
}
.mktoForm .mktoError {
  right: auto !important;
  left: 0;
  padding: 0 10px;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none !important;
}
.mktoForm .mktoError .mktoErrorMsg {
  max-width: none !important;
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  display: flex !important;
  color: #646970 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mktoForm * {
  float: none !important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoAsterix {
  display: none !important;
}
.mktoForm .mktoGutter {
  display: none !important;
  height: 0 !important;
}
.mktoForm .mktoOffset {
  height: auto !important;
}
.mktoForm .mktoLabel {
  padding-top: 0 !important;
}
.mktoForm .mktoFormRow {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
.mktoForm .mktoFormCol {
  flex: 1 0 0%;
  width: 100% !important;
  max-width: 100%;
  min-width: 33.33%;
  padding: 0 10px !important;
  margin-bottom: 20px !important;
  min-height: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
  .mktoForm .mktoFormCol {
    flex: 0 0 100%;
    width: 100% !important;
  }
}
.mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol.has-checkbox,
.mktoForm .mktoFormCol.has-checkbox {
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol.has-checkbox,
  .mktoForm .mktoFormCol.has-checkbox {
    max-width: 100%;
  }
}
.mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol.checkboxes,
.mktoForm .mktoFormCol.checkboxes {
  min-height: 40px !important;
}
.mktoForm .mktoFieldWrap {
  height: 100%;
}
.mktoForm .mktoFieldWrap > label {
  display: none !important;
}
.mktoForm .mktoFieldWrap > label.checkboxs-title {
  display: block !important;
  font-weight: 400 !important;
  font-size: 20px;
  width: auto !important;
}
.mktoForm .mktoFieldWrap .mktoCheckboxList {
  width: 100% !important;
}
.mktoForm .has-checkbox .mktoFieldWrap {
  height: 100%;
  width: 100%;
}
.mktoForm .has-checkbox .mktoCheckboxList {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  color: #4b5058;
  height: 100%;
}
.mktoForm .has-checkbox .mktoCheckboxList label:empty {
  display: none !important;
}
.mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 118px !important;
  border: 1px solid #989aa5;
  background: #fff;
  transition: border-color 0.3s ease-in-out;
  font-size: 18px;
  line-height: 1.1773;
  height: 100%;
}
@media (max-width: 1279px) {
  .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
    min-height: 90px !important;
  }
}
.mktoForm .has-checkbox .mktoCheckboxList .mktoLabel span {
  display: block !important;
}
.mktoForm .has-checkbox .mktoCheckboxList.mktoInvalid input + .mktoLabel {
  border: 1px solid #ed8c00;
}
.mktoForm .has-checkbox .mktoCheckboxList label {
  margin: 0 !important;
  padding: 41px 15px 25px 60px !important;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  width: 100% !important;
  min-height: 0 !important;
}
@media (max-width: 1599px) {
  .mktoForm .has-checkbox .mktoCheckboxList label {
    padding-right: 5px !important;
    padding-left: 54px !important;
  }
}
@media (max-width: 1439px) {
  .mktoForm .has-checkbox .mktoCheckboxList label {
    padding-left: 46px !important;
  }
}
.mktoForm .has-checkbox .mktoCheckboxList input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mktoForm .has-checkbox .mktoCheckboxList input:checked + label {
  border: 1px solid #5bc3f5;
}
.mktoForm .has-checkbox .mktoCheckboxList input:checked + label .subscription-form-label-span:before {
  background: #5bc3f5;
  border-color: #5bc3f5 !important;
  content: "";
}
.mktoForm .has-checkbox .mktoCheckboxList input:checked + label .subscription-form-label-span:after {
  opacity: 1;
}
.mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 15px;
}
@media (max-width: 1599px) {
  .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span {
    font-size: 21px;
  }
}
@media (max-width: 1279px) {
  .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span {
    font-size: 20px;
  }
}
.mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:before, .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:after {
  position: absolute;
  top: 50%;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  color: #fff;
  font-size: 16px;
  width: 27px;
  height: 27px;
  border: 2px solid #d0d1db;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:before, .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:after {
    left: 14px;
  }
}
@media (max-width: 1023px) {
  .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:before, .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:after {
    left: 8px;
  }
}
.mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.382 32c-0.388 0-0.776-0.194-0.97-0.388l-12.024-12.218c-0.582-0.582-0.582-1.552 0-2.133s1.552-0.582 2.133 0l10.667 10.861 16.097-27.539c0.388-0.776 1.358-0.97 1.939-0.582 0.776 0.388 0.97 1.358 0.582 1.939l-17.067 29.091c-0.194 0.582-0.776 0.97-1.358 0.97 0.194 0 0.194 0 0 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
  border: none;
  opacity: 0;
}

.checkboxes .mktoCheckboxList.checkbox-list {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.checkboxes .mktoCheckboxList.checkbox-list input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.checkboxes .mktoCheckboxList.checkbox-list input:checked + label:before {
  background: #5bc3f5;
  border-color: #5bc3f5;
}
.checkboxes .mktoCheckboxList.checkbox-list input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.checkboxes .mktoCheckboxList.checkbox-list label {
  margin: 0 15px 10px 0 !important;
  padding: 5px 0 5px 34px !important;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  border: none !important;
}
@media (max-width: 767px) {
  .checkboxes .mktoCheckboxList.checkbox-list label {
    font-size: 16px;
    padding-left: 26px !important;
  }
}
.checkboxes .mktoCheckboxList.checkbox-list label:before, .checkboxes .mktoCheckboxList.checkbox-list label:after {
  width: 27px;
  height: 27px;
  border: 2px solid #d0d1db;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .checkboxes .mktoCheckboxList.checkbox-list label:before, .checkboxes .mktoCheckboxList.checkbox-list label:after {
    width: 20px;
    height: 20px;
  }
}
.checkboxes .mktoCheckboxList.checkbox-list label:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.382 32c-0.388 0-0.776-0.194-0.97-0.388l-12.024-12.218c-0.582-0.582-0.582-1.552 0-2.133s1.552-0.582 2.133 0l10.667 10.861 16.097-27.539c0.388-0.776 1.358-0.97 1.939-0.582 0.776 0.388 0.97 1.358 0.582 1.939l-17.067 29.091c-0.194 0.582-0.776 0.97-1.358 0.97 0.194 0 0.194 0 0 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
  border: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .checkboxes .mktoCheckboxList.checkbox-list label:after {
    background-size: 12px 12px;
  }
}

.mktoRadioList {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.mktoRadioList input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mktoRadioList input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.mktoRadioList label {
  margin: 0 15px 10px 0 !important;
  padding: 5px 15px 5px 34px !important;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  border: none !important;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mktoRadioList label {
    padding-left: 26px !important;
  }
}
.mktoRadioList label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #989aa5;
  position: absolute;
  top: 7px;
  left: 1px;
  content: "";
  border-radius: 100px;
  background: #fff;
}
.mktoRadioList label:after {
  position: absolute;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #5bc3f5;
  border-radius: 100%;
  content: "";
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: 1;
}

.check-all-container {
  position: absolute;
  left: 444px;
  bottom: 69px;
  z-index: 1;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #989aa5;
}
@media (max-width: 1599px) {
  .check-all-container {
    left: 365px;
  }
}
@media (max-width: 1279px) {
  .check-all-container {
    left: 285px;
  }
}
@media (max-width: 1023px) {
  .check-all-container {
    left: -10px;
  }
}
.check-all-container .check-all-label {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.check-all-container .check-all-label:hover {
  color: #5bc3f5;
}
.check-all-container .check-all-label:before {
  content: "Unsubscribe from All";
  font-size: 14px;
  line-height: 17px;
}
.check-all-container input {
  opacity: 0;
}

.mktoHtmlText {
  width: 100% !important;
  height: 100%;
}

.sticky-form .mktoForm .input__holder {
  margin-top: 60px;
  position: sticky;
  bottom: 0;
  display: flex;
  background: #4b5058;
  padding: 40px 0 32px;
  flex-wrap: wrap;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .input__holder {
    flex-direction: column;
    padding: 40px 0 20px;
    position: relative;
  }
}
.sticky-form .mktoForm .input__holder:before {
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: -2px;
  content: "";
  background: #4b5058;
  left: calc(196px - 50vw);
}
@media (max-width: 1599px) {
  .sticky-form .mktoForm .input__holder:before {
    left: calc(260px - 50vw);
  }
}
@media (max-width: 1415px) {
  .sticky-form .mktoForm .input__holder:before {
    left: auto;
    right: -58px;
  }
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .input__holder:before {
    right: -24px;
  }
}
.sticky-form .mktoForm .input__holder .mktoLabel {
  display: none !important;
}
.sticky-form .mktoForm .input__holder .mktoButtonRow {
  padding-left: 28px !important;
  max-width: 168px;
  flex: 0 0 168px;
  margin: 0 !important;
}
@media (max-width: 1599px) {
  .sticky-form .mktoForm .input__holder .mktoButtonRow {
    padding-left: 20px !important;
  }
}
@media (max-width: 1023px) {
  .sticky-form .mktoForm .input__holder .mktoButtonRow {
    position: absolute;
    top: 103px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .input__holder .mktoButtonRow {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px 0 0 !important;
    position: relative;
    top: 0;
  }
}
.sticky-form .mktoForm .input__holder .mktoButton {
  min-width: 140px;
  height: 48px !important;
  background: #5bc3f5 !important;
  color: #fff;
  text-transform: uppercase !important;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .input__holder .mktoButton {
    width: auto;
  }
}
.sticky-form .mktoForm .input__holder .mktoButton:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 8px;
}
.sticky-form .mktoForm .input__holder .mktoButton.error {
  background: #d0d1db !important;
  opacity: 0.7;
}
.sticky-form .mktoForm .input__holder .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
.sticky-form .mktoForm .input__holder .mktoFormCol {
  padding: 0 20px !important;
  margin: 0 !important;
}
@media (max-width: 1599px) {
  .sticky-form .mktoForm .input__holder .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
  .sticky-form .mktoForm .input__holder .mktoFormCol {
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .input__holder .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
  .sticky-form .mktoForm .input__holder .mktoFormCol {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  .sticky-form .mktoForm .input__holder .mktoError {
    padding: 0 20px !important;
  }
}
.sticky-form .mktoForm .input__holder .mktoError .mktoErrorMsg {
  color: #90969f !important;
}
.sticky-form .mktoForm .input__holder .mktoFormRow {
  flex: 1;
  margin: 0 -20px;
}
@media (max-width: 1599px) {
  .sticky-form .mktoForm .input__holder .mktoFormRow {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  .sticky-form .mktoForm .input__holder .mktoFormRow {
    gap: 15px 0;
  }
}
.sticky-form .mktoForm .input__holder .mktoFormRow + .mktoFormRow {
  order: 3;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.sticky-form .mktoForm .input__holder .mktoFormRow + .mktoFormRow:before, .sticky-form .mktoForm .input__holder .mktoFormRow + .mktoFormRow:after {
  display: none;
}
.sticky-form .mktoForm .input__holder .mktoFormRow + .mktoFormRow .mktoFormCol {
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .sticky-form .mktoForm .input__holder .mktoFormRow:first-child .mktoFormCol {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1023px) {
  .sticky-form .mktoForm .input__holder .mktoFormRow:first-child .mktoFormCol + .mktoFormCol {
    padding-right: 164px !important;
  }
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .input__holder .mktoFormRow:first-child .mktoFormCol + .mktoFormCol {
    padding-right: 10px !important;
  }
}
.sticky-form .mktoForm .input__holder .mktoButtonRow {
  padding-top: 0;
}
.sticky-form .mktoForm .input__holder input[type=text],
.sticky-form .mktoForm .input__holder input[type=email] {
  height: 48px !important;
  min-height: 48px !important;
  background: #5f636a;
  color: #fff !important;
  border-color: #5f636a !important;
}
.sticky-form .mktoForm .input__holder input[type=text]::-webkit-input-placeholder,
.sticky-form .mktoForm .input__holder input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.sticky-form .mktoForm .input__holder input[type=text]::-moz-placeholder,
.sticky-form .mktoForm .input__holder input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sticky-form .mktoForm .input__holder input[type=text]:-moz-placeholder,
.sticky-form .mktoForm .input__holder input[type=email]:-moz-placeholder {
  color: #fff;
}
.sticky-form .mktoForm .input__holder input[type=text]:-ms-input-placeholder,
.sticky-form .mktoForm .input__holder input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.sticky-form .mktoForm .input__holder input[type=text].placeholder,
.sticky-form .mktoForm .input__holder input[type=email].placeholder {
  color: #fff;
}
.sticky-form .mktoForm .input__holder input:-webkit-autofill,
.sticky-form .mktoForm .input__holder input:-webkit-autofill:hover,
.sticky-form .mktoForm .input__holder input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #5f636a inset;
}
.sticky-form .mktoForm .desc {
  position: static !important;
}
.sticky-form .mktoForm .check-all-container {
  left: auto;
  right: 0;
  bottom: auto;
  top: -98px;
  letter-spacing: 0.005em;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .sticky-form .mktoForm .check-all-container {
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .sticky-form .mktoForm .check-all-container {
    top: -30px;
  }
}
.sticky-form .mktoForm .check-all-container .check-all-label {
  font-size: 14px;
  line-height: inherit;
}
.sticky-form .mktoForm .check-all-container .check-all-label:before {
  display: none;
}
.sticky-form .mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
.sticky-form .mktoForm .mktoFormCol {
  min-width: 50%;
}
@media (max-width: 767px) {
  .sticky-form .mktoForm .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol,
  .sticky-form .mktoForm .mktoFormCol {
    flex: 0 0 100%;
    width: 100% !important;
  }
}
.sticky-form .mktoForm .mktoButtonRow,
.sticky-form .mktoForm .mktoFormRow {
  padding-left: 0 !important;
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
  display: block !important;
  border-color: #ed8c00 !important;
  padding: 36px 72px 32px 22px !important;
  min-height: 200px !important;
}
@media (max-width: 1599px) {
  .sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
    padding-right: 66px !important;
  }
}
@media (max-width: 1279px) {
  .sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
    padding: 40px 60px 40px 22px !important;
  }
}
@media (max-width: 1199px) {
  .sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel {
    min-height: 150px !important;
  }
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel span {
  margin-bottom: 19px;
}
@media (max-width: 1023px) {
  .sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel span {
    margin-bottom: 10px;
  }
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel span:last-of-type {
  margin-bottom: 0;
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList .mktoLabel:hover .subscription-form-label-span:before {
  background-color: #5bc3f5;
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:before {
  left: auto;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 36px;
  height: 36px;
  background-color: #d0d1db;
  border-radius: 8px 0 8px 8px;
  content: "";
  border: none;
  padding-left: 2px;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16.091 32c-0.731 0-1.463-0.549-1.463-1.463v-13.166h-13.166c-0.914 0-1.463-0.549-1.463-1.28s0.549-1.463 1.463-1.463h13.166v-13.166c0-0.914 0.549-1.463 1.463-1.463s1.463 0.549 1.463 1.463v13.166h13.166c0.731 0 1.463 0.549 1.463 1.463s-0.549 1.463-1.463 1.463h-13.349v13.166c0 0.731-0.549 1.28-1.28 1.28z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList .subscription-form-label-span:after {
  display: none;
}
.sticky-form .mktoForm .has-checkbox .mktoCheckboxList input:checked + label .subscription-form-label-span:before {
  background-color: #ed8c00 !important;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.382 32c-0.388 0-0.776-0.194-0.97-0.388l-12.024-12.218c-0.582-0.582-0.582-1.552 0-2.133s1.552-0.582 2.133 0l10.667 10.861 16.097-27.539c0.388-0.776 1.358-0.97 1.939-0.582 0.776 0.388 0.97 1.358 0.582 1.939l-17.067 29.091c-0.194 0.582-0.776 0.97-1.358 0.97 0.194 0 0.194 0 0 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
}
.sticky-form .form-foot {
  color: #d0d1db;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sticky-form .form-foot {
    display: block;
    padding-top: 20px;
  }
}
.sticky-form .form-foot .guide-txt {
  font-size: 14px;
}
@media (max-width: 767px) {
  .sticky-form .form-foot .guide-txt {
    padding-top: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .sticky-form .form-foot .guide-txt {
    font-size: 12px;
    padding-top: 15px;
  }
}
.sticky-form .form-foot .guide-txt a {
  color: #d0d1db;
  padding: 0 !important;
}
.sticky-form .form-foot .guide-txt a:hover {
  color: #ed8c00;
}
.sticky-form .form-foot .manage {
  color: #989aa5;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
  padding: 0 !important;
}
.sticky-form .form-foot .manage:hover {
  color: #ed8c00;
}

.mktoCheckboxList input + label#LblUnsubscribed:before {
  margin-top: -5px !important;
}

body::-webkit-scrollbar {
  display: none;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mktoFormRow .checkbox-text {
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 118px !important;
  border: 1px solid #989aa5;
  padding: 34px 22px 25px !important;
  background: #fff;
  transition: border-color 0.3s ease-in-out;
  font-size: 18px;
  line-height: 1.1773;
  height: 100%;
  max-width: calc(50% - 10px);
}
@media (max-width: 1599px) {
  .mktoFormRow .checkbox-text {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media (max-width: 1023px) {
  .mktoFormRow .checkbox-text {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media (max-width: 767px) {
  .mktoFormRow .checkbox-text {
    max-width: none;
  }
}
@media (max-width: 1279px) {
  .mktoFormRow .checkbox-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mktoFormRow .checkbox-text {
    min-height: 90px !important;
  }
}
.mktoFormRow .checkbox-text h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 19px;
  margin-bottom: 6px;
}
@media (max-width: 1599px) {
  .mktoFormRow .checkbox-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 1279px) {
  .mktoFormRow .checkbox-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .mktoFormRow .checkbox-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.subscription-center.style__01 .checkbox-text {
  max-width: none;
  display: block;
  padding: 36px 22px 32px !important;
}
@media (max-width: 1279px) {
  .subscription-center.style__01 .checkbox-text {
    padding: 40px 22px 40px !important;
  }
}
@media (max-width: 767px) {
  .subscription-center.style__01 .checkbox-text {
    min-height: 150px !important;
  }
}
.subscription-center.style__01 .checkbox-text h3 {
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .subscription-center.style__01 .checkbox-text h3 {
    margin-bottom: 15px;
  }
}
.subscription-center.style__01 .checkbox-text .link-wrap {
  padding-top: 21px;
}

.subscription-center.thanks-page {
  padding-bottom: 87px;
}
.subscription-center.thanks-page .subscription-form .mktoFormRow,
.subscription-center.thanks-page .subscription-form .mktoButtonRow {
  padding-left: 0 !important;
}
.subscription-center.thanks-page .subscription-form .mktoButtonRow {
  padding-top: 11px !important;
}
.subscription-center.thanks-page .subscription-form .check-all-container {
  display: none;
}
.subscription-center.thanks-page .subscription-form .subscription-form {
  position: relative;
}
.subscription-center.thanks-page .subscription-form .mktoButton {
  font-weight: 700;
  text-transform: uppercase;
  min-width: 100px;
}
.subscription-center.thanks-page .heading {
  margin-bottom: 66px;
  padding-right: 90px;
}

.subscription-form-wrap {
  position: relative;
}

.form-footer {
  padding-top: 20px;
}
@media screen and (min-width: 640px) {
  .form-footer {
    padding-top: 0;
  }
}
.form-footer .skip-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  bottom: 54px;
  left: 140px;
}
@media screen and (min-width: 640px) {
  .form-footer .skip-link {
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .form-footer .skip-link {
    right: 0;
    top: -95px;
    left: auto;
    bottom: auto;
  }
}
.form-footer .skip-link a {
  color: #5bc3f5;
}
.form-footer .skip-link a:hover {
  color: #ed8c00;
}
.form-footer .manage {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 800;
}
@media screen and (min-width: 640px) {
  .form-footer .manage {
    position: absolute;
    right: 0;
    bottom: 31px;
  }
}
.form-footer .manage a {
  color: #989aa5;
}
.form-footer .manage a:hover {
  color: #ed8c00;
}

.mktoForm fieldset.mktoFormCol {
  position: relative;
  background: #f6f7f7;
  padding: 23px 15px 12px !important;
  width: auto !important;
  margin: 0 10px 10px !important;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .mktoForm fieldset.mktoFormCol {
    max-width: 64.666%;
    padding-left: 25px !important;
    padding-right: 15px !important;
  }
}
.mktoForm fieldset.mktoFormCol .mktoFieldWrap h4 {
  color: #4b5058 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: -0.08px;
  margin: 0;
}
.mktoForm fieldset.mktoFormCol select,
.mktoForm fieldset.mktoFormCol input[type=text],
.mktoForm fieldset.mktoFormCol textarea {
  background-color: #fff;
  font-size: 16px !important;
  width: calc(100% - 38px) !important;
  margin-left: 38px;
  letter-spacing: -0.08px;
}
@media (max-width: 767px) {
  .mktoForm fieldset.mktoFormCol select,
  .mktoForm fieldset.mktoFormCol input[type=text],
  .mktoForm fieldset.mktoFormCol textarea {
    margin: 0;
    width: 100% !important;
  }
}
.mktoForm fieldset.mktoFormCol textarea {
  min-height: 153px;
}
@media screen and (min-width: 1024px) {
  .mktoForm fieldset.mktoFormCol textarea {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.mktoForm fieldset legend {
  display: none;
}
.mktoForm fieldset .mktoFormRow {
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .mktoForm fieldset .mktoError {
    left: 38px;
  }
}
.mktoForm fieldset .mktoRadioList {
  flex-direction: column;
  gap: 26px;
  padding-left: 6px !important;
  margin: -12px 0 17px;
}

.link-wrap a {
  font-weight: 800;
  color: #989aa5;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.167;
  letter-spacing: 2.5px;
  padding: 0 !important;
}
.link-wrap a:hover {
  color: #ed8c00;
}

.col-xs-1, .col-xls-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-xls-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-xls-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-xls-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-xls-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-xls-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-xls-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-xls-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-xls-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-xls-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-xls-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-xls-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  min-height: 1px;
  width: 100%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  .col-xls-1 {
    width: 8.3333333333%;
  }
  .col-xls-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xls-2 {
    width: 16.6666666667%;
  }
  .col-xls-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xls-3 {
    width: 25%;
  }
  .col-xls-offset-3 {
    margin-left: 25%;
  }
  .col-xls-4 {
    width: 33.3333333333%;
  }
  .col-xls-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xls-5 {
    width: 41.6666666667%;
  }
  .col-xls-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xls-6 {
    width: 50%;
  }
  .col-xls-offset-6 {
    margin-left: 50%;
  }
  .col-xls-7 {
    width: 58.3333333333%;
  }
  .col-xls-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xls-8 {
    width: 66.6666666667%;
  }
  .col-xls-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xls-9 {
    width: 75%;
  }
  .col-xls-offset-9 {
    margin-left: 75%;
  }
  .col-xls-10 {
    width: 83.3333333333%;
  }
  .col-xls-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xls-11 {
    width: 91.6666666667%;
  }
  .col-xls-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xls-12 {
    width: 100%;
  }
  .col-xls-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.container {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1416px;
}

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

.row-height > [class*=col-] {
  display: flex;
  flex-wrap: wrap;
}
.row-height > [class*=col-] > * {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-size: 17px;
  line-height: 1.2178;
}
.modal h4 {
  font-size: 39px;
  color: #ed8c00;
  margin-bottom: 18px;
}
@media (max-width: 1599px) {
  .modal h4 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .modal h4 {
    font-size: 30px;
  }
}
.modal p:last-of-type {
  margin-bottom: 0;
}
.modal-active {
  overflow: hidden;
}
.modal-active .modal.show {
  opacity: 1;
  visibility: visible;
}
.modal .modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.modal .modal-inner:after {
  content: "";
  width: 0;
  height: 100vh;
}
.modal-box {
  background-color: #fff;
  padding: 94px 100px 87px;
  box-shadow: 0px 0px 21.5205px 5.38014px rgba(75, 79, 84, 0.2);
  margin: 70px auto;
  position: relative;
  max-width: 850px;
}
@media (max-width: 1599px) {
  .modal-box {
    padding: 70px 60px;
  }
}
@media (max-width: 1023px) {
  .modal-box {
    padding: 72px 65px;
  }
}
@media (max-width: 767px) {
  .modal-box {
    padding: 50px 24px;
  }
}
.modal-box > .close {
  position: absolute;
  right: 30px;
  top: 25px;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .modal-box > .close {
    top: 20px;
    right: 20px;
  }
}
.modal-box > .close svg {
  width: 100%;
  fill: #4b5058;
}
.modal-box > .close path {
  transition: fill 0.3s ease-in-out;
}
.modal-box > .close:hover path {
  fill: #ed8c00;
}

#header {
  transition: background 0.3s ease-in-out;
  padding: 17px 0;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#header .logo {
  width: 130px;
  font-size: 0;
}
#header .logo a {
  display: block;
}

.header-progress {
  height: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
}
.header-progress span {
  display: block;
  height: 100%;
  background: #ed8b00;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1;
  position: relative;
  z-index: 1;
}

.pattern-holder {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

@media (min-width: 768px) {
  .container {
    padding: 0 58px;
  }
}

.pattern {
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pattern {
    top: -150px;
  }
}
.pattern img {
  width: 100%;
}

#footer {
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  background: #4b5058;
  padding: 61px 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599px) {
  #footer {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  #footer {
    padding: 37px 0;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 37px 0 30px;
  }
}
#footer .logo {
  width: 145px;
}
#footer .footer-content {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1023px) {
  #footer .footer-content {
    padding-top: 37px;
    flex-direction: column-reverse;
    align-items: inherit;
  }
}
@media (max-width: 767px) {
  #footer .footer-content {
    padding-top: 30px;
  }
}
#footer .footer-content .content-right {
  display: flex;
  flex: 1;
  gap: 20px 63px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023px) {
  #footer .footer-content .content-right {
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer-content .content-right {
    padding-bottom: 30px;
    display: block;
    flex: 1;
  }
}
@media (max-width: 767px) {
  #footer .social-networks {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
}

.footer-nav {
  font-weight: 400;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-nav {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover {
  color: #ed8b00;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 29px;
}
@media (max-width: 767px) {
  .social-networks {
    gap: 5px 22px;
  }
}
.social-networks svg {
  width: 100%;
  fill: #fff;
  height: auto;
}
.social-networks svg path {
  transition: fill 0.3s ease-in-out;
}
.social-networks li a {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 17px;
}
.social-networks li a:hover path {
  fill: #ed8c00;
}
.social-networks li .youtube {
  width: 21px;
}

.subscription-center {
  padding: 197px 0 80px;
  position: relative;
}
@media (max-width: 1599px) {
  .subscription-center {
    padding: 166px 0 72px;
  }
}
@media (max-width: 1199px) {
  .subscription-center {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .subscription-center {
    padding: 50px 0;
    overflow: hidden;
  }
}
.subscription-center.style__01 {
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .subscription-center.style__01 .heading {
    margin-bottom: 69px;
  }
}
.subscription-center .pattern {
  z-index: -1;
}
.subscription-center h1 {
  color: #ed8c00;
  margin-bottom: 0;
}

.newsletter-blocks {
  position: relative;
  display: flex;
}
@media (max-width: 1199px) {
  .newsletter-blocks {
    display: block;
  }
}
.newsletter-blocks .boxes-wrap {
  flex: 1;
}

.side-text {
  max-width: 454px;
  flex: 0 0 454px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  padding-right: 88px;
}
@media (max-width: 1599px) {
  .side-text {
    max-width: 390px;
    flex: 0 0 390px;
    padding-right: 30px;
  }
}
@media (max-width: 1279px) {
  .side-text {
    max-width: 300px;
    flex: 0 0 300px;
  }
}
@media (max-width: 1199px) {
  .side-text {
    max-width: none;
    padding-right: 0;
    margin-bottom: 65px;
  }
}
.side-text h3 {
  font-family: "Proxima Nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  margin-bottom: 22px;
  padding: 0;
}
@media (max-width: 1199px) {
  .side-text h3 {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .side-text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.thank-you-message {
  background: #4b5058;
  padding: 40px 0 33px;
}
.thank-you-message .content {
  padding-left: 454px;
}
@media (max-width: 1599px) {
  .thank-you-message .content {
    padding-left: 390px;
  }
}
@media (max-width: 1279px) {
  .thank-you-message .content {
    padding-left: 300px;
  }
}
@media (max-width: 1023px) {
  .thank-you-message .content {
    padding: 0;
  }
}
.thank-you-message .thankyou-msg {
  color: #fff;
  background: #5f636a;
  padding: 11px 10px;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.thank-you-message .form-foot {
  padding-top: 8px;
}
.thank-you-message .manage {
  color: #989aa5;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
}
.thank-you-message .manage:hover {
  color: #ed8c00;
}

.heading {
  margin-bottom: 109px;
}
@media (max-width: 1599px) {
  .heading {
    margin-bottom: 98px;
  }
}
@media (max-width: 1023px) {
  .heading {
    margin-bottom: 50px;
  }
}

.mktoButtonRow,
.mktoFormRow {
  padding-left: 454px !important;
  position: relative;
}
@media (max-width: 1599px) {
  .mktoButtonRow,
  .mktoFormRow {
    padding-left: 380px !important;
  }
}
@media (max-width: 1279px) {
  .mktoButtonRow,
  .mktoFormRow {
    padding-left: 300px !important;
  }
}
@media (max-width: 1199px) {
  .mktoButtonRow,
  .mktoFormRow {
    padding-left: 0 !important;
  }
}
.mktoButtonRow + .mktoFormRow .desc,
.mktoFormRow + .mktoFormRow .desc {
  top: 17px;
}
.mktoButtonRow .spacing,
.mktoFormRow .spacing {
  height: 90px;
}
@media (max-width: 1599px) {
  .mktoButtonRow .spacing,
  .mktoFormRow .spacing {
    height: 81px;
  }
}
@media (max-width: 1023px) {
  .mktoButtonRow .spacing,
  .mktoFormRow .spacing {
    height: 60px;
  }
}
.mktoButtonRow .spacing + .desc,
.mktoFormRow .spacing + .desc {
  top: 107px;
}
.mktoButtonRow h3,
.mktoFormRow h3 {
  font-family: "Proxima Nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  margin-bottom: 22px;
  padding: 0;
}
@media (max-width: 1023px) {
  .mktoButtonRow h3,
  .mktoFormRow h3 {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .mktoButtonRow h3,
  .mktoFormRow h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .mktoButtonRow h3,
  .mktoFormRow h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.mktoButtonRow .desc,
.mktoFormRow .desc {
  position: absolute;
  left: -454px;
  top: 23px;
  width: 390px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  padding: 0 9px;
  z-index: 1;
}
@media (max-width: 1599px) {
  .mktoButtonRow .desc,
  .mktoFormRow .desc {
    width: 350px;
    padding-left: 10px;
    left: -380px;
  }
}
@media (max-width: 1279px) {
  .mktoButtonRow .desc,
  .mktoFormRow .desc {
    left: -300px;
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .mktoButtonRow .desc,
  .mktoFormRow .desc {
    padding-left: 0;
    width: 100%;
    margin-bottom: 13px;
    position: static;
  }
}
@media (max-width: 767px) {
  .mktoButtonRow .desc,
  .mktoFormRow .desc {
    margin-bottom: 0;
  }
}

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