cloud-scene-pres {
    position: absolute;
    width: 100vw;
    height: 100%;
}

cloud-scene-pres .cloud-scene {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#e0ebf1, #fff 50%);
    margin: 0px;
}

.cloud-scene .svg:nth-child(1) {
    left: 20%;
    top: 0%;
    animation: cloud-shift-1 8s linear forwards;
    width: 13%;
    height: 20%;
}

.cloud-scene .svg:nth-child(2) {
    left: 52%;
    top: 4%;
    animation: cloud-shift-2 8s linear forwards;
    width: 10%;
    height: 10%;
    transform: rotateY(180deg);
}

.cloud-scene .svg:nth-child(3) {
    left: 65%;
    top: 5%;
    animation: cloud-shift-3 8s linear forwards;
    width: 15%;
    height: 15%;
}

card-presentation img {
    transform: translate(50%, 50%);
    margin: 2rem 0;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    max-width: 350px !important;
    max-height: 250px !important;
    width: 100%;
    height: 100%;
}

content img:nth-child(1) {
    max-width: 275px;
    margin-bottom: 1.5rem;
    width: 100%;
}

.cloud-scene .svg:nth-child(4) {
    left: -20%;
    top: 25%;
    animation: cloud-shift-4 8s linear forwards;
    width: 15%;
    height: 15%;
}

.cloud-scene .svg {
    position: absolute;
    transform-style: preserve-3d;
}

card-presentation {
    flex: 1;
}

content {
    position: relative;
    margin: 12rem 15rem 12rem 18rem;
    flex: 2;
}

header {
    display: flex;
    flex-wrap: wrap;
}

content h1 {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
}

content p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
}

content p:nth-child(3) {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
}

content form {
    box-shadow: 0 1rem 1.5rem -0.5rem rgb(0 0 0 / 22%);
    padding: 3rem;
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#checkBox {
    display: inline-block;
    height: 16px;
    line-height: 0;
    margin: 1px auto;
    margin-right: 8px;
    order: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
}

#lcbo .form-body .form-row:nth-child(4) fieldset {
    display: flex;
    flex-direction: row;
}

#lcbo .form-body .form-row:nth-child(4) fieldset error {
    transform: translate(2rem, 4rem);
    width: 90%;
}

.form-row {
    max-width: 30rem;
    width: 100%;
    padding-bottom: 70px;
    position: relative;
}

.form-row fieldset {
    position: relative;
}

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 12px;
    color: #737373;
}

.form-row:last-child {
    max-width: 100% !important;
}

.form-row:last-child fieldset {
    position: absolute;
    right: 0px;
    max-width: 220px;
    width: 100%;
}

button.btn-primary {
    max-width: 220px !important;
    width: 100%;
    padding: 16px 15px 15px;
}

.form-row input {
    font-size: 16px;
    padding: 0px;
    display: block;
    max-width: 480px;
    border: none;
    border-bottom: 1px solid #757575;
    background: transparent;
    width: 100%;
    padding-bottom: 9px;
}

error {
    position: absolute;
    left: 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    color: red;
    margin-top: 25px;
    opacity: 1;
    transform: translateY(0%);
}

.form-row label {
    color: #737373;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
    display: inline-block;
    font-family: 'AC Icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\e63c';
    color: black;
    position: absolute;
    transform: translateY(20px) translateX(10px);
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\e60e';
    color: black;
    position: absolute;
    transform: translateY(20px) translateX(10px);
}

.ui-datepicker-title span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%, -50%);
    -moz-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
    text-align: center;
}

#ui-datepicker-div {
    width: auto !important;
}

input#lcboTransDate:hover {
    cursor: pointer;
}

.focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.ui-corner-all.ui-state-disabled {
    display: none !important;
}

.ui-datepicker-title span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 81%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    text-align: center;
}

input#lcboTransDate+label {
    top: 0px;
    font-size: 15px;
}

#tc p:nth-child(3) {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
}

@media only screen and (max-width:1366px) and (min-width:1024px) {
    card-presentation {
        display: block !important;
    }
    card-presentation img {
        transform: translate(0%, 0%);
        margin: 10rem 0;
        max-width: 100% !important;
        max-height: 239px !important;
    }
    content img:nth-child(1) {
        transform: translate(0%, 5rem);
        margin: 6rem 0px !important;
        max-width: 13rem !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    card-presentation {
        display: none;
    }
    content {
        margin: 0rem 2rem;
    }
    content img:nth-child(1) {
        max-width: 21.5rem;
        width: 100%;
        display: block;
        margin: 6rem auto;
    }
    cloud-scene-pres .cloud-scene {
        margin: 0px;
    }
    .form-row:last-child fieldset {
        max-width: 100%;
    }
    button.btn-primary {
        float: right;
    }
    .cc-faqs .accordion__container {
        padding: 4em 0px;
    }
    cloud-scene-pres .cloud-scene .svg {
        top: 0% !important;
    }
    .cloud-scene .svg:nth-child(1) {
        left: 10%;
    }
    .cloud-scene .svg:nth-child(2) {
        left: 45%;
    }
    .cloud-scene .svg:nth-child(3) {
        left: 67%;
    }
}

@media (max-width: 767px) {
    cloud-scene-pres {
        height: 20rem;
    }
    card-presentation {
        display: none;
    }
    content {
        margin: 1rem 2rem;
    }
    content img:nth-child(1) {
        width: 14.5rem;
        margin: 4rem auto;
        display: block;
    }
    content h1 {
        font-size: 30px;
    }
    .form-row:last-child fieldset {
        position: absolute;
        right: 0px;
        max-width: 100%;
        width: 100%;
        margin: auto;
    }
    button.btn-primary {
        max-width: 100% !important;
        width: 100%;
    }
    .cc-faqs .accordion__container {
        padding: 30px 6px !important;
    }
    cloud-scene-pres .cloud-scene {
        margin: 0px;
    }
}