body, html, ul {
    padding: 0;
    margin: 0
}

#logo, .formBlock {
    background: #fff;
    border-radius: 10px
}

@font-face {
    font-family: Austin-Medium;
    src: url("fonts/Austin-Medium.svg"), url("fonts/Austin-Medium.ttf") format("truetype"), url("fonts/Austin-Medium.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    box-sizing: border-box
}

::placeholder {
    color: #bebeca
}

body, html {
    min-width: 320px;
    font: 600 14px/2.86 "Open Sans", Helvetica, Arial, sans-serif;
    background: #ccc;
}

.hide {
    position: absolute;
    left: -99999px;
    top: -99999px
}

.forgot, .login, .registration {
    position: relative;
    opacity: 1;
    height: auto;
    transform: translateX(0);
    transition: transform .5s ease-in-out
}

.hideStep {
    opacity: 0;
    height: 0;
    z-index: -1;
    display: none;
}

ul {
    list-style: none
}

#wrapper {
    width: 100%;
    overflow: hidden
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

#main {
    height: 100vh;
    overflow: hidden;
    position: relative;
    min-height: 642px
}

.header_form{
    background: #E32A5A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
}
.header_form .logo{
    display: inline-block;
    vertical-align: top;
}

.container, .submitting {
    position: relative
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.submitting:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.formBlock {
    width: 100%;
    padding: 0 0 20px;
}
.form{
    padding: 0 15px;
}
.formBlock .next_step,
.formBlock .submit {
    border: none;
    cursor: pointer;
    background-color: #6ab62d;
    color: #fff;
    border-radius: 30px;
    padding: 19px 16px;
    max-width: 330px;
    margin: 16px auto 0;
    display: block;
    width: 100%;
    font: 600 16px/22px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.formBlock .next_step:disabled,
.formBlock .submit:disabled {
    opacity: .5
}

.formBlock .next_step:disabled:hover,
.formBlock .submit:disabled:hover {
    color: #fff;
    cursor: default
}

.formBlock .next_step:hover ,
.formBlock .submit:hover {
    color: #212529;
    text-decoration: none;
    cursor: pointer
}

.formBlock .headerForm {
    text-align: center;
    padding: 35px 0 0 0;
}

.formBlock .headerForm h2 {
    font: 32px/0.75 Austin-Medium, Arial, Helvetica, sans-serif;
    margin: 0 0 18px;
    letter-spacing: 1.6px;
    color: #404040;
}

.formBlock .headerForm .subTitle {
    font: 600 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #404040;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.formBlock .headerForm .subTitle:after, .formBlock .headerForm .subTitle:before {
    content: "....";
    position: relative;
    display: block;
    height: 0;
    line-height: 0;
    color: #bebeca;
    font-size: 30px;
    top: -10px;
    bottom: 0
}

.formBlock .headerForm .subTitle:before {
    left: -3px
}

.formBlock .headerForm .subTitle:after {
    right: -3px
}

.formBlock .row {
    padding-bottom: 13px
}

.formBlock .dubleInput {
    display: flex;
    margin: 0 auto;
    max-width: 330px;
    position: relative
}

.formBlock .dubleInput:after {
    content: "";
    background: linear-gradient(to bottom, rgba(190, 190, 202, .5) 100%, rgba(255, 255, 255, 0) 0);
    height: 30px;
    width: 1px;
    position: absolute;
    top: 22px;
    left: 50%;
    margin: -15px 0 0 -1px
}

.formBlock .dubleInput .fieldHolder {
    max-width: 50%;
    flex: 0 0 50%
}

.formBlock .dubleInput input[type=email], .formBlock .dubleInput input[type=password], .formBlock .dubleInput input[type=text], .formBlock .dubleInput select {
    background-color: #f8f6ff;
    border-radius: 0 5px 5px 0
}

.formBlock .dubleInput input[type=email]#firstName, .formBlock .dubleInput input[type=password]#firstName, .formBlock .dubleInput input[type=text]#firstName, .formBlock .dubleInput select#firstName {
    border-radius: 5px 0 0 5px
}

.formBlock .dubleInput input[type=email]:focus, .formBlock .dubleInput input[type=password]:focus, .formBlock .dubleInput input[type=text]:focus, .formBlock .dubleInput select:focus, .formBlock input[type=email]:focus, .formBlock input[type=password]:focus, .formBlock input[type=text]:focus, .formBlock select:focus {
    box-shadow: inset 0 0 2px 4px rgba(0, 157, 255, .2)
}

.formBlock .dubleInput input[type=email].input-error, .formBlock .dubleInput input[type=password].input-error, .formBlock .dubleInput input[type=text].input-error, .formBlock .dubleInput select.input-error, .formBlock input[type=email].input-error, .formBlock input[type=password].input-error, .formBlock input[type=text].input-error, .formBlock select.input-error {
    box-shadow: none !important;
    border: 2px solid #e32a5a !important;
    padding: 0 18px
}

.formBlock .error {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #e32a5a;
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 330px
}

.formBlock input[type=email], .formBlock input[type=password], .formBlock input[type=text], .formBlock select {
    font: 400 14px/19px "Open Sans", Helvetica, Arial, sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    background-color: #f8f6ff;
    display: block;
    height: 44px;
    width: 100%;
    margin: 0 auto;
    max-width: 330px;
    padding: 0 20px;
    color: #373b4e;
    outline: 0;
    transition: box-shadow .2s linear
}

.formBlock select {
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMjg2LjkzNSw2OS4zNzdjLTMuNjE0LTMuNjE3LTcuODk4LTUuNDI0LTEyLjg0OC01LjQyNEgxOC4yNzRjLTQuOTUyLDAtOS4yMzMsMS44MDctMTIuODUsNS40MjQgICBDMS44MDcsNzIuOTk4LDAsNzcuMjc5LDAsODIuMjI4YzAsNC45NDgsMS44MDcsOS4yMjksNS40MjQsMTIuODQ3bDEyNy45MDcsMTI3LjkwN2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOCAgIHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojQkVCRUNBIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=");
    background-position: right .7em top 50%;
    background-size: .65em auto;
    background-repeat: no-repeat
}

.formBlock .notice {
    font: 400 12px/1.67 "Open Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #bebeca;
    margin: 0 0 36px;
    padding: 0;
}

.formBlock .notice a {
    color: #bebeca;
    text-decoration: underline;
}

.formBlock .notice a:hover{
    text-decoration: none;
}

.formBlock .footerForm {
    padding: 11px 0 0 0
}

.formBlock .changeStep button, .formBlock .fargotState, .formBlock .goBack, .formBlock .showPass {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer
}

.formBlock .changeStep {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 330px;
    margin: 30px auto 20px
}

.formBlock .changeStep button {
    text-align: center;
    color: #0250c5;
    font: 600 16px/20px "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0
}

.formBlock .checkboxHolder, .formBlock .holder {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 330px
}

.formBlock .showPass {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 17px;
    top: 8px;
    bottom: auto;
    font-size: 0;
    z-index: 10
}

.formBlock .showPass:focus {
    outline: 0
}

.formBlock .fargotState, .formBlock .goBack {
    outline: 0;
    text-align: center;
    color: #009dff;
    font: 600 14px/20px "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 auto 20px
}

.formBlock .forgotInfoText {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    max-width: 330px;
    text-align: center;
    font: 400 14px/20px "Open Sans", Helvetica, Arial, sans-serif
}

.checkboxHolderContainer {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 33px;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
    margin-top: 13px;
    margin-bottom: 0;
    font-weight: 400
}

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #eee;
    border-radius: 5px
}

