.service-layout{display:-webkit-box;display:-webkit-flex;display:flex;min-height:100vh}@media only screen and (max-width:767px)and (orientation:portrait){.service-layout{display:block;margin-top:48px;min-height:-webkit-calc(100vh - 70px);min-height:calc(100vh - 70px)}}.service-layout__form{-webkit-box-flex:3;-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:3;flex:3;-webkit-justify-content:center;justify-content:center;padding:60px 24px}@media(orientation:portrait){.service-layout__form{-webkit-box-flex:1;-webkit-flex:1;flex:1}}@media only screen and (max-width:767px)and (orientation:portrait){.service-layout__form{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding:32px 0 0}}.service-layout__info{-webkit-box-flex:2;-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:2;flex:2;-webkit-justify-content:center;justify-content:center;position:relative}@media(orientation:portrait){.service-layout__info{-webkit-box-flex:1;-webkit-flex:1;flex:1}}.service-layout__info-image{background-color:var(--g-color-base-area);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.service-layout__info-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (max-width:767px)and (orientation:portrait){.service-layout__info-image{display:none}}.service-layout__info-image-mobile{background-color:var(--g-color-base-area);bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:-1}.service-layout__info-image-mobile img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (max-width:767px)and (orientation:portrait){.service-layout__info-image-mobile{display:block}}.service-layout__description{background-color:var(--g-color-base-background);border-radius:8px;-webkit-box-shadow:4px 12px 48px rgba(0,0,0,.06);box-shadow:4px 12px 48px rgba(0,0,0,.06);font-size:var(--g-text-body-2-font-size);font-weight:var(--g-text-body-font-weight);line-height:var(--g-text-body-2-line-height);margin:24px;max-width:486px;padding:24px}.service-layout__description br{content:" ";display:block;padding:5px 0}.service-layout__description b{font-size:var(--g-text-subheader-3-font-size);font-weight:var(--g-text-subheader-font-weight);line-height:var(--g-text-subheader-3-line-height)}.service-layout__description a{color:var(--g-color-text-link);-webkit-text-decoration:none;text-decoration:none}.service-layout__description a:hover{color:var(--g-color-text-link-hover)}@media only screen and (max-width:767px)and (orientation:portrait){.service-layout__description{display:none}}