body {
  overflow-x: hidden
}

.dtpcnt {
  opacity: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.form {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  margin: 0 auto 50px;
  max-width: 345px;
}

.form__title-preview,
.form__title-preview-main {
  font-size: 20px;
  text-align: center;
  color: #373737;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  background-color: #efefef;
  border-radius: 16px 16px 0 0;
}

.form__after-calculate {
  display: none
}

.form__title {
  color: #ff7a00;
  font-size: 35px;
  margin: 0;
  padding: 20px 0
}

.form__subtitle,
.form__title {
  font-weight: 700;
  text-align: center
}

.form__subtitle {
  font-family: inherit;
  font-size: 18px
}

.form__profit {
  display: block;
  color: #00952a;
  text-align: center;
  font-size: 45px;
  font-weight: 700
}

form {
  position: relative;
  top: auto
}

.f1t-form {
  padding: 1.5rem 15px 0
}

.f1t-form .f1t-form__row {
  margin-bottom: 10px
}

.f1t-form-field__label {
  display: none
}

.f1t-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  background: #ff7a00;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear
}

.f1t-form__submit:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.f1t-form-field {
  position: relative
}

.f1t-form-field__error {
  font-size: 12px;
  margin-top: 5px
}

.f1t-form-field label {
  display: block
}

.f1t-form-field input {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  min-width: 243px;
  padding-left: 15px;
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  padding: .5rem 1rem;
  color: #495057;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.f1t-form-field input:focus {
  border-color: #989898;
  box-shadow: none
}

.f1t-form-field input::-webkit-input-placeholder {
  color: #49505788
}

.f1t-form-field input::-moz-placeholder {
  color: #49505788
}

.f1t-form-field input:-ms-input-placeholder,
.f1t-form-field input::-ms-input-placeholder {
  color: #49505788
}

.f1t-form-field input::placeholder {
  color: #49505788
}

.f1t-form-field--error input,
.f1t-form-field--error select,
.f1t-form-field--error textarea {
  border-color: red
}

.f1t-form-field--phone input {
  padding-right: 6px;
  padding-left: 52px
}

.form__description {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 10px 30px 0;
  text-align: center
}

.form__image-wrapper {
  text-align: center
}

html {
  scroll-behavior: smooth
}

input[type=checkbox] {
  display: none
}

.uppercase {
  text-transform: uppercase
}

.switch {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #636363;
  -webkit-transition: .4s;
  transition: .4s
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s
}

input:checked+.switch .slider {
  background-color: #2fd475
}

input:checked+.switch .slider:before {
  background-color: #fff;
  -webkit-transform: translateX(20px);
  transform: translateX(20px)
}

input:checked+.switch .slider:after {
  content: "";
  color: #fff;
  left: 20%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

input:focus+.switch .slider {
  box-shadow: 0 0 1px #008dde
}

.slider.round {
  border-radius: 34px
}

.slider.round:before {
  border-radius: 50%
}

.check-box label {
  margin-bottom: 10px;
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.switch {
  position: relative
}

img:not(.full-width) {
  max-width: 100%;
  /* margin: 20px 0 */
}

.check-box span:not(.slider) {
  display: inline-block;
  text-align: left;
  margin-left: 65px;
  font-size: 15px;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 20px
}

button:focus,
input:focus,
textarea:focus {
  outline: none
}

button:hover {
  cursor: pointer
}

body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #373737
}

.headerbg {
  background: #F6C600;
  /* url(../images/bg.jpg) no-repeat center; */
  background-size: cover;
  text-align: center;
  height: 600px;
  position: relative;
}

.header {
  position: relative;
  height: 100%;
}

.header__image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

.header__image {
  height: 100%;
  object-fit: contain;
  position: relative;


}

.footer__image-link--custom {
  color: #7d7d7d;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: letter-spacing .3s linear, color .3s linear;
  transition: letter-spacing .3s linear, color .3s linear
}

.footer__image-link--custom:hover {
  letter-spacing: 3px;
  color: #707070;
  text-decoration: none
}


/* Mobile Styles (up to 575px) */
@media screen and (max-width: 575px) {
  .header__image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .header__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header-text {
    font-size: 12px;
    margin-top: 0%;
    color: white;
    padding: 10px;
  }

  header .header h1 {
    font-size: 22px !important;
    margin-top: 78% !important;
  }

  #conmob {
    position: absolute;
    bottom: 25px;
  }

  header .header h1 {
    margin-top: 0 !important;
  }

  .stock__name {
    font-size: 16px !important;
  }
}

