

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}


textarea {
    overflow: auto
}


.tbuttonn {
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 12px 31px;
    height: 48px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #48d4bd;
    background-color: #F9FAFF;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: inherit;
    white-space: nowrap;
    -webkit-transition: background .15s ease;
    transition: background .15s ease
}

.tbuttonn:active {
    outline: 0
}

.tbuttonn:hover {
    background-color: #fff
}

.tbuttonn.w {
    position: relative;
    color: transparent !important;
    pointer-events: none
}

.tbuttonn.w::after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    top: 50%;
    left: 50%;
    border: 2px solid #48d4bd;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    z-index: 1;
    -webkit-animation: button-loading .6s infinite linear;
    animation: button-loading .6s infinite linear
}

.tbuttonn[disabled] {
    cursor: not-allowed;
    color: #191d1d;
    background-color: #191d1d !important
}

.tbuttonn[disabled].w::after {
    border-color: #191d1d
}

.sbuttono {
    padding: 6px 23px;
    height: 36px
}

.ubuttona {
    color: #F9FAFF;
    background-color: #191d1d
}

.ubuttona:hover {
    background-color: #30323a
}

.ubuttona.w::after {
    border-color: #F9FAFF
}

.fbuttonl {
    color: black;
    background-color: #f3ba2f
}

.fbuttonl:hover {
    background-color: #D8A040
}

.fbuttonl.w::after {
    border-color: #F9FAFF
}

.cbuttonh {
    color: #F9FAFF;
    background-color: #cabec3
}

.cbuttonh:hover {
    background-color: #cabec3
}

.cbuttonh.w::after {
    border-color: #F9FAFF
}

.pbuttond {
    display: -webkit-box;
    display: flex;
    width: 100%
}

.vbuttonm {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-right: -8px;
    margin-left: -8px;
    margin-top: -8px
}

.vbuttonm:last-of-type {
    margin-bottom: -8px
}

.vbuttonm:not(:last-of-type) {
    margin-bottom: 8px
}

.vbuttonm>[class*=button] {
    margin: 8px
}

@media (max-width: 640px) {
    .gbuttony {
        width: 100%;
        max-width: 280px
    }
}

@-webkit-keyframes button-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes button-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.x,
.k,
._ {
    color: #48d4bd;
    font-weight: 500
}

.x {
    font-size: 14px;
    line-height: 22px
}

.j,
.q,
.z input,
.te input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #F9FAFF;
    border-width: 1px;
    border-style: solid;
    border-color: #191d1d
}

.j:hover,
.q:hover,
.z input:hover,
.te input:hover {
    border-color: #48d4bd
}

.j:active,
.j:focus,
.q:active,
.q:focus,
.z input:active,
.z input:focus,
.te input:active,
.te input:focus {
    outline: none;
    border-color: #ad3a7d
}

.j[disabled],
.q[disabled],
.z input[disabled],
.te input[disabled] {
    cursor: not-allowed;
    background-color: #191d1d;
    border-color: #031813
}

.j.tt,
.q.tt,
.z input.tt,
.te input.tt {
    border-color: #cabec3
}

.j.tn,
.q.tn,
.z input.tn,
.te input.tn {
    border-color: #FFC55A
}

.j.tr,
.q.tr,
.z input.tr,
.te input.tr {
    border-color: #48d4bd
}

.j,
.q {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding: 11px 15px;
    height: 48px;
    border-radius: 0;
    color: #191d1d;
    box-shadow: none;
    max-width: 100%;
    width: 100%
}

.j::-webkit-input-placeholder {
    color: #f0f0f0
}

.j::-moz-placeholder {
    color: #f0f0f0
}

.j:-ms-input-placeholder {
    color: #f0f0f0
}

.j::-ms-input-placeholder {
    color: #f0f0f0
}

.j::placeholder {
    color: #f0f0f0
}

.j::-ms-input-placeholder {
    color: #f0f0f0
}

textarea.j {
    height: auto;
    resize: vertical
}

