
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
}

header.sticky-header {
    background-image: linear-gradient(to right, #d2dada, #cdd4d4, #c8cece, #c3c9c8, #bec3c2, #babebd, #b5b9b9, #b1b4b4, #acaeaf, #a8a9aa, #a3a3a4, #9e9e9e);
}

.navbar-brand {
    display: inline-block;
}

.navbar-brand img {
    width: 100%;
    max-width: 150px;
}
ul.menu_bar{
    align-items: center;
    justify-content: center;
}
.nav-item {
    position: relative;
}
.menu_bar li a{
    font-size: 1rem;
    line-height: 1.45;
    color: #ffffff;
    text-transform: uppercase;
    display:flex;
    font-weight: 400;
    align-items: center;
}
.menu_bar li a:before {
    background: rgb(224,43,111);
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(100% + 0.1rem);
    left: 0.05rem;
    width: 25%;
    height: 2px;
    opacity: 1;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    width: 100% !important;
    top: calc(100% - 0.15rem);
}

.menu_bar li a:hover:before {
    transform-origin: 0% 50%;
    transition-timing-function: ease;
    transform: scale3d(1, 1, 1);
}
.menu_bar li:hover> ul{
    display: block;
    z-index: 11;
    min-width: 12rem;
}
header.sticky{
        background: rgba(21,27,57,1);
}
header ul.dropdown-menu li a{
    color: #212529 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu{
    left: 100%;
    top: 0;
    min-width: 15rem;
}
header .navbar .btn-register {
    background: rgb(224,43,111);
    color: rgb(255,255,255);
    border: 0;
    cursor: pointer;
}
header .navbar .menu_bar li a.btn_log_in{
    border: 0px;
    background: #fff;
   color: #4a4a4a;
}
header .navbar .btn-register.btn-dark:hover {
    color: #4a4a4a;
    background-color: #ffffff;
    border-color: #ffffff;
}
header .navbar .btn-register:before, header .navbar .btn-lg:before {
content: none;
}
header .navbar .btn_log_in:hover{
     background: rgb(224,43,111);
    color: rgb(255,255,255);
    border: 0;
    cursor: pointer;
}
.menu_bar li.last-menu{
margin-left: 0.5rem;
}
/**************header-end*********************/


.banner-section{
    padding: 0em 0;
    color: rgba(255,255,255,1);
 /*   background: rgba(0,0,0,.5);*/
    position: relative;
}
.banner-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 7px);
    background: rgba(0,0,0,.5);
    z-index: 11;
}
.banner-section video{
    width: 100%;
}
.banner-overlay {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    height: auto;
    z-index: 111;
}
.banner_overlay_slider, .banner_overlay_slider *{
    height: 100%;
}
.slider-content h2{
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    height: auto;
}
.slider-content h2 span{
    font-size: 1.25rem;
    display: block !important;
     height: auto;
     margin-top: 16px;
}
.home_banner .banner-section::after{
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 7px);
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}
.banner_form{
    text-align: center;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255,255,255,.85);
    background-size: contain;
    box-shadow: 0 0 25vw rgba(0,0,0,.1);
    position: relative;
    z-index: 111;

}
.banner_form form{
        background: url(/sites/intercon.com/themes/contrib/intercon/images/vegas4.png) center bottom no-repeat!important;
    background-size: cover;
    position: relative;
        width: 100%;
    padding: 15px;
}
.banner_form form input{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: none;
    border-bottom: 1px solid rgba(138,138,138,0.5);
}
.banner_form form input#edit-actions-submit{
background: rgb(224,43,111);
    color: rgb(255,255,255);
    font-size: 16px!important;
    width: auto;
    display: inline-flex;
    padding: 0.5rem!important;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    line-height: 1.45;
    align-items: center;
    height: auto;
    border: 0;
    border-radius: 4px;
}
.banner_form form input#edit-actions-submit:hover{
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.slider-content {
    display: inline-flex;
    align-items: center;
}
.banner_form h3, .banner_form p {
    font-size: 12px;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.45;
    padding: 0.5rem 0;
    text-align: center;
    background: #e02b6f;
     height: auto;
}
.banner_form p{
    padding: 0 0;
}
.banner_form h3 span{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    font-weight: 500;
}


/************event-intro*****************/
.event-intro {
    background: url(../images/home-about-us.jpg) 0 0 no-repeat;
    background-size: cover;
    background: no-repeat;
    padding: 70px 0;
}
.event-intro h2{
 font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.5rem;
}
.event-intro  p{
    color: #919191;
    line-height: 1.45;
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;

}
#video-modal-link{
    position: absolute;
    /*max-width: 20%;
    margin-left: -50px;
    margin-top: -50px;*/
    top: 50%;
    left: 50%;
    opacity: 1;
    transition: all 1s;
    z-index: 5;
    padding-top: 5px;
    transform:translate(-50%,-50%) scale(1);
}
.play-icon-hover {
    position: absolute;
    /*max-width: 20%;*/
    transform:translate(-50%,-50%);
/*    margin-left: -50px;
    margin-top: -50px;*/
    top: 50%;
    left: 50%;
    transition: all 1s;
    opacity: 1;
    z-index: 1;
    transform:translate(-50%,-50%) scale(1);
}

/********event-attendees***********/
.event-attendees {
    background: url(../images/event-attendees-left.png) 0 30% no-repeat, url(../images/event-attendees-right.png) right 80% no-repeat #7218a6;
    padding: 70px 0;
}
.event-attendees h2{
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 2rem;
}
.event-attendees img {
    max-width: 100px;
}
.event-attendees #Capa_1 .st0, .event-attendees #Layer_1f .st0, .event-attendees #Layer_3 .st0 {
    fill: #49f5ef !important;
}
.event-attendees #Layer_2 .st0, .event-attendees #Capa_3 .st0, .event-attendees #Layer_1b .st0 {
    fill: #eec659 !important;
}
.event-attendees #Capa_1d .st0, .event-attendees #Capa_2 .st0, .event-attendees #Layer_1n .st0 {
    fill: #a2f788 !important;
}
.event-attendees h4{
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.2;
            min-height: 56px;
}
.event-attendees p{
color: rgba(255,255,255,.7);
font-size: 1rem;
    margin-bottom: 1rem;
}
.event-why-attend .rel {
    position: relative;
}
.forma {
    position: absolute;
    right: 25px;
    bottom: -10%;
    background: rgb(136,97,216);
    width: 75px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-why-attend .article:nth-child(2) .forma {
    background: #e8616f;
}
.event-why-attend .article:nth-child(3) .forma {
    background: #d9945c;
}
.event-why-attend h4 {
    color: rgb(65,82,129);
    font-weight: bold;
     margin-bottom: 1rem;
}
.event-why-attend p{
color: #212529;
font-size: 1rem;
    margin-bottom: 1rem;
}
.event-why-attend img.icon {
    max-width: 70px;
}
.article {
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.article.blur {
    box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
    opacity: 0.5;
}
.article.activeattend {
    opacity: 1;
}
.event-why-attend h4 {
    color: rgb(65,82,129);
    font-weight: bold;
}
/**********.event-news*************/
.event-news {
    background: url(../images/event-news.jpg) 0 0 no-repeat;
}
.home-page-interview-video {
    position: relative;
}
.home-page-interview-video img {
    width: 100%;
    height: 100%;
}
.home-page-interview-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.home-page-interview-video .play-btn {
    position: absolute;
    width: 100px;
    height: 90px;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.play-btn {
    margin-top: -100px !important;
}*/
.play-btn img {
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.play-btn img:hover {
    transform: scale(1.1);
}
.font-weight-light {
    font-weight: 300!important;
}
.grey-text {
    color: #919191;
    line-height: 150%;
}

/******footer********/

footer {
    background: rgb(23,29,59);
}
footer li a {
    color: rgb(255,249,254);
    margin: .15rem 0;
    display: inline-block;
}
footer li a:hover {
    color: rgb(224,43,111);
    text-decoration: none;
}
.social-links a {
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    background: rgb(48,53,80);
    border-radius: 100%;
    margin-right: 7px;
}
footer .social-links a {
    display: inline-flex!important;
    float: none !important;
    align-items: center;
    justify-content: center;
}
.social-links a svg {
    font-size: 20px;
    line-height: 38px;
    color: rgb(250,255,255);
}
.contact-list li {
    /* display: flex; */
    align-items: baseline;
}
.copyright {
    background: rgb(28,33,63);
}
.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}
.copyright a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

/*** intercon 2020 page **/
.figure-caption-top {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    transform: translateY(-50%);
    color: white;
    padding: 10px 5px 10px 5px;}
}

/**************who_we_are_page************************/

.banner-section.who_we_banner::after {
    content: none;
}
.who_we_banner_figure{
    position: relative;
}
.who_we_banner_caption{
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
}
.who-we-are-intro p{
    margin-bottom: 1rem;
    color: #29272c;
    line-height: 1.45;
    font-weight: 400;
    text-align: justify;
}
.event-news-box {
    background: #e02b6f;
    position: relative;
}
section.event-news-box.color01-bg {
    background: #af0847;
    z-index: 11;
}
section.event-news-box.color01-bg.color01_header-bg {
    background: #c5064e;
}
.event-news-box:before {
    content: "";
    position: absolute;
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 100%) );
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
}
section.event-news-box.color01-bg.color01_header-bg:before {
    background: #bb0248;
    z-index: -1;
}
.event-news-box .col-md-4 span {
    background: #fff;
    margin: 20px;
    display: block;
    padding: 20px 15px 10px 15px;
    color: #413ebe;
    text-align: center;
    line-height: 35px;
}
.event-news-box .col-md-4 span strong {
    display: block;
    font-size: 50px;
}

.intercon_dubai div div.row div[class^="col-"] {
    padding: 0px;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.img-responsive {
    display: inline-block;
}
.font-weight-bold {
    font-weight: 700!important;
}
.green-text-box {
    background: #598527;
}
.yellow-text-box, .cyan-text-box, .green-text-box, .magenta-text-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 15px 10px 5px !important;
}
.who-we-are-showcase h3, .who-we-are-showcase h3, .green-text-box {
    font-size: 21px;
}
.magenta-text-box {
    background: #ad1ec2;
}
.magenta-text-box h3, .green-text-box h3 {
    font-size: 21px;
}
.event-news-box .col-md-4 span {
    background: #fff;
    margin: 20px;
    display: block;
    padding: 20px 15px 10px 15px;
    color: #413ebe;
    text-align: center;
    line-height: 35px;
}

.event-news-box.pink:before {
    background: #cf2565;
    z-index: 0;
}
.who-we-are-showcase .row div[class^="col-"] {
    padding: 0px;
}
.cyan-text-box {
    background: #07a08d;
}
.yellow-text-box {
    background: #fbaf5d;
}
.who-we-are-showcase {
    padding: 0px !important;
    margin: 0px !important;
}
.advArea {
    width: 100%;
    position: relative;
}
.advArea .webhead {
    text-align: center;
    margin: 30px 0;
    font-size: 2rem;
    text-transform: uppercase;
}
.advArea .webhead span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-top: 20px;
}
.advArea .topji {
    position: relative;
    max-width: 980px;
    margin: auto;
}
.advArea .adv-team {
    max-width: 980px;
    margin: auto;
}
.advArea .adv-team ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.advArea .adv-team ul li {
    margin: 0 26px;
    padding: 0;
    cursor: pointer;
}
.advArea .adimg {
    max-width: 186px;
    height: auto;
    padding: 13px 0;
}
.advArea img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 2px solid rgb(224,43,111);
}
.advArea .mylo {
    position: absolute;
    top: 13px;
    left: 20px;
    opacity: 0;
    /* display: none; */
    transition: 0.5s ease-in;
    z-index: -9;
        height: calc(100% - 16px);
}
.advArea .info-team {
    max-width: 940px;
    margin: auto;
    background: rgb(224,43,111);
    position: relative;
    padding: 27px 0 0;
    height: 100%;
}
.advArea .info-text {
    padding: 0 30px 0 240px;
}
.advArea .info-text h4 {
    color: #fff;
}
.advArea .info-text p {
    color: #fff;
    font-size: 14px;
    margin: 14px 0;
    display: block;
    line-height: 19px;
    text-align: justify;
}
.advArea .ad-img {
    position: absolute;
    top: -13px;
    left: 10px;
    max-width: 210px;
}
.advArea .ad-img img {
    border: 0;
}
.advArea li#d1:hover .mylo.s1 {
    display: block;
    opacity: 1;
    z-index: 99;
}
.advArea li#d2:hover .mylo.s2 {
    display: block;
    opacity: 1;
    z-index: 99;
}
.advArea li#d3:hover .mylo.s3 {
    display: block;
    opacity: 1;
    z-index: 99;
}
.advArea li#d4:hover .mylo.s4 {
    display: block;
    opacity: 1;
    z-index: 99;
}