/* Tablet Portrait (576px - 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .header__image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .header__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: -200px;
  }

  .header-text {
    font-size: 14px;
    color: white;
    padding: 10px;
  }
}

/* Tablet Landscape (768px - 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__image {
    object-fit: contain;
    height: 100%;
    object-position: -110px;
  }

  .header-text {
    font-size: 16px;
  }
}

/* Desktop (1024px - 1280px) */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header__image {
    object-fit: contain;
    height: 100%;
    object-position: -110px;
  }

  .header-text {
    font-size: 18px;
  }
}

/* Large Desktop (1281px - 1400px) */
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header__image {
    object-fit: contain;
    height: 100%;
    z-index: 9;
  }

  .header-text {
    font-size: 20px;
  }
}

/* Extra Large Desktop (1400px+) */
@media screen and (min-width: 1400px) {
  .header__image {
    object-fit: contain;
    height: 100%;
    z-index: 9;
  }

  .header-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 2000px) {
  .header__image {
    object-position: 100px;
  }
}


/*@media screen and (max-width:575px) {
header .header {
        background: #e8c83d00 url(../images/header-desktop_copy-orange.png) no-repeat 0;
        background-size: cover;
        background-position: -50px;
        height: auto;
    }
}

  @media screen and (min-width:576px) {
    header .header {
      background: #e8c83d00 url(../images/header-desktop_copy-orange.png) no-repeat 0;
      background-size: cover;
      background-position: -50px;
      height: auto
    }
  }

  @media screen and (min-width:768px) {
    header .header {
      background: #e8c83d00 url(../images/header-desktop_copy-orange.png) no-repeat 0;
      background-size: contain;
      background-position: 0;
      height: auto
    }
  }

  @media screen and (min-width:992px) {
    header .header {
      background-position: -5px;
      padding-bottom: 20px
    }
  }

  @media screen and (min-width:1200px) {
    header .header {
      background: #e8c83d00 url(../images/header-desktop_copy-orange.png) no-repeat 0;
      background-size: contain;
      background-position: -20px;

    }
  }

  @media screen and (min-width:1400px) {
    header .header {
      background-position: -10px
    }
  }

  @media screen and (min-width:1600px) {
    header .header {
      background: url(../images/header-desktop_copy-orange.png) no-repeat 0;
      background-size: contain, contain;
      background-color: #e8c83d;
      background-position: 0, 100%
    }
  }
*/
header .header .header-image {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0
}

header .header #img-header-mob {
  max-width: 320px
}

@media screen and (min-width:360px) {
  header .header #img-header-mob {
    max-width: 360px
  }
}

@media screen and (min-width:411px) {
  header .header #img-header-mob {
    max-width: 411px
  }
}

@media screen and (min-width:500px) {
  header .header #img-header-mob {
    max-width: 500px
  }
}

@media screen and (min-width:576px) {
  header .header #img-header-mob {
    max-width: 378px
  }
}

@media screen and (min-width:768px) {
  header .header #img-header-mob {
    max-width: 504px
  }
}

@media screen and (min-width:576px) {
  header .header .header-text {
    margin-bottom: 0
  }
}

@media screen and (min-width:992px) {
  header .header .header-text {
    margin-left: 250px;
    padding-left: 0
  }
}

@media screen and (min-width:1300px) {
  header .header .header-text {
    margin-left: 260px
  }
}

header .header h1 {
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 10px 0 0;
  text-align: center;
  color: #232323;
  text-transform: uppercase;
  line-height: 1em;
  pointer-events: none;
}

.footer__image-wrapper {
  max-width: 320px;
  margin: 0 auto
}

.footer__image-wrapper--custom {
  max-width: 400px
}

.footer__image-link {
  display: block
}

.footer__image {
  width: 100%
}

@media screen and (min-width:576px) {
  header .header h1 {
    margin-top: 25px
  }
}

@media screen and (min-width:768px) {
  header .header h1 {
    /* font-size: px */
  }
}

@media screen and (min-width:992px) {
  header .header h1 {
    font-size: 28px;
    padding: 10px 20px;
    margin: 45px 0 5px;
    height: auto
  }
}

