@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
.text-image-wrapper {
  min-height: calc(100vh - 79px); }
  @media screen and (min-width: 768px) {
    .text-image-wrapper {
      min-height: calc(100vh - 125px); } }
  @media screen and (min-width: 992px) {
    .text-image-wrapper {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex; } }
  @media screen and (min-width: 992px) {
    .text-image-wrapper .left-content {
      margin-right: -100%;
      width: 100%;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; } }
  .text-image-wrapper .left-content .text-image-left-content-inner {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 992px) {
      .text-image-wrapper .left-content .text-image-left-content-inner {
        width: 65%;
        padding-right: 30px;
        padding-top: 70px;
        padding-bottom: 80px; } }
    .text-image-wrapper .left-content .text-image-left-content-inner > p {
      margin-bottom: 40px; }
    .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items-wrapper .button {
      margin-top: 50px; }
    .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items {
      margin: 0 -15px;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item {
        padding: 0 15px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item {
            margin-bottom: 15px; } }
        @media screen and (min-width: 768px) {
          .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item {
            width: 50%; } }
      .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items.hover-remove .item-inner:hover {
        border-color: transparent; }
      .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items.hover-remove .item-inner.active {
        border-color: #f5dc00; }
      .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner {
        border: 4px solid transparent;
        transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        border-radius: 16px;
        height: 100%;
        cursor: pointer; }
        .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner:hover, .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner.active {
          border-color: #f5dc00; }
        .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner .item-info {
          box-shadow: 0px 0px 16px #cccccc;
          border-radius: 16px;
          height: 100%; }
        .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner input[type="checkbox"] {
          display: none; }
        .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner img {
          border-top-left-radius: 13px;
          border-top-right-radius: 13px; }
        .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner .image-text-info {
          text-align: center;
          font-weight: 500;
          padding: 27px 15px; }
          @media screen and (min-width: 1440px) {
            .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner .image-text-info {
              padding: 36px 15px; } }
          .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner .image-text-info p {
            color: #0f161e;
            line-height: 1.6;
            font-size: 13px; }
            @media screen and (min-width: 1440px) {
              .text-image-wrapper .left-content .text-image-left-content-inner .text-image-items .item-inner .image-text-info p {
                font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .text-image-wrapper .right-content {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .text-image-wrapper .right-content .right-content-inner {
      width: 35%;
      margin-left: auto; } }
  .text-image-wrapper .right-content .bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 30%;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .text-image-wrapper .right-content .bg-image {
        display: none; } }
    .text-image-wrapper .right-content .bg-image::after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      background-color: rgba(202, 21, 24, 0.3);
      position: absolute;
      top: 0;
      left: 0; }

.header-wrapper {
  background-color: #ca1518;
  padding: 8px 0; }
  @media screen and (max-width: 767px) {
    .header-wrapper {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .header-wrapper {
      padding: 17px 0; } }
  .header-wrapper .site-logo a {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .header-wrapper .site-logo img {
      margin: auto;
      max-width: 120px; } }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px; }
  @media screen and (min-width: 1440px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #0f161e; }

a {
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.title {
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  background-image: url("../images/title-line.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 24px;
  background-size: 90px; }
  @media screen and (min-width: 1440px) {
    .title {
      font-size: 32px;
      background-size: 115px; } }

#support-page .button,
.modal-dialog .modal-body form .button,
.confimation-background .confirmation-page-content .button {
  background-color: #f5dc00;
  border: 1px solid #f5dc00;
  color: #0f161e;
  pointer-events: unset; }
  #support-page .button:hover, #support-page .button:focus,
  .modal-dialog .modal-body form .button:hover,
  .modal-dialog .modal-body form .button:focus,
  .confimation-background .confirmation-page-content .button:hover,
  .confimation-background .confirmation-page-content .button:focus {
    background-color: transparent;
    color: #f5dc00; }

.confimation-background .confirmation-page-content .button {
  cursor: pointer; }

#support-page .button.support-submit {
  display: none; }

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
  color: #0f161e;
  padding: 10px 19px 9px;
  pointer-events: none; }
  @media screen and (min-width: 1440px) {
    .button {
      padding: 14px 32px 13px; } }
  .button.active {
    pointer-events: unset;
    background-color: #f5dc00;
    border: 1px solid #f5dc00; }
    .button.active:hover {
      background-color: transparent; }
  .button:hover, .button:focus {
    background-color: transparent;
    border: 1px solid #f5dc00;
    color: #f5dc00;
    text-decoration: none; }
  .button.dimension-active {
    pointer-events: none;
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    color: #0f161e; }

.form-outer p {
  font-size: 12px !important; }
  @media screen and (min-width: 1440px) {
    .form-outer p {
      font-size: 14px !important; } }
@media screen and (min-width: 992px) {
  .form-outer form {
    position: relative;
    max-width: 560px; } }
.form-outer form > div {
  margin-bottom: 20px; }
.form-outer form .flyer-ques-2 label {
  margin-bottom: 0; }
.form-outer form .flyer-ques-2 p {
  margin-bottom: 5px;
  font-size: 12px;
  margin-left: 20px; }
  @media screen and (min-width: 1440px) {
    .form-outer form .flyer-ques-2 p {
      margin-left: 24px; } }
.form-outer form .form1-poster-ques1-1, .form-outer form .form1-poster-ques1-other {
  display: none; }
  .form-outer form .form1-poster-ques1-1.show, .form-outer form .form1-poster-ques1-other.show {
    display: block; }
.form-outer form input[type="text"], .form-outer form input[type="email"], .form-outer form select {
  width: 100%;
  border-radius: 30px;
  margin-top: 15px;
  /* font-style: italic; */
  padding: 5px 15px;
  height: 34px;
  font-weight: 400;
  color: #212121;
  border: 1px solid #e1e1e1;
  font-size: 12px; }
  .form-outer form input[type="text"]::-moz-placeholder, .form-outer form input[type="email"]::-moz-placeholder, .form-outer form select::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
  font-style: italic;
font-weight: 300; }
  .form-outer form input[type="text"]::-webkit-input-placeholder, .form-outer form input[type="email"]::-webkit-input-placeholder, .form-outer form select::-webkit-input-placeholder {
    opacity: 1;
    color: #7a7a7a;
  font-style: italic;
font-weight: 300; }
  .form-outer form input[type="text"]:-ms-input-placeholder, .form-outer form input[type="email"]:-ms-input-placeholder, .form-outer form select:-ms-input-placeholder {
    opacity: 1;
    color: #7a7a7a;
  font-style: italic;
font-weight: 300; }
  .form-outer form input[type="text"]::-ms-input-placeholder, .form-outer form input[type="email"]::-ms-input-placeholder, .form-outer form select::-ms-input-placeholder {
    opacity: 1;
    color: #7a7a7a;
  font-style: italic;
font-weight: 300; }
  .form-outer form input[type="text"]:focus::-moz-placeholder, .form-outer form input[type="email"]:focus::-moz-placeholder, .form-outer form select:focus::-moz-placeholder {
    opacity: 1;
  font-style: italic;
font-weight: 300; }
    .form-outer form input[type="text"]:focus::-moz-placeholder::-webkit-input-placeholder, .form-outer form input[type="email"]:focus::-moz-placeholder::-webkit-input-placeholder, .form-outer form select:focus::-moz-placeholder::-webkit-input-placeholder {
      opacity: 1;
    font-style: italic;
  font-weight: 300; }
    .form-outer form input[type="text"]:focus::-moz-placeholder:-ms-input-placeholder, .form-outer form input[type="email"]:focus::-moz-placeholder:-ms-input-placeholder, .form-outer form select:focus::-moz-placeholder:-ms-input-placeholder {
      opacity: 1;
    font-style: italic;
  font-weight: 300; }
  .form-outer form input[type="text"]:focus::-ms-input-placeholder, .form-outer form input[type="email"]:focus::-ms-input-placeholder, .form-outer form select:focus::-ms-input-placeholder {
    opacity: 1;
  font-style: italic;
font-weight: 300; }
  @media screen and (min-width: 1440px) {
    .form-outer form input[type="text"], .form-outer form input[type="email"], .form-outer form select {
      font-size: 14px; } }
.form-outer form input[value="GRATUIT"] {
  font-style: normal;
  text-transform: uppercase;
  background-color: #fcfcfc;
  font-weight: 400; }
  .form-outer form input[value="GRATUIT"]::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  .form-outer form input[value="GRATUIT"]::-webkit-input-placeholder {
    opacity: 1;
    color: #333333; }
  .form-outer form input[value="GRATUIT"]:-ms-input-placeholder {
    opacity: 1;
    color: #333333; }
  .form-outer form input[value="GRATUIT"]::-ms-input-placeholder {
    opacity: 1;
    color: #333333; }
  .form-outer form input[value="GRATUIT"]:focus::-moz-placeholder {
    opacity: 1; }
    .form-outer form input[value="GRATUIT"]:focus::-moz-placeholder::-webkit-input-placeholder {
      opacity: 1; }
    .form-outer form input[value="GRATUIT"]:focus::-moz-placeholder:-ms-input-placeholder {
      opacity: 1; }
  .form-outer form input[value="GRATUIT"]:focus::-ms-input-placeholder {
    opacity: 1; }
.form-outer form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 10px; }
.form-outer form textarea {
  width: 100%;
  border-radius: 16px;
  /* font-style: italic; */
  padding: 5px 15px;
  /* height: 285px; */
  font-weight: 400;
  color: #212121;
  font-size: 12px; }
  

  .form-outer form textarea::placeholder,
  .form-outer form textarea:focus::placeholder {
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    font-size: 12px;
  }

  .form-outer form textarea::-moz-placeholder,
  .form-outer form textarea:focus::-moz-placeholder{
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    font-size: 12px;
  }

  .form-outer form textarea::-webkit-input-placeholder,
  .form-outer form textarea:focus::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    font-size: 12px;
  }
  .form-outer form textarea::-ms-input-placeholder
  .form-outer form textarea:focus::-ms-input-placeholder {
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    font-size: 12px;
  }
  

  @media screen and (min-width: 1440px) {
    .form-outer form textarea {
      font-size: 14px; }
    .form-outer form textarea::placeholder,
    .form-outer form textarea:focus::placeholder {
      font-size: 14px;
    }
    .form-outer form textarea::-moz-placeholder,
    .form-outer form textarea:focus::-moz-placeholder{
      font-size: 14px;
    }
    .form-outer form textarea::-webkit-input-placeholder,
    .form-outer form textarea:focus::-webkit-input-placeholder {
      font-size: 14px;
    }
    .form-outer form textarea::-ms-input-placeholder
    .form-outer form textarea:focus::-ms-input-placeholder {
      font-size: 14px;
    } }
.form-outer form label {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 14px; }
  @media screen and (min-width: 1440px) {
    .form-outer form label {
      font-size: 16px; } }
.form-outer form .error {
  margin-bottom: 15px;
  color: #ca1518;
  font-size: 12px; }
  @media screen and (min-width: 1440px) {
    .form-outer form .error {
      font-size: 14px; } }
.form-outer form .logo-wrapper {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 395px; }
  @media screen and (min-width: 1440px) {
    .form-outer form .logo-wrapper {
      max-width: 450px; } }
  .form-outer form .logo-wrapper .logo-item {
    width: 33.33333%;
    padding: 0 15px; }
    .form-outer form .logo-wrapper .logo-item .logo-image {
      margin-bottom: 15px;
      min-height: 37px;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
    .form-outer form .logo-wrapper .logo-item img {
      margin: auto; }
.form-outer form .checkbox-wrapper {
  position: relative; }
  .form-outer form .checkbox-wrapper label {
    padding-left: 30px;
    font-weight: 400;
    font-size: 12px; }
    @media screen and (min-width: 1440px) {
      .form-outer form .checkbox-wrapper label {
        font-size: 14px; } }
  .form-outer form .checkbox-wrapper input {
    position: absolute;
    /*top: 0;*/
    left: 0; }
.form-outer form .file-wrapper .file-item {
  position: relative;
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 16px;
  padding: 5px 15px;
  margin-bottom: 15px;
  height: 34px; }
  .form-outer form .file-wrapper .file-item .placeholder-text {
    font-style: italic;
    font-weight: 300;
    color: #7a7a7a;
    font-size: 12px; }
    @media screen and (min-width: 1440px) {
      .form-outer form .file-wrapper .file-item .placeholder-text {
        font-size: 14px; } }
  .form-outer form .file-wrapper .file-item .file-inner {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .form-outer form .file-wrapper .file-item .file-inner input {
      opacity: 0;
      visibility: hidden; }
    .form-outer form .file-wrapper .file-item .file-inner .InputIcon {
      position: absolute;
      top: 5px;
      right: 6px;
      background-color: #b7b7b7;
      color: #ffffff;
      padding: 5px 15px;
      border-radius: 20px;
      line-height: 1;
      cursor: pointer;
      transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      font-size: 12px; }
      @media screen and (min-width: 1440px) {
        .form-outer form .file-wrapper .file-item .file-inner .InputIcon {
          font-size: 13px; } }
      .form-outer form .file-wrapper .file-item .file-inner .InputIcon:hover {
        color: #0f161e;
        background-color: #f5dc00; }
      .ajax-loader {
        position: absolute;
        left: 114px;
        margin: 0!important;
        display: none;
        bottom: 65px;
      }
      .ajax-loader img {
        max-width: 18px;
      }
      @media screen and (min-width: 992px) {
        .ajax-loader {
          bottom: 10px;
        }
      }
/* right-content */
.zone-outer {
  background-color: #ececec;
  width: 100%;
  height: 100%;
  padding: 40px 15px; }
  @media screen and (min-width: 1440px) {
    .zone-outer {
      padding: 60px 15px; } }
  @media screen and (min-width: 992px) {
    .zone-outer.scroll {
      position: fixed;
      right: 0;
      top: 0;
      width: 35%; } }
  .zone-outer .zone-inner {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .zone-outer .zone-inner .zone-inner-wrapper {
        min-height: 400px;
        overflow-y: auto;
        height: 100%; } }
  .zone-outer .link {
    text-align: center; }
    .zone-outer .link button {
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      color: #0f161e;
      border: 2px solid #0f161e;
      line-height: 1;
      padding: 12px 30px;
      font-weight: 700;
      letter-spacing: 1px;
      background-color: transparent;
      margin-bottom: 25px; }
      @media screen and (min-width: 1440px) {
        .zone-outer .link button {
          margin-bottom: 35px; } }
      .zone-outer .link button:hover, .zone-outer .link button:focus {
        background-color: #f5dc00; }
  .zone-outer .zone-wrapper {
    border: 2px solid #0f161e;
    background-color: #ffffff;
    margin: auto;
    max-width: 290px;
    padding: 21px 10px 0; }
    @media screen and (min-width: 1440px) {
      .zone-outer .zone-wrapper {
        padding: 30px 13px 0;
        max-width: 414px; } }
    .zone-outer .zone-wrapper .first-zone,
    .zone-outer .zone-wrapper .second-zone,
    .zone-outer .zone-wrapper .third-zone,
    .zone-outer .zone-wrapper .forth-zone,
    .zone-outer .zone-wrapper .fifth-zone,
    .zone-outer .zone-wrapper .six-zone {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      background-color: #ffffff; }
      .zone-outer .zone-wrapper .first-zone.active,
      .zone-outer .zone-wrapper .second-zone.active,
      .zone-outer .zone-wrapper .third-zone.active,
      .zone-outer .zone-wrapper .forth-zone.active,
      .zone-outer .zone-wrapper .fifth-zone.active,
      .zone-outer .zone-wrapper .third-part-item.active,
      .zone-outer .zone-wrapper .forth-part-item.active,
      .zone-outer .zone-wrapper .six-part-item.active,
      .zone-outer .zone-wrapper .five-part-item.active,
      .zone-outer .zone-wrapper .six-zone.active {
        background-color: #f5dc00; }
      .zone-outer .zone-wrapper .first-zone .text,
      .zone-outer .zone-wrapper .second-zone .text,
      .zone-outer .zone-wrapper .third-zone .text,
      .zone-outer .zone-wrapper .forth-zone .text,
      .zone-outer .zone-wrapper .fifth-zone .text,
      .zone-outer .zone-wrapper .six-zone .text {
        margin: auto;
        border: 1px solid #0f161e;
        padding: 2px;
        text-align: center;
        border-radius: 100%;
        display: block;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        height: 17px;
        width: 17px; }
        @media screen and (min-width: 1440px) {
          .zone-outer .zone-wrapper .first-zone .text,
          .zone-outer .zone-wrapper .second-zone .text,
          .zone-outer .zone-wrapper .third-zone .text,
          .zone-outer .zone-wrapper .forth-zone .text,
          .zone-outer .zone-wrapper .fifth-zone .text,
          .zone-outer .zone-wrapper .six-zone .text {
            height: 23px;
            width: 23px; } }
        .zone-outer .zone-wrapper .first-zone .text span,
        .zone-outer .zone-wrapper .second-zone .text span,
        .zone-outer .zone-wrapper .third-zone .text span,
        .zone-outer .zone-wrapper .forth-zone .text span,
        .zone-outer .zone-wrapper .fifth-zone .text span,
        .zone-outer .zone-wrapper .six-zone .text span {
          font-weight: 500;
          margin: auto;
          line-height: 1; }
  .zone-outer .Champ {
    text-align: right; }
    .zone-outer .Champ .Champ-text {
      border: 2px solid #0f161e;
      display: inline-block;
      font-style: italic;
      font-weight: 300;
      padding: 5px 6px;
      line-height: 1;
      text-align: center;
      font-size: 10px;
      background-color: #ffffff; }
      @media screen and (min-width: 1440px) {
        .zone-outer .Champ .Champ-text {
          font-size: 12px; } }
  .zone-outer .first-part {
    margin-bottom: 6px; }
  .zone-outer .big-zone-wrapper {
    padding: 0 0 83%;
    position: relative;
    width: 100%; }
    .zone-outer .big-zone-wrapper .first-zone {
      border: 2px solid #0f161e;
      position: absolute;
      bottom: 0;
      width: 50%;
      left: 0;
      border-bottom: none;
      padding: 2px; }
  .zone-outer .second-zone {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #0f161e;
    padding: 2px; }
  .zone-outer .medium-zone-wrapper {
    position: relative;
    padding: 0 0 30%; }
    .zone-outer .medium-zone-wrapper .third-zone {
      border: 2px solid #0f161e;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
  .zone-outer .second-part {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 6px; }
    .zone-outer .second-part .second-part-item {
      padding: 0 2px; }
      @media screen and (min-width: 1440px) {
        .zone-outer .second-part .second-part-item {
          padding: 0 3px; } }
      .zone-outer .second-part .second-part-item > div {
        height: 100%; }
      .zone-outer .second-part .second-part-item:nth-child(1) {
        width: 40.5%; }
        @media screen and (min-width: 1440px) {
          .zone-outer .second-part .second-part-item:nth-child(1) {
            width: 43%; } }
      .zone-outer .second-part .second-part-item:nth-child(2) {
        width: 39.5%; }
        @media screen and (min-width: 1440px) {
          .zone-outer .second-part .second-part-item:nth-child(2) {
            width: 37%; } }
      .zone-outer .second-part .second-part-item:nth-child(3) {
        width: 20%; }
    .zone-outer .second-part .forth-zone {
      border: 2px solid #0f161e;
      padding-top: 3px;
      padding-bottom: 3px; }
      @media screen and (min-width: 1440px) {
        .zone-outer .second-part .forth-zone {
          padding-top: 6px;
          padding-bottom: 6px; } }
    .zone-outer .second-part .second-champ {
      border: 2px solid #0f161e;
      font-style: italic;
      font-weight: 300;
      line-height: 1;
      text-align: center;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      padding: 3px 0px;
      font-size: 10px; }
      @media screen and (min-width: 1440px) {
        .zone-outer .second-part .second-champ {
          padding: 5px 6px;
          font-size: 12px; } }
      .zone-outer .second-part .second-champ .Champ-text {
        margin: auto; }
    .zone-outer .second-part .fifth-zone {
      border: 2px solid #0f161e;
      padding-top: 3px;
      padding-bottom: 3px; }
      @media screen and (min-width: 1440px) {
        .zone-outer .second-part .fifth-zone {
          padding-top: 6px;
          padding-bottom: 6px; } }
  .zone-outer .third-part .six-zone {
    border: 2px solid #0f161e;
    border-bottom: none;
    padding: 2px; }
  .zone-outer.zone-outer-poster .second-part {
    margin-left: -2px;
    margin-right: -2px; }
    @media screen and (min-width: 1440px) {
      .zone-outer.zone-outer-poster .second-part {
        margin-left: -3px;
        margin-right: -3px; } }
  .zone-outer .first-zone {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #0f161e;
    z-index: 1; }
  .zone-outer .big-zone-wrapper .Champ {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    width: 50%; }
    .zone-outer .big-zone-wrapper .Champ .Champ-text {
      display: block;
      padding: 6px; }
  .zone-outer .first-part {
    margin-bottom: 0px ! important;
    margin-top: -32px;
    margin-left: -12px;
    margin-right: -12px; }
    @media screen and (min-width: 1440px) {
      .zone-outer .first-part {
        margin-left: -15px;
        margin-right: -15px; } }
  .zone-outer .second-part {
    margin-bottom: 12px; }
  .zone-outer .third-part {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    margin: 0 -9px 7px; }
    .zone-outer .third-part .Champ-item {
      padding: 0 9px; }
      .zone-outer .third-part .Champ-item .Champ-text {
        display: block;
        padding: 17px 6px; }
      .zone-outer .third-part .Champ-item:nth-child(1) {
        width: 45%; }
      .zone-outer .third-part .Champ-item:nth-child(2) {
        width: 55%; }
  .zone-outer.zone-outer-social .zone-wrapper {
    padding: 15px; }
  .zone-outer.zone-outer-social .first-part {
    margin-bottom: 0; }
  .zone-outer.zone-outer-social .first-zone {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .zone-outer.zone-outer-social .big-zone-wrapper .social-champ-first, .zone-outer.zone-outer-social .big-zone-wrapper .social-champ-second {
    position: absolute;
    z-index: 1; }
  .zone-outer.zone-outer-social .big-zone-wrapper .social-champ-first {
    top: 10px;
    right: 10px;
    width: 38%; }
  .zone-outer.zone-outer-social .big-zone-wrapper .social-champ-second {
    bottom: 0;
    left: 0;
    width: 50%; }
    .zone-outer.zone-outer-social .big-zone-wrapper .social-champ-second .Champ .Champ-text {
      border-bottom: none; }
  .zone-outer.zone-outer-social .big-zone-wrapper .Champ .Champ-text {
    display: block; }
  .zone-outer.zone-outer-social .social-champ-full .Champ .Champ-text {
    display: block;
    padding: 40px 6px; }

.modal-dialog .modal-content {
  border-radius: 14px; }
.modal-dialog .modal-body {
  position: relative;
  padding: 50px 25px;
  text-align: center; }
  .modal-dialog .modal-body .title {
    background-position: center bottom; }
  .modal-dialog .modal-body .button-wrapper {
    width: 100%;
    margin-top: 34px; }
  .modal-dialog .modal-body button.close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 42px; }
.modal-dialog .modal-body button.prev, .modal-dialog .modal-body button.next {
  position: absolute;
  top: 50%;
  left: -100px;
  padding: 20px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: solid 1px #fff;
  font-size: 30px;
}
.modal-dialog .modal-body button.prev:focus, .modal-dialog .modal-body button.next:focus {
  outline: none;
}
.modal-dialog .modal-body button.prev:hover, .modal-dialog .modal-body button.next:hover {
  background: #f5dc00;
  color: #000;
}
.modal-dialog .modal-body button.next {
  right: -100px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-body button.prev, .modal-dialog .modal-body button.next {
    top: auto;
    bottom: -100px;
    left: 0;
    margin-top: 50px;
  }
  .modal-dialog .modal-body button.next {
    right: 0;
    left: auto;
  }
}
  .modal-dialog .modal-body form textarea {
    width: 100%;
    border-radius: 24px;
    padding: 15px 20px;
    height: 208px;
    max-width: 410px;
    margin: auto; }
  .modal-dialog .modal-body form p {
    margin-bottom: 30px; }
.modal-dialog img {
  max-width: 100%; }

.confirmation-page {
  height: calc(100vh - 79px); }
  @media screen and (min-width: 768px) {
    .confirmation-page {
      height: calc(100vh - 121px); } }

.confimation-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative; }
  .confimation-background::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(202, 21, 24, 0.3);
    position: absolute;
    top: 0;
    left: 0; }
  .confimation-background .title {
    background-position: center bottom; }
  .confimation-background .desc {
    margin-bottom: 30px; }
  .confimation-background .confirmation-page-content {
    padding: 50px 25px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 30px auto;
    border-radius: 14px;
    position: relative;
    z-index: 1; }
    .confimation-background .confirmation-page-content .image {
      margin-bottom: 30px; }
      .confimation-background .confirmation-page-content .image img {
        margin: auto; }

/*# sourceMappingURL=style.css.map */


.event1-error,.event2-error,.event3-error,.event4-error,.subject1-error,.subject2-error,.plan1-error,.plan2-error,.message-flyer-error {
  color: #DC7633;
  font-size: 12px;
  font-style: italic;
  padding-top: 5px;
}



/* Old Browsers */

#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0; }
  #outdated.fullscreen {
    height: 100%; }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px; }
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #f25648; }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table; }
  #outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important; }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%; }

.form1-poster-ques4-1 {
  display: none;
}

.form1-poster-ques4 select {
  margin-bottom: 15px;
}

.form1-poster-ques4-other
{
  display: none;
}

.between-part .medium-zone-wrapper {
  padding: 0 !important;
  width: 75%;
  margin-left: -12px;
  margin-right: -12px;
  border-right: 2px solid #0f161e;
  padding-left: 7px !important;
}

.zone-outer .second-part {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .zone-outer .second-part {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}

.zone-outer .big-zone-wrapper {
  padding: 0 0 60%;
}

.zone-outer .medium-zone-wrapper {
  padding: 0 0 25%;
}

.zone-outer .third-part {
  margin-left: -12px !important;
  margin-right: -12px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zone-outer .forth-part {
  margin-left: -12px !important;
  margin-right: -12px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zone-outer .third-part .third-part-item {
  width: 70%;
  height: 100%;
  border: 2px solid #0f161e;
  border-top: none;
  display: flex;
  justify-content: center;
}

.zone-outer .forth-part-item {
  width: 70%;
  height: 100%;
  border: 2px solid #0f161e;
  display: flex;
  justify-content: center;
}

.zone-outer .zone-wrapper .third-part .text {
  margin: auto;
    border: 1px solid #0f161e;
    padding: 2px;
    text-align: center;
    border-radius: 100%;
    display: block;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 23px;
    width: 23px;
}

.zone-outer .zone-wrapper .forth-part .text {
  margin: auto;
    border: 1px solid #0f161e;
    padding: 2px;
    text-align: center;
    border-radius: 100%;
    display: block;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 23px;
    width: 23px;
}

.zone-outer .zone-wrapper .five-part .text {
  margin: auto;
    border: 1px solid #0f161e;
    padding: 2px;
    text-align: center;
    border-radius: 100%;
    display: block;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 23px;
    width: 23px;
}

.zone-outer .zone-wrapper .third-part .text span {
  font-weight: 500;
    margin: auto;
    line-height: 1;
}

.zone-outer .zone-wrapper .forth-part .text span {
  font-weight: 500;
    margin: auto;
    line-height: 1;
}

.zone-outer .zone-wrapper .five-part .text span {
  font-weight: 500;
    margin: auto;
    line-height: 1;
}

.zone-outer .five-part {
  margin-left: -15px !important;
  margin-right: -15px !important;
  /* height: 60px;
  width: 100%;
  display: flex; */
}
@media screen and (max-width: 768px) {
  .zone-outer .five-part{
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}

.zone-outer .zone-wrapper .five-part .six-part-item {
  border: 2px solid #0f161e;
  border-bottom: none;
  display: flex;
  justify-content: center;
}

.zone-outer .zone-wrapper .five-part .five-part-item {
  border: 2px solid #0f161e;
  border-bottom: none;
  display: flex;
  justify-content: center;
}


.zone-outer .small-zone-wrapper {
  padding: 0 0 2%;
  width: 100%;
  display: flex;
  height: 50px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .zone-outer .small-zone-wrapper {
    padding: 0 0 2%;
    width: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
  }
}
.zone-outer .small-zone-wrapper {
  padding: 0 0 2%;
  width: 100%;
  display: flex;
  height: 80px;
  justify-content: center;
}

.zone-outer .zone-wrapper .five-part .six-part-item {
  width: 60%;
  margin-right: 10%;
}

.zone-outer .zone-wrapper .five-part .five-part-item {
  width: 30%;
}

.zone-outer .five-part .small-zone-wrapper {
  padding:0;
  height: 65px;
}

