<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.channel-wrapper .container {
    display: block;
    padding-top: 100px;
    align-items: center;
    padding-bottom: 100px;
}

.channel-wrapper .channel-wrapper__left {
    width: 100%;
}

.channel-wrapper .channel-wrapper__right {
   width: 100%;
}
.channel-wrapper .channel-wrapper__left .sub-title {
    font-size:20px;
    font-weight: 600;
    line-height: 33px;
    color: #060e9f;
    margin-bottom: 20px;
}

.channel-wrapper .channel-wrapper__left .title{
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 20px;
}

.channel-wrapper .channel-wrapper__left .text{
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    margin-bottom: 30px;
}
.btn-custom {
    width: 210px;
    font-weight: 400;
    margin-bottom:30px;
}

.btn-inline3 {
    background-color: #ff5000;
    max-width: 100%;
    width: 224px;
    padding: 8px 40px 8px 20px;
    letter-spacing: 1px;
    position: relative;
    justify-content: inherit;
}
.btn-inline3:after {
    content: '';
    background: url('../images/common/plug.png') no-repeat center / contain;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    transition: .3s ease-out;
}
.btn-inline3:hover:after {
    right: 15px;
    height: 15px;
    width: 15px;
}
.btn-rate:after {
    background: url('../images/common/sign-in.png') no-repeat center / contain;
}
.rooms-wrapper {
    background-color: #f6f7fc;
}
.rooms-wrapper .container{
    display: block;
    padding-top: 60px;
    padding-bottom: 50px;
}
.rooms-wrapper .rooms-wrapper__left{
   display: none;
}
.rooms-wrapper .rooms-wrapper__right{
    width: 100%;
}

.rooms-wrapper .rooms-wrapper__right .title{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}
.rooms-wrapper .rooms-wrapper__right .text{
    line-height: 26.4px;
    margin-bottom: 20px;
}
.svg-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
}
.svg-rotate svg {
    position: absolute;
    bottom: 0px;
    top: 0px;
}
.svg-bottom {
    position: relative;
}
.svg-bottom svg{
    position: absolute;
    bottom: 0px;
    top: 0px;
}

.benefits-wrapper .container {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #fff;
}
.benefits-wrapper .container .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 70px;
}
.benefits-wrapper .benefits-wrapper__list {
    display: block;
}
.benefits-wrapper .benefits-wrapper__list li{
    width: 100%;
}

