@import url("");

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.f1t-modal--error .f1t-modal__button:after,
.iti__hide {
    display: none
}

.f1t-form:before,
.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.f1t-iframe-modal__icon svg,
.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}


.iti__flag.iti__np {
    background-color: transparent
}

* {
    outline: 0
}

.iti__flag {
    background-image: url("flags.png")
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url("flags@2x.png")
    }
}

.iti {
    width: 100%
}

.iti__selected-flag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.iti input[type=text] {
    padding-left: 105px !important
}

.iti__flag-container {
    width: 100px !important
}

.iti__selected-flag {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f1t-form {
    position: relative
}

.f1t-form:before {
    left: 0;
    top: 0;
    background-image: url("loader.gif");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0
}

.f1t-form:before,
.f1t-form__wrapper {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.f1t-form--loading,
.f1t-form__submit {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.f1t-form__submit {
    cursor: pointer
}

.f1t-form--loading {
    pointer-events: none
}

.f1t-form--loading:before {
    opacity: 1;
    visibility: visible
}

.f1t-form--loading .f1t-form__wrapper {
    opacity: .1
}

.f1t-form-field label {
    display: block
}

.f1t-form-field .f1t-form-field__label,
.f1t-form-field--password .f1t-form-field__toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.f1t-form-field__error {
    color: red
}

.f1t-form-field--error input,
.f1t-form-field--error select,
.f1t-form-field--error textarea {
    border-color: red
}

.f1t-form-field--success input,
.f1t-form-field--success select,
.f1t-form-field--success textarea {
    border-color: green
}

.f1t-form-field--checkbox {
    cursor: pointer
}

.f1t-form-field--password .f1t-form-field__toggle {
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("");
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block
}

.f1t-form-field--password .f1t-form-field__toggle--active {
    background-image: url("")
}

.f1t-form-field--password .f1t-form-field__generate {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    padding: 0 10px;
    margin-left: 10px
}

.f1t-form-field--password .f1t-form-field__generate,
.f1t-form-field--password .f1t-form-field__inner,
.f1t-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.f1t-form-field--password .f1t-form-field__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f1t-form-field--password .f1t-form-field__password {
    position: relative
}

.f1t-modal {
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    overflow: auto;
    color: #000 !important
}

.f1t-modal__wrapper {
    margin: auto;
    max-width: 500px;
    width: 100%;
    padding: 15px
}

.f1t-modal__inner {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: -5px 0 120px rgba(0, 14, 75, .05);
    box-shadow: -5px 0 120px rgba(0, 14, 75, .05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px
}

.f1t-modal__header {
    text-align: center
}

.f1t-modal__header span {
    color: #0f5ef7
}

.f1t-modal__footer {
    margin-top: 30px
}

.f1t-modal__pretitle {
    margin-bottom: 5px
}

.f1t-modal__row {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.f1t-modal__image {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 auto 20px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block
}

.f1t-modal__image--error {
    background-image: url("")
}

.f1t-modal__icon {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block
}

.f1t-modal__icon--1 {
    background-image: url("")
}

.f1t-modal__icon--2 {
    background-image: url("")
}

.f1t-modal__text h1,
.f1t-modal__text h2,
.f1t-modal__text h3,
.f1t-modal__text h4,
.f1t-modal__text h5,
.f1t-modal__text h6,
.f1t-modal__text p {
    margin: 0 0 10px
}

.f1t-modal__text h1:last-child,
.f1t-modal__text h2:last-child,
.f1t-modal__text h3:last-child,
.f1t-modal__text h4:last-child,
.f1t-modal__text h5:last-child,
.f1t-modal__text h6:last-child,
.f1t-modal__text p:last-child {
    margin-bottom: 0
}

.f1t-modal__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px
}

.f1t-modal__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

.f1t-modal__body {
    margin-top: 30px
}

.f1t-modal__button {
    border: 0;
    width: 100%;
    cursor: pointer;
    background-color: #0f5ef7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.f1t-modal__button::after {
    background-image: url("");
    width: 15px;
    height: 15px;
    top: 1px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    display: inline-block;
    content: ''
}

.f1t-modal__button:active,
.f1t-modal__button:focus,
.f1t-modal__button:hover {
    background-color: #0853e5;
    text-decoration: none;
    color: #fff
}

.f1t-modal__card {
    background-color: #eef5ff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px
}

.f1t-modal__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.f1t-modal__field:last-child {
    margin-bottom: 0
}

.f1t-modal__key {
    font-weight: 700;
    margin-right: 10px
}

.f1t-modal__after-footer {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase
}

.f1t-modal__after-footer a {
    margin-top: 5px;
    display: inline-block
}

.f1t-footer__links a,
.f1t-modal__after-footer a:hover {
    text-decoration: none
}

.f1t-modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.f1t-modal__close:hover {
    opacity: 1
}

.f1t-modal__form {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0
}

.f1t-modal__form label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.f1t-modal__form .label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    padding: 0;
    display: block;
    text-align: left
}

.f1t-modal__form input,
.f1t-modal__form select {
    height: 40px
}

.f1t-modal__form input,
.f1t-modal__form select,
.f1t-modal__form textarea {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: block;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px
}

.f1t-modal__form input:focus,
.f1t-modal__form select:focus,
.f1t-modal__form textarea:focus {
    border-color: #0f5ef7
}

.f1t-modal__form textarea {
    resize: none;
    height: 100px
}

.f1t-modal--large .f1t-modal__wrapper {
    max-width: 700px
}

.f1t-modal--small .f1t-modal__wrapper {
    max-width: 400px
}

.f1t-modal--error .f1t-modal__header span {
    color: #f70f0f
}

.f1t-modal--error .f1t-modal__try {
    margin-top: 10px
}

.f1t-loading {
    position: relative;
    height: 150px
}

.f1t-loading:before {
    left: 0;
    top: 0;
    background-image: url("loader.gif");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.f1t-iframe-modal {
    z-index: 10001;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000 !important;
    background-color: #fff
}

.f1t-iframe-modal__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.f1t-iframe-modal__inner {
    height: 100%;
    overflow: auto
}

.f1t-iframe-modal__footer,
.f1t-iframe-modal__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f1t-iframe-modal__footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    color: #000 !important
}

.f1t-iframe-modal__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px -15px
}

.f1t-iframe-modal__col {
    margin: 0 15px 15px
}

.f1t-iframe-modal__button,
.f1t-iframe-modal__field,
.f1t-iframe-modal__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f1t-iframe-modal__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.f1t-iframe-modal__button,
.f1t-iframe-modal__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f1t-iframe-modal__icon {
    margin-right: 5px
}

.f1t-iframe-modal__button {
    text-decoration: none;
    background: #0faf59;
    -webkit-box-shadow: 0 10px 30px rgba(15, 175, 89, .2);
    box-shadow: 0 10px 30px rgba(15, 175, 89, .2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 42px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.f1t-iframe-modal__button:hover {
    opacity: .8
}

.f1t-iframe-modal__key {
    margin-right: 10px;
    opacity: .5
}

.f1t-iframe-modal__value {
    font-weight: 700
}

.f1t-iframe-modal__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer;
    opacity: .8;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.f1t-iframe-modal__close:after {
    position: absolute;
    background-image: url("");
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    z-index: 1
}

.f1t-iframe-modal__close:hover,
.js-click-to-copy:hover:after {
    opacity: 1
}

.f1t-iframe {
    background: 0 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%
}

.f1t-video-title {
    position: absolute;
    left: 30px;
    top: 15px;
    z-index: 999;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.f1t-footer {
    font-size: 12px;
    text-align: center
}

.f1t-footer__links {
    list-style: none;
    padding: 0;
    margin: 0 0 5px
}

.f1t-footer__links li {
    display: inline-block;
    margin: 0 5px 5px
}

.f1t-footer__links a:hover {
    text-decoration: underline
}

.grecaptcha-badge {
    display: none !important
}

.js-click-to-copy {
    cursor: pointer;
    position: relative
}

.js-click-to-copy.is-selected {
    opacity: .5
}

.js-click-to-copy:after {
    position: absolute;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
    display: inline-block;
    margin-left: 5px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("")
}

.is-disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.f1t-hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important
}