﻿@import"../font/DBHeavent.css";:root{--gcsto-blue:#0057b7;--gcsto-light-blue:#00adee;--gcsto-black:#231f20;--gcsto-gray:#b0b2b2;--gcsto-green:#00b040;--gcsto-yellow:#ffc62c;}@keyframes scaleFadeIn{0%{transform:scale(.5);opacity:0;}100%{transform:scale(1);opacity:1;}}@keyframes slideUp{0%{transform:translateY(100%);}100%{transform:translateY(0);}}.form-page{box-sizing:border-box;position:absolute;left:0;top:50vh;width:100vw;pointer-events:none;backdrop-filter:blur(10px);z-index:100;opacity:0;transition:all ease .7s;display:flex;height:100vh;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-ms-flex-direction:column;-webkit-flex-direction:column;}.form-page.in{opacity:1;top:0;pointer-events:all;}@media only screen and (max-width:1280px){.form-page{display:block;padding-top:100px;}.form-page .form-container{justify-content:center;}}@media only screen and (max-width:900px){.form-page{padding-top:0;}}.form-page .form-container{display:flex;}.form-page .form-left,.form-page .form-right{padding:24px;border-radius:24px;box-shadow:6px 5px 10px rgba(0,0,0,.3);padding:32px;color:#fff;}.form-page .form-left .form-body,.form-page .form-right .form-body{flex-grow:1;min-height:200px;}.form-page .form-left .form-footer,.form-page .form-right .form-footer{flex-grow:0;display:flex;justify-content:space-between;}.form-page .form-left .form-footer button.gc-btn,.form-page .form-right .form-footer button.gc-btn{min-width:140px;}.form-page .form-left{background:#0057b7;position:relative;z-index:301;display:flex;flex-direction:column;max-width:50vw;box-shadow:10px 20px 20px rgba(0,87,183,.6);}@media only screen and (max-width:1280px){.form-page .form-left{max-width:70vw;}}.form-page .form-left .pages-indicator-container{flex-grow:0;display:flex;gap:8px;justify-content:center;margin-bottom:8px;}.form-page .form-left .pages-indicator-container .page-indicator{width:20px;height:20px;border-radius:50%;background-color:#fff;}.form-page .form-left .pages-indicator-container .page-indicator.active{background-color:#00b040;}.form-page .form-left .form-body{overflow:clip;display:flex;}.form-page .form-left .form-question{width:100%;height:100%;transition:all .2s ease-out;flex-shrink:0;padding:8px;padding-top:48px;position:relative;}.form-page .form-left .form-question .shadowbox{margin-bottom:48px;}.form-page .form-left .form-question .gc-textarea{height:200px;}.form-page .form-left .form-question .whichdo,.form-page .form-left .form-question .options{text-align:center;font-size:120%;}.form-page .form-left .form-question .whichdo h2,.form-page .form-left .form-question .options h2{margin-bottom:16px;}.form-page .form-left .form-question .whichdo{margin-top:32px;}.form-page .form-left .form-question .whichdo.gc-check:last-child{margin-right:0;}.form-page .form-left .move-left-01{transform:translateX(-100%);}.form-page .form-left .move-left-02{transform:translateX(-200%);}.form-page .form-left .move-left-03{transform:translateX(-300%);}.form-page .form-left .move-left-04{transform:translateX(-400%);}.form-page .form-left .move-left-05{transform:translateX(-500%);}.form-page .form-left .move-left-06{transform:translateX(-600%);}.form-page .form-left .move-left-07{transform:translateX(-700%);}.form-page .form-right{background:#00adee;margin-top:48px;margin-bottom:48px;border-top-left-radius:0;border-bottom-left-radius:0;max-width:20vw;position:relative;z-index:300;}.form-page .form-right .logo{background-image:url('../images/logo_b.png');background-size:contain;height:200px;background-repeat:no-repeat;background-position:center center;pointer-events:none;}@media only screen and (max-width:1280px){.form-page .form-right{max-width:30vw;}}.form-page .figure-container{padding:48px 24px 12px 24px;background-color:#fff;color:#231f20;border-radius:24px;width:250px;flex-shrink:0;}.form-page .figure-container .gcspirit-logo{background-image:url('/images/gc-spirit.png');width:100%;height:200px;background-size:contain;background-repeat:no-repeat;}.form-page .figure-container .figcaption{text-align:right;}.form-page .figure-container .bi-stars{color:#ffc62c;text-shadow:0 0 .5px rgba(0,0,0,.8),0 0 15px pink;}.form-page .figure-container .amgc-logo{width:50%;display:block;}.form-page figure{position:relative;}.form-page .blockquote{font-size:26px;}.form-page .blockquote:before,.form-page .blockquote:after{display:block;font-size:80px;position:absolute;}.form-page .blockquote:before{content:"“";left:0;top:-20px;}.form-page .blockquote:after{content:"”";right:0;bottom:-20px;}.form-page .almost-hidden{opacity:0;pointer-events:none;}@media only screen and (max-width:900px){.form-page{display:block;overflow-x:hidden;}.form-page .form-container{display:block;}.form-page .form-left{max-width:100vw!important;width:100vw!important;height:88vh!important;margin-top:12vh;display:block;padding:8px;padding-top:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;}.form-page .form-right{display:none;}.form-page .gc-btn{padding:4vw!important;}.form-page .gc-check{display:block;margin:0;margin-bottom:8px;}.form-page .form-left .form-question .whichdo,.form-page .form-left .form-question .options{font-size:revert;}.form-page .ownership .form-label{height:50px;}}.form-page .crossfunctional{margin-top:24px;transition:all ease .3s;}.form-page .crossfunctional .chips>span{display:inline-block;cursor:pointer;color:#231f20;padding:8px 16px;margin:8px;border-radius:24px;background-color:#fff;box-shadow:0 0 10px #00adee;}.form-page .crossfunctional.disabled{opacity:0;pointer-events:none;}.form-page .enablers{display:flex;gap:24px;}.form-page .enablers>div{flex-grow:1;}.form-page .enablers>div textarea{margin-top:8px;}.form-page .enablers>div .input-counter{opacity:0;transition:all ease 1s;}.form-page .enablers>div .input-counter.show{opacity:1;}.form-page .enablers>div .btn-link i{color:#fff;}