.benefits-wrapper .benefits-wrapper__list-item {
    display: flex;
    margin-bottom: 40px;
}
.benefits-wrapper .benefits-wrapper__list-item .item-left {
    margin-right: 20px;
    width: 50px;
    flex-shrink: 0;
}
.benefits-wrapper .benefits-wrapper__list-item .item-left img{
    width: 50px;

}
/* .benefits-wrapper .benefits-wrapper__list-item .item-right {
    width: 337px;
} */
.benefits-wrapper .benefits-wrapper__list-item .item-right .tit{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.benefits-wrapper .benefits-wrapper__list-item .item-right .txt{
    line-height: 26.4px;
}

.rate-wrapper{
    background-color: #f6f7fc;
}
.rate-wrapper .container{
    padding: 80px 0 90px;
    display: block;
    align-items: center;
}
.rate-wrapper .container .rate-wrapper__left{
    width: 100%;
}
.rate-wrapper .container .rate-wrapper__right{
    display: none;
}

.rate-wrapper .rate-wrapper__left .title{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}

.rate-wrapper .rate-wrapper__left .text{
    line-height: 26.4px;
    margin-bottom: 30px;
}

.global-wrapper {
    background-color: #221060 ;
}
.global-wrapper .container {
    padding: 50px 0 60px;
}
.global-wrapper__left .title {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.global-wrapper__left .text {
    color: #fff;
    margin-bottom: 30px;
    line-height: 26.4px;
}
.global-wrapper__right {
    display: none;
}
.btn-global {
    width: 210px;
}
@media (min-width: 995px) {
    .channel-wrapper .container {
        display: flex;
        padding-top: 200px;
        align-items: center;
        padding-bottom: 100px;
    }

    .channel-wrapper .channel-wrapper__left {
        width: 50%;
    }

    .channel-wrapper .channel-wrapper__right {
        width: 50%;
    }
}
.digital-feedback {
    background-color: #f6f7fc;
}
.digital-feedback .container {
    padding: 50px 0;
}
.digital-feedback .feedback-container {
    position: relative;
    margin: auto;
    text-align:center;
}
.digital-feedback .feedback-container .mySlides {
    display: none;
}
.digital-feedback .feedback-container .text {
    font-size:26px;
    font-weight: 400;
    font-style: italic;
    line-height: 42.9px;
    margin-bottom: 20px;
}

.digital-feedback .feedback-container .name-text {
    font-size:20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.digital-feedback .feedback-container img {
    width: 107px;
    height: 17px;
    margin-bottom: 20px;
}

.digital-feedback .feedback-container .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.digital-feedback .feedback-container .dot:hover {
    background-color: #2c87f0;
}
.digital-feedback .feedback-container .active {
    background-color: #2c87f0;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.section-form {
    background-color: #221060;
}
.section-form .container{
    padding-top: 70px;
    padding-bottom: 50px;
}


.form-control {
    display: block;
    color: #666;
    padding: 7px 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.65;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  .form-control:focus {
    outline: none; }

  .form-container {
    max-width: 100%;
    width: 640px;
    padding: 50px 30px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
  }
  .form-container .tit {
    font-size: 40px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 30px;
    text-align: center;
  }
  .form-container .text {
    font-size: 18.75px;
    font-weight: 400;
  }
  .form-bottom {
    margin-bottom: 15px;
  }

  .height-text {
    height: 140px;
  }
  .checktext {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 26.4px; }

  .checktext input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: silver;
    border-radius: 50%;
    margin-top: 5px; }

  .checktext input:checked ~ .checkmark {
    background-color: #373dc0; }

  .checkmark:after {
    content: "";
    position: absolute;
    display: block; }

  /* .checktext input:checked ~ .checkmark:after {
      display: block;
  } */
  .checktext .checkmark:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checktext a {
    color: #5b87da;
  }
  .checktext a:hover {
    text-decoration: underline;
  }
  .btn-submit {
    background-color: #ff5000;
    padding: 14px 30px 13px;
    min-width: 170px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
    box-shadow: rgba(33, 37, 41, 0.15) 0px 5px 15px 0px;
    cursor: pointer; }


@media (min-width: 768px) {
    .global-wrapper .container {
        display: flex;
        align-items: center;
        min-height: 600px;
    }
    .global-wrapper__left {
        width: 48%;
        margin-right:25px;
    }
    .global-wrapper__right {
        width: 50%;
        display: block;
    }

    .rooms-wrapper .container{
        display: flex;
        align-items:center;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .rooms-wrapper .rooms-wrapper__left{
       width: 50%;
       display: block;
    }
    .rooms-wrapper .rooms-wrapper__right{
        width: 50%;
    }

    .benefits-wrapper .benefits-wrapper__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    .benefits-wrapper .benefits-wrapper__list li{
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 20px;
    }
    .benefits-wrapper .benefits-wrapper__list-item .item-right {
        width: 337px;
    }

    .rate-wrapper .container{
        padding: 80px 0 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rate-wrapper .container .rate-wrapper__left{
        width: 50%;
    }
    .rate-wrapper .container .rate-wrapper__right{
        width: 50%;
        display:block;
    }
    .form-container {
        max-width: 100%;
        width: 640px;
        padding: 70px 50px;
        border-radius: 5px;
        background-color: #fff;
        margin: 0 auto;
      }


}
@media (max-width: 780px){
    .sp-none {
        display: none;
    }
}
@media (max-width: 395px) {
    .form-container {
        padding: 30px 15px !important;
    }
}
</pre></body></html>