.tile1 {
    height: 211vw;
    display: flex;
    align-content: baseline;
    text-align: left;
    justify-content: left;
  }
  .tile1 .content {
    max-width: unset;
    margin: unset;
  }
  .tile1 .heading {
    height: 19px;
    font-family: inter;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    margin-top: 94px;
  }
  .tile1 .main-heading {
    height: 118px;
    font-family: inter;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
  }
  .tile1 .btn-s{
    margin-top: 40px;
  }
  .btn-s {
    padding: 11px 25px;
    border-radius: 23px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(252, 2, 77, 0.9);
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: #ffffff;
    width: 180px;
    cursor: pointer;
  }
  .tile2 {
    margin: 100px auto;
    text-align: center;
  }
  .block {
      display: flex;
      flex-direction: column;
  }
  .tile2  .block .with-banner {
    text-align: left;
    width: 286px;
    margin: 0 auto;
  }
  .tile2 .figure.banner img {
    max-width: 286px;
    margin-bottom: 60px;
  }
  .tile2 .heading {
    width: 286px;
    margin: 0 0 16px;
    font-family: inter;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.33;
    text-align: left;
    color: #000000;
  }
  .tile2 .para {
    width: 286px;
    margin: 16px 0 24px;
    font-family: inter;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
  }
  .tile2  .btn{
    margin: 0 auto;
  }
  .tile3 {
    margin: 2px auto;
  }
  .tile3 .content{
    width: 284px;
    margin: 0 auto;
  }
  .tile3 .box{
    width: 284px;
    height: 150px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #efefef;
    float: left;
    text-align: center;
  }
  .tile3 .box .text-box{
    width: 190px;
    margin: 0 auto;
    margin-top: -20px;
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #000000;
  }
  .tile3 .box .figure{
    margin-top: -35px;
  }
  .tile3 .box .figure img{
    width: 100px;
  }
  .tile4 {
    margin: 0 auto;
  }
  .tile4 .btn-s {
    margin: 0 auto;
  }
  .tile4 .heading {
    width: 280px;
    font-family: inter;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    margin: 32px auto;
  }
  .tile5 .content{
    width: 284px;
    margin: 0 auto;
  }
  .tile5 .heading {
    width: 286px;
    margin: 100px auto 30px auto;
    font-family: inter;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
  .tile5 .form {
    margin: 0 auto;
  }
  .tile5 .rectangle {
    width: 254px;
    height: 32px;
    padding: 15px;
    float: left;
    border-radius: 10px;
    border: solid 1px #707070;
    background-color: #ffffff;
    margin-bottom: 28px;
    clear: both;
  }
  .tile5  .submit-button-block{
    clear: both;
  }
  .tile5  .submit-button-block .btn{
    margin: 0 auto;
  }
  .tile5 .rectangle input, .tile5 .rectangle select{
    width: 100%;
    height: 100%;
    border: 0px;
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #909090;
  }
  .tile5 .rectangle .error-block {
    font-family: inter;
    font-family: inter;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: left;
    color: #fc024d;
    margin-top: 16px;
  }
  .tile6 .popup-container {
    position: fixed;
    top: 100px;
    z-index: 4;
    width: 286px;
    height: 540px;
    opacity: 0.95;
    border-radius: 22px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
    background-color: #000000;
    left: 10%;
    right: 10%;
    margin: 0 auto;
  }
  .tile6 .popup-container .close-icon{ 
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
  }
  .tile6 .popup-container .close-icon img{ 
    width: 46px;
  }
  .tile6 .popup-container .logo{ 
    text-align: center;
    margin-top: 133px;
  }  
  .tile6 .popup-container .logo img{ 
    width: 100px;
  }
  .tile6 .popup-container .heading{
    width: 250px;
    margin: 32.4px 18px 62px 18px;
    font-family: inter;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .tile6 .popup-container .btn { 
    width: 190px;
    padding: 16px 32px;
    margin: 0 auto;
  }
  .tile6 .popup-container .btn img{ 
    width: 16px;
    float: right;
    margin-top: 6px;
  }
  /* div.flex-dir:nth-child(2n+0) .block {
    flex-direction: column-reverse;
  } */
  div.flex-dir:not(:first-child) {
      margin-top: 50px;
  }
  @media (max-width: 340px)  {
    .tile1 .main-heading {
      height: 90px;
      font-size: 28px;
    }
  }