@media screen and (min-width:1200px) {
  header .header h1 {
    font-size: 32px;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media screen and (min-width:1400px) {
  header .header h1 {
    margin-top: 50px
  }
}

button,
.form-widget form button {
  border-radius: 12px !important;
}

header .header h3 {
  font-size: 18px;
  color: #ffffff !important;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center
}

@media screen and (min-width:360px) {
  header .header h3 {
    font-size: 20px
  }
}

@media screen and (max-width:576px) {
  header .header h3 {
    display: none;
  }
}

@media screen and (min-width:576px) {
  header .header h3 {
    font-size: 22px;
    display: block;

  }
}

@media screen and (min-width:992px) {
  header .header h3 {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 25px
  }
}

@media screen and (min-width:1400px) {
  header .header h3 {
    margin-top: 0
  }
}

header .header h4 {
  font-size: 20px;
  text-align: center;
  color: #444444
}

@media screen and (min-width:576px) {
  header .header h4 {
    margin-top: 0
  }
}

@media screen and (min-width:992px) {
  header .header h4 {
    font-size: 25px
  }
}

header .header p {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  color: #313131;
  line-height: 1.2em
}

@media screen and (min-width:1200px) {
  header .header p {
    font-size: 33px
  }
}

@media screen and (min-width:1600px) {
  header .header p {
    font-size: 39px
  }
}

/* header .header img {
    margin: 0 auto;
    width: 100%
  } */

/* @media screen and (min-width:992px) {
    header .header img {
      margin-left: -15px;
      width: 500px;
      max-width: 600px !important
    }
  } */

@media screen and (max-width:991px) {
  .secondLogo {
    display: block !important
  }
}

/* 
  @media screen and (min-width:1200px) {
    header .header img {
      margin-left: 28px;
      width: auto
    }
  } */

header .calculator-section {
  padding: 0 0 35px;
  text-align: center
}

@media screen and (min-width:992px) {
  header .calculator-section {
    padding: 50px 0 70px
  }
}

@media screen and (min-width:1200px) {
  header .calculator-section {
    padding: 50px 0 70px
  }
}

/* header .calculator-section .grey-box {
    position: relative;
    background: #f90;
    background: #f0f0f0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 15px 0 40px;
    max-width: 375px;
  }

  @media screen and (min-width:768px) {
    header .calculator-section .grey-box {
      max-width: 345px
    }
  }

  @media screen and (min-width:992px) {
    header .calculator-section .grey-box {
      max-width: 375px
    }
  }

  @media screen and (max-width:991px) {
    header .calculator-section .grey-box {
      margin: 0 auto
    }
  } */

header .calculator-section p {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (min-width:576px) {
  header .calculator-section p {}
}

@media screen and (min-width:768px) {
  header .calculator-section p {}
}

header .calculator-section p strong {
  font-weight: 700
}

header .calculator-section .calc-btn {
  background: transparent;
  color: #232323;
  border-radius: 0;
  padding: 10px;
  border: none;
  font-size: 21px;
  font-weight: 700;
  border: none !important;
  background-color: #0dae5f;
  border-radius: 12px;
  color: #fff;
  width: 90%
}

@media screen and (min-width:576px) {
  header .calculator-section .calc-btn {
    width: 80%
  }
}

@media screen and (min-width:992px) {
  header .calculator-section .calc-btn {
    width: 90%
  }
}

main .blue-section {
  background: #F6C600;
  padding: 50px 0
}

main .gray-section {
  background-color: #f1f1f1;
  padding: 3em 0;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative
}

@media screen and (max-width:575px) {
  main .gray-section .col-md-2 {
    padding: 0 2em
  }
}

@media screen and (min-width:576px) {
  main .gray-section {
    margin-top: 0
  }
}

main .gray-section h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
  font-size: 26px
}

@media screen and (min-width:768px) {
  main .gray-section h3 {
    font-size: 28px
  }
}

main .gray-section img {
  display: block;
  margin: auto;
  margin-bottom: 1em
}

main .gray-section p {
  color: #363f40;
  text-align: center
}

main .gray-section:before {
  content: "";
  background: #f0f0f0;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: calc(0% - 35px);
  left: 50%
}

main blockquote {
  position: relative;
  font-style: italic;
  font-weight: 600;
  color: #000;
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 1.5em;
  margin-left: 1em
}

@media screen and (min-width:576px) {
  main blockquote {
    margin-left: 0;
    font-size: 1.7em
  }
}

main blockquote:before {
  content: "";
  background-color: #ffbe27;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  left: -1em
}

main .content p {
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 18px
}

@media screen and (min-width:576px) {
  main .content p {
    font-size: 20px
  }
}

footer {
  /* background: #f0f0f0; */
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  color: #7d7d7d
}

footer,
footer .terms-link a {
  font-size: 16px;
  font-weight: 300
}

footer .terms-link a {
  color: #747474 !important;
  display: block;
  text-decoration: underline
}

@media screen and (min-width:768px) {
  footer .terms-link a {
    margin-right: 35px;
    display: inline-block
  }
}

footer div[data-lgl=disclaimer] {
  line-height: 23px;
  font-size: 16px !important;
  font-weight: 300;
  text-align: center;
  color: #747474
}

.calc-message {
  display: none
}

.calc-message .form-heading {
  color: #ff7a00;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px
}

.calc-message p {
  font-size: 18px
}

.calc-message #result {
  display: inline-block
}

.calc-message #result,
.calc-message span {
  color: #00952a;
  text-align: center;
  font-size: 45px;
  font-weight: 700
}

.calc-message .ok {
  background: #ff7a00;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 25px
}

.form-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .85);
  z-index: 5
}

