.crimson-text-regular {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
}
.crimson-text-bold {
font-family: "Crimson Text", serif;
font-weight: 700;
font-style: normal;
}
.grid {
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -8px 0 -8px
}
.grid.grid-nogutter {
margin: 0
}
.grid.grid-nogutter > .col {
padding: 0
}
.col {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
min-width: 0;
padding: 0 8px 0 8px
}
.col-align-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start
}
.col-align-bottom {
align-self: flex-end
}
.col-align-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center
}
.col-top {
justify-content: flex-start !important;
flex-direction: column;
display: flex
}
.col-bottom {
justify-content: flex-end !important;
flex-direction: column;
display: flex
}
.col-middle {
justify-content: center;
flex-direction: column;
display: flex
}
.grid-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.grid-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.grid-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.grid-around {
justify-content: space-around
}
.grid-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.col-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.col-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.grid-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.col-fixed {
flex: initial
}
.col-grow-2 {
flex-grow: 2
}
.col-grow-3 {
flex-grow: 3
}
.col-grow-4 {
flex-grow: 4
}
.col-grow-5 {
flex-grow: 5
}
.col-grow-6 {
flex-grow: 6
}
.col-grow-7 {
flex-grow: 7
}
.col-grow-8 {
flex-grow: 8
}
.col-grow-9 {
flex-grow: 9
}
.col-grow-10 {
flex-grow: 10
}
.col-grow-11 {
flex-grow: 11
}
.col-1 {
-ms-flex-preferred-size: 8.33333%;
-webkit-flex-basis: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%
}
.col-2 {
-ms-flex-preferred-size: 16.66667%;
-webkit-flex-basis: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%
}
.col-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-4 {
-ms-flex-preferred-size: 33.33333%;
-webkit-flex-basis: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%
}
.col-5 {
-ms-flex-preferred-size: 41.66667%;
-webkit-flex-basis: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%
}
.col-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-7 {
-ms-flex-preferred-size: 58.33333%;
-webkit-flex-basis: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%
}
.col-8 {
-ms-flex-preferred-size: 66.66667%;
-webkit-flex-basis: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%
}
.col-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-10 {
-ms-flex-preferred-size: 83.33333%;
-webkit-flex-basis: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%
}
.col-11 {
-ms-flex-preferred-size: 91.66667%;
-webkit-flex-basis: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%
}
.col-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%
}
@media only screen and (max-width: 480px) {
.col-sm {
flex: 100%;
max-width: 100%
}
}
@media only screen and (max-width: 624px) {
.col-md {
flex: 100%;
max-width: 100%
}
}
@media only screen and (max-width: 744px) {
.col-lg {
flex: 100%;
max-width: 100%
}
}
h6.subtitle {
margin-bottom: 15px !important;
}
.css-checkbox {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
#inputPreview {
display: flex;
gap: 20px;
justify-content: center;
}
.css-checkbox + label {
position: relative;
font-size: 14px;
cursor: pointer;
display: inline-flex;
align-items: center;
height: 26px;
color: rgb(0, 0, 0);
}
.css-checkbox + label::before {
content: " ";
display: inline-block;
vertical-align: middle;
margin-right: 8px;
width: 20px;
height: 20px;
background-color: #ffffff;
border-width: 3px;
border-style: solid;
border-color: rgb(240, 177, 2);
border-radius: 0;
box-shadow: rgba(42, 42, 42, 0) 0 0 0 0;
}
.css-checkbox:checked + label::before {
background-color: rgb(240, 177, 2);
}
.css-checkbox:checked + label::after {
content: " ";
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIiIGQ9Ik0xNzMuODk4IDQzOS40MDRsLTE2Ni40LTE2Ni40Yy05Ljk5Ny05Ljk5Ny05Ljk5Ny0yNi4yMDYgMC0zNi4yMDRsMzYuMjAzLTM2LjIwNGM5Ljk5Ny05Ljk5OCAyNi4yMDctOS45OTggMzYuMjA0IDBMMTkyIDMxMi42OSA0MzIuMDk1IDcyLjU5NmM5Ljk5Ny05Ljk5NyAyNi4yMDctOS45OTcgMzYuMjA0IDBsMzYuMjAzIDM2LjIwNGM5Ljk5NyA5Ljk5NyA5Ljk5NyAyNi4yMDYgMCAzNi4yMDRsLTI5NC40IDI5NC40MDFjLTkuOTk4IDkuOTk3LTI2LjIwNyA5Ljk5Ny0zNi4yMDQtLjAwMXoiLz48L3N2Zz4=");
background-repeat: no-repeat;
background-size: 10px 10px;
background-position: center center;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-left: 0;
left: 0;
top: 0;
text-align: center;
background-color: transparent;
font-size: 10px;
height: 26px;
width: 26px;
}
.css-radio.css-checkbox + label::before,
.css-radio.css-checkbox:checked + label::after {
border-radius: 50px;
}
#letter-wrapper {
margin-bottom: 30px;
}
#letter-hr {
height: 25px;
border-top: 1px solid #000000;
margin: -18px;
}
#letter-head {
font-size: 16px;
font-weight: 400;
}
.form-group {
margin-bottom: 20px;
}
.form-error {
display: none;
color: #e02328;
}
.form-group {
}
.letter-form-wrapper {
margin-top: 30px;
}
.letter-form label {
font-weight: 700;
font-size: 14px;
line-height: 20px;
}
.letter-form input[type="text"] {
border: 3px solid #f0b102;
width: 100%;
padding: 10px 12px;
height: 44px;
}
.gradient-button {
border: 0;
width: 100%;
height: 48px;
padding: 14px 12px;
background: linear-gradient(270deg, #F0B102 0%, #E01C2B 100%);
color: #ffffff;
font-size: 20px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
cursor: pointer;
}
.relative {
position: relative;
}
.letter-form input[type="text"].input-with-icon {
padding-right: 35px;
}
.input-icon {
position: absolute;
top: 38px;
right: 8px;
width: 20px;
height: 20px;
}
.rodo-wrapper {
font-weight: 400;
font-size: 12px;
line-height: 16px;
border: 3px solid #F0F0F0;
padding: 16px;
margin: 15px 0 20px;
}
.rodo-wrapper-checkbox {
margin-top: 10px;
}
.gender-wrapper {
margin-top: 7px;
}
.select {
position: relative;
display: inline-block;
margin-bottom: 15px;
width: 100%;
}
.select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 9px 14px;
outline: 0;
border: 3px solid #F0B102;
border-radius: 0;
background: #ffffff;
color: #000000;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.select select:focus {
border: 3px solid #F0B102;
}
.select select::-ms-expand {
display: none;
}
.select select:hover,
.select select:focus {
color: #000000;
background: #ffffff;
}
.select select:disabled {
opacity: 0.5;
pointer-events: none;
}
.select_arrow {
position: absolute;
top: 16px;
right: 15px;
width: 0;
height: 0;
border: solid #7b7b7b;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
border-color: #000000;
}
.select select:disabled ~ .select_arrow {
border-top-color: #cccccc;
}
.letter-template {
height: 1021px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border: 1px solid #f0f0f0;
}
.letter-templates-wrapper {
margin: 20px 0; }
.template-body-default {
font-size: 21px;
line-height: 24px;
}
.super-strong {
font-size: 48px;
}
.template-body-father01 {
margin: 50px 50px 0;
}
.template-body-father02 {
margin: 60px 40px 0;
text-align: center;
font-size: 31px;
}
.template-body-father03 {
margin: 60px 60px 0;
font-size: 40px;
}
.template-body-father04 {
margin: 50px 50px 0;
font-size: 33px;
line-height: 33px;
}
.template-body-father04 p {
padding-bottom: 5px;
}
.template-body-father05 {
margin: 40px 40px 0;
}
.template-body-father05 p {
padding-bottom: 5px;
}
.template-body-father05 .super-strong {
font-size: 29px;
line-height: 29px;
}
.template-body-father06 {
margin: 40px 40px 0;
font-size: 29px;
line-height: 29px;
}
.template-body-father07 {
margin: 40px 40px 0;
font-size: 20px;
line-height: 20px;
}
.template-body-father07 .super-strong {
font-size: 29px;
line-height: 29px;
}
.template-body-father08 {
margin: 40px 40px 0;
}
.template-body-father08 p {
padding-bottom: 5px;
}
.template-body-father08 .super-strong {
font-size: 29px;
line-height: 29px;
}
@media only screen and (max-width: 1820px) {
.letter-template {
height: calc(0.55 * 100vw)
}
.template-body-default {
font-size: calc(1.1 * 1vw);
line-height: calc(1.2 * 1vw);
}
.template-body-father02 {
font-size: calc(1.8 * 1vw);
line-height: calc(1.8 * 1vw);
}
.template-body-father03 {
font-size: calc(2.2 * 1vw);
line-height: calc(2 * 1vw);
}
.template-body-father04 {
font-size: calc(1.8 * 1vw);
line-height: calc(1.8 * 1vw);
}
.template-body-father06 {
font-size: calc(1.6 * 1vw);
line-height: calc(1.6 * 1vw);
}
.template-body-father07 {
font-size: calc(1 * 1vw);
line-height: calc(1.1 * 1vw);
}
}
@media only screen and (max-width: 1400px) {
.letter-templates-wrapper > .col-6 {
flex: 100%;
max-width: 100%;
}
.letter-template {
height: calc(1.1 * 100vw)
}
.template-body-default {
font-size: calc(2.4 * 1vw);
line-height: calc(2.6 * 1vw);
}
.template-body-father02 {
font-size: calc(3 * 1vw);
line-height: calc(3.2 * 1vw);
}
.template-body-father03 {
font-size: calc(3.3 * 1vw);
line-height: calc(3.1 * 1vw);
}
.template-body-father04 {
font-size: calc(3 * 1vw);
line-height: calc(3.2 * 1vw);
}
.template-body-father06 {
font-size: calc(2.6 * 1vw);
line-height: calc(2.8 * 1vw);
}
.template-body-father07 {
font-size: calc(2.2 * 1vw);
line-height: calc(2.4 * 1vw);
}
}
@media only screen and (max-width: 980px) {
.letter-template {
height: calc(1.2 * 100vw)
}
.template-body-default {
font-size: calc(2.5 * 1vw);
line-height: calc(2.8 * 1vw);
}
.template-body-father02 {
font-size: calc(3.2 * 1vw);
line-height: calc(3.4 * 1vw);
}
.template-body-father03 {
font-size: calc(3.5 * 1vw);
line-height: calc(3.3 * 1vw);
}
.template-body-father04 {
font-size: calc(3.2 * 1vw);
line-height: calc(3.4 * 1vw);
}
.template-body-father06 {
font-size: calc(2.8 * 1vw);
line-height: calc(3 * 1vw);
}
.template-body-father07 {
font-size: calc(2.4 * 1vw);
line-height: calc(2.6 * 1vw);
}
}
@media only screen and (max-width: 660px) {
.letter-template {
height: calc(1.3 * 100vw)
}
.template-body-default {
font-size: calc(2.4 * 1vw);
line-height: calc(2.7 * 1vw);
}
.template-body-father02 {
font-size: calc(3.1 * 1vw);
line-height: calc(3.3 * 1vw);
}
.template-body-father03 {
font-size: calc(3.4 * 1vw);
line-height: calc(3.2 * 1vw);
}
.template-body-father04 {
font-size: calc(3.2 * 1vw);
line-height: calc(3.3 * 1vw);
}
.template-body-father06 {
font-size: calc(2.7 * 1vw);
line-height: calc(2.9 * 1vw);
}
.template-body-father07 {
font-size: calc(2.3 * 1vw);
line-height: calc(2.5 * 1vw);
}
}
.template-body-child01 {
margin: 40px 40px 0;
}
.template-body-child02 {
margin: 40px 40px 0;
}
.template-body-adult01 {
margin: 130px 40px 0;
}
.template-body-adult02 {
margin: 60px 40px 0;
text-align: center;
}
.hidden {
display: none;
}
#letters-templates {
margin-top: 40px;
}
#receiver-data {
margin-top: 40px;
}
#sender-data {
margin-top: 40px;
}
.grey-buttons a {
display: block;
background-color: #f0f0f0;
padding: 14px 12px;
text-align: center;
font-size: 16px;
line-height: 16px;
color: #5b5b5b;
text-transform: uppercase;
margin-bottom: 5px;
}
.gradient-button-a {
display: block;
text-align: center;
}
#letter-footer {
margin-top: 10px;
}
.send-a {
text-align: center;
margin-top: 5px;
}
.send-a a {
text-transform: uppercase;
color: #f08100;
}
.template-checkbox-wrapper {
margin: 10px 0 15px;
}
.step-wrapper {
display: none;
}
.popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99;
}
.popup-overlay.show {
display: block;
}
.popup {
width: 50vw;
margin: 100px auto 0;
background: #FFFFFF;
padding: 48px;
box-shadow: -5px 6px 5px rgba(0, 0, 0, 0.15);
border: 3px solid;
border-image: linear-gradient(270deg, #F0B102 0%, #E01C2B 100%) 1;
}
.popup h4 {
font-weight: 700;
font-size: 20px;
line-height: 28px;
padding-bottom: 15px;
border-bottom: 1px solid #000000;
}
.popup h6 {
border-bottom: 1px solid #dddddd;
margin-bottom: 5px;
}
.popup .details-row {
gap: 30px;
margin: 20px 0 20px;
}
.popup .details-row .col {
font-weight: 400;
line-height: 20px;
font-size: 14px;
background-color: #f0f0f0;
padding: 30px;
}
.buttons-row {
margin-top: 15px;
margin-bottom: 10px;
}
.gradient-button-white {
background: #ffffff;
color: #F08100;
}
@media only screen and (max-width: 880px) {
.popup-overlay {
position: absolute;
}
.popup {
width: 100%;
padding: 10px;
}
.popup .details-row .col {
padding: 5px;
}
}
@media only screen and (max-width: 744px) {
.col-lg-hide {
display: none;
}
}
#letter-logo {
background-color: #f0f0f0;
padding: 10px;
margin-bottom: 20px;
}
#letter-logo .letter-logo-text {
padding: 20px;
}
#letter-logo .logos {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
#letter-logo .logos div:nth-child(1) img {
width: 100px;
}
#letter-logo .logos div:nth-child(2) img {
width: 100px;
}
#letter-logo .logos div:nth-child(3) img {
width: 75px;
}
@media only screen and (max-width: 1170px) {
#letter-logo .letter-logo-text, #letter-logo .logos {
flex: 100%;
max-width: 100%;
}
}
.hide {
display: none;
}
.spinner {
width: 56px;
height: 56px;
display: grid;
animation: spinner-plncf9 4s infinite;
margin: 0 auto;
}
.spinner::before,
.spinner::after {
content: "";
grid-area: 1/1;
border: 9px solid;
border-radius: 50%;
border-color: #f0b102 #f0b102 #0000 #0000;
mix-blend-mode: darken;
animation: spinner-plncf9 1s infinite linear;
}
.spinner::after {
border-color: #0000 #0000 #e01c2b #e01c2b;
animation-direction: reverse;
}
@keyframes spinner-plncf9 {
100% {
transform: rotate(1turn);
}
}
.spinner-text-wrapper p {
margin: 10px 0 30px;
}
#head-info {
margin: 10px auto;
}[class*=et_pb_section_dap_]{width:100%}#et-boc .area-outer-wrap{max-height:100vh;max-width:100vw;pointer-events:none;position:fixed;z-index:100}#et-boc .area-outer-wrap.entry-content{padding:0}#et-boc .area-outer-wrap[data-da-type=popup]{min-width:320px;padding:10px}@media screen and (min-width:981px){#et-boc .area-outer-wrap[data-da-type=popup]{width:90%}}@media screen and (max-width:980px){#et-boc .area-outer-wrap[data-da-type=popup]{width:100%}}@media (min-width:981px){#et-boc .area-outer-wrap .et_pb_row.et_pb_equal_columns,#et-boc .area-outer-wrap .et_pb_row_inner.et_pb_equal_columns,#et-boc .area-outer-wrap .et_pb_section.et_pb_equal_columns>.et_pb_row{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}#et-boc .area-outer-wrap[data-da-type=inline]{bottom:unset;height:unset;left:unset;max-height:unset;max-width:unset;position:relative;right:unset;top:unset;-webkit-transform:unset;transform:unset;width:unset}#et-boc .area-outer-wrap>[data-da-area]{-ms-scroll-chaining:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:block!important;-ms-flex-direction:column;flex-direction:column;height:100%;margin:auto;overscroll-behavior:contain;pointer-events:all;position:relative}#et-boc .area-outer-wrap>[data-da-area]>.et_pb_section{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}#et-boc .area-outer-wrap>[data-da-area] .clearfix:after,#et-boc .area-outer-wrap>[data-da-area] .et_pb_row:after,#et-boc .area-outer-wrap>[data-da-area] .et_pb_row_inner:after,#et-boc .area-outer-wrap>[data-da-area] .et_pb_slides:after{content:""}#et-boc .area-outer-wrap>[data-da-area] .et_pb_contact_select{-moz-appearance:textfield}#et-boc .area-outer-wrap.full-height[data-da-overflow=full_height]>[data-da-area],#et-boc .area-outer-wrap[data-da-overflow=clip]>[data-da-area]{overflow:auto}#et-boc .area-outer-wrap[data-da-overflow=show]>[data-da-area]{overflow:visible}#et-boc .area-outer-wrap[data-da-type=flyin].full-height,#et-boc .area-outer-wrap[data-da-type=popup].full-height{bottom:0!important;height:auto!important;margin-top:0!important;top:0!important}#et-boc .area-outer-wrap[data-da-type=flyin].full-height [data-da-area],#et-boc .area-outer-wrap[data-da-type=popup].full-height [data-da-area]{max-height:100%}#et-boc .area-outer-wrap[data-da-type=flyin].full-height[data-da-size=auto] .da-close-wrap,#et-boc .area-outer-wrap[data-da-type=popup].full-height[data-da-size=auto] .da-close-wrap{height:calc(100% - 20px)!important}#et-boc .area-outer-wrap[data-da-type=flyin].full-height:not([data-da-size=auto]) .da-close-wrap,#et-boc .area-outer-wrap[data-da-type=popup].full-height:not([data-da-size=auto]) .da-close-wrap{height:100%!important}#et-boc .area-outer-wrap[data-da-size=full_screen],#et-boc .area-outer-wrap[data-da-size=full_width]{max-width:100vw;min-width:100vw;padding-left:0;padding-right:0;width:100vw}#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-v=bottom],#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-v=top],#et-boc .area-outer-wrap[data-da-size=full_width][data-da-position-v=bottom],#et-boc .area-outer-wrap[data-da-size=full_width][data-da-position-v=top]{padding-bottom:0;padding-top:0}#et-boc .area-outer-wrap[data-da-size=full_screen] .et_pb_section,#et-boc .area-outer-wrap[data-da-size=full_width] .et_pb_section{max-width:none;min-width:100%;width:100%}#et-boc .area-outer-wrap[data-da-size=full_height],#et-boc .area-outer-wrap[data-da-size=full_screen]{height:100vh;max-height:100vh;min-height:100vh;padding-bottom:0;padding-top:0}#et-boc .area-outer-wrap[data-da-size=full_height][data-da-position-h=left],#et-boc .area-outer-wrap[data-da-size=full_height][data-da-position-h=right],#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-h=left],#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-h=right]{padding-left:0;padding-right:0}#et-boc .area-outer-wrap .da-close-wrap{display:block;left:50%;overflow:visible;pointer-events:none;position:absolute;text-align:right;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .6s .3s;-o-transition:opacity .6s .3s;transition:opacity .6s .3s;z-index:100}#et-boc .area-outer-wrap .da-close{-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:block;font-family:Courier New,monospace;font-size:20px;font-weight:700;height:30px;line-height:30px;opacity:.7;pointer-events:all;position:absolute;right:0;text-align:center;text-decoration:none;top:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:30px}#et-boc .area-outer-wrap .da-close:focus,#et-boc .area-outer-wrap .da-close:hover{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#et-boc .area-outer-wrap[data-da-close-btn=no] .da-close-wrap{display:none!important}#et-boc .area-outer-wrap[data-da-close-btn=yes] .da-close-wrap{display:block}#et-boc .area-outer-wrap[data-da-color=light] .da-close{background:#fff2;-webkit-box-shadow:0 0 3px 1px #00000008;box-shadow:0 0 3px 1px #00000008;color:#333}#et-boc .area-outer-wrap[data-da-color=light] .da-close:focus,#et-boc .area-outer-wrap[data-da-color=light] .da-close:hover{background:#fff;-webkit-box-shadow:0 0 4px 0 #0002,0 0 3px 1px #0001;box-shadow:0 0 4px 0 #0002,0 0 3px 1px #0001;color:#000}#et-boc .area-outer-wrap[data-da-color=dark] .da-close{background:#0002;-webkit-box-shadow:0 0 0 1px #ffffff08;box-shadow:0 0 0 1px #ffffff08;color:#eee;text-shadow:0 0 1px #000,0 0 3px #000a}#et-boc .area-outer-wrap[data-da-color=dark] .da-close:focus,#et-boc .area-outer-wrap[data-da-color=dark] .da-close:hover{background:#2b2b2b;-webkit-box-shadow:0 0 1px 1px #fff3;box-shadow:0 0 1px 1px #fff3;color:#fff}#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close,#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:focus,#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:hover{background:transparent;-webkit-box-shadow:none;box-shadow:none}#et-boc .area-outer-wrap[data-da-loader=yes] [data-da-area]{background-image:url(//humandoc.pl/wp-content/plugins/popups-for-divi/images/spin.gif),-o-radial-gradient(center,circle,#fff 65%,#fff0 66%)!important;background-image:url(//humandoc.pl/wp-content/plugins/popups-for-divi/images/spin.gif),radial-gradient(circle at center,#fff 65%,#fff0 66%)!important;background-position:50%;background-repeat:no-repeat;background-size:32px 32px,48px 48px!important}#et-boc .area-outer-wrap[data-da-shadow=yes] [data-da-area]{-webkit-box-shadow:0 3px 10px -1px rgba(0,0,0,.3),0 2px 50px 2px rgba(0,0,0,.2);box-shadow:0 3px 10px -1px rgba(0,0,0,.3),0 2px 50px 2px rgba(0,0,0,.2)}#et-boc .area-outer-wrap[data-da-shadow=no] [data-da-area]{-webkit-box-shadow:none;box-shadow:none}.area-outer-wrap [data-da-area]{display:block;pointer-events:all}.da-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(0,0,0,.55);bottom:0;left:0;position:fixed;right:0;top:0;transition:-webkit-backdrop-filter 1s 1s,backdrop-filter 1s 1s;z-index:99}.da-overlay-visible{overflow:hidden}.da-overlay-visible .da-overlay{backdrop-filter:saturate(180%) blur(5px);-webkit-backdrop-filter:saturate(180%) blur(5px)}[data-area-hook]{display:none!important;visibility:hidden!important}.da-flyin-visible .mfp-bg,.da-hover-visible .mfp-bg,.da-popup-visible .mfp-bg{z-index:20000000}.da-flyin-visible .mfp-wrap,.da-hover-visible .mfp-wrap,.da-popup-visible .mfp-wrap{z-index:20000001}