@charset "UTF-8";
/* ---------------------------------------------- * Generated by Animista on 2020-2-28 10:47:15 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400%3B0,700%3B1,400%3B1,700&display=swap");
div.bhr-ap__w { animation-iteration-count: 1 !important; animation-duration: 0.5s !important; animation-timing-function: ease-in-out !important; transform-style: preserve-3d;
} .BHR_SCALE_IN_VER_TOP { animation-name: scale-in-ver-top;
} .BHR_SCALE_IN_VER_BOTTOM { animation-name: scale-in-ver-bottom;
} .BHR_SLIDE_IN_TOP { animation-name: slide-in-top;
} .BHR_SLIDE_IN_RIGHT { animation-name: slide-in-right;
} .BHR_SLIDE_IN_BOTTOM { animation-name: slide-in-bottom;
} .BHR_SLIDE_IN_LEFT { animation-name: slide-in-left;
} .BHR_SLIDE_IN_BLURRED_TOP { animation-name: slide-in-blurred-top;
} .BHR_SLIDE_IN_BLURRED_LEFT { animation-name: slide-in-blurred-left;
} .BHR_SLIDE_IN_BLURRED_RIGHT { animation-name: slide-in-blurred-right;
} .BHR_SLIDE_IN_BLURRED_BOTTOM { animation-name: slide-in-blurred-bottom;
} .BHR_SWING_IN_TOP_FWD { animation-name: swing-in-top-fwd;
} .BHR_SWING_IN_RIGHT_FWD { animation-name: swing-in-right-fwd;
} .BHR_SWING_IN_BOTTOM_FWD { animation-name: swing-in-bottom-fwd;
} .BHR_SWING_IN_LEFT_FWD { animation-name: swing-in-left-fwd;
} .BHR_FADE_IN { animation-name: fade-in;
} @keyframes scale-in-ver-top { 0% { transform: scaleY(0); transform-origin: 100% 0; opacity: 1; } 100% { transform: scaleY(1); transform-origin: 100% 0; opacity: 1; }
}
@keyframes scale-in-ver-bottom { 0% { transform: scaleY(0); transform-origin: 0 100%; opacity: 1; } 100% { transform: scaleY(1); transform-origin: 0 100%; opacity: 1; }
}
@keyframes slide-in-top { 0% { transform: translateY(-1000px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; }
}
@keyframes slide-in-right { 0% { transform: translateX(1000px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; }
}
@keyframes slide-in-bottom { 0% { transform: translateY(1000px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; }
}
@keyframes slide-in-left { 0% { transform: translateX(-1000px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; }
}
@keyframes slide-in-blurred-top { 0% { transform: translateY(-1000px) scaleY(2.5) scaleX(0.2); transform-origin: 50% 0; filter: blur(40px); opacity: 0; } 100% { transform: translateY(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1; }
}
@keyframes slide-in-blurred-left { 0% { transform: translateX(-1000px) scaleX(2.5) scaleY(0.2); transform-origin: 100% 50%; filter: blur(40px); opacity: 0; } 100% { transform: translateX(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1; }
}
@keyframes slide-in-blurred-right { 0% { transform: translateX(1000px) scaleX(2.5) scaleY(0.2); transform-origin: 0 50%; filter: blur(40px); opacity: 0; } 100% { transform: translateX(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1; }
}
@keyframes slide-in-blurred-bottom { 0% { transform: translateY(1000px) scaleY(2.5) scaleX(0.2); transform-origin: 50% 100%; filter: blur(40px); opacity: 0; } 100% { transform: translateY(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1; }
}
@keyframes swing-in-top-fwd { 0% { transform: rotateX(-100deg); transform-origin: top; opacity: 0; } 100% { transform: rotateX(0deg); transform-origin: top; opacity: 1; }
}
@keyframes swing-in-right-fwd { 0% { transform: rotateY(-100deg); transform-origin: right; opacity: 0; } 100% { transform: rotateY(0); transform-origin: right; opacity: 1; }
}
@keyframes swing-in-bottom-fwd { 0% { transform: rotateX(100deg); transform-origin: bottom; opacity: 0; } 100% { transform: rotateX(0); transform-origin: bottom; opacity: 1; }
}
@keyframes swing-in-left-fwd { 0% { transform: rotateY(100deg); transform-origin: left; opacity: 0; } 100% { transform: rotateY(0); transform-origin: left; opacity: 1; }
}
@keyframes fade-in { 0% { transform: translateZ(80px); opacity: 0; } 100% { transform: translateZ(0); opacity: 1; }
}
div, input, p, span, img { max-width: 100%;
} html { height: 100%; overflow: auto;
} body { font-family: "Open Sans", "Roboto", "Oswald", "Roboto Condensed", "Slabo 27px", "Montserrat", "Source Sans Pro", "Raleway", "PT Sans", "Lato", sans-serif; justify-content: center; align-items: center; display: flex; flex-direction: column; height: unset !important; min-height: 100vh !important;
} a { color: unset; text-decoration: unset;
} u a { text-decoration: underline;
} form, .image, .gjs-cell, .gjs-row, .bhr-link, #wrapper, a, .bhr-text { min-height: 30px;
} .gjs-cell { display: flex; flex-direction: column;
} .bhr-image { display: flex; margin: auto; text-align: center;
}
.bhr-image__image[data-link]:hover { cursor: pointer;
} form { margin: 0;
} input, button { -webkit-appearance: none; -moz-appearance: none; appearance: none;
} #wrapper { background-size: cover; display: block;
} .form { display: flex; flex-direction: column;
}
.form__group { margin-bottom: 15px;
}
.form__button { margin: auto auto 15px; padding: 12px 40px; border: 0; cursor: pointer; font-family: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-align: inherit;
}
.form__button::-moz-focus-inner { border: 0;
}
.form__button:focus, .form__button:active { outline: none;
}
.form__error { margin: 0 auto 15px; background: #fbe3e4; border: 1px solid #f77872; color: #f77872; padding: 10px;
}
.form .sm-form-birthday-input { display: flex !important; justify-content: space-between;
}
.form input[type=date][placeholder]:invalid::-webkit-datetime-edit { display: none;
}
.form input[type=date][placeholder]:invalid::before { content: "dd-mm-yyyy"; width: 100%;
}
.form input[type=date] { height: 34px; padding: 0 10px;
}
.form input[type=date]::-webkit-inner-spin-button { height: 34px;
}
.form input[type=date]::-webkit-calendar-picker-indicator { padding: 13px; margin-right: -10px;
} .form-group .error-icon { font-size: 28px; color: #f77872; position: absolute; right: 10px; top: -1px;
}
.form-group--underline input:not([type=checkbox]),
.form-group--underline textarea,
.form-group--underline select { border-top: none !important; border-left: none !important; border-right: none !important;
}
.form-group--no-placeholders input:not([type=checkbox])::-moz-placeholder, .form-group--no-placeholders textarea::-moz-placeholder, .form-group--no-placeholders select::-moz-placeholder { opacity: 0 !important;
}
.form-group--no-placeholders input:not([type=checkbox])::placeholder,
.form-group--no-placeholders textarea::placeholder,
.form-group--no-placeholders select::placeholder { opacity: 0 !important;
}
.form-group--no-placeholders input:not([type=checkbox])::-moz-placeholder,
.form-group--no-placeholders textarea::-moz-placeholder,
.form-group--no-placeholders select::-moz-placeholder { /* Firefox 19+ */ opacity: 0 !important;
}
.form-group--no-placeholders input:not([type=checkbox]):-moz-placeholder,
.form-group--no-placeholders textarea:-moz-placeholder,
.form-group--no-placeholders select:-moz-placeholder { /* Firefox 18- */ opacity: 0 !important;
}
.form-group--no-labels .form-group__label:not(.form-group__label--only-text) { display: none;
}
.form-group__label { color: rgb(156, 156, 156); display: block; margin-bottom: 5px; font-size: inherit; line-height: inherit; letter-spacing: inherit;
}
.form-group__label--only-text { margin-bottom: 0;
}
.form-group__error { color: #f77872;
}
.form-group__input input:not([type=checkbox]), .form-group__input textarea, .form-group__input select { width: 100%; display: block; background-color: rgb(255, 255, 255); border: 1px solid rgba(103, 106, 108, 0.2); box-sizing: border-box; padding: 8px 10px; resize: none; font-family: "Open Sans", "Roboto", "Oswald", "Roboto Condensed", "Slabo 27px", "Montserrat", "Source Sans Pro", "Raleway", "PT Sans", "Lato", sans-serif;
}
.form-group__input input:not([type=checkbox]):focus, .form-group__input textarea:focus, .form-group__input select:focus { outline: none;
}
.form-group__input input:not([type=checkbox]).is-error, .form-group__input textarea.is-error, .form-group__input select.is-error { border: 1px solid #f77872; color: #f77872; padding-right: 30px;
}
.form-group__input { position: relative;
}
.form-group__input select { height: 33px;
}
.form-group__input--multiline textarea { height: 90px;
}
.form-group__input--checkbox { padding-top: 5px; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow-x: hidden; display: flex; flex-direction: column;
}
.form-group .bhr-group .icheckbox_minimal-custom,
.form-group .bhr-group .iradio_minimal-custom { display: inline-block; vertical-align: middle; margin: 0; padding: 0; min-width: 22px; width: 22px; height: 22px; border: none; background-image: url("https://salesmanago.pl/static/img/custom.png"); background-repeat: no-repeat; cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .form-group .bhr-group .icheckbox_minimal-custom, .form-group .bhr-group .iradio_minimal-custom { background-image: url("https://salesmanago.pl/static/img/custom@2x.png"); background-size: 240px 24px; }
}
.form-group .bhr-group label.bhr-group__box--checkbox:hover .iradio_minimal-custom { background-position: -144px 0;
}
.form-group .bhr-group label.bhr-group__box--checkbox:hover .icheckbox_minimal-custom { background-position: -24px 0;
}
.form-group .bhr-group .iradio_minimal-custom { border-radius: 49%; background-position: -120px 0;
}
.form-group .bhr-group .iradio_minimal-custom:hover { background-position: -144px 0;
}
.form-group .bhr-group .iradio_minimal-custom.checked,
.form-group .bhr-group input:checked + .iradio_minimal-custom { background-position: -168px 0 !important;
}
.form-group .bhr-group .icheckbox_minimal-custom { background-position: 0 0;
}
.form-group .bhr-group .icheckbox_minimal-custom:hover { background-position: -24px 0;
}
.form-group .bhr-group .icheckbox_minimal-custom.checked,
.form-group .bhr-group input:checked + .icheckbox_minimal-custom { background-position: -48px 0 !important;
}
.form-group .bhr-group__box--checkbox__container:not(:last-of-type) { margin-bottom: 10px;
}
.form-group .bhr-group__box--checkbox__container input:checked + .blended-clr { background-blend-mode: difference;
}
.form-group .bhr-group__checkbox { position: absolute; display: block; width: 0; height: 0; padding: 0; border: none; opacity: 0;
}
.form-group .bhr-group__checkbox__label { display: inline-block; margin: 4px 25px 0 5px; vertical-align: top; font-size: 12px; white-space: normal; font-weight: normal !important; cursor: pointer;
}
.form-group .bhr-group__checkbox__label--alone { margin: 0;
}
.form-group .bhr-group__checkbox__label a { display: inline-block; width: unset; min-height: auto;
} .bhr-link { display: block; width: 100%;
} .bhr-text { display: flex; flex-direction: column; word-wrap: anywhere;
}
.bhr-text p { margin: 5px 0 5px 0;
} .ql-align-justify { text-align: justify;
} .ql-align-center { text-align: center;
} .ql-align-right { text-align: right;
} .bhr-button { margin: auto; padding: 12px 40px; border: 0; cursor: pointer; display: block; word-wrap: anywhere;
}
.bhr-button::-moz-focus-inner { border: 0;
}
.bhr-button:focus, .bhr-button:active { outline: none;
} label.error { color: #8a1f11; display: block; font-size: 12px; font-weight: 400;
} .ql-font-serif { font-family: Georgia, "Times New Roman", serif;
} .ql-font-monospace { font-family: Monaco, "Courier New", monospace;
} .ql-font-montserrat { font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
} .ql-font-arial { font-family: "Arial", sans-serif;
} .ql-font-courier_new { font-family: "CourierNew", Courier, monospace;
} .ql-font-georgia { font-family: "Georgia", Times, "Times New Roman", serif;
} .ql-font-helvetica { font-family: "Helvetica", Arial, sans-serif;
} .ql-font-lucida { font-family: "Lucida", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
} .ql-font-tahoma { font-family: "Tahoma", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
} .ql-font-times_new_roman { font-family: "TimesNewRoman", serif;
} .ql-font-trebuchet_ms { font-family: "TrebuchetMS", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
} .ql-font-verdana { font-family: "Verdana", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
} .ql-font-roboto { font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
} .bhr-text a { display: inline; text-decoration: inherit; color: inherit;
}
.bhr-text ol, .bhr-text ul { list-style-position: inside;
}
.bhr-text ol > li, .bhr-text ul > li { list-style-type: none; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-num; margin: 0 8px;
}
.bhr-text ol > li:before, .bhr-text ul > li:before { display: inline-block; white-space: nowrap; width: 1.2em; text-align: right; margin-right: 0.3em; margin-left: -1.5em;
}
.bhr-text ol > li.ql-indent-1:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-1:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 4.5em;
}
.bhr-text ol > li.ql-indent-1.ql-direction-rtl, .bhr-text ol > li.ql-indent-1.ql-align-right, .bhr-text ul > li.ql-indent-1.ql-direction-rtl, .bhr-text ul > li.ql-indent-1.ql-align-right { padding-right: 4.5em;
}
.bhr-text ol > li.ql-indent-2:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-2:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 7.5em;
}
.bhr-text ol > li.ql-indent-2.ql-direction-rtl, .bhr-text ol > li.ql-indent-2.ql-align-right, .bhr-text ul > li.ql-indent-2.ql-direction-rtl, .bhr-text ul > li.ql-indent-2.ql-align-right { padding-right: 7.5em;
}
.bhr-text ol > li.ql-indent-3:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-3:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 10.5em;
}
.bhr-text ol > li.ql-indent-3.ql-direction-rtl, .bhr-text ol > li.ql-indent-3.ql-align-right, .bhr-text ul > li.ql-indent-3.ql-direction-rtl, .bhr-text ul > li.ql-indent-3.ql-align-right { padding-right: 10.5em;
}
.bhr-text ol > li.ql-indent-4:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-4:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 13.5em;
}
.bhr-text ol > li.ql-indent-4.ql-direction-rtl, .bhr-text ol > li.ql-indent-4.ql-align-right, .bhr-text ul > li.ql-indent-4.ql-direction-rtl, .bhr-text ul > li.ql-indent-4.ql-align-right { padding-right: 13.5em;
}
.bhr-text ol > li.ql-indent-5:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-5:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 16.5em;
}
.bhr-text ol > li.ql-indent-5.ql-direction-rtl, .bhr-text ol > li.ql-indent-5.ql-align-right, .bhr-text ul > li.ql-indent-5.ql-direction-rtl, .bhr-text ul > li.ql-indent-5.ql-align-right { padding-right: 16.5em;
}
.bhr-text ol > li.ql-indent-6:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-6:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 19.5em;
}
.bhr-text ol > li.ql-indent-6.ql-direction-rtl, .bhr-text ol > li.ql-indent-6.ql-align-right, .bhr-text ul > li.ql-indent-6.ql-direction-rtl, .bhr-text ul > li.ql-indent-6.ql-align-right { padding-right: 19.5em;
}
.bhr-text ol > li.ql-indent-7:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-7:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 22.5em;
}
.bhr-text ol > li.ql-indent-7.ql-direction-rtl, .bhr-text ol > li.ql-indent-7.ql-align-right, .bhr-text ul > li.ql-indent-7.ql-direction-rtl, .bhr-text ul > li.ql-indent-7.ql-align-right { padding-right: 22.5em;
}
.bhr-text ol > li.ql-indent-8:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-8:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 25.5em;
}
.bhr-text ol > li.ql-indent-8.ql-direction-rtl, .bhr-text ol > li.ql-indent-8.ql-align-right, .bhr-text ul > li.ql-indent-8.ql-direction-rtl, .bhr-text ul > li.ql-indent-8.ql-align-right { padding-right: 25.5em;
}
.bhr-text ol > li.ql-indent-9:not(.ql-align-right):not(.ql-direction-rtl), .bhr-text ul > li.ql-indent-9:not(.ql-align-right):not(.ql-direction-rtl) { padding-left: 28.5em;
}
.bhr-text ol > li.ql-indent-9.ql-direction-rtl, .bhr-text ol > li.ql-indent-9.ql-align-right, .bhr-text ul > li.ql-indent-9.ql-direction-rtl, .bhr-text ul > li.ql-indent-9.ql-align-right { padding-right: 28.5em;
}
.bhr-text ol { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-num;
}
.bhr-text ol li:not([class*=ql-indent-]) { counter-increment: list-1; counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.bhr-text ol li:not([class*=ql-indent-]):before { content: counter(list-1, decimal) ". ";
}
.bhr-text ol li.ql-indent-1 { counter-increment: list-1; counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 ;
}
.bhr-text ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) ". ";
}
.bhr-text ol li.ql-indent-2 { counter-increment: list-2; counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9 ;
}
.bhr-text ol li.ql-indent-2:before { content: counter(list-2, lower-roman) ". ";
}
.bhr-text ol li.ql-indent-3 { counter-increment: list-3; counter-reset: list-4 list-5 list-6 list-7 list-8 list-9 ;
}
.bhr-text ol li.ql-indent-4 { counter-increment: list-4; counter-reset: list-5 list-6 list-7 list-8 list-9 ;
}
.bhr-text ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) ". ";
}
.bhr-text ol li.ql-indent-5 { counter-increment: list-5; counter-reset: list-6 list-7 list-8 list-9 ;
}
.bhr-text ol li.ql-indent-5:before { content: counter(list-5, lower-roman) ". ";
}
.bhr-text ol li.ql-indent-6 { counter-increment: list-6; counter-reset: list-7 list-8 list-9 ;
}
.bhr-text ol li.ql-indent-7 { counter-increment: list-7; counter-reset: list-8 list-9 ;
}
.bhr-text ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) ". ";
}
.bhr-text ol li.ql-indent-8 { counter-increment: list-8; counter-reset: list-9 ;
}
.bhr-text ol li.ql-indent-8:before { content: counter(list-8, lower-roman) ". ";
}
.bhr-text ol li.ql-indent-9 { counter-increment: list-9;
}
.bhr-text ul:not([data-checked]) li:before { content: "•"; margin-right: 14px; font-size: 140%; line-height: 0.8; position: relative; top: 3px;
}
.bhr-text ul[data-checked=true] > li:before { content: "☑";
}
.bhr-text ul[data-checked=false] > li:before { content: "☐";
} [data-gjs-type] { position: relative;
}
[data-gjs-type]:after { content: ""; z-index: 1; pointer-events: none; left: 2px; top: 2px; right: 2px; bottom: 2px; position: absolute; border: 0 solid #676a6c;
}
[data-gjs-type] [data-gjs-type=bhr-form]:after { left: 3px; right: 3px;
}
[data-gjs-type].gjs-selected { outline: none !important;
}
[data-gjs-type].gjs-selected:after { border-width: 4px;
}
[data-gjs-type].gjs-hovered { outline: none !important;
}
[data-gjs-type].gjs-hovered:after { border-width: 2px;
} body.gjs-dashed *[data-highlightable], body.gjs-dashed *[data-highlightable].gjs-selected { outline: 1px dashed #676a6c !important;
}
body.gjs-dashed *[data-highlightable].bhr-image { outline-offset: 0;
} .bhr-components-border [data-gjs-type][class]:not(.gjs-cell):not(.gjs-row):after { border-width: 1px;
}
.bhr-components-border [data-gjs-type][class]:not(.gjs-cell):not(.gjs-row).gjs-selected:after { border-width: 4px;
}
.bhr-components-border [data-gjs-type][class]:not(.gjs-cell):not(.gjs-row).gjs-hovered { border-width: 2px;
} body { overflow-x: hidden;
} .bhr-ap__w { width: 100%; height: 100vh; display: flex;
}
.bhr-ap__c { position: relative; max-width: 100%; max-height: 100%; display: flex; align-items: flex-start; justify-content: center; overflow: visible;
}
.bhr-ap__c--SMALL { max-width: 300px; max-height: 300px;
}
.bhr-ap__c--MEDIUM { max-width: 780px; max-height: 780px;
}
.bhr-ap__c--LARGE { max-width: 1250px; max-height: 1250px;
}
.bhr-ap__c__close { position: absolute; z-index: 3; min-width: 44px; min-height: 44px; cursor: pointer; border: none; background: none; margin: 0; padding: 0;
}
.bhr-ap__c__close i, .bhr-ap__c__close svg, .bhr-ap__c__close img { position: absolute;
}
.bhr-ap__c__close .fa-2x { width: 22px; height: 22px;
}
.bhr-ap__c__close .fa-3x { width: 33px; height: 33px;
}
.bhr-ap__c__close .fa-4x { width: 44px; height: 44px;
}
.bhr-ap__c__close--1 { top: 0; left: 0;
}
.bhr-ap__c__close--2 { top: 0;
}
.bhr-ap__c__close--3 { top: 0; right: 0;
}
.bhr-ap__c__close--4 { left: 0;
}
.bhr-ap__c__close--6 { right: 0;
}
.bhr-ap__c__close--7 { bottom: 0; left: 0;
}
.bhr-ap__c__close--8 { bottom: 0;
}
.bhr-ap__c__close--9 { bottom: 0; right: 0;
}
.bhr-ap__w--1, .bhr-ap__c__close--1 { align-items: flex-start; justify-content: flex-start;
}
.bhr-ap__w--2, .bhr-ap__c__close--2 { align-items: flex-start; justify-content: center;
}
.bhr-ap__w--3, .bhr-ap__c__close--3 { align-items: flex-start; justify-content: flex-end;
}
.bhr-ap__w--4, .bhr-ap__c__close--4 { align-items: center; justify-content: flex-start;
}
.bhr-ap__w--5, .bhr-ap__c__close--5 { align-items: center; justify-content: center;
}
.bhr-ap__w--6, .bhr-ap__c__close--6 { align-items: center; justify-content: flex-end;
}
.bhr-ap__w--7, .bhr-ap__c__close--7 { align-items: flex-end; justify-content: flex-start;
}
.bhr-ap__w--8, .bhr-ap__c__close--8 { align-items: flex-end; justify-content: center;
}
.bhr-ap__w--9, .bhr-ap__c__close--9 { align-items: flex-end; justify-content: flex-end;
}
.bhr-ap__c__close img { max-width: unset;
} .bhr-ap__w, .bhr-ap__w * { box-sizing: border-box;
} .layout { display: grid; gap: 12px 12px; grid-auto-flow: row;
}
.layout-columns-1 { grid-template-areas: "form1"; grid-template-columns: 100%; grid-template-rows: auto;
}
.layout-columns-2 { grid-template-areas: "form1 form2"; grid-template-columns: 50% 50%; grid-template-rows: auto; padding-right: 12px;
}
.layout-columns-3 { grid-template-areas: "form1 form2" "form3 form3"; grid-template-columns: 50% 50%; grid-template-rows: auto auto; padding-right: 12px;
}
.layout__container:nth-of-type(1) { grid-area: form1;
}
.layout__container:nth-of-type(2) { grid-area: form2;
}
.layout__container:nth-of-type(3) { grid-area: form3;
}