.form-overlay .calc-message {
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10%;
  padding: 50px 0
}

.form-overlay .calc-message .form-heading {
  color: #ff7a00;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px
}

.form-overlay .calc-message p {
  font-size: 18px
}

.form-overlay .calc-message #result {
  color: #00952a;
  text-align: center;
  font-size: 45px;
  font-weight: 700
}

.form-overlay .calc-message .ok {
  background: #ff7a00;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 25px
}

.cta-btn {
  background: #ff7a00;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  border: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  cursor: pointer;
  margin: auto;
  margin-bottom: 1em;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 17px
}

@media screen and (min-width:576px) {
  .cta-btn {
    padding: 20px;
    font-size: 18px
  }
}

@media screen and (min-width:992px) {
  .cta-btn {
    width: 500px;
    font-size: 18px
  }
}

.cta-btn:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.cta-mini {
  padding: 10px 20px;
  font-size: 16px;
  width: 300px;
  background: #2f96b4;
  border-radius: 0;
  margin-top: 200px
}

@media screen and (min-width:406px) {
  .cta-mini {
    margin-top: 230px
  }
}

@media screen and (min-width:450px) {
  .cta-mini {
    margin-top: 280px
  }
}

@media screen and (min-width:500px) {
  .cta-mini {
    margin-top: 330px
  }
}

@media screen and (min-width:576px) {
  .cta-mini {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .cta-mini {
    font-size: 16px;
    width: 300px
  }
}

.cta-mini:hover {
  color: #fff;
  text-decoration: none
}

@media screen and (min-width:992px) {
  .main-form {
    position: absolute;
    top: 0;
    right: 0
  }
}

@media screen and (min-width:1400px) {
  .main-form {
    right: 6%
  }
}

@media screen and (min-width:1600px) {
  .main-form {
    right: 13%
  }
}

@media screen and (min-width:1800px) {
  .main-form {
    right: 17%
  }
}

@media screen and (min-width:2000px) {
  .main-form {
    right: 18%
  }
}

@media screen and (min-width:2200px) {
  .main-form {
    right: 20%
  }
}

.amazon,
.bbva,
.google,
.uber {
  width: 90%;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  padding-left: 20px
}

@media screen and (min-width:576px) {

  .amazon,
  .bbva,
  .google,
  .uber {
    width: 80%
  }
}

@media screen and (max-width:576px) {
  .modlLogo {
    width: 30% !important;
    height: 30% !important
  }

  .form-container {
    margin-top: 25px !important
  }
}

@media screen and (min-width:992px) {

  .amazon,
  .bbva,
  .google,
  .uber {
    width: 90%
  }
}

.lp-action {
  cursor: pointer
}

.overlay_2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  padding: 15px;
  display: none;
  z-index: 3;
  overflow-y: auto
}

.second-form,
.second-form .form-container {
  position: relative;
  margin: 0 auto
}

.second-form .form-container {
  right: 0;
  top: 0
}

.close-popUpForm {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 100px;
  border: 1px solid #d3d3d3;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  background: #fff;
  font-weight: bolder;
  height: 30px;
  width: 30px;
  z-index: 6
}

.form-container {
  max-width: 345px;
  z-index: 5;
  margin: 0 auto
}

