@font-face {
  font-family: "AvenirBook";
  src: local("AvenirBook"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "AvenirBold";
  src: local("AvenirBold"), url("../fonts/AvenirNext-Bold.woff") format("woff");
  font-display: swap;
}

/*@font-face {
  font-family: "GothaProMed";
  src: local("GothaProMed"), url("../fonts/GothaProMed.woff") format("woff");
  font-display: swap;
}*/

html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre {
  display: block;
  unicode-bidi: embed;
}

li {
  display: list-item;
}

head {
  display: none;
}

table {
  display: table;
}

tr {
  display: table-row;
}

thead {
  display: table-header-group;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

col {
  display: table-column;
}

colgroup {
  display: table-column-group;
}

td, th {
  display: table-cell;
}

caption {
  display: table-caption;
}

th {
  font-weight: bolder;
  text-align: center;
}

caption {
  text-align: center;
}

body {
  margin: 0 auto 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
  /*margin: 1.12em 0;*/
}

h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: bolder;
}

blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

i, cite, em, var, address {
  font-style: italic;
}

pre, tt, code, kbd, samp {
  font-family: monospace;
}

pre {
  white-space: pre;
}

button, textarea, input, select {
  display: inline-block;
}

big {
  font-size: 1.17em;
}

small, sub, sup {
  font-size: 0.83em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

table {
  border-spacing: 2px;
}

thead, tbody, tfoot {
  vertical-align: middle;
}

td, th, tr {
  /*vertical-align: inherit;*/
}

s, strike, del {
  text-decoration: line-through;
}

hr {
  border: 1px inset;
}

ol, ul, dir, menu, dd {
  margin-left: 40px;
}

ol {
  list-style-type: decimal;
}

ol ul, ul ol, ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

u, ins {
  text-decoration: underline;
}

br:before {
  content: "\a";
  white-space: pre-line;
}

body {
  font-family: 'sofia_proregular', "sans", sans-serif;
}

html, body{
  height: 100%;
  margin: 0;
}

.clearfix {
  clear: both;
}

@font-face {
    font-family: 'sofia_proregular';
    src: url('/wp-content/themes/twentytwenty-child/assets/getgo-template/fonts/mostardesign_-_sofia_pro_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/twentytwenty-child/assets/getgo-template/fonts/mostardesign_-_sofia_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

div#header{
  display: none !important;
}
.header__wrapper{
  background-color: #062f87;
  display: grid;
  justify-items: center;
  align-content: space-evenly;
  grid-auto-columns: minmax(100px, auto);
  /*width: 100%;*/
}
.logo{
  /*padding: 25px;*/
}
.footer__wrapper{
  display: grid;
  /*justify-items: center;*/
  /*align-items: center;*/
  /*grid-auto-rows: minmax(200px, auto);*/
}
.footer-copy{
  /*margin: auto 20px auto;*/
}
.rules{
  color: #d02030;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}

/* live page template styles here */
.main__wrapper{
  min-height: 100%;
  margin-bottom: -89px;
}
header{
  width: 100%;
}
.bg-image {
  background: url(/wp-content/uploads/2020/07/giftcards-3.png);
  background-repeat:no-repeat;
  background-position: center center;
  /*min-height:30%;*/
  /*margin-bottom: 31px;*/
  height: 220px;
}
.header-title{
  background-color: #062f87;
  text-align: center;
}
.header-title-text{
  color: #fff;
  font-family: AvenirBold;
  font-size: 40px;
  padding-top: 76px;
  padding-bottom: 24px;
  margin-top: -65px;
}
.logo{
  background: url(/wp-content/uploads/2020/07/getgo-logo-cafe-2.png);
  background-repeat:no-repeat;
  background-position: center center;
  /*min-height: 18%;*/
  /*margin-top: -160px;*/
  /*margin-bottom: -90px;*/
  z-index: 10;
  position: relative;
  height: 130px;
  margin-top: -65px;
}
.header-subtitle{
  text-align: center;
}
.header-subtitle-text{
  font-family: AvenirBook;
  font-size: 28px;
  color: #c8102e;
  padding: 12px 0;
  box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.flex-container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 73px 0;
}
.column-item{
  width: 33.3333%;
  display: flex;
  justify-content: center;
}
.column-item-title{
  font-family: AvenirBold;
  font-size: 28px;
  color: #393737;
}
.padding-bottom-0{
  padding-bottom: 0;
}
.btn{
  border: none;
  color: #fff;
  padding: 0 45px;
  text-align: center;
  text-decoration: none;
  display: flex;
  font-family: AvenirBook;
  font-size: 17px;
  border-radius: 32px;
  outline: none;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  cursor: pointer;
}
.rules-btn{
  background-color: #c8102e;
}
.rules-btn-icon{
  margin-right: 8px;
  vertical-align: middle;
}
.submit-btn{
  color: #062f87;
  font-family: AvenirBook;
  background: url("/wp-content/uploads/2020/07/submit-bg-2.png") no-repeat;
  font-size: 20px;
  padding: 0 71px;
  cursor: pointer;
}
.form-field{
  width: 304px;
  height: 60px;
  border-radius: 4px;
  border: solid 1px #062f87;
  padding-left: 16px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  font-family: AvenirBook;
  font-size: 16px;
  color: #393737 !important;
  opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: AvenirBook;
  font-size: 16px;
  color: #393737 !important;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: AvenirBook;
  font-size: 16px;
  color: #393737 !important;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-family: AvenirBook;
  font-size: 16px;
  color: #393737 !important;
  opacity: 1;
}
.label-text{
  font-family: AvenirBook;
  font-size: 14px;
  color: #062f87;
  padding-bottom: 6px;
  display: inline-block;
}
footer{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 89px;
}
.bottom-image{
  width: 100%;
  padding: 0 74px;
  display: flex;
  justify-content: flex-start;
}
.bottom-image-img{
  margin-bottom: -5px;

}
.bottom-line{
  height: 9px;
  background-color: #062f87;
  width: 100%;
}







/*@media screen and (max-width:1024px) {
  img{
    width: 600px;
  }
}

@media screen and (max-width:768px) {
  .rules{
    font-size: 40px;
    line-height: 1.2em;
    }
  img{
    width: 290px;
  }
}*/




div.wpcf7-response-output {
  display: none !important;
}

.column-item__inner {
  display: flex;
  flex-direction: column;

}

._column-form .column-item-title {
  margin-bottom: 17px;
}


@media (max-width: 1366px) {
  .flex-container {
    padding: 40px 15px 0;
  }
}

@media (max-width: 1024px) {
  .column-item {
    width: 100%;
  }

  .column-item__inner {
    width: 305px;
  }

  .header-title-text {
    font-size: 28px;
  }

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

@media (max-width: 767px) {
  .bg-image {
    background-size: 900px;
    height: 95px;
  }

  .logo {
    background-size: 230px;
  }

  .header-title-text {
    font-size: 24px;
    padding: 43px 15px 20px;
  }

  .header-subtitle-text {
    font-size: 18px;
    padding: 10px 15px;
  }

  article {
    padding-bottom: 55px;
  }

  .bottom-image-img {
    float: none;
  }

  .bottom-image {
    display: flex;
    justify-content: center;
  }

 /* header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #ffffff;
  }*/
/*  article {
    padding-top: 258px;
  }*/

}

.modal-rules {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #f6f6f6;
  transition: top .5s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.modal-rules.active {
  top: 100px;
}

.modal-rules__header {
  display: flex;
  justify-content: center;
  position: relative;
  background: #FEFEFE;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.modal-rules__header span {
  width: 756px;
  font-size: 48px;
  font-family: AvenirBold;
  padding: 15px;
}

.modal-rules__header-close {
  position: absolute;
  border-radius: 50%;
  background: #C8102E;
  width: 39px;
  height: 39px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 27px;
  cursor: pointer;
}

.modal-rules__container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.modal-rules__container-text {
  width: 767px;
  font-family: AvenirBook;
  font-size: 22px;
  overflow-y: scroll;
  max-height: calc(100vh - 230px);
}

.modal-rules__container-text p {
  margin-bottom: 20px;
}

.js-dark-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 990;
  transition: all .5s;
}

.js-dark-overlay.active {
  visibility: visible;
  opacity: 0.3;
}

@media (max-width: 1024px) {
  .modal-rules__container-text {
    max-width: 310px;
    font-size: 14px;
  }

  .modal-rules__header span {
    font-size: 20px;
    width: 310px;
  }

  .modal-rules__header-close {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }

  article {
    padding-bottom: 55px;
  }

}

@media (max-width: 460px) {
  .modal-rules__header {
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-rules__header-close {
    position: relative;
    transform: translateY(0);
    top: auto;
    left: auto;
    flex-shrink: 0;
  }

  .modal-rules__header span {
    padding: 0 0 0 15px;
  }

  .modal-rules__container {
    padding: 0 10px;
  }
}

.modal-form-submit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #103D8E;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  display: flex;
  opacity: 0;
  visibility: hidden;
  /*height: 100vh;*/
  /*overflow-y: scroll;*/

}

.modal-form-submit.active {
  visibility: visible;
  opacity: 1;
}

.modal-form-submit__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 630px;
}
@media (max-width: 767px) {
  .modal-form-submit__inner {
    min-height: 250px;
  }
}

.modal-form-submit__title {
  font-family: AvenirBold;
  font-size: 56px;
  background: linear-gradient(45deg, #ffc72c, #c8102e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  display: table;
  margin: 20px auto 10px;
}

.modal-form-submit__text {
  font-size: 28px;
  font-family: AvenirBook;
  color: #003087;
  margin-bottom: 50px;
}

.modal-form-submit__button {
  line-height: 56px;
  padding: 0 33px 0 30px;
  display: flex;
  align-items: center;
  background-color: #c8102e;
  border-radius: 32px;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  border: solid 4px white;
}

.modal-form-submit__button ion-icon {
  font-size: 28px;
  margin-right: 15px;
}

.modal-form-submit__button span {
  font-size: 17.7px;
  font-family: AvenirBook;
}

@media (max-height: 650px) {
  .modal-form-submit__image {
    width: 250px;
    height: auto;
  }
}

@media (max-height: 490px) {
  .modal-form-submit__image {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal-form-submit__image {
    width: 280px;
    height: auto;
  }

  .modal-form-submit__title {
    font-size: 36px;
  }

  .modal-form-submit__text {
    font-size: 16px;
  }

  .modal-form-submit__button {
    position: absolute;
    bottom: 20px;
  }
}

.main__wrapper {
  background-color: #F5FAFD;
  z-index: -2;
  position: relative;
}

header {
  background-color: #fff;
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

.header-inner {
  padding: 25px 73px 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .header-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding: 25px 15px 40px;
  }
}

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

.header-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1240px) {
  .header-item {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .header-item {
   width: 100%;
  }
  .header-item._right {
    margin-top: 15px;
  }
}

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

.header-item._right .first-line {
  color: #c8102e;
  font-family: AvenirBold;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
}

.header-item._right .divider {
  width: 100%;
  height: 4px;
  background-color: #FFC72C;
  margin: 13px 0;
}

.header-item._right .second-line {
  color: #003087;
  font-family: AvenirBold;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
}

.header-item._left img + img {
  margin-top: 10px;
}

.column-item__inner .text-title {
  font-family: AvenirBold;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  color: #c8102e;
}

.column-item__inner .text-subtitle {
  color: #393737;
  font-family: AvenirBold;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.24;
  margin-top: 30px;
}

.column-item__inner .text-info {
  font-family: AvenirBold;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
  color: #393737;
  margin-top: 14px;
}

.column-item__inner .text-info span {
  color: #c8102e;
}

.column-item__inner .text-info p {
  margin: 0;
}

.column-item__inner .rules-btn {
  margin-top: 36px;
  padding: 8px 43px;
  font-size: 20px;
}

@media (max-width: 460px) {
  .column-item__inner .rules-btn {
    padding: 8px 0;
  }
  .form-field {
    width: 100%;
  }
}

.column-item__inner .submit-btn {
  margin-top: 42px;
}

.gradient-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: auto;
  position: relative;
  padding: 0 64px;
  box-sizing: border-box;
  color: #fff;
  background: #F5FAFD;
  background-clip: padding-box;
  border: solid 4px transparent;
  border-radius: 32px;
  outline: none;
  cursor: pointer;
  margin-top: 36px;
}
.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: -webkit-gradient(linear, left top, right top, from(#ffc72c), to(#c8102e));
  background: linear-gradient(to right, #ffc72c, #c8102e);
}

@media (max-width: 460px) {
  .gradient-box {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}

.gradient-box span {
  font-family: AvenirBold;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 56px;
  letter-spacing: normal;
  color: #003087;
}
@media (max-width: 460px) {
  .gradient-box span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

body {
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  z-index: -3;
}

.column-item-title._submit {
  margin-top: 50px;
}

.modal-form-submit__wrapper {
  display: flex;
  flex-direction: column;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 481px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}

.modal-form-submit__cross {
  position: fixed;
  top: 45px;
  right: 45px;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 999999;
  cursor: pointer;
}

@media (max-width: 767px) {
  .flex-container {
    padding-top: 0;
  }

  .modal-form-submit__cross {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }
}

.rules-btn p {
	margin: 0;
}