/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
  box-sizing: border-box
}

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

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

strong {
  font-weight: bolder
}

button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=submit],
button {
  -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%
}

* {
  /* margin: 0; */
  padding: 0;
  box-sizing: border-box
}

body {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  background-color: #eae7e4;
}

h1,h2,h3,h4,h5,h6 {
  margin: 3rem 0;
  text-align: center;
  line-height: 1.5;
}

h3 {
  font-size: 3rem;
}

button {
  color: #2f2f2f;
  font-size: 100%;
  font-family: inherit;
  border: 0;
  cursor: pointer
}

li,
p {
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 20px 20px;
}

input,
label,
select {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem
}

button,
select {
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3), 0 -2px 2px rgba(0, 0, 0, .25)
}

input {
  border: 2px solid #ccc;
  border-radius: 5px;
}

select {
  height: 33px
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  box-shadow: none
}

input::-webkit-input-placeholder {
  padding-left: 4px;
  font-size: 15px
}

input::-moz-placeholder {
  padding-left: 4px;
  font-size: 15px
}

input:-ms-input-placeholder {
  padding-left: 4px;
  font-size: 15px
}

input::-ms-input-placeholder {
  padding-left: 4px;
  font-size: 15px
}

img {
  max-width: 100%;
}

blockquote {
  margin: 20px;
}

cite {
  margin-top: 20px;
  display: block;
}

.page-container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
}

.page-header {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone {
  display: none
}

.phone {
  margin: 0;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}

.phone__text {
  color: #000;
}

.phone__text--desc {
  font-size: 14px;
  margin: 0;
}

.phone__text--number {
  font-size: 20px;
  margin: 0;
}

.timer-box {
  font-weight: 700;
  text-align: center;
  color: #fff
}

.timer-box p {
  color: black;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
}

p.timer {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  color: red;
}

.main-container {
  background-color: #fff;
  overflow: auto;
  box-shadow: 0 5px 10px #6b6b6b;
}

.order-form-section {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 600px;
  float: none;
  border: none;
  box-shadow: none;
}

/* Add padding when the order form is the last child element of .main-container */
.order-form-section:last-child {
  padding-bottom: 40px;
}

.form-headline {
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 20px;
}

.form-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.5rem;
}

.form-group,
.form-input-group {
  padding-top: 1rem
}

.form-input-group label {
  font-size: 2.25rem;
}

.form-group>.form-input-group {
  padding-top: 0
}

#autoRenewAuth {
  padding-bottom: 1rem;
}

.form-control {
  width: 100%
}

.shipping-toggler-label {
  display: inline
}

.form-input-group--shipping-toggler {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.order-form-info-section {
  margin-top: 4rem;
  border-top: 1px solid #888
}

/* these colors are used for the subchoice names */
.dark-blue {
  color: #005683;
  font-weight: 700;
}

.red {
  color: rgb(182, 17, 17);
}

.choice-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer
}

.choice input[type=radio] {
  display: none
}

.fake-radio-btn {
  position: relative;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  flex: 0 0 auto;
  margin-right: 10px;
  display: block;
  height: 40px;
  width: 40px;
  background: #005683;
  border-radius: 50%;
  cursor: pointer
}

.fake-radio-btn:after {
  content: "";
  box-sizing: border-box;
  margin: auto;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 30px;
  color: transparent;
  background: #fff;
  border: 4px solid transparent;
  border-radius: 100%
}

.choice-wrapper input[type=radio]:checked~.fake-radio-btn:after {
  color: #fff;
  border: 4px solid #fff;
  background: #005683
}

.fake-radio-btn--filled::after {
  color: #fff;
  border: 4px solid #fff;
  background: #005683;
}

p.billing-terms {
  margin: 0;
  padding: 1rem 0;
  font-size: 14px;
  text-align: justify;
}

.card-container {
  margin: 3rem auto;
  max-width: 350px;
  height: 200px;
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.card-container,
.main-card {
  width: 100%;
  position: relative
}

.main-card {
  height: 100%;
  background: #ddd;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  border-radius: 10px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.main-card--bg {
  background-color: #005683;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .3)
}


.card__lower {
  width: 80%;
  position: absolute;
  bottom: 30px;
  left: 10%;
  font-family: monospace;
  color: #333
}

.card__number {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: left
}

.card__name {
  bottom: 0;
  font-size: 20px;
  max-height: 45px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 190px
}

.card__expiry {
  float: right;
  font-size: 16px;
  position: relative;
  width: 25%
}

.main-card--bg .card__lower,
.main-card--bg .cvc-code {
  color: #fff
}

.back,
.front {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.front--bg {
  background-image: repeating-linear-gradient(45deg, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), repeating-linear-gradient(135deg, hsla(0, 0%, 100%, .05) 1px, hsla(0, 0%, 100%, 0) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .03) 4px), repeating-linear-gradient(90deg, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), repeating-linear-gradient(210deg, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), repeating-radial-gradient(circle at 30% 30%, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), repeating-radial-gradient(circle at 70% 70%, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), repeating-radial-gradient(circle at 90% 20%, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), repeating-radial-gradient(circle at 15% 80%, hsla(0, 0%, 100%, 0) 1px, hsla(0, 0%, 100%, .03) 2px, hsla(0, 0%, 100%, .04) 3px, hsla(0, 0%, 100%, .05) 4px), -webkit-linear-gradient(-245deg, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, .2) 70%, hsla(0, 0%, 100%, 0) 90%)
}