.view-organizing-committee.view-id-organizing_committee.view-display-id-organizingcommittee.row {
    align-items: start;
    justify-content: center;
}
.page-node-4 .event-committee .organizer {
    margin-bottom: 1rem !important;
}
.figure-caption-blue {
    background: rgb(96,139,236);
    width: 95%;
    color: rgb(255,255,255);
    font-size: calc(2px + 1vw);
    padding: 1.25rem .75rem;
    margin-top: -1.5rem;
    position: relative;
    z-index: 9;
    font-size: 1.2rem;
    transition: all 0.2s ease;
        min-height: 120px;
}
.figure-caption-blue>br{
    display: none;
}
.figure-caption-blue small {
    font-size: 14px;
    color: rgba(255,255,255,.5);
    display: block;
    line-height: 1.45;
    display: block;
}
.linkedin-batch {
    position: absolute;
    bottom: 25px;
    right: -7%;
    background: rgb(255,255,255);
    line-height: 75px;
    font-size: 1.5rem;
    z-index: 9;
    width: 75px;
    text-align: center;
}
.figure-caption-blue .linkedin-batch {
right: 4px;
    bottom: 80%;
    height: 40px;
    display: flex;
    width: 40px;
    line-height: 1.2;
    box-shadow: 0px 0px 1px 0px #333;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
figure:hover .linkedin-batch {
    background: rgb(224,43,111);
    transition: all 300ms;
}
.organizer:hover .border {
    border-color: rgb(0,0,0)!important;
}
.organizer:hover .figure-caption-blue {
    background: rgb(22,28,58);
    transition: 300ms all;
/*    margin-top: -50px;*/
    margin-bottom: 0px;
    transform: translateY(-10px);
}
.event-committee figure{
margin-bottom: 1rem;
min-height: 314px;
}


/*****who-we-are-slider********/

.who-we-are-slider {
    margin-bottom: -50px !important;
    padding-bottom: 100px !important;
}
.who-we-are-slider {
    background: url(../images/slider-bg02.png);
}
/*.carousel-3d-slider, .carousel-3d-slide, .carousel-3d-container {
    height: 230px !important;
}
.carousel-3d-container[data-v-c06c963c] {
    min-height: 1px;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 20px auto;
    box-sizing: border-box;
}
.carousel-3d-slider[data-v-c06c963c] {
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.carousel-3d-controls {
    position: absolute;
    top: 50%;
    height: 0;
    margin-top: -36px !important;
    left: 0;
    z-index: 1000;
    max-width: 100% !important;
}


.carousel-3d-controls[data-v-43e93932] {
    position: absolute;
    top: 50%;
    height: 0;
    margin-top: -30px;
    left: 0;
    width: 100%;
    z-index: 1000;
}*/


/***********galler-page**********/

.galler-banner-caption {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
}
.galler-banner-caption p{
    color: #fff;
}

section.banner-section.galler-banner::after,
section.recognized-banner::after{
    content: none;
}
 div.simple-google-photos-grid {
    width:100%;
    height:100%;
    overflow:hidden;
}
div.simple-google-photos-grid-cell {
    box-sizing:border-box;
    padding:5px;
    float:left;
}
img.simple-google-photos-grid-image {
    object-fit: cover;
}


/********recognized*******/

.recognized-banner figure{
position: relative;
}

.recognized-banner-caption{
    position: absolute;
    bottom: 50%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    transform: translateY(50%);
    color: white;
    padding: 10px 5px 10px 5px;
}
.recognized-banner-caption p{
    color: #fff;
}

.technology-section {
    padding: 70px 0;
}
.technlogy-wrapper {
    padding-top: 16px;
}
.technology-section p {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #3b3b3b;
    text-align: justify;
    margin: 0 0 8px 0;
}
.technology-section p a {
    color: #e02b6f;
    font-style: italic;
}
.technology-list li, .technology-section h5 {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #3b3b3b;
    text-align: left;
    margin: 0 0 8px 0;
    display: block;
}
.technology-list {
    list-style: none;
}
.technology-img {
    text-align: right;
}
.technology-img img {
    max-width: 90%;
    margin: 0 auto;
}
.technology-img img {
    text-align: right;
}
.technology-list li svg {
    display: inline-block;
    font-weight: 400;
    margin: 0 4px 0 0;
    color: #e02b6f;
    font-size: 1rem;
}
.nomination-section {
    background: #000000 url(https://www.intercon.world/sites/all/themes/intercon/img/new-plag-bg.jpeg) no-repeat center left;
    background-size: contain;
    background-color: #000;
        padding: 32px 0;
}
.badge-section figure {
    margin: 0 0;
}
.nomination-section .form-wrapper {
    padding: 0 15px;
}
.nomination-section .form-wrapper h2 {
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin: 0 0 4px 0;
    display: block;
    text-transform: capitalize;
}
.nomination-section .form-wrapper p {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0 0 16px 0;
    display: block;
}
.nomination-section .webform-client-form {
    margin-left: -15px;
    margin-right: -15px;
}
form.webform-client-form-280 .form-item {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.form-item.webform-component.webform-component-radios {
    color: #fff;
}
.form-item.webform-component.webform-component-radios {
    display: block;
}
.form-item.webform-component.webform-component-radios.webform-component--category {
    width: 100%!important;
    padding: 0!important;
    float: unset!important;
}
.form-item.webform-component.webform-component-radios label {
    float: left;
    display: inline-block;
    width: 100%;
}

element.style {
}
.form-item.webform-component.webform-component-radios label {
    padding: 0 15px;
}
.marker, .form-required {
    color: #f00;
}
div#edit-submitted-category {
    float: left;
    display: inline-block;
    width: 100%;
}
form.webform-client-form-280 .form-item {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.invisible.form-item.webform-component.webform-component-radios.webform-component--conference-name {
    display: none;
}
div#edit-submitted-category>div {
    float: left;
    width: 50%;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input.form-checkbox, input.form-radio {
    vertical-align: middle;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
div#edit-submitted-category label {
    width: 100%;
    float: unset;
}
div#edit-submitted-category label {
    padding: 0 15px;
    font-size: 14px;
    position: relative;
}
.custom-control-label::before {
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 12px;
    width: 12px;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
form.webform-client-form-280 .form-item {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.form-text {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dbe0df;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-actions {
    width: 100%!important;
    padding: 0 15px;
    float: left;
}
.btn-register {
    background: rgb(224,43,111);

}
.form-actions input {
    display: inline-block;
    padding: 8px 24px!important;
    font-size: 18px!important;
    font-weight: 600;
    border: 0 ;
    cursor: pointer;
    outline: 0px;
}
form.webform-client-form-280 .form-text {
    height: calc(2rem + 2px);
    border: 0;
    border-radius: 4px;
}
form.webform-client-form-280 .form-text {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 1rem 0;
}
.form-actions input {
    margin: 0 0!important;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.badge-section figure img {
    transform: scale(1.5) translateX(-14%);
}
.nomination-section {
    overflow: hidden;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::after, .custom-control-label::before {
    top: 0;
}
.custom-control-label::before {
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 12px;
    width: 12px;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-input:active~.custom-control-label::before {
    color: #fff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e02b6f;
    border: 2px solid #fff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    display: none;
}


/*********contact-us**************/

.form-bg-top {
    background: url(../images/contact-form-bg.png) no-repeat 96% 4%;
    position: relative;
}
.event-intro.contact-us>.container>.row.form-bg-top {
    border-radius: 14px;
}

.form-bg-top:before {
    background: url(../images/contact-form-bg.png);
    position: absolute;
    content: "";
    padding: 45px;
    bottom: -25px;
    left: -20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.event-intro.contact-us>.container>.row.form-bg-top>.col-md-12.col-lg-5 {
    padding: 0px;
}
.contact-us figure.pos {
    margin: 0px !important;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
}
figure.pos img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.event-intro.contact-us>.container {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    border-radius: 13px;
    /* padding: 0px; */
}
.event-intro.contact-us{
    background: transparent;
    background-size: cover;
    padding: 0px 0;
}
.contact-cap {
    background: #252757;
    background: -moz-linear-gradient(top, #252757 0%, #181d3b 100%);
    background: -webkit-linear-gradient(top, #252757 0%,#181d3b 100%);
    background: linear-gradient(to bottom, #252757 0%,#181d3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252757', endColorstr='#181d3b',GradientType=0 );
    color: #fff;
    padding: 1.3rem 2rem 2rem 2rem;
    position: relative;
}
.contact-cap>div {
    clear: both;
    margin-bottom: 10px;

}
.add-content{
    position: relative;
    padding: 0 0 0 0.5rem;
    color: #fff;
}
.add-content p{
     color: #fff;
    font-weight: unset;
    font-size: 1.25rem;
}
.add-content svg{
    position: absolute;
    left: -16px;
    top: 0;
}
.add-content-tel svg{
        transform: rotate(110deg);
}
.contact-us-wrap h3 {
    font-size: 0px !important;
}
.webform-progressbar {
    display: none;
}
.front-page .webform-client-form .col-md-6.contact-widget-form:nth-child(even), .page-node-8 .webform-client-form .col-md-6.contact-widget-form:nth-child(even) {
    clear: both;
}
.form-group.mt-4.col-md-6.contact-widget-form.form-item {
    float: left;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.contact-us-wrap input[type="tel"], .contact-us-wrap input[type="text"], .contact-us-wrap textarea, .contact-us-wrap input[type="number"], .contact-us-wrap input[type="email"] {
    background: none;
    border-bottom: 1px solid rgba(138,138,138,0.5);
    border-radius: 0;
    padding: 1.5rem 0;
}
.contactform-bg {
    padding: 2rem;
}
.contact-us .form-group.webform-component--message {
    /* display: block; */
    clear: both;
}

/**************log-in****************/
.confirmation-login {
    position: relative;
}
.confirmation-login .content-left {
    position: relative;
    padding: 30px;
}

.confirmation-login .content-left {
    min-height: 100vh;
    padding-top: 20vh;
    position: relative;
}
.confirmation-login .form-wrapper {
    padding: 0;
    margin: 0;
}
.confirmation-login .form-wrapper {
    transform: none!important;
    position: static;
}
.confirmation-login .form-wrapper h5 {
    font-weight: 300 !important;
    color: #4b4b4b;
}
.confirmation-login .form-wrapper .content {
    margin-top: 5rem;
    width: 85%;
}
.confirmation-login .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.confirmation-login .focused .form-label {
    opacity: 0;
}
.confirmation-login .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.confirmation-login .form-group.password-parent .form-label, .confirmation-login .form-group.confirm-parent .form-label, .confirmation-login #user-login .form-group .form-label, .confirmation-login #user-pass .form-group .form-label {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    font-weight: normal;
    font-size: 1.2rem !important;
}
.form-wrapper #user-login .form-text {
    width: 80%;
}
.confirmation-login .content-left a {
    color: rgb(224,43,111) !important;
    font-size: 1.2rem;
    margin-top: -10px !important;
    display: block;
}
.confirmation-login .form-wrapper {
    padding: 0;
    margin: 0;
}
.confirmation-login .form-wrapper {
    transform: none!important;
    position: static;
}
.btn-register {
    background: rgb(224,43,111);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.confirmation-login .form-wrapper input[type="submit"] {
    padding: 15px 30px;
    color: #fff;
    font-size: 1.6rem !important;
    text-align: center;
    width: 250px !important;
    max-width: 100%;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    margin: 3rem -1px 30px 0 !important;
    font-weight: 400;
}
.confirmation-login .form-wrapper input[type="submit"] {
    background-image: none !important;
    background-color: rgb(224,43,111) !important;
}
.confirmation-login .content-right {
    padding: 30px;
    background: url(https://www.intercon.world/sites/intercon.com/themes/contrib/intercon/images/confirmation-right-bg_5.jpg) no-repeat center center;
    background-size: cover !important;
    position: relative;
}
.confirmation-login .content-right {
    min-height: 100vh;
    padding-top: 20vh;
}
.page-user-login .description, .page-user-register .description {
    display: none;
}
.confirmation-login .form-group.password-parent .form-label, .confirmation-login .form-group.confirm-parent .form-label, .confirmation-login #user-login .form-group .form-label, .confirmation-login #user-pass .form-group .form-label {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    font-weight: normal;
    font-size: 1.2rem !important;
    opacity: 1;
}
.confirmation-login .form-label span {
    font-size: 20px;
    opacity: 0.5;
}
.confirmation-login .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
 .description {
    display: none;
}
.confirmation-login .content-left .social-list {
    position: absolute;
    bottom: 15px;
    right: -15px;
    width: 100%;
    text-align: left !important;
}
.confirmation-login .content-left a {
    color: rgb(224,43,111) !important;
    font-size: 1.2rem;
    margin-top: -10px !important;
    display: block;
}
.confirmation-login .content-left .social-list a {
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center !important;
    display: inline-block;
}

/************register******************/
section.banner-section.register-banner::after{
content: none;
}

.register-figure{
    position: relative;
}
.register-figure figcaption {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
}
.attendee-box {
    margin: 0;
    padding: 0;
}
.registration-box-shadow {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    border-radius: 7px;
    padding: 2rem !important;
    margin-bottom: 15px;
}
.attendee-box input, .attendee-box select {
    width: 100%;
    line-height: 60px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    font-weight: 500;
    height: 60px;
}
.attendee-box .title {
    font-weight: 700;
    font-size: 25px;
    color: #535356;
    margin-bottom: 30px;
}
.attendee-box.registration .col-sm-6 {
    padding: 10px;
}
.attendee-box input, .attendee-box select {
    width: 100%;
    line-height: 60px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    font-weight: 500;
    height: 60px;
}
.attendee-box .boxcont {
    position: relative;
    margin: -75px -15px 0 -15px;
}
.attendee-box.registration .boxcont {
    position: relative;
}
.attendee-box .title {
    font-weight: 700;
    font-size: 25px;
    color: #535356;
    margin-bottom: 30px;
}
.attendee-box.registration #span1 {
    position: absolute;
    bottom: -39px;
    z-index: 11;
    right: -10px;
}
.attendee-box .boxcont .add_btn {
    margin: 15px 15px 15px 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    width: 80px;
    height: 40px;
    color: #FFF;
    background: #e02a6f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: right;
}
.registration-box-shadow {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    border-radius: 7px;
    padding: 2rem !important;
    margin-bottom: 15px;
}
.table-blue-heading {
    background: #413ebf;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    padding: 13px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
.registration-box-shadow .table-blue-heading {
    margin: -32px -32px 21px -32px;
}
.registration-box-shadow .table td, .registration-box-shadow .table th, .table tbody {
    border: none !important;
    font-size: 1.2rem;
}
.registration-box-shadow .table td, .registration-box-shadow .table th, .table tbody {
    border: none !important;
    font-size: 1.2rem;
}
td.views-field.views-field-commerce-unit-price.price {
    text-align: right;
}
.registration-box-shadow .table .total td {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
}
.registration-box-shadow .submit {
    margin: 15px auto;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    color: #FFF;
    background: #e02a6f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    border: none;
    display: block;
}   


/********calender*********/

.figure-caption-top p{
color: #fff;
}
.owl-item > div {
    cursor: pointer;
    /* margin: 6% 12%; */
    margin: 6% 2%;
}
.event-slider-box b {
    position: absolute;
    left: -15px;
    background: #ffd75d;
    color: #000;
    padding: 15px;
    top: 10px;
    z-index: 1;
    text-transform: uppercase;
}
.event-slider-box b:before {
    content: '';
    position: absolute;
    top: 54px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 15px;
    border-color: #d1ac3b transparent transparent transparent;
}
.event-slider-boxShadow {
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    position: relative;
    background: #fff !important;
}
.event-slider-box img {
    max-width: 100%;
}
.owl-item .detail {
    display: none;
}

.event-slider-box .detail {
    padding: 0.8rem 1.5rem;
}
.social-hover h6, .orange-text {
    font-size: 16px;
    color: #e02b6f;
    font-weight: bold;
}
.detail h4 {
    font-size: 2rem;
}
.event-slider-box a {
    display: block;
    transition: all 0.2s ease-out;
    text-align: center;
    background: #171d3b;
    padding: 1.3rem 0px 1.3rem 0px;
    margin-top: 0px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.08rem;
    border-left: 1px solid #6c6f7d;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.owl-item .event-slider-box a {
    display: none;
}
.event-slider-box a.col-lg-3 {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
}
.owl-item.active.center {
    filter: grayscale(0);
}
.owl-item.active.center {
    opacity: 1;
    /* transform: scale(1.2, 1.2); */
    z-index: 1111;
}
.owl-item.center > div {
    cursor: auto;
    margin: 0;
}
.event-slider-boxShadow {
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    position: relative;
    background: #fff !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-item.active.center .detail, .owl-item.active.center .event-slider-box a {
    display: block;
}
.event-slider-box .detail {
    padding: 0.8rem 1.5rem;
}
.item .event-slider-box span {
    font-size: 1.28rem;
    text-align: left;
    margin: 0.6rem;
}
.detail span {
    display: block;
}
.social-hover h6, .orange-text {
    font-size: 16px;
    color: #e02b6f;
    font-weight: bold;
}
.owl-item.active.center .detail, .owl-item.active.center .event-slider-box a {
    display: block;
}
.owl-item .event-slider-box a {
    display: none;
}
.event-slider-box a {
    display: block;
    transition: all 0.2s ease-out;
    text-align: center;
    background: #171d3b;
    padding: 1.3rem 0px 1.3rem 0px;
    margin-top: 0px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.08rem;
    border-left: 1px solid #6c6f7d;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-decoration: none;
}
.owl-item.active.center .description {
    opacity: 1;
}
.owl-item.active.center .description {
    opacity: 1;
}
.owl-item .description {
    opacity: 0;
}
.owl-item .description {
    margin-top: 5%;
}
.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
.owl-theme .custom-nav .owl-prev {
    left: 0;
}

.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
    cursor: pointer;
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    height: 4rem;
    line-height: 60px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.7);
    top: 50%;
    right: 0px;
    list-style: none;
    border-radius: 50%;
    width: 4rem;
    line-height: 21px;
    background: #fff;
    opacity: 0.5;
    font-size: 40px;
}
.owl-theme .custom-nav button.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    box-shadow: none;
    background: #ddd;
}
.owl-theme .custom-nav .owl-next {
    right: 0;
}
.event-slider-box a:hover {
    background: #e02b6f !important;
    color: #fff;
}
.detail span svg {
    margin-right: 5px;
    width: 25px;
}
.owl-theme .custom-nav .owl-prev:hover, .owl-theme .custom-nav .owl-next:hover {
    opacity: 1;
}
.item .event-slider-box span {
    font-size: 1.28rem;
    text-align: left;
    margin: 0.6rem;
}
.owl-item .description{
    display: block;
}

/************agenda*********/
.agenda-figure{
    position: relative;
}
.agenda-figure img{
    width: 100%;
}
.agenda-figure .figure-caption-top {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    transform: translateY(-50%);
    color: white;
    padding: 10px 5px 10px 5px;
}
.figure-caption-top .text-white-50 {
    color: #ffffff!important;
}
.speaker-intro {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    background: #fff;
}
.main-inner-heading .who-said {
    margin-top: -8px !important;
}
.Agenda_main-box .nav.nav-tabs {
    padding: 15px;
    margin-bottom: 0px;
    border: 0px !important;
}
.Agenda_main-box .nav.nav-tabs {
    padding: 15px;
    margin-bottom: 0px;
    border: 0px !important;
}
.nav-item {
    position: relative;
}
.Agenda_main-box .nav-tabs .nav-item {
    padding: 5px !important;
}


.Agenda_main-box .nav-tabs .nav-link {
    text-align: center;
}
.Agenda_main-box .nav-tabs .nav-item .nav-link {
    background: #f5f5f5;
    border: 0px;
    border-radius: 6px;
    padding: 20px 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.Agenda_main-box .nav-tabs .nav-item .nav-link.active {
    background: #2e3192;
    color: #fff;
}
.Agenda_main-box .nav-tabs .nav-link b {
    font-size: 35px;
}
.Agenda_main-box .tab-pane {
    padding: 0px 15px;
}
.agenda-detail {
    text-transform: capitalize;
}
.day-1 {
    background: rgb(224,43,111);
    margin-bottom: 15px;
    display: flex;
    clear: both;
    color: rgb(255,255,255);
}
.Agenda_main-box .nav-tabs .nav-item .nav-link:hover{
    color: #e02b6f;
}
.Agenda_main-box .nav-tabs .nav-item .nav-link.active:hover{
    color: #f5f5f5;
}
.light-grey-bg {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    background: #eee;
}
#speaker-wrap {
    /* background: #eee; */
    padding: 50px 0px;
    margin-bottom: -50px;
}
#speaker-wrap {
    margin-bottom: 0px!important;
}
.vertical-space {
    height: 30px;
}
#grid-gallery2 {
    padding: 0px;
}
div#grid-gallery2 {
    margin-top: 35px;
}
.grid-gallery .grid {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    height: auto !important;
    position: relative;
}
.grid-gallery .grid .col-sm-6 {
    margin-bottom: 30px;
}
.social-hover {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.sc_team_item_info {
    padding: 1em 0;
    position: relative;
}
.social-hover h6, .orange-text {
    font-size: 16px;
    color: #e02b6f;
    font-weight: bold;
}
.social-hover h6 span {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 18px;
    color: #c01a59;
    margin-top: -5px;
}
.sc_button_rigister {
    background: rgb(224,43,111);
    color: rgb(255,255,255);
    font-size: 1.3rem;
    border: 0;
    padding: 1rem 1rem;
    text-transform: uppercase!important;
    line-height: 1.5;
    border-radius: .3rem;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.light-grey-bg {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    background: #eee;
}
.img-circle {
    border-radius: 50%;
}
.social-hover img {
    filter: grayscale(100);
    border: 5px solid rgb(224, 42, 111) !important;
    transition: all .5s;
    max-width: 100%;
    margin-bottom: 10px;
}
.social-hover a img {
    width: 250px;
}
.social-hover img:hover {
    filter: grayscale(0);
}
.sc_team_item_info h5{
    margin-bottom: 0.5rem;
}
#speaker-wrap {
    /* background: #eee; */
    padding: 50px 0px;
    margin-bottom: -50px;
}
#speaker-wrap {
    margin-bottom: 0px!important;
}
.grid-gallery .grid {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    height: auto !important;
    position: relative;
}


/**********custom-css**********/


/*04-01-2021 udit*/


.contact-list li i {
    margin-right: 5px;
}

.contact-list li:nth-child(3){
    display:inline-flex
}


/*04-01-2021 udit*/


section.past-participants {
    padding-bottom: 50px;
}
.last-menu a{
    border: 0px;
}
.last-menu{
    list-style: none;
}
.header button.navbar-toggler {
    background: #fff;
    display: none;
}
.header .navbar-toggler-icon {
    display: inline-flex;
    width: 32px;
    height: 3px;
    background: #151b39;
    align-items: center;
    position: relative;
    display: none;
}
.header .navbar-toggler-icon::before,
.header .navbar-toggler-icon::after{
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151b39;

}
.header .navbar-toggler-icon::after{
    top: unset;
    bottom: -7px;
}
.header .navbar-toggler{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 45px;
    height: 35px;
    padding: 5px;
    position: absolute;
    top: 22px;
    right: 1rem;
/*    transform: translateY(-50%);*/
}
.past-participants img {
    max-width: 100%;
    width: auto;
}
.berecognized-form .awardee-tabs  ul li{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 8px;
}
.berecognized-form ul li.award-category{
    float: left;
    display: inline-block;
    width: 100%;
    color: #fff;
    flex: 0 0 100%;
    max-width: 100%;
        margin-bottom: 1rem;
} 
.berecognized-form .awardee-tabs  ul li a{
    padding: 0 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border: 0;
    display: flex;
    align-items: center;
}
.berecognized-form .awardee-tabs  ul li a label{
    margin-bottom: 0px;
        margin-right: 5px;
        display: inline-flex;

}
.berecognized-form .awardee-tabs ul li a.active{
    background-color: transparent;
    color: #fff;
    border-color: transparent;
}
.berecognized-form .awardee-tabs ul li a label:before{
        content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: red;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #fff;
}
.berecognized-form .awardee-tabs ul li a.active label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: red;
    transform: translateY(-50%);
    background-color: #e02b6f;
    border: 2px solid #fff;
}
.berecognized-form .awardee-tabs ul li a input[type=radio]{
    visibility: hidden;
}

.jc_center{
        justify-content: center;
}
/********custom-css************/

/*** usa 2019 ***/

.usa_banner_2019 p{
    font-size: 27px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.usa_massage_section{
    padding: 70px 0 0 0;
}
.massege-text {
    text-align: center;
    margin-bottom: 35px;
}
.usa_massage_section h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #010101;
    font-weight: 400;
    margin: 0;
    margin-bottom: 32px;
    font-style: italic;
}
.usa_massage_section h2 span { 
    font-size: 23px;
    line-height: 1.2;
    color: #e02b6f;
    font-weight: 700;
    display: block;
    margin-top: 4px;
    font-style: normal;
}
.usa_massage_section  p {
    font-size: 16px;
    line-height: 1.45;
    color: #212529;
        text-align: justify;
    font-weight: 400;
}
.usa_massage_section  p span {
    display: block;
    margin-top: 15px;
}
.agenda-sec-wrapper {
    text-align: center;
}
.tabbable-panel {
    text-align: center;
    border: none;
        padding: 0px;
}
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin: 0 0 0 0;
    width: 33.333%;
    float: left;
    text-align: center;
}
/*.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #ff017a;
    position: relative;
}*/
.tabbable-line > .nav-tabs > li>a {
    color: #333;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 0px 0;
    text-decoration: none;
    display: block;
}
.tabbable-line > .nav-tabs > li > a.active {
    border: 0;
    color: #333333;
    text-decoration: none;
        border-bottom: 4px solid #ff017a;
    position: relative;
}
.nav-tabs.agenda-tabs span {
    display: block;
    text-align: center;
}
.tabbable-line > .nav-tabs > li>a>span {
    margin-bottom: 5px;
    display: block;
}
.tabbable-line > .nav-tabs > li>a>span:last-child {
    color: #ff017a;
    font-size: 16px; 
    line-height: 1.45;
    font-weight: 400;
    margin: 0 0 0px 0;
    display: block;
}
.tabbable-line > .nav-tabs > li{
    border-bottom: 4px solid transparent;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #ff017a94;
}
.tabbable-line > .tab-content {
    margin-top: 0px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0 30px;
}
.table-responsive {
    text-align: left;
}
table.agenda-table-tabs {
    margin-bottom: 15px;
    text-align: left;
}
.agenda-table-tabs tr td {
    border-top: none;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle!important;
}
.agenda-table-tabs tr td:first-child {
    background-color: #ff017a;
    border-bottom: 1px solid #ff017a;
    color: #fff;
}
.agenda-table-tabs tr td:not(:first-child) {
    border: 1px dashed #000;
    font-weight: 400;
}
table.agenda-table-tabs img {
    border-radius: 50%;
}
.agenda-table-tabs p {
    color: #545454;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.agenda-table-tabs h3 {
    color: #545454;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 0 0;
}
.agenda-table-tabs a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    background: #ff017a;
    color: #fff;
    padding: 4px 25px;
    border-radius: 15px;
    text-decoration: none;
    position: relative;
}
button.btn.btn-default.btn-view-all {
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    background: #ff017a;
    color: #fff;
    text-shadow: none;
    text-transform: capitalize;
    border-radius: 21px;
    margin-top: 15px;
}
.agenda-table-tabs tr:nth-child(even) {
    background-color: #eeeeee;
}
.agenda-table-tabs .table tbody {
    border: none !important;
    font-size: 1.2rem;
}


/**********25-11-2020*************/
.awardee_dubai_figure{
    position: relative;
}
.awardee_dubai_figure img{
    width: 100%!important;
    object-fit: cover;
    max-height: 90vh;
}
.awardee_dubai_figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
.awardee_dubai_figure h1 {
    font-weight: 700;
    text-shadow: 0px 0px 5px #000000db;
}
.awardee-winnwe-section {
    padding: 55px 0;
    text-align: center;
}
.awardee-winnwe-section h2 {
    color: #19224f;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
}
.awardee-winnwe-section p {
    color: #5c5c5c;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 400;
}
.awardee2020-tabs-wrapper {
    padding: 0 15px;
}

.nav2020-tabs .nav-tabs {
    box-shadow: 0px 0px 9px 0px #8484847a;
}
.nav2020-tabs .nav a {
    font-size: 1.3rem;
    color: #323232;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    display: block;
}
.awardee2020-tabs-wrapper nav > div a.nav-item.nav-link {
    background: #fff;
    color: #848484;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0px;
}
.awardee2020-tabs-wrapper nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
    padding: 10px 25px;
    border-radius: 0;
    position: relative;
    font-weight: 600;
}
.awardee2020-tabs-wrapper nav > div a.nav-item.nav-link.active {
    color: #fff;
    background: #e02b6f;
}
.awardee2020-tabs-wrapper .nav-link:before {
    background: rgb(224,43,111);
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(100% + 0.1rem);
    left: 0.05rem;
    width: 25%;
    height: 2px;
    opacity: 1;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.awardee2020-tabs-wrapper .nav-link:before {
    width: 100% !important;
}
.awardee2020-tabs-wrapper nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    border: 12px solid transparent;
    border-top-color: #ffffff;
    transform: translateX(-50%);
}
.awardee2020-tabs-wrapper nav > div a.nav-item.nav-link:hover, .awardee2020-tabs-wrapper nav > div a.nav-item.nav-link:focus {
    background: #e02b6f;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}
.awardee2020-tabs-wrapper .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 0px solid #ddd;
    border-top: 1px solid #fff;
    padding: 0px 0px 30px;
}
.awardee2020-tabs-wrapper .tabs-content-text.b_g-dark {
    background: #19224f;
    padding: 3rem 0;
}
.tabs-content-text.b_g-dark h2 {
    text-align: center;
}
.tabs-content-text.b_g-dark h2 span {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 0.25rem 1rem;
    background: #e02b6f;
    color: #fff;
    margin-bottom: 2.5rem;
}

.tabs-content-text.b_g-dark h2 span {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 0.25rem 1rem;
    background: #ffffff;
    color: #19224f;
    margin-bottom: 2.5rem;
}
.special-wrapper {
    display: flex;
    justify-content: center;
}
.tab-awardee-detail {
    padding: 2rem 0;
    text-align: center;
}
.tab-awardee-detail .row {
    align-items: flex-start;
}
.tab-awardee-detail .row {
    justify-content: center;
}
.awardee-detail-list {
    margin-bottom: 40px;
}
figure.awardee-detail-list-figure {
    height: 150px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    margin-bottom: 8px;
}
.tabs-figure img, .awardee-detail-list img {
    max-height: 118px;
    max-width: 118px;
    border-radius: 50%;
    padding: 2px;
    background: #ffffff;
    display: block;
}
.awardee-detail-list img {
    background: #fdfdfd;
    object-fit: contain;
}
.awardee-detail-list img {
    display: inline-block;
    margin-bottom: 1rem;
}
.tab-awardee-detail .awardee-detail-list-figure img {
    border-radius: 0!important;
    margin-bottom: 0;
    background-color: transparent;
}
.special-box .detail h3, .awardee-detail-list h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
}
.special-box .detail h4, .awardee-detail-list h4 {
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 0;
}
.awardee-detail-list p, .awardee-detail-list h4, .awardee-detail-list h3 {
    color: #2f2f2f;
}
.special-wrapper {
    display: flex;
    justify-content: center;
}
.special-box {
    display: flex;
    padding: 0 1rem;
    align-items: center;
}
.tabs-figure {
    margin-bottom: 0;
}
.tabs-figure img, .awardee-detail-list img {
    max-height: 118px;
    max-width: 118px;
    border-radius: 50%;
    padding: 2px;
    background: #ffffff;
    display: block;
}
.special-box  .detail {
    padding-left: 1rem;
}
.special-box .detail p, .awardee-detail-list p {
    font-size: 0.875rem;
    line-height: 1.45;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0 0;
}   
h3.platinum_sponsors {
    color: #fff;
    background: #b2aea3;
    font-size: 21px;
    border-radius: 17px;
    padding: 4px 0;
}

h3.gold_sponsors {
    color: #fff;
    background: #cc9f4e;
    font-size: 21px;
    border-radius: 17px;
    padding: 4px 0;
}

h3.silver_sponsors {
    color: #fff;
    background: #c2c2c2;
    font-size: 21px;
    border-radius: 17px;
    padding: 4px 0;
}
#g_photos .box img{height:auto!important; width:100% !important;}
div.simple-google-photos-grid-cell{padding:2px!important; width:20% !important}


/*********custom-css******************/

footer p img.img-fluid{
    max-width: 145px;
}
.who_we_banner_figure>img{
    width: 100%;
}
.berecognized-form #leader, .nomination-section .webform-elements.form-wrapper{
padding: 0 0;
}
div#edit-elements {
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.berecognized-form  .js-form-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-top: 0em;
}
.berecognized-form .js-form-item input{
    background: transparent;
    height: calc(2rem + 2px);
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 1rem 0;
    margin: 0 0;
    width: 100%;
    color:#fff;
}
.berecognized-form  .js-form-type-textarea{
        flex: 0 0 100%;
    max-width: 100%;
}
.berecognized-form textarea.form-textarea{
    background: transparent;
    /* height: calc(2rem + 2px); */
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 1rem;
    width: 100%;
    color:#fff;
    margin: 0 0;

}
.form-actions input {
border-radius: 8px;
    background: rgb(224,43,111);
    color: #fff;
    cursor: pointer;
}
div#edit-elements--2 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
div#company {
    padding: 0 0;
}
.item-list ul li {
    padding: 16px;
    border: 1px solid rgb(21, 27, 57);
    background-color: #ffc1070d;
    margin-bottom: 30px;
}
.sidebar-col-3 {
    background: #f7f7f7;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 2px;
}
.item-list ul li h3{
    font-size: 21px;
    margin-bottom: 8px;

}
.item-list ul li h3 a, .views-view-grid tr td h3 a{
    cursor: pointer;
    color: rgb(224,43,111);
    text-decoration: none;
}
.blog-content-section{
    padding:70px 0;
}
.item-list ul {
    list-style: none;
}
.recent-post {
    font-size: 1.1rem;
    line-height: 1.45;
}
.views-view-grid tr {
    margin-bottom: 1.2rem;
}
.views-view-grid tr td {
    display: flex;
    flex-direction: column;
}
.views-view-grid tr td h3 {
    font-size: 1rem;
    margin: 0 0 0 0;
    line-height: 1.45;
}
.views-view-grid tr td p {
    font-size: 0.875rem;
    margin: 0 0 0 0;
    line-height: 1.45;
    text-decoration: underline;
}
.views-view-grid tr td span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 0.875rem;
    box-shadow: 0px 2px 1px -2px #333;
}
.views-view-grid tr td span span {
    margin-bottom: 0;
    box-shadow: none;
}
.contactform-bg {
    padding: 2rem;
}
.contact-us .webform-client-form {
    position: relative;
}
.front-page .webform-client-form .col-md-6.contact-widget-form:nth-child(even), .page-node-8 .webform-client-form .col-md-6.contact-widget-form:nth-child(even) {
    clear: both;
}
.form-group.mt-4.col-md-6.contact-widget-form.form-item {
    float: left;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.form-text {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dbe0df;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-us-wrap input{
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(138,138,138,0.5);
    border-radius: 0;
    padding: 1.5rem 1rem;
    width: 100%;
}
.contact-us-wrap input[type="tel"], .contact-us-wrap input[type="text"], .contact-us-wrap textarea, .contact-us-wrap input[type="number"], .contact-us-wrap input[type="email"] {
    background: none;
    border-bottom: 1px solid rgba(138,138,138,0.5);
    border-radius: 0;

}
.contact-us .form-group.webform-component--message textarea.form-control {
    height: 100px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    resize: none;
}
.contact-us  .js-form-type-textarea .form-required {
    color: #8a8a8a;
}
.contact-us textarea#edit-message {
    border: 0;
    border-bottom: 1px solid rgba(138,138,138,0.5);
}
input#edit-actions-submit {
  border: 0px;
    background: rgb(224,43,111);
    max-width: 50%;
}
.contact-us-wrap {
    padding-top: 4rem;
}
.contact-cap {
    padding: 1rem 1rem 1rem 2rem;
}

/******9-12-2020********/
.menu_bar li.last-menu a{
    align-items: baseline;
}
.menu_bar li.last-menu a svg{
    font-size: 12px;
    margin-right: 4px;
    width: 12px;
    max-width: 12px;
}
.event-attendees p {
    margin-bottom: 2rem;
}
footer li a {
    margin: 0rem 0;

    display: inline-flex;
    align-items: center;
    width: 100%;
}

footer h4 {
    margin-bottom: 16px;
}
.contact-list li {
    margin-top: 0!important;
}
.contact-list li+li {
    margin-top: 0.25rem!important;
}
footer li a svg{
    margin-right: 4px;
}
.add-content svg {
    top: 6px;
}
.banner-section::after {
    background: rgb(0 0 0 / 0%);

}
.advArea .webhead span {
    font-size: 16px;
}
li#d2:hover>.mylo,li#d3:hover>.mylo,li#d4:hover>.mylo {
    opacity: 1;
    z-index: 1111;
}
.who_we_banner_figure{
    position: relative;
}
.who_we_banner_figure::before{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: #00000063;
    z-index: 1;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 .who_we_banner_caption {

    z-index: 11;
}
.who_we_banner_figure>img {
    object-fit: cover;
    max-height: 90vh;
/*    max-height: 500px;*/

}
ul#awrdee-tabs-category {
    border: 0px;
}
.item-list ul li p {
    padding-top: 16px;
    margin-bottom: 16px;
}
.item-list ul li p a,.views-view-grid tr td p a {
    color: #e02b6f;
}
.main-inner-heading .who-said {
    margin-top: 0px !important;
}
.row.jc_center img {
    width: 100%!important;
}
.row.jc_center .text-center {
    align-items: center;
}
.row.jc_center .text-center >a {
    display: flex;
    height: 100%;
    align-items: center;
}
/******9-12-2020*******/

/***************27-11-2020********************/

.stripe-ach-form{
text-align: center;
}

.stripe-ach-form input.button {
    cursor: pointer;
    color: #000;
    border-radius: 19px;
    font-size: 15px;
    
    margin: 10px auto;
    padding: 8px;
    background-color: #5ab16d;
    border: 1px solid #000;
    box-shadow: 1px 1px 5px #040102;
}


.layout-region-checkout-main{
  margin-bottom: 16px;
}
.layout-region-checkout-main .fieldgroup.form-composite{
      display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.fieldgroup.form-composite .fieldset-wrapper{
max-width: 100%;
    width: 100%;
    float: unset;
    display: flex;
    justify-content: flex-start;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div{
display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    width: 100%;
    max-width: 660px;
    justify-content: space-between;
    margin: 0 0;
    overflow: hidden;
}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 8px;

}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper {
    display: flex;
    float: unset;
    padding: 0 0;
    justify-content: flex-start;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method {
    margin: 0 0;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method label.option {
margin: 0 0 0 6px;
    line-height: 1.2;
    color: #afafaf;
    font-size: 22px;
    font-weight: 300;
}


.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method{
  display: none!important;
}
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+3){
display: inline-flex!important;
}
fieldset#edit-payment-information .fieldset-wrapper {
    margin-bottom: 0px!important;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method {
    background: #e1e8e2;
    padding: 8px;
    border-radius:8px;
    padding-bottom: 200px;
           padding: 30px;
            background: #ececec;
}
.fieldset-wrapper .stripe-form {
    margin-top: 0;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option {
    display: inline-flex;
    padding: 4px 12px;
    background: #e1e8e2;
    color:#242424;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 7px -4px #333333c9;
    background: #e9eaea;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method label {
    color: #000;
}
.fieldset-wrapper .profile p.address {
    line-height: 1.7;
    color: #000;
}
.layout-region-checkout-main .form-select,.layout-region-checkout-main input{
  color: #000;
  padding: 0 6px;
  /*border: 1px solid #a09f9f;*/
}
.layout-region-checkout-main{
  position: relative;
}
div#edit-paypal1-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
div#paypal-buttons-container {
max-width: 351px;
    margin: 0 auto;
    background: transparent;
    padding: 8px;
    border-radius: 8px;
}

#edit-payment-information .fieldset-wrapper fieldset.fieldgroup input[type="radio"] {
/*display: none;*/
}
/******************27-11-2020*******************/

/******************27-11-2020*******************/
fieldset#edit-payment-information> legend {
    font-size: 24px;
    padding: 8px 24px;
    font-size: 30px!important;
    padding: 4px 24px;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 25px;
}