@media screen and (min-width:992px) {
  .form-container {
    position: absolute;
    top: 20px;
    right: 15px
  }
}

@media screen and (min-width:1200px) {
  .form-container {
    right: 2%
  }
}

@media screen and (min-width:1400px) {
  .form-container {
    right: 7%
  }
}

@media screen and (min-width:1600px) {
  .form-container {
    right: 12%
  }
}

@media screen and (min-width:1800px) {
  .form-container {
    right: 16%
  }
}

@media screen and (min-width:2000px) {
  .form-container {
    right: 20%
  }
}

@media screen and (min-width:2200px) {
  .form-container {
    right: 22%
  }
}

.form-container #mainForm {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  margin: 0 auto 50px;
  max-width: 345px;
  z-index: 2
}

.form-container h2 {
  font-size: 20px;
  text-align: center;
  color: #373737;
  font-weight: 700;
  padding: 20px !important;
  margin: 0
}

.user-inputs {
  padding: 0 15px
}

.form-wrapper .form-group {
  position: relative;
  margin-bottom: 20px
}

.form-wrapper .form-control {
  background: #f2f2f2;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 0;
  height: 45px;
  margin-bottom: 0
}

.form-wrapper .form-control:focus {
  border: 1px solid #989898;
  box-shadow: none
}

.form-wrapper .form-control[readonly] {
  background: #f2f2f2;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  color: #464646
}

.form-wrapper .form-control-lg {
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  min-width: 243px;
  padding-left: 15px
}

.form-wrapper .cfd {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 10px 15px 0;
  text-align: center
}

.form-wrapper .reg-btn {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  background: #ff7a00;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
  white-space: normal;
  width: 100%
}

@media screen and (min-width:576px) {
  .form-wrapper .reg-btn {
    font-size: 17px
  }
}

.form-wrapper .reg-btn:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.form-wrapper .form-group label {
  position: absolute;
  z-index: 4;
  left: 15px;
  top: 13px;
  -webkit-transition: all .1s;
  transition: all .1s;
  font-size: 14px;
  margin: 0
}

.form-wrapper .selected.form-group label {
  top: -16px;
  left: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
  font-size: 12px
}

.form-wrapper .selected.form-group label[for=mobile] {
  left: 0
}

.form-wrapper .active.form-group label {
  top: -16px;
  left: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
  font-size: 12px
}

.form-wrapper .active.form-group label[for=mobile] {
  left: 0
}

.form-wrapper .custom-select-lg {
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 15px
}

.form-wrapper .nxreg-sign-up-phone-number-wrapper label {
  left: 60px
}

.form-wrapper .invalid-feedback {
  margin-top: 0;
  font-size: 14px
}

.form-wrapper .custom-control {
  padding-left: 5px
}

.form-wrapper .check-box {
  margin-top: 10px
}

.form-wrapper .custom-checkbox .custom-control-label {
  position: relative !important;
  left: 0;
  font-weight: 300;
  padding-left: 25px;
  padding-bottom: 15px
}

.form-wrapper .custom-checkbox .custom-control-label a {
  font-weight: 300;
  text-decoration: underline
}

.form-wrapper .custom-checkbox .custom-control-label:before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0
}

.form-wrapper .custom-checkbox .custom-control-label:after {
  left: 0, 5px;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0
}

.form-wrapper #msgContainer {
  color: red;
  padding: 0 15px;
  text-align: center;
  font-size: 14px
}

.form-wrapper #msgContainer a {
  color: red;
  text-decoration: underline
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 7;
  color: #585858;
  display: none
}

.overlay,
.overlay .container {
  height: 100%
}

.overlay .container .thank-you-msg {
  font-family: Roboto, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  border-radius: 25px;
  padding: 35px;
  text-align: center
}

@media screen and (min-width:992px) {
  .overlay .container .thank-you-msg {
    padding: 35px;
    text-align: left
  }
}

.overlay .container .thank-you-msg .img-wrapp {
  padding: 0
}

.overlay .container .thank-you-msg .img-wrapp img {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 30px
}

@media screen and (min-width:576px) {
  .overlay .container .thank-you-msg .img-wrapp img {
    width: 150px
  }
}

@media screen and (min-width:992px) {
  .overlay .container .thank-you-msg .img-wrapp img {
    width: 180px
  }
}

