@charset "UTF-8";
/* CSS Document */


.page-thanks .col-left {flex:0 0 50%;background:#fff;}
.page-thanks .col-left p {color:#1D2939;}
.page-thanks .col-left .col-footer p {color:#475467;}
.page-thanks .col-left .col-footer a {color:#344054;}
.page-thanks .col-left .img {display:none;}

.page-thanks .col-left:before {position:relative;top:0px;transform: translateX(-50px);}

.page-thanks .logo-dark {display:inline-block;}
.page-thanks .logo-light {display:none;}

.page-thanks .col-thanks.over {display:block;margin-top: auto;margin-bottom: auto;margin-left: 60px;margin-right: 10px;}
.col-thanks p a {margin-right:12px;}

.page-thanks .col-content {background:url("../images/pic-thankyou-desktop.jpeg") center center no-repeat;background-size:cover;position:relative;}
.page-thanks .col-content:after {content:"";background:url(../images/cross.svg) right bottom no-repeat;background-size:cover;width:128px;height:132px;position:absolute;right:0;bottom:0;}

.col-left .col-thanks ul {color: #1D2939;list-style: disc;margin-left: 20px;padding-inline-start: 0px;}
.col-left .col-thanks  {font-size:16px;line-height:1.3em;}

@media screen and (max-width:992px){
    .page-thanks .col-thanks.over {margin-left: 0px;margin-right: 0px;}
    .page-thanks .col-content {background:none;display:none;}
    .page-thanks .col-left {flex:1;}
    .page-thanks .col-left:before {background:none;display:none;}
    .page-thanks .col-footer {border-top:1px solid #EAECF0;padding-top:50px;}
    .page-thanks .col-left .img {display:block;}
}
$