/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vickey";
  src: url("../fonts/VickeyRegular.woff2") format("woff2"), url("../fonts/VickeyRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vickey";
  src: url("../fonts/VickeyBold.woff2") format("woff2"), url("../fonts/VickeyBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #222222;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
  font-weight: 700;
}
.h1,
h1 {
  font-family: "Montserrat", serif;
  font-size: 4.4rem;
  line-height: 1.09;
  letter-spacing: -0.016em;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 2.4rem;
    line-height: 1.17;
  }
}
.h2,
h2 {
  font-family: "Montserrat", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.h3,
h3 {
  font-family: "Montserrat", serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .h3,
h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 1.8rem;
  }
}
.h4,
h4 {
  font-size: 1.8rem;
}
.h5,
h5 {
  font-size: 1.6rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .h5,
h5 {
    font-size: 1.4rem;
  }
}
.h6,
h6 {
  font-size: 1.5rem;
  letter-spacing: -0.016em;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .h6,
h6 {
    font-size: 1.3rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.placeholder-text {
  font-style: normal;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  -o-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
.overlay.is-animated {
  opacity: 0;
  visibility: hidden;
}
.toast {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 50;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 12px 20px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.toast.is-visible {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #009874;
  color: #fff;
  padding: 2.3rem 0 2.2rem;
  text-align: center;
  /*  Bar Alt  */
}
.bar h4 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: -0.016em;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar h4 {
    font-size: 1.6rem;
  }
}
.bar ul {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding: 0 0.8rem;
  position: relative;
  top: -0.2rem;
}
.bar ul li {
  display: inline-block;
}
.bar--alt {
  background: #f2f2f2 !important;
  color: #222222 !important;
  font-size: 20px !important;
  padding: 44px 0 !important;
  display: none !important;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .bar--alt {
    font-size: 14px !important;
    padding: 24px 0 !important;
  }
}
.bar--alt p img {
  vertical-align: middle;
}
.bar--alt.is-visible {
  display: block !important;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*  Button Primary  */
  /*  Button Border  */
  /*  Button Alt  */
  /*  Button Image  */
}
.btn--primary {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  color: #fff;
  background: #007b60;
  padding: 3.1rem 1rem;
  min-width: 22.3rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn--primary:hover {
  opacity: 0.7;
}
.btn--border {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2.2rem;
  min-width: 17.3rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn--border:hover {
  color: #fff;
}
.btn--border:hover:before {
  opacity: 1;
}
.btn--border:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: -0.1rem;
  right: -0.1rem;
  border-radius: 2.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF7A4F), to(#FF3F6F));
  background: -o-linear-gradient(left, #FF7A4F, #FF3F6F);
  background: linear-gradient(to right, #FF7A4F, #FF3F6F);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn--border span {
  position: relative;
  z-index: 5;
}
.btn--alt {
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 2.7rem;
  background: #007b60;
  color: #fff;
  min-width: 27.7rem;
  padding: 1.7rem 1rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--alt {
    font-size: 1.5rem;
    min-width: 17.3rem;
    padding: 1.3rem 1rem;
    margin-top: 2%;
  }
}
@media (min-width: 1199px) {
  .btn--alt:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.btn--img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn--img:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */
.btn-menu {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  min-height: 8rem;
  line-height: 8rem;
  border-right: 0.1rem solid #DFDFDF;
  padding-right: 2.2rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .btn-menu {
    min-height: 5.9rem;
    line-height: 5.9rem;
    padding-right: 1.5rem;
  }
}
.btn-menu:hover {
  opacity: 0.7;
}
.btn-menu i {
  margin-right: 1.2rem;
  top: -0.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-menu i {
    margin-right: 1rem;
  }
}
.popup__actions__why-button {
  display: block;
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
  max-width: 101.4rem;
  margin: auto;
}
.features .grid {
  margin: 0 -3.1rem -6.2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .features .grid {
    margin: 0 -3.5rem -6.2rem;
    padding: 0 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .grid {
    padding: 0 2rem;
    margin: 0 -1.6rem -4rem;
  }
}
.features .grid .grid__col {
  padding: 0 3.1rem 6.2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .features .grid .grid__col {
    padding: 0 3.5rem 7.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .grid .grid__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.6rem 4rem;
  }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  position: relative;
  padding: 7.2rem 0 0;
  font-size: 1.8rem;
  line-height: 1.67;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .feature {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 7.7rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    padding: 6.5rem 0 0;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.feature > img {
  position: absolute;
  top: 0;
  left: 0;
}
.feature h4 {
  margin-bottom: -0.2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .feature h4 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }
}
.feature .feature__image {
  min-width: 38.8rem;
  left: auto;
  top: -3.2rem;
  right: 4.3rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .feature .feature__image {
    right: -3.2rem;
    min-width: 31rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__image {
    top: 0.5rem;
    right: 1.8rem;
    min-width: 20rem;
  }
}
/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  position: relative;
  background: #FBFBFB;
  margin-top: 3px;
  border-radius: 8px;
  padding: 19px 224px 35px 34px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .feature-alt {
    padding: 43px 360px 39px 44px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt {
    padding: 26px 200px 39px 23px;
  }
}
.feature-alt h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.017em;
  padding-right: 20px;
  margin: 0 0 7px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt h3 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.31;
  }
}
.feature-alt p {
  font-size: 14px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt p {
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.feature-alt h6 {
  background: #F2F2F2;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  max-width: 262px;
  position: relative;
  padding: 8px 30px 8px 11px;
  margin: 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt h6 {
    font-size: 11px;
    padding: 7px 30px 8px 0px;
    margin-right: -31px;
  }
}
.feature-alt h6 span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}
.feature-alt h6 .feature__btn {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt h6 .feature__btn {
    right: 15px;
  }
}
.feature-alt img {
  position: absolute;
  bottom: 0;
  right: 20px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .feature-alt img {
    right: 77px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt img {
    width: 176px;
    right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  position: relative;
  max-width: 38rem;
  /*  Form Alt  */
}
.form label {
  display: none;
}
.form .text-updates__form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
}
.form .text-updates__form__checkbox span {
  font-family: "Source Sans Pro";
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.form .text-updates__form__checkbox input[type=checkbox] {
  accent-color: #222222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  margin-top: 5px;
}
.form .text-updates__form__checkbox.checkbox__error span {
  color: #D50C01;
}
.form .text-updates__form__checkbox.checkbox__error input[type=checkbox] {
  accent-color: #d50c01;
}
.form .form__field {
  width: 100%;
  border: 0.1rem solid #dfdfdf;
  height: 5rem;
  padding: 0 10rem 0 1rem;
  font-size: 1.6rem;
  color: #000;
  border-radius: 2.5rem;
}
.form .form__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #007b60;
  color: #fff;
  border-radius: 0 2.5rem 2.5rem 0;
  min-width: 12.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  height: 5rem;
}
.form--alt {
  max-width: 100%;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .form--alt {
    max-width: 324px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt {
    max-width: 100%;
  }
}
.form--alt form {
  position: relative;
  max-width: 324px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt form {
    max-width: 100%;
    margin-right: 7px;
  }
}
.form--alt .form__field {
  border-radius: 0 2.5rem 2.5rem 0;
}
.form--alt .form__field::-webkit-outer-spin-button, .form--alt .form__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form--alt .form__field[type=number] {
  -moz-appearance: textfield;
}
.form--alt .form__btn {
  color: #fff;
  font-weight: 500;
  background: #007b60;
  border: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.form--alt .form__head {
  margin: 0 0 10px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .form--alt .form__head {
    margin: 0 90px 15px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__head {
    margin: 0 0 12px;
  }
}
.form--alt .form__head h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.017em;
  padding-right: 20px;
  margin: 0 0 7px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__head h3 {
    font-size: 16px;
    line-height: 1.31;
    margin: 0 0 4px;
  }
}
.form--alt .form__head p {
  font-size: 14px;
}
.form--alt .form__message {
  display: none;
  position: relative;
  padding-left: 74px;
  margin: 54px 0 43px -34px;
}
@media (max-width: 1023px) {
  .form--alt .form__message {
    margin: 54px -150px 43px -34px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__message {
    margin: 54px 0 43px;
  }
}
.form--alt .form__message > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form--alt .form__message h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.017em;
  margin: 0 0 10px;
}
.form--alt .form__message p a {
  margin-left: 18px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__message p a {
    margin: 0;
    display: inline-block;
  }
}
.form--alt.is-submitted .form__head,
.form--alt.is-submitted form {
  display: none;
}
.form--alt.is-submitted .form__message {
  display: block;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.4rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .grid {
    margin: 0 -0.8rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 1.4rem;
  /*  Tablet  */
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col size1  */
  /*  Grid col size2  */
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 0 0.8rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
.grid .grid__col--size1 {
  max-width: 53.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.5%;
          flex: 0 0 53.5%;
}
.grid .grid__col--size2 {
  max-width: 46.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.5%;
          flex: 0 0 46.5%;
}
@media (max-width: 1023px) {
  .grid .grid__col--size2 {
    margin-top: 16rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size2 {
    margin-top: 10rem;
  }
}
.heart_anim {
  margin-right: auto;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class^=ico-] {
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
}
.ico-angle-down {
  background-image: url(../images/svg/ico-angle-down.svg);
  width: 1.4rem;
  height: 0.8rem;
}
.ico-heart {
  background-image: url(../images/svg/ico-heart.svg);
  width: 1.8rem;
  height: 1.6rem;
}
.ico-angle-right {
  background-image: url(../images/svg/ico-angle-right.svg);
  width: 0.8rem;
  height: 1.4rem;
}
.ico-arrow {
  background-image: url(../images/svg/ico-arrow.svg);
  width: 1.7rem;
  height: 1.6rem;
}
.ico-clock-1,
.ico-clock {
  background-image: url(../images/svg/ico-clock.svg);
  width: 1.2rem;
  height: 1.2rem;
}
.ico-clock-1 {
  background-image: url(../images/svg/ico-clock-1.svg);
}
.ico-facebook {
  background-image: url(../images/svg/ico-facebook.svg);
  width: 1.1rem;
  height: 2rem;
}
.ico-check-circle {
  background-image: url(../images/svg/ico-check-circle.svg);
  width: 6rem;
  height: 6rem;
}
.ico-instagram {
  background-image: url(../images/temp/ico-instagram.png);
  width: 2.2rem;
  height: 2.2rem;
}
.ico-label-1,
.ico-label {
  background-image: url(../images/svg/ico-label.svg);
  width: 1.2rem;
  height: 1.2rem;
}
.ico-label-1 {
  background-image: url(../images/svg/ico-label-1.svg);
}
.ico-lines {
  background-image: url(../images/svg/ico-lines.svg);
  width: 4rem;
  height: 5.7rem;
}
.ico-percent-1,
.ico-percent {
  background-image: url(../images/svg/ico-percent.svg);
  width: 1.2rem;
  height: 1.2rem;
}
.ico-percent-1 {
  background-image: url(../images/svg/ico-percent-1.svg);
}
.ico-pinterest {
  background-image: url(../images/svg/ico-pinterest.svg);
  width: 1.5rem;
  height: 2rem;
}
.ico-search {
  background-image: url(../images/svg/ico-search.svg);
  width: 2.2rem;
  height: 2.2rem;
}
.ico-search-white {
  background-image: url(../images/svg/ico-search-white.svg);
  width: 2.1rem;
  height: 2.1rem;
}
.ico-tiktok {
  background-image: url(../images/svg/ico-tiktok.svg);
  width: 1.7rem;
  height: 2rem;
}
.ico-twitter {
  background-image: url(../images/svg/ico-twitter.svg);
  width: 2.4rem;
  height: 2rem;
}
.ico-x {
  background-image: url(../images/svg/ico-x.svg);
  width: 1.4rem;
  height: 1.4rem;
}
.ico-x-white {
  background-image: url(../images/svg/ico-x-white.svg);
  width: 1.4rem;
  height: 1.4rem;
}
.ico-plus {
  background-image: url(../images/svg/ico-plus.svg);
  width: 1.3rem;
  height: 1.3rem;
}
.ico-mail {
  background-image: url(../images/svg/ico-mail.svg);
  width: 1.9rem;
  height: 1.9rem;
}
.ico-burger {
  position: relative;
  width: 1.6rem;
  height: 1.4rem;
}
.ico-burger span {
  width: 100%;
  height: 0.2rem;
  background: #001d5e;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.ico-burger span:first-child {
  top: 0;
}
.ico-burger span:nth-child(2) {
  top: 0.6rem;
}
.ico-burger span:last-child {
  top: 1.2rem;
}
.ico-copy {
  background-image: url(../images/svg/ico-copy.svg);
  width: 1.8rem;
  height: 1.8rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-copy {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.ico-info {
  background-image: url(../images/svg/ico-info.svg);
  width: 1.7rem;
  height: 1.6rem;
}
.ico-card-1,
.ico-card {
  background-image: url(../images/svg/ico-card.svg);
  width: 12px;
  height: 12px;
}
.ico-card-1 {
  background-image: url(../images/svg/ico-card-1.svg);
}
.ico-bonus-1,
.ico-bonus {
  background-image: url(../images/svg/ico-bonus.svg);
  width: 12px;
  height: 12px;
}
.ico-bonus-1 {
  background-image: url(../images/svg/ico-bonus-1.svg);
}
.ico-thunder-1,
.ico-thunder {
  background-image: url(../images/svg/ico-thunder.svg);
  width: 12px;
  height: 12px;
}
.ico-thunder-1 {
  background-image: url(../images/svg/ico-thunder-1.svg);
}
.ico-arrows-1,
.ico-arrows {
  background-image: url(../images/svg/ico-arrows.svg);
  width: 12px;
  height: 12px;
}
.ico-arrows-1 {
  background-image: url(../images/svg/ico-arrows-1.svg);
}
.ico-tick-1,
.ico-tick {
  background-image: url(../images/svg/ico-tick.svg);
  width: 12px;
  height: 12px;
}
.ico-tick-1 {
  background-image: url(../images/svg/ico-tick-1.svg);
}
.ico-clock-alt {
  background-image: url(../images/svg/ico-clock-alt.svg);
  width: 12px;
  height: 12px;
}
.ico-clock-big {
  background-image: url(../images/svg/ico-clock-big.svg);
  width: 25px;
  height: 25px;
}
.ico-tick-big {
  background-image: url(../images/svg/ico-tick-big.svg);
  width: 25px;
  height: 25px;
}
.ico-arrows-sort {
  background-image: url(../images/svg/ico-arrows-sort.svg);
  width: 7px;
  height: 12px;
}
.js-sort.no-interaction {
  pointer-events: none;
}
.js-sort.no-interaction .ico-arrows-sort {
  display: none;
}
.ico-cancelled {
  background-image: url(https://dz7smbqkw02oe.cloudfront.net/cashback-transactions/build/assets/images/svg/cancelled.svg);
  width: 21px;
  height: 21px;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 18.2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .logo {
    width: 13rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    width: 13rem;
  }
}
.logo > img {
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  text-align: left;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.popup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.popup > .js-popup-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: auto;
}
.popup .popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 490px;
  background: #fff;
  border-radius: 12px;
  z-index: 10;
  padding: 13px 35px 26px;
  z-index: 20;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__inner {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    border-radius: 0;
    padding: 1px 20px 21px;
    padding: 1px 20px 140px;
  }
}
.popup .popup__inner .ico-clock-big {
  width: 19px;
  height: 19px;
}
.popup .popup__inner .ico-card {
  width: 19px;
  height: 19px;
}
.popup .popup__inner .ico-thunder {
  width: 19px;
  height: 19px;
}
.popup .popup__head {
  position: relative;
  padding: 23px 0 23px 61px;
  border-bottom: 3px solid #f5f5f4;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__head {
    padding: 25px 0 25px 52px;
  }
}
.popup .popup__head h4 {
  text-transform: capitalize;
}
.popup .popup__head img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  max-width: 45px;
  max-height: 45px;
  border-radius: 50%;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__head img {
    left: -11px;
  }
}
.popup .popup__head + .popup__items {
  margin-top: 21px;
}
.popup .popup__items {
  position: relative;
  list-style: none;
  padding-right: 7px;
  overflow: hidden;
  margin: 0;
}
.popup .popup__items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup .popup__items li + li {
  margin-top: 46px;
}
.popup .popup__items li:last-child:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 8px;
  height: 100vh;
  border-left: 3px dashed #deded9;
}
.popup .popup__items p {
  text-align: right;
  font-family: "Source Sans Pro";
}
.popup .popup__items h6 {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  margin-right: auto;
}
.popup .popup__items h6 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.popup .popup__items h6 i {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.popup .popup__items h6 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.popup .popup__items h6 .ico-bonus {
  width: 19px;
  height: 19px;
}
.popup .popup__items h6 .ico-arrows {
  width: 19px;
  height: 19px;
}
.popup .popup__actions {
  text-align: center;
  margin: 23px 0 0;
}
.popup .popup__actions p {
  margin: 17px 0 0;
}
.popup .popup__actions p a {
  text-decoration: underline;
}
.popup .popup__actions .btn {
  width: 100%;
  font-size: 14px;
  padding: 14px 10px;
}
.popup .popup__info {
  display: none;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  margin: 19px 0 0;
  padding-bottom: 6px;
}
.popup--activation .popup__info {
  display: block;
}
.popup--activation .popup__items li:nth-child(2), .popup--activation .popup__items li:nth-child(1) {
  display: none;
}
.popup--activation .popup__items li:nth-child(3) {
  margin-top: 0;
}
.popup--activation .popup__items li:nth-child(3):after {
  display: none;
}
.popup--redemption .popup__items li + li {
  display: none;
}
.popup--bonus-alt .popup__items li:nth-child(2) {
  display: none;
}
.popup .popup__items .popup__actions__why__modal {
  position: fixed;
  background: #fff;
  z-index: 11111;
  left: 0;
  top: 20px;
  height: 93%;
  padding: 0 3em;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__items .popup__actions__why__modal {
    top: 10px;
    overflow: scroll;
  }
}
.popup .popup__items .popup__actions__why__modal.show {
  display: block;
}
.popup .popup__items .popup__actions__why__modal p {
  text-align: left;
  font-size: 16px;
  line-height: 21px;
  font-family: "Source Sans Pro";
}
.popup .popup__items .popup__actions__why__modal h5 {
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.popup .popup__items .popup__actions__why__modal--back-button {
  background: url("https://dz7smbqkw02oe.cloudfront.net/cashback-transactions/build/assets/images/svg/left-chevron.svg") no-repeat;
  background-size: contain;
  width: 9px;
  height: 18px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  position: absolute;
}
.popup .popup__items .popup__actions__why__modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto;
  position: relative;
}
.popup .popup__items .popup__actions__why__modal__head h4 {
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  width: 100%;
}
.popup .popup__items .popup__actions__why__modal__wrapper p {
  font-size: 14px;
  line-height: 21px;
  font-family: "Source Sans Pro";
}
.popup .popup__items .popup__actions__why__modal__wrapper p:nth-child(1) {
  font-size: 16px;
  margin-top: 2em;
}
.popup .popup__items .popup__actions__why__modal__wrapper p:nth-child(4) {
  font-size: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__items .popup__actions__why__modal__wrapper p:nth-child(4) {
    padding-bottom: 3em;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 6.9rem 0 8.4rem;
  background: #fff;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section {
    padding: 5.2rem 0 5.3rem;
    position: relative;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 4.4rem 0 6rem;
  }
}
.section .section__head {
  text-align: center;
  margin: 0 0 4.7rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section .section__head {
    margin: 0 0 5.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin: 0 0 3.8rem;
  }
}
.section .section__head h1 {
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section .section__head h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head h1 {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 125rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */
.slick-arrow {
  border: none;
  background: #1E265D;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  z-index: 10;
  font-size: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/svg/ico-angle-right.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 1.4rem;
}
.slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slick-arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  right: -1.3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -3.1rem;
}
.slider .slick-prev {
  right: auto;
  left: -1.3rem;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
}
.socials li {
  display: inline-block;
}
.socials li + li {
  margin-left: 2rem;
}
.socials a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs {
  padding: 40px 0 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tabs {
    padding: 42px 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs {
    padding: 30px 0 0;
  }
}
.tabs .tabs__head-inner {
  margin: 0 0 20px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tabs .tabs__head-inner {
    margin: 0 30px 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__head-inner {
    margin: 0 0 10px;
  }
}
.tabs .tabs__head-inner h2 {
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tabs .tabs__head-inner h2 {
    font-size: 30px;
    letter-spacing: -0.015em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__head-inner h2 {
    font-size: 24px;
  }
}
.tabs .tabs__nav {
  background: #f2f2f2;
  border-bottom: 1px solid #DFDFDF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.015em;
  padding: 27px 0 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tabs .tabs__nav {
    padding: 16px 30px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav {
    padding: 18px 0 0;
  }
}
.tabs .tabs__nav ul a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0 0 9px;
}
.tabs .tabs__nav ul a:hover:after {
  width: 100%;
}
.tabs .tabs__nav ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #019874;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
.tabs .tabs__nav ul li {
  display: inline-block;
}
.tabs .tabs__nav ul li + li {
  margin-left: 37px;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .tabs .tabs__nav ul li + li {
    margin-left: 25px;
  }
}
.tabs .tabs__nav .is-active a:after {
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  display: none;
}
.tab.is-active {
  display: block;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background: #FDF7F7;
  padding: 7.6rem 0 6.6rem;
  text-align: center;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .testimonial {
    padding: 8rem 0 6.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    padding: 4.2rem 0 5rem;
  }
}
.testimonial h2 {
  font-weight: 700;
  margin: 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .testimonial h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.testimonial h2 + h4 {
  margin: 1.6rem 0 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .testimonial h2 + h4 {
    margin: 1.7rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h2 + h4 {
    margin: 0.7rem 0 0;
  }
}
.testimonial h4 {
  color: #222;
  font-weight: 500;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h4 {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Widget Profile
\* ------------------------------------------------------------ */
.widget-profile {
  padding: 45px 0 38px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-profile {
    padding: 25px 30px 33px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile {
    padding: 27px 0 41px;
    border-bottom: 1px solid #dfdfdf;
  }
}
.widget-profile .grid {
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-profile .grid {
    margin: 0;
    display: block;
  }
}
.widget-profile .grid .grid__col {
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-profile .grid .grid__col {
    padding: 0;
    max-width: 100%;
  }
}
.widget-profile .widget__body h4 {
  font-weight: 400;
  letter-spacing: -0.015em;
  border-bottom: 4px solid #dfdfdf;
  padding: 0 0 16px;
  margin: 0 0 13px;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-profile .widget__body h4 {
    font-size: 16px;
    border-width: 1px;
  }
}
.widget-profile .widget__body h4 span {
  display: block;
  margin: 1px 0 0;
  font-size: 33px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-profile .widget__body h4 span {
    margin: 3px 0 0;
    font-size: 30px;
  }
}
.widget-profile .widget__body h4 span em {
  font-style: normal;
}
.widget-profile .widget__features {
  list-style: none;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin: 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-profile .widget__features {
    font-size: 16px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile .widget__features.widget__featured--lifetime .widget__info div {
    right: -125px;
    left: initial;
  }
}
.widget-profile .widget__features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.widget-profile .widget__features li + li {
  border-top: 1px solid #dfdfdf;
  margin: 10px 0 0;
  padding: 13px 0 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-profile .widget__features li + li {
    margin: 12px 0 0;
    padding: 9px 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile .widget__features li + li {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
}
.widget-profile .widget__features li:last-child {
  font-weight: 700;
}
.widget-profile .widget__info {
  position: relative;
}
.widget-profile .widget__info:hover div {
  opacity: 1;
  visibility: visible;
}
.widget-profile .widget__info div {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  background: #1e265d;
  color: #fff;
  border-radius: 3px;
  width: 268px;
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.015em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.widget-profile .widget__hint {
  margin: 27px 0 0;
  font-size: 16px;
  /*  Tablet  */
  /*  Mobile  */
}
.widget-profile .widget__hint #cashout-minimum {
  color: #fd5c45;
}
@media (max-width: 1023px) {
  .widget-profile .widget__hint {
    font-size: 14px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile .widget__hint {
    margin: 25px 150px 0 0;
    line-height: 1.5;
  }
}
.widget-profile .widget__hint .cashout-minimum {
  color: #fd5c45;
}
.widget-profile .widget__aside {
  padding-left: 35px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .widget-profile .widget__aside {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .widget-profile .widget__aside {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile .widget__aside {
    margin: 17px 0 0;
  }
}
.widget-profile .widget__aside .feature-alt {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile .widget__aside .feature-alt {
    margin: 0 -15px;
  }
}
.widget-profile .widget__aside .form {
  margin: 30px 0 0 33px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-profile .widget__aside .form {
    margin: 27px 0 0 49px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-profile .widget__aside .form {
    margin: 27px 0 0 8px;
  }
}
/* ------------------------------------------------------------ *\
	Widget Def
\* ------------------------------------------------------------ */
.widget-def {
  padding: 10px 0 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-def {
    padding: 10px 30px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def {
    padding: 10px 0 0;
  }
}
.widget-def .widget__filters {
  margin: 0 0 36px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-def .widget__filters {
    margin: 0 -30px 11px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__filters {
    margin: 0 -15px 13px -5px;
  }
}
.widget-def .widget__filters a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  background: #f6f6f6;
  border-radius: 17px;
  padding: 10px 15px;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.widget-def .widget__filters a:hover {
  background: #ebebeb;
}
.widget-def .widget__filters a em {
  position: relative;
  top: -1px;
  margin-right: 7px;
  line-height: 0;
}
.widget-def .widget__filters a i {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget-def .widget__filters a i + i {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.widget-def .widget__filters .is-active a {
  color: #fff;
  background: #007B60;
}
.widget-def .widget__filters .is-active a em i {
  opacity: 0;
}
.widget-def .widget__filters .is-active a em i + i {
  opacity: 1;
}
.widget-def .widget__filters li {
  display: inline-block;
}
.widget-def .widget__filters li + li {
  margin-left: 8px;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-def .widget__filters li + li {
    margin-left: 9px;
  }
}
.widget-def .widget__items-bar {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #979797;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-def .widget__items-bar {
    display: none;
  }
}
.widget-def .widget__items-bar li a {
  text-decoration: none;
}
.widget-def .widget__items-bar li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
}
.widget-def .widget__items-bar li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.widget-def .widget__items-bar li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.5%;
          flex: 0 0 17.5%;
  /*  Large Desktop  */
}
@media (max-width: 1399px) {
  .widget-def .widget__items-bar li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5%;
            flex: 0 0 15.5%;
  }
}
.widget-def .widget__items-bar li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  /*  Large Desktop  */
}
@media (max-width: 1399px) {
  .widget-def .widget__items-bar li:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.5%;
            flex: 0 0 6.5%;
    text-align: center;
  }
}
.widget-def .widget__actions--loading {
  display: none;
  margin: 30px 0 40px;
}
.widget-def .widget__actions--loading.show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  left: 0;
}
.widget-def .widget__actions--loading .widget__actions--loading-icon img {
  min-width: 56px;
  min-height: 56px;
  height: auto;
  width: auto;
}
.widget-def .widget__items {
  /*  Mobile  */
}
.widget-def .widget__items .items-loading {
  display: none;
}
.widget-def .widget__items .items-loading.show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 10px 0;
  position: absolute;
  left: 0;
}
.widget-def .widget__items .items-loading.show img {
  min-width: 45px;
  min-height: 45px;
  height: auto;
  width: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__items {
    margin: 0 -15px;
  }
}
.widget-def .widget__actions {
  text-align: center;
  margin: 30px 0 40px;
}
.widget-def .widget__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 4px solid #f5f5f4;
  padding: 32px 0 31px;
  margin: 0;
  cursor: pointer;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-def .widget__item {
    border-width: 3px;
    padding: 14px 0;
  }
}
.widget-def .widget__item > li > img {
  width: 54px;
  max-width: 54px;
  max-height: 54px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-def .widget__item > li > img {
    width: 45px;
  }
}
.widget-def .widget__item > li > .ico-clock-big {
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-def .widget__item > li > .ico-clock-big {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__item > li > .ico-clock-big {
    width: 14px;
    height: 14px;
  }
}
.widget-def .widget__item > li > .ico-tick-big {
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-def .widget__item > li > .ico-tick-big {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__item > li > .ico-tick-big {
    width: 14px;
    height: 14px;
  }
}
.widget-def .widget__item > li > i {
  position: relative;
}
.widget-def .widget__item > li > i:hover span {
  opacity: 1;
  visibility: visible;
}
.widget-def .widget__item > li > i span {
  z-index: 10;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  background: #007B60;
  color: #fff;
  border-radius: 3px;
  width: 268px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-style: normal;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.widget-def .widget__item > li > .hidden {
  display: none;
}
.widget-def .widget__item > li:nth-child(1) {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  padding-left: 86px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-def .widget__item > li:nth-child(1) {
    padding-left: 57px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67.2%;
            flex: 0 0 67.2%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__item > li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.2%;
            flex: 0 0 61.2%;
  }
}
.widget-def .widget__item > li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding-left: 4px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-def .widget__item > li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    position: relative;
    top: 3px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__item > li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
.widget-def .widget__item > li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.5%;
          flex: 0 0 17.5%;
  /*  Large Desktop  */
  /*  Tablet  */
}
@media (max-width: 1399px) {
  .widget-def .widget__item > li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5%;
            flex: 0 0 15.5%;
  }
}
@media (max-width: 1023px) {
  .widget-def .widget__item > li:nth-child(3) {
    display: none;
  }
}
.widget-def .widget__item > li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  text-align: center;
  /*  Large Desktop  */
  /*  Mobile  */
}
@media (max-width: 1399px) {
  .widget-def .widget__item > li:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.5%;
            flex: 0 0 6.5%;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-def .widget__item > li:nth-child(4) {
    top: 0px;
    left: 2px;
  }
}
.widget-def.hide-actions .widget__actions {
  display: none;
}
.widget-def .visible-popup .popup {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Widget Alt
\* ------------------------------------------------------------ */
.widget-alt {
  padding: 34px 0 44px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget-alt {
    padding: 25px 30px 37px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt {
    padding: 26px 0 28px;
  }
}
.widget-alt .widget__content {
  max-width: 100%;
}
.widget-alt .widget__content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.widget-alt .widget__content p .is-disabled {
  /*pointer-events: none;*/
  /*text-decoration: none; */
}
.widget-alt .widget__content p + p {
  margin: 8px 0 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content p + p {
    margin: 15px 0 0;
  }
}
.widget-alt .widget__content h4 {
  font-weight: 400;
  letter-spacing: -0.015em;
  margin: 0 0 5px;
  font-size: 16px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content h4 {
    margin: 0 0 10px;
  }
}
.widget-alt .widget__content h4 span {
  display: block;
  margin: 3px 0 0;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", serif;
}
.widget-alt .widget__content .widget__actions {
  margin: 17px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content .widget__actions {
    margin: 22px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.widget-alt .widget__content .widget__actions .btn {
  font-size: 15px;
  min-width: 0;
  padding: 13px 23px;
  min-width: 45%;
  max-width: 45%;
  color: #1f265a;
  border-radius: 8px;
  border: 2px solid #1f265a;
  background: transparent;
  margin: 2em 2em 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content .widget__actions .btn {
    min-width: 100%;
    max-width: 100%;
  }
}
.widget-alt .widget__content .widget__actions .btn.is-disabled {
  border: 2px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.widget-alt .widget__content .widget__actions .btn.is-disabled figure div {
  background: #e5e5e5;
}
.widget-alt .widget__content .widget__actions .btn.is-disabled figure figcaption {
  color: #a9a9a9;
}
.widget-alt .widget__content .widget__actions .btn.is-disabled figure figcaption h4 {
  color: #a9a9a9;
}
.widget-alt .widget__content .widget__actions .btn figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.widget-alt .widget__content .widget__actions .btn figure div {
  padding: 1em;
  background: #1c2661;
  border-radius: 100px;
  max-width: 75px;
  max-height: 75px;
  min-width: 75px;
  min-height: 75px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content .widget__actions .btn figure div {
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}
.widget-alt .widget__content .widget__actions .btn figure figcaption {
  text-align: left;
  margin-left: 1em;
}
.widget-alt .widget__content .widget__actions .btn figure figcaption h4 {
  font-weight: 800;
}
.widget-alt .widget__content .widget__actions .btn:hover {
  border: 2px solid #009874;
}
.widget-alt .widget__content .widget__actions .btn:hover figure div {
  background: #009874;
}
.widget-alt .widget__content .widget__actions + p {
  margin: 19px 0 0;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/*# sourceMappingURL=bundle.css.map */