.overlay .container .thank-you-msg h3 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: #06a2e4;
  font-weight: 700;
  margin: 0 auto
}

@media screen and (min-width:576px) {
  .overlay .container .thank-you-msg h3 {
    font-size: 30px
  }
}

.overlay .container .thank-you-msg p {
  font-family: Roboto, sans-serif;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5em
}

@media screen and (min-width:576px) {
  .overlay .container .thank-you-msg p {
    font-size: 20px
  }
}

.overlay .container .thank-you-msg .confirm {
  background: #06a2e4;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 80px;
  font-weight: 100;
  text-shadow: none;
  opacity: 1;
  line-height: 1.5em
}

@media screen and (min-width:576px) {
  .overlay .container .thank-you-msg .confirm {
    padding: 10px 100px
  }
}

.overlay .container .thank-you-msg .confirm:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.focusForm {
  -webkit-animation: focusForm 1s ease-in-out 2;
  animation: focusForm 1s ease-in-out 2
}

@-webkit-keyframes focusForm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes focusForm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

#msgContainer {
  color: red
}

.respond-card {
  padding: 0 35px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25)
}

.card-respond-wrapper {
  text-align: center;
  padding-top: 30px
}

.respond-header {
  font-size: 20px;
  padding: 12px 0 !important
}

.respond-body {
  display: inline-block;
  padding: 15px !important;
  font-size: 18px;
  border-style: groove
}

.card-body {
  padding: 0 !important;
  word-break: break-all !important
}

.respond-btn {
  width: 100% !important;
  max-width: 360px !important;
  display: inline-block !important;
  background: #00d1ff !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin: 20px 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 10px 0 !important;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  -webkit-transform-origin: 50% 50% 50% !important;
  transform-origin: 50% 50% 50% !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important
}

@media (min-width:576px) {
  .respond-btn {
    width: auto !important;
    padding: 10px 65px !important
  }
}

@media (min-width:992px) {
  .respond-card {
    min-height: 480px;
    max-width: 345px
  }

  .respond-btn {
    width: 100% !important;
    padding: 10px 0 !important
  }
}

.calc-btn {
  margin: 0 auto !important
}

.select-calc {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  color: #373737 !important
}

.footer__logo,
a {
  cursor: pointer !important
}

.modal {
  overflow-y: auto !important
}

.regFormEmail,
.regFormFirstName,
.regFormLastNname,
.regFormPhoneNumber {
  display: block !important;
  width: 100% !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  height: 45px !important;
  line-height: 1.5 !important;
  min-width: 243px !important;
  padding-left: 15px !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #c4c4c4 !important;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25) !important;
  padding: .5rem 1rem !important;
  color: #495057 !important;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important
}

.regFormEmail,
.regFormFirstName,
.regFormLastNname,
.regFormPhoneNumber:focus {
  outline: none !important
}

.regFormButton {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  background: #ff7a00 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.2em !important;
  margin: auto !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding: 15px 10px !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  -webkit-transition: -webkit-transform .1s linear !important;
  transition: -webkit-transform .1s linear !important;
  transition: transform .1s linear !important;
  transition: transform .1s linear, -webkit-transform .1s linear !important
}

.regFormButton:hover {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important
}

.regFormButton:focus {
  outline: none !important
}

.form-container {
  z-index: 1 !important
}

label {
  background-color: #f2f2f2 !important
}

.form-widget {
  box-shadow: none !important
}

button:focus {
  outline: none !important
}

@media screen and (max-width:415px) {
  .modal-content {
    width: 85% !important;
    margin: auto !important
  }
}

.modlLogo {
  border-radius: 5px !important
}

.close-popUpForm {
  padding: 6px 1px !important
}

.amazon-btn {
  margin-top: 4px !important
}

.uber-btn {
  margin-top: 1px !important
}

@media screen and (max-width:820px) {
  .secondLogo {
    margin-left: 24px !important
  }
}

@media screen and (max-width:575px) {
  .secondLogo {
    margin-left: 0 !important
  }
}

/* 
@media screen and (max-width:750px) {
  .modal .modal-content {
    padding-top: 1px !important
  }
}

.modal .modal-content .close {
  top: 5px !important;
  right: 7px;
} */

body {
  overflow-x: hidden !important;
}

.customWarnMess {
  color: #515151 !important;
  text-align: center !important;
  font-weight: 300;
  position: relative;
  z-index: 2;
  display: inline;
  display: none;
  width: -webkit-fill-available;
}