.checkboxHolderContainer:hover input ~ .checkmark {
    background-color: #ccc
}

.checkboxHolderContainer input:checked ~ .checkmark {
    background-color: #2196f3
}

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

#footer .col-logo img, #footer .listPaymentsIco li img, .checkboxHolderContainer input:checked ~ .checkmark:after {
    display: block
}

.checkboxHolderContainer .checkmark:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQwNS4yNzIgNDA1LjI3MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA1LjI3MiA0MDUuMjcyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzkzLjQwMSwxMjQuNDI1TDE3OS42MDMsMzM4LjIwOGMtMTUuODMyLDE1LjgzNS00MS41MTQsMTUuODM1LTU3LjM2MSwwTDExLjg3OCwyMjcuODM2ICAgYy0xNS44MzgtMTUuODM1LTE1LjgzOC00MS41MiwwLTU3LjM1OGMxNS44NDEtMTUuODQxLDQxLjUyMS0xNS44NDEsNTcuMzU1LTAuMDA2bDgxLjY5OCw4MS42OTlMMzM2LjAzNyw2Ny4wNjQgICBjMTUuODQxLTE1Ljg0MSw0MS41MjMtMTUuODI5LDU3LjM1OCwwQzQwOS4yMyw4Mi45MDIsNDA5LjIzLDEwOC41NzgsMzkzLjQwMSwxMjQuNDI1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=") center/12px 12px no-repeat
}