/*******1-12-2020**********/
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 28px;
    background-color: #4db258!important;
    line-height: 1.2;
    display: inline-flex;
    padding: 6px 14px 6px 0;
    position: relative;
}

fieldset#edit-payment-information .fieldset-wrapper legend:before {
position: absolute;
    content: '';
    height: 100%;
    width: 33px;
    background: #4db258;
    left: -33px;
    top: 0;
}
fieldset#edit-payment-information .fieldset-wrapper legend:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: -33px;
    bottom: -9px;
    border-top: 9px solid #0c5614;
    border-left: 9px solid transparent;
}
fieldset#edit-payment-information-payment-method--wrapper fieldset legend {
  margin-bottom: 27px;
}
fieldset#edit-payment-information-payment-method--wrapper fieldset legend span.fieldset-legend,fieldset#edit-payment-information legend,
fieldset.fieldgroup.form-composite span.fieldset-legend {
    font-size: 22px;
    color: #252525;
    font-weight: 700;
        background: #219f2e;
}
fieldset#edit-payment-information legend span {
    background-color: transparent;
    box-shadow: none;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option {
    display: inline-flex;
    padding: 7px 7px;
    background: #e1e8e2;
    color: #272727;
    border-radius: 0px;
    font-size: 22px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: unset;
    background: #e9eaea;
    font-weight: 500;
}
.layout-region-checkout-main .form-select, .layout-region-checkout-main input {
    color: #000;
    padding: 0 6px;
    border: 1px solid #898989;
    border-radius: 0;
        background: #fff;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div {
    max-width: 90%;
 
}
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label{
    margin-bottom: 28px;
    background-color: #4db258!important;
    line-height: 1.2;
    display: inline-flex;
    padding: 6px 14px 6px 0;
    font-size: 22px;
    color: #252525;
    font-weight: 700;
    position: relative;
    margin-top: 28px;
}
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:before {
position: absolute;
    content: '';
    height: 100%;
    width: 55px;
    background: #4db258;
    left: -55px;
    top: 0;
}

form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: -55px;
    bottom: -9px;
    border-top: 9px solid #0c5614;
    border-left: 9px solid transparent;
}
#edit-payment-information-add-payment-method .stripe-form {
    padding-bottom: 40px;
    position: relative;
}
#edit-payment-information-add-payment-method .stripe-form::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #d9d9d9;
    transform: translateX(-50%);
    margin: 0 auto;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code {
    text-align: center!important;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code label{
  font-size: 12px;
    line-height: 1.45;
    color: #252525;
}
#edit-sidebar-coupon-redemption-form .js-form-item-sidebar-coupon-redemption-form-code input {
    background: #dadada;
    outline: none;
    border: 1px solid #e9e9e9;
}
#edit-sidebar-coupon-redemption-form input.js-form-submit{
  background-color: #219f2e;
  font-size: 12px;
  color: #fff;
  line-height: 1.45;
  border-radius: 16px;
}
.layout-region-checkout-secondary div#edit-order-summary,.layout-region-checkout-secondary .checkout-pane-coupon-redemption {
    padding: 0 30px;
}
#ach-account-buttons h3.conect-ba{
  font-size: 32px;
  color: #252525;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 500;

}
#ach-account-buttons span{
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.45;
  margin-bottom: 16px;
  font-weight: 400;
  display: block;

}
#ach-account-buttons input{
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
    /* padding: 8px 29px!important; */
    border-radius: 8px;
    display: inline-flex;
    box-shadow: unset;

}
.ach-why h4{
   font-size: 22px;
  color: #252525;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 400;
}
.ach-why ul{
  display: inline-flex;
  flex-direction: column;
  padding: 8px 16px;
  border: 1px solid #6e6e6e;
  border-radius: 8px;
}
.ach-why ul li{
  color: #424242;
  font-size:11px;
  line-height: 1.45;
  font-weight: 400;
      text-align: left;

}
#ach-account-buttons .ach-why ul li span{
    color: #232323;
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    margin: 0 0;
}
.ach-why ul li + li{
  margin-top: 16px;
}
.ach-why ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    content: '\f00c';
    color: #209e2e;
    margin-right: 5px;
}

/*******3-12-2020***************/

#edit-payment-information > legend {
    display: none!important;
}
fieldset#edit-payment-information .fieldset-wrapper {
    max-width: 100%;
 /*   padding: 40px;*/
}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 50px;
    background-color: transparent!important;
    line-height: 1.2;
    display: inline-flex;
    padding: 0;


}
fieldset#edit-payment-information legend span,form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label {
    background-color: transparent!important;
    box-shadow: none;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}
fieldset#edit-payment-information .fieldset-wrapper legend:before,
fieldset#edit-payment-information .fieldset-wrapper legend:after,
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:before,
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:after{
content: none;
}
div#edit-payment-information-add-payment-method-billing-information, {
    padding: 40px;
}
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label {
    padding:0;
    color: #252525;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method {
    background: transparent;
}
#edit-payment-information-add-payment-method .stripe-form {
padding-bottom: 0;
    margin: 0 0 0 0!important;
    padding: 40px;
    padding: 22px 40px 40px 40px!important;
     /*   box-shadow: 0px 5px 6px 0px #e2e2e2, 5px 0px 6px 0px #e2e2e2, -5px 0px 6px 0px #e2e2e2!important;*/
    border-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 5px 5px -5px #00000066,-5px 0 5px -5px #00000066,5px 0 5px -5px #00000066;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method {
    padding: 0px;
    border-radius: 8px;
    padding-bottom: 0;
    padding: 0;
    background: transparent;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: unset;
    background: transparent;
    font-weight: 500;
}
fieldset#edit-payment-information {
   /* box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .40)!important;*/
   box-shadow: unset!important;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div {
    max-width: 100%;
    align-items: stretch;

}
div#edit-payment-information-add-payment-method-billing-information {
    margin-top: 20px;
}
form#commerce-checkout-flow-multistep-default .js-form-item {
    padding: 0 8px;
}
.pay-logo {
    /* background: #ccc; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 21px 8px;
    border-radius: 12px;
    height: 100%;
    font-size: 20px;
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    border: 1px solid #dbdbdb;
    transition: 0.5s all;
    max-width: 95%;
    margin: 0 auto;
    font-size: 16px;
    justify-content: flex-start;
}
.pay-logo.credit-card-img img {
    filter: brightness(0.5);
}
.pay-logo.credit-card-img img{

}
.pay-logo:hover{
background: #4db258;
border:1px solid #4db258;
transition: 0.5s all;
color: #fff;


}
.pay-logo:hover img{
filter: unset;
}
.pay-logo img {
    display: inline-flex;
    margin-bottom: 16px;

}
#edit-payment-information .fieldset-wrapper fieldset.fieldgroup input[type="radio"] {
display: none;
}
.commerce-checkout-flow-multistep-default div#edit-payment-information-payment-method{
  align-items: stretch;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method {
    margin: 0 0;
    padding: 0 0;
        width: 33.333%;
       /* height: 100%;*/
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method label.option {
    display: flex;
    height: 100%;
    width: 100%;
        margin: 0 0 0 0;
}
/*.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
padding-left: 45px!important;
}*/
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option{
  padding: 0 0;
}
fieldset.primary-payment-method {
    padding: 40px 40px 40px 40px!important;
  /*  box-shadow: 0 -5px 5px -5px #e2e2e2,-5px 0 5px -5px #e2e2e2,5px 0 5px -5px #e2e2e2!important;*/
    box-shadow: 0 -5px 5px -5px #00000066,-5px 0 5px -5px #00000066,5px 0 5px -5px #00000066!important;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -10px!important;
}
div#edit-payment-information-add-payment-method-billing-information {
    padding: 40px;
        border-radius: 16px;
        box-shadow: 0 0 5px #00000066;
}
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item{
  padding:0 16px!important;
}
.layout-region-checkout-main .form-select, .layout-region-checkout-main input {
    background: #f8f8f8;
}
select.available-profiles {
    margin-bottom: 32px;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method label {
    color: #424242;
}
#edit-payment-information-add-payment-method .stripe-form::before{
  content: none;
}
.paypal-buttons-container {
    text-align: center!important;
    padding: 0px 0 0!important;
}
div.paypal-buttons{

    max-width:314px!important;
    font-size: 0;
    align-items: center;
    justify-content: center;
    margin: 8px auto 0px!important;
}
div.paypal-buttons > iframe{
  position: static!important;
  height: 100%!important;
}
div#ach-account-buttons {
    padding: 16px;
    /*box-shadow: 0px 0px 6px 0px #e2e2e2, 5px 0px 6px 0px #e2e2e2, 1px 0px 6px 0px #e2e2e2;*/
    box-shadow: 0px 0px 6px 0px #00000066, 5px 0px 6px 0px #00000066, 1px 0px 6px 0px #00000066;
}
div#ach-account-buttons {
    padding: 32px 16px 16px;
    /*box-shadow: 0 5px 5px -5px #e2e2e2, -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2!important;*/
    box-shadow: 0 5px 5px -5px #00000066, -5px 0 5px -5px #00000066, 5px 0 5px -5px #00000066!important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
fieldset#edit-payment-information .stripe-form #card-number-element {
    max-width: 100%;
    height: 33px;
    margin: 0 0 8px;
    max-height: 35px;
    min-height: unset;
    padding: 5px;
    background: #f8f8f8;
    border-radius: 0;
        border: 1px solid #898989;
}
.stripe-form #expiration-element,.stripe-form #security-code-element{
      max-width: 100%;
    height: 33px;
    margin: 0 0 8px;
    max-height: 35px;
    min-height: unset;
    padding: 5px;
    background: #f8f8f8;
    border: 1px solid #898989;
    border-radius: 0;
}
form#commerce-checkout-flow-multistep-default .js-form-item {

max-width: 100%;

}
/*fieldset.primary-payment-method .fieldset-wrapper input[checked="checked"] +label> .pay-logo{
background: #4db258;
    border: 1px solid #4db258;
    color: #fff;
}*/
fieldset.primary-payment-method .fieldset-wrapper input[checked="checked"] +label> .pay-logo.credit-card-img img {
    filter:unset;
}

fieldset#edit-payment-information-payment-method--wrapper.default-border,
form#commerce-checkout-flow-multistep-default .js-form-item.default-border {
    box-shadow: 0 0 5px #00000066!important;
    border-radius: 16px;
    padding-top: 30px!important;
}
.paypal-msg-show.ach-why h5 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.ach-why h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.paypal-button.paypal-button-shape-rect {
    max-width: 50%;
}
.paypal-button-row.paypal-button-layout-vertical:last-of-type {
    text-align: center;
}
.pay-logo p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 0;
}
.pay-logo img {
    margin-bottom: 10px;
    height: 48px;
    max-height: 48px;
}
div#ach-account-buttons {
    padding: 0px 16px 16px;
}
.paypal-msg-show.ach-why h5 {
font-size: 1rem;
text-align: center;
margin-top: 2rem;
}
.pay-logo p {
    font-size: 12px;
}

/*********************************************************/
/***********************14-12-2020**********************************/

body.user_login .confirmation-login .content-left .social-list {
     position: static; 
}

body.user_login  #my-header{
        background: rgba(21,27,57,1);
}
form#custom-nomination-register-form {
    max-width: 612px;
    float: none;
    margin: 43px auto;
    padding: 40px;
    clear: both;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: relative;
    border-radius: 16px;
    /* top: 4em; */
}
.nomination-register_nomination-register select {
    padding: 4px 0;
    font-size: 14px;
    margin: 0 0 0 6px;
    border: 2px solid #ddd;
}
form#custom-nomination-register-form label.js-form-required.form-required {
    color: #252525;
}

form#custom-nomination-register-form  fieldset.fieldgroup.form-composite span.fieldset-legend{
    background-color: transparent;
}
form#custom-nomination-register-form input#edit-submit {
    background: rgb(224,43,111);
    color: rgb(255,255,255);
    border: 0;
    padding: 4px 16px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
form#custom-nomination-register-form .js-form-item {
    margin: 0 0 16px;
}
/***********************14-12-2020**********************************/


/*---------------Socre cared -----------*/
div#otp-validate-form {
    display: block;
    width: 100%;
    position: relative;
    background: #000;
    padding: 89px 15px 0 15px;
    left: 0px;
}

.col-md-6.login {
 display: flex;
    justify-content: center;
    align-items: center;
    background: url(/themes/contrib/breeze/images/log-sind1.png);
    background-size: cover;
}


div#edit-login-form {
    max-width: 500px;
    margin: 0 auto 16px;
    position: relative;
}

div.login-form .logo{
    text-align: center;
    margin-bottom: 24px;
}
div.login-form .logo img{
        max-width: 50%;
    margin: 0 auto;
}
div#edit-login-form  input {
    border: 0;
    border-bottom: 2px solid #3a3737d1;
    background: transparent;
    padding: 7px 4px;
    margin: 0 0 16px;
    color: #c7c7c7;
}

div#edit-login-form label {
    color: #fff;
    display: none;
}

div#edit-login-form  input#edit-login-submit {
    background: #e02b6f;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 100px;
    margin: 49px 0 0;
}

.otp_validate .header.sticky {
    background-color: #0c0c0c;
}

/*-*/

.col-md-6.otp {
    background: url(/themes/contrib/breeze/images/scor-otp-bg.png);
    background-size: 100% 100%;
}

div.otp-form {
    max-width: 500px;
    margin:  auto;
    text-align: center;
    padding: 45px 0;
}

div.otp-form .user-otp input {
    margin: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    border-left: 0;
}
div.otp-form .ac-otp input {
    margin: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    border-left: 0;
}
.user-otp {
    width: 100%;
    position: relative;
    display: flex; flex-wrap: wrap;justify-content: center;
}

div.otp-form span.label {
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 0 0 11px;
}
.otp-message {
    padding: 17px 0 2px;
    font-size: 16px;
}

div.user-otp {
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
div.ac-otp {
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.user-otp input {
    border-left: 0;
}

.user-otp div:nth-child(1) input {
    border-left: 1px solid #ddd;
}



.form-item-udigit1 input,
.form-item-acdigit1 input {
    border-left: 1px solid #ddd!important;
}

.form-item-udigit4 input,
.form-item-acdigit4 input {
    border-left: 1px solid #ddd!important;
   
}



input#edit-otp-submit {
    width: 100%;
    border: 0;
    border-radius: 100px;
    padding: 8px 0;
}

.otp-message h2 {
    font-weight: 500;
}

.wrapper-box {
padding: 16px;
    margin: 16px 0px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



.wrapper-box input#edit-generate-otp {
    padding: 8px 20px;
    border-radius: 100px;
}
div#edit-login-form .label {
    font-size: 24px;
    text-align: center;
    margin: 0 0 26px;
    color: #fff;
}

.otp-form.disabled-form  input.button.form-submit {
/*    background: #cacaca;*/
    background: #e02b6f;
    border: 1px solid #e02b6f;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 16px;
}
.login-message {
    font-size: 21px;
    color: #fff;
    margin: 19px 0;
}

.login-form p {
    color: #fff;
    font-size: 15px;
    margin: 11px 0;
    word-break: break-word;
}
div#login-message {
    color: #c7c7bc;
}
.login-message+.row {
    display: none;
}


/**************custom-css-scorcard-web-view-19-8-2020*************************/

section.winner-section {
    padding: 70px 0;
    text-align: center;
    margin-top: 78px;
}

.scorecard_view .header {
    background-color: #150a12;
}

/*******webview css*******/


.winner-section{
    padding: 70px 0;
    position: relative;
    text-align: center;
}
.winner-section h2{
font-size: 110px;
line-height: 1.2;
color: #d9d9d9;
font-weight: 800;
text-transform: uppercase;
display: inline-flex;
align-items: center;
position: relative;
margin-bottom: 8px;
}
.winner-section h2 strong{
    padding: 0 16px;
}
.winner-section h2 span{
    font-size: 30px;
    line-height: 1.2;
    color: #e02b6f;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.winner-section h4{
font-size:40px;
line-height: 1.2;
color: #010101;
font-weight: 700;
margin-bottom: 8px;
}
.winner-section p{
font-size:30px;
line-height: 1.2;
color: #a2a1a1;
font-weight: 400;
margin-bottom: 0px;
}
a.btn-download {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: #e02b6f;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    border: 0;
    outline: 0;
    padding:4px 12px;
    bottom: 5%;
    right: 5%;
}
a.btn-download  img{
    display: inline-flex;
    margin-left: 8px;
}

.award-figure{
    position: relative;
    margin: 0 0;
}
.award-caption{
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
}
.award-caption h3{
    font-style: normal !important;
    text-align: left;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    z-index: 9999;
    padding: 10px 5px 10px 5px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
}
.award-caption h1{
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    margin: 0 0;
    font-weight: 500;
    padding: 0 8px;
   /* border-left: 2px solid #e02b6f;*/

}
.scorcard-form-wrapper {
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    margin-top: -10%;
    position: relative;
    z-index: 111;
    box-shadow: 0px 0px 18px 0px #0000003d;
    margin-bottom: 70px;
}
.scorcard-form{
    padding: 20px;
    /*border: 1px solid #070707;*/
    border-radius: 8px;
}
.scorcard-form .col-input {
    display: flex;
        align-items: center;
        font-size: 16px;
}
.scorcard-form label{
width: 48%;
margin: 0 0;
color: #233d85;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    display: inline-flex;


}
.scorcard-form span.sapretor{
display: inline-flex;
width: 4%;
}
.scorcard-form span.name-order{
display: inline-flex;
width: 48%;
}
.scorcard-form input{   
    outline: 0px;
    text-align: left;
    color: #5f6164;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
    width: 70%;
}
.overall-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 32px;
}
.overall-content .overall-text{
    width: 75%;

}
.overall-text h2{
    color: #619941;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0;
    margin-bottom: 8px;
}
.overall-text p{
        color: #727273;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0 0;
    text-align: justify;
    padding-right: 8px;
}
.overall-ciecle{
width: 25%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.overall-numbr{
    display: inline-flex;
    min-height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 32px solid #639b42;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #639b42;
    font-weight: 500;
}
.overall-ciecle p{
color: #727273;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin: 8px 0 0;
    text-transform: capitalize; 
}
.overall-content.industry-impact .overall-text  h2{
color: #fbaf5f;
}
.overall-content.industry-impact .overall-numbr {
    border: 32px solid #fbaf5f;
    color: #fbaf5f;
  
}
.overall-content.spirit-innovation h2{
        color: #974399;
}
.overall-content.spirit-innovation .overall-numbr {
    border: 32px solid  #974399;
    color: #974399;
  
}
.overall-content.future-readiness h2{
color: #253d85;
}
.overall-content.future-readiness .overall-numbr {
    border: 32px solid  #253d85;
    color: #253d85;
  
}
.overall-content.market-demand h2{
color: #009f8d;
}
.overall-content.market-demand .overall-numbr {
    border: 32px solid  #009f8d;
    color: #009f8d;
  
}
.aggregate-score {
    padding: 16px;
    border-radius: 16px;
    max-width: 94%;
    background: #222d61;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aggregate-content {
    width: 80%;
}
.aggregate-content h2{
color: #fff;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0;
    margin-bottom: 0.5rem;
}

.aggregate-content p{
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0 0;
    margin-bottom: 0.5rem;
    width: 100%;
}
.aggregate-score-number {
    width: 20%;
}
.aggregate-score-number span{
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0rem;
        padding-top: 0;
    text-align: center;
}
.document-confidential{
    position: relative;
        max-width: 95%;
        padding-bottom: 100px;

}
.document-confidential p{
        color: #a7a9ac;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 15px;
        text-align: justify;
}
span.accept-award {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: #e02b6f;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 4px 12px;
    bottom: 23%;
    right: 50%;
        transform: translateX(50%);
        box-shadow: 2px 4px 3px #8c1a1a;

}
span.accept-award a{
    color: #fff;
    text-decoration: none;
}

/*********15-12-2020***********/
.container-fluid.home-banner-container {
    max-width: 90%;
    margin: 0 auto;
}
nav.main-navbar{
        padding: .5rem 0rem;
}
ul.menu_bar >li.nav-item:nth-last-child(3)> a {
    margin: 0px 0px 0px 10px !important;
    border: 2px solid rgb(255,255,255);
    border-radius: 6px;
    padding: 4px 10px !important;
    min-width: unset;
    text-align: center;
    line-height: 1.45;
}
/*********thankyou-css***********/
.thanks-box p img{
    width: 100%;
        margin-bottom: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.thanks-box h3.title{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
        text-align: center;
    padding: 22px;
}
.thanks-box .img-box {
    padding: 0px 30px 15px 0;
    border-right: 3px solid #e6e6e6;
}
.thanks-box .content-box {
    padding: 30px 0 30px 0px;
}
.thanks-box .content-box h2 {
    font-size: 46px;
    color: #e02b6f;
}
.thanks-box .content-box .subtitle {
    color: #3d3d3d;
    font-size: 23px;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
}
.thanks-box .content-box address {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.thanks-box p {
    color: #8a8a8a;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    padding: 40px 0 0 0;
}
/*********thankyou-css***********/
.checkout_complete form#commerce-checkout-flow-multistep-default {
    /*display: none;*/
}

/************check-out-ach***************/

.checkout_order_information .layout-checkout-form{
    margin: 16px 0;
    display: inline-block;
    border-radius: 8px;
    padding: 15px;
}


.checkout_order_information  form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information {
    max-width:100%;
}

.checkout_order_information  .pay-logo{
max-width: 95%;
}

.checkout_order_information  #edit-payment-information-add-payment-method .stripe-form{
        padding: 22px 32px 24px 32px!important;
            margin: 0 0 0 0!important;
            overflow: auto;
}
.checkout_order_information  fieldset#edit-payment-information .stripe-form div.form-text{
    width: 100%;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 8px 8px;
}
.checkout_order_information  div#edit-payment-information-add-payment-method-billing-information {
    padding: 22px 32px 24px 32px!important;
}
.checkout_order_information  .js-form-item-payment-information-add-payment-method-payment-details-expiration, 
.checkout_order_information  .js-form-item-payment-information-add-payment-method-payment-details-security-code {
    float: left;
    width: 50%;
}
.checkout_order_information form#commerce-checkout-flow-multistep-default .js-form-item {
    padding: 0 8px;
      margin: 0 0 16px;
}

.checkout_order_information form#commerce-checkout-flow-multistep-default .country.form-select{
margin-top: 0px;
    min-height: 36px;
    max-height: 36px;
    padding: 4px 4px;
    width: 100%;
}
.checkout_order_information form#commerce-checkout-flow-multistep-default .js-form-item label {
    margin-bottom: .25rem;
}
/*.checkout_order_information .js-form-wrapper .address-container-inline, .checkout_order_information .stripe-form {
    margin-right: -8px;
    margin-left: -8px;
}*/
.checkout_order_information .address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name, 
.checkout_order_information .address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-family-name {
    float: left;
    width: 50%;
    padding: 0 8px;
    margin: 0 0;
}
/*.checkout_order_information .address-container-inline .js-form-item.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-locality,
.checkout_order_information .address-container-inline .js-form-item.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area,
{
        float: left;
    width:33.333%!important;
    margin: 0 0;
    padding: 0 8px;
}*/
.address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-locality, 
.address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area,
.address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code{
            float: left;
    width:33.333%!important;
    margin: 0 0;
    padding: 0 8px;
}
.checkout_order_information .js-form-wrapper .address-container-inline{
    overflow: auto;
}
.checkout_order_information .js-form-wrapper .address-container-inline .form-select {
margin-top: 0px;
    min-height: 36px;
    max-height: 36px;
    padding: 4px 4px;
    width: 100%;
}
.checkout_order_information  .address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area .form-select {
    margin-top: 4px!important;
    height: 42px!important;
    min-height: 38px!important;
}
.checkout_order_information  .js-form-item.js-form-type-checkbox{
    display: none;
}
.checkout_order_information .layout-region-checkout-secondary {
    border-radius: 16px;
    padding: 0px 0;
    box-shadow: 0 0 5px #00000066;
        margin-bottom: 8px;
        overflow: hidden;
}
.layout-checkout-form .layout-region-checkout-secondary h3 {
    background-color: #e02b6f;
    text-align: left;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    margin: 0;
        padding: 8px;
    text-align: center;
    margin-bottom: 16px;
}
.checkout_order_information .layout-region-checkout-secondary div#edit-order-summary, 
.checkout_order_information .layout-region-checkout-secondary .checkout-pane-coupon-redemption {
    padding: 0 30px;
}
.checkout-order-summary table {
    width: 100%;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    color: #252525;
    text-align: left;
}
.checkout_order_information .checkout-order-summary table td div {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0 16px;
    color: #252525;
}
.checkout_order_information .checkout-order-summary table tr td:last-child {
    text-align: right;
}
.checkout_order_information .layout-region-checkout-secondary .checkout-order-summary table+div {
    padding: 8px 0;
   /* background: #cfd7df;*/
    background: transparent;
    margin: 10px 0;
}
.layout-region-checkout-secondary .order-total-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layout-region-checkout-secondary .order-total-line__subtotal {
    border-top: 1px solid #104e16;
    border-bottom: 1px solid #104e16;
    padding: 4px 0;
}
.layout-region-checkout-secondary .order-total-line__subtotal {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    color: #474747;
    text-align: left;
}
.layout-region-checkout-secondary .order-total-line.order-total-line__total {
    padding: 4px 0;
    font-size: 24px;
    font-weight: 700;
}
.order-total-line-label {
    display: inline-block;
}
.order-total-line-value {
    display: inline-block;
    width: 80px;
    text-align: right;
}
.order-total-line__total .order-total-line-value {
    width: auto;
}
div#edit-order-summary, div#edit-coupon-redemption {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #eeeeee;
    overflow: auto;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code label {
    font-size: 12px;
    line-height: 1.45;
    color: #252525;
}
#edit-sidebar-coupon-redemption-form .js-form-item-sidebar-coupon-redemption-form-code input {
    background: #dadada;
    outline: none;
    border: 1px solid #e9e9e9;
}
#edit-sidebar-coupon-redemption-form input.js-form-submit {
    background-color: #000;
    font-size: 12px;
    color: #fff;
    line-height: 1.45;
    border-radius: 16px;
        border: 0;
        font-weight: 600;
            padding: 8px 21px;
}
.checkout_order_information .checkout-order-summary table td div+div {
    display: none;
}
div#edit-sidebar-coupon-redemption-form {
    text-align: center;
}
div#edit-agree-terms .js-form-item.js-form-item-agree-terms-terms-and-conditions {
    display: block;
}
/*********check-out-ach**************/
.cyan-text-box h3{
    font-size:21px;
}

