main {
  min-height: 80vh;
  width: 100%; }
  main ul li::marker {
    content: '- ';
    font-weight: bold;
    color: #ff4d31; }

body {
  font-family: 'Work Sans', sans-serif !important; }

.btn.btn-register {
  color: #fff;
  background-color: #006EA1;
  border-color: #006EA1; }

.birthdate-input {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1em; }

#faq .accordion .card {
  border: unset; }
  #faq .accordion .card .card-header {
    color: #006EA1;
    background-color: white; }
    #faq .accordion .card .card-header:hover {
      cursor: pointer;
      color: #0095da; }

#banner {
  padding-top: 4em;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "col-n-1 col-n-2" "2col-n-1 2col-n-2";
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  min-height: 500px; }
  #banner > img {
    margin-top: 20px;
    width: 100%;
    min-height: 500px; }
  #banner .col-n-1 {
    grid-area: col-n-1;
    background-color: #006EA1;
    position: relative;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3; }
    #banner .col-n-1 img {
      width: 370px;
      position: absolute;
      bottom: 0px;
      left: 15%; }
  #banner .col-n-2 {
    grid-area: col-n-2;
    background-color: #006EA1;
    padding-bottom: 5em; }
    #banner .col-n-2 h1, #banner .col-n-2 h2, #banner .col-n-2 h3, #banner .col-n-2 h4 {
      color: #fff !important; }
    #banner .col-n-2 .btn-register {
      background-color: #D45540;
      border-radius: 5em; }
    #banner .col-n-2 .form-body {
      display: -ms-grid;
      display: grid;
      -ms-flex-pack: center;
          justify-content: center; }
      #banner .col-n-2 .form-body input[name=phone_number] {
        border-radius: 5em; }

.banner-full-width {
  max-height: 300px; }

#banner-2 {
  min-height: 200px;
  background-color: gray; }

#description-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(200px, 400px);
      grid-template-columns: 1fr minmax(200px, 400px);
  grid-column-gap: 1em;
  padding-top: 3em;
  padding-bottom: 3em; }
  #description-1 > .text-box h5 {
    color: #006EA1 !important; }
  #description-1 .image-box {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center; }
    #description-1 .image-box > svg {
      display: none; }
    #description-1 .image-box .ads-phone {
      width: 100%; }

#text-ads-2 img,
#text-ads-3 img,
#banner-2 img {
  height: 180px; }

.text-white {
  color: white; }

.text-ads {
  font-size: 2rem; }

.grid-col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  /* justify-items: center; */ }

.grid-col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  /* justify-items: center; */ }

.d-grid {
  display: -ms-grid;
  display: grid; }
  .d-grid > div {
    /* background-color: #006EA1; */
    text-align: center;
    color: white; }
  .d-grid > div img {
    /* height: 200px; */
    width: 100%; }

.overflow-hidden {
  overflow: hidden; }

.in-md {
  display: none; }

#form-member-card {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-grid-columns: minmax(min-content, 500px);
      grid-template-columns: minmax(min-content, 500px); }
  #form-member-card button[type="submit"] {
    border-radius: 50px;
    padding-left: 4em;
    padding-right: 4em; }

/* ----------- ipad ----------- */
@media screen and (max-width: 768px) {
  #text-ads-1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  #banner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: "col-n-1" "col-n-2"; }
    #banner .col-n-1 {
      background-color: #fff;
      height: 400px; }
      #banner .col-n-1 img {
        width: 280px;
        left: 30%; }
    #banner .col-n-2 {
      padding-top: 2em;
      padding-bottom: 2em; }
  #description-1 {
    -ms-grid-columns: 1fr 250px;
        grid-template-columns: 1fr 250px; }
    #description-1 .box-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
      grid-column-end: 3; }
  #text-ads-2 > img {
    height: 250px; }
  #text-ads-3 > img {
    height: 265px; }
  #banner-2 > img {
    height: 250px; } }

/* ----------- end ipad ----------- */
/* ----------- iPhone X ----------- */
/* Portrait  */
@media screen and (max-width: 480px) {
  #text-ads-2 > img {
    height: 125px !important;
    margin-top: 0.5em; }
  #text-ads-3 > img {
    height: 125px !important;
    margin-top: 0.5em; }
  #banner-2 {
    min-height: unset; }
    #banner-2 > img {
      height: 125px !important;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
  #banner {
    min-height: unset;
    display: block; }
    #banner > img {
      margin-top: 4em;
      width: 102%;
      min-height: 250px; }
    #banner .col-n-1 img {
      width: 280px;
      left: 15%; }
  .pos-absolute {
    position: absolute; }
  #description-1 {
    grid-template-areas: "text" "text" "image";
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0; }
    #description-1 h1 {
      font-size: xx-large; }
    #description-1 > .image-box {
      grid-area: image;
      background-color: #006EA1;
      display: -ms-grid;
      display: grid;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-left: -15px;
      height: 450px;
      border-top-left-radius: 80px;
      position: relative; }
      #description-1 > .image-box > svg {
        display: block; }
      #description-1 > .image-box #object-1 {
        top: 90px;
        left: 35px; }
      #description-1 > .image-box #object-4 {
        top: 100px;
        left: 35px; }
      #description-1 > .image-box #object-2 {
        right: 0;
        bottom: 112px; }
      #description-1 > .image-box #object-3 {
        bottom: 20px; }
      #description-1 > .image-box img.ads-phone {
        width: 250px; }
  .banner-full-width {
    max-height: 150px; }
    .banner-full-width > img {
      height: 180px !important; }
  .in-md {
    display: block; }
  .over-md {
    display: none; } }