#footer {
    background: #05028a;
    padding-top: 62px;
    padding-bottom: 44px
}

#footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#footer .col-logo {
    flex: 0 0 25%;
    width: 25%;
    padding: 7px 0 0
}

#footer .colNav {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3px 0 0 7px;
    letter-spacing: .4px
}

#footer .socialContainer {
    width: 269px;
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    padding: 2px 0 0
}

#footer .footerLogoContainer {
    width: 205px;
    height: auto;
    display: block;
    margin: 0 0 19px
}

#footer .listPaymentsIco {
    display: flex;
    align-items: center;
    padding: 0 0 18px
}

#footer .listPaymentsIco li {
    width: 40px;
    margin-right: 10px
}

#footer .copyright {
    font: 10px/2.4 "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0
}

#footer .menulist a, #footer .paragraph {
    font: 600 14px/2.86 "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff
}

#footer .paragraph {
    margin: 0 0 17px
}

#footer .iconHolder {
    display: flex;
    align-items: center;
    margin: 0 0 0 -8px
}

#footer .iconHolder li {
    margin-right: 12px
}

#footer .menulist {
    padding: 0 64px 0 0
}

#footer .menulist a {
    text-decoration: none
}

.promoPhoto {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -20px;
    display: none
}

.badgeContainer {
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px 40px;
    position: relative;
    z-index: 20;
    max-width: 400px;
    margin: 0 auto
}

.badgeContainer div {
    margin: 0 5px
}

.badgeContainer .mcAfeeItem_d {
    width: 90px;
    height: 37px
}

.badgeContainer .ywxiItem_d {
    height: 26px !important;
    flex: 0 0 60px
}

.badgeContainer .mcAfeeItem {
    height: 26px !important;
    flex: 0 0 70px
}

.badgeContainer .godaddyBadge_c {
    flex: 0 0 70px;
    height: 30px
}

.badgeContainer .godaddyBadge_c div {
    overflow: hidden;
    min-width: 80px !important;
    max-width: 80px !important;
    background-size: contain
}

.badgeContainer .DigiCertClickIDtC0vjAz {
    width: 90px;
    height: auto;
    flex: 0 0 90px
}

.badgeContainer .DigiCertClickIDtC0vjAz img {
    overflow: hidden;
    width: 100% !important;
    background-size: contain
}

.badgeContainer .segpayBadgeItem {
    width: 120px
}


.step_form_counter{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 17px;
}
.step_form_counter li{
    width: 24px;
    height: 24px;
    margin: 0 8px;
    background: #f8f6ff;
    border-radius: 50%;
    color: #bebeca;
    position: relative;
    font: 400 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
}
.step_form_counter li.active{
    background: #05028a;
    color: #fff;
}
.step_form_counter li:first-child:before{
    display: none;
}
.step_form_counter li.active:before{
    background: #05028a;
}
.step_form_counter li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    height: 6px;
    width: 20px;
    background: #f8f6ff;
    margin: -3px 0 0 0;
    z-index: -1;
}
/* Pop up Email start */
.popupoverlay_mail{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:99; backdrop-filter: blur(15px);}
.popupoverlay_mail.is-open{display:flex}
.popup_email{
  position: relative;
  outline: none;
  max-width: 500px; 
  border-radius: 10px;
}
.close_popup{
  width: 44px;
  height: 44px;
  position: absolute;
  top: -44px;
  right: -44px;
  cursor: pointer;
}