.yellow-text-box h3{font-size:21px;}
/**** 404 page*****/

         .error-section {
         padding: 70px 0;
         min-height: 100vh;
         }
         .error-content {
         display: flex;
         align-items: flex-start;
         height: 100%;
         flex-direction: column;
         justify-content: center;
         }
         .error-content h1{
         font-size: 70px;
         line-height: 1.2;
         font-weight: 700;
         color: #e02b6f;
         }
         .error-content h1 span{
         display: block;
         font-weight: 500;
         }
         .error-content p{
         font-size: 19px;
         line-height: 1.2;
         font-weight: 400;
         color: #000000;
         margin-bottom: 32px;
         }
         ul.write-us-list {
         list-style: none;
         margin: 0 0;
         display: flex;
         width: 100%;
         }
         ul.write-us-list li+li{
         margin-left: 32px;
         }
         ul.write-us-list li a{
         font-size: 19px;
         line-height: 1.2;
         font-weight: 500;
         color: #e02b6f;
         text-decoration: none;
         text-transform: uppercase;
         }
         figure.error-figure {
         margin: 0 0;
         }
         div#error-content-box {
             height: 100%;
             display: flex;
             align-items: center;
         }
         #error-content-box p{
          color: #000000;
          font-weight: 400;
          font-size: 21px;
          line-height: 1.2;
          margin: 0 0 0 0;
         }
         #error-content-box h2{
          color: #e02b6f;
          font-weight: 700;
          font-size: 70px;
          line-height: 1.2;
          margin: 0 0 0 0;
         }
        #error-content-box h3{
          color: #e02b6f;
          font-weight: 500;
          font-size: 54px;
          line-height: 1.2;
          margin: 0 0 0 0;
         }
         ul.writeus-link {
   display: flex;
   list-style: none;
   margin-top: 32px;
          margin-bottom: 0px;
}
ul.writeus-link li+li{
margin-left: 32px;
}
ul.writeus-link li a{
text-decoration: none;
color: #e02b6f;
line-height: 1.2;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
}
/**** 404 page*****/

.webform-register-wrapper {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    border-radius: 7px;
    padding: 1rem !important;
    margin-bottom: 15px;
}

.webform-register-wrapper h2{
        font-weight: 700;
    font-size: 25px;
    color: #535356;
    margin-bottom: 30px;
}
.myregisterArea {
    padding: 70px 0;
}
/*.who_we_banner_figure::before {

    z-index: -1;
}*/

.banner-section::before {
    z-index: 1;
    background-color: rgb(0 0 0 / 22%);
}
.home-banner-container .carousel{
z-index: 11;
}
.webform-register-wrapper .js-form-item input{
    width: 100%;
}
.webform-register-wrapper .form-text,
.webform-register-wrapper .js-form-item input,.webform-multiple-add.js-webform-multiple-add.container-inline input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dbe0df;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#edit-delegates{
position: relative;
}
#edit-delegates label,.form-item-delegates label{
    font-weight: 700;
    font-size: 25px;
    color: #535356;
    margin-bottom: 30px;
}
.webform-multiple-add.js-webform-multiple-add.container-inline {
    position: absolute;
    bottom: 0px;
    z-index: 11;
    right: 8px;
    width: 100px;
    max-width: 100px;
}
.webform-register-wrapper input#edit-delegates-add-submit {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    color: #FFF;
    background: #e02a6f;
    border-color: #e02a6f;
    border-radius: 8px;
    cursor: pointer;
}
.webform-register-wrapper .webform-multiple-table td .js-form-item {
    width: 50%;
    float: left;
    margin: 0 0 16px 0;
        padding: 0 8px;
}
.webform-register-wrapper .webform-multiple-table .form-item + .form-item {
    margin-top: 0;
}
.webform-multiple-add.js-webform-multiple-add.container-inline input {
    height: calc(2rem + 2px);
    padding: 0;
    font-size: 1rem;
    background: #e02a6f;
    border-color: #e02a6f;
    color: #fff;
    border-radius: 8px;
}
.webform-multiple-table.webform-multiple-table-responsive {
    padding-bottom: 32px;
}
.webform-multiple-table td input{
width: 100% !important;
    background: #413ebe;
}
.webform-multiple-table td input[type="image"] {
    max-width: 65%;
    margin: 5px auto;
}
.webform-multiple-table td input[type="image"] + input[type="image"] {
    margin: 5px auto;
}

.myregisterArea .mycart {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    border-radius: 7px;
    padding: 2rem !important;
    margin-bottom: 15px;
}
.myregisterArea .mycart .topHeading{
margin: -32px -32px 21px -32px;
}
.myregisterArea .mycart h2{
    background: #413ebf;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    padding: 13px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
.myregisterArea .mycart ul{
  list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myregisterArea .mycart ul li div{
    display: inline-flex;
}
.myregisterArea .mycart .form-actions{
float: unset;
text-align: center;
}
.myregisterArea .mycart ul.totalData {
    border-top: 1px solid rgba(0,0,0,.1);
}
.myregisterArea .mycart ul.totalData li {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
}
.thanks-box .img-box img{
    width: 100%;
}
/*********15-12-2020***********/

/*************16-12-2020************/

.event-committee figure img{
    min-height: 238px;
    max-height: 238px;
    width: 100%;
    object-fit: cover;
        padding: 0 0!important;
}

ul.nav.nav-stacked {
    padding: 0 16px;
}

ul.nav.nav-stacked li a{
        font-size: 1rem;
    line-height: 1.45;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 400;
    align-items: center;
    text-decoration: none;
}
body.checkout_complete .layout-checkout-form .checkout-complete,
body.checkout_complete .layout-checkout-form #edit-payment-information-billing-info-form-paypal1-container{
display: none;
}
/************user-page-css***************/
.user-login-section {
   /*float: left;*/
   width: 100%;
}

.user-login-section .user-details {
   border-radius: 15px;
   box-shadow: 0px 0px 13px 2px #efeff1;
   background: #fff;
   padding: 30px 15px;
   text-align: left;
   margin-top: 5%;
   margin-bottom: 5%;
}

.user-login-section .user-details h3 {
   text-align: center;
   color: #e02b6f;
}

.user-login-section .field-details {
   margin-top: 5%;
}

.user-login-section .user-details h5 {
   border-radius: 15px;
   box-shadow: 0px 0px 13px 2px #efeff1;
   background: #fff;
   padding: 15px 10px;
   margin: 10px;
}
/************user-page-css***************/

.layout-checkout-form .layout-region.layout-region-checkout-footer{
        max-width: 1140px;
    margin: 0 auto;
    float: unset;
}
select#edit-custom-checkout-pane-custom-message-year-established{
        margin-top: 37px!important;
}
div#edit-agree-terms {
    max-width: 100%;
}
div#myModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0rem 0;
    top: 50%;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
}
div#myModal .modal-dialog iframe {
    width: 100%;
    min-height: 351px;
}
/***********16-12-2020**************/
/**********custom-css-end***************/





/*********css-for-ach***************/
#edit-payment-information > legend {
    display: none!important;
}
/***************27-11-2020********************/

.stripe-ach-form{
text-align: center;
}

.stripe-ach-form input.button {
    cursor: pointer;
    color: #000;
    border-radius: 19px;
    font-size: 15px;
    
    margin: 10px auto;
    padding: 8px;
        background-color: #e02b6f;
    border: 1px solid #e02b6f;
    box-shadow: 1px 1px 5px #040102;
}


.layout-region-checkout-main{
  margin-bottom: 16px;
}
.layout-region-checkout-main .fieldgroup.form-composite{
      display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.fieldgroup.form-composite .fieldset-wrapper{
max-width: 100%;
    width: 100%;
    float: unset;
    display: flex;
    justify-content: flex-start;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div{
display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    width: 100%;
    max-width: 660px;
    justify-content: space-between;
    margin: 0 0;
    overflow: hidden;
}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 8px;

}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper {
    display: flex;
    float: unset;
    padding: 0 0;
    justify-content: flex-start;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method {
    margin: 0 0;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method label.option {
margin: 0 0 0 6px;
    line-height: 1.2;
    color: #afafaf;
    font-size: 22px;
    font-weight: 300;
}


.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method{
  display: none!important;
}
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+3){
display: inline-flex!important;
}
fieldset#edit-payment-information .fieldset-wrapper {
    margin-bottom: 0px!important;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method {
    background: #e1e8e2;
    padding: 8px;
    border-radius:8px;
    padding-bottom: 200px;
           padding: 30px;
            background: #ececec;
}
.fieldset-wrapper .stripe-form {
    margin-top: 0;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option {
    display: inline-flex;
    padding: 4px 12px;
    background: #e1e8e2;
    color:#242424;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 7px -4px #333333c9;
    background: #e9eaea;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method label {
    color: #000;
}
.fieldset-wrapper .profile p.address {
    line-height: 1.7;
    color: #000;
}
.layout-region-checkout-main .form-select,.layout-region-checkout-main input{
  color: #000;
  padding: 0 6px;
  /*border: 1px solid #a09f9f;*/
}
.layout-region-checkout-main{
  position: relative;
}
div#edit-paypal1-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
div#paypal-buttons-container {
max-width: 351px;
    margin: 0 auto;
    background: transparent;
    padding: 8px;
    border-radius: 8px;
}

#edit-payment-information .fieldset-wrapper fieldset.fieldgroup input[type="radio"] {
/*display: none;*/
}
/******************27-11-2020*******************/

/******************27-11-2020*******************/
fieldset#edit-payment-information> legend {
    font-size: 24px;
    padding: 8px 24px;
    font-size: 30px!important;
    padding: 4px 24px;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 25px;
}

/*******1-12-2020**********/
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 28px;
    background-color: #4db258!important;
    line-height: 1.2;
    display: inline-flex;
    padding: 6px 14px 6px 0;
    position: relative;
}

fieldset#edit-payment-information .fieldset-wrapper legend:before {
position: absolute;
    content: '';
    height: 100%;
    width: 33px;
    background: #4db258;
    left: -33px;
    top: 0;
}
fieldset#edit-payment-information .fieldset-wrapper legend:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: -33px;
    bottom: -9px;
    border-top: 9px solid #0c5614;
    border-left: 9px solid transparent;
}
fieldset#edit-payment-information-payment-method--wrapper fieldset legend {
  margin-bottom: 27px;
}
fieldset#edit-payment-information-payment-method--wrapper fieldset legend span.fieldset-legend,fieldset#edit-payment-information legend,
fieldset.fieldgroup.form-composite span.fieldset-legend {
    font-size: 22px;
    color: #252525;
    font-weight: 700;
        background: #219f2e;
}
fieldset#edit-payment-information legend span {
    background-color: transparent;
    box-shadow: none;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option {
    display: inline-flex;
    padding: 7px 7px;
    background: #e1e8e2;
    color: #272727;
    border-radius: 0px;
    font-size: 22px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: unset;
    background: #e9eaea;
    font-weight: 500;
}
.layout-region-checkout-main .form-select, .layout-region-checkout-main input {
    color: #000;
    padding: 0 6px;
    border: 1px solid #898989;
    border-radius: 0;
        background: #fff;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div {
    max-width: 90%;
 
}
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label{
    margin-bottom: 28px;
    background-color: #4db258!important;
    line-height: 1.2;
    display: inline-flex;
    padding: 6px 14px 6px 0;
    font-size: 22px;
    color: #252525;
    font-weight: 700;
    position: relative;
    margin-top: 28px;
}
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:before {
position: absolute;
    content: '';
    height: 100%;
    width: 55px;
    background: #4db258;
    left: -55px;
    top: 0;
}

form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: -55px;
    bottom: -9px;
    border-top: 9px solid #0c5614;
    border-left: 9px solid transparent;
}
#edit-payment-information-add-payment-method .stripe-form {
    padding-bottom: 40px;
    position: relative;
}
#edit-payment-information-add-payment-method .stripe-form::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #d9d9d9;
    transform: translateX(-50%);
    margin: 0 auto;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code {
    text-align: center!important;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code label{
  font-size: 12px;
    line-height: 1.45;
    color: #252525;
}
#edit-sidebar-coupon-redemption-form .js-form-item-sidebar-coupon-redemption-form-code input {
    background: #dadada;
    outline: none;
    border: 1px solid #e9e9e9;
}
#edit-sidebar-coupon-redemption-form input.js-form-submit{
  background-color: #000;
  font-size: 12px;
  color: #fff;
  line-height: 1.45;
  border-radius: 16px;
}
.layout-region-checkout-secondary div#edit-order-summary,.layout-region-checkout-secondary .checkout-pane-coupon-redemption {
    padding: 0 30px;
}
#ach-account-buttons h3.conect-ba{
  font-size: 32px;
  color: #252525;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 500;

}
#ach-account-buttons span{
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.45;
  margin-bottom: 16px;
  font-weight: 400;
  display: block;

}
#ach-account-buttons input{
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
    /* padding: 8px 29px!important; */
    border-radius: 8px;
    display: inline-flex;
    box-shadow: unset;

}
.ach-why h4{
   font-size: 22px;
  color: #252525;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 400;
}
.ach-why ul{
  display: inline-flex;
  flex-direction: column;
  padding: 8px 16px;
  border: 1px solid #6e6e6e;
  border-radius: 8px;
}
.ach-why ul li{
  color: #424242;
  font-size:11px;
  line-height: 1.45;
  font-weight: 400;
      text-align: left;

}
#ach-account-buttons .ach-why ul li span{
    color: #232323;
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    margin: 0 0;
}
.ach-why ul li + li{
  margin-top: 16px;
}
.ach-why ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    content: '\f00c';
    color: #209e2e;
    margin-right: 5px;
}

/*******3-12-2020***************/

#edit-payment-information > legend {
    display: none!important;
}
fieldset#edit-payment-information .fieldset-wrapper {
    max-width: 100%;
 /*   padding: 40px;*/
}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 50px;
    background-color: transparent!important;
    line-height: 1.2;
    display: inline-flex;
    padding: 0;


}
fieldset#edit-payment-information legend span,form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label {
    background-color: transparent!important;
    box-shadow: none;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}
fieldset#edit-payment-information .fieldset-wrapper legend:before,
fieldset#edit-payment-information .fieldset-wrapper legend:after,
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:before,
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label:after{
content: none;
}
div#edit-payment-information-add-payment-method-billing-information, {
    padding: 40px;
}
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label {
    padding:0;
    color: #252525;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method {
    background: transparent;
}
#edit-payment-information-add-payment-method .stripe-form {
padding-bottom: 0;
    margin: 0 0 0 0!important;
    padding: 40px;
    padding: 24px!important;
     /*   box-shadow: 0px 5px 6px 0px #e2e2e2, 5px 0px 6px 0px #e2e2e2, -5px 0px 6px 0px #e2e2e2!important;*/
    border-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 5px 5px -5px #00000066,-5px 0 5px -5px #00000066,5px 0 5px -5px #00000066;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method {
    padding: 0px;
    border-radius: 8px;
    padding-bottom: 0;
    padding: 0;
    background: transparent;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: unset;
    background: transparent;
    font-weight: 500;
}
fieldset#edit-payment-information {
   /* box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .40)!important;*/
   box-shadow: unset!important;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div {
    max-width: 100%;
    align-items: stretch;

}
div#edit-payment-information-add-payment-method-billing-information {
    margin-top: 20px;
}
form#commerce-checkout-flow-multistep-default .js-form-item {
    padding: 0 8px;
}
.pay-logo {
    /* background: #ccc; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 21px 8px;
    border-radius: 12px;
    height: 100%;
    font-size: 20px;
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    border: 1px solid #dbdbdb;
    transition: 0.5s all;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    justify-content: flex-start;
}
.pay-logo.credit-card-img img {
    filter: brightness(0.5);
}
.pay-logo.credit-card-img img{

}
.pay-logo:hover{
background: #e02b6f;
border:1px solid #e02b6f;
transition: 0.5s all;
color: #fff;


}
.pay-logo:hover img{
filter: unset;
}
.pay-logo img {
    display: inline-flex;
    margin-bottom: 16px;

}
#edit-payment-information .fieldset-wrapper fieldset.fieldgroup input[type="radio"] {
display: none;
}
.commerce-checkout-flow-multistep-default div#edit-payment-information-payment-method{
  align-items: stretch;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method {
    margin: 0 0;
    padding: 0 0;
        width: 33.333%;
       /* height: 100%;*/
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method label.option {
    display: flex;
    height: 100%;
    width: 100%;
        margin: 0 0 0 0;
}
/*.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
padding-left: 45px!important;
}*/
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method input[checked=checked]+label.option{
  padding: 0 0;
}
fieldset.primary-payment-method {
    padding:24px 24px 24px 24px!important;
  /*  box-shadow: 0 -5px 5px -5px #e2e2e2,-5px 0 5px -5px #e2e2e2,5px 0 5px -5px #e2e2e2!important;*/
    box-shadow: 0 -5px 5px -5px #00000066,-5px 0 5px -5px #00000066,5px 0 5px -5px #00000066!important;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -10px!important;
}
div#edit-payment-information-add-payment-method-billing-information {
    padding: 24px;
        border-radius: 16px;
        box-shadow: 0 0 5px #00000066;
}
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item{
  padding:0 16px!important;
}
.layout-region-checkout-main .form-select, .layout-region-checkout-main input {
    background: #f8f8f8;
}
select.available-profiles {
    margin-bottom: 32px;
}
.fieldset-wrapper div#edit-payment-information-add-payment-method label {
    color: #424242;
}
#edit-payment-information-add-payment-method .stripe-form::before{
  content: none;
}
.paypal-buttons-container {
    text-align: center!important;
    padding: 0px 0 0!important;
}
div.paypal-buttons{

    max-width:314px!important;
    font-size: 0;
    align-items: center;
    justify-content: center;
    margin: 8px auto 0px!important;
}
div.paypal-buttons > iframe{
  position: static!important;
  height: 100%!important;
}
div#ach-account-buttons {
    padding: 16px;
    /*box-shadow: 0px 0px 6px 0px #e2e2e2, 5px 0px 6px 0px #e2e2e2, 1px 0px 6px 0px #e2e2e2;*/
    box-shadow: 0px 0px 6px 0px #00000066, 5px 0px 6px 0px #00000066, 1px 0px 6px 0px #00000066;
}
div#ach-account-buttons {
    padding: 32px 16px 16px;
    /*box-shadow: 0 5px 5px -5px #e2e2e2, -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2!important;*/
    box-shadow: 0 5px 5px -5px #00000066, -5px 0 5px -5px #00000066, 5px 0 5px -5px #00000066!important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
fieldset#edit-payment-information .stripe-form #card-number-element {
    max-width: 100%;
    height: 33px;
    margin: 0 0 8px;
    max-height: 35px;
    min-height: unset;
    padding: 5px;
    background: #f8f8f8;
    border-radius: 0;
        border: 1px solid #898989;
}
.stripe-form #expiration-element,.stripe-form #security-code-element{
      max-width: 100%;
    height: 33px;
    margin: 0 0 8px;
    max-height: 35px;
    min-height: unset;
    padding: 5px;
    background: #f8f8f8;
    border: 1px solid #898989;
    border-radius: 0;
}
form#commerce-checkout-flow-multistep-default .js-form-item {

max-width: 100%;

}
fieldset.primary-payment-method .fieldset-wrapper input[checked="checked"] +label> .pay-logo{
    background: #e02b6f;
    border: 1px solid #e02b6f;
    color: #fff;
}
fieldset.primary-payment-method .fieldset-wrapper input[checked="checked"] +label> .pay-logo.credit-card-img img {
    filter:unset;
}

fieldset#edit-payment-information-payment-method--wrapper.default-border,
form#commerce-checkout-flow-multistep-default .js-form-item.default-border {
    box-shadow: 0 0 5px #00000066!important;
    border-radius: 16px;
    padding-top: 30px!important;
}
.paypal-msg-show.ach-why h5 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.ach-why h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.paypal-button.paypal-button-shape-rect {
    max-width: 50%;
}
.paypal-button-row.paypal-button-layout-vertical:last-of-type {
    text-align: center;
}
.pay-logo p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 0;
}
.pay-logo img {
    margin-bottom: 10px;
    height: 48px;
    max-height: 48px;
}
div#ach-account-buttons {
    padding: 0px 16px 16px;
}
.paypal-msg-show.ach-why h5 {
font-size: 1rem;
text-align: center;
margin-top: 2rem;
}
.pay-logo p {
    font-size: 12px;
}
.address-custom-info span {
    background-color: transparent;
    color: #000;

}

 .address-custom-info span::before {
    content: none!important;

}
.layout-region-checkout-secondary {
    border-radius: 16px;
    padding: 0px 0;
    box-shadow: 0 0 5px #00000066;
}
.layout-checkout-form .layout-region-checkout-secondary h3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.layout-checkout-form .layout-region-checkout-secondary {
    background: #eee url(https://wrecon.world/modules/custom/awardee_confirmation/img/VectorSmartObject.png)no-repeat center center;
}
div#edit-agree-terms {
    margin: 16px auto;
    max-width: 95%;
}
 .billing-info-form .address-custom-info {
    margin-top: 0;
}
body.checkout_order_information.customawardee-nomination-form212 form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information{
    padding: 0 0 0 0;
}
div#edit-payment-information-add-payment-method-billing-information .address-custom-info {
    border-top: 0px solid #ddd;
    padding-top: 0;
    margin-top: 0px!important;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information>legend {
    display: none;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information>.fieldset-wrapper {
   padding: 16px 16px 16px;
    box-shadow: 0 0 5px #00000066;
    border-radius: 16px;
}
fieldset#edit-payment-information {     
    max-height: 100%;
}
/*fieldset#edit-payment-information > .fieldset-wrapper {
    padding: 16px 16px 16px;
     box-shadow: 0 0 5px #00000066;
}*/
form#commerce-checkout-flow-multistep-default .js-form-item {
    box-shadow: unset!important;
}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 16px;

}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper {
    box-shadow: unset;
}
#edit-payment-information-add-payment-method .stripe-form {
    box-shadow: unset;
}
div#edit-payment-information-add-payment-method-billing-information {
    box-shadow: unset;
}
.fieldset-legend{
    background-color: #e02b6f;
}
div#edit-payment-information-add-payment-method-billing-information-address-0-address-container0 {
    display: flex;
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px;

}

#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item {
    padding: 0 8px!important;
    width: 50%;
}
input#edit-payment-information-add-payment-method-billing-information-copy-to-address-book {
    float: left;
    margin: 0px 0 0 0;
}
form#commerce-checkout-flow-multistep-default .form-select {
    margin-top: 12px;
}
input#edit-actions-next {
    background: #e02b6f;
    border: 2px solid #e02b6f;

}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information {
    max-width: 55%;
}
div#edit-payment-information-add-payment-method-billing-information-address-0-address-container4 {
    padding: 0px 0px 0;
}
fieldset#edit-payment-information .stripe-form #card-number-element {
    background: #f8f8f8;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 8px 8px;
}
input#edit-actions-next {
    margin-top: 16px!important;
}
fieldset#edit-payment-information-payment-method--wrapper {
    padding: 0 0!important;
        margin-top: 0px!important;
}
#edit-payment-information-add-payment-method .stripe-form,div#edit-payment-information-add-payment-method-billing-information{
    padding: 0 0!important;
}
form#commerce-checkout-flow-multistep-default .js-form-item {
    padding: 0 0;
}
.layout-region-checkout-footer #edit-actions {
    text-align: left!important;
    margin: 0 auto;
}
body.customawardee-nomination-form121 header{
    background: rgba(21,27,57,1);
}
body.customawardee-nomination-form121 form#commerce-checkout-flow-multistep-default {
    padding-top: 140px;
}
.layout-region-checkout-footer #edit-actions input#edit-actions-next{
        background: #e22670;
}
.awardee-confirmation-form_awardee-confirmation-form .event-intro {
    background: unset;
}

/**********css-for-ach-end*************/

/*******17-12-2020**********/

#video-modal-link:hover {
    transform: translate(-50%,-50%) scale(1.1) !important;
}
nav .breadcrumb{
    margin-top: -3rem;
    top: 1.25rem;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    position: relative;
    z-index: 99;
}
nav .breadcrumb li, nav .breadcrumb li a{
        color: rgba(23,29,59,.8);
}
section.event-calendar.calendar-slider{
    padding-top:40px;
}
.sponsor-figure {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 32px 0;
}

/********17-12-2020*********/

/********18-12-2020*********/

.past-awardee-usa-2019_past-awardee-usa-2019 .who_we_banner_figure>img{
    width: 100%;
        object-fit: cover;
    max-height: 70vh;
}
.past-awardee-usa-2019_past-awardee-usa-2019 .who_we_banner_figure .who_we_banner_figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    z-index: 1;
}
.past-awardee-usa-2019_past-awardee-usa-2019 .who_we_banner_figure .who_we_banner_caption {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
    z-index: 11;
}
.past-awardee-usa-2019_past-awardee-usa-2019 .who_we_banner_figure .who_we_banner_caption h1{
        font-weight: 700;
    text-shadow: 0px 0px 5px #000000db;
}
.who_we_banner_caption {

    z-index: 11;
}
div#g_photos {
    padding: 40px 0;
}
.terms-of-service_terms-of-service a{
    color: #e02b6f;
}
.terms-of-service_terms-of-service .who_we_banner_figure::before,
.privacy-policy_privacy-policy .who_we_banner_figure::before{

    background: transparent;

}
.privacy-policy_privacy-policy p , 
.privacy-policy_privacy-policy ul,
.terms-of-service_terms-of-service p,
.terms-of-service_terms-of-service ul{
    margin-bottom: 10px;
}
.privacy-policy_privacy-policy ul {
    padding-left: 16px;
}
.intercon-usa-2020_intercon-usa-2020 section#exhibitors {
    margin-bottom: 0!important;
}
.row.jc_center img {
    max-width: 150px;
    margin: 0 auto;
}
.event-speakers-section h2,
.event-investors-section h2 {
    text-transform: uppercase;
}
/********18-12-2020*********/
.dropdown-menu .dropdown-toggle::after{
      width: 0;
      height: 0;
      border-top: 0.3em solid transparent;
      border-left: 0.3em solid #000;
      border-bottom: 0.3em solid transparent;
      position: absolute;
    right: 16px;
}
/***************media-query**********************/
ul.term-list.terms-condtn-list {
padding-left: 16px;
}
/**********media-query-start***************/