.q {
    padding-right: 46px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

.ti {
    padding-right: 38px;
    background-position: right 11px center
}

.ti,
.ts {
    padding: 5px 11px;
    height: 36px
}

.to,
.tu {
    position: relative
}

.to svg,
.tu svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.to .j {
    padding-left: 46px
}

.to .j+svg {
    left: 15px
}

.to .ts {
    padding-left: 38px
}

.to .ts+svg {
    left: 11px
}

.tu .j {
    padding-right: 46px
}

.tu .j+svg {
    right: 15px
}

.tu .ts {
    padding-right: 38px
}

.tu .ts+svg {
    right: 11px
}

.z,
.te,
.k {
    cursor: pointer
}

.z,
.te,
.k,
._ {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px
}

.z,
.te {
    color: #f0f0f0
}

.z,
.te {
    position: relative;
    padding-left: 24px
}

.z input,
.te input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.z input:checked,
.te input:checked {
    background-color: #48d4bd !important;
    border-color: #48d4bd !important;
    background-position: 50%
}

.z input {
    border-radius: 2px
}

.z input:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.te input {
    border-radius: 50%
}

.te input:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNyIgY3k9IjciIHI9IjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.k {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.k input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.k .ta {
    display: block;
    position: relative;
    min-width: 60px;
    width: 60px;
    height: 32px;
    border-radius: 16px;
    background: #191d1d
}

.k .ta::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #F9FAFF;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.k input:checked+.ta {
    background: #48d4bd
}

.k input:checked+.ta::before {
    left: 30px
}

.k>span:not(.ta) {
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-right: 12px
}

.k>span:not(.ta):last-child {
    -webkit-box-ordinal-group: initial;
    order: initial;
    margin-left: 12px;
    margin-right: 0
}

._>span {
    display: block
}

._ input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f0f0f0;
    border-radius: 3px;
    height: 6px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none
}

._ input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background-color: #48d4bd;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px
}

._ input[type=range]::-moz-range-thumb {
    background-color: #48d4bd;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px
}

._ input[type=range]::-ms-thumb {
    background-color: #48d4bd;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px
}

._ input[type=range]::-moz-focus-outer {
    border: 0
}

.r .x,
.r .k,
.r ._ {
    color: #191d1d
}

.r .j,
.r .q,
.r .z input,
.r .te input {
    border-color: #e5e9ff
}

.r .j:active,
.r .j:focus,
.r .q:active,
.r .q:focus,
.r .z input:active,
.r .z input:focus,
.r .te input:active,
.r .te input:focus {
    border-color: #48d4bd
}

.r .j[disabled],
.r .q[disabled],
.r .z input[disabled],
.r .te input[disabled] {
    background-color: #e5e9ff
}

.r .j,
.r .q {
    color: #191d1d
}

.r .q {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23191d1d%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
}

.r .z,
.r .te {
    color: #191d1d
}

.r .z input:checked,
.r .te input:checked {
    background-color:  !important;
    border-color:  !important
}

.r ._ input[type=range]::-webkit-slider-thumb {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
}

.r ._ input[type=range]::-moz-range-thumb {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
}

.r ._ input[type=range]::-ms-thumb {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
}

.tf {
    display: -webkit-box;
    display: flex
}

.tf .j {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 12px
}

.tf .tbuttonn {
    padding-left: 24px;
    padding-right: 24px;
    flex-shrink: 0
}

.tl {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
}

@media (max-width: 640px) {
    .tc .j {
        margin-bottom: 12px
    }
    .tc .tbuttonn {
        width: 100%
    }
}

@media (min-width: 641px) {
    .tc {
        display: -webkit-box;
        display: flex
    }
    .tc .j {
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 12px
    }
    .tc .tbuttonn {
        padding-left: 24px;
        padding-right: 24px;
        flex-shrink: 0
    }
}

.th {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer
}

.tp,
.td {
    display: block;
    pointer-events: none
}

.tp {
    position: relative;
    width: 24px;
    height: 24px
}

.td,
.td::before,
.td::after {
    width: 24px;
    height: 2px;
    position: absolute;
    background: #f0f0f0
}

.r .td,
.r .td::before,
.r .td::after {
    background: #031813
}

