.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.header {
  min-height: 500px;
  background-image: url('../images/header_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2f5572;
  color: #fff;
}

.section-about {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fcf0e3;
}

.section-calendar {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-promo {
  padding-top: 100px;
  padding-bottom: 125px;
  background-color: #fcf0e3;
}

.calendar_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #024275;
  background-image: url('../images/card_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 8px 1px rgba(53, 51, 51, 0.15);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.calendar_card.back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 10%;
  height: 200px;
  padding: 0px;
  background-color: #ddeaf5;
  background-position: 100% 100%;
  background-size: contain;
}

.calendar_card.front {
  display: block;
  width: 200px;
  height: 200px;
  padding: 0px;
}

.calendar_card.prize {
  background-image: url('../images/card_bg_2.png');
}

.calendar_card_content {
  width: 200px;
  height: 200px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.cards-row {
  margin-bottom: 20px;
}

.column {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.image {
  width: 200px;
  height: 100%;
}

.div-block {
  position: relative;
  height: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.row_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card_back {
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #902b2b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card_front {
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: url('../images/card_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo-link {
  margin-top: 30px;
}

.heading_row {
  margin-bottom: 100px;
  text-align: center;
}

.heading_row.mb_50 {
  margin-bottom: 50px;
}

.h2 {
  margin-top: 10px;
  font-size: 46px;
  line-height: 56px;
}

.h2.mt_30 {
  margin-top: 30px;
}

.subtitle {
  font-weight: 300;
}

.column_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column_2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Montserrat, sans-serif;
}

.subtitle_2 {
  color: #024275;
  font-weight: 600;
}

.paragraph {
  margin-top: 30px;
  line-height: 24px;
  font-weight: 300;
}

.image-2 {
  width: 70%;
}

.h2_span {
  color: #e59e4c;
}

.card_front_img {
  position: relative;
  z-index: 2;
  display: block;
  width: 84%;
}

.card_txt {
  position: absolute;
  z-index: 1;
  width: 80%;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.prize_card_inside {
  position: absolute;
  width: 80%;
  height: 80%;
  text-align: center;
}

.prize_card_small_img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.small_btn {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: #5db9ff;
  box-shadow: 4px 4px 16px 1px rgba(42, 41, 41, 0.2);
  font-weight: 300;
  text-transform: uppercase;
}

.footer_title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.footer_txt {
  font-weight: 300;
}

.footer_btn {
  padding: 15px 40px;
  border-radius: 2px;
  background-color: #ff8100;
}

.form_div {
  padding: 50px;
  border-top: 5px solid #e59e4c;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(80, 71, 71, 0.25);
}

.form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_column_1 {
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_column_2 {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_btn {
  padding: 15px 100px;
  border-radius: 2px;
  background-color: #ff8100;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.form_input {
  min-height: 50px;
  border-radius: 2px;
}

.form_controls {
  text-align: center;
}

.checkbox {
  position: relative;
  width: 120px;
  height: 25px;
  border-width: 2px;
  border-color: #024275;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.checkbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 15px;
  color: #333;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2px;
  background-color: #c0e2ff;
  color: #fff;
}

.section {
  height: 100vh;
}

.modal_bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(192, 226, 255, 0.6);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.modal {
  width: 600px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 6px 6px 20px 0 rgba(42, 41, 41, 0.2);
}

.modal_top {
  position: relative;
  border-radius: 40px 40px 0px 0px;
  background-image: url('../images/pop-up_bg2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.image-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-5 {
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  text-align: center;
}

.modal_btn {
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 2px;
  background-color: #ff8100;
  text-transform: uppercase;
}

.modal_numbers {
  margin-bottom: -15px;
  color: #e59e4c;
  font-size: 24px;
  line-height: 34px;
}

.modal_title {
  color: #024275;
  line-height: 34px;
}

.modal_subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.modal_close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/modal_cross.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.personal_note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 5px solid #024275;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(80, 71, 71, 0.25);
}

.personal_note_name {
  font-size: 18px;
  line-height: 28px;
}

.personal_note_job {
  margin-top: 3px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #f2f4f5;
}

.div-block-7 {
  margin-left: 15px;
}

.personal_note_txt {
  line-height: 24px;
  font-weight: 300;
}

.div-block-8 {
  margin: 20px;
}

html.w-mod-js *[data-ix="rotate-front"] {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .calendar_card {
    height: 150px;
  }
  .flex_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-2 {
    display: none;
  }
  .card_txt {
    font-size: 12px;
  }
  .prize_card_small_img {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .small_btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .footer_txt {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .calendar_card {
    height: 120px;
  }
  .flex_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .card_txt {
    width: 85%;
    font-size: 10px;
    line-height: 16px;
  }
  .modal_bg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .section-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-calendar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .calendar_card {
    width: 43%;
    height: 120px;
    margin-bottom: 20px;
  }
  .row_wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .heading_row {
    margin-bottom: 50px;
  }
  .h2 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 38px;
  }
  .flex_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .card_txt {
    font-size: 10px;
    line-height: 16px;
  }
  .form_div {
    padding: 20px;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form_column_1 {
    padding-right: 0px;
  }
  .form_column_2 {
    padding-left: 0px;
  }
  .form_btn {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .checkbox {
    min-width: 25px;
  }
  .checkbox-label {
    margin-left: 10px;
    font-size: 12px;
  }
  .modal_bg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-5 {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .modal_btn {
    margin-top: 10px;
  }
  .modal_numbers {
    font-size: 18px;
    line-height: 28px;
  }
  .modal_title {
    font-size: 18px;
    line-height: 28px;
  }
  .modal_subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Main style */
.advTitle {
  position: absolute;
  color: white;
  top: 204px;
}

@media (max-width: 700px) {
  .logo-link, .advTitle {
    display: none;
  }
}

/*.advTitle h1 {*/
/*}*/