@media screen and (min-width:575px) {
  .customWarnMess {
    position: absolute;
    font-size: 16px !important;
    display: block;
    bottom: 15px;

  }
}

@media screen and (min-width:768px) {
  .customWarnMess {
    margin-right: 70px !important;
  }
}


/* @media screen and (min-width:991px) {
  .customWarnMess {
    display: block;
    margin-top: 60px !important;
  }
}

@media screen and (min-width:991px) {
  .customWarnMess {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .customWarnMess {
    margin-top: 10% !important;
    margin-right: -35% !important;
  }
} */

.customTextik2 {
  white-space: inherit !important
}

.customClassDN,
.customNote {
  display: none !important
}

.customPClassFZ {
  font-size: 11px !important
}

.customUlClass {
  margin-left: -35px !important
}

.cta-mini {
  color: #fff !important
}

.cta-btn,
.cta-mini,
.regFormButton {
  background-color: #1A87C7 !important
}

.calc-btn {
  border: 3px solid #1A87C7 !important
}

main .blue-section {
  background-color: #F6C600 !important
}

.customCalcClass {
  height: 116px !important;
  margin: -24px 0 !important
}

.customClassCalc1 {
  margin: 16px 0 !important
}

.amazon {
  margin-bottom: -3px !important
}

.image2 {
  height: 28px !important
}

.form__title {
  color: #1A87C7 !important
}

.colorWhite {
  color: #fff !important
}

.footer {
  background-color: #f0f0f0;
  padding: 30px 20px 20px;
  font-family: Montserrat, Sans-serif;
  line-height: 25px
}

.footer .logo img {
  width: 100px
}

@media screen and (max-width:1200px) {
  .footer .logo {
    text-align: center
  }
}

.footer .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px auto 0;
  text-align: center
}

.footer .menu,
.footer .menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.footer .menu ul {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:1200px) {
  .footer .menu ul {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.footer .menu ul li {
  font-family: Roboto, sans-serif;
  list-style: none;
  cursor: pointer
}

.footer .menu ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.footer .note p {
  text-align: justify;
  font-size: 11px
}

.form-widget form .form-group.error {
  margin-bottom: 0
}

.form-widget form .form-group.error .error-message {
  margin-bottom: 0;
  bottom: 0
}

.advertorial {
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 11px !important;
  font-weight: 500 !important;
  ;
  color: #373737 !important;
  ;
}

.calculator-description {
  font-size: 20px !important;
}

/* custom footer */
.footer {
  background-color: #212932;
  padding: 30px 20px 20px;
  font-family: Montserrat, Sans-serif;
  line-height: 25px !important;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #bdbdbd
}

.footer ul {
  list-style-type: none !important;
  padding: 0
}

.footer ul li {
  cursor: pointer;
  color: inherit;
  transition: color 250ms ease;
}

.footer ul li:hover {
  color: #78a6f1;
}

.footer p {
  font-size: 11px !important;
  line-height: 25px !important;
}

.footer .logo img {
  width: 100px
}

@media screen and (max-width: 1200px) {
  .footer .logo {
    text-align: center
  }
}

.footer .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px auto 0;
  text-align: center
}

.footer .menu,
.footer .menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.footer .menu ul {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1200px) {
  .footer .menu ul {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.footer .menu ul li {
  font-family: Roboto, sans-serif;
  list-style: none;
  cursor: pointer
}

.footer .menu ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.footer .note p {
  text-align: justify;
  font-size: 11px
}

.form-widget form .form-group.error {
  margin-bottom: 0
}

.form-widget form .form-group.error .error-message {
  margin-bottom: 0;
  bottom: 0
}

/*************end*************/

.logo__container {
  position: relative;
  height: 180px;

}

.logo__container h4 {
  position: relative;
}

.logo__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 375px) {
  .logo__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    margin: 0 auto;
  }
}

.logo__wrapper img {
  margin: 0 !important;
}

.stock__name {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}



.stock__name img {
  filter: hue-rotate(65deg);
  width: 15px;
  height: 15px;
}

/* .stock__container {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff80 0%, #ffffff73 12%, #ffffffa7 21%, #ffffff 40%);
  }

  @media screen and (min-width: 1200px) {
    .logo__wrapper {
      width: auto;
    }

    .stock__container {
      padding: 10px 100px;
    }
  } */

.logo__container {
  background: linear-gradient(270deg, #ffffff08 0%, #ffffff78 30%, #ffffff94 45%, #ffffffc9 85%);
  margin: 0 auto;
  border-radius: 12px;
  padding: 16px;
  height: auto;
}

@media screen and (max-width: 575px) {
  .logo__container {
    background: linear-gradient(9deg, #ffffff85 0%, #ffffff78 12%, #ffffff94 21%, #ffffffc9 40%);
  }
}

.logo__wrapper {
  display: grid;
  gap: 0;
}

.form-btn-text {
  color: #212529;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  line-height: 16px;
}

.header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 75px;
  height: 75px;
  padding: 0;

}

@media screen and (max-width: 768px) {
  .header__logo {
    position: static;
    display: block;
    width: auto;
    height: 75px;
  }
}

.item-subtitle {
  font-size: 14px;
}

.stock-group-1 {
  display: block;
}

#grey-box {
  display: flex;
  max-width: 100% !important;
  align-items: center;
  gap: 20px;
}

.stock-img {
  width: 35%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .stock-img {
    width: 230px;
  }
}

.form__title-preview,
.form__title-preview-main {
  background-color: #0dae5f;
  color: white !important;
}

header h1 {
  border-radius: 16px;
  text-shadow: rgb(0, 0, 0) 4px 0 10px;
  font-family: "Rubik Mono One", serif !important;
  font-size: 32px;
}

h4.lp-action {
  /* color: #1ea500 !important;
    font-weight: 900 !important;
    text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000; */
}

header h3 {
  color: #fff !important;
  font-weight: 900;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.gray-section .row {
  gap: 20px;
}

.header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 75px;
  height: 75px;
  padding: 0;
  z-index: 2;

}

@media screen and (max-width: 768px) {
  .header__logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: auto;
    height: 75px;
    z-index: 2;
  }
}

