@charset "UTF-8";
.ivsrzn-field {
margin-bottom: 16px;
}
.ivsrzn-wrap input {
max-width: 420px;
width: 100%;
}
.ivsrzn-wrap small {
display: block;
margin-top: 4px;
}
.ivsrzn-error {
color: #b00020;
}
.ivsrzn-city-field {
position: relative;
max-width: 420px;
}
.ivsrzn-city-suggestions {
display: none;
position: absolute;
left: 0;
right: 0;
z-index: 20;
background: #fff;
border: 1px solid #dcdcde;
box-shadow: 0 8px 20px rgba(0,0,0,.12);
max-height: 260px;
overflow: auto;
}
.ivsrzn-city-suggestions.is-open {
display: block;
}
.ivsrzn-city-option {
display: block;
width: 100%;
text-align: left;
padding: 9px 11px;
border: 0;
border-bottom: 1px solid #eee;
background: #fff;
cursor: pointer;
}
.ivsrzn-city-option:hover,
.ivsrzn-city-option:focus {
background: #f6f7f7;
}
.ivsrzn-city-option span {
display: block;
opacity: .7;
font-size: 12px;
}
.ivsrzn-city-empty {
padding: 10px;
}
.ivsrzn-city-help {
display: block;
margin-top: 4px;
opacity: .8;
}
.ivsrzn-time-picker-wrap {
position: relative;
}
.ivsrzn-time-picker {
display: none;
position: absolute;
left: auto;
right: 0;
z-index: 9999;
width: 210px;
margin-top: 6px;
padding: 12px;
background: #fff;
color: #191724;
border: 1px solid #dcdcde;
border-radius: 10px;
box-shadow: 0 16px 35px rgba(0,0,0,.20);
}
.ivsrzn-time-picker.is-open {
display: block;
}
.ivsrzn-time-picker__row {
display: grid;
grid-template-columns: 1fr auto 1fr;
gap: 8px;
align-items: center;
}
.ivsrzn-time-picker select,
.ivsrzn-time-picker button {
min-height: 34px;
border: 1px solid #dcdcde;
border-radius: 7px;
background: #fff;
color: #191724;
font-size: 14px;
}
.ivsrzn-time-picker button {
cursor: pointer;
}
.ivsrzn-time-separator {
font-weight: 700;
color: #191724;
}
.ivsrzn-time-picker__actions {
display: flex;
justify-content: space-between;
gap: 8px;
margin-top: 10px;
}
.ivsrzn-time-picker__actions button {
flex: 1;
padding: 0 10px;
}
.ivsrzn-time-apply {
background: #7f78d8 !important;
border-color: #7f78d8 !important;
color: #fff !important;
}
.ivsrzn-popup {
display: none;
position: fixed;
inset: 0;
z-index: 999999;
background: rgba(0, 0, 0, 0.5);
padding: 20px;
}
.ivsrzn-popup.is-open {
display: flex;
align-items: center;
justify-content: center;
}
.ivsrzn-popup__box {
position: relative;
max-width: 620px;
width: 100%;
max-height: 90vh;
overflow: auto;
background: #fff;
padding: 24px;
border-radius: 8px;
}
.ivsrzn-popup__close {
position: absolute;
top: 8px;
right: 10px;
border: 0;
background: transparent;
font-size: 28px;
cursor: pointer;
}
.ivsrzn-date-time-row {
display: flex;
gap: 12px;
align-items: flex-end;
max-width: 420px;
}
.ivsrzn-date-field {
flex: 0 0 calc(70% - 6px);
min-width: 0;
}
.ivsrzn-time-field {
flex: 0 0 calc(30% - 6px);
min-width: 96px;
}
.ivsrzn-date-picker-wrap {
position: relative;
}
.ivsrzn-date-picker-wrap .ivsrzn-date-display,
.ivsrzn-time-input {
cursor: pointer;
}
.ivsrzn-native-date {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
}
.ivsrzn-date-display::placeholder,
.ivsrzn-time-input::placeholder {
opacity: .65;
}
@media (max-width: 520px) {
.ivsrzn-date-time-row {
gap: 10px;
}
.ivsrzn-date-field {
flex-basis: calc(68% - 5px);
}
.ivsrzn-time-field {
flex-basis: calc(32% - 5px);
min-width: 88px;
}
.ivsrzn-time-picker {
width: 100%;
left: 0;
right: 0;
}
}
.ivsrzn-form > button[type="submit"] {
display: block;
width: 100%;
max-width: 420px;
box-sizing: border-box;
} .ivsrzn-city-input {
cursor: pointer;
background-color: #fff;
}
.ivsrzn-city-overlay {
display: none;
position: fixed;
inset: 0;
z-index: 999998;
background: rgba(18, 16, 32, .38);
padding: 32px;
box-sizing: border-box;
}
.ivsrzn-city-overlay.is-open {
display: flex;
align-items: center;
justify-content: center;
}
.ivsrzn-city-overlay__panel {
position: relative;
width: min(760px, 100%);
max-height: min(760px, 88vh);
overflow: hidden;
display: flex;
flex-direction: column;
background: #fff;
color: #191724;
border-radius: 0;
box-shadow: 0 22px 60px rgba(0,0,0,.18);
padding: 26px 30px 28px;
box-sizing: border-box;
}
.ivsrzn-city-overlay-back {
border: 0;
background: transparent;
color: #4d4962;
font-size: 14px;
line-height: 1;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 7px;
width: auto;
height: auto;
padding: 0;
margin: 0 0 18px;
font-weight: 600;
}
.ivsrzn-city-overlay-back span {
font-size: 18px;
line-height: 1;
}
.ivsrzn-city-overlay-back:hover,
.ivsrzn-city-overlay-back:focus {
background: transparent;
color: #191724;
outline: none;
text-decoration: underline;
text-underline-offset: 3px;
}
.ivsrzn-city-overlay__header {
padding: 0 0 18px;
}
.ivsrzn-city-overlay__header strong,
.ivsrzn-city-overlay__header span {
display: block;
}
.ivsrzn-city-overlay__header strong {
font-size: 22px;
line-height: 1.25;
font-weight: 700;
}
.ivsrzn-city-overlay__header span {
margin-top: 6px;
font-size: 13px;
color: #777383;
opacity: 1;
}
.ivsrzn-city-overlay .ivsrzn-city-overlay-search {
max-width: none;
width: 100%;
min-height: 50px;
border: 0;
border-radius: 0;
padding: 0 16px;
box-sizing: border-box;
font-size: 16px;
background: #f4f4f7;
color: #191724;
box-shadow: inset 0 0 0 1px rgba(25, 23, 36, .06);
}
.ivsrzn-city-overlay .ivsrzn-city-overlay-search:focus {
outline: none;
background: #f1f1f5;
box-shadow: inset 0 0 0 1px rgba(127, 120, 216, .32);
}
.ivsrzn-city-overlay-status {
min-height: 24px;
padding: 10px 0 2px;
font-size: 13px;
color: #777383;
opacity: 1;
}
.ivsrzn-city-overlay-results {
overflow: auto;
margin-top: 4px;
padding: 0;
scrollbar-width: thin;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option {
display: block;
width: 100%;
text-align: left;
padding: 15px 0;
border: 0;
border-bottom: 1px solid #ededf2;
border-radius: 0;
background: transparent;
color: #191724;
cursor: pointer;
margin: 0;
box-sizing: border-box;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option:hover,
.ivsrzn-city-overlay-results .ivsrzn-city-option:focus {
background: #fafafa;
border-color: #e7e7ee;
outline: none;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option strong {
display: block;
font-size: 15px;
line-height: 1.3;
font-weight: 700;
letter-spacing: 0;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option span {
display: block;
margin-top: 4px;
color: #696675;
opacity: 1;
font-size: 13px;
line-height: 1.35;
}
.ivsrzn-city-overlay-results .ivsrzn-city-empty {
border: 0;
border-bottom: 1px solid #ededf2;
border-radius: 0;
padding: 18px 0;
text-align: left;
background: transparent;
color: #696675;
}
@media (max-width: 640px) {
.ivsrzn-city-overlay {
padding: 0;
background: #fff;
}
.ivsrzn-city-overlay.is-open {
display: block;
}
.ivsrzn-city-overlay__panel {
width: 100%;
height: 100vh;
max-height: none;
border-radius: 0;
box-shadow: none;
padding: 18px 20px 22px;
}
.ivsrzn-city-overlay-back {
margin-bottom: 18px;
font-size: 14px;
}
.ivsrzn-city-overlay__header {
padding-bottom: 16px;
}
.ivsrzn-city-overlay__header strong {
font-size: 21px;
}
.ivsrzn-city-overlay .ivsrzn-city-overlay-search {
min-height: 50px;
font-size: 16px;
}
.ivsrzn-city-overlay-results {
padding-bottom: 28px;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option {
padding: 16px 0;
}
} body.ivsrzn-city-overlay-open {
overflow: hidden !important;
position: relative !important;
touch-action: none !important;
}
.ivsrzn-city-overlay {
display: none !important;
position: fixed !important;
inset: 0 !important;
z-index: 2147483000 !important;
background: rgba(18, 16, 32, .52) !important;
padding: 32px !important;
box-sizing: border-box !important;
width: 100vw !important;
height: 100vh !important;
height: 100dvh !important;
overflow: hidden !important;
pointer-events: auto !important;
isolation: isolate !important;
}
.ivsrzn-city-overlay.is-open {
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.ivsrzn-city-overlay__panel {
position: relative !important;
z-index: 2147483001 !important;
width: min(920px, 100%) !important;
max-height: min(760px, 88vh) !important;
max-height: min(760px, 88dvh) !important;
overflow: hidden !important;
display: flex !important;
flex-direction: column !important;
background: #fff !important;
color: #191724 !important;
border-radius: 0 !important;
border: 0 !important;
box-shadow: 0 30px 90px rgba(0,0,0,.28) !important;
padding: 28px 34px 30px !important;
box-sizing: border-box !important;
}
.ivsrzn-city-overlay-back {
border: 0 !important;
background: transparent !important;
color: #4d4962 !important;
font-size: 14px !important;
line-height: 1 !important;
cursor: pointer !important;
display: inline-flex !important;
align-items: center !important;
gap: 7px !important;
width: auto !important;
height: auto !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 0 18px !important;
font-weight: 600 !important;
box-shadow: none !important;
text-transform: none !important;
}
.ivsrzn-city-overlay-back:hover,
.ivsrzn-city-overlay-back:focus {
background: transparent !important;
color: #191724 !important;
outline: none !important;
text-decoration: underline !important;
text-underline-offset: 3px !important;
box-shadow: none !important;
}
.ivsrzn-city-overlay__header {
padding: 0 0 18px !important;
margin: 0 !important;
}
.ivsrzn-city-overlay__header strong {
display: block !important;
font-size: 22px !important;
line-height: 1.25 !important;
font-weight: 700 !important;
color: #191724 !important;
margin: 0 !important;
}
.ivsrzn-city-overlay__header span {
display: block !important;
margin: 6px 0 0 !important;
font-size: 13px !important;
line-height: 1.4 !important;
color: #777383 !important;
opacity: 1 !important;
}
.ivsrzn-city-overlay .ivsrzn-city-overlay-search {
max-width: none !important;
width: 100% !important;
min-height: 52px !important;
border: 0 !important;
border-radius: 0 !important;
padding: 0 16px !important;
box-sizing: border-box !important;
font-size: 16px !important;
line-height: 52px !important;
background: #f4f4f7 !important;
color: #191724 !important;
box-shadow: inset 0 0 0 1px rgba(25, 23, 36, .06) !important;
outline: none !important;
}
.ivsrzn-city-overlay .ivsrzn-city-overlay-search:focus {
outline: none !important;
background: #f1f1f5 !important;
box-shadow: inset 0 0 0 1px rgba(127, 120, 216, .32) !important;
}
.ivsrzn-city-overlay-status {
min-height: 24px !important;
padding: 10px 0 2px !important;
margin: 0 !important;
font-size: 13px !important;
color: #777383 !important;
opacity: 1 !important;
}
.ivsrzn-city-overlay-results {
overflow: auto !important;
margin-top: 4px !important;
padding: 0 !important;
scrollbar-width: thin !important;
-webkit-overflow-scrolling: touch !important;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option {
display: block !important;
width: 100% !important;
text-align: left !important;
padding: 16px 0 !important;
border: 0 !important;
border-bottom: 1px solid #ededf2 !important;
border-radius: 0 !important;
background: transparent !important;
color: #191724 !important;
cursor: pointer !important;
margin: 0 !important;
box-sizing: border-box !important;
box-shadow: none !important;
min-height: 0 !important;
text-transform: none !important;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option:hover,
.ivsrzn-city-overlay-results .ivsrzn-city-option:focus {
background: #fafafa !important;
border-color: #e7e7ee !important;
outline: none !important;
box-shadow: none !important;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option strong {
display: block !important;
font-size: 15px !important;
line-height: 1.3 !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
color: #191724 !important;
margin: 0 !important;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option span {
display: block !important;
margin: 4px 0 0 !important;
color: #696675 !important;
opacity: 1 !important;
font-size: 13px !important;
line-height: 1.35 !important;
}
.ivsrzn-city-overlay-results .ivsrzn-city-empty {
border: 0 !important;
border-bottom: 1px solid #ededf2 !important;
border-radius: 0 !important;
padding: 18px 0 !important;
text-align: left !important;
background: transparent !important;
color: #696675 !important;
}
@media (max-width: 640px) {
.ivsrzn-city-overlay {
padding: 0 !important;
background: #fff !important;
}
.ivsrzn-city-overlay.is-open {
display: block !important;
}
.ivsrzn-city-overlay__panel {
width: 100vw !important;
height: 100vh !important;
height: 100dvh !important;
max-height: none !important;
border-radius: 0 !important;
box-shadow: none !important;
padding: 18px 20px 22px !important;
}
.ivsrzn-city-overlay-back {
margin-bottom: 18px !important;
font-size: 14px !important;
}
.ivsrzn-city-overlay__header {
padding-bottom: 16px !important;
}
.ivsrzn-city-overlay__header strong {
font-size: 21px !important;
}
.ivsrzn-city-overlay .ivsrzn-city-overlay-search {
min-height: 50px !important;
line-height: 50px !important;
font-size: 16px !important;
}
.ivsrzn-city-overlay-results {
padding-bottom: 28px !important;
}
.ivsrzn-city-overlay-results .ivsrzn-city-option {
padding: 16px 0 !important;
}
} .ivsrzn-city-help {
display: none !important;
}
@media (max-width: 640px) {
.ivsrzn-city-overlay-back {
color: #c62828 !important;
margin-bottom: 28px !important;
padding: 6px 0 8px !important;
font-size: 15px !important;
}
.ivsrzn-city-overlay-back:hover,
.ivsrzn-city-overlay-back:focus {
color: #a81717 !important;
}
} .ivsrzn-wrap .ivsrzn-form,
.ivsrzn-wrap .ivsrzn-field,
.ivsrzn-wrap .ivsrzn-date-time-row,
.ivsrzn-wrap .ivsrzn-city-field,
.ivsrzn-wrap .ivsrzn-date-picker-wrap,
.ivsrzn-wrap .ivsrzn-time-picker-wrap {
width: 100% !important;
max-width: none !important;
box-sizing: border-box !important;
}
.ivsrzn-wrap input,
.ivsrzn-wrap .ivsrzn-date-display,
.ivsrzn-wrap .ivsrzn-time-input,
.ivsrzn-wrap .ivsrzn-city-input,
.ivsrzn-form > button[type="submit"] {
width: 100% !important;
max-width: none !important;
box-sizing: border-box !important;
}
.ivsrzn-date-time-row {
width: 100% !important;
max-width: none !important;
display: grid !important;
grid-template-columns: minmax(0, 7fr) minmax(130px, 3fr) !important;
gap: 14px !important;
align-items: end !important;
}
.ivsrzn-date-field,
.ivsrzn-time-field {
flex: none !important;
min-width: 0 !important;
width: 100% !important;
}
body.ivsrzn-time-picker-open {
overflow: hidden !important;
}
.ivsrzn-time-picker {
display: none !important;
position: fixed !important;
inset: 0 !important;
z-index: 1000000000 !important;
width: auto !important;
max-width: none !important;
margin: 0 !important;
padding: 24px !important;
background: rgba(18, 16, 32, .42) !important;
color: #191724 !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
box-sizing: border-box !important;
align-items: center !important;
justify-content: center !important;
}
.ivsrzn-time-picker.is-open {
display: flex !important;
}
.ivsrzn-time-picker__panel {
width: min(520px, 100%) !important;
max-height: min(720px, 88vh) !important;
overflow: hidden !important;
display: flex !important;
flex-direction: column !important;
background: #fff !important;
color: #191724 !important;
border-radius: 0 !important;
box-shadow: 0 22px 60px rgba(0,0,0,.20) !important;
padding: 24px !important;
box-sizing: border-box !important;
}
.ivsrzn-time-picker__header {
display: flex !important;
align-items: flex-start !important;
justify-content: space-between !important;
gap: 18px !important;
margin: 0 0 18px !important;
}
.ivsrzn-time-picker__header strong,
.ivsrzn-time-picker__header span {
display: block !important;
}
.ivsrzn-time-picker__header strong {
font-size: 20px !important;
line-height: 1.25 !important;
color: #191724 !important;
font-weight: 700 !important;
}
.ivsrzn-time-picker__header span {
margin-top: 5px !important;
font-size: 13px !important;
line-height: 1.35 !important;
color: #777383 !important;
}
.ivsrzn-time-close {
width: 36px !important;
height: 36px !important;
min-height: 36px !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #f4f4f7 !important;
color: #191724 !important;
cursor: pointer !important;
font-size: 24px !important;
line-height: 1 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
.ivsrzn-time-close:hover,
.ivsrzn-time-close:focus {
background: #ececf2 !important;
outline: none !important;
}
.ivsrzn-time-preview {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
min-height: 56px !important;
margin: 0 0 18px !important;
background: #f4f4f7 !important;
color: #191724 !important;
font-size: 30px !important;
line-height: 1 !important;
font-weight: 700 !important;
letter-spacing: .02em !important;
}
.ivsrzn-time-picker__grid {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 16px !important;
min-height: 0 !important;
}
.ivsrzn-time-picker__column {
min-width: 0 !important;
}
.ivsrzn-time-column-label {
display: block !important;
margin-bottom: 8px !important;
font-size: 12px !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
color: #777383 !important;
font-weight: 700 !important;
}
.ivsrzn-time-list {
height: 230px !important;
overflow: auto !important;
border: 1px solid #ededf2 !important;
background: #fff !important;
-webkit-overflow-scrolling: touch !important;
}
.ivsrzn-time-choice {
display: block !important;
width: 100% !important;
min-height: 40px !important;
padding: 0 12px !important;
border: 0 !important;
border-bottom: 1px solid #f0f0f4 !important;
border-radius: 0 !important;
background: transparent !important;
color: #191724 !important;
cursor: pointer !important;
text-align: center !important;
font-size: 16px !important;
line-height: 40px !important;
box-shadow: none !important;
}
.ivsrzn-time-choice:hover,
.ivsrzn-time-choice:focus {
background: #f7f7fb !important;
outline: none !important;
}
.ivsrzn-time-choice.is-selected {
background: #7f78d8 !important;
color: #fff !important;
font-weight: 700 !important;
}
.ivsrzn-time-picker__actions {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 12px !important;
margin: 18px 0 0 !important;
}
.ivsrzn-time-picker__actions button {
width: 100% !important;
min-height: 44px !important;
padding: 0 14px !important;
border-radius: 0 !important;
cursor: pointer !important;
font-size: 14px !important;
line-height: 1.2 !important;
}
.ivsrzn-time-clear {
background: #fff !important;
border: 1px solid #d9d8e3 !important;
color: #4d4962 !important;
}
.ivsrzn-time-apply {
background: #7f78d8 !important;
border: 1px solid #7f78d8 !important;
color: #fff !important;
font-weight: 700 !important;
}
@media (max-width: 640px) {
.ivsrzn-date-time-row {
grid-template-columns: minmax(0, 1fr) minmax(118px, .45fr) !important;
gap: 10px !important;
}
.ivsrzn-time-picker {
padding: 0 !important;
align-items: flex-end !important;
background: rgba(18, 16, 32, .50) !important;
}
.ivsrzn-time-picker__panel {
width: 100% !important;
max-height: 86vh !important;
padding: 18px 18px 20px !important;
box-shadow: 0 -18px 45px rgba(0,0,0,.18) !important;
}
.ivsrzn-time-picker__header strong {
font-size: 18px !important;
}
.ivsrzn-time-preview {
min-height: 52px !important;
font-size: 28px !important;
}
.ivsrzn-time-picker__grid {
gap: 12px !important;
}
.ivsrzn-time-list {
height: 220px !important;
}
.ivsrzn-time-picker__actions {
grid-template-columns: 1fr !important;
}
} .ivsrzn-city-overlay__panel {
position: relative !important;
padding-top: 30px !important;
}
.ivsrzn-city-overlay-close {
position: absolute !important;
top: 22px !important;
right: 24px !important;
left: auto !important;
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
min-height: 36px !important;
max-width: 36px !important;
max-height: 36px !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #f4f4f7 !important;
color: #191724 !important;
cursor: pointer !important;
font-size: 24px !important;
line-height: 1 !important;
font-weight: 400 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0 !important;
text-decoration: none !important;
box-shadow: none !important;
text-transform: none !important;
}
.ivsrzn-city-overlay-close:hover,
.ivsrzn-city-overlay-close:focus {
background: #ececf2 !important;
color: #191724 !important;
outline: none !important;
text-decoration: none !important;
box-shadow: none !important;
}
.ivsrzn-city-overlay__header {
padding-right: 52px !important;
}
@media (max-width: 640px) {
.ivsrzn-city-overlay__panel {
padding-top: 22px !important;
}
.ivsrzn-city-overlay-close {
top: 14px !important;
right: 16px !important;
color: #191724 !important;
margin: 0 !important;
padding: 0 !important;
font-size: 24px !important;
}
.ivsrzn-city-overlay__header {
padding-right: 48px !important;
}
} @media (min-width: 641px) {
.ivsrzn-city-overlay__panel {
width: min(520px, 100%) !important;
max-height: min(720px, 88vh) !important;
max-height: min(720px, 88dvh) !important;
padding: 24px !important;
}
}
body.ivsrzn-date-picker-open {
overflow: hidden !important;
}
.ivsrzn-date-picker {
display: none !important;
position: fixed !important;
inset: 0 !important;
z-index: 1000000000 !important;
width: auto !important;
max-width: none !important;
margin: 0 !important;
padding: 24px !important;
background: rgba(18, 16, 32, .42) !important;
color: #191724 !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
box-sizing: border-box !important;
align-items: center !important;
justify-content: center !important;
}
.ivsrzn-date-picker.is-open {
display: flex !important;
}
.ivsrzn-date-picker__panel {
width: min(520px, 100%) !important;
max-height: min(720px, 88vh) !important;
max-height: min(720px, 88dvh) !important;
overflow: hidden !important;
display: flex !important;
flex-direction: column !important;
background: #fff !important;
color: #191724 !important;
border-radius: 0 !important;
box-shadow: 0 22px 60px rgba(0,0,0,.20) !important;
padding: 24px !important;
box-sizing: border-box !important;
}
.ivsrzn-date-picker__header {
display: flex !important;
align-items: flex-start !important;
justify-content: space-between !important;
gap: 18px !important;
margin: 0 0 18px !important;
}
.ivsrzn-date-picker__header strong,
.ivsrzn-date-picker__header span {
display: block !important;
}
.ivsrzn-date-picker__header strong {
font-size: 20px !important;
line-height: 1.25 !important;
color: #191724 !important;
font-weight: 700 !important;
}
.ivsrzn-date-picker__header span {
margin-top: 5px !important;
font-size: 13px !important;
line-height: 1.35 !important;
color: #777383 !important;
}
.ivsrzn-date-close {
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
min-height: 36px !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #f4f4f7 !important;
color: #191724 !important;
cursor: pointer !important;
font-size: 24px !important;
line-height: 1 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: none !important;
}
.ivsrzn-date-close:hover,
.ivsrzn-date-close:focus {
background: #ececf2 !important;
outline: none !important;
}
.ivsrzn-date-controls {
display: grid !important;
grid-template-columns: minmax(0, 1fr) 120px !important;
gap: 12px !important;
margin: 0 0 16px !important;
}
.ivsrzn-date-controls select {
width: 100% !important;
min-height: 46px !important;
border: 0 !important;
border-radius: 0 !important;
padding: 0 12px !important;
box-sizing: border-box !important;
font-size: 15px !important;
line-height: 46px !important;
background: #f4f4f7 !important;
color: #191724 !important;
box-shadow: inset 0 0 0 1px rgba(25, 23, 36, .06) !important;
outline: none !important;
}
.ivsrzn-date-controls select:focus {
background: #f1f1f5 !important;
box-shadow: inset 0 0 0 1px rgba(127, 120, 216, .32) !important;
}
.ivsrzn-date-grid {
display: grid !important;
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
gap: 6px !important;
overflow: auto !important;
padding: 2px !important;
-webkit-overflow-scrolling: touch !important;
}
.ivsrzn-date-weekday {
min-height: 28px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 12px !important;
line-height: 1 !important;
color: #777383 !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
.ivsrzn-date-empty-day {
min-height: 42px !important;
}
.ivsrzn-date-day {
width: 100% !important;
min-width: 0 !important;
min-height: 42px !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #fff !important;
color: #191724 !important;
cursor: pointer !important;
text-align: center !important;
font-size: 15px !important;
line-height: 42px !important;
box-shadow: inset 0 0 0 1px #ededf2 !important;
}
.ivsrzn-date-day:hover,
.ivsrzn-date-day:focus {
background: #f7f7fb !important;
outline: none !important;
}
.ivsrzn-date-day.is-selected {
background: #7f78d8 !important;
color: #fff !important;
font-weight: 700 !important;
box-shadow: inset 0 0 0 1px #7f78d8 !important;
}
.ivsrzn-date-picker__actions {
margin: 16px 0 0 !important;
}
.ivsrzn-date-clear {
width: 100% !important;
min-height: 44px !important;
padding: 0 14px !important;
border-radius: 0 !important;
cursor: pointer !important;
font-size: 14px !important;
line-height: 1.2 !important;
background: #fff !important;
border: 1px solid #d9d8e3 !important;
color: #4d4962 !important;
box-shadow: none !important;
}
.ivsrzn-date-clear:hover,
.ivsrzn-date-clear:focus {
background: #f7f7fb !important;
outline: none !important;
}
@media (max-width: 640px) {
.ivsrzn-date-picker {
padding: 0 !important;
align-items: flex-end !important;
background: rgba(18, 16, 32, .50) !important;
}
.ivsrzn-date-picker__panel {
width: 100% !important;
max-height: 88vh !important;
max-height: 88dvh !important;
padding: 18px 18px 20px !important;
box-shadow: 0 -18px 45px rgba(0,0,0,.18) !important;
}
.ivsrzn-date-picker__header strong {
font-size: 18px !important;
}
.ivsrzn-date-controls {
grid-template-columns: minmax(0, 1fr) 108px !important;
gap: 10px !important;
}
.ivsrzn-date-grid {
gap: 5px !important;
}
.ivsrzn-date-day,
.ivsrzn-date-empty-day {
min-height: 40px !important;
line-height: 40px !important;
}
} .ivsrzn-city-input-wrap {
position: relative !important;
width: 100% !important;
max-width: none !important;
box-sizing: border-box !important;
}
.ivsrzn-city-input-wrap .ivsrzn-city-input {
padding-right: 46px !important;
}
.ivsrzn-city-clear {
display: none !important;
position: absolute !important;
top: 50% !important;
right: 10px !important;
transform: translateY(-50%) !important;
width: 28px !important;
height: 28px !important;
min-width: 28px !important;
min-height: 28px !important;
max-width: 28px !important;
max-height: 28px !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
color: #c62828 !important;
cursor: pointer !important;
font-size: 22px !important;
line-height: 1 !important;
font-weight: 400 !important;
align-items: center !important;
justify-content: center !important;
box-shadow: none !important;
text-decoration: none !important;
text-transform: none !important;
z-index: 2 !important;
}
.ivsrzn-city-field.has-city .ivsrzn-city-clear {
display: inline-flex !important;
}
.ivsrzn-city-clear:hover,
.ivsrzn-city-clear:focus {
background: transparent !important;
color: #a81717 !important;
outline: none !important;
box-shadow: none !important;
}
.ivsrzn-time-close,
.ivsrzn-date-close,
.ivsrzn-city-overlay-close {
color: #c62828 !important;
}
.ivsrzn-time-close:hover,
.ivsrzn-time-close:focus,
.ivsrzn-date-close:hover,
.ivsrzn-date-close:focus,
.ivsrzn-city-overlay-close:hover,
.ivsrzn-city-overlay-close:focus {
color: #a81717 !important;
} body.ivsrzn-popup-open {
overflow: hidden !important;
touch-action: none !important;
}
.ivsrzn-popup {
display: none !important;
position: fixed !important;
inset: 0 !important;
z-index: 2147483000 !important;
width: 100vw !important;
height: 100vh !important;
height: 100dvh !important;
padding: 24px !important;
box-sizing: border-box !important;
background: rgba(18, 16, 32, .42) !important;
color: #191724 !important;
overflow: hidden !important;
align-items: center !important;
justify-content: center !important;
isolation: isolate !important;
}
.ivsrzn-popup.is-open {
display: flex !important;
}
.ivsrzn-popup__box {
position: relative !important;
z-index: 2147483001 !important;
width: min(520px, 100%) !important;
max-width: min(520px, 100%) !important;
max-height: min(720px, 88vh) !important;
max-height: min(720px, 88dvh) !important;
overflow: auto !important;
-webkit-overflow-scrolling: touch !important;
background: #fff !important;
color: #191724 !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: 0 22px 60px rgba(0,0,0,.20) !important;
padding: 24px !important;
box-sizing: border-box !important;
}
.ivsrzn-popup__close {
position: absolute !important;
top: 18px !important;
right: 18px !important;
left: auto !important;
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
min-height: 36px !important;
max-width: 36px !important;
max-height: 36px !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #f4f4f7 !important;
color: #c62828 !important;
cursor: pointer !important;
font-size: 24px !important;
line-height: 1 !important;
font-weight: 400 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: none !important;
text-decoration: none !important;
text-transform: none !important;
}
.ivsrzn-popup__close:hover,
.ivsrzn-popup__close:focus {
background: #ececf2 !important;
color: #a81717 !important;
outline: none !important;
box-shadow: none !important;
}
.ivsrzn-popup__content {
padding: 0 !important;
margin: 0 !important;
}
.ivsrzn-result {
padding: 0 !important;
margin: 0 !important;
}
.ivsrzn-result__top {
display: flex !important;
align-items: flex-start !important;
gap: 14px !important;
padding-right: 52px !important;
margin: 0 0 18px !important;
}
.ivsrzn-result__moon {
flex: 0 0 42px !important;
width: 42px !important;
height: 42px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background: #f4f4f7 !important;
color: #7f78d8 !important;
font-size: 27px !important;
line-height: 1 !important;
}
.ivsrzn-result__eyebrow {
display: block !important;
margin: 0 0 5px !important;
color: #777383 !important;
font-size: 13px !important;
line-height: 1.35 !important;
font-weight: 600 !important;
}
.ivsrzn-result h3 {
margin: 0 !important;
padding: 0 !important;
color: #191724 !important;
font-size: 20px !important;
line-height: 1.25 !important;
font-weight: 700 !important;
}
.ivsrzn-result__sign {
margin: 0 0 12px !important;
padding: 18px 16px !important;
background: #f4f4f7 !important;
color: #191724 !important;
font-size: 28px !important;
line-height: 1.15 !important;
font-weight: 700 !important;
text-align: center !important;
letter-spacing: .01em !important;
}
.ivsrzn-result__status {
display: inline-flex !important;
align-items: center !important;
min-height: 28px !important;
margin: 0 0 12px !important;
padding: 0 10px !important;
background: #f4f4f7 !important;
color: #4d4962 !important;
font-size: 12px !important;
line-height: 28px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
}
.ivsrzn-result__status.is-warning {
color: #a15c00 !important;
background: #fff5e6 !important;
}
.ivsrzn-result__status.is-reliable {
color: #22734d !important;
background: #edf8f2 !important;
}
.ivsrzn-result__message {
margin: 0 0 18px !important;
padding: 12px 14px !important;
background: #fbfbfd !important;
color: #4d4962 !important;
border-left: 3px solid #7f78d8 !important;
font-size: 14px !important;
line-height: 1.5 !important;
}
.ivsrzn-result__meta {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 0 !important;
margin: 0 0 20px !important;
border-top: 1px solid #ededf2 !important;
}
.ivsrzn-result__meta-item {
padding: 12px 0 !important;
border-bottom: 1px solid #ededf2 !important;
box-sizing: border-box !important;
}
.ivsrzn-result__meta-item:nth-child(odd) {
padding-right: 14px !important;
}
.ivsrzn-result__meta-item:nth-child(even) {
padding-left: 14px !important;
}
.ivsrzn-result__meta-item span {
display: block !important;
margin: 0 0 4px !important;
color: #777383 !important;
font-size: 12px !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
font-weight: 700 !important;
}
.ivsrzn-result__meta-item strong {
display: block !important;
margin: 0 !important;
color: #191724 !important;
font-size: 14px !important;
line-height: 1.35 !important;
font-weight: 700 !important;
word-break: break-word !important;
}
.ivsrzn-result__content {
margin: 0 !important;
padding: 0 !important;
}
.ivsrzn-result__section {
margin: 0 !important;
padding: 16px 0 !important;
border-bottom: 1px solid #ededf2 !important;
}
.ivsrzn-result__section:first-child {
border-top: 1px solid #ededf2 !important;
}
.ivsrzn-result__section span {
display: block !important;
margin: 0 0 8px !important;
color: #777383 !important;
font-size: 12px !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
font-weight: 700 !important;
}
.ivsrzn-result__section p,
.ivsrzn-result__section div {
margin: 0 !important;
color: #33303f !important;
font-size: 15px !important;
line-height: 1.65 !important;
}
.ivsrzn-result__advice {
background: #fbfbfd !important;
padding: 16px 14px !important;
border-bottom: 0 !important;
}
@media (max-width: 640px) {
.ivsrzn-popup {
padding: 0 !important;
align-items: flex-end !important;
background: rgba(18, 16, 32, .50) !important;
}
.ivsrzn-popup__box {
width: 100% !important;
max-width: 100% !important;
max-height: 88vh !important;
max-height: 88dvh !important;
padding: 18px 18px 20px !important;
box-shadow: 0 -18px 45px rgba(0,0,0,.18) !important;
}
.ivsrzn-popup__close {
top: 14px !important;
right: 14px !important;
}
.ivsrzn-result__top {
padding-right: 48px !important;
gap: 12px !important;
margin-bottom: 16px !important;
}
.ivsrzn-result__moon {
width: 38px !important;
height: 38px !important;
flex-basis: 38px !important;
font-size: 24px !important;
}
.ivsrzn-result h3 {
font-size: 18px !important;
}
.ivsrzn-result__sign {
font-size: 25px !important;
padding: 16px 14px !important;
}
.ivsrzn-result__meta {
grid-template-columns: 1fr !important;
}
.ivsrzn-result__meta-item:nth-child(odd),
.ivsrzn-result__meta-item:nth-child(even) {
padding-left: 0 !important;
padding-right: 0 !important;
}
} .ivsrzn-result__top {
display: block !important;
padding-right: 52px !important;
margin: 0 0 14px !important;
}
.ivsrzn-result__top h3 {
margin: 0 !important;
color: #191724 !important;
font-size: 21px !important;
line-height: 1.3 !important;
font-weight: 700 !important;
}
.ivsrzn-result__moon,
.ivsrzn-result__eyebrow {
display: none !important;
}
.ivsrzn-result__sign-card {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 12px !important;
margin: 0 0 12px !important;
padding: 18px 16px !important;
background: #f7f7fa !important;
color: #191724 !important;
text-align: center !important;
}
.ivsrzn-result__sign-image {
width: 46px !important;
height: 46px !important;
max-width: 46px !important;
max-height: 46px !important;
object-fit: contain !important;
flex: 0 0 46px !important;
display: block !important;
}
.ivsrzn-result__sign {
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
color: #191724 !important;
font-size: 28px !important;
line-height: 1.15 !important;
font-weight: 700 !important;
text-align: center !important;
}
.ivsrzn-result__precision {
margin: 0 0 18px !important;
padding: 12px 14px !important;
background: #fff8ed !important;
color: #4d4962 !important;
border-left: 3px solid #d58b24 !important;
font-size: 14px !important;
line-height: 1.5 !important;
}
.ivsrzn-result__precision strong {
display: block !important;
margin: 0 0 6px !important;
color: #7a4a00 !important;
font-size: 13px !important;
text-transform: uppercase !important;
letter-spacing: .05em !important;
}
.ivsrzn-result__precision ul {
margin: 0 !important;
padding-left: 18px !important;
}
.ivsrzn-result__precision li {
margin: 0 0 4px !important;
padding: 0 !important;
}
.ivsrzn-result__meta {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 10px !important;
margin: 0 0 20px !important;
border-top: 0 !important;
}
.ivsrzn-result__meta-item,
.ivsrzn-result__meta-item:nth-child(odd),
.ivsrzn-result__meta-item:nth-child(even) {
padding: 12px !important;
border: 0 !important;
background: #fbfbfd !important;
box-sizing: border-box !important;
}
.ivsrzn-result__section {
padding: 18px 0 !important;
border-top: 1px solid #ededf2 !important;
border-bottom: 0 !important;
}
.ivsrzn-result__possible {
padding: 16px 0 !important;
border-top: 1px solid #ededf2 !important;
}
.ivsrzn-result__possible-head {
display: flex !important;
align-items: center !important;
gap: 10px !important;
margin: 0 0 8px !important;
}
.ivsrzn-result__possible-head strong {
color: #191724 !important;
font-size: 16px !important;
line-height: 1.3 !important;
}
.ivsrzn-result__possible-image {
width: 38px !important;
height: 38px !important;
max-width: 38px !important;
max-height: 38px !important;
object-fit: contain !important;
display: block !important;
}
.ivsrzn-result__possible p {
margin: 0 !important;
color: #33303f !important;
font-size: 15px !important;
line-height: 1.65 !important;
}
.ivsrzn-result__possible-button {
display: inline-flex !important;
width: 100% !important;
min-height: 42px !important;
align-items: center !important;
justify-content: center !important;
margin: 14px 0 0 !important;
padding: 0 14px !important;
box-sizing: border-box !important;
border: 0 !important;
background: var(--ivsrzn-theme-color) !important;
color: #fff !important;
cursor: pointer !important;
font-size: 15px !important;
font-weight: 700 !important;
text-decoration: none !important;
text-align: center !important;
}
.ivsrzn-result__possible-button:hover,
.ivsrzn-result__possible-button:focus {
background: #6d66c8 !important;
color: #fff !important;
text-decoration: none !important;
}
.ivsrzn-result__cta {
margin: 18px 0 0 !important;
padding: 18px !important;
background: #f7f7fa !important;
color: #191724 !important;
}
.ivsrzn-result__cta strong {
display: block !important;
margin: 0 0 8px !important;
font-size: 17px !important;
line-height: 1.3 !important;
}
.ivsrzn-result__cta p {
margin: 0 0 14px !important;
color: #4d4962 !important;
font-size: 15px !important;
line-height: 1.55 !important;
}
.ivsrzn-result__cta-button {
display: inline-flex !important;
width: 100% !important;
min-height: 44px !important;
align-items: center !important;
justify-content: center !important;
padding: 0 16px !important;
box-sizing: border-box !important;
border: 0 !important;
background: #191724 !important;
color: #fff !important;
cursor: pointer !important;
font-size: 15px !important;
font-weight: 700 !important;
text-decoration: none !important;
text-align: center !important;
}
@media (max-width: 640px) {
.ivsrzn-result__meta {
grid-template-columns: 1fr !important;
gap: 8px !important;
}
.ivsrzn-result__sign-card {
padding: 16px 14px !important;
}
.ivsrzn-result__sign {
font-size: 25px !important;
}
}
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head) {
margin: 0 !important;
color: #33303f !important;
font-size: 15px !important;
line-height: 1.65 !important;
} .ivsrzn-result {
--ivsrzn-theme-color: #7f78d8;
}
.ivsrzn-result__top {
padding-right: 52px !important;
margin: 0 0 14px !important;
text-align: center !important;
}
.ivsrzn-result__top h2 {
margin: 0 !important;
padding: 0 !important;
color: #191724 !important;
font-size: 24px !important;
line-height: 1.25 !important;
font-weight: 700 !important;
text-align: center !important;
}
.ivsrzn-result__status,
.ivsrzn-result__message {
display: none !important;
}
.ivsrzn-result__precision {
margin: 0 0 20px !important;
padding: 16px 18px !important;
background: #fff8ed !important;
color: #4d4962 !important;
border-left: 3px solid #d58b24 !important;
font-size: 14px !important;
line-height: 1.55 !important;
}
.ivsrzn-result__precision strong {
display: block !important;
margin: 0 0 8px !important;
color: #7a4a00 !important;
font-size: 13px !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
font-weight: 800 !important;
}
.ivsrzn-result__precision p {
margin: 0 0 12px !important;
color: #4d4962 !important;
font-size: 14px !important;
line-height: 1.55 !important;
}
.ivsrzn-result__precision span {
display: block !important;
margin: 0 0 6px !important;
color: #7a4a00 !important;
font-size: 13px !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
font-weight: 800 !important;
}
.ivsrzn-result__precision ul {
margin: 0 !important;
padding-left: 18px !important;
}
.ivsrzn-result__precision li {
margin: 0 0 4px !important;
padding: 0 !important;
}
.ivsrzn-result__meta {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 10px !important;
margin: 0 0 22px !important;
}
.ivsrzn-result__meta-item,
.ivsrzn-result__meta-item:nth-child(odd),
.ivsrzn-result__meta-item:nth-child(even) {
padding: 14px !important;
background: #fbfbfd !important;
border: 1px solid #f0f0f4 !important;
}
.ivsrzn-result__section h3,
.ivsrzn-result__cta h3 {
margin: 0 0 10px !important;
padding: 0 !important;
color: var(--ivsrzn-theme-color) !important;
font-size: 14px !important;
line-height: 1.25 !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: .08em !important;
}
.ivsrzn-result__section span,
.ivsrzn-result__cta strong {
display: none !important;
}
.ivsrzn-result__section p,
.ivsrzn-result__section div,
.ivsrzn-result__section div p,
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head),
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head) p {
color: #33303f !important;
font-size: 15px !important;
line-height: 1.68 !important;
}
.ivsrzn-result__section div p,
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head) p {
margin: 0 0 12px !important;
}
.ivsrzn-result__section div p:last-child,
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head) p:last-child {
margin-bottom: 0 !important;
}
.ivsrzn-result__cta-button {
background: var(--ivsrzn-theme-color) !important;
color: #fff !important;
}
.ivsrzn-result__cta-button:hover,
.ivsrzn-result__cta-button:focus {
background: #6d66c8 !important;
color: #fff !important;
}
@media (max-width: 640px) {
.ivsrzn-result__top {
padding-right: 46px !important;
}
.ivsrzn-result__top h2 {
font-size: 21px !important;
}
.ivsrzn-result__meta {
grid-template-columns: 1fr !important;
}
} .ivsrzn-result__top h2 {
text-transform: uppercase !important;
letter-spacing: .04em !important;
}
.ivsrzn-result__precision span {
display: none !important;
}
.ivsrzn-result__precision p {
margin-bottom: 10px !important;
}
.ivsrzn-result__precision ul {
margin-top: 0 !important;
} .ivsrzn-result__top h2 {
font-size: 20px !important;
line-height: 1.25 !important;
letter-spacing: .035em !important;
}
.ivsrzn-result__reliable {
margin: 0 0 20px !important;
padding: 16px 18px !important;
background: #edf8f2 !important;
color: #245b40 !important;
border-left: 3px solid #2f9b62 !important;
font-size: 14px !important;
line-height: 1.55 !important;
}
.ivsrzn-result__reliable strong {
display: block !important;
margin: 0 0 8px !important;
color: #22734d !important;
font-size: 13px !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
font-weight: 800 !important;
}
.ivsrzn-result__reliable p {
margin: 0 !important;
color: #245b40 !important;
font-size: 14px !important;
line-height: 1.55 !important;
}
.ivsrzn-result__precision p {
margin: 0 !important;
}
@media (max-width: 640px) {
.ivsrzn-result__top h2 {
font-size: 18px !important;
line-height: 1.3 !important;
}
} .ivsrzn-result__section p,
.ivsrzn-result__section div,
.ivsrzn-result__section div p,
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head),
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head) p,
.ivsrzn-result__cta p {
font-size: 16px !important;
line-height: 1.7 !important;
}
.ivsrzn-result__meta-item strong {
font-size: 15px !important;
}
.ivsrzn-result__section a:not(.ivsrzn-result__cta-button),
.ivsrzn-result__section a:not(.ivsrzn-result__cta-button):visited,
.ivsrzn-result__possible a:not(.ivsrzn-result__cta-button),
.ivsrzn-result__possible a:not(.ivsrzn-result__cta-button):visited {
color: var(--ivsrzn-theme-color) !important;
text-decoration: underline !important;
text-underline-offset: 3px !important;
font-weight: 600 !important;
}
.ivsrzn-result__section a:not(.ivsrzn-result__cta-button):hover,
.ivsrzn-result__section a:not(.ivsrzn-result__cta-button):focus,
.ivsrzn-result__possible a:not(.ivsrzn-result__cta-button):hover,
.ivsrzn-result__possible a:not(.ivsrzn-result__cta-button):focus {
color: #5f58c8 !important;
background: transparent !important;
text-decoration: underline !important;
}
.ivsrzn-result__cta-button:hover,
.ivsrzn-result__cta-button:focus {
color: #fff !important;
}
@media (max-width: 640px) {
.ivsrzn-result__section p,
.ivsrzn-result__section div,
.ivsrzn-result__section div p,
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head),
.ivsrzn-result__possible div:not(.ivsrzn-result__possible-head) p,
.ivsrzn-result__cta p {
font-size: 15.5px !important;
}
} .ivsrzn-result__possible .ivsrzn-result__cta-button.ivsrzn-result__possible-button,
.ivsrzn-result__possible .ivsrzn-result__cta-button.ivsrzn-result__possible-button:visited {
display: inline-flex !important;
width: 100% !important;
min-height: 44px !important;
align-items: center !important;
justify-content: center !important;
margin: 14px 0 0 !important;
padding: 0 16px !important;
box-sizing: border-box !important;
border: 0 !important;
background: var(--ivsrzn-theme-color) !important;
color: #fff !important;
cursor: pointer !important;
font-size: 15px !important;
font-weight: 700 !important;
text-decoration: none !important;
text-align: center !important;
}
.ivsrzn-result__possible .ivsrzn-result__cta-button.ivsrzn-result__possible-button:hover,
.ivsrzn-result__possible .ivsrzn-result__cta-button.ivsrzn-result__possible-button:focus {
background: #6d66c8 !important;
color: #fff !important;
text-decoration: none !important;
}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{align-items:center;display:flex;flex-wrap:nowrap;font-size:13px;justify-content:space-between;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{align-items:center;display:flex;flex-basis:0;flex-direction:column;justify-content:center;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden;position:relative;width:100%}.e-form__indicators__indicator__progress__meter{background-color:var(--e-form-steps-indicator-progress-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);color:var(--e-form-steps-indicator-progress-meter-color);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;text-align:right;transition:width .1s linear;width:var(--e-form-steps-indicator-progress-meter-width,0)}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{border-color:var(--e-form-steps-indicator-active-secondary-color,#fff);color:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{background-color:initial;color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{align-items:center;border-style:solid;border-width:1px;display:flex;font-size:var(--e-form-steps-indicator-icon-size);height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;overflow:hidden;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{height:auto;width:var(--e-form-steps-indicator-icon-size)}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{align-items:center;border-style:solid;border-width:1px;display:flex;height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{background-color:#babfc5;height:var(--e-form-steps-divider-width);width:100%}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{font-size:11px;inset-inline-end:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.elementor-select-wrapper .select-caret-down-wrapper svg{aspect-ratio:unset;display:unset;fill:currentColor;overflow:visible;width:1em}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4YTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;content:"";height:1em;width:1em}.elementor-shape{direction:ltr;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;left:50%;position:relative;transform:translateX(-50%);width:calc(100% + 1.3px)}.elementor-shape .elementor-shape-fill{fill:#fff;transform:rotateY(0deg);transform-origin:center}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:0;border-inline-start-width:3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:0;border-inline-start-width:3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;inset:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;inset:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;inset-block-start:-2px;inset-inline-start:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(calc(-90deg * var(--direction-multiplier, 1)))}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{inset-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{fill:var(--nav-menu-icon-color,currentColor);height:auto;width:1em}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}