.cc-logo {
  position: absolute;
  right: 5%;
  top: 8%
}

.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.card--flip {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}

.black-strip {
  width: 100%;
  top: 14%;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  background: linear-gradient(#444, #333)
}

.black-strip,
.white-strip {
  height: 20%;
  position: absolute
}

.white-strip {
  width: 70%;
  left: 2%;
  top: 45%;
  background-color: #fff
}

.cvc-code {
  position: absolute;
  right: 9%;
  top: 45%;
  display: inline;
  font-size: 30px;
  color: #333
}

#cvv-link {
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #005683;
  border-radius: 1rem;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

#cvv-link:hover {
  background-color: #32779b
}

.input-sm {
  width: 100%
}

.continue-to-payment-button,
input.continue {
  margin: 1rem auto;
  padding: 1rem 1.5rem;
  width: 90%;
  display: block;
  color: #000;
  background-color: #ff9201;
  border: 1px solid #fff;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  font-weight: 700;
}

.continue-to-payment-button {
  color: #fff;
  background-color: #005683
}

input.continue:hover {
  background-color: #ffe2bf
}

.continue-to-payment-button:hover {
  background-color: #32779b
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

.checkbox-container:hover input~.custom-checkbox {
  background-color: #aaa;
}

.checkbox-container input:checked~.custom-checkbox {
  background-color: #2196f3;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.custom-checkbox::after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .custom-checkbox::after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.green-checkmark {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 30px;
  list-style: none;
}

.green-checkmark li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.green-checkmark li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: .1em;
  margin-left: -1em;
  background: url(https://d13p2xj50zkyqm.cloudfront.net/promos/LF/assets/GMT_gmtlaunch2500_1219/green-checkmark.png) 100%/contain no-repeat;
}

.content-section {
  padding-top: 0;
  padding-bottom: 40px;
}

.go-to-form-link:link,
.go-to-form-link:visited,
.link-to-form:link,
.link-to-form:visited {
  margin: 40px auto;
  display: block;
  text-align: center;
  color: var(--blue);
  font-size: 40px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}


/* ============= */
/* FOOTER STYLES */
/* ============= */

.ofFooter {
  background: none !important;
  max-width: 800px !important;
  margin: 3rem auto 4rem !important;
}
.footer_container > img {
  height: 50px !important;
}
.footer_container {
  padding: 0 !important;
}
.footer_container p {
  margin: 0 0 0 15px !important;
  text-align: justify !important;
}


/* ========== */
/* FAQ STYLES */
/* ========== */

.faq-section {
  margin-bottom: 40px;
  padding: 10px;
}

.faq {
  position: relative;
  overflow: hidden;

  transition: max-height 600ms linear;
}

.faq:not(:last-of-type) {
  margin-bottom: 20px;
}

.click-to-expand-faq {
  margin: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  column-gap: 20px;

  position: relative;
  z-index: 2;

  font-size: 28px;
  color: #222;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.faq-heading {
  margin: 0;
  font-size: 28px;
  text-align: left;
}

.faq-content {
  margin: 40px auto;
  padding: 20px;
  width: 80%;
  box-shadow:
    0 5px 3px rgba(0, 0, 0, 0.3),
    0 -2px 2px rgba(0, 0, 0, 0.25);
}

.faq-icon {
  display: inline-block;
  position: relative;
  font-style: normal;
  color: currentColor;
  text-align: left;
  text-indent: -9999px;
  direction: ltr;

  border: 2px solid var(--green);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: transform 300ms;
}

.faq-icon--rotate-45 {
  border-color: var(--dark-red);
  transform: rotate(45deg);
}

.faq-icon:after,
.faq-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--green);
}

.faq-icon--rotate-45::after,
.faq-icon--rotate-45::before {
  background-color: var(--dark-red);
}

.faq-icon:before {
  width: 28px;
  height: 2px;
}

.faq-icon:after {
  height: 28px;
  width: 2px;
}


/* ================ */
/* GUARANTEE STYLES */
/* ================ */

.guarantee {
  border: 5px solid #38ACEC;
  max-width: 93%;
  margin: 10px auto;
}

.guarantee-badge {
  max-width: 75px;
  margin-right: 15px;
}

.guarantee-heading {
  margin: 0;
  font-size: 3rem;
}

.light-blue-text {
  color: #38ACEC;
}

/* ============== */
/* UTILITY CLASSES */
/* ============== */

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

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

.text-center {
    text-align: center
}

.float-left-tablet-and-up {
  float: none;
}

.float-right-tablet-and-up {
  float: none;
}

/* TABLET AND UP */
@media screen and (min-width: 700px) {
  .float-left-tablet-and-up {
    float: left;
  }

  .float-right-tablet-and-up {
    float: right;
  }

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


@media screen and (min-width:1050px) {
  p, li {
    margin: 20px 30px;
  }

  .page-header {
    grid-template-columns: repeat(3, 1fr)
  }

  .phone {
    padding-left: 10px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    background-clip: border-box
  }

  .phone:link,
  .phone:visited {
    color: #315589;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center
  }

  .order-form-section {
    padding-left: 0;
    padding-right: 0;
  }

  .green-checkmark {
    padding-left: 40px;
  }
}

/* special media query to hide content on mobile only */
/* this stylesheet is mobile first so generally we use min-width intead of max-width */
@media screen and (max-width: 699px) {
  .show-tablet-and-up {
    display: none;
  }
}

/* .hide is the very last style to overwrite other things in the casecade easily */
.hide {
  display: none;
}