/* form preloader - Begin */

.submit-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 10000;
  padding: 10px;
  text-align: center;
}

.submit-overlay .lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.submit-overlay .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 0.8s linear infinite;
}

.submit-overlay .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* form preloader - END */
/* 
#form.modal .modal-content {
  width: fit-content;
  padding: 0;
  border-radius: 18px;
}

#form.modal .modal-content:before {
  background-image: none !important;
}

#form.modal .modal-content .close {
  color: #000;
}

#form.modal .modal-content h2 {
  padding-top: 30px !important;
}

#form.modal .modal-content p {
  white-space: normal;
}

#form.modal .form__image-wrapper {
  margin-bottom: 20px;
} */

.reviews {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.reviews img {
  width: 30%;
}

.reviews~.col-12 {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.review-title {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  margin-top: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .reviews {
    overflow-x: scroll;
  }

  .reviews img {
    width: 100%;
  }
}


@media screen and (max-width:768px) {
  .modal:not(#form) .modal-content h2 {
    margin-top: 75px;
  }
}

.hero-section {
  position: relative;
}

.hint {
  position: absolute;
  bottom: 2%;
  left: 15px;
  font-size: 16px;
  z-index: 999;
  font-style: italic;
  color: #212371;
}

@media screen and (max-width:768px) {
  .hint {
    font-size: 12px;
  }
}

/* Container */
.hover-container {
  position: relative;
  display: inline-block;
}

/* Overlay */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Hover text style */
.hover-text {
  font-family: Bebas Neue;
  display: flex;
  align-items: center;
  background: #0DAE5F;
  color: #fff;
  padding: 12px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  white-space: normal;
  line-height: 1.2;
  font-size: 20px !important;
  width: inherit;
  margin: 20px;
  height: 130px;
  border-bottom: 3px solid #185C35
}

@media screen and (min-width: 1024px) {
  .hover-text {
    margin: 25px;
    font-size: 24px !important;
  }
}

.wp-block-cover__inner-container {
  padding-top: 25%;
}

@media screen and (min-width: 769px) {

  /* Show on hover */
  .wp-block-column.is-layout-flow:hover .hover-overlay {
    opacity: 1;
  }

  .wp-block-cover__inner-container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .games-container {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .games-block {
    position: static !important;
    display: contents !important;
    width: auto;
  }

  .slots-row {
    overflow: visible !important;
  }

  .games-block .wp-block-column.is-layout-flow {
    width: 350px;
    min-width: 190px;
    height: auto;
    max-width: 100%;
  }
}