@media only screen and (min-width: 991px){
/*figure.pos {
    height: 50%;
}
.contact-cap {
    height: 50%;
}*/
.text-lg-left {
    text-align: left!important;
}
.confirmation-login .form-wrapper h1 {
    font-size: 3rem;
}
.confirmation-login .form-wrapper h5 {
    font-size: 1.4rem;
}

}
@media (min-width: 1200px){
.page-node-4 #carousel3d {
    margin-left: 5rem;
}
.event-slider-box {
    width: 1000px !important;
}
}
@media (min-width: 1350px){
.confirmation-login .content-left input {
    width: 80% !important;
}
}
@media screen and (max-width: 1530px){
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
    padding-left:0px!important;
}
.pay-logo {
    padding: 16px 8px;
    border-radius: 12px;

    font-size: 16px;

}
fieldset.primary-payment-method,div#edit-payment-information-add-payment-method-billing-information {
    padding: 24px 24px 24px 24px!important;
}
fieldset#edit-payment-information legend span, form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label {
    font-size: 27px;

}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 25px;
}
#edit-payment-information-add-payment-method .stripe-form {
    padding: 22px 24px 24px 24px!important;
}
.billing-info-form .js-form-item {
    padding: 0 0!important;
}
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item {
    padding: 0 8px!important;
}
.pay-logo {
    max-width: 96%;
}

}

@media screen and (max-width:1300px){
.pay-logo p {
    font-size: 12px;
}
}

@media screen and (max-width: 1199px){
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
    padding-left: 16px!important;
}
.pay-logo img {
    margin-bottom: 16px;
}
.pay-logo {
    padding: 16px 0;
    border-radius: 12px;
    font-size: 14px;
}
.nav-link {
    padding: 0.5rem 0.5rem;
}
.layout-region-checkout-footer #edit-actions{
    max-width: 960px;   
    text-align: center!important;
}
}

/*************************/



@media screen and (max-width:1199px){
    .header .navbar-toggler-icon {
    display: inline-flex;
}
}


@media screen and (max-width:1199px){
.menu_bar li a,li.last-menu a{
    font-size: 0.80rem;
}
.navbar-brand img {
    width: 100%;
    max-width: 135px;
}
.slider-content h2 {
    font-size: 2rem;
}
.slider-content h2 span {
    font-size: 1rem;
}
.banner_form h3 span {
    font-size: 16px;
}
.banner_form form .form-item{
        margin-top: 0;
}
.banner_form form input {
    height: calc(2rem + 2px);
    padding: 1.25rem;
    font-size: 0.75rem;
}
.banner_form form input#edit-actions-submit {
    font-size: 14px!important;
}
.event-intro h2,
.event-attendees h2,
.event-why-attend h2,
.event-news h2,
.past-participants h2{
    font-size: 1.75rem;
}
.event-attendees {
    padding: 40px 0;
}
.event-attendees h4 {
    font-size: 1.2rem;
    margin-top: 1rem!important;
    margin-bottom: 0rem!important;
        min-height: 50px;
}
.event-why-attend h2 {
    font-size: 1.75rem;
    margin-top: 0rem!important;
    margin-bottom: 1.5rem!important;
}
.forma {
    width: 60px;
    height: 70px;

}
.event-why-attend img.icon {
    max-width: 40px;
}
.event-why-attend p {
    margin-bottom: 0;
}
.grey-text {
    margin-top: 1rem!important;

}
.past-participants h2{
    margin-bottom: 1rem!important;
}
.figure-caption-blue .linkedin-batch {
    bottom: 82%;
    width: 45px;
    line-height: 45px;

}
.figure-caption-blue{
        padding: 1rem .5rem;
        font-size: 1rem;
}
.figure-caption-blue>br{
    display: none;
}
.figure-caption-blue small{
    display: block;
        font-size: .75rem;
}
.event-committee figure {
    min-height: 260px;
}
.magenta-text-box h3, .green-text-box h3 {
    font-size: 18px;
}
.event-slider-box .detail {
padding: 0.5rem 1rem;
    max-width: 83%;
    margin: 0 auto;
}
.item .event-slider-box span {
    font-size: 1rem;
    margin: 0.4rem;
}
.detail h4 {
    font-size: 1.5rem;
}
.event-slider-boxShadow {
    max-width: 100%;
    margin: 0 auto;
}
.event-slider-box a {
    padding: 1rem 0px 1rem 0px;
    font-size: 1rem;

}
.berecognized-form .awardee-tabs ul li a {
    font-size: 13px;

}
.blog-content-section{
    padding:50px 0;
}
section#sponsors .jc_center img,
section#exhibitors .jc_center img,
.jc_center img{
    width: 100%!important;
}
.event-slider-box b {
    left: 0;
    padding: 8px;

}
.event-slider-box b:before {
    content: none;
}
.usa_massage_section {
    padding: 30px 0 0 0;
}
.usa_massage_section h2 {
    font-size: 21px;
    margin-bottom: 8px;
}
.usa_massage_section h2 span {
    font-size: 21px;
    margin-top: 0px;
}
.usa_massage_section p span {
    margin-top: 4px;
}
.tabbable-line > .nav-tabs > li>a {
    font-size: 23px;
}
.agenda-table-tabs tr td{
    padding:0.5rem;
}
.agenda-table-tabs p {
    margin: 0 0 0px 0;
}
.agenda-table-tabs h3 {
    font-size: 18px;
}
.agenda-table-tabs a {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section#sponsors,section#media-partner {
    padding: 25px 0!important;
    margin: 0 0 !important;
}
section#sponsors h2,section#media-partner h2 {
    font-size: 25px;
    padding-bottom: 16px!important;
}
.row.jc_center .col-md-4.text-center {
    margin-bottom: 1rem !important;
}
.row.jc_center {
    align-items: center;
}
.event-slider-box .detail + .container>.row {
    width: 100%;
    max-width: 83%;
    margin: 0 auto;
}
.event-slider-box {
    max-width: 80%;
    margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {

    min-width: 13rem;
}
}

@media screen and (max-width:1024px){
.event-slider-box .detail {
    padding: 0.8rem 0.8rem;
        max-width: 80%;
}
.item .event-slider-box span {
    font-size: 1rem;
    margin: 0 0;
}
.orange-text {
    margin-top: 16px!important;
}
.detail h4 {
    font-size: 1.25rem;
}
.event-slider-box {
    max-width: 77%;
    margin: 0 auto;
}
.playhometop .img-responsive {
    object-fit: contain;

}
}
@media screen and (max-width:991px){
.header button.navbar-toggler {
display: block;
}
ul.menu_bar li+li {
    margin-top: 8px;
}
.menu_bar li.last-menu+li {
    margin-left: 0;
}
.menu_bar li.last-menu+li {
    margin-left: 0;
    margin-bottom: 4px;
}
.menu_bar li a{
    padding: 0 0.5rem;
}
.menu_bar li.last-menu a{
    padding: 0.5rem 0.5rem;
}
ul.menu_bar >li.nav-item:nth-last-child(3)> a {
    margin: 0px 0px 0px 0px !important;
    border: 1px solid rgb(255,255,255);
}
.slider-content h2 {
    font-size: 1.5rem;
}
.event-intro {
    padding:40px 0;
}
.event-intro h2, .event-attendees h2, .event-why-attend h2, .event-news h2, .past-participants h2 {
    font-size: 1.5rem;
}
.event-intro p {
    margin-top: 0px!important;
}
.event-attendees h4+br {
    display: none;
}
.grey-text {
    font-size: 1rem;
}
.past-participants .col-12.mt-5,.past-participants .col-12.mt-5 h2.mt-5 {
    margin-top: 1rem!important;
}
.past-participants .col-12.mt-5 h2.mt-5 {
    margin-bottom: 1rem!important;
}
.copyright,.copyright a {
    font-size: 14px;
}
.banner-overlay {
    bottom: 20%;
    transform: translateY(20%);

}
footer h4.text-white {
    font-size: 1.2rem;
}
footer ul.list-unstyled li a,.contact-list li {

    font-size: 14px;
}
.who_we_banner_caption {
    bottom: 35%;
    transform: translateY(35%);
}
.who_we_banner_caption h1{
    font-size: 2rem;
}
.who-we-are-intro{
    padding-top: 35px!important;
}
section.event-news-box.color01-bg.color01_header-bg{
    padding-top: 1rem!important;
}
section.event-news-box h2{
    font-size: 1.5rem;
}
.event-news-box .col-md-4 span {
    margin: 10px;
    padding: 16px 15px 10px 15px;

}
.event-news-box .col-md-4 span strong {
    font-size: 40px;
}
.magenta-text-box h3, .green-text-box h3 {
    font-size: 16px;
}
.advArea h3,section.event-committee h2{
    font-size:1.5rem;
}
.advArea .webhead span {
    margin-top: 8px;
}
.advArea .webhead {
    margin: 24px 0 16px;

}
.advArea .adv-team ul li {
    margin: 0 16px;
}
footer h4.text-white {
    margin-bottom: 0.5rem;
}
.badge-section figure img {
    transform: scale(1.4) translateX(-2%);
}
.berecognized-form .awardee-tabs ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    margin-bottom: 8px;
    flex: 0 0 100%;
    max-width: 100%;

}
.berecognized-form .awardee-tabs ul li a {
    font-size: 14px;
}
.blog-content-section{
    padding:35px 0;
}
.item-list ul li {
    padding: 8px;
    margin-bottom: 15px;
}
.item-list ul li h3, .item-list h5 {
    font-size: 15px;
}
.views-view-grid tr td h3 {
    font-size: 0.75rem;
}
.recent-post {
    font-size: 1rem;
}
.add-content {
    text-align: left;
}
.contact-us-wrap {
    padding-top: 0;
}
.event-intro p,.add-content {
font-size: 1rem;
}
.contact-us textarea#edit-message {
    width: 100%;
}
.event-slider h1 {
    font-size: 2rem;
}
.figure-caption-top p{
        font-size: 1rem;
}
.figure-caption-top {
    top:unset;
    bottom: 25%;
    transform: translateY(25%);

}
.speaker-intro,.event-agenda {
    padding: 25px 0!important;
}
.main-inner-heading h3{
    font-size: 1.25rem;
}
.main-inner-heading .who-said {
    margin-top: 0px !important;
}
.event-agenda h2{
    font-size: 1.5rem;
}
.Agenda_main-box .nav.nav-tabs {
    padding: 8px;
}
.Agenda_main-box .nav-tabs .nav-item .nav-link {
    padding: 8px 8px;

}
.Agenda_main-box .nav-tabs .nav-link b {
    font-size: 23px;
}
.Agenda_main-box .tab-pane {
    padding: 0px 0px;
}
.agenda-detail .row.day-1{
    padding: 1rem 0.5rem!important;
        font-size: 0.85rem;
}
.event-speakers-section h2,
.event-investors-section h2,
.light-grey-bg h2,
#media-partners h2,
#knowledge-partner h2{
    padding-bottom: 1rem !important;
    font-size: 1.5rem;
}
.sc_team_item_info h5 {
    font-size: 18px;
}
.social-hover h6, .orange-text {
    font-size: 14px;
}
.social-hover h6 span {
    font-size: 14px;
}
.sc_button_rigister {
    font-size: 14px;
    padding: 0.5rem 1rem;
    width: 239px;
    margin-top: 30px;
 
}
#speaker-wrap {

    padding: 25px 0px;

}
ul.menu_bar {
    background: #151b39;
    padding: 16px;
}
footer ul.list-unstyled {
    margin-bottom: 0.5rem;
}
.navbar-nav .dropdown-menu{
    position: absolute;
        top: 0;
    left: 100%;
    padding: 8px;    

}
.menu_bar li:hover> ul{
        min-width: 8rem;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
left: 100%;
    top: 0;
}
.menu_bar li.last-menu {
    margin-left: 0;
}
.owl-carousel .event-slider-box{
    max-width: 77%;
    margin: 0 auto;
}
.event-slider-box .detail {
    max-width: 100%;
}
.event-slider-box a {
    padding: 0.5rem 0px 0.5rem 0px;
}
.event-slider-box .detail + .container>.row {
    max-width: 100%;

}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information {
    max-width: 100%!important;
}
.layout-region-checkout-main, .layout-region-checkout-footer {
    width: 100%!important;
    padding-right: 0em!important;

}
.layout-region-checkout-secondary {
  width: 100%!important;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
    width: 12rem;
}
.layout-region.layout-region-checkout-secondary {
position: static;

}
}
@media screen and (max-width:780px){
  body.checkout_order_information.customawardee-nomination-form212 .layout-region-checkout-secondary {
    display: none;
}
}

@media screen and (max-width:767px){
    .banner-overlay {
    position: static;
    transform: unset;
        background: #151b39;
    margin-top: -7px;
    padding: 16px 0;
}
.navbar-brand img::i-block-chrome{
    width: 100%;
    max-width: 125px!important;
    height: auto!important;
}
.navbar-brand img{
    width: 100%;
    max-width: 125px!important;
    height: auto!important;
}

.banner-section {
     background: transparent; 
}
.banner-section::after {
    content: none;
}
.slider-content h2 {
    font-size: 1.2rem;
        text-align: center;
    width: 100%;
    margin-bottom: 16px;
}
.slider-content {
    justify-content: center;
    width: 100%;
    min-height: 130px;
}
.banner-section video {
position: relative;
}
.banner-section video::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #333;
        z-index: 11111111111;
}
.event-intro h2, .event-attendees h2, .event-why-attend h2, .event-news h2, .past-participants h2 {
text-align: center;
}
.event-intro p {
    margin-bottom: 16px;
}
.event-why-attend h4 {
    text-align: center;
}
.event-why-attend p {
    margin-bottom: 16px;
    line-height: 1.45;
    text-align: center;
}
.home_home .event-why-attend p{
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    word-spacing: -1px;
}
footer p{
    text-align: center;
}
footer img.img-fluid {
    max-width: 134px;
    margin: 0 auto;
}
footer .social-links,footer ul{
    text-align: center;
}
footer h4.text-white {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
        text-align: center;
}
.contact-list li {
    margin-top: 1rem!important;
}
.event-news h2 {
    margin-bottom: 16px!important;
}
.event-news .play-btn {
    margin-top: 0px !important;
    width: 76px;
    height: 76px;
    top: 50%;
}
.advArea .adv-team ul {
    flex-wrap: wrap;
}
.advArea .adv-team ul li {
    margin: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.advArea .info-team {
    width: 100%;
    padding: 8px 0 0;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.advArea .adimg {
    max-width: 100%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.advArea .info-team {
    width: 100%;
    padding: 8px 0 0;
    height: auto;
}
.advArea .ad-img {
    position: static;

}
.advArea .info-text {
    padding: 0 8px 0 8px;
}
.advArea .info-text h4 {
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
}
.advArea .info-text p {
    margin: 8px 0;

}
.advArea .mylo{
    left: 0;
}
.badge-section figure img {
    transform:unset;
}
.technology-section {
    padding: 35px 0;
}
.technology-list li, .technology-section h5,.technology-section p {
    font-size: 15px;

}
.nomination-section .form-wrapper h2 {
    font-size: 22px;
    }
.technology-img{
    text-align: center;
}
.contactform-bg {
    padding: 0.5rem;
}
section#sponsors .jc_center img, section#exhibitors .jc_center img, .jc_center img {
    width: 60%!important;
}
.event-calendar .orange-text {
    margin-top: 0px!important;
}
.item .event-slider-box span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.detail span svg {
    margin-right: 0;
}
.detail h4 {
    text-align: center;
}
.event-slider-box a{
    width: 100% !important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.event-slider-box a+a {
border-top: 1px solid #fff;
}
.owl-theme .owl-controls {
    top: 40%;

}
.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.event-slider-box b {
    font-size: 14px;
}
.event-slider-box a {
    padding: 0.5rem 0px 0.5rem 0px;
    font-size: 14px;
    line-height: 1.45;
}
.event-calendar .container.mt-5 {
    margin-top: 1rem!important;
}
footer li a {
    justify-content: center;
}
.contact-list li+li {
    margin-top: 1rem!important;
}
.contact-list li:last-child{
    margin-top:0.25rem!important;
}
.copyright{
    padding: 16px 0!important;
    margin-top: 16px!important;
}
.tabbable-line > .nav-tabs > li>a {
    font-size: 16px;
}
.tabbable-line > .nav-tabs > li>a>span {
    margin-bottom: 0;
}
.tabbable-line > .nav-tabs > li>a>span:last-child {
    font-size: 14px;
}
.agenda-table-tabs tr td {
    font-size: 14px;
    font-weight: 600;

}
.agenda-table-tabs tr td {
    padding: 0.25rem;
}
.agenda-table-tabs h3 {
    font-size: 16px;
}
.agenda-table-tabs a {
    font-size: 11px;
    padding: 4px 16px;

}
.agenda-table-tabs a svg {
    display: inline-block;
    margin-left:4px;
}
.tabbable-line > .nav-tabs > li {
    padding: 5px 0;
}
table.agenda-table-tabs {
    min-width: 834px;
}
.row.jc_center .text-center {
    padding: 0 0!important;
}
.row.jc_center .text-center >a {
    justify-content: center;
}
.row.jc_center img {
    max-width: 50%;
}
section .text-center h2{
font-size: 21px!important;
    padding-bottom: 16px!important;
}
.breadcrumb{
        padding: 0.5rem 0.5rem;
}
.breadcrumb a{
    font-size: 14px;
}
.event-slider figure {
    position: relative;
}
.event-slider h1 {
    font-size: 1.25rem;
}
.event-slider figure.pos img {
    min-height: 35vh;
}
.confirmation-login h1 {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
.confirmation-login h5 {
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
}
.confirmation-login .content-left {
    padding: 30px 16px 16px;
    padding-top: 16vh;

}
.confirmation-login .form-wrapper .content {
    margin-top: 16px;
    width: 100%;
}
div#edit-actions {
    text-align: center;
}
.confirmation-login .form-wrapper input[type="submit"] {
    font-size: 1rem !important;
    width: 250px !important;
    margin: 1rem auto 16px !important;
}
.confirmation-login .content-left a {
    font-size: 1rem;
    margin-top: 0px !important;
    text-align: center;
}
.confirmation-login .content-left .social-list {
    right: 0;
    margin-top: 16px;
    text-align: center!important;
}
.owl-carousel .event-slider-box {
    max-width: 95%;
    margin: 0 auto;
}
.event-slider-boxShadow {
    padding-bottom: 10px;
}
fieldset#edit-payment-information legend span, 
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label{
        font-size: 24px;
}
fieldset#edit-payment-information .fieldset-wrapper legend {
    margin-bottom: 16px;
}
fieldset.primary-payment-method {
    padding: 0 0px!important;
    }
.checkout_order_information #edit-payment-information-add-payment-method .stripe-form {
    padding: 22px 0px 16px 0px!important;
}
.checkout_order_information div#edit-payment-information-add-payment-method-billing-information {
    padding: 0px!important;
}
.webform-multiple-table-responsive td.webform-multiple-table--operations {
display: none;
width: 100%;
}
.webform-multiple-table td input[type="image"] {
    max-width: 27px;
    margin: 5px auto;
}
.webform-register-wrapper .webform-multiple-table td .js-form-item {
    width: 100%;
    padding: 0 0px;
}
section.thanks-box {
    padding: 0 0!important;
}
.thanks-box h3.title {
    font-size: 21px;
    padding: 16px;
}
.thanks-box .img-box {
    padding: 0px 0px 0px 0;
    border-right: 0px solid #e6e6e6;
}
.thanks-box .content-box h2 {
    font-size: 27px;
}
.thanks-box .content-box .subtitle {
    font-size: 18px;
    text-align: center;
}
.thanks-box .content-box address {
    margin-bottom: 0rem;
    text-align: center;
}
.thanks-box p {
    font-size: 16px;
    line-height: 1.45;
    padding: 0px 0 0px 0;
    margin-bottom: 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
    left: 38%;
    top: 84%;
    min-width: 12rem;
    width: 12rem;
}
.event-attendees h4 {
    min-height: unset;
}
.event-committee figure img{
    min-height: auto;
    max-height: unset;
    width: 100%;
    object-fit: unset;
    padding: 0 0!important;
}
.com_display{
	display: none;
}
}

@media (min-width: 767px){
.pos {
    position: relative;
    margin: 0;

}

}
@media screen and (max-width:575px){
.past-participants img {
    width: 100%;
        max-width: 50%;
}
.row.align-content-end .text-center.text-md-left.text-sm-left {
    padding-bottom: 0px!important;
}
.who_we_banner_caption h1 {
    font-size: 1.5rem;
}
.who_we_banner_caption {
    bottom: 20%;
    transform: translateY(20%);
}
.who_we_banner_figure>img {
    min-height: 36vh;
    object-fit: cover;
}
.item-list ul li h3, .item-list h5,.item-list p{
    font-size: 14px;
}
.blog-content-section .container-fluid{
    padding:0 0;
}
.event-slider-box b {
    font-size: 13px;
    padding: 4px;
    top: 0;
}
.event-slider-box .detail {
    padding: 0.5rem 0.5rem;
}
.item .event-slider-box span {
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
}
.detail h4 {
    font-size: 1rem;
}
.owl-item.active.center .description {
    font-size: 14px;

}
.owl-theme .owl-controls {
    top: 28%;
}
ul.nav.nav-tabs.agenda-tabs {
    background: #8887871c;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.tabbable-line > .tab-content {
    padding: 0px 0 30px;
}
.agenda-table-tabs a svg {
    font-size: 8px;
}
.tabbable-line > .nav-tabs > li {
    width: 100%;
}
.commerce-checkout-flow-multistep-default div#edit-payment-information-payment-method {
    flex-direction: column;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method {
    width: 100%;

}
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
    padding-left: 0px!important;
    margin-top: 16px!important;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method label.option,
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item {
    padding: 0 0!important;
}
div#edit-payment-information-add-payment-method-billing-information-address-0-address-container0 {
    flex-direction: column;
        margin-left: 0;
    margin-right: 0;
}
div#edit-payment-information-add-payment-method-billing-information-address-0-address-container4 .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-locality.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-locality {
    padding-right: 0!important;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div {
    flex-direction: column;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div {
    flex-direction: column;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method {
    margin: 0 0 16px;
    width: 100%;

}
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
    padding-left: 0px!important;
}
.checkout_order_information .js-form-item-payment-information-add-payment-method-payment-details-expiration,
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item,
.address-container-inline .form-item-payment-information-add-payment-method-billing-information-address-0-address-locality{
    width: 100%!important;
        padding: 0 0px!important;
}
.layout-region-checkout-footer #edit-actions {
    text-align: center!important;
}
.checkout_order_information .checkout-order-summary table td div {
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;

}
.checkout_order_information .layout-region-checkout-secondary div#edit-order-summary, .checkout_order_information .layout-region-checkout-secondary .checkout-pane-coupon-redemption {
    padding: 0 16px;
}
.layout-checkout-form .layout-region-checkout-secondary h3 {
    font-size: 16px;

}
.layout-region-checkout-secondary .order-total-line__subtotal {
    font-size: 14px;
}
.layout-region-checkout-secondary .order-total-line.order-total-line__total {
    font-size: 18px;

}
div.otp-form .ac-otp input {
    padding: 5px;

}
form input.form-submit {
    width: 50%;
        white-space: normal;
}
.otp-message h2 {
    font-size: 22px;
}
div#edit-login-form .label {
    font-size: 20px;
    margin: 0 0 16px;

}
.myregisterArea .mycart ul li {
    font-size: 12px;
}
.myregisterArea .mycart ul.totalData li {
    font-size: 14px;

}
input#edit-actions-submit {
    max-width: 100%;
    width: 100%;
    font-size: 14px!important;
}
.myregisterArea .mycart h2 {
    font-size: 20px!important;
    padding: 8px;

}
#edit-delegates label,.webform-register-wrapper h2 {
    font-size: 20px;
    margin-bottom: 8px;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
    left: 46%;
    top: 78%;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu{
        min-width:9rem;
}
ul.menu_bar {
    align-items: flex-start;
}
.checkout_order_information form#commerce-checkout-flow-multistep-default .js-form-item {
    padding: 0 0px;
        width: 100%;
}

}
@media screen and (max-width:464px){

.owl-theme .owl-controls {
    top: 24%;
}
.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    font-size: 16px;
}
.container-fluid.home-banner-container {
    max-width: 100%;
    margin: 0 auto;
}
.g-recaptcha>div {
    width: 100%!important;
    overflow: auto;
}
}
@media screen and (max-width:383px){
.owl-theme .owl-controls {
    top: 20%;
    width: 99%;
}
.home-page-interview-video {
    margin-bottom: 46px;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
    left: 6%;
}
.slider-content h2{
	font-size: 1rem;
}
.slider-content h2 span{
	font-size: 0.75rem;
	margin-top: 8px;
}
.event-intro h2, .event-attendees h2, .event-why-attend h2, .event-news h2, .past-participants h2 {
    font-size: 1.2rem;
}
}

/*********************************30_12_2020_santa****************************************/