.wrapper_email{
    background-color: #fff;
    padding: 30px 50px 50px 50px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.no-scroll{
    overflow: hidden;
}
.logo_email{
    background-color: #E32A5A;
    display: flex;
    justify-content: center;
    padding: 14px 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.email_title{
  font: 400 32px/30px 'Austin-Medium', Arial, Helvetica, sans-serif;
  letter-spacing: 1.792px;;
  margin-bottom: 20px;
  text-align: center;
  color: #404040;
  text-transform: uppercase;
}
.email_text{
  font: 400 16px/24px 'Open Sans', Arial, sans-serif;
  color: #000;
}
.email_text.middle{
  font: 400 16px/24px 'Open Sans', Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}
.list_email{
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 15px;
  list-style-type: disc !important;
}
.list_email li{
  font: 400 16px/24px 'Open Sans', Arial, sans-serif;
  margin-bottom: 20px;
}
.list_email li:last-child{
  margin-bottom: 0;
}
.list_email li::marker{
  color: #000; 
}
.list_email span{
  color: #000;
  font-weight: 700;
}
.email_text.last{
  margin-bottom: 34px;
}
.wrapper_button-email{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px
}
.wrapper_email .loginState{
  background-color: #6AB62D;
  box-shadow: 0 15px 30px 0 rgba(106, 182, 45, 0.30);
  color: #fff;
  padding: 14px 75px;
  text-align: center;
  font: 600 16px/24px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  border-radius: 16px;
  cursor: pointer;
  transition: box-shadow .5s, background .5s;
}
.close_email{
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: auto;
  right: -50px; 
}
.close_email svg g path {
  transition: stroke 0.3s ease, opacity 0.3s ease;
}
.close_email:hover svg g path {
  stroke: #ff2e66; 
  opacity: 1;
}
@media(any-hover: hover){
  .wrapper_email .loginState:hover{
    box-shadow: none;
    background-color: #3c7011;
  } 
}

.wrapper_email .fargotState{
  font: 600 16px/24px 'Open Sans', Arial, sans-serif;
  color: #009DFF;
  display: block;
  text-align: center;
  cursor: pointer;
}
.forgot .fargotState{
    display: inline-block;
    width: auto;
}
.wrapper_forgot{
    display: flex;
    justify-content: center;
}
.forgot__btn{
    display: inline-block !important;
    width: auto !important;
    position: relative;
}
.forgot__btn::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: #009dff;

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}
.forgot__btn:hover::after {
  transform: scaleX(1);
}
@media (max-width: 580px) {
    .close_popup{
        right: -10px;
        top: -48px;
    }
    .wrapper_email{
        padding: 20px 20px 30px 20px;
    }
    .popup_email{
        max-width: 330px;
    }
    .email_title{
        font-size: 24px;
    }
    .logo_email{
        padding: 20px 0;
    }
    .wrapper_button-email{
        gap: 17px;
    }
    .email_text{
        font-size: 14px;
        line-height: 1.2;
    }
    .wrapper_email .loginState{
        padding: 14px 50px;
    }
    .wrapper_email .fargotState{
        font-size: 14px;
        line-height: 20px;
    }
    .email_text.middle{
        font-size: 14px;
        line-height: 1.2;
    }
    .list_email li{
        font-size: 14px;
        line-height: 1.4;
    }
    .wrapper_email .loginState{
        font-size: 14px;
        line-height: 20px;
    }
    .close_email{
        right: 0;
    }
    .email_text.last{
        margin-bottom: 15px;
    }
    .list_email li{
        margin-bottom: 10px;
    }
    .logo_email{
        padding: 10px 0;
    }
    .close_email{
        width: 20px;
        height: 20px;
        right: 10px;
        top: -41px;
    }
}
@media(max-width: 480px){
    .close_email {
        width: 20px;
        height: 20px;
        right: -23px;
        top: -19px;
    }
    .close_email svg{
        width: 20px;
        height: 20px;
    }
    .email_text.middle{
        margin-bottom: 10px;
    }
    .list_email{
        margin-bottom: 10px;
    }
    .email_title{
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .wrapper_email{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media(max-width: 335px){
    .close_email{
        top: 15px;
        right: 10px;
        width: 18px;
        height: 18px;
        z-index: 100;
    }
    .close_email:hover svg g path {
        stroke: #fff; 
        opacity: 1;
    }
    .popup_email{
        margin: 0 10px;
    }
    .wrapper_email .loginState {
        padding: 10px 40px;
        border-radius: 8px;
    }
}
/* Pop up Email End */

/* Popup webview Start */
.popup_webview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    padding: 16px 48px 16px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(14.550000190734863px);
    opacity: 0;
    transform: translateY(-120%);
    transition: transform 320ms ease, opacity 240ms ease;
    pointer-events: none;
    will-change: transform, opacity;
}
.popup_webview--text {
    font: 500 14px/140% 'OpenSans', Arial, Helvetica, sans-serif;
    color: #fff;
}
.wrapper_close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.wrapper_close img {
    width: 24px;
    height: 24px;
}
.popup_webview.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
    .popup_webview {
        transition: none;
    }
}
/* Popup webview End */