.td {
    top: 50%;
    margin-top: -1px;
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.td::before,
.td::after {
    content: '';
    display: block
}

.td::before {
    top: -7px;
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.td::after {
    bottom: -7px;
    -webkit-transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.25s ease-in;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.tv .td {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.tv .td::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.tv .td::after {
    width: 24px;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, width 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out;
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.tm li {
    position: relative
}

.tm li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #191d1d
}

.tm li:last-of-type {
    position: relative
}

.tm li:last-of-type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #191d1d
}

.r .tm li {
    position: relative
}

.r .tm li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #e5e9ff
}

.r .tm li:last-of-type {
    position: relative
}

.r .tm li:last-of-type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #e5e9ff
}

.tg {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    cursor: pointer
}

.tg span {
    width: calc(100% - (16px * 2))
}

.ty {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .15s ease-in-out, opacity .15s;
    transition: max-height .15s ease-in-out, opacity .15s
}

.tb .ty {
    opacity: 1
}

.ty p:last-child {
    margin-bottom: 24px
}

.tw {
    position: relative;
    width: 16px;
    height: 16px
}

.tw::before,
.tw::after {
    content: '';
    position: absolute;
    background: #48d4bd;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.tw::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

.tw::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.tb .tw {
    cursor: pointer
}

.tb .tw::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tb .tw::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tx,
.tx::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.tx {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.tx.tk .t_ {
    padding: 0;
    max-width: 1024px
}

.tx::before,
.tx .t_ {
    display: none
}

.tx::before {
    content: '';
    position: absolute;
    background-color: rgba(22, 23, 27, 0.88)
}

.tx.tb {
    display: -webkit-box;
    display: flex
}

.tx.tb::before,
.tx.tb .t_ {
    display: block
}

.tx.tb .t_ {
    -webkit-animation: slideUpInModal .15s ease-in-out both;
    animation: slideUpInModal .15s ease-in-out both
}

.tx.tb::before {
    -webkit-animation: slideUpInModalBg .15s ease-in-out both;
    animation: slideUpInModalBg .15s ease-in-out both
}

.t_ {
    max-height: calc(100vh - 16px * 2);
    overflow: auto;
    position: relative;
    width: calc(100% - ( 16px * 2));
    max-width: 480px;
    margin-left: 16px;
    margin-right: 16px;
    background: #191d1d
}

.tj {
    padding: 48px 16px
}

.tq {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px;
    height: 16px
}

.tq::before,
.tq::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background: #48d4bd
}

.tq::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.tq::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tq:hover::before,
.tq:hover::after {
    background: #f0f0f0
}

@media (min-width: 641px) {
    .t_ {
        margin: 0 auto;
        max-height: calc(100vh - 48px * 2)
    }
    .tj {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@-webkit-keyframes slideUpInModal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUpInModal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpInModalBg {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideUpInModalBg {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tz.w:not(.tb) {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.tz:not(.tb) {
    display: none !important
}

.ne {
    display: -webkit-inline-box;
    display: inline-flex
}

.nt {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    border: none;
    background: transparent
}

.nt::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    background: #191d1d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: background .25s ease;
    transition: background .25s ease
}

.nt:focus {
    outline: none
}

.nt.tb::before {
    background: #48d4bd
}

.nt:hover::before {
    background: #f0f0f0
}

.r .nt::before {
    background: #48d4bd
}

.r .nt.tb::before {
    background: #191d1d
}

.r .nt:hover::before {
    background: #48d4bd
}

.nn {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    margin-bottom: 0 !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #48d4bd;
    z-index: -1
}

.nr {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 500;
    padding: 8px 24px;
    color: #191d1d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #48d4bd;
    cursor: pointer
}

.nr.tb {
    color: #48d4bd;
    border-bottom-color: #48d4bd
}

.ni {
    padding-top: 24px;
    padding-bottom: 24px
}

.ni:not(.tb) {
    display: none !important
}

.r .nn::after {
    background-color: #191d1d
}

.r .nr {
    color: #191d1d;
    border-bottom-color: #191d1d
}

.r .nr.tb {
    color: #F9FAFF;
    border-bottom-color: #F9FAFF
}

.ns {
    margin-top: -24px
}

.ns:last-of-type {
    margin-bottom: -24px
}

.ns:not(:last-of-type) {
    margin-bottom: 24px
}

.no {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px
}

.no:not(:last-of-type)::before {
    content: '';
    display: block;
    position: absolute;
    top: 44px;
    left: 4px;
    width: 2px;
    height: calc(100% - 10px - 8px);
    background: #48d4bd
}

.r .no:not(:last-of-type)::before {
    background: #031813
}

.nu {
    margin-left: 34px
}

.na {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500
}

.na::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -34px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cabec3
}

.r .na::before {
    background: #48d4bd
}

@media (min-width: 641px) {
    .ns {
        margin-top: -32px
    }
    .ns:last-of-type {
        margin-bottom: -32px
    }
    .ns:not(:last-of-type) {
        margin-bottom: 32px
    }
    .no {
        padding-top: 32px;
        padding-bottom: 32px;
        width: 50%
    }
    .no:not(:last-of-type)::before {
        top: 52px;
        left: -1px
    }
    .no:nth-child(odd) {
        left: 50%
    }
    .no:nth-child(odd) .na::before {
        left: -39px
    }
    .no:nth-child(even) {
        text-align: right
    }
    .no:nth-child(even):not(:last-of-type)::before {
        left: auto;
        right: -1px
    }
    .no:nth-child(even) .nu {
        margin-left: 0;
        margin-right: 34px
    }
    .no:nth-child(even) .na {
        position: relative
    }
    .no:nth-child(even) .na::before {
        left: auto;
        right: -39px
    }
}

.nf {
    margin-top: -24px
}

.nf:last-of-type {
    margin-bottom: -24px
}

.nf:not(:last-of-type) {
    margin-bottom: 24px
}

.nf .split-item {
    padding-top: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.nf .split-item .nl {
    position: relative;
    width: 100%
}

.nf .split-item .nl img,
.nf .split-item .nl svg,
.nf .split-item .nl video {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: visible
}

.nf .split-item .nl.nc img,
.nf .split-item .nl.nc svg,
.nf .split-item .nl.nc video {
    width: 100%
}

@media (max-width: 640px) {
    .nf .split-item .nh {
        margin-bottom: 32px
    }
    .nf.np .split-item .nh {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-bottom: 0 !important
    }
    .nf.np .split-item .nl {
        margin-bottom: 32px
    }
}

@media (min-width: 641px) {
    .nf {
        margin-top: -40px
    }
    .nf:last-of-type {
        margin-bottom: -40px
    }
    .nf:not(:last-of-type) {
        margin-bottom: 40px
    }
    .nf .split-item {
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .nf .split-item .nh {
        flex-shrink: 0;
        width: 70px;
        margin-bottom: 0;
        margin-right: 64px
    }
    .nf .split-item .nl {
        min-width: 436px
    }
    .nf:not(.nd) .split-item:nth-child(even),
    .nf.nd .split-item:nth-child(odd) {
        -webkit-box-pack: end;
        justify-content: flex-end
    }
    .nf:not(.nd) .split-item:nth-child(even) .nh,
    .nf.nd .split-item:nth-child(odd) .nh {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-left: 64px;
        margin-right: 0
    }
    .nf:not(.nd) .split-item:nth-child(odd) .nl img,
    .nf:not(.nd) .split-item:nth-child(odd) .nl svg,
    .nf:not(.nd) .split-item:nth-child(odd) .nl video,
    .nf.nd .split-item:nth-child(even) .nl img,
    .nf.nd .split-item:nth-child(even) .nl svg,
    .nf.nd .split-item:nth-child(even) .nl video {
        margin-left: auto
    }
    .nf.nv .split-item {
        -webkit-box-align: start;
        align-items: flex-start
    }
}

@media (min-width: 821px) {
    .tcontainern .nf .split-item .nh {
        width: 488px
    }
    .tcontainern .nf .split-item .nl {
        min-width: 70px
    }
}

.tiles-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.tiles-wrap:last-of-type {
    margin-bottom: -12px
}

.tiles-wrap:not(:last-of-type) {
    margin-bottom: 12px
}

.tiles-wrap.nm::after {
    content: '';
    flex-basis: 330px;
    max-width: 330px;
    box-sizing: content-box;
    padding-left: 12px;
    padding-right: 12px;
    height: 0
}

.ng {
    flex-basis: 330px;
    max-width: 330px;
    box-sizing: content-box;
    padding: 12px
}

.ng * {
    box-sizing: border-box
}

.ny {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    padding: 32px 24px
}

.nb {
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 10 !important
}

.nb+.nw .nx:first-of-type {
    padding-top: 80px
}

.nb .nk {
    margin-right: 32px
}

.n_ {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 80px
}

.nj {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.nj .nq {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.nj ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    white-space: nowrap;
    margin-bottom: 0
}

.nj ul:first-of-type {
    flex-wrap: wrap
}

.nj li+.bbuttonw {
    margin-left: 32px
}

.nj a:not(.tbuttonn) {
    display: block;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 32px
}

.r .nj a:not(.tbuttonn) {
    text-decoration: none
}

.nj a.tbuttonn {
    margin-left: 32px
}




.input-amount::placeholder {
    color: #ffffff8c !important;
}

@media (min-width: 641px) {
    h2 {
        font-size: 35px !important;
    }
}

.ib::after {
    display: contents;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 0px !important;
    background: #191d1d;
}



.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width:100%
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width:100%
    }
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

.elementor-widget {
    position: relative;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-data-container span.twae-title {
    color: #221F20;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal span.twae-title {
    color: #221F20;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper span.twae-label {
    color: #FDCA3D;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-description {
    color: #000000;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-line::before {
    background-color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-timeline-centered .twae-icon {
    border-color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-timeline-centered .twae-year {
    border-color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper:before {
    background-color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper:after {
    background-color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-pagination.swiper-pagination-progressbar {
    background-color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-button-prev {
    color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-button-next {
    color: #FCE4A2;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-icon {
    background-color: #FDCA3D;
    color: #FFFFFF;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-story-info {
    border-color: #FDCA3D;
    background-color: #FFFFFF;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-story-info:before {
    border-bottom-color: #FDCA3D;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-data-container:after {
    border-right-color: #FDCA3D;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-right-aligned .twae-data-container {
    border-left-color: #FDCA3D;
}

body[data-elementor-device-mode=desktop] .elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-left-aligned .twae-data-container, body[data-elementor-device-mode=tablet] .elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-left-aligned .twae-data-container {
    border-right-color: #FDCA3D;
}

body[data-elementor-device-mode=mobile] .elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-left-aligned .twae-data-container {
    border-left-color: #FDCA3D;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-data-container {
    background-color: #FFFFFF;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-story-info.twae-no-border {
    border-color: #FFFFFF;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-horizontal .twae-story-info.twae-no-border:before {
    border-bottom-color: #FFFFFF;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-data-container.twae-no-border:after {
    border-right-color: #FFFFFF;
}

.elementor-57 .elementor-element.elementor-element-ebb43a7 .twae-wrapper .twae-right-aligned .twae-data-container.twae-no-border {
    border-left-color: #FFFFFF;
}

.twae-vertical:after,.twae-vertical:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 12px);
    z-index: 9
}

.twae-vertical:before {
    top: -10px
}

.twae-vertical:after {
    bottom: 20px
}

.twae-timeline-centered {
    position: relative;
    margin-bottom: 30px;
    padding-top: 20px
}

.twae-vertical span.twae-year-container:first-child {
    margin-top: 0!important
}

.twae-timeline-centered.twae-timeline-sm .twae-timeline-entry {
    margin-bottom: 20px!important
}

.twae-timeline-centered.twae-timeline-sm .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container {
    padding: .85em
}

.twae-timeline-centered:after,.twae-timeline-centered:before {
    content: " ";
    display: table
}

.twae-timeline-centered:after {
    clear: both
}

.twae-timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -4px;
    background-color: #d9a000;
}

.twae-timeline-centered .twae-timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both
}

.twae-timeline-centered .twae-timeline-entry:after,.twae-timeline-centered .twae-timeline-entry:before {
    content: " ";
    display: table
}

.twae-timeline-centered .twae-timeline-entry:after {
    clear: both
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned {
    float: left
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner {
    margin-left: 0;
    margin-right: -13px
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-label-extra-label {
    left: auto;
    right: -100%;
    text-align: left
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-icon {
    float: right
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-data-container {
    margin-left: 0;
    margin-right: 70px
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-data-container:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-right-color: #FDCA3D;
    color: #00000000;
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner {
    position: relative;
    margin-left: -18px
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner:after,.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner:before {
    content: " ";
    display: table
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner:after {
    clear: both
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-label-extra-label {
    position: absolute;
    left: -100%;
    width: 100%;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-label-extra-label>span {
    display: block
}

.twae-timeline-centered .twae-label-extra-label>span:last-child {
    margin-top: 5px
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-icon {
    display: block;
    background-color: #000000;
    width: 48px;
    height: 48px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    font-size: 0;
    float: left;
    padding: 0
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-icon i {
    line-height: 32px;
    font-size: 18px
}

.twae-vertical .twae-timeline-centered .twae-data-container {
    display: flow-root
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container {
    position: relative;
    padding: 1.7em;
    margin-left: 70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 8px -2px rgba(0,0,0,.3);
    border-left: 2px solid #FDCA3D;
    border-right: 2px solid #FDCA3D;
    border-top: 1px solid #FDCA3D;
    border-bottom: 1px solid #FDCA3D;
    background-color: #FFD181;
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-containerleft {
    position: relative;
    padding: 1.7em;
    margin-left: 70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 8px -2px rgba(0,0,0,.3);
    border-left: 2px solid #FDCA3D;
    border-right: 2px solid #FDCA3D;
    border-top: 1px solid #FDCA3D;
    border-bottom: 1px solid #FDCA3D;
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    left: 0;
    top: 14px;
    margin-left: -9px;
    border-right-color: #FDCA3D;
    color: #00000000;
    
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container .twae-title,.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container p {
    margin: 0
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container p+p {
    margin-top: 15px
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container .twae-title {
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    width: 100%
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container .twae-title span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.twae-timeline-centered .twae-timeline-entry .twae-data-container .twae-timeline-img img {
    float: left;
    padding: 0 5px 0 0
}

.twae-timeline-centered .twae-year-container .twae-year-label {
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    padding: 7px 14px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.twae-timeline-centered .twae-year-container {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center
}

.twae-timeline-centered .twae-year-container:after,.twae-timeline-centered .twae-year-container:before {
    content: "";
    display: table
}

.twae-timeline-centered .twae-year-container:after {
    clear: both
}

@media only screen and (max-width: 767px) {
    .twae-vertical:after,.twae-vertical:before {
        left:10px
    }

    .twae-timeline-centered:before {
        left: 18px
    }

    .twae-timeline-centered .twae-year-container {
        padding-left: 54px;
        text-align: left;
        margin-bottom: 5px;
        margin-top: 20px
    }

    .twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner {
        margin-left: 0
    }

    .twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner {
        margin-right: 0
    }

    .twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-label-extra-label {
        position: relative;
        left: 0;
        text-align: left;
        display: inline-block;
        width: 100%;
        padding-left: 54px
    }

    .twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-label-extra-label {
        right: 0
    }

    .twae-timeline-centered .twae-timeline-entry {
        width: 100%
    }

    .twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-icon {
        width: 40px;
        height: 40px;
        line-height: 28px;
        font-size: 18px!important
    }

    .twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-icon i {
        font-size: 18px!important;
        line-height: 31px
    }

    .twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-icon {
        float: left
    }

    .twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container,.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-data-container {
        margin-left: 54px;
        margin-right: 0
    }

    .twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container:after {
        top: 10px
    }

    .twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-data-container:after {
        left: 0;
        right: auto;
        margin-left: -9px;
        margin-right: 0;
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media only screen and (min-width: 768px) {
    .twae-timeline-centered.twae-one-sided-timeline:before {
        left:24%
    }

    .twae-timeline-centered.twae-one-sided-timeline .twae-year-container {
        text-align: right;
        padding-right: 80%
    }

    .twae-timeline-centered.twae-one-sided-timeline .twae-timeline-entry {
        width: 100%;
        float: left
    }

    .twae-timeline-centered.twae-one-sided-timeline .twae-timeline-entry .twae-timeline-entry-inner {
        margin-left: 0
    }

    .twae-timeline-centered.twae-one-sided-timeline .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container {
        margin-left: 31%
    }

    .twae-timeline-centered.twae-one-sided-timeline .twae-timeline-entry .twae-timeline-entry-inner .twae-icon {
        margin-left: calc(24% - 25px)
    }

    .twae-timeline-centered.twae-one-sided-timeline .twae-timeline-entry .twae-timeline-entry-inner .twae-label-extra-label {
        left: -2%;
        width: 22%
    }

    .twae-vertical.twae-one-sided-wrapper:after,.twae-vertical.twae-one-sided-wrapper:before {
        left: calc(23% - 4px)
    }
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-icon {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    font-size: 0;
    float: left;
    padding: 0;
    background-color: #FDCA3D;
    color: #FFFFFF;
    border-color: #FCE4A2;
}

    .overlay {
      position: absolute; 
      top: 50px;        
      left: 50px;      
      width: 150px;
      height: 100px;
      background-color: rgba(255, 0, 0, 0.7);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      z-index: 10;        
    }