img.left {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 6.5em;
}
img.right {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 6.5em;
}
/*.about-section{
    overflow: hidden;
}*/
.about-section img.left, .about-section img.right{
    top: -41px;
}
.about-section img.bottom-left {
position: absolute;
    left: 0;
    bottom: -33px;
    max-width: 200px;
}
.offer-slider img.what-offer-left {
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}
section.join-us-section {
    position: relative;
}
section.join-us-section img.bottom-left {
    position: absolute;
    bottom: 0;
    left: -66px;
}
.why-should-attend img.left {
    top: -135px;
}
.highlight-section, .keep-good-aection,.register-section{
    position: relative;
}
.highlight-section img.bottom-right {
    position: absolute;
    top: -33px;
    right: 0;
    max-width: 226px;
}
.highlight-section .container-fluid >img.cap {
    position: absolute;
    top: 15px;
    left: 42.5%;
    transform: translateX(-50%);
    height: 30px;
}
.register-section img.bottom-left {
    position: absolute;
    left: 0;
    bottom: -176px;
    max-width: 200px;
}
figcaption.time-caption>img {
    position: absolute;
    left: 50%;
    top: 0;
    top: -11px;
    right: unset;
    width: 65%;
    transform: translateX(-50%);
}
footer img.bottom-left {
position: absolute;
    left: 0;
    bottom: 56px;
    max-width: 134px;
    z-index: 11;
    transform: rotate(180deg);
}
footer img.right {
    top: -28px;
}
#fb-root img.cap {
position: fixed;
right: 16px;
z-index: 11111;
bottom: 79px;
height: 40px;
}
/************snow_*****************/
/*body {
  height: 100vh;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;
  filter: drop-shadow(0 0 10px white);
}*/
.snow_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.snow-wrapper-footer{
    position: absolute;   
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    overflow: hidden;
}
.snow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}
.snow:nth-child(1) {
  opacity: 0.9644;
  transform: translate(37.6551vw, -10px) scale(0.9517);
  animation: fall-1 16s -20s linear infinite;
}
@keyframes fall-1 {
  39.142% {
    transform: translate(42.5574vw, 39.142vh) scale(0.9517);
  }
  to {
    transform: translate(40.10625vw, 100vh) scale(0.9517);
  }
}
.snow:nth-child(2) {
  opacity: 0.4446;
  transform: translate(7.667vw, -10px) scale(0.3375);
  animation: fall-2 17s -13s linear infinite;
}
@keyframes fall-2 {
  77.907% {
    transform: translate(5.6465vw, 77.907vh) scale(0.3375);
  }
  to {
    transform: translate(6.65675vw, 100vh) scale(0.3375);
  }
}
.snow:nth-child(3) {
  opacity: 0.6525;
  transform: translate(70.9393vw, -10px) scale(0.9944);
  animation: fall-3 30s -2s linear infinite;
}
@keyframes fall-3 {
  50.483% {
    transform: translate(62.3981vw, 50.483vh) scale(0.9944);
  }
  to {
    transform: translate(66.6687vw, 100vh) scale(0.9944);
  }
}
.snow:nth-child(4) {
  opacity: 0.1524;
  transform: translate(54.7029vw, -10px) scale(0.4349);
  animation: fall-4 21s -18s linear infinite;
}
@keyframes fall-4 {
  71.925% {
    transform: translate(51.1188vw, 71.925vh) scale(0.4349);
  }
  to {
    transform: translate(52.91085vw, 100vh) scale(0.4349);
  }
}
.snow:nth-child(5) {
  opacity: 0.4357;
  transform: translate(15.2747vw, -10px) scale(0.26);
  animation: fall-5 12s -15s linear infinite;
}
@keyframes fall-5 {
  49.003% {
    transform: translate(18.3281vw, 49.003vh) scale(0.26);
  }
  to {
    transform: translate(16.8014vw, 100vh) scale(0.26);
  }
}
.snow:nth-child(6) {
  opacity: 0.7057;
  transform: translate(29.7977vw, -10px) scale(0.8664);
  animation: fall-6 13s -13s linear infinite;
}
@keyframes fall-6 {
  49.574% {
    transform: translate(38.1894vw, 49.574vh) scale(0.8664);
  }
  to {
    transform: translate(33.99355vw, 100vh) scale(0.8664);
  }
}
.snow:nth-child(7) {
  opacity: 0.8839;
  transform: translate(6.5023vw, -10px) scale(0.3409);
  animation: fall-7 26s -15s linear infinite;
}
@keyframes fall-7 {
  72.33% {
    transform: translate(4.5277vw, 72.33vh) scale(0.3409);
  }
  to {
    transform: translate(5.515vw, 100vh) scale(0.3409);
  }
}
.snow:nth-child(8) {
  opacity: 0.8879;
  transform: translate(53.2243vw, -10px) scale(0.5882);
  animation: fall-8 26s -27s linear infinite;
}
@keyframes fall-8 {
  49.465% {
    transform: translate(62.334vw, 49.465vh) scale(0.5882);
  }
  to {
    transform: translate(57.77915vw, 100vh) scale(0.5882);
  }
}
.snow:nth-child(9) {
  opacity: 0.0471;
  transform: translate(64.2494vw, -10px) scale(0.244);
  animation: fall-9 25s -30s linear infinite;
}
@keyframes fall-9 {
  55.604% {
    transform: translate(64.2894vw, 55.604vh) scale(0.244);
  }
  to {
    transform: translate(64.2694vw, 100vh) scale(0.244);
  }
}
.snow:nth-child(10) {
  opacity: 0.9881;
  transform: translate(55.0682vw, -10px) scale(0.7254);
  animation: fall-10 22s -14s linear infinite;
}
@keyframes fall-10 {
  69.053% {
    transform: translate(63.0967vw, 69.053vh) scale(0.7254);
  }
  to {
    transform: translate(59.08245vw, 100vh) scale(0.7254);
  }
}
.snow:nth-child(11) {
  opacity: 0.9711;
  transform: translate(87.2036vw, -10px) scale(0.1511);
  animation: fall-11 17s -3s linear infinite;
}
@keyframes fall-11 {
  50.327% {
    transform: translate(78.7582vw, 50.327vh) scale(0.1511);
  }
  to {
    transform: translate(82.9809vw, 100vh) scale(0.1511);
  }
}
.snow:nth-child(12) {
  opacity: 0.3048;
  transform: translate(88.148vw, -10px) scale(0.817);
  animation: fall-12 22s -2s linear infinite;
}
@keyframes fall-12 {
  32.722% {
    transform: translate(81.9147vw, 32.722vh) scale(0.817);
  }
  to {
    transform: translate(85.03135vw, 100vh) scale(0.817);
  }
}
.snow:nth-child(13) {
  opacity: 0.0765;
  transform: translate(73.9077vw, -10px) scale(0.5762);
  animation: fall-13 28s -18s linear infinite;
}
@keyframes fall-13 {
  78.509% {
    transform: translate(80.3951vw, 78.509vh) scale(0.5762);
  }
  to {
    transform: translate(77.1514vw, 100vh) scale(0.5762);
  }
}
.snow:nth-child(14) {
  opacity: 0.0438;
  transform: translate(58.9766vw, -10px) scale(0.6334);
  animation: fall-14 26s -16s linear infinite;
}
@keyframes fall-14 {
  30.662% {
    transform: translate(55.0157vw, 30.662vh) scale(0.6334);
  }
  to {
    transform: translate(56.99615vw, 100vh) scale(0.6334);
  }
}
.snow:nth-child(15) {
  opacity: 0.1752;
  transform: translate(98.5747vw, -10px) scale(0.4758);
  animation: fall-15 21s -16s linear infinite;
}
@keyframes fall-15 {
  48.037% {
    transform: translate(96.1001vw, 48.037vh) scale(0.4758);
  }
  to {
    transform: translate(97.3374vw, 100vh) scale(0.4758);
  }
}
.snow:nth-child(16) {
  opacity: 0.9524;
  transform: translate(36.7984vw, -10px) scale(0.2928);
  animation: fall-16 12s -11s linear infinite;
}
@keyframes fall-16 {
  32.918% {
    transform: translate(38.1733vw, 32.918vh) scale(0.2928);
  }
  to {
    transform: translate(37.48585vw, 100vh) scale(0.2928);
  }
}
.snow:nth-child(17) {
  opacity: 0.4489;
  transform: translate(86.4786vw, -10px) scale(0.3639);
  animation: fall-17 15s -10s linear infinite;
}
@keyframes fall-17 {
  30.903% {
    transform: translate(88.0911vw, 30.903vh) scale(0.3639);
  }
  to {
    transform: translate(87.28485vw, 100vh) scale(0.3639);
  }
}
.snow:nth-child(18) {
  opacity: 0.2955;
  transform: translate(92.4751vw, -10px) scale(0.9562);
  animation: fall-18 10s -23s linear infinite;
}
@keyframes fall-18 {
  69.039% {
    transform: translate(90.5107vw, 69.039vh) scale(0.9562);
  }
  to {
    transform: translate(91.4929vw, 100vh) scale(0.9562);
  }
}
.snow:nth-child(19) {
  opacity: 0.2455;
  transform: translate(19.3994vw, -10px) scale(0.6624);
  animation: fall-19 12s -2s linear infinite;
}
@keyframes fall-19 {
  39.744% {
    transform: translate(27.0099vw, 39.744vh) scale(0.6624);
  }
  to {
    transform: translate(23.20465vw, 100vh) scale(0.6624);
  }
}
.snow:nth-child(20) {
  opacity: 0.6801;
  transform: translate(1.595vw, -10px) scale(0.7826);
  animation: fall-20 30s -4s linear infinite;
}
@keyframes fall-20 {
  38.845% {
    transform: translate(-5.5175vw, 38.845vh) scale(0.7826);
  }
  to {
    transform: translate(-1.96125vw, 100vh) scale(0.7826);
  }
}
.snow:nth-child(21) {
  opacity: 0.4333;
  transform: translate(82.5683vw, -10px) scale(0.7146);
  animation: fall-21 26s -10s linear infinite;
}
@keyframes fall-21 {
  43.134% {
    transform: translate(81.7216vw, 43.134vh) scale(0.7146);
  }
  to {
    transform: translate(82.14495vw, 100vh) scale(0.7146);
  }
}
.snow:nth-child(22) {
  opacity: 0.7817;
  transform: translate(83.568vw, -10px) scale(0.8298);
  animation: fall-22 17s -7s linear infinite;
}
@keyframes fall-22 {
  67.706% {
    transform: translate(93.2802vw, 67.706vh) scale(0.8298);
  }
  to {
    transform: translate(88.4241vw, 100vh) scale(0.8298);
  }
}
.snow:nth-child(23) {
  opacity: 0.5377;
  transform: translate(33.8609vw, -10px) scale(0.9624);
  animation: fall-23 22s -7s linear infinite;
}
@keyframes fall-23 {
  33.797% {
    transform: translate(38.0993vw, 33.797vh) scale(0.9624);
  }
  to {
    transform: translate(35.9801vw, 100vh) scale(0.9624);
  }
}
.snow:nth-child(24) {
  opacity: 0.8133;
  transform: translate(0.0504vw, -10px) scale(0.1234);
  animation: fall-24 25s -15s linear infinite;
}
@keyframes fall-24 {
  55.47% {
    transform: translate(0.2974vw, 55.47vh) scale(0.1234);
  }
  to {
    transform: translate(0.1739vw, 100vh) scale(0.1234);
  }
}
.snow:nth-child(25) {
  opacity: 0.4222;
  transform: translate(63.2871vw, -10px) scale(0.1535);
  animation: fall-25 11s -19s linear infinite;
}
@keyframes fall-25 {
  70.745% {
    transform: translate(67.294vw, 70.745vh) scale(0.1535);
  }
  to {
    transform: translate(65.29055vw, 100vh) scale(0.1535);
  }
}
.snow:nth-child(26) {
  opacity: 0.1481;
  transform: translate(45.8633vw, -10px) scale(0.5652);
  animation: fall-26 17s -30s linear infinite;
}
@keyframes fall-26 {
  78.189% {
    transform: translate(36.5842vw, 78.189vh) scale(0.5652);
  }
  to {
    transform: translate(41.22375vw, 100vh) scale(0.5652);
  }
}
.snow:nth-child(27) {
  opacity: 0.2114;
  transform: translate(60.5623vw, -10px) scale(0.2187);
  animation: fall-27 12s -3s linear infinite;
}
@keyframes fall-27 {
  56.982% {
    transform: translate(62.9237vw, 56.982vh) scale(0.2187);
  }
  to {
    transform: translate(61.743vw, 100vh) scale(0.2187);
  }
}
.snow:nth-child(28) {
  opacity: 0.6917;
  transform: translate(3.4391vw, -10px) scale(0.5833);
  animation: fall-28 19s -10s linear infinite;
}
@keyframes fall-28 {
  39.964% {
    transform: translate(-1.6301vw, 39.964vh) scale(0.5833);
  }
  to {
    transform: translate(0.9045vw, 100vh) scale(0.5833);
  }
}
.snow:nth-child(29) {
  opacity: 0.6384;
  transform: translate(76.9194vw, -10px) scale(0.6745);
  animation: fall-29 17s -30s linear infinite;
}
@keyframes fall-29 {
  51.292% {
    transform: translate(69.4159vw, 51.292vh) scale(0.6745);
  }
  to {
    transform: translate(73.16765vw, 100vh) scale(0.6745);
  }
}
.snow:nth-child(30) {
  opacity: 0.1517;
  transform: translate(38.4726vw, -10px) scale(0.9136);
  animation: fall-30 17s -3s linear infinite;
}
@keyframes fall-30 {
  33.424% {
    transform: translate(35.3914vw, 33.424vh) scale(0.9136);
  }
  to {
    transform: translate(36.932vw, 100vh) scale(0.9136);
  }
}
.snow:nth-child(31) {
  opacity: 0.3857;
  transform: translate(51.8425vw, -10px) scale(0.3123);
  animation: fall-31 10s -23s linear infinite;
}
@keyframes fall-31 {
  77.346% {
    transform: translate(58.755vw, 77.346vh) scale(0.3123);
  }
  to {
    transform: translate(55.29875vw, 100vh) scale(0.3123);
  }
}
.snow:nth-child(32) {
  opacity: 0.9895;
  transform: translate(41.4295vw, -10px) scale(0.2291);
  animation: fall-32 29s -2s linear infinite;
}
@keyframes fall-32 {
  74.341% {
    transform: translate(43.2136vw, 74.341vh) scale(0.2291);
  }
  to {
    transform: translate(42.32155vw, 100vh) scale(0.2291);
  }
}
.snow:nth-child(33) {
  opacity: 0.0747;
  transform: translate(29.0218vw, -10px) scale(0.534);
  animation: fall-33 28s -2s linear infinite;
}
@keyframes fall-33 {
  51.328% {
    transform: translate(37.7264vw, 51.328vh) scale(0.534);
  }
  to {
    transform: translate(33.3741vw, 100vh) scale(0.534);
  }
}
.snow:nth-child(34) {
  opacity: 0.076;
  transform: translate(96.4454vw, -10px) scale(0.7748);
  animation: fall-34 28s -12s linear infinite;
}
@keyframes fall-34 {
  64.062% {
    transform: translate(104.6506vw, 64.062vh) scale(0.7748);
  }
  to {
    transform: translate(100.548vw, 100vh) scale(0.7748);
  }
}
.snow:nth-child(35) {
  opacity: 0.9069;
  transform: translate(26.4215vw, -10px) scale(0.5863);
  animation: fall-35 15s -30s linear infinite;
}
@keyframes fall-35 {
  67.856% {
    transform: translate(26.6911vw, 67.856vh) scale(0.5863);
  }
  to {
    transform: translate(26.5563vw, 100vh) scale(0.5863);
  }
}
.snow:nth-child(36) {
  opacity: 0.3244;
  transform: translate(20.6978vw, -10px) scale(0.9862);
  animation: fall-36 13s -20s linear infinite;
}
@keyframes fall-36 {
  69.784% {
    transform: translate(17.505vw, 69.784vh) scale(0.9862);
  }
  to {
    transform: translate(19.1014vw, 100vh) scale(0.9862);
  }
}
.snow:nth-child(37) {
  opacity: 0.115;
  transform: translate(3.5587vw, -10px) scale(0.7665);
  animation: fall-37 15s -24s linear infinite;
}
@keyframes fall-37 {
  73.568% {
    transform: translate(9.5358vw, 73.568vh) scale(0.7665);
  }
  to {
    transform: translate(6.54725vw, 100vh) scale(0.7665);
  }
}
.snow:nth-child(38) {
  opacity: 0.9367;
  transform: translate(24.2241vw, -10px) scale(0.0667);
  animation: fall-38 13s -5s linear infinite;
}
@keyframes fall-38 {
  51.025% {
    transform: translate(18.6763vw, 51.025vh) scale(0.0667);
  }
  to {
    transform: translate(21.4502vw, 100vh) scale(0.0667);
  }
}
.snow:nth-child(39) {
  opacity: 0.9233;
  transform: translate(5.1489vw, -10px) scale(0.1197);
  animation: fall-39 15s -3s linear infinite;
}
@keyframes fall-39 {
  73.789% {
    transform: translate(10.5489vw, 73.789vh) scale(0.1197);
  }
  to {
    transform: translate(7.8489vw, 100vh) scale(0.1197);
  }
}
.snow:nth-child(40) {
  opacity: 0.5668;
  transform: translate(0.5304vw, -10px) scale(0.6883);
  animation: fall-40 21s -28s linear infinite;
}
@keyframes fall-40 {
  58.299% {
    transform: translate(0.2965vw, 58.299vh) scale(0.6883);
  }
  to {
    transform: translate(0.41345vw, 100vh) scale(0.6883);
  }
}
.snow:nth-child(41) {
  opacity: 0.5774;
  transform: translate(33.8301vw, -10px) scale(0.8895);
  animation: fall-41 18s -20s linear infinite;
}
@keyframes fall-41 {
  72.823% {
    transform: translate(41.8311vw, 72.823vh) scale(0.8895);
  }
  to {
    transform: translate(37.8306vw, 100vh) scale(0.8895);
  }
}
.snow:nth-child(42) {
  opacity: 0.1313;
  transform: translate(42.5954vw, -10px) scale(0.0695);
  animation: fall-42 22s -10s linear infinite;
}
@keyframes fall-42 {
  57.224% {
    transform: translate(33.1971vw, 57.224vh) scale(0.0695);
  }
  to {
    transform: translate(37.89625vw, 100vh) scale(0.0695);
  }
}
.snow:nth-child(43) {
  opacity: 0.0281;
  transform: translate(81.5189vw, -10px) scale(0.4764);
  animation: fall-43 15s -2s linear infinite;
}
@keyframes fall-43 {
  59.379% {
    transform: translate(72.4319vw, 59.379vh) scale(0.4764);
  }
  to {
    transform: translate(76.9754vw, 100vh) scale(0.4764);
  }
}
.snow:nth-child(44) {
  opacity: 0.0033;
  transform: translate(7.4972vw, -10px) scale(0.8344);
  animation: fall-44 29s -4s linear infinite;
}
@keyframes fall-44 {
  38.986% {
    transform: translate(6.7154vw, 38.986vh) scale(0.8344);
  }
  to {
    transform: translate(7.1063vw, 100vh) scale(0.8344);
  }
}
.snow:nth-child(45) {
  opacity: 0.5784;
  transform: translate(2.1212vw, -10px) scale(0.2602);
  animation: fall-45 30s -12s linear infinite;
}
@keyframes fall-45 {
  75.207% {
    transform: translate(10.7092vw, 75.207vh) scale(0.2602);
  }
  to {
    transform: translate(6.4152vw, 100vh) scale(0.2602);
  }
}
.snow:nth-child(46) {
  opacity: 0.3059;
  transform: translate(66.8489vw, -10px) scale(0.2427);
  animation: fall-46 11s -1s linear infinite;
}
@keyframes fall-46 {
  70.473% {
    transform: translate(69.044vw, 70.473vh) scale(0.2427);
  }
  to {
    transform: translate(67.94645vw, 100vh) scale(0.2427);
  }
}
.snow:nth-child(47) {
  opacity: 0.2465;
  transform: translate(83.8449vw, -10px) scale(0.3466);
  animation: fall-47 17s -30s linear infinite;
}
@keyframes fall-47 {
  56.079% {
    transform: translate(85.5698vw, 56.079vh) scale(0.3466);
  }
  to {
    transform: translate(84.70735vw, 100vh) scale(0.3466);
  }
}
.snow:nth-child(48) {
  opacity: 0.5114;
  transform: translate(34.3388vw, -10px) scale(0.5418);
  animation: fall-48 27s -30s linear infinite;
}
@keyframes fall-48 {
  74.375% {
    transform: translate(30.6905vw, 74.375vh) scale(0.5418);
  }
  to {
    transform: translate(32.51465vw, 100vh) scale(0.5418);
  }
}
.snow:nth-child(49) {
  opacity: 0.5577;
  transform: translate(25.8091vw, -10px) scale(0.1056);
  animation: fall-49 18s -2s linear infinite;
}
@keyframes fall-49 {
  33.692% {
    transform: translate(23.269vw, 33.692vh) scale(0.1056);
  }
  to {
    transform: translate(24.53905vw, 100vh) scale(0.1056);
  }
}
.snow:nth-child(50) {
  opacity: 0.068;
  transform: translate(57.6781vw, -10px) scale(0.8488);
  animation: fall-50 29s -13s linear infinite;
}
@keyframes fall-50 {
  35.805% {
    transform: translate(51.3386vw, 35.805vh) scale(0.8488);
  }
  to {
    transform: translate(54.50835vw, 100vh) scale(0.8488);
  }
}
.snow:nth-child(51) {
  opacity: 0.221;
  transform: translate(81.5136vw, -10px) scale(0.3805);
  animation: fall-51 19s -18s linear infinite;
}
@keyframes fall-51 {
  54.16% {
    transform: translate(86.2431vw, 54.16vh) scale(0.3805);
  }
  to {
    transform: translate(83.87835vw, 100vh) scale(0.3805);
  }
}
.snow:nth-child(52) {
  opacity: 0.0076;
  transform: translate(82.1523vw, -10px) scale(0.1975);
  animation: fall-52 30s -15s linear infinite;
}
@keyframes fall-52 {
  31.85% {
    transform: translate(85.9979vw, 31.85vh) scale(0.1975);
  }
  to {
    transform: translate(84.0751vw, 100vh) scale(0.1975);
  }
}
.snow:nth-child(53) {
  opacity: 0.6485;
  transform: translate(30.8086vw, -10px) scale(0.3411);
  animation: fall-53 18s -29s linear infinite;
}
@keyframes fall-53 {
  31.934% {
    transform: translate(32.298vw, 31.934vh) scale(0.3411);
  }
  to {
    transform: translate(31.5533vw, 100vh) scale(0.3411);
  }
}
.snow:nth-child(54) {
  opacity: 0.9392;
  transform: translate(32.2964vw, -10px) scale(0.437);
  animation: fall-54 10s -26s linear infinite;
}
@keyframes fall-54 {
  67.737% {
    transform: translate(40.2728vw, 67.737vh) scale(0.437);
  }
  to {
    transform: translate(36.2846vw, 100vh) scale(0.437);
  }
}
.snow:nth-child(55) {
  opacity: 0.7178;
  transform: translate(72.2962vw, -10px) scale(0.3773);
  animation: fall-55 30s -3s linear infinite;
}
@keyframes fall-55 {
  66.607% {
    transform: translate(69.617vw, 66.607vh) scale(0.3773);
  }
  to {
    transform: translate(70.9566vw, 100vh) scale(0.3773);
  }
}
.snow:nth-child(56) {
  opacity: 0.049;
  transform: translate(80.3567vw, -10px) scale(0.2557);
  animation: fall-56 19s -25s linear infinite;
}
@keyframes fall-56 {
  79.706% {
    transform: translate(82.9951vw, 79.706vh) scale(0.2557);
  }
  to {
    transform: translate(81.6759vw, 100vh) scale(0.2557);
  }
}
.snow:nth-child(57) {
  opacity: 0.3116;
  transform: translate(8.3665vw, -10px) scale(0.957);
  animation: fall-57 20s -21s linear infinite;
}
@keyframes fall-57 {
  49.184% {
    transform: translate(10.802vw, 49.184vh) scale(0.957);
  }
  to {
    transform: translate(9.58425vw, 100vh) scale(0.957);
  }
}
.snow:nth-child(58) {
  opacity: 0.1845;
  transform: translate(30.4999vw, -10px) scale(0.797);
  animation: fall-58 14s -6s linear infinite;
}
@keyframes fall-58 {
  74.209% {
    transform: translate(30.4432vw, 74.209vh) scale(0.797);
  }
  to {
    transform: translate(30.47155vw, 100vh) scale(0.797);
  }
}
.snow:nth-child(59) {
  opacity: 0.3051;
  transform: translate(96.2787vw, -10px) scale(0.9457);
  animation: fall-59 22s -25s linear infinite;
}
@keyframes fall-59 {
  36.242% {
    transform: translate(92.2215vw, 36.242vh) scale(0.9457);
  }
  to {
    transform: translate(94.2501vw, 100vh) scale(0.9457);
  }
}
.snow:nth-child(60) {
  opacity: 0.5546;
  transform: translate(78.1688vw, -10px) scale(0.8891);
  animation: fall-60 19s -25s linear infinite;
}
@keyframes fall-60 {
  49.041% {
    transform: translate(86.5106vw, 49.041vh) scale(0.8891);
  }
  to {
    transform: translate(82.3397vw, 100vh) scale(0.8891);
  }
}
.snow:nth-child(61) {
  opacity: 0.3894;
  transform: translate(14.6214vw, -10px) scale(0.87);
  animation: fall-61 19s -30s linear infinite;
}
@keyframes fall-61 {
  49.219% {
    transform: translate(9.0637vw, 49.219vh) scale(0.87);
  }
  to {
    transform: translate(11.84255vw, 100vh) scale(0.87);
  }
}
.snow:nth-child(62) {
  opacity: 0.1052;
  transform: translate(29.6787vw, -10px) scale(0.4779);
  animation: fall-62 12s -23s linear infinite;
}
@keyframes fall-62 {
  55.164% {
    transform: translate(31.6785vw, 55.164vh) scale(0.4779);
  }
  to {
    transform: translate(30.6786vw, 100vh) scale(0.4779);
  }
}
.snow:nth-child(63) {
  opacity: 0.6418;
  transform: translate(57.7259vw, -10px) scale(0.7378);
  animation: fall-63 30s -16s linear infinite;
}
@keyframes fall-63 {
  63.567% {
    transform: translate(59.0952vw, 63.567vh) scale(0.7378);
  }
  to {
    transform: translate(58.41055vw, 100vh) scale(0.7378);
  }
}
.snow:nth-child(64) {
  opacity: 0.6103;
  transform: translate(56.5569vw, -10px) scale(0.4627);
  animation: fall-64 17s -28s linear infinite;
}
@keyframes fall-64 {
  34.492% {
    transform: translate(50.0136vw, 34.492vh) scale(0.4627);
  }
  to {
    transform: translate(53.28525vw, 100vh) scale(0.4627);
  }
}
.snow:nth-child(65) {
  opacity: 0.8699;
  transform: translate(52.9058vw, -10px) scale(0.4501);
  animation: fall-65 24s -4s linear infinite;
}
@keyframes fall-65 {
  74.948% {
    transform: translate(57.5937vw, 74.948vh) scale(0.4501);
  }
  to {
    transform: translate(55.24975vw, 100vh) scale(0.4501);
  }
}
.snow:nth-child(66) {
  opacity: 0.753;
  transform: translate(25.4999vw, -10px) scale(0.9492);
  animation: fall-66 30s -24s linear infinite;
}
@keyframes fall-66 {
  42.129% {
    transform: translate(30.6391vw, 42.129vh) scale(0.9492);
  }
  to {
    transform: translate(28.0695vw, 100vh) scale(0.9492);
  }
}
.snow:nth-child(67) {
  opacity: 0.693;
  transform: translate(45.5709vw, -10px) scale(0.6129);
  animation: fall-67 22s -3s linear infinite;
}
@keyframes fall-67 {
  78.941% {
    transform: translate(37.0102vw, 78.941vh) scale(0.6129);
  }
  to {
    transform: translate(41.29055vw, 100vh) scale(0.6129);
  }
}
.snow:nth-child(68) {
  opacity: 0.0022;
  transform: translate(50.4834vw, -10px) scale(0.3197);
  animation: fall-68 13s -23s linear infinite;
}
@keyframes fall-68 {
  77.19% {
    transform: translate(56.0491vw, 77.19vh) scale(0.3197);
  }
  to {
    transform: translate(53.26625vw, 100vh) scale(0.3197);
  }
}
.snow:nth-child(69) {
  opacity: 0.1384;
  transform: translate(80.2977vw, -10px) scale(0.3593);
  animation: fall-69 25s -7s linear infinite;
}
@keyframes fall-69 {
  47.95% {
    transform: translate(82.6046vw, 47.95vh) scale(0.3593);
  }
  to {
    transform: translate(81.45115vw, 100vh) scale(0.3593);
  }
}
.snow:nth-child(70) {
  opacity: 0.2703;
  transform: translate(61.2009vw, -10px) scale(0.4827);
  animation: fall-70 25s -9s linear infinite;
}
@keyframes fall-70 {
  57.159% {
    transform: translate(70.3115vw, 57.159vh) scale(0.4827);
  }
  to {
    transform: translate(65.7562vw, 100vh) scale(0.4827);
  }
}
.snow:nth-child(71) {
  opacity: 0.3734;
  transform: translate(35.9592vw, -10px) scale(0.7902);
  animation: fall-71 28s -11s linear infinite;
}
@keyframes fall-71 {
  45.247% {
    transform: translate(27.8819vw, 45.247vh) scale(0.7902);
  }
  to {
    transform: translate(31.92055vw, 100vh) scale(0.7902);
  }
}
.snow:nth-child(72) {
  opacity: 0.9661;
  transform: translate(52.0854vw, -10px) scale(0.2503);
  animation: fall-72 11s -2s linear infinite;
}
@keyframes fall-72 {
  69.844% {
    transform: translate(48.0085vw, 69.844vh) scale(0.2503);
  }
  to {
    transform: translate(50.04695vw, 100vh) scale(0.2503);
  }
}
.snow:nth-child(73) {
  opacity: 0.5359;
  transform: translate(67.5173vw, -10px) scale(0.0697);
  animation: fall-73 19s -3s linear infinite;
}
@keyframes fall-73 {
  31.528% {
    transform: translate(76.1976vw, 31.528vh) scale(0.0697);
  }
  to {
    transform: translate(71.85745vw, 100vh) scale(0.0697);
  }
}
.snow:nth-child(74) {
  opacity: 0.9493;
  transform: translate(50.4274vw, -10px) scale(0.5193);
  animation: fall-74 20s -12s linear infinite;
}
@keyframes fall-74 {
  47.134% {
    transform: translate(45.121vw, 47.134vh) scale(0.5193);
  }
  to {
    transform: translate(47.7742vw, 100vh) scale(0.5193);
  }
}
.snow:nth-child(75) {
  opacity: 0.9572;
  transform: translate(40.7101vw, -10px) scale(0.3362);
  animation: fall-75 15s -28s linear infinite;
}
@keyframes fall-75 {
  69.979% {
    transform: translate(44.453vw, 69.979vh) scale(0.3362);
  }
  to {
    transform: translate(42.58155vw, 100vh) scale(0.3362);
  }
}
.snow:nth-child(76) {
  opacity: 0.4453;
  transform: translate(29.6943vw, -10px) scale(0.1909);
  animation: fall-76 12s -17s linear infinite;
}
@keyframes fall-76 {
  62.881% {
    transform: translate(32.7945vw, 62.881vh) scale(0.1909);
  }
  to {
    transform: translate(31.2444vw, 100vh) scale(0.1909);
  }
}
.snow:nth-child(77) {
  opacity: 0.9869;
  transform: translate(94.0742vw, -10px) scale(0.6253);
  animation: fall-77 20s -12s linear infinite;
}
@keyframes fall-77 {
  54.768% {
    transform: translate(103.4391vw, 54.768vh) scale(0.6253);
  }
  to {
    transform: translate(98.75665vw, 100vh) scale(0.6253);
  }
}
.snow:nth-child(78) {
  opacity: 0.0934;
  transform: translate(63.4768vw, -10px) scale(0.1603);
  animation: fall-78 12s -5s linear infinite;
}
@keyframes fall-78 {
  41.691% {
    transform: translate(58.3562vw, 41.691vh) scale(0.1603);
  }
  to {
    transform: translate(60.9165vw, 100vh) scale(0.1603);
  }
}
.snow:nth-child(79) {
  opacity: 0.7676;
  transform: translate(1.791vw, -10px) scale(0.6443);
  animation: fall-79 26s -4s linear infinite;
}
@keyframes fall-79 {
  65.602% {
    transform: translate(-1.7125vw, 65.602vh) scale(0.6443);
  }
  to {
    transform: translate(0.03925vw, 100vh) scale(0.6443);
  }
}
.snow:nth-child(80) {
  opacity: 0.3694;
  transform: translate(76.6785vw, -10px) scale(0.2707);
  animation: fall-80 29s -12s linear infinite;
}
@keyframes fall-80 {
  52.36% {
    transform: translate(82.6653vw, 52.36vh) scale(0.2707);
  }
  to {
    transform: translate(79.6719vw, 100vh) scale(0.2707);
  }
}
.snow:nth-child(81) {
  opacity: 0.7654;
  transform: translate(67.4985vw, -10px) scale(0.6166);
  animation: fall-81 16s -30s linear infinite;
}
@keyframes fall-81 {
  63.868% {
    transform: translate(68.4907vw, 63.868vh) scale(0.6166);
  }
  to {
    transform: translate(67.9946vw, 100vh) scale(0.6166);
  }
}
.snow:nth-child(82) {
  opacity: 0.8353;
  transform: translate(17.7917vw, -10px) scale(0.7037);
  animation: fall-82 27s -30s linear infinite;
}
@keyframes fall-82 {
  44.604% {
    transform: translate(14.0447vw, 44.604vh) scale(0.7037);
  }
  to {
    transform: translate(15.9182vw, 100vh) scale(0.7037);
  }
}
.snow:nth-child(83) {
  opacity: 0.0691;
  transform: translate(98.8104vw, -10px) scale(0.7258);
  animation: fall-83 23s -9s linear infinite;
}
@keyframes fall-83 {
  33.466% {
    transform: translate(89.5961vw, 33.466vh) scale(0.7258);
  }
  to {
    transform: translate(94.20325vw, 100vh) scale(0.7258);
  }
}
.snow:nth-child(84) {
  opacity: 0.4064;
  transform: translate(4.7957vw, -10px) scale(0.3433);
  animation: fall-84 17s -13s linear infinite;
}
@keyframes fall-84 {
  31.268% {
    transform: translate(11.3914vw, 31.268vh) scale(0.3433);
  }
  to {
    transform: translate(8.09355vw, 100vh) scale(0.3433);
  }
}
.snow:nth-child(85) {
  opacity: 0.2353;
  transform: translate(8.8218vw, -10px) scale(0.6944);
  animation: fall-85 29s -21s linear infinite;
}
@keyframes fall-85 {
  64.455% {
    transform: translate(15.3461vw, 64.455vh) scale(0.6944);
  }
  to {
    transform: translate(12.08395vw, 100vh) scale(0.6944);
  }
}
.snow:nth-child(86) {
  opacity: 0.5934;
  transform: translate(45.4096vw, -10px) scale(0.7919);
  animation: fall-86 12s -13s linear infinite;
}
@keyframes fall-86 {
  34.992% {
    transform: translate(38.3051vw, 34.992vh) scale(0.7919);
  }
  to {
    transform: translate(41.85735vw, 100vh) scale(0.7919);
  }
}
.snow:nth-child(87) {
  opacity: 0.1531;
  transform: translate(45.235vw, -10px) scale(0.1866);
  animation: fall-87 19s -7s linear infinite;
}
@keyframes fall-87 {
  49.429% {
    transform: translate(49.8926vw, 49.429vh) scale(0.1866);
  }
  to {
    transform: translate(47.5638vw, 100vh) scale(0.1866);
  }
}
.snow:nth-child(88) {
  opacity: 0.4798;
  transform: translate(86.1464vw, -10px) scale(0.8026);
  animation: fall-88 30s -11s linear infinite;
}
@keyframes fall-88 {
  75.833% {
    transform: translate(79.4079vw, 75.833vh) scale(0.8026);
  }
  to {
    transform: translate(82.77715vw, 100vh) scale(0.8026);
  }
}
.snow:nth-child(89) {
  opacity: 0.1485;
  transform: translate(9.7964vw, -10px) scale(0.6206);
  animation: fall-89 16s -6s linear infinite;
}
@keyframes fall-89 {
  65.864% {
    transform: translate(5.837vw, 65.864vh) scale(0.6206);
  }
  to {
    transform: translate(7.8167vw, 100vh) scale(0.6206);
  }
}
.snow:nth-child(90) {
  opacity: 0.128;
  transform: translate(8.7519vw, -10px) scale(0.0543);
  animation: fall-90 23s -18s linear infinite;
}
@keyframes fall-90 {
  46.836% {
    transform: translate(16.571vw, 46.836vh) scale(0.0543);
  }
  to {
    transform: translate(12.66145vw, 100vh) scale(0.0543);
  }
}
.snow:nth-child(91) {
  opacity: 0.3183;
  transform: translate(54.9143vw, -10px) scale(0.4966);
  animation: fall-91 21s -5s linear infinite;
}
@keyframes fall-91 {
  58.714% {
    transform: translate(48.9352vw, 58.714vh) scale(0.4966);
  }
  to {
    transform: translate(51.92475vw, 100vh) scale(0.4966);
  }
}
.snow:nth-child(92) {
  opacity: 0.1418;
  transform: translate(17.3894vw, -10px) scale(0.8351);
  animation: fall-92 26s -3s linear infinite;
}
@keyframes fall-92 {
  54.686% {
    transform: translate(24.4937vw, 54.686vh) scale(0.8351);
  }
  to {
    transform: translate(20.94155vw, 100vh) scale(0.8351);
  }
}
.snow:nth-child(93) {
  opacity: 0.385;
  transform: translate(92.4608vw, -10px) scale(0.2836);
  animation: fall-93 29s -28s linear infinite;
}
@keyframes fall-93 {
  50.254% {
    transform: translate(96.585vw, 50.254vh) scale(0.2836);
  }
  to {
    transform: translate(94.5229vw, 100vh) scale(0.2836);
  }
}
.snow:nth-child(94) {
  opacity: 0.6747;
  transform: translate(28.2796vw, -10px) scale(0.8164);
  animation: fall-94 22s -16s linear infinite;
}
@keyframes fall-94 {
  67.156% {
    transform: translate(36.6702vw, 67.156vh) scale(0.8164);
  }
  to {
    transform: translate(32.4749vw, 100vh) scale(0.8164);
  }
}
.snow:nth-child(95) {
  opacity: 0.7858;
  transform: translate(72.868vw, -10px) scale(0.8574);
  animation: fall-95 15s -15s linear infinite;
}
@keyframes fall-95 {
  63.66% {
    transform: translate(65.6566vw, 63.66vh) scale(0.8574);
  }
  to {
    transform: translate(69.2623vw, 100vh) scale(0.8574);
  }
}
.snow:nth-child(96) {
  opacity: 0.7615;
  transform: translate(25.8146vw, -10px) scale(0.6488);
  animation: fall-96 21s -28s linear infinite;
}
@keyframes fall-96 {
  57.098% {
    transform: translate(16.7911vw, 57.098vh) scale(0.6488);
  }
  to {
    transform: translate(21.30285vw, 100vh) scale(0.6488);
  }
}
.snow:nth-child(97) {
  opacity: 0.3306;
  transform: translate(33.0692vw, -10px) scale(0.4665);
  animation: fall-97 18s -21s linear infinite;
}
@keyframes fall-97 {
  79.382% {
    transform: translate(33.1228vw, 79.382vh) scale(0.4665);
  }
  to {
    transform: translate(33.096vw, 100vh) scale(0.4665);
  }
}
.snow:nth-child(98) {
  opacity: 0.5323;
  transform: translate(80.0084vw, -10px) scale(0.6925);
  animation: fall-98 29s -17s linear infinite;
}
@keyframes fall-98 {
  60.595% {
    transform: translate(73.5772vw, 60.595vh) scale(0.6925);
  }
  to {
    transform: translate(76.7928vw, 100vh) scale(0.6925);
  }
}
.snow:nth-child(99) {
  opacity: 0.2414;
  transform: translate(61.7524vw, -10px) scale(0.2285);
  animation: fall-99 16s -11s linear infinite;
}
@keyframes fall-99 {
  67.914% {
    transform: translate(70.809vw, 67.914vh) scale(0.2285);
  }
  to {
    transform: translate(66.2807vw, 100vh) scale(0.2285);
  }
}
.snow:nth-child(100) {
  opacity: 0.3984;
  transform: translate(58.0652vw, -10px) scale(0.7072);
  animation: fall-100 22s -9s linear infinite;
}
@keyframes fall-100 {
  76.267% {
    transform: translate(50.3641vw, 76.267vh) scale(0.7072);
  }
  to {
    transform: translate(54.21465vw, 100vh) scale(0.7072);
  }
}
.snow:nth-child(101) {
  opacity: 0.4802;
  transform: translate(86.8555vw, -10px) scale(0.6071);
  animation: fall-101 17s -8s linear infinite;
}
@keyframes fall-101 {
  66.899% {
    transform: translate(80.6432vw, 66.899vh) scale(0.6071);
  }
  to {
    transform: translate(83.74935vw, 100vh) scale(0.6071);
  }
}
.snow:nth-child(102) {
  opacity: 0.8385;
  transform: translate(75.304vw, -10px) scale(0.4392);
  animation: fall-102 18s -29s linear infinite;
}
@keyframes fall-102 {
  45.427% {
    transform: translate(65.4037vw, 45.427vh) scale(0.4392);
  }
  to {
    transform: translate(70.35385vw, 100vh) scale(0.4392);
  }
}
.snow:nth-child(103) {
  opacity: 0.0624;
  transform: translate(45.1668vw, -10px) scale(0.6013);
  animation: fall-103 24s -8s linear infinite;
}
@keyframes fall-103 {
  69.191% {
    transform: translate(44.2755vw, 69.191vh) scale(0.6013);
  }
  to {
    transform: translate(44.72115vw, 100vh) scale(0.6013);
  }
}
.snow:nth-child(104) {
  opacity: 0.4828;
  transform: translate(69.8604vw, -10px) scale(0.5257);
  animation: fall-104 23s -27s linear infinite;
}
@keyframes fall-104 {
  44.521% {
    transform: translate(67.833vw, 44.521vh) scale(0.5257);
  }
  to {
    transform: translate(68.8467vw, 100vh) scale(0.5257);
  }
}
.snow:nth-child(105) {
  opacity: 0.3161;
  transform: translate(49.7014vw, -10px) scale(0.6202);
  animation: fall-105 18s -10s linear infinite;
}
@keyframes fall-105 {
  35.642% {
    transform: translate(45.6254vw, 35.642vh) scale(0.6202);
  }
  to {
    transform: translate(47.6634vw, 100vh) scale(0.6202);
  }
}
.snow:nth-child(106) {
  opacity: 0.836;
  transform: translate(33.7922vw, -10px) scale(0.4577);
  animation: fall-106 26s -12s linear infinite;
}
@keyframes fall-106 {
  78.365% {
    transform: translate(27.604vw, 78.365vh) scale(0.4577);
  }
  to {
    transform: translate(30.6981vw, 100vh) scale(0.4577);
  }
}
.snow:nth-child(107) {
  opacity: 0.1541;
  transform: translate(66.0326vw, -10px) scale(0.5069);
  animation: fall-107 29s -6s linear infinite;
}
@keyframes fall-107 {
  45.342% {
    transform: translate(70.848vw, 45.342vh) scale(0.5069);
  }
  to {
    transform: translate(68.4403vw, 100vh) scale(0.5069);
  }
}
.snow:nth-child(108) {
  opacity: 0.2586;
  transform: translate(15.6037vw, -10px) scale(0.214);
  animation: fall-108 29s -30s linear infinite;
}
@keyframes fall-108 {
  56.056% {
    transform: translate(9.6762vw, 56.056vh) scale(0.214);
  }
  to {
    transform: translate(12.63995vw, 100vh) scale(0.214);
  }
}
.snow:nth-child(109) {
  opacity: 0.0357;
  transform: translate(4.4893vw, -10px) scale(0.6257);
  animation: fall-109 28s -27s linear infinite;
}
@keyframes fall-109 {
  69.726% {
    transform: translate(-2.3475vw, 69.726vh) scale(0.6257);
  }
  to {
    transform: translate(1.0709vw, 100vh) scale(0.6257);
  }
}
.snow:nth-child(110) {
  opacity: 0.5442;
  transform: translate(20.5588vw, -10px) scale(0.2406);
  animation: fall-110 26s -13s linear infinite;
}
@keyframes fall-110 {
  47.525% {
    transform: translate(28.5228vw, 47.525vh) scale(0.2406);
  }
  to {
    transform: translate(24.5408vw, 100vh) scale(0.2406);
  }
}
.snow:nth-child(111) {
  opacity: 0.0555;
  transform: translate(68.9923vw, -10px) scale(0.4624);
  animation: fall-111 18s -22s linear infinite;
}
@keyframes fall-111 {
  62.464% {
    transform: translate(77.1252vw, 62.464vh) scale(0.4624);
  }
  to {
    transform: translate(73.05875vw, 100vh) scale(0.4624);
  }
}
.snow:nth-child(112) {
  opacity: 0.9381;
  transform: translate(79.9223vw, -10px) scale(0.5432);
  animation: fall-112 12s -12s linear infinite;
}
@keyframes fall-112 {
  69.821% {
    transform: translate(71.0508vw, 69.821vh) scale(0.5432);
  }
  to {
    transform: translate(75.48655vw, 100vh) scale(0.5432);
  }
}
.snow:nth-child(113) {
  opacity: 0.1234;
  transform: translate(6.794vw, -10px) scale(0.9901);
  animation: fall-113 21s -1s linear infinite;
}
@keyframes fall-113 {
  73.427% {
    transform: translate(-2.9914vw, 73.427vh) scale(0.9901);
  }
  to {
    transform: translate(1.9013vw, 100vh) scale(0.9901);
  }
}
.snow:nth-child(114) {
  opacity: 0.3081;
  transform: translate(32.1482vw, -10px) scale(0.0257);
  animation: fall-114 18s -22s linear infinite;
}
@keyframes fall-114 {
  61.208% {
    transform: translate(26.7861vw, 61.208vh) scale(0.0257);
  }
  to {
    transform: translate(29.46715vw, 100vh) scale(0.0257);
  }
}
.snow:nth-child(115) {
  opacity: 0.2993;
  transform: translate(14.2546vw, -10px) scale(0.5419);
  animation: fall-115 12s -2s linear infinite;
}
@keyframes fall-115 {
  59.545% {
    transform: translate(4.3773vw, 59.545vh) scale(0.5419);
  }
  to {
    transform: translate(9.31595vw, 100vh) scale(0.5419);
  }
}
.snow:nth-child(116) {
  opacity: 0.8679;
  transform: translate(96.1638vw, -10px) scale(0.1572);
  animation: fall-116 28s -2s linear infinite;
}
@keyframes fall-116 {
  78.592% {
    transform: translate(94.0518vw, 78.592vh) scale(0.1572);
  }
  to {
    transform: translate(95.1078vw, 100vh) scale(0.1572);
  }
}
.snow:nth-child(117) {
  opacity: 0.3569;
  transform: translate(11.2558vw, -10px) scale(0.0891);
  animation: fall-117 22s -21s linear infinite;
}
@keyframes fall-117 {
  79.523% {
    transform: translate(9.9174vw, 79.523vh) scale(0.0891);
  }
  to {
    transform: translate(10.5866vw, 100vh) scale(0.0891);
  }
}
.snow:nth-child(118) {
  opacity: 0.0193;
  transform: translate(81.2505vw, -10px) scale(0.6842);
  animation: fall-118 21s -30s linear infinite;
}
@keyframes fall-118 {
  71.045% {
    transform: translate(89.3933vw, 71.045vh) scale(0.6842);
  }
  to {
    transform: translate(85.3219vw, 100vh) scale(0.6842);
  }
}
.snow:nth-child(119) {
  opacity: 0.3475;
  transform: translate(7.455vw, -10px) scale(0.1595);
  animation: fall-119 28s -8s linear infinite;
}
@keyframes fall-119 {
  73.268% {
    transform: translate(1.5274vw, 73.268vh) scale(0.1595);
  }
  to {
    transform: translate(4.4912vw, 100vh) scale(0.1595);
  }
}
.snow:nth-child(120) {
  opacity: 0.6255;
  transform: translate(18.7677vw, -10px) scale(0.9076);
  animation: fall-120 12s -8s linear infinite;
}
@keyframes fall-120 {
  60.586% {
    transform: translate(14.9361vw, 60.586vh) scale(0.9076);
  }
  to {
    transform: translate(16.8519vw, 100vh) scale(0.9076);
  }
}
.snow:nth-child(121) {
  opacity: 0.2945;
  transform: translate(6.6307vw, -10px) scale(0.5651);
  animation: fall-121 29s -20s linear infinite;
}
@keyframes fall-121 {
  58.199% {
    transform: translate(0.0212vw, 58.199vh) scale(0.5651);
  }
  to {
    transform: translate(3.32595vw, 100vh) scale(0.5651);
  }
}
.snow:nth-child(122) {
  opacity: 0.0633;
  transform: translate(16.7194vw, -10px) scale(0.0348);
  animation: fall-122 22s -26s linear infinite;
}
@keyframes fall-122 {
  60.838% {
    transform: translate(19.939vw, 60.838vh) scale(0.0348);
  }
  to {
    transform: translate(18.3292vw, 100vh) scale(0.0348);
  }
}
.snow:nth-child(123) {
  opacity: 0.2004;
  transform: translate(26.021vw, -10px) scale(0.5869);
  animation: fall-123 16s -1s linear infinite;
}
@keyframes fall-123 {
  37.023% {
    transform: translate(26.0718vw, 37.023vh) scale(0.5869);
  }
  to {
    transform: translate(26.0464vw, 100vh) scale(0.5869);
  }
}
.snow:nth-child(124) {
  opacity: 0.0794;
  transform: translate(90.8091vw, -10px) scale(0.6185);
  animation: fall-124 29s -27s linear infinite;
}
@keyframes fall-124 {
  51.92% {
    transform: translate(89.992vw, 51.92vh) scale(0.6185);
  }
  to {
    transform: translate(90.40055vw, 100vh) scale(0.6185);
  }
}
.snow:nth-child(125) {
  opacity: 0.6935;
  transform: translate(95.5598vw, -10px) scale(0.1831);
  animation: fall-125 13s -2s linear infinite;
}
@keyframes fall-125 {
  75.844% {
    transform: translate(92.6217vw, 75.844vh) scale(0.1831);
  }
  to {
    transform: translate(94.09075vw, 100vh) scale(0.1831);
  }
}
.snow:nth-child(126) {
  opacity: 0.0903;
  transform: translate(27.5886vw, -10px) scale(0.6321);
  animation: fall-126 27s -29s linear infinite;
}
@keyframes fall-126 {
  39.055% {
    transform: translate(34.5766vw, 39.055vh) scale(0.6321);
  }
  to {
    transform: translate(31.0826vw, 100vh) scale(0.6321);
  }
}
.snow:nth-child(127) {
  opacity: 0.0658;
  transform: translate(53.2273vw, -10px) scale(0.4853);
  animation: fall-127 22s -26s linear infinite;
}
@keyframes fall-127 {
  41.967% {
    transform: translate(58.3005vw, 41.967vh) scale(0.4853);
  }
  to {
    transform: translate(55.7639vw, 100vh) scale(0.4853);
  }
}
.snow:nth-child(128) {
  opacity: 0.7243;
  transform: translate(28.858vw, -10px) scale(0.143);
  animation: fall-128 13s -13s linear infinite;
}
@keyframes fall-128 {
  63.412% {
    transform: translate(30.4571vw, 63.412vh) scale(0.143);
  }
  to {
    transform: translate(29.65755vw, 100vh) scale(0.143);
  }
}
.snow:nth-child(129) {
  opacity: 0.0196;
  transform: translate(53.7366vw, -10px) scale(0.7887);
  animation: fall-129 29s -19s linear infinite;
}
@keyframes fall-129 {
  34.043% {
    transform: translate(62.2719vw, 34.043vh) scale(0.7887);
  }
  to {
    transform: translate(58.00425vw, 100vh) scale(0.7887);
  }
}
.snow:nth-child(130) {
  opacity: 0.1033;
  transform: translate(92.671vw, -10px) scale(0.3174);
  animation: fall-130 12s -28s linear infinite;
}
@keyframes fall-130 {
  48.826% {
    transform: translate(88.2484vw, 48.826vh) scale(0.3174);
  }
  to {
    transform: translate(90.4597vw, 100vh) scale(0.3174);
  }
}
.snow:nth-child(131) {
  opacity: 0.449;
  transform: translate(3.7569vw, -10px) scale(0.308);
  animation: fall-131 22s -19s linear infinite;
}
@keyframes fall-131 {
  41.426% {
    transform: translate(7.3309vw, 41.426vh) scale(0.308);
  }
  to {
    transform: translate(5.5439vw, 100vh) scale(0.308);
  }
}
.snow:nth-child(132) {
  opacity: 0.7973;
  transform: translate(20.1654vw, -10px) scale(0.5196);
  animation: fall-132 25s -17s linear infinite;
}
@keyframes fall-132 {
  37.464% {
    transform: translate(25.7955vw, 37.464vh) scale(0.5196);
  }
  to {
    transform: translate(22.98045vw, 100vh) scale(0.5196);
  }
}
.snow:nth-child(133) {
  opacity: 0.4774;
  transform: translate(96.4241vw, -10px) scale(0.606);
  animation: fall-133 29s -16s linear infinite;
}
@keyframes fall-133 {
  50.023% {
    transform: translate(104.8612vw, 50.023vh) scale(0.606);
  }
  to {
    transform: translate(100.64265vw, 100vh) scale(0.606);
  }
}
.snow:nth-child(134) {
  opacity: 0.284;
  transform: translate(24.4247vw, -10px) scale(0.9656);
  animation: fall-134 18s -6s linear infinite;
}
@keyframes fall-134 {
  59.193% {
    transform: translate(27.0213vw, 59.193vh) scale(0.9656);
  }
  to {
    transform: translate(25.723vw, 100vh) scale(0.9656);
  }
}
.snow:nth-child(135) {
  opacity: 0.878;
  transform: translate(2.9492vw, -10px) scale(0.3705);
  animation: fall-135 27s -27s linear infinite;
}
@keyframes fall-135 {
  35.343% {
    transform: translate(8.8884vw, 35.343vh) scale(0.3705);
  }
  to {
    transform: translate(5.9188vw, 100vh) scale(0.3705);
  }
}
.snow:nth-child(136) {
  opacity: 0.4429;
  transform: translate(8.7123vw, -10px) scale(0.5182);
  animation: fall-136 13s -18s linear infinite;
}
@keyframes fall-136 {
  69.009% {
    transform: translate(9.1474vw, 69.009vh) scale(0.5182);
  }
  to {
    transform: translate(8.92985vw, 100vh) scale(0.5182);
  }
}
.snow:nth-child(137) {
  opacity: 0.8808;
  transform: translate(64.9071vw, -10px) scale(0.1235);
  animation: fall-137 24s -30s linear infinite;
}
@keyframes fall-137 {
  51.029% {
    transform: translate(60.574vw, 51.029vh) scale(0.1235);
  }
  to {
    transform: translate(62.74055vw, 100vh) scale(0.1235);
  }
}
.snow:nth-child(138) {
  opacity: 0.6941;
  transform: translate(91.1328vw, -10px) scale(0.8548);
  animation: fall-138 28s -12s linear infinite;
}
@keyframes fall-138 {
  45.52% {
    transform: translate(88.0674vw, 45.52vh) scale(0.8548);
  }
  to {
    transform: translate(89.6001vw, 100vh) scale(0.8548);
  }
}
.snow:nth-child(139) {
  opacity: 0.7967;
  transform: translate(67.2914vw, -10px) scale(0.1665);
  animation: fall-139 14s -12s linear infinite;
}
@keyframes fall-139 {
  58.13% {
    transform: translate(72.7126vw, 58.13vh) scale(0.1665);
  }
  to {
    transform: translate(70.002vw, 100vh) scale(0.1665);
  }
}
.snow:nth-child(140) {
  opacity: 0.4995;
  transform: translate(10.445vw, -10px) scale(0.8393);
  animation: fall-140 11s -13s linear infinite;
}
@keyframes fall-140 {
  72.265% {
    transform: translate(3.1966vw, 72.265vh) scale(0.8393);
  }
  to {
    transform: translate(6.8208vw, 100vh) scale(0.8393);
  }
}
.snow:nth-child(141) {
  opacity: 0.0057;
  transform: translate(11.2285vw, -10px) scale(0.3155);
  animation: fall-141 26s -11s linear infinite;
}
@keyframes fall-141 {
  73.481% {
    transform: translate(12.5896vw, 73.481vh) scale(0.3155);
  }
  to {
    transform: translate(11.90905vw, 100vh) scale(0.3155);
  }
}
.snow:nth-child(142) {
  opacity: 0.8521;
  transform: translate(43.4927vw, -10px) scale(0.7097);
  animation: fall-142 13s -4s linear infinite;
}
@keyframes fall-142 {
  77.392% {
    transform: translate(48.113vw, 77.392vh) scale(0.7097);
  }
  to {
    transform: translate(45.80285vw, 100vh) scale(0.7097);
  }
}
.snow:nth-child(143) {
  opacity: 0.5379;
  transform: translate(24.387vw, -10px) scale(0.5272);
  animation: fall-143 28s -19s linear infinite;
}
@keyframes fall-143 {
  36.805% {
    transform: translate(22.7145vw, 36.805vh) scale(0.5272);
  }
  to {
    transform: translate(23.55075vw, 100vh) scale(0.5272);
  }
}
.snow:nth-child(144) {
  opacity: 0.867;
  transform: translate(60.8434vw, -10px) scale(0.315);
  animation: fall-144 21s -2s linear infinite;
}
@keyframes fall-144 {
  45.398% {
    transform: translate(62.1901vw, 45.398vh) scale(0.315);
  }
  to {
    transform: translate(61.51675vw, 100vh) scale(0.315);
  }
}
.snow:nth-child(145) {
  opacity: 0.2923;
  transform: translate(5.0877vw, -10px) scale(0.6958);
  animation: fall-145 26s -19s linear infinite;
}
@keyframes fall-145 {
  47.475% {
    transform: translate(-2.132vw, 47.475vh) scale(0.6958);
  }
  to {
    transform: translate(1.47785vw, 100vh) scale(0.6958);
  }
}
.snow:nth-child(146) {
  opacity: 0.3327;
  transform: translate(10.6795vw, -10px) scale(0.0105);
  animation: fall-146 10s -4s linear infinite;
}
@keyframes fall-146 {
  78.14% {
    transform: translate(18.8644vw, 78.14vh) scale(0.0105);
  }
  to {
    transform: translate(14.77195vw, 100vh) scale(0.0105);
  }
}
.snow:nth-child(147) {
  opacity: 0.0656;
  transform: translate(36.4939vw, -10px) scale(0.0595);
  animation: fall-147 13s -22s linear infinite;
}
@keyframes fall-147 {
  65.564% {
    transform: translate(43.688vw, 65.564vh) scale(0.0595);
  }
  to {
    transform: translate(40.09095vw, 100vh) scale(0.0595);
  }
}
.snow:nth-child(148) {
  opacity: 0.2214;
  transform: translate(35.1015vw, -10px) scale(0.6491);
  animation: fall-148 15s -20s linear infinite;
}
@keyframes fall-148 {
  30.315% {
    transform: translate(26.3566vw, 30.315vh) scale(0.6491);
  }
  to {
    transform: translate(30.72905vw, 100vh) scale(0.6491);
  }
}
.snow:nth-child(149) {
  opacity: 0.2395;
  transform: translate(94.4626vw, -10px) scale(0.0252);
  animation: fall-149 11s -5s linear infinite;
}
@keyframes fall-149 {
  66.269% {
    transform: translate(95.6632vw, 66.269vh) scale(0.0252);
  }
  to {
    transform: translate(95.0629vw, 100vh) scale(0.0252);
  }
}
.snow:nth-child(150) {
  opacity: 0.5311;
  transform: translate(35.7439vw, -10px) scale(0.9112);
  animation: fall-150 15s -8s linear infinite;
}
@keyframes fall-150 {
  71.781% {
    transform: translate(43.8279vw, 71.781vh) scale(0.9112);
  }
  to {
    transform: translate(39.7859vw, 100vh) scale(0.9112);
  }
}
.snow:nth-child(151) {
  opacity: 0.4448;
  transform: translate(52.1378vw, -10px) scale(0.9644);
  animation: fall-151 23s -9s linear infinite;
}
@keyframes fall-151 {
  32.687% {
    transform: translate(53.0029vw, 32.687vh) scale(0.9644);
  }
  to {
    transform: translate(52.57035vw, 100vh) scale(0.9644);
  }
}
.snow:nth-child(152) {
  opacity: 0.9226;
  transform: translate(40.2084vw, -10px) scale(0.6126);
  animation: fall-152 10s -23s linear infinite;
}
@keyframes fall-152 {
  57.741% {
    transform: translate(38.2786vw, 57.741vh) scale(0.6126);
  }
  to {
    transform: translate(39.2435vw, 100vh) scale(0.6126);
  }
}
.snow:nth-child(153) {
  opacity: 0.9725;
  transform: translate(41.7134vw, -10px) scale(0.4212);
  animation: fall-153 22s -12s linear infinite;
}
@keyframes fall-153 {
  79.659% {
    transform: translate(42.8971vw, 79.659vh) scale(0.4212);
  }
  to {
    transform: translate(42.30525vw, 100vh) scale(0.4212);
  }
}
.snow:nth-child(154) {
  opacity: 0.2328;
  transform: translate(25.044vw, -10px) scale(0.1634);
  animation: fall-154 10s -4s linear infinite;
}
@keyframes fall-154 {
  71.147% {
    transform: translate(31.2076vw, 71.147vh) scale(0.1634);
  }
  to {
    transform: translate(28.1258vw, 100vh) scale(0.1634);
  }
}
.snow:nth-child(155) {
  opacity: 0.9326;
  transform: translate(7.6248vw, -10px) scale(0.3186);
  animation: fall-155 16s -8s linear infinite;
}
@keyframes fall-155 {
  38.279% {
    transform: translate(16.644vw, 38.279vh) scale(0.3186);
  }
  to {
    transform: translate(12.1344vw, 100vh) scale(0.3186);
  }
}
.snow:nth-child(156) {
  opacity: 0.4287;
  transform: translate(44.8142vw, -10px) scale(0.9798);
  animation: fall-156 11s -17s linear infinite;
}
@keyframes fall-156 {
  52.342% {
    transform: translate(51.6426vw, 52.342vh) scale(0.9798);
  }
  to {
    transform: translate(48.2284vw, 100vh) scale(0.9798);
  }
}
.snow:nth-child(157) {
  opacity: 0.3812;
  transform: translate(37.1942vw, -10px) scale(0.1049);
  animation: fall-157 21s -28s linear infinite;
}
@keyframes fall-157 {
  48.177% {
    transform: translate(34.2242vw, 48.177vh) scale(0.1049);
  }
  to {
    transform: translate(35.7092vw, 100vh) scale(0.1049);
  }
}
.snow:nth-child(158) {
  opacity: 0.8447;
  transform: translate(30.4968vw, -10px) scale(0.1889);
  animation: fall-158 28s -12s linear infinite;
}
@keyframes fall-158 {
  55.3% {
    transform: translate(38.717vw, 55.3vh) scale(0.1889);
  }
  to {
    transform: translate(34.6069vw, 100vh) scale(0.1889);
  }
}
.snow:nth-child(159) {
  opacity: 0.7119;
  transform: translate(11.175vw, -10px) scale(0.3892);
  animation: fall-159 16s -8s linear infinite;
}
@keyframes fall-159 {
  56.408% {
    transform: translate(16.0587vw, 56.408vh) scale(0.3892);
  }
  to {
    transform: translate(13.61685vw, 100vh) scale(0.3892);
  }
}
.snow:nth-child(160) {
  opacity: 0.386;
  transform: translate(24.7887vw, -10px) scale(0.0143);
  animation: fall-160 26s -29s linear infinite;
}
@keyframes fall-160 {
  70.404% {
    transform: translate(20.4664vw, 70.404vh) scale(0.0143);
  }
  to {
    transform: translate(22.62755vw, 100vh) scale(0.0143);
  }
}
.snow:nth-child(161) {
  opacity: 0.8599;
  transform: translate(80.9814vw, -10px) scale(0.4482);
  animation: fall-161 25s -3s linear infinite;
}
@keyframes fall-161 {
  50.262% {
    transform: translate(82.5904vw, 50.262vh) scale(0.4482);
  }
  to {
    transform: translate(81.7859vw, 100vh) scale(0.4482);
  }
}
.snow:nth-child(162) {
  opacity: 0.0093;
  transform: translate(42.3307vw, -10px) scale(0.9954);
  animation: fall-162 30s -22s linear infinite;
}
@keyframes fall-162 {
  65.449% {
    transform: translate(48.3575vw, 65.449vh) scale(0.9954);
  }
  to {
    transform: translate(45.3441vw, 100vh) scale(0.9954);
  }
}
.snow:nth-child(163) {
  opacity: 0.0277;
  transform: translate(75.9559vw, -10px) scale(0.0183);
  animation: fall-163 13s -22s linear infinite;
}
@keyframes fall-163 {
  36.244% {
    transform: translate(72.7859vw, 36.244vh) scale(0.0183);
  }
  to {
    transform: translate(74.3709vw, 100vh) scale(0.0183);
  }
}
.snow:nth-child(164) {
  opacity: 0.7771;
  transform: translate(3.5492vw, -10px) scale(0.2088);
  animation: fall-164 21s -14s linear infinite;
}
@keyframes fall-164 {
  78.951% {
    transform: translate(3.34vw, 78.951vh) scale(0.2088);
  }
  to {
    transform: translate(3.4446vw, 100vh) scale(0.2088);
  }
}
.snow:nth-child(165) {
  opacity: 0.4389;
  transform: translate(72.392vw, -10px) scale(0.2179);
  animation: fall-165 21s -10s linear infinite;
}
@keyframes fall-165 {
  53.635% {
    transform: translate(64.666vw, 53.635vh) scale(0.2179);
  }
  to {
    transform: translate(68.529vw, 100vh) scale(0.2179);
  }
}
.snow:nth-child(166) {
  opacity: 0.3168;
  transform: translate(15.9136vw, -10px) scale(0.297);
  animation: fall-166 10s -14s linear infinite;
}
@keyframes fall-166 {
  79.69% {
    transform: translate(16.5379vw, 79.69vh) scale(0.297);
  }
  to {
    transform: translate(16.22575vw, 100vh) scale(0.297);
  }
}
.snow:nth-child(167) {
  opacity: 0.1077;
  transform: translate(24.1881vw, -10px) scale(0.1381);
  animation: fall-167 17s -16s linear infinite;
}
@keyframes fall-167 {
  73.895% {
    transform: translate(17.6754vw, 73.895vh) scale(0.1381);
  }
  to {
    transform: translate(20.93175vw, 100vh) scale(0.1381);
  }
}
.snow:nth-child(168) {
  opacity: 0.4396;
  transform: translate(30.5204vw, -10px) scale(0.3566);
  animation: fall-168 10s -1s linear infinite;
}
@keyframes fall-168 {
  38.515% {
    transform: translate(34.1825vw, 38.515vh) scale(0.3566);
  }
  to {
    transform: translate(32.35145vw, 100vh) scale(0.3566);
  }
}
.snow:nth-child(169) {
  opacity: 0.0966;
  transform: translate(57.5323vw, -10px) scale(0.0704);
  animation: fall-169 15s -13s linear infinite;
}
@keyframes fall-169 {
  36.323% {
    transform: translate(59.446vw, 36.323vh) scale(0.0704);
  }
  to {
    transform: translate(58.48915vw, 100vh) scale(0.0704);
  }
}
.snow:nth-child(170) {
  opacity: 0.1376;
  transform: translate(83.2009vw, -10px) scale(0.0129);
  animation: fall-170 25s -30s linear infinite;
}
@keyframes fall-170 {
  55.335% {
    transform: translate(74.8039vw, 55.335vh) scale(0.0129);
  }
  to {
    transform: translate(79.0024vw, 100vh) scale(0.0129);
  }
}
.snow:nth-child(171) {
  opacity: 0.1486;
  transform: translate(14.4916vw, -10px) scale(0.8244);
  animation: fall-171 18s -10s linear infinite;
}
@keyframes fall-171 {
  63.046% {
    transform: translate(14.6089vw, 63.046vh) scale(0.8244);
  }
  to {
    transform: translate(14.55025vw, 100vh) scale(0.8244);
  }
}
.snow:nth-child(172) {
  opacity: 0.5015;
  transform: translate(69.5039vw, -10px) scale(0.4652);
  animation: fall-172 30s -14s linear infinite;
}
@keyframes fall-172 {
  71.184% {
    transform: translate(75.9812vw, 71.184vh) scale(0.4652);
  }
  to {
    transform: translate(72.74255vw, 100vh) scale(0.4652);
  }
}
.snow:nth-child(173) {
  opacity: 0.1591;
  transform: translate(59.9704vw, -10px) scale(0.8188);
  animation: fall-173 21s -10s linear infinite;
}
@keyframes fall-173 {
  70.76% {
    transform: translate(58.12vw, 70.76vh) scale(0.8188);
  }
  to {
    transform: translate(59.0452vw, 100vh) scale(0.8188);
  }
}
.snow:nth-child(174) {
  opacity: 0.1738;
  transform: translate(41.1684vw, -10px) scale(0.5988);
  animation: fall-174 25s -7s linear infinite;
}
@keyframes fall-174 {
  48.186% {
    transform: translate(46.9747vw, 48.186vh) scale(0.5988);
  }
  to {
    transform: translate(44.07155vw, 100vh) scale(0.5988);
  }
}
.snow:nth-child(175) {
  opacity: 0.1975;
  transform: translate(44.8415vw, -10px) scale(0.3969);
  animation: fall-175 30s -20s linear infinite;
}
@keyframes fall-175 {
  40.251% {
    transform: translate(36.8182vw, 40.251vh) scale(0.3969);
  }
  to {
    transform: translate(40.82985vw, 100vh) scale(0.3969);
  }
}
.snow:nth-child(176) {
  opacity: 0.468;
  transform: translate(25.1667vw, -10px) scale(0.1085);
  animation: fall-176 27s -22s linear infinite;
}
@keyframes fall-176 {
  30.021% {
    transform: translate(25.1077vw, 30.021vh) scale(0.1085);
  }
  to {
    transform: translate(25.1372vw, 100vh) scale(0.1085);
  }
}
.snow:nth-child(177) {
  opacity: 0.831;
  transform: translate(7.2023vw, -10px) scale(0.4022);
  animation: fall-177 16s -2s linear infinite;
}
@keyframes fall-177 {
  78.887% {
    transform: translate(3.6529vw, 78.887vh) scale(0.4022);
  }
  to {
    transform: translate(5.4276vw, 100vh) scale(0.4022);
  }
}
.snow:nth-child(178) {
  opacity: 0.0926;
  transform: translate(9.2422vw, -10px) scale(0.0606);
  animation: fall-178 24s -22s linear infinite;
}
@keyframes fall-178 {
  41.884% {
    transform: translate(6.7225vw, 41.884vh) scale(0.0606);
  }
  to {
    transform: translate(7.98235vw, 100vh) scale(0.0606);
  }
}
.snow:nth-child(179) {
  opacity: 0.6649;
  transform: translate(63.5147vw, -10px) scale(0.8857);
  animation: fall-179 21s -8s linear infinite;
}
@keyframes fall-179 {
  56.571% {
    transform: translate(57.0432vw, 56.571vh) scale(0.8857);
  }
  to {
    transform: translate(60.27895vw, 100vh) scale(0.8857);
  }
}
.snow:nth-child(180) {
  opacity: 0.0321;
  transform: translate(57.2648vw, -10px) scale(0.7452);
  animation: fall-180 17s -20s linear infinite;
}
@keyframes fall-180 {
  74.448% {
    transform: translate(49.1805vw, 74.448vh) scale(0.7452);
  }
  to {
    transform: translate(53.22265vw, 100vh) scale(0.7452);
  }
}
.snow:nth-child(181) {
  opacity: 0.7011;
  transform: translate(22.1409vw, -10px) scale(0.9418);
  animation: fall-181 24s -3s linear infinite;
}
@keyframes fall-181 {
  75.788% {
    transform: translate(13.8264vw, 75.788vh) scale(0.9418);
  }
  to {
    transform: translate(17.98365vw, 100vh) scale(0.9418);
  }
}
.snow:nth-child(182) {
  opacity: 0.759;
  transform: translate(76.5529vw, -10px) scale(0.5245);
  animation: fall-182 13s -2s linear infinite;
}
@keyframes fall-182 {
  76.048% {
    transform: translate(76.2755vw, 76.048vh) scale(0.5245);
  }
  to {
    transform: translate(76.4142vw, 100vh) scale(0.5245);
  }
}
.snow:nth-child(183) {
  opacity: 0.2288;
  transform: translate(87.4297vw, -10px) scale(0.2298);
  animation: fall-183 21s -20s linear infinite;
}
@keyframes fall-183 {
  72.278% {
    transform: translate(79.535vw, 72.278vh) scale(0.2298);
  }
  to {
    transform: translate(83.48235vw, 100vh) scale(0.2298);
  }
}
.snow:nth-child(184) {
  opacity: 0.166;
  transform: translate(40.0776vw, -10px) scale(0.5823);
  animation: fall-184 27s -21s linear infinite;
}
@keyframes fall-184 {
  53.559% {
    transform: translate(40.5142vw, 53.559vh) scale(0.5823);
  }
  to {
    transform: translate(40.2959vw, 100vh) scale(0.5823);
  }
}
.snow:nth-child(185) {
  opacity: 0.8123;
  transform: translate(68.3254vw, -10px) scale(0.5797);
  animation: fall-185 24s -3s linear infinite;
}
@keyframes fall-185 {
  57.633% {
    transform: translate(63.2326vw, 57.633vh) scale(0.5797);
  }
  to {
    transform: translate(65.779vw, 100vh) scale(0.5797);
  }
}
.snow:nth-child(186) {
  opacity: 0.5489;
  transform: translate(20.3449vw, -10px) scale(0.5197);
  animation: fall-186 28s -21s linear infinite;
}
@keyframes fall-186 {
  57.345% {
    transform: translate(20.9477vw, 57.345vh) scale(0.5197);
  }
  to {
    transform: translate(20.6463vw, 100vh) scale(0.5197);
  }
}
.snow:nth-child(187) {
  opacity: 0.4638;
  transform: translate(56.1957vw, -10px) scale(0.4478);
  animation: fall-187 25s -9s linear infinite;
}
@keyframes fall-187 {
  57.154% {
    transform: translate(58.8028vw, 57.154vh) scale(0.4478);
  }
  to {
    transform: translate(57.49925vw, 100vh) scale(0.4478);
  }
}
.snow:nth-child(188) {
  opacity: 0.9323;
  transform: translate(87.3892vw, -10px) scale(0.9446);
  animation: fall-188 25s -6s linear infinite;
}
@keyframes fall-188 {
  64.858% {
    transform: translate(96.2129vw, 64.858vh) scale(0.9446);
  }
  to {
    transform: translate(91.80105vw, 100vh) scale(0.9446);
  }
}
.snow:nth-child(189) {
  opacity: 0.46;
  transform: translate(96.4844vw, -10px) scale(0.3954);
  animation: fall-189 29s -15s linear infinite;
}
@keyframes fall-189 {
  52.195% {
    transform: translate(104.698vw, 52.195vh) scale(0.3954);
  }
  to {
    transform: translate(100.5912vw, 100vh) scale(0.3954);
  }
}
.snow:nth-child(190) {
  opacity: 0.7379;
  transform: translate(35.7238vw, -10px) scale(0.5111);
  animation: fall-190 28s -19s linear infinite;
}
@keyframes fall-190 {
  59.85% {
    transform: translate(26.0452vw, 59.85vh) scale(0.5111);
  }
  to {
    transform: translate(30.8845vw, 100vh) scale(0.5111);
  }
}
.snow:nth-child(191) {
  opacity: 0.9236;
  transform: translate(64.191vw, -10px) scale(0.5584);
  animation: fall-191 24s -18s linear infinite;
}
@keyframes fall-191 {
  76.067% {
    transform: translate(64.5148vw, 76.067vh) scale(0.5584);
  }
  to {
    transform: translate(64.3529vw, 100vh) scale(0.5584);
  }
}
.snow:nth-child(192) {
  opacity: 0.6667;
  transform: translate(95.7172vw, -10px) scale(0.7667);
  animation: fall-192 23s -5s linear infinite;
}
@keyframes fall-192 {
  75.831% {
    transform: translate(94.9113vw, 75.831vh) scale(0.7667);
  }
  to {
    transform: translate(95.31425vw, 100vh) scale(0.7667);
  }
}
.snow:nth-child(193) {
  opacity: 0.6727;
  transform: translate(65.6983vw, -10px) scale(0.9862);
  animation: fall-193 25s -3s linear infinite;
}
@keyframes fall-193 {
  36.631% {
    transform: translate(66.0534vw, 36.631vh) scale(0.9862);
  }
  to {
    transform: translate(65.87585vw, 100vh) scale(0.9862);
  }
}
.snow:nth-child(194) {
  opacity: 0.9359;
  transform: translate(2.6787vw, -10px) scale(0.4478);
  animation: fall-194 20s -7s linear infinite;
}
@keyframes fall-194 {
  77.416% {
    transform: translate(-3.4273vw, 77.416vh) scale(0.4478);
  }
  to {
    transform: translate(-0.3743vw, 100vh) scale(0.4478);
  }
}
.snow:nth-child(195) {
  opacity: 0.2361;
  transform: translate(80.8435vw, -10px) scale(0.1947);
  animation: fall-195 22s -5s linear infinite;
}
@keyframes fall-195 {
  62.781% {
    transform: translate(89.082vw, 62.781vh) scale(0.1947);
  }
  to {
    transform: translate(84.96275vw, 100vh) scale(0.1947);
  }
}
.snow:nth-child(196) {
  opacity: 0.3722;
  transform: translate(28.1627vw, -10px) scale(0.142);
  animation: fall-196 24s -9s linear infinite;
}
@keyframes fall-196 {
  44.414% {
    transform: translate(23.7772vw, 44.414vh) scale(0.142);
  }
  to {
    transform: translate(25.96995vw, 100vh) scale(0.142);
  }
}
.snow:nth-child(197) {
  opacity: 0.5305;
  transform: translate(48.1963vw, -10px) scale(0.5766);
  animation: fall-197 23s -4s linear infinite;
}
@keyframes fall-197 {
  38.012% {
    transform: translate(56.8265vw, 38.012vh) scale(0.5766);
  }
  to {
    transform: translate(52.5114vw, 100vh) scale(0.5766);
  }
}
.snow:nth-child(198) {
  opacity: 0.3539;
  transform: translate(92.5924vw, -10px) scale(0.2296);
  animation: fall-198 18s -30s linear infinite;
}
@keyframes fall-198 {
  41.344% {
    transform: translate(88.3847vw, 41.344vh) scale(0.2296);
  }
  to {
    transform: translate(90.48855vw, 100vh) scale(0.2296);
  }
}
.snow:nth-child(199) {
  opacity: 0.1266;
  transform: translate(80.7486vw, -10px) scale(0.4979);
  animation: fall-199 18s -17s linear infinite;
}
@keyframes fall-199 {
  73.735% {
    transform: translate(81.6636vw, 73.735vh) scale(0.4979);
  }
  to {
    transform: translate(81.2061vw, 100vh) scale(0.4979);
  }
}
.snow:nth-child(200) {
  opacity: 0.797;
  transform: translate(15.655vw, -10px) scale(0.9145);
  animation: fall-200 10s -9s linear infinite;
}
@keyframes fall-200 {
  63.196% {
    transform: translate(16.2592vw, 63.196vh) scale(0.9145);
  }
  to {
    transform: translate(15.9571vw, 100vh) scale(0.9145);
  }
}
/*************31_12_20*************/
section.event-why-attend {
    position: relative;
}

section.event-why-attend img.cap {
    position: absolute;
    left: 38%;
    top: 43px;
    max-width: 54px;
}
/**************31_12_20************/
/*************************************30_12_2020_santa**********************