.gsc-search-button-v2 svg {
    display: none;
}

.gsc-input-box .gsc-input {
    text-indent: 0px !important;
}

@media (max-width: 1366px) {
    .btn-md {
        font-size: 14px;
        height: 38px;
        line-height: 34px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1367px) {
    .btn-md {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-banner.black-background {
    background-color: #000;
}

.p-banner.purple-background {
    background-color: #5823cd;
}

b, strong {
    font-weight: 700;
}

.section-ug-tabs {
    position: relative;
}

.section-ug-tabs .container:after {
    clear: both;
}

.section-ug-tabs .containerv:before, .section-ug-tabs .container:after {
    content: " ";
    display: table;
}

@media (min-width: 100em) {
    .section-ug-tabs.narrow-wrapper > .tab-navigation .container {
        max-width: 1430px;
    }
}

@media (min-width: 80em) {
    .section-ug-tabs.ultra-narrow-wrapper > .tab-navigation .container {
        max-width: 1024px;
    }
}

.section-ug-tabs.no-deviders .tab-navigation > .container::after {
    content: '';
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(0, 0, 0, .4);
    position: relative;
    bottom: 2px;
    left: 15px;
}

.section-ug-tabs.no-deviders.black-tabs .tab-navigation > .container::after, .section-ug-tabs.no-deviders.dark-tabs .tab-navigation > .container::after {
    background: rgba(255, 255, 255, .4);
}

@media (max-width: 480px) {
    .section-ug-tabs.no-deviders .tab-navigation > .container::after {
        content: '';
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        height: 1px;
        position: relative;
        bottom: 2px;
        left: 5px;
    }
}

.section-ug-tabs .nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.section-ug-tabs .nav-tabs, .section-ug-tabs .nav-link {
    border: none;
}

.section-ug-tabs > .tab-navigation .nav-link {
    position: relative;
    padding: 10px 15px;
    border-radius: 0;
    color: #000;
    text-align: center;
}

.section-ug-tabs.black-tabs > .tab-navigation .nav-link, .section-ug-tabs.dark-tabs > .tab-navigation .nav-link {
    color: #fff;
}

.section-ug-tabs .tab-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 40px;
    width: 100%;
    background-color: #fff;
}

.section-ug-tabs.black-tabs > .tab-navigation {
    background: #000;
}

.section-ug-tabs.dark-tabs > .tab-navigation {
    background: #1f1f1f;
}

.section-ug-tabs.with-img > .tab-navigation {
    height: 120px;
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img > .tab-navigation {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img > .tab-navigation {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .section-ug-tabs .tab-navigation > .container {
        padding: 0;
    }
}

.section-ug-tabs > .tab-navigation .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-ug-tabs > .tab-navigation .nav-link {
    height: 40px;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}

.section-ug-tabs.with-img > .tab-navigation .nav-link {
    height: 120px;
}

@media (max-width: 1024px) {
    .section-ug-tabs:not(.big-nav-font) > .tab-navigation .nav-link {
        font-size: 11px;
    }
}

@media (max-width: 800px) {
    .section-ug-tabs > .tab-navigation .nav-link {
        height: 40px;
    }
}

@media (max-width: 576px) {
    .section-ug-tabs > .tab-navigation .nav-link {
        padding: 2px 2px 5px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs:not(.big-nav-font) > .tab-navigation .nav-link {
        height: 30px;
        font-size: 7px;
        padding: 2px 2px 5px;
    }
}

@media (max-width: 360px) {
    .section-ug-tabs:not(.big-nav-font) > .tab-navigation .nav-link {
        height: 26px;
    }
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img > .tab-navigation .nav-link {
        height: 100px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img > .tab-navigation .nav-link {
        height: 80px;
        font-size: 7px;
        padding: 2px;
    }
}

.section-ug-tabs > .tab-navigation .nav-link.active {
    background: transparent;
    color: #000;
    border: none;
}

.section-ug-tabs.black-tabs > .tab-navigation .nav-link.active, .section-ug-tabs.dark-tabs > .tab-navigation .nav-link.active {
    color: #fff;
}

.section-ug-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.section-ug-tabs .nav-tabs.cols-2 .nav-item {
    width: 50%;
}

.section-ug-tabs .nav-tabs.cols-3 .nav-item {
    width: 33.333%;
}

.section-ug-tabs .nav-tabs.cols-4 .nav-item {
    width: 25%;
}

.section-ug-tabs .nav-tabs.cols-5 .nav-item {
    width: 20%;
}

.section-ug-tabs .nav-tabs.cols-6 .nav-item {
    width: 16.666%;
}

.section-ug-tabs .nav-tabs .nav-link::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    background: #000;
    position: absolute;
    top: 20%;
    left: 0;
}

.section-ug-tabs .nav-tabs .nav-item:first-child .nav-link::before {
    display: none;
}

.section-ug-tabs.fat-deviders .nav-tabs .nav-link::before {
    width: 6px;
    height: 98%;
    top: 2%;
    background: rgba(0, 0, 0, 0.05);
}

.section-ug-tabs.dark-tabs .nav-tabs .nav-link::before {
    background: rgba(255, 255, 255, 0.2);
}

.section-ug-tabs.black-tabs .nav-tabs .nav-link::before {
    background: rgba(255, 255, 255, 0.2);
}

.section-ug-tabs.dark-tabs.fat-deviders .nav-tabs .nav-link::before {
    background: rgba(0, 0, 0, 0.15);
}

.section-ug-tabs.no-deviders .nav-tabs .nav-link::before {
    display: none;
}

.section-ug-tabs.black-tabs.fat-deviders .nav-tabs .nav-link::before {
    background: rgba(255, 255, 255, 0.1);
}

.section-ug-tabs > .tab-navigation .nav-link.active::after {
    content: '';
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 3px;
    position: absolute;
    background: #0094dd;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 10;
}

.section-ug-tabs.black-lines > .tab-navigation .nav-link.active::after {
    background: #000;
}

.section-ug-tabs.with-img > .tab-navigaiton .nav-link.active::after {
    height: 5px;
}

@media (max-width: 480px) {
    .section-ug-tabs .nav-tabs .nav-link.active::after {
        height: 3px;
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        left: 5px;
    }
}

.section-ug-tabs.with-img .nav-item__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img .nav-item__icon {
        margin-bottom: 0;
    }
}

.section-ug-tabs.with-img .nav-item__icon img {
    max-height: 60px;
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img .nav-item__icon img {
        max-height: 45px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img .nav-item__icon img {
        max-height: 35px;
    }
}

.section-ug-tabs.with-img .nav-tabs .nav-link span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-ug-tabs .tab-content {
    padding: 0px;
    background-color: #fff;
}

.section-ug-tabs .tab-content > .tab-pane {
    display: none;
}

.section-ug-tabs .tab-content > .active {
    display: block;
}

@media (min-width: 64em) {
    .section-ug-tabs.big-nav-font > .tab-navigation .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 85.375em) {
    .section-ug-tabs.big-nav-font > .tab-navigation .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 100em) {
    .section-ug-tabs.big-nav-link-font > .tab-navigation .nav-link {
        font-size: 18px;
    }
}

.section-ug-features {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
}

.section-ug-features.dark {
    background-color: #0e0e0e;
}

.section-ug-features .container:before, .section-ug-features .container:after {
    content: " ";
    display: table;
}

.section-ug-features .container:after {
    clear: both;
}

.section-ug-features.no-padding-top {
    padding-top: 0;
}

.section-ug-features.no-padding-bottom {
    padding-bottom: 0;
}

.section-ug-features .title {
    text-align: center;
    padding-bottom: 30px;
}

.section-ug-features .title h1 {
    font-size: 38px;
    font-weight: 100;
    line-height: 1.25;
    margin: 0 0 5px;
}

@media (max-width: 1366px) {
    .section-ug-features .title h1 {
        font-size: 28px;
    }
}

.section-ug-features .container ul:before, .section-ug-features .container ul:after {
    content: "";
    display: table;
}

.section-ug-features .container li {
    position: relative;
    float: left;
    display: block;
}

@media (max-width: 480px) {
    .section-ug-features:not(.one-line) .container [class*=cols-] .col {
        width: 50%;
        margin: 20px auto;
    }
}

.section-ug-features .container {
    width: 100%;
    max-width: 1400px;
}

.section-ug-features .cols-2 .col {
    width: 50%;
}

.section-ug-features .cols-3 .col {
    width: 33.333%;
}

.section-ug-features .cols-4 .col {
    width: 25%;
}

.section-ug-features .cols-5 .col {
    width: 20%;
}

.section-ug-features .cols-6 .col {
    width: 16.666%;
}

.section-ug-features .container .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 10px 15px;
    text-align: center;
}

@media (max-width: 800px) {
    .section-ug-features .container .col {
        height: 85px;
        font-size: 12px;
        padding: 5px 5px 0;
    }
}

@media (max-width: 480px) {
    .section-ug-features .container .col {
        height: 60px;
        font-size: 10px;
        padding: 0 5px;
    }
}

.section-ug-features .container .col div {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.section-ug-features .container .col div img {
    max-height: 60px;
}

@media (max-width: 800px) {
    .section-ug-features .container .col div img {
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .section-ug-features .container .col div img {
        max-height: 40px;
    }
}

.section-ug-features .container .col span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-ug-features .container .col::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    background: rgba(255, 255, 255, .4);
    top: 0;
    position: absolute;
    top: 20%;
    left: 0;
}

.section-ug-features .container .col:first-child::before {
    display: none;
}

@media (max-width: 480px) {
    .section-ug-features .container .col:before {
        display: none;
    }
}

.section-ug-features.micro-wrapper .container {
    max-width: 950px;
}

.section-ug-features.micro-wrapper .container .col {
    height: 60px;
}

.section-ug-features.micro-wrapper .container .col > div img {
    max-height: 30px;
}

.section-ug-features.micro-wrapper .col > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
}

.section-ug-features.micro-wrapper .container .col > div span {
    margin-left: 10px;
}

.section-ug-features.micro-wrapper .container .col::before {
    display: none;
}

@media (max-width: 480px) {
    .section-ug-features.micro-wrapper.one-line .container .col > div img {
        max-height: 20px;
    }
}

@media (max-width: 768px) {
    .section-ug-features.micro-wrapper.wide-mobile-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .section-ug-features.micro-wrapper.wide-mobile-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {
    .p-banner-title-top-content-aside .text-container .tv-brand-logos [class*=col-] {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .p-banner-title-top-content-aside .text-container .tv-brand-logos .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
}

@media (min-width: 768px) {
    .p-banner-title-top-content-aside .text-container .tv-brand-logos .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}

@media (max-width: 767px) {
    .p-banner-title-top-content-aside .text-container .tv-brand-logos [class*=col-] img {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .p-banner-title-top-content-aside .text-container .tv-brand-logos {
        padding-top: 20px;
    }
}

.mt-android, .mt-ios {
    text-align: left;
}

.mt-android .wrap, .mt-ios .wrap {
    text-align: center;
}

.mt-android .wrap p, .mt-ios .wrap p {
    text-align: center !important;
}

.mt-android img, .mt-ios img {
    max-height: 60px;
    margin-bottom: 20px;
}

.p-content-aside.without-subtitle .banner-subtitle-wrapper {
    display: none;
}

.p-content-aside.without-subtitle .banner-subtitle {
    margin-bottom: 10px;
}

@media (min-width: 64em) {
    .p-content-aside.without-subtitle .banner-subtitle {
        margin-bottom: 15px;
    }
}

.p-content-aside.max-height-logo .banner-logo-wrapper {
    margin: 0 auto 10px;
}

.p-content-aside.max-height-logo .banner-logo-wrapper img {
    height: 50px;
}

@media (min-width: 64em) {
    .p-content-aside.max-height-logo .banner-logo-wrapper img {
        height: 60px;
    }
}

.p-content-aside.max-height-logo-2 .banner-logo-wrapper img {
    height: 60px;
}

@media (min-width: 64em) {
    .p-content-aside.max-height-logo-2 .banner-logo-wrapper img {
        height: 80px;
    }
}

.p-content-aside.no-logo-margin .mobile-view .banner-logo-wrapper {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .p-banner-title-top-content-aside.no-logo-margin .banner-logo-wrapper {
        margin-bottom: 0;
    }
}

.p-content-aside.image-max-mob-width .mobile-view .banner-media-object-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

.p-content-aside.mobile-text-center .mobile-view .content-wrapper, .p-content-aside.mobile-text-bottom .mobile-view .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-banner-title-top-content-aside.mobile-text-bottom .mobile-view .banner-container {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.p-banner-title-top-content-aside.mobile-text-center .mobile-view .banner-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section-ug-tabs.smaller-banners .p-content-aside .text-content ul {
    font-size: 14px !important;
}

.p-content-aside.poster-no-padding-top .banner-background {
    padding-top: 0 !important;
}

.p-content-aside.poster-no-padding-bottom .banner-background {
    padding-bottom: 0 !important;
}

.p-banner-content-center.poster-no-padding-top .banner-media-object-wrapper {
    margin-top: 0;
}

.p-banner-content-center.poster-no-padding-bottom .banner-media-object-wrapper {
    margin-bottom: 0;
}

.p-banner-content-center.no-padding-top .banner-background {
    padding-top: 0 !important;
}

.p-banner-content-center.no-padding-bottom .banner-background {
    padding-bottom: 0 !important;
}

.p-banner.small-padding .banner-background {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .p-banner.small-padding .banner-background {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .p-banner.small-padding .banner-background {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1441px) {
    .p-banner.small-padding .banner-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 64em) {
    .p-banner.narrow-wrapper .content-wrapper {
        margin: 0 auto;
        max-width: 825px;
    }
}

@media (min-width: 85.375em) {
    .p-banner.narrow-wrapper .content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 100em) {
    .p-banner.narrow-wrapper .content-wrapper {
        max-width: 1430px;
    }
}

@media (max-width: 47.9375em) {
    .p-content-center.no-mobile-align-fix .banner-title, .p-content-center.no-mobile-align-fix .logo-wrapper, .p-content-center.no-mobile-align-fix .text-container {
        text-align: center;
    }

    .p-content-center.no-mobile-align-fix .banner-submedia-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.white-text .ikon-info, .theme-light .ikon-info, .white-text .tooltip-info, .theme-light .tooltip-info {
    color: #fff;
}

.banner-subtitle .tooltip-info {
    font-weight: 200;
    border: 3px solid #0094dd;
}

@media (min-width: 64em) {
    .banner-subtitle .tooltip-info {
        font-size: 16px;
        padding: 0 7px;
    }
}

@media (min-width: 100em) {
    .banner-subtitle .tooltip-info {
        font-size: 18px;
        padding: 0 8px;
    }
}

.p-banner.black-background {
    background-color: #000;
}

.p-banner.black-gradient-background-nw {
    background: #000000;
    background: -webkit-linear-gradient(345deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -webkit-linear-gradient(105deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -o-linear-gradient(105deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: linear-gradient(345deg, #1f1f1f 0%, #101010 20%, #000000 100%);
}

.p-banner.black-gradient-background-sw {
    background: #000000;
    background: -webkit-linear-gradient(195deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -webkit-linear-gradient(255deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -o-linear-gradient(255deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: linear-gradient(195deg, #1f1f1f 0%, #101010 20%, #000000 100%);
}

.p-banner.black-gradient-background-ne {
    background: #000000;
    background: -webkit-linear-gradient(15deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -webkit-linear-gradient(75deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -o-linear-gradient(75deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: linear-gradient(15deg, #1f1f1f 0%, #101010 20%, #000000 100%);
}

.p-banner.black-gradient-background, .p-banner.black-gradient-background-se {
    background: #000000;
    background: -webkit-linear-gradient(165deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -webkit-linear-gradient(285deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: -o-linear-gradient(285deg, #1f1f1f 0%, #101010 20%, #000000 100%);
    background: linear-gradient(165deg, #1f1f1f 0%, #101010 20%, #000000 100%);
}

.p-banner.rainbow-line {
    position: relative;
}

.p-banner.rainbow-line:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: red;
    background: -webkit-gradient(linear, left top, right top, from(red), color-stop(15%, #f0f), color-stop(33%, blue), color-stop(49%, cyan), color-stop(67%, lime), color-stop(84%, #ff0), to(red));
    background: -webkit-linear-gradient(left, red 0%, #f0f 15%, blue 33%, cyan 49%, lime 67%, #ff0 84%, red 100%);
    background: -o-linear-gradient(left, red 0%, #f0f 15%, blue 33%, cyan 49%, lime 67%, #ff0 84%, red 100%);
    background: linear-gradient(to right, red 0%, #f0f 15%, blue 33%, cyan 49%, lime 67%, #ff0 84%, red 100%);
}

.p-banner.transparent-background {
    background-color: transparent;
}

.test .p-banner .banner-media-object, .test.p-banner .banner-media-object {
    background-color: rgba(255, 255, 0, 0.3);
}

.test .p-banner .text-wrapper, .test.p-banner .text-wrapper {
    background-color: rgba(0, 255, 255, 0.3);
}

.test .p-banner .banner-container, .test.p-banner .banner-container {
    background-color: rgba(255, 255, 255, 0.3);
}

.test .p-banner .content-wrapper, .test.p-banner .content-wrapper {
    background-color: rgba(255, 0, 255, 0.3);
}

.test .p-banner, .test.p-banner {
    position: relative;
}

.test .p-banner:after, .test.p-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: lime 67%;
}

@media (min-width: 48em) {
    .p-content-aside.text-align-left-fix .text-wrapper {
        max-width: 925px;
        padding-right: 25px;
    }
}

@media (min-width: 48em) {
    .p-content-aside.true-text-align-left-fix .text-wrapper {
        margin-right: auto;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        -webkit-box-flex: 0;
        flex: 0 1 50%;
    }
}

@media (min-width: 48em) {
    .p-content-aside.image-max-height .banner-background {
        padding: 0;
    }
}

@media (min-width: 48em) {
    .p-content-aside.image-max-height .banner-media-object-wrapper {
        margin: 0;
    }
}

@media (min-width: 48em) {
    .p-content-aside.image-max-height .web-view .content-wrapper.content-wrapper {
        height: auto !important;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.p-banner.title-big .banner-title, .title-big .p-banner .banner-title, .p-banner.subtitle-big .banner-subtitle, .subtitle-big .p-banner .banner-subtitle {
    font-size: 30px;
}

@media (min-width: 64em) {
    .p-banner.title-big .banner-title, .title-big .p-banner .banner-title, .p-banner.subtitle-big .banner-subtitle, .subtitle-big .p-banner .banner-subtitle {
        font-size: 40px;
    }
}

@media (min-width: 85.375em) {
    .p-banner.title-big .banner-title, .title-big .p-banner .banner-title, .p-banner.subtitle-big .banner-subtitle, .subtitle-big .p-banner .banner-subtitle {
        font-size: 46px;
    }
}

@media (min-width: 100em) {
    .p-banner.title-big .banner-title, .title-big .p-banner .banner-title, .p-banner.subtitle-big .banner-subtitle, .subtitle-big .p-banner .banner-subtitle {
        font-size: 52px;
    }
}

.p-banner.title-bold .banner-title, .title-bold .p-banner .banner-title {
    font-weight: 700;
}

.p-banner.subtitle-bold .banner-subtitle, .subtitle-bold .p-banner .banner-subtitle {
    font-weight: 700;
}

.p-content-center.ug-banner .banner-background {
    min-height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 25em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 550px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 30em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 650px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 37.5em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 820px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 48em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 480px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 75em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 580px;
    }
}

@media (min-width: 85.375em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 660px;
    }
}

@media (min-width: 100em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 820px;
    }
}

@media (min-width: 135em) {
    .p-content-center.ug-banner .banner-background {
        min-height: 920px;
    }
}

.p-content-center.ug-banner .buttons-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
}

@media (min-width: 48em) {
    .p-content-center.ug-banner .buttons-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 48em) {
    .p-content-center.ug-banner .banner-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 48em) {
    .p-banner.big-blue-button .buttons-wrapper .btn {
        font-size: 18px;
        padding: 20px;
    }
}

.p-content-center.ug-banner.make-readable .banner-background:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

@media (min-width: 48em) {
    .p-content-center.ug-banner.limit-img-height .banner-media-object {
        max-height: 300px;
    }
}

@media (min-width: 75em) {
    .p-content-center.ug-banner.limit-img-height .banner-media-object {
        max-height: 350px;
    }
}

@media (min-width: 85.375em) {
    .p-content-center.ug-banner.limit-img-height .banner-media-object {
        max-height: 400px;
    }
}

@media (min-width: 100em) {
    .p-content-center.ug-banner.limit-img-height .banner-media-object {
        max-height: 500px;
    }
}

@media (min-width: 135em) {
    .p-content-center.ug-banner.limit-img-height .banner-media-object {
        max-height: 550px;
    }
}

@media (min-width: 48em) {
    .p-content-center.insane-limit-img-height .banner-media-object {
        max-height: 150px;
    }
}

@media (min-width: 75em) {
    .p-content-center.insane-limit-img-height .banner-media-object {
        max-height: 175px;
    }
}

@media (min-width: 85.375em) {
    .p-content-center.insane-limit-img-height .banner-media-object {
        max-height: 200px;
    }
}

@media (min-width: 100em) {
    .p-content-center.insane-limit-img-height .banner-media-object {
        max-height: 250px;
    }
}

@media (min-width: 135em) {
    .p-content-center.insane-limit-img-height .banner-media-object {
        max-height: 275px;
    }
}

.p-content-aside.ug-banner .mobile-view .content-wrapper {
    min-height: 450px;
}

@media (min-width: 48em) {
    .p-content-aside.ug-banner .content-wrapper {
        min-height: 400px;
    }
}

@media (min-width: 75em) {
    .p-content-aside.ug-banner .content-wrapper {
        min-height: 420px;
    }
}

@media (min-width: 85.375em) {
    .p-content-aside.ug-banner .content-wrapper {
        min-height: 500px;
    }
}

@media (min-width: 100em) {
    .p-content-aside.ug-banner .content-wrapper {
        min-height: 620px;
    }
}

@media (min-width: 135em) {
    .p-content-aside.ug-banner .content-wrapper {
        min-height: 720px;
    }
}

.p-content-aside.ug-banner.mobile-poster-top .mobile-view .content-wrapper.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.p-content-aside.ug-banner.mobile-poster-top .mobile-view .banner-media-object-wrapper {
    margin: 0 auto 26px;
}

.p-content-aside.ug-banner.mobile-poster-top .mobile-view .content-wrapper.content-wrapper {
    padding: 20px 0 30px;
}

.p-content-aside.ug-banner.subtitle-align-center .mobile-view .banner-subtitle {
    text-align: center;
}

.p-content-aside.ug-banner.text-align-center .mobile-view .text-content p {
    text-align: center;
}

.buttons-align-center .p-content-aside.ug-banner .mobile-view .buttons-wrapper, .p-content-aside.ug-banner.buttons-align-center .mobile-view .buttons-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-content-center.ug-banner.no-fix-height .banner-background {
    min-height: 0;
}

@media (max-width: 47.9375em) {
    .p-content-center.ug-banner.no-fix-height .banner-background {
        min-height: 450px;
    }
}

@media (max-width: 47.9375em) {
    .p-banner-content-center.ug-banner.mobile-text-top .banner-background {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .p-banner-content-center.ug-banner.mobile-text-center .banner-background {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-banner-content-center.ug-banner.mobile-text-bottom .banner-background {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.buttons-align-left .p-banner.ug-banner .buttons-wrapper, .p-banner.ug-banner.buttons-align-left .buttons-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-banner-slider.ug-slider .carousel-item {
    min-height: 450px;
}

@media (min-width: 25em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 550px;
    }
}

@media (min-width: 30em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 650px;
    }
}

@media (min-width: 37.5em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 820px;
    }
}

@media (min-width: 48em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 480px;
    }
}

@media (min-width: 75em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 580px;
    }
}

@media (min-width: 85.375em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 660px;
    }
}

@media (min-width: 100em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 820px;
    }
}

@media (min-width: 135em) {
    .p-banner-slider.ug-slider .carousel-item {
        min-height: 920px;
    }
}

.p-banner-content-center .text-wrapper .menu-arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    float: none;
    background: none;
}

.p-banner-content-center .collapse-link:not(.collapsed) {
    display: none;
}

.menu-arrow:before, .menu-arrow:after {
    content: "";
    display: block;
    height: 100%;
    width: 3px;
    background: #0033ff;
    position: absolute;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.menu-arrow:before {
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-arrow:after {
    right: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-content-aside.min-mobile-height .mobile-view .content-wrapper {
    min-height: 450px;
}

.p-content-aside.shadowy-narrow-banner .content-wrapper {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 80em) {
    .p-content-aside.shadowy-narrow-banner .content-wrapper, .p-banner-content-center.shadowy-narrow-banner .content-wrapper .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}

.p-banner.shadowy-narrow-banner .banner-media-object, .shadowy-narrow-banner .item img {
    max-width: calc(100% - 35px);
    min-height: 1px;
    margin-top: 25px;
    -webkit-box-shadow: -25px -25px 0px 0px rgba(92, 38, 211, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: -25px -25px 0px 0px rgba(92, 38, 211, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

.p-banner.shadowy-narrow-banner .banner-media-object {
    margin-left: 15px;
}

.shadowy-narrow-banner .item img {
    margin-left: 25px;
}

@media (min-width: 80em) {
    .p-banner.shadowy-narrow-banner .banner-media-object, .shadowy-narrow-banner .item img {
        max-width: calc(100% - 60px);
        -webkit-box-shadow: -35px -35px 0px 0px rgba(92, 38, 211, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
        box-shadow: -35px -35px 0px 0px rgba(92, 38, 211, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
    }
}

@media (min-width: 100em) {
    .p-banner.shadowy-narrow-banner .banner-media-object, .shadowy-narrow-banner .item img {
        max-width: calc(100% - 80px);
        margin-top: 35px;
        -webkit-box-shadow: -40px -40px 0px 0px rgba(92, 38, 211, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
        box-shadow: -40px -40px 0px 0px rgba(92, 38, 211, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
    }
}

.p-banner.reverse-text.shadowy-narrow-banner .banner-media-object {
    margin-left: -30px;
    -webkit-box-shadow: 25px -25px 0px 0px rgba(92, 38, 211, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: 25px -25px 0px 0px rgba(92, 38, 211, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

@media (min-width: 80em) {
    .p-banner.reverse-text.shadowy-narrow-banner .banner-media-object {
        -webkit-box-shadow: 35px -35px 0px 0px rgba(92, 38, 211, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
        box-shadow: 35px -35px 0px 0px rgba(92, 38, 211, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
    }
}

@media (min-width: 100em) {
    .p-banner.reverse-text.shadowy-narrow-banner .banner-media-object {
        -webkit-box-shadow: 40px -40px 0px 0px rgba(92, 38, 211, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
        box-shadow: 40px -40px 0px 0px rgba(92, 38, 211, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
    }
}

.p-content-aside.shadowy-narrow-banner .mobile-view .banner-media-object-wrapper .banner-media-object {
    max-width: calc(100% - 35px);
}

.p-content-aside.shadowy-narrow-banner .mobile-view .content-wrapper.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.p-banner.shadowy-narrow-banner .mobile-view .banner-media-object {
    margin-top: 0;
    margin-bottom: 25px;
}

.shadowy-narrow-banner .item .title {
    margin-top: 28px;
    color: inherit;
    text-align: left;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 12px;
}

@media (min-width: 85.375em) {
    .shadowy-narrow-banner .item .title {
        font-size: 28px;
    }
}

@media (min-width: 100em) {
    .shadowy-narrow-banner .item .title {
        font-size: 32px;
    }
}

.shadowy-narrow-banner .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
}

.shadowy-narrow-banner.bigger-description .item .description {
    font-size: 20px;
}

.shadowy-narrow-banner .buttons-wrapper {
    padding-bottom: 20px;
}

.p-banner.shadowy-narrow-banner .text-content {
    margin-bottom: 0;
}

.p-banner.shadowy-narrow-banner .text-container .item {
    margin-bottom: 40px;
}

@media (max-width: 47.9375em) {
    .p-banner.shadowy-narrow-banner .text-container .item {
        margin-bottom: 40px;
    }
}

@media (min-width: 48em) {
    .shadowy-narrow-banner .item {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (min-width: 48em) {
    .shadowy-narrow-banner .item .title, .shadowy-narrow-banner .item .description, .shadowy-narrow-banner .item .buttons-wrapper {
        padding-left: 30px;
        padding-right: 10px
    }
}

@media (min-width: 80em) {
    .shadowy-narrow-banner .item .title, .shadowy-narrow-banner .item .description, .shadowy-narrow-banner .item .buttons-wrapper {
        padding-left: 40px;
    }
}

@media (min-width: 100em) {
    .shadowy-narrow-banner .item .title, .shadowy-narrow-banner .item .description, .shadowy-narrow-banner .item .buttons-wrapper {
        padding-left: 50px;
    }
}

.p-content-aside.shadowy-narrow-banner:not(.ug-banner) .content-wrapper {
    min-height: 0;
}

.p-banner.shadowy-narrow-banner:not(.normal-padding) .banner-background {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .p-banner.shadowy-narrow-banner:not(.normal-padding) .banner-background {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .p-banner.shadowy-narrow-banner:not(.normal-padding) .banner-background {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1441px) {
    .p-banner.shadowy-narrow-banner:not(.normal-padding) .banner-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.p-banner.shadowy-narrow-banner.purple-background .banner-media-object, .shadowy-narrow-banner.purple-background .item img {
    -webkit-box-shadow: -25px -25px 0px 0px rgba(68, 19, 177, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: -25px -25px 0px 0px rgba(68, 19, 177, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

@media (min-width: 80em) {
    .p-banner.shadowy-narrow-banner.purple-background .banner-media-object, .shadowy-narrow-banner.purple-background .item img {
        -webkit-box-shadow: -35px -35px 0px 0px rgba(68, 19, 177, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
        box-shadow: -35px -35px 0px 0px rgba(68, 19, 177, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
    }
}

@media (min-width: 100em) {
    .p-banner.shadowy-narrow-banner.purple-background .banner-media-object, .shadowy-narrow-banner.purple-background .item img {
        -webkit-box-shadow: -40px -40px 0px 0px rgba(68, 19, 177, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
        box-shadow: -40px -40px 0px 0px rgba(68, 19, 177, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
    }
}

.p-banner.reverse-text.shadowy-narrow-banner.purple-background .banner-media-object {
    margin-left: -30px;
    -webkit-box-shadow: 25px -25px 0px 0px rgba(68, 19, 177, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: 25px -25px 0px 0px rgba(68, 19, 177, 1), 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

@media (min-width: 80em) {
    .p-banner.reverse-text.shadowy-narrow-banner.purple-background .banner-media-object {
        -webkit-box-shadow: 35px -35px 0px 0px rgba(68, 19, 177, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
        box-shadow: 35px -35px 0px 0px rgba(68, 19, 177, 1), 35px 35px 55px 0px rgba(63, 63, 63, 0.44);
    }
}

@media (min-width: 100em) {
    .p-banner.reverse-text.shadowy-narrow-banner.purple-background .banner-media-object {
        -webkit-box-shadow: 40px -40px 0px 0px rgba(68, 19, 177, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
        box-shadow: 40px -40px 0px 0px rgba(68, 19, 177, 1), 40px 40px 62px 0px rgba(63, 63, 63, 0.44);
    }
}

.p-content-aside.shadowy-columns .content-wrapper {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 48em) {
    .p-banner-content-center.shadowy-columns .content-wrapper .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
}

@media (min-width: 80em) {
    .p-banner-content-center.shadowy-columns .content-wrapper .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}

.shadowy-columns .text-container {
    padding-top: 30px;
}

.shadowy-columns .wrapper {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 85.375em) {
    .shadowy-columns .wrapper {
        margin-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.shadowy-columns .item {
    width: auto;
    background-color: #eee;
    background-clip: content-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadowy-columns .item .item-content {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
}

.shadowy-columns .item .title {
    margin-top: 28px;
    color: inherit;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 12px;
    text-align: center;
}

@media (min-width: 85.375em) {
    .shadowy-columns .item .title {
        font-size: 28px;
    }
}

@media (min-width: 100em) {
    .shadowy-columns .item .title {
        font-size: 32px;
    }
}

.shadowy-columns .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.shadowy-columns .buttons-wrapper {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadowy-columns .buttons-wrapper .btn {
    border-radius: 5px;
    border: none;
    background: #5c26d3;
    padding: 16px 25px;
    background-image: -webkit-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    background-image: -ms-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    -webkit-box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    color: #fff;
}

.shadowy-columns.btn-color-red .buttons-wrapper .btn {
    background-image: -webkit-linear-gradient(-135deg, rgb(250, 43, 86) 0%, rgb(249, 28, 61) 100%);
    background-image: -ms-linear-gradient(-135deg, rgb(250, 43, 86) 0%, rgb(249, 28, 61) 100%);
    -webkit-box-shadow: 0px 23px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
    box-shadow: 0px 23px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
}

.shadowy-columns .buttons-wrapper .btn:hover {
    color: #fff;
    -ms-transform: translate(2px, 8px);
    -webkit-transform: translate(2px, 8px);
    transform: translate(2px, 8px);
    -webkit-box-shadow: 0px 15px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    box-shadow: 0px 15px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
}

.shadowy-columns.btn-color-red .buttons-wrapper .btn:hover {
    color: #fff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
    box-shadow: 0px 15px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
}

.shadowy-columns .item img {
    min-height: 1px;
    max-width: calc(100% - 50px);
    margin-top: 25px;
    -webkit-box-shadow: 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

.shadowy-columns .item .price {
    position: relative;
    display: inline-block;
    padding-right: 4rem;
}

.shadowy-columns .item .price .price-value {
    font-size: 3.6rem;
    color: #5c26d2;
    font-weight: 800;
    display: inline;
}

.shadowy-columns .item .price .currency {
    position: absolute;
    right: 0;
    top: 10px;
    color: #5c26d2;
    text-align: left;
    width: 3.7rem;
}

.shadowy-columns .item .price .price-currency {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1;
    display: block;
}

.shadowy-columns .item .price .price-currency.down {
    bottom: 0;
}

.shadowy-columns .item .price-prefix {
    color: #5c26d2;
}

.ug-image-columns.black-background {
    background-color: #000;
}

@media (min-width: 100em) {
    .ug-image-columns .container {
        max-width: 1600px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 100em) {
    .ug-image-columns.small-images .container {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.ug-image-columns .container h1 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 100;
}

@media (min-width: 64em) {
    .ug-image-columns .container h1 {
        font-size: 30px;
    }
}

@media (min-width: 85.375em) {
    .ug-image-columns .container h1 {
        font-size: 36px;
    }
}

@media (min-width: 100em) {
    .ug-image-columns .container h1 {
        font-size: 40px;
    }
}

.ug-image-columns .container p {
    font-size: 14px;
    font-weight: 100;
    margin-top: 15px;
}

@media (min-width: 64em) {
    .ug-image-columns .container p {
        font-size: 16px;
    }
}

@media (min-width: 85.375em) {
    .ug-image-columns .container p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .ug-image-columns .container p {
        font-size: 18px;
    }
}

.ug-image-columns .container a {
    font-size: inherit;
}

.section-how-to.four-image-columns.ug-image-columns .info p.title {
    font-size: 22px;
}

@media (max-width: 1024px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 16px;
    }
}

.ug-image-columns .img-wrapper img {
    max-width: 80%;
}

.ug-image-columns.small-images .img-wrapper img {
    max-height: 80px;
}

.ug-image-columns.middle-images .img-wrapper img {
    max-height: 160px;
}

.section-how-to.four-image-columns.small-images .info p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-how-to.four-image-columns.small-images .info {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.small-images .box {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.small-images .info p.title {
        margin-top: 0;
    }
}

@media (min-width: 576px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .col-sm-3 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

.section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .info p.title {
    font-size: 22px;
}

@media (max-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .info p.title {
        font-size: 18px;
    }
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-top {
    padding-top: 0;
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-bottom {
    padding-bottom: 0;
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-top .box {
    margin-top: 35px;
}

.image-over-video {
    position: relative;
}

.image-over-video .text-wrapper {
    display: none !important;
}

.image-over-video .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.image-over-video .row {
    margin-left: -5px;
    margin-right: -5px;
}

.image-over-video .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 0;
}

.image-over-video .banner-background {
    padding-top: 0;
    padding-bottom: 0;
}

.image-over-video .banner-media-object-wrapper {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 72%;
}

@media (max-width: 1023px) {
    .image-over-video .banner-media-object-wrapper {
        width: 100%;
    }
}

.image-over-video .banner-media-object-wrapper img {
    width: 100%;
}

.p-content-aside.ug-banner .banner-top-subtitle, .p-banner-content-center.ug-banner .banner-top-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.p-content-aside.btn-with-arrow .btn-filled .icon {
    padding-left: 5px;
}

.p-banner .buttons-wrapper .btn-filled {
    width: 20rem;
    text-align: center;
    display: block;
    clear: both;
}

.btn-with-arrow.p-banner .btn-filled .icon {
    display: inline-block;
}

.ll-wrapper {
    position: relative;
    margin: -60px auto 0;
    padding: 0 40px 40px 60px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1480px;
}

@media (max-width: 767px) {
    .ll-wrapper {
        display: block;
        padding: 60px 20px;
    }
}

.js-btn-arrow [class*=" ikon-"] {
    padding-left: 5px;
}

.never-visible {
    display: none !important;
}

.p-bolded-table .categories.text-left {
    text-align: left;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .inner-bg .image-wrapper img {
    padding-bottom: 20px;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .subtitle {
    line-height: normal;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.video-wrapper .video-background img {
    float: right;
    width: 100%;
}

@media (max-width: 480px) {
    .p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .inner-bg {
        height: auto;
    }
}

.b2b .section-how-to .box p {
    font-weight: 100;
}

.b2b .section-how-to {
    border-bottom: none;
}

.shadow-btn.dark-red .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.ug-image-columns.shiny-icons .img-wrapper img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 216, 255, 0.2), 0px 25px 50.68px 5.32px rgba(70, 19, 177, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 216, 255, 0.2), 0px 25px 50.68px 5.32px rgba(70, 19, 177, 0.3);
    z-index: 78;
}

.b2b-banner-list .pi-wrap img {
    -webkit-box-shadow: 0px 0px 30px 6.44px rgba(81, 167, 39, 0.60);
    box-shadow: 0px 0px 30px 6.44px rgba(81, 167, 39, 0.60);
    z-index: 78;
}

.b2b-banner-list {
    list-style: none !important;
    margin-left: 0 !important;
    width: 100%;
}

.b2b-banner-list li {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b2b-banner-list .pi-wrap {
    float: left;
}

.b2b-banner-list .pi-wrap img {
    float: left;
    max-width: 80px;
}

@media (min-width: 64em) {
    .b2b-banner-list .pi-wrap img {
        max-width: 60px;
    }
}

@media (min-width: 85.375em) {
    .b2b-banner-list .pi-wrap img {
        max-width: 80px;
    }
}

@media (min-width: 100em) {
    .b2b-banner-list .pi-wrap img {
        max-width: 100px;
    }
}

.b2b-banner-list .content-wrap {
    float: left;
    padding-left: 20px;
}

@media (min-width: 64em) {
    .b2b-banner-list .content-wrap {
        width: calc(100% - 60px);
    }
}

@media (min-width: 85.375em) {
    .b2b-banner-list .content-wrap {
        width: calc(100% - 80px);
    }
}

@media (min-width: 100em) {
    .b2b-banner-list .content-wrap {
        width: calc(100% - 100px);
    }
}

.p-bolded-table.green-header .table-head {
    background-image: linear-gradient(-56deg, rgb(150, 193, 86) 0%, rgb(108, 186, 53) 100%);
    -webkit-box-shadow: 0 5px 18px 3px rgba(81, 167, 39, 0.46);
    box-shadow: 0 5px 18px 3px rgba(81, 167, 39, 0.46);
}

.p-content-center .text-container p {
    margin-bottom: 1em;
}

.b2b .menu-arrow:before, .b2b .menu-arrow:after {
    background: #5c26d2;
}

a.collapse-link {
    color: #0033ff;
}

/******************************************************************/
/* CSS FOR E-BAR currently is global, not sure where this is used*/
/******************************************************************/

.never-visible {
    display: none !important;
}

.p-bolded-table .categories.text-left {
    text-align: left;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .inner-bg .image-wrapper img {
    padding-bottom: 20px;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .subtitle {
    line-height: normal;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.video-wrapper .video-background img {
    float: right;
    width: 100%;
}

@media (max-width: 480px) {
    .p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .inner-bg {
        height: auto;
    }
}

.b2b .section-how-to .box p {
    font-weight: 100;
}

.b2b .section-how-to {
    border-bottom: none;
}

.shadow-btn.dark-red .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.ug-image-columns.shiny-icons .img-wrapper img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 216, 255, 0.2), 0px 25px 50.68px 5.32px rgba(70, 19, 177, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 216, 255, 0.2), 0px 25px 50.68px 5.32px rgba(70, 19, 177, 0.3);
    z-index: 78;
}

.b2b-banner-list .pi-wrap img {
    -webkit-box-shadow: 0px 0px 30px 6.44px rgba(81, 167, 39, 0.60);
    box-shadow: 0px 0px 30px 6.44px rgba(81, 167, 39, 0.60);
    z-index: 78;
}

.b2b-banner-list {
    list-style: none !important;
    margin-left: 0 !important;
    width: 100%;
}

.b2b-banner-list li {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b2b-banner-list .pi-wrap {
    float: left;
}

.b2b-banner-list .pi-wrap img {
    float: left;
    max-width: 80px;
}

@media (min-width: 64em) {
    .b2b-banner-list .pi-wrap img {
        max-width: 60px;
    }
}

@media (min-width: 85.375em) {
    .b2b-banner-list .pi-wrap img {
        max-width: 80px;
    }
}

@media (min-width: 100em) {
    .b2b-banner-list .pi-wrap img {
        max-width: 100px;
    }
}

.b2b-banner-list .content-wrap {
    float: left;
    padding-left: 20px;
}

@media (min-width: 64em) {
    .b2b-banner-list .content-wrap {
        width: calc(100% - 60px);
    }
}

@media (min-width: 85.375em) {
    .b2b-banner-list .content-wrap {
        width: calc(100% - 80px);
    }
}

@media (min-width: 100em) {
    .b2b-banner-list .content-wrap {
        width: calc(100% - 100px);
    }
}

.p-bolded-table.green-header .table-head {
    background-image: linear-gradient(-56deg, rgb(150, 193, 86) 0%, rgb(108, 186, 53) 100%);
    -webkit-box-shadow: 0 5px 18px 3px rgba(81, 167, 39, 0.46);
    box-shadow: 0 5px 18px 3px rgba(81, 167, 39, 0.46);
}

.p-content-center .text-container p {
    margin-bottom: 1em;
}

.b2b .menu-arrow:before, .b2b .menu-arrow:after {
    background: #5c26d2;
}

a.collapse-link {
    color: #0033ff;
}

.domain-search .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.domain-search .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 576px) {
    .domain-search .form-inline .custom-select, .domain-search .form-inline .input-group {
        width: auto;
    }
}

.domain-search .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 576px) {
    .domain-search .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.domain-search .input-group > .custom-file, .domain-search .input-group > .custom-select, .domain-search .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.domain-search .input-group-append, .domain-search .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.domain-search .input-group-append {
    margin-left: -1px;
}

.domain-search .m-0 {
    margin: 0 !important;
}

.domain-search .pr-3, .domain-search .px-3 {
    padding-right: 1rem !important;
}

.domain-search .pl-3, .domain-search .px-3 {
    padding-left: 1rem !important;
}

.domain-search .input-group-append .btn, .domain-search .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.domain-search .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.domain-search .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem;
}

.domain-search .form-control.is-invalid ~ .invalid-feedback, .domain-search .form-control.is-invalid ~ .invalid-tooltip, .domain-search .was-validated .form-control:invalid ~ .invalid-feedback, .domain-search .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.domain-search {
    background-color: #5c26d3;
    padding: 80px 80px 100px;
}

.domain-search form {
    padding: 8px;
    background-color: #4600b1;
    max-width: 700px;
    margin: 60px auto 0;
    justify-content: center;
}

.domain-search .form-control {
    font-size: 16px;
}

.domain-search form .btn {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 16px 25px;
    background-image: -moz-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    background-image: -webkit-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    background-image: -ms-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    color: #fff;
}

.domain-search.btn-color-red form .btn {
    background-image: -moz-linear-gradient(-135deg, rgb(250, 43, 86) 0%, rgb(249, 28, 61) 100%);
    background-image: -webkit-linear-gradient(-135deg, rgb(250, 43, 86) 0%, rgb(249, 28, 61) 100%);
    background-image: -ms-linear-gradient(-135deg, rgb(250, 43, 86) 0%, rgb(249, 28, 61) 100%);
    box-shadow: 0px 23px 40px 0px rgba(50, 50, 50, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
}

.domain-search form .btn:hover {
    -moz-transform: translate(2px, 3px);
    -ms-transform: translate(2px, 3px);
    -o-transform: translate(2px, 3px);
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
    box-shadow: 0px 20px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
}

.domain-search.btn-color-red form .btn:hover {
    box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
}

.domain-search .form-inline .input-group {
    width: 100%;
}

.domain-search form .form-control {
    background-color: #4600b1;
    color: #eee;
    border: none;
}

.domain-search form .form-control::placeholder {
    color: #aaa;
}

.domain-search .invalid-tooltip {
    margin-top: 1.5em;
    font-size: 12px;
}

@media (max-width: 1366px) {
    .domain-search .form-control {
        font-size: 14px;
    }
}

@media (max-width: 48em) {
    .domain-search {
        padding: 60px 0;
    }

    .domain-search form {
        max-width: 500px;
    }
}

@media (max-width: 360px) {
    .domain-search form {
        margin-top: 30px;
    }
}

.p-banner-content-center .text-wrapper .menu-arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    float: none;
    background: none;
}

.p-banner-content-center .collapse-link:not(.collapsed) {
    display: none;
}

.menu-arrow:before, .menu-arrow:after {
    content: "";
    display: block;
    height: 100%;
    width: 3px;
    background: #0033ff;
    position: absolute;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.menu-arrow:before {
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-arrow:after {
    right: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .main-price {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .discount-text {
    color: #fff;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .main-price:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #ec2228;
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .main-price-wrapper {
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-top: 15px;
}

.ug-mod .row {
    text-align: center;
}

.ug-mod .big-title {
    text-align: center;
    padding-top: 20px;
}

.ug-mod .text-content {
    padding-bottom: 20px;
}

.ug-mod h1 {
    font-size: 48px;
    font-weight: 400;
}

@media (max-width: 1366px) {
    .ug-mod h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .ug-mod h1 {
        font-size: 32px;
    }
}

.ug-mod h3 {
    font-size: 28px;
    font-weight: 400;
}

@media (max-width: 1366px) {
    .ug-mod h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .ug-mod h3 {
        font-size: 24px;
    }
}

.p-content-aside.small-poster .mobile-view .banner-media-object-wrapper .banner-media-object {
    max-width: 50%;
}

@media (min-width: 48em) {
    .p-banner.small-poster .content-wrapper {
        margin: 0 10px;
    }
}

@media (min-width: 64em) {
    .p-banner.small-poster .content-wrapper {
        margin: 0 auto;
        max-width: 825px;
    }
}

@media (min-width: 80em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 85.375em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 90em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 100em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 1430px;
    }
}

.p-banner.banner-shadow, [class^="section-"].banner-shadow, [class*="-section"].banner-shadow {
    position: relative;
}

.p-banner.banner-shadow::before, [class^="section-"].banner-shadow::before, [class*="-section"].banner-shadow::before {
    content: "";
    background: url(../images/shadow-line-1.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.p-content-aside.mobile-poster-top .mobile-view .content-wrapper.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.p-content-aside.mobile-poster-top .mobile-view .banner-media-object-wrapper {
    margin: 0 auto 26px;
}

.p-content-aside.mobile-poster-top .mobile-view .content-wrapper.content-wrapper {
    padding: 20px 0 30px;
}

.p-content-aside .text-content p a, .p-content-aside .text-content ul a {
    color: #5c26d2;
}

.p-content-aside.fix-ul .text-content p, .p-content-aside.fix-ul .text-content ul {
    margin-bottom: 20px;
}

@media (min-width: 64em) {
    .p-content-aside .text-content p, .p-content-aside .text-content ul {
        margin-bottom: 20px;
    }
}

@media (min-width: 85.375em) {
    .p-content-aside .text-content p, .p-content-aside .text-content ul {
        margin-bottom: 20px;
    }
}

@media (min-width: 100em) {
    .p-content-aside .text-content p, .p-content-aside .text-content ul {
        margin-bottom: 20px;
    }
}

.ug-smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper img, .ug-smaller-asside-banners .c-banner-title-top-content-aside-fixed-height.img-text-reverse .image-wrapper img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 767px) {
    .ug-smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper {
        width: 100%;
    }
}

.ug-smaller-asside-banners .c-banner-title-top-content-aside-fixed-height ul li {
    margin-bottom: 0;
}

.purple-title-class {
    color: #5c26d2;
}

.p-content-aside .banner-subtitle-wrapper .bolded-title-class {
    font-weight: bold;
}

.bolded-text-above-title {
    font-weight: bold;
    text-align: left;
}

.tab-pane .p-vertical-packages-biz .single-package .package-title {
    font-size: 22px;
}

.p-banner-title-top-content-aside.small-poster .banner-media-object {
    max-width: 50%;
}

.p-content-aside.small-poster .mobile-view .banner-media-object-wrapper .banner-media-object {
    max-width: 50%;
}

@media (min-width: 48em) {
    .p-banner.small-poster .content-wrapper {
        margin: 0 10px;
    }
}

@media (min-width: 64em) {
    .p-banner.small-poster .content-wrapper {
        margin: 0 auto;
        max-width: 825px;
    }
}

@media (min-width: 80em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 85.375em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 90em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 100em) {
    .p-banner.small-poster .content-wrapper {
        max-width: 1430px;
    }
}

.p-banner.banner-shadow, [class^="section-"].banner-shadow, [class*="-section"].banner-shadow {
    position: relative;
}


.p-content-aside.mobile-poster-top .mobile-view .content-wrapper.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.p-content-aside.mobile-poster-top .mobile-view .banner-media-object-wrapper {
    margin: 0 auto 26px;
}

.p-content-aside.mobile-poster-top .mobile-view .content-wrapper.content-wrapper {
    padding: 20px 0 30px;
}

.p-content-aside .text-content p a, .p-content-aside .text-content ul a {
    color: #5c26d2;
}

.p-content-aside.fix-ul .text-content p, .p-content-aside.fix-ul .text-content ul {
    margin-bottom: 20px;
}

@media (min-width: 64em) {
    .p-content-aside .text-content p, .p-content-aside .text-content ul {
        margin-bottom: 20px;
    }
}

@media (min-width: 85.375em) {
    .p-content-aside .text-content p, .p-content-aside .text-content ul {
        margin-bottom: 20px;
    }
}

@media (min-width: 100em) {
    .p-content-aside .text-content p, .p-content-aside .text-content ul {
        margin-bottom: 20px;
    }
}

.purple-icons-section::before {
    content: "";
    background: url(../images/shadow-line-1.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.image-over-video .banner-media-object-wrapper {
    bottom: -5px;
}

@media (min-width: 48em) {
    .p-content-aside.image-max-height .fix-margin-image {
        margin: -5px;
    }
}

.p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content ul li.no-checkmark:before {
    content: '';
    padding-left: 14px;
}

/*@media (min-width: 1200px){*/
/*    .content-b2b {*/
/*        margin-top: 7.5rem;*/
/*    }*/
/*}*/
/*Header fix */
.b2b .header-middle {
    float: left;
}

.header-search .gsc-search-button {
    display: block;
}

.p-bolded-table .show-more-wrapper p .icon:before {
    color: #ed1d23;
}

.ikon-dropdown:before {
    content: "\E915";
    color: #999;
}

.image-break-fix img {
    display: block;
}

.eon-vertical-packages .promo-sticker {
    position: absolute;
    left: -13px;
    top: -26px;
    max-width: 96%;
    max-height: 100px;
}

.eon-vertical-packages .heading {
    padding: 95px 5px 10px;
}

.eon-vertical-packages .bundle-item {
    position: relative;
}

.price-container .price .small-bottom {
    right: 26px !important;
}

@media (min-width: 1600px) {
    .p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .main-price {
        font-size: 22px;
    }
}

.align-2-col-middle {
    justify-content: center;
}

.larger-header-image {
    width: 72rem !important;
}

.page-id-1138 .p-banner .buttons-wrapper .btn-filled {
    width: 25rem;
}

.p-vertical-packages-biz .single-package .package-content-2 {
    padding: 0 20px;
}

.my-list ul li:before {
    content: 'вњ“' !important;
    margin-right: 5px;
}

.my-margin-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 22px;
    color: black;
}

.not-title-text {
    font-weight: 700;
    font-size: 22px !important;
}

.ikon-scroll-down:before {
    display: none !important;
}

.bold h1 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 35px !important;
}

.my-title-dark {
    color: black !important;
    font-weight: bold;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.my-bg {
    background: url("https://telemach.si/static/picture/gozdovi.jpg");
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-how-to.four-image-columns, .section-how-to-with-icon.four-image-columns {
    background: transparent !important;
}

.no-padding-bottom {
    padding-top: 0 !important;
}

.my-bg-2 {
    background: white;
    background-size: cover;
}

.section-accordion {
    padding-bottom: 60px;
}

.panel-group {
    margin-bottom: 20px;
}

.section-accordion .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default, .list-group-item, .panel-default > .panel-heading {
    border-color: #f5f5f5;
}

.panel {
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.section-accordion .panel-group .panel .panel-heading {
    padding: 0;
    border-radius: 0;
}

.panel-default, .list-group-item, .panel-default > .panel-heading {
    border-color: #f5f5f5;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.section-accordion .panel-group .panel .panel-heading .panel-title a {
    display: block;
    width: 100%;
    padding: 16px 60px 16px 20px;
    background-color: #eee;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #737c7f;
    position: relative;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

a {
    outline: none;
}

.section-accordion .panel-group .panel .panel-collapse {
    background-color: #f6f6f6;
}

.section-accordion .panel-group .panel .panel-heading .panel-title a .menu-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -9px 0 0;
    background: transparent;
    color: #737c7f;
}

.section-accordion .panel-group .panel .panel-collapse .panel-body p, .section-accordion .panel-group .panel .panel-collapse .panel-body li {
    margin: 10px 0 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.02em;
}

.section-accordion .panel-group .panel .panel-collapse .panel-body {
    padding: 20px;
    border-top: 0;
}

.section-accordion .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
    background-color: #f6f6f6;
    color: #333;
}

.section-accordion .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] .menu-arrow:before {
    background-color: #333;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.section-accordion .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] .menu-arrow:after {
    background-color: #333;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.additional-info li a, .section-accordion .panel-group .panel .panel-collapse .panel-body p a, .section-accordion .panel-group .panel .panel-collapse .panel-body li a {
    color: #5c26d2;
    cursor: pointer;
}

.questions-answers-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

@media (min-width: 768px) {

    #content .section-filtering .filter-section-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 66.666666%;
        padding-left: 50px
    }

    #content .section-filtering .filter-section-2 #ft-navigation, #content .section-filtering .filter-section-2 .row {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

}

.p-content-aside-video-banner .content-main-wrapper .content-element .informations-wrapper .rte-content .main-price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .p-content-aside-video-banner .content-main-wrapper .content-element.informations-wrapper .rte-content .main-price-wrapper {
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/*THREE SMALL TABS*/
.section-ug-tabs {
    position: relative;
}

.section-ug-tabs .nav-tabs > li.active > a, .section-ug-tabs .nav-tabs > li.active > a:hover, .section-ug-tabs .nav-tabs > li.active > a:focus {
    color: #fff;
}

.section-ug-tabs .nav-tabs > li > a, .section-ug-tabs .nav-tabs > li > a:hover, .section-ug-tabs .nav-tabs > li > a:focus {
    color: #fff;
}

.section-ug-tabs.white-tabs .nav-tabs > li.active > a, .section-ug-tabs.white-tabs .nav-tabs > li.active > a:hover, .section-ug-tabs.white-tabs .nav-tabs > li.active > a:focus {
    color: #000;
}

.section-ug-tabs.white-tabs .nav-tabs > li > a, .section-ug-tabs.white-tabs .nav-tabs > li > a:hover, .section-ug-tabs.white-tabs .nav-tabs > li > a:focus {
    color: #000;
}

.section-ug-tabs .tab-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.section-ug-tabs.left-nav .tab-navigation {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-ug-tabs .tab-navigation > .container {
    width: 100%;
    max-width: 1230px;
}

@media (max-width: 768px) {
    .section-ug-tabs .tab-navigation > .container {
        padding: 0;
    }
}

.section-ug-tabs.black-tabs .tab-navigation {
    background-color: #000;
}

.section-ug-tabs.white-tabs .tab-navigation {
    background-color: #fff;
}

.section-ug-tabs .tab-content {
    background-color: #fff;
}

.section-ug-tabs.black-panes .tab-content {
    background-color: #000;
    color: #fff;
}

.section-ug-tabs.with-img > .tab-navigation {
    height: 120px;
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img > .tab-navigation {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img > .tab-navigation {
        height: 80px;
    }
}

.section-ug-tabs .tab-navigation .btn {
    height: 40px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .section-ug-tabs .tab-navigation .btn {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs .tab-navigation .btn {
        font-size: 7px;
    }
}

.section-ug-tabs.with-img > .tab-navigation .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img > .tab-navigation .btn {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img > .tab-navigation .btn {
        height: 80px;
    }
}

.section-ug-tabs.with-img > .tab-navigation .btn div {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.section-ug-tabs.with-img > .tab-navigation .btn div img {
    max-height: 60px;
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img > .tab-navigation .btn div img {
        max-height: 45px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img > .tab-navigation .btn div img {
        max-height: 35px;
    }
}

.section-ug-tabs.overlap > .tab-navigation {
    position: absolute;
    overflow: hidden;
}

.section-ug-tabs.overlap > .tab-navigation {
    top: -40px;
}

.section-ug-tabs.with-img.overlap > .tab-navigation {
    top: -120px;
}

@media (max-width: 1024px) {
    .section-ug-tabs.with-img.overlap > .tab-navigation {
        top: -100px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.with-img.overlap > .tab-navigation {
        top: -80px;
    }
}

.section-ug-tabs.small-nav .tab-navigation > .container {
    max-width: 1060px;
    margin: 0 auto;
}

.section-ug-tabs.small-nav.left-nav .tab-navigation > .container {
    margin: 0;
}

.section-ug-tabs .nav-tabs.cols-2 .col {
    width: 50%;
}

.section-ug-tabs .nav-tabs.cols-3 .col {
    width: 33.333%;
}

.section-ug-tabs .nav-tabs.cols-4 .col {
    width: 25%;
}

.section-ug-tabs .nav-tabs.cols-5 .col {
    width: 20%;
}

.section-ug-tabs .nav-tabs.cols-6 .col {
    width: 16.666%;
}

.section-ug-tabs .nav.nav-tabs {
    border: none;
}

.section-ug-tabs .nav-tabs .btn, .section-ug-tabs .nav-tabs .btn:hover, .section-ug-tabs .nav-tabs .btn:focus {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-ug-tabs .nav-tabs .btn::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    background: rgba(255, 255, 255, .4);
    top: 0;
    position: absolute;
    top: 20%;
    left: 0;
}

.section-ug-tabs .nav-tabs .col:first-child .btn::before {
    display: none;
}

.section-ug-tabs.no-deviders .nav-tabs .col .btn::before {
    display: none;
}

.section-ug-tabs.no-deviders .tab-navigation > .container::after {
    content: '';
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(255, 255, 255, .4);
    position: relative;
    bottom: 1px;
    left: 15px;
}

@media (max-width: 480px) {
    .section-ug-tabs.no-deviders .tab-navigation > .container::after {
        content: '';
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        height: 1px;
        background: rgba(255, 255, 255, .4);
        position: relative;
        bottom: 1px;
        left: 5px;
    }
}

.section-ug-tabs.white-tabs.no-deviders .tab-navigation > .container::after {
    background: rgba(0, 0, 0, .4);
}

.section-ug-tabs .nav-tabs .col.active .btn::after {
    content: '';
    width: 90%;
    height: 3px;
    position: absolute;
    background: #3b7cf5;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 10;
}

.section-ug-tabs.with-img > .tab-navigation .col.active .btn::after {
    height: 5px;
}

.section-ug-tabs.with-img > .tab-navigation .btn span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-ug-tabs.no-padding-top {
    padding-top: 0;
}

.section-ug-tabs .title {
    text-align: center;
}

.section-ug-tabs .title h1 {
    font-size: 38px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1366px) {
    .section-ug-tabs .title h1 {
        font-size: 28px;
    }
}

.section-ug-tabs .logo {
    max-width: 90%;
    max-height: 70px;
}

@media (max-width: 1366px) {
    .section-ug-tabs .logo {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .section-ug-tabs.smaller-asside-banners .tab-content {
        padding-top: 20px;
    }
}

.section-ug-tabs .title-with-img {
    display: flex;
    padding: 40px 22px 30px;
}

.section-ug-tabs .title-with-img .inner-wrapper {
    margin: auto;
}

.section-ug-tabs .title-with-img .image {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}

.section-ug-tabs .title-with-img .title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}

.section-ug-tabs.gray-bottom-line {
    padding-bottom: 10px;
}

.section-ug-tabs.black-bottom-line {
    padding-bottom: 10px;
}

.section-ug-tabs.white-bottom-line {
    padding-bottom: 10px;
}

.section-ug-tabs.gray-bottom-line {
    background-color: #f2f2f2;
}

.section-ug-tabs.black-bottom-line {
    background-color: #000;
}

.section-ug-tabs.white-bottom-line {
    background-color: #fff;
}

.section-ug-tabs .title-with-img {
    background-color: #fff;
    color: #000;
}

.section-ug-tabs.black-panes .title-with-img {
    background-color: #000;
    color: #fff;
}

@media (max-width: 480px) {
    .section-ug-tabs .tab-navigation .nav-tabs.cols-3 .btn {
        font-size: 10px;
    }

    .section-ug-tabs .tab-navigation .nav-tabs.cols-2 .btn {
        font-size: 10px;
    }
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .banner-background {
    padding-top: 25%;
}

@media (max-width: 1024px) {
    .section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .banner-background {
        padding-top: 36.875%;
    }
}

@media (max-width: 767px) {
    .section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .banner-background {
        padding-top: 50%;
    }
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper {
    width: 40%;
    text-align: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .content-wrapper {
    width: 60%;
}

@media (max-width: 767px) {
    .section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .content-wrapper {
        width: 100%;
    }
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 767px) {
    .section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .text-wrapper .buttons-wrapper .btn {
        margin: 25px 0 15px;
    }
}

.c-banner-title-top-content-aside-fixed-height .content-wrapper .text-content ul li, .c-banner-title-top-content-aside-fixed-height .content-wrapper .text-content ol li {
    line-height: 1.5em;
}

.container.small-width {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.c-banner-title-top-content-aside-fixed-height {
    padding-top: 0 !important;
}

.banner {
    color: white;
    position: relative;
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .banner-background {
    padding-top: 25%;
}

/* TraЕѕeno da se makne */
/* .c-banner-title-top-content-aside-fixed-height .banner-background {
    padding-top: 36.875%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
} */

.c-banner-title-top-content-aside-fixed-height .main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.c-banner-title-top-content-aside-fixed-height .main-wrapper .container-height {
    height: 100%;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.c-banner-title-top-content-aside-fixed-height.img-text-reverse .main-wrapper .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c-banner-title-top-content-aside-fixed-height .main-wrapper .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.row, #ft-navigation {
    margin-left: -15px;
    margin-right: -15px;
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .content-wrapper {
    width: 60%;
}

.c-banner-title-top-content-aside-fixed-height .content-wrapper {
    text-align: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.c-banner-title-top-content-aside-fixed-height .content-wrapper .big-title {
    margin-bottom: 15px;
}

.c-banner-title-top-content-aside-fixed-height .content-wrapper .text-content {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
}

.c-banner-title-top-content-aside-fixed-height .buttons-wrapper {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.c-banner-title-top-content-aside-fixed-height .buttons-wrapper .first-btn {
    min-width: 150px;
    margin-right: 15px;
    text-align: center;
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper {
    width: 40%;
    text-align: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-banner-title-top-content-aside-fixed-height .image-wrapper {
    text-align: center;
    height: 100%;
    max-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-ug-tabs.smaller-asside-banners .c-banner-title-top-content-aside-fixed-height .image-wrapper img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.c-banner-title-top-content-aside-fixed-height .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.c-ikon-tabs-with-center-image.features-color-blue .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper {
    border: 3px solid #557da3;
}

.c-ikon-tabs-with-center-image.features-color-blue .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper:hover {
    background-color: #557da3;
}

.c-ikon-tabs-with-center-image.features-color-blue .ikon-tabs-list .ikon-tabs-list-item.active .icons-wrapper {
    background-color: #557da3;
}

.c-ikon-tabs-with-center-image.features-color-blue .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper:hover .icons {
    color: #f6f6f6;
    background-color: #557da3;
}

.c-ikon-tabs-with-center-image.features-color-blue .ikon-tabs-list .ikon-tabs-list-item .icons {
    color: #557da3;
}

.c-ikon-tabs-with-center-image.features-color-blue .ikon-tabs-list .ikon-tabs-list-item.active .icons {
    color: #f6f6f6;
    background-color: #557da3;
}

.additional-packages.features-color-blue .feature-item-wrapper .feature-item span {
    color: #557da3;
}

.additional-packages.features-color-green .feature-item-wrapper .feature-item span {
    color: #4caf50;
}

.section-how-to.no-padding-top .box, .section-how-to-with-icon.no-padding-top .box {
    margin-top: 20px;
}

.section-sbb-promo.small-padding {
    padding-top: 60px;
}

.section-sbb-promo.small-padding .dropdown {
    margin-top: 35px;
}

.section-sbb-promo.small-padding .hb-content {
    margin-top: 45px;
    padding: 55px 0 60px 0;
}

.section-sbb-promo.small-padding .hb-content h2 {
    margin-bottom: 45px;
}

.section-sbb-promo.small-padding .hb-title {
    font-size: 30px;
    padding: 17px 0 16px;
}

.section-sbb-promo.small-padding .hb-title.active-item {
    border-color: #557da3;
}

.section-sbb-promo.small-padding .hb-title.active-item:after {
    bottom: -50px;
}

.section-sbb-promo.small-padding .hb-article h4 {
    color: #333;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.section-sbb-promo.small-padding .hb-article .hb-article-content p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

.section-sbb-promo.small-padding .hb-article .hb-article-content {
    min-height: 130px;
}

@media (max-width: 1024px) {
    .section-sbb-promo.small-padding .hb-article .hb-article-content {
        min-height: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 990px) {
    .section-sbb-promo.small-padding .section-promo-select {
        margin-top: 0px;
    }
}

@media (max-width: 479px) {
    .section-sbb-promo.small-padding .section-sbb-promo-tab .hb-title h1 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .section-sbb-promo.small-padding h1, .section-sbb-promo.small-padding h2 {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .section-sbb-promo.small-padding h1, .section-sbb-promo.small-padding h2 {
        font-size: 24px;
    }
}

@media (max-width: 990px) {
    .section-sbb-promo.small-padding .section-sbb-promo-tab .hb-title {
        margin: 0 24px 30px;
        width: auto;
        padding: 20px 20px 25px;
        display: block;
    }
}

@media (max-width: 479px) {
    .section-sbb-promo.small-padding .section-sbb-promo-tab .hb-title {
        padding: 15px 10px 15px;
        font-size: 20px;
    }
}

@media (max-width: 990px) {
    .section-sbb-promo.small-padding .section-sbb-promo-tab .hb-title .icon {
        margin-top: 7px;
    }
}

@media (max-width: 479px) {
    .section-sbb-promo.small-padding .section-sbb-promo-tab .hb-title .icon {
        margin-top: 2px;
    }
}

@media (max-width: 990px) {
    .section-sbb-promo-tab .hb-article-img {
        max-width: 60%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 990px) {
    .section-sbb-promo-tab .hb-article-content p {
        max-width: 600px;
    }
}

@media (max-width: 479px) {
    .section-sbb-promo-tab .hb-article-content p {
        max-width: 270px;
    }
}

.c-support-login-sbb .inside-wrapper .login-links-wrap .forgot-password {
    color: #557da3;
}

.section-banner-simple-with-img.small-padding.with-bottom-padding {
    padding: 60px 0 60px 0;
}

.shadowy-columns .text-container {
    padding-top: 30px;
}

.shadowy-columns .wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 48em) {
    .shadowy-columns .wrapper {
        margin-bottom: 30px;
    }
}

@media (min-width: 85.375em) {
    .shadowy-columns .wrapper {
        margin-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.shadowy-columns .item {
    width: 100%;
    background-color: #eee;
    background-clip: content-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadowy-columns .item .item-content {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
}

.shadowy-columns .item .title {
    margin-top: 28px;
    color: #000;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}

.shadowy-columns .item .title span {
    font-size: 19px;
}

@media (min-width: 85.375em) {
    .shadowy-columns .item .title {
        font-size: 24px;
    }
}

@media (min-width: 100em) {
    .shadowy-columns .item .title {
        font-size: 20px;
    }
}

.shadowy-columns .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.shadowy-columns .buttons-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadowy-columns .buttons-wrapper .btn {
    border-radius: 5px;
    border: none;
    background: #5c26d3;
    padding: 16px 25px;
    min-width: 160px;
    background-image: -webkit-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    background-image: -ms-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    -webkit-box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    color: #fff;
}

.shadowy-columns.btn-color-yellow .buttons-wrapper .btn {
    background-color: #fff000;
    color: #000;
    background-image: none;
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, .25);
}

.shadowy-columns .buttons-wrapper .btn:hover {
    -ms-transform: translate(2px, 8px);
    -webkit-transform: translate(2px, 8px);
    transform: translate(2px, 8px);
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, .25);
}

.shadowy-columns.btn-color-red .buttons-wrapper .btn:hover {
    color: #fff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
    box-shadow: 0px 15px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
}

.shadowy-columns .item img {
    min-height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

.shadowy-columns .item .price {
    position: relative;
    display: inline-block;
    padding-right: 4rem;
}

.shadowy-columns .item .price .price-value {
    font-size: 3.6rem;
    color: #5c26d2;
    font-weight: 800;
    display: inline;
}

.shadowy-columns .item .price .currency {
    position: absolute;
    right: 0;
    top: 10px;
    color: #5c26d2;
    text-align: left;
    width: 3.7rem;
}

.shadowy-columns .item .price .price-currency {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1;
    display: block;
}

.shadowy-columns .item .price .price-currency.down {
    bottom: 0;
}

.shadowy-columns .item .price-prefix {
    color: #5c26d2;
}

.ug-image-columns.black-background {
    background-color: #000;
}

/*@media (min-width: 100em) {  .ug-image-columns .container {    max-width: 1600px;    padding-left: 100px;    padding-right: 100px;  }}@media (min-width: 100em) {  .ug-image-columns.small-images .container {    padding-left: 120px;    padding-right: 120px;  }}*/
.ug-image-columns .container h1 {
    margin-bottom: 0;
    font-size: 24px;
}

@media (min-width: 64em) {
    .ug-image-columns .container h1 {
        font-size: 30px;
    }
}

@media (min-width: 85.375em) {
    .ug-image-columns .container h1 {
        font-size: 36px;
    }
}

@media (min-width: 100em) {
    .ug-image-columns .container h1 {
        font-size: 40px;
    }
}

.ug-image-columns .container p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
}

@media (max-width: 1366px) {
    .ug-image-columns .container p {
        font-size: 14px;
    }
}

.ug-image-columns .container a {
    font-size: inherit;
}

.section-how-to.four-image-columns.ug-image-columns .info p.title {
    font-size: 22px;
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 18px;
    }
}

.ug-image-columns .img-wrapper img {
    max-width: 90%;
}

.ug-image-columns.small-images .img-wrapper img {
    max-height: 80px;
}

.section-how-to.four-image-columns.small-images .info p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-how-to.four-image-columns.small-images .info {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.small-images .box {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.small-images .info p.title {
        margin-top: 0;
    }
}

/*@media (min-width: 576px) {  .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .col-sm-3 {    -webkit-box-flex: 0;    -webkit-flex: 0 0 33.33333333%;    -ms-flex: 0 0 33.33333333%;    flex: 0 0 33.33333333%;    max-width: 33.33333333%;    width: 33.33333333%;  }}*/
@media (min-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        width: 33.33333333%;
    }
}

.section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .info p.title {
    font-size: 22px;
}

@media (max-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .info p.title {
        font-size: 18px;
    }
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-top {
    padding-top: 0;
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-bottom {
    padding-bottom: 0;
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-top .box {
    margin-top: 35px;
}

.section-banner-simple-with-img.fix-title-padding .title {
    padding-bottom: 20px;
}

.section-how-to.four-image-columns.ug-image-columns .info p.title {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

.ug-title .ug-strong-title, .banner-subtitle .ug-strong-subtitle {
    font-weight: 500;
}

.ug-red-title .ug-color-title, .ug-red-subtitle .ug-color-subtitle, .section-how-to.four-image-columns.ug-red-subtitle .ug-color-subtitle {
    color: #fa0034;
}

.ug-blue-title .ug-color-title, .ug-blue-subtitle .ug-color-subtitle, .section-how-to.four-image-columns.ug-blue-subtitle .ug-color-subtitle {
    color: #50a2e1;
}

.ug-yellow-title .ug-color-title, .ug-yellow-subtitle .ug-color-subtitle, .section-how-to.four-image-columns.ug-yellow-subtitle .ug-color-subtitle {
    color: #f4fd62;
}

.ug-gold-title .ug-color-title, .ug-gold-subtitle .ug-color-subtitle, .section-how-to.four-image-columns.ug-gold-subtitle .ug-color-subtitle {
    color: #ff9600;
}

.ug-black-title .ug-color-title, .ug-black-subtitle .ug-color-subtitle, .section-how-to.four-image-columns.ug-black-subtitle .ug-color-subtitle {
    color: #000;
}

.ug-title .mobile-only {
    display: none;
}

@media (max-width: 480px) {
    .ug-title .mobile-only {
        display: block;
    }
}

.banner-title.push-text-down {
    margin-bottom: 20px;
}

@media (min-width: 48em) {
    .banner-title.push-text-down {
        margin-bottom: 15px;
    }
}

@media (min-width: 85.375em) {
    .banner-title.push-text-down {
        margin-bottom: 20px;
    }
}

.c-banner-title-top-content-aside-fixed-height.media-object-middle-align .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .js-same-height-1, .js-same-height-2, .js-same-height-3, .js-same-height-4 {
        height: auto !important;
    }
}

.section-banner-simple-with-img.without-buttons .text-wrapper .text-center > .buttons-wrapper {
    display: none;
}

.c-banner-title-top-content-aside-fixed-height.add-text-padding .content-wrapper .text-content p {
    padding-bottom: 12px;
}

.section-banner-simple-with-img .text-wrapper .menu-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    float: none;
    background: none;
}

.theme-blue .section-banner-simple-with-img .theme-color .menu-arrow:before, .theme-blue .section-banner-simple-with-img .theme-color .menu-arrow:after {
    background-color: #557da3 !important;
}

.section-banner-simple-with-img .text-wrapper .collapse-link:not(.collapsed) {
    display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .c-banner-picture-title-text-vertical-align.bottom-left-align-slider .main-wrapper {
        padding-bottom: 0;
    }
}

.c-four-columns-with-app-buttons-fixed .small-title .small {
    color: #000;
}

.c-four-columns-with-app-buttons-fixed .banner-background-holder {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .c-four-columns-with-app-buttons-fixed .mobile-view {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .c-four-columns-with-app-buttons-fixed .banner-background-holder {
        padding-top: 40px 0;
    }
}

.c-four-columns-with-app-buttons-fixed .ikon-wrapper {
    margin: 0 auto 15px;
    height: 110px;
    width: 110px;
}

@media (max-width: 1200px) {
    .c-four-columns-with-app-buttons-fixed .ikon-wrapper {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .c-four-columns-with-app-buttons-fixed .ikon-wrapper {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 479px) {
    .c-four-columns-with-app-buttons-fixed .ikon-wrapper {
        height: 65px;
        width: 60px;
    }
}

.c-four-columns-with-app-buttons-fixed .title {
    font-size: 38px;
    line-height: 1.25;
    margin: 0 0 5px;
    color: #000;
    padding-bottom: 30px;
    text-align: center;
}

@media (max-width: 1366px) {
    .c-four-columns-with-app-buttons-fixed .title {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .c-four-columns-with-app-buttons-fixed .title {
        font-size: 24px;
        padding-bottom: 0;
    }
}

@media (min-width: 767px) {
    .c-four-columns-with-app-buttons-fixed .info-ikon-wrapper {
        padding-bottom: 10px;
    }
}

.c-four-columns-with-app-buttons-fixed .ikon-wrapper {
    margin-bottom: 5px;
}

.c-four-columns-with-app-buttons-fixed .info {
    margin-bottom: 20px;
}

.c-four-columns-with-app-buttons-fixed .small-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}

@media (max-width: 1200px) {
    .c-four-columns-with-app-buttons-fixed .small-title {
        font-size: 16px;
    }
}

.c-four-columns-with-app-buttons-fixed .app-buttons a {
    width: 110px;
    display: block;
    margin: 0 auto 5px;
}

@media (max-width: 767px) {
    .c-four-columns-with-app-buttons-fixed .app-buttons a {
        width: 90px;
    }
}

@media (min-width: 768px) {
    .banner .container,
    .c-ikon-tabs-with-center-image .container,
    .four-image-columns .container,
    .c-four-columns-with-app-buttons-fixed .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .banner .container,
    .c-ikon-tabs-with-center-image .container,
    .four-image-columns .container,
    .c-four-columns-with-app-buttons-fixed .container {
        width: 1230px;
    }

}

.banner.c-banner-picture-title-text-vertical-align.bottom-left-align .flex-col {
    justify-content: flex-end;
}

.white-background {
    background-color: white !important;
}

.four-image-columns img {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.four-image-columns .info p {
    font-size: 15px !important;
    margin-top: 10px !important;
    line-height: normal;
}

.four-image-columns .title a {
    color: #1eaedb !important;
}

.four-image-columns .title a:hover {
    color: #157998 !important;
}

.c-four-columns-with-app-buttons-fixed h1 {
    font-weight: 300;
}

.c-four-columns-with-app-buttons-fixed:before {
    display: none !important;
}

.banner.section-banner-simple-with-img .title h1 {
    font-weight: 300;
}

.banner.section-banner-simple-with-img.small-padding {
    padding: 60px 0 0 0;
}

.banner.section-banner-simple-with-img .primary-btn.btn {
    border-radius: 0;

}

.banner.banner-shadow::before {
    background-image: url(../images/shadow-line-1.png);
}

.text-center {
    text-align: center;
}

.section-how-to.four-image-columns.no-padding-top .box {
    margin-top: 20px !important;
}

/* Ovo mozda bude trebalo, zasad ne
.section-how-to [class^=ikon-] .path1:before, .path2:before, .path3:before {
    color: #737c7f !important;
}

.section-how-to .icon:before {
    color: #737c7f !important;
}

.section-how-to .box h3 {
    color: #737c7f !important;
}

.section-how-to .theme-link {
    color: #557da3 !important;
} */

.no-padding-top {
    padding-top: 0 !important;
}

.banner.c-banner-picture-title-text-vertical-align .big-title h1 {
    font-weight: 300;
}

.banner.c-banner-title-top-content-aside-fixed-height .buttons-wrapper .first-btn {
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
}

.banner.c-banner-title-top-content-aside-fixed-height .buttons-wrapper .first-btn:hover {
    color: #000;
    background-color: #fff;
}

.c-ikon-tabs-with-center-image.features-color-green .dropdown-list .dropdown-item {
    padding: 0;
    background-color: #fff;
}

.c-ikon-tabs-with-center-image.features-color-green .dropdown-list .dropdown-item a {
    display: block;
}

.c-ikon-tabs-with-center-image.features-color-green .dropdown .btn {
    border-radius: 0 !important;
}

.c-ikon-tabs-with-center-image.features-color-green .dropdown-list .dropdown-item a:hover {
    background-color: #f5f5f5;
}

.c-ikon-tabs-with-center-image.features-color-green .dropdown-toggle:after {
    display: none;
}

.ikon-strelica1:before {
    content: '\e6e7';
}

.c-support-category-submenu .menu-list .menu-list-link {
    color: #ddd !important;
}

.theme-violet-support .c-support-category-submenu .menu-list .list-item-icon {
    border-right: 1px solid #ddd;
}

.theme-violet-support .c-support-category-submenu .menu-list .menu-list-item.active .list-item-icon, .theme-violet-support .c-support-category-submenu .menu-list .menu-list-item:hover .list-item-icon {
    border-right: 1px solid #ddd;
    border-right: 1px solid rgba(221, 221, 221, 0.4);
}

.theme-violet-support .c-support-category-submenu .menu-list li:last-of-type .menu-list-link .list-item-icon {
    border-right: none;
}

.theme-violet-support .support-third-level .content-wrapper .icons {
    color: #0033ff;
}

.theme-violet-support #content .location-wrapper .locations-info .location-left ul li.active .title, [class*=theme-] .theme-violet-support #content .location-wrapper .locations-info .location-left ul li.active .title {
    border-bottom-color: #0033ff;
    color: #0033ff;
}

.theme-violet-support .three-columns-with-accordion.three-columns-with-accordion-news .content-item.expand-btn .more-details {
    color: #0033ff;
}

.theme-violet-support .c-support-tabs .tab-list-item.active .tab-link, .theme-violet-support .c-video-support-tabs .tab-list-item.active .tab-link, [class*=theme-] .theme-violet-support .c-support-tabs .tab-list-item.active .tab-link, [class*=theme-] .theme-violet-support .c-video-support-tabs .tab-list-item.active .tab-link {
    border-bottom-color: #0033ff;
}

.theme-violet-support .support-tabs-item .support-content-wrapper .item-icon, .theme-violet-support .c-video-support-tabs .support-tabs-item .support-content-wrapper .item-icon, [class*=theme-] .theme-violet-support .c-support-tabs .support-tabs-item .support-content-wrapper .item-icon, [class*=theme-] .theme-violet-support .c-video-support-tabs .support-tabs-item .support-content-wrapper .item-icon {
    color: #0033ff;
}

.theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .item-text, .theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .arrow, [class*=theme-] .theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .item-text, [class*=theme-] .theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .arrow {
    color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item.active .icons-wrapper {
    background-color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper {
    border: 3px solid #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper:hover {
    background-color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons {
    color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons {
    color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item.active .icons {
    color: #f6f6f6;
    background-color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper:hover .icons {
    color: #f6f6f6;
    background-color: #0033ff;
}

.theme-violet-support .c-support-login-sbb .inside-wrapper .login-links-wrap .forgot-password {
    color: #0033ff;
}

.theme-violet-support .btn-link, .theme-violet-support .theme-link, [class*=theme-] .theme-violet-support .btn-link, [class*=theme-] .theme-violet-support .theme-link, .theme-violet-support [class*=theme-] .theme-link, .theme-violet-support [class*=theme-] .theme-color {
    color: #0033ff;
}

.theme-violet-support .btn-link:hover, .theme-violet-support .theme-link:hover, [class*=theme-] .theme-violet-support .btn-link:hover, [class*=theme-] .theme-violet-support .theme-link:hover, .theme-violet-support [class*=theme-] .theme-link:hover, .theme-violet-support [class*=theme-] .theme-color:hover {
    color: #7611c8;
}

.theme-violet-support .theme-btn.btn-filled, [class*=theme-] .theme-violet-support .theme-btn.btn-filled {
    color: white !important;
    background-color: #0033ff !important;
}

.theme-violet-support .theme-btn.btn-filled:hover, [class*=theme-] .theme-violet-support .theme-btn.btn-filled:hover {
    background-color: #7611c8 !important;
}

.theme-violet-support .theme-btn:not(.btn-link):hover, [class*=theme-] .theme-violet-support .theme-btn:not(.btn-link):hover {
    color: white !important;
}

.theme-violet-support .c-support-category-submenu.without-big-title .menu-list .list-item-icon, .theme-violet-support .c-support-category-submenu.without-big-title .menu-list .menu-list-item.active .list-item-icon {
    border-right: none;
}

.theme-violet-support .c-support-category-submenu.without-big-title .menu-list .menu-list-item.active .list-item-icon, .theme-violet-support .c-support-category-submenu.without-big-title .menu-list .menu-list-item:hover .list-item-icon {
    border-right: none;
}

.theme-violet-support .theme-bg.reverse-colors {
    background-color: #eaeaea !important;
}

.theme-violet-support .c-support-category-submenu.reverse-colors .menu-list .list-item-icon {
    color: #0033ff;
}

.theme-violet-support .c-support-category-submenu.reverse-colors .menu-list .list-item-title {
    color: #0033ff;
}

.theme-violet-support .c-support-category-submenu.reverse-colors .menu-list .menu-list-item:hover {
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff !important;
    box-shadow: inset 0 -14px 0px -10px #0033ff !important;
}

.theme-violet-support .section-contact-form .contact-form-wrapper .col-lg-6 .input-required, .theme-violet-support .section-contact-form .contact-form-wrapper .col-lg-12 .input-required {
    color: #0033ff;
}

.theme-violet-support .support-second-level .second-level-list .second-level-list-item.active a {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

.theme-violet-support .support-second-level .second-level-list .second-level-list-item a:hover {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

.theme-violet-support .support-third-level .third-level .third-level-list-items.active a {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

.theme-violet-support .support-third-level .third-level .third-level-list-items a:hover {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item {
        background-color: transparent !important;
        border: 2px solid #c2c2c2 !important;
        color: #9aa0a2;
    }
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:hover, .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:focus, .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:active, .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:visited {
        color: #9aa0a2 !important;
    }
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item {
        background-color: transparent !important;
        border: 2px solid #fff !important;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:hover, .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:focus, .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:active, .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:visited {
        color: #fff !important;
    }
}

.theme-violet-support .story-page-content a {
    color: #0033ff;
}

.shadowy-columns .text-container {
    padding-top: 30px;
}

.shadowy-columns .wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 48em) {
    .shadowy-columns .wrapper {
        margin-bottom: 30px;
    }
}

@media (min-width: 85.375em) {
    .shadowy-columns .wrapper {
        margin-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.shadowy-columns .item {
    width: 100%;
    background-color: #eee;
    background-clip: content-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadowy-columns .item .item-content {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
}

.shadowy-columns .item .title {
    margin-top: 28px;
    color: #000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}

.shadowy-columns .item .title span {
    font-size: 19px;
}

@media (min-width: 85.375em) {
    .shadowy-columns .item .title {
        font-size: 24px;
    }
}

@media (min-width: 100em) {
    .shadowy-columns .item .title {
        font-size: 20px;
    }
}

.shadowy-columns .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.shadowy-columns .buttons-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadowy-columns .buttons-wrapper .btn {
    border-radius: 5px;
    border: none;
    background: #5c26d3;
    padding: 16px 25px;
    min-width: 160px;
    background-image: -webkit-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    background-image: -ms-linear-gradient(-135deg, rgb(81, 38, 212) 0%, rgb(92, 38, 211) 100%);
    -webkit-box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    box-shadow: 0px 23px 40px 0px rgba(100, 49, 212, 0.45), inset 0px 1px 2px 0px rgba(154, 127, 212, 0.004);
    color: #fff;
}

.shadowy-columns.btn-color-yellow .buttons-wrapper .btn {
    background-color: #fff000;
    color: #000;
    background-image: none;
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
}

.shadowy-columns .buttons-wrapper .btn:hover {
    -ms-transform: translate(2px, 8px);
    -webkit-transform: translate(2px, 8px);
    transform: translate(2px, 8px);
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
}

.shadowy-columns.btn-color-red .buttons-wrapper .btn:hover {
    color: #fff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
    box-shadow: 0px 15px 40px 0px rgba(250, 43, 86, 0.45), inset 0px 1px 2px 0px rgba(255, 132, 132, 0.004);
}

.shadowy-columns .item img {
    min-height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
    box-shadow: 20px 20px 32px 0px rgba(63, 63, 63, 0.44);
}

.shadowy-columns .item .price {
    position: relative;
    display: inline-block;
    padding-right: 4rem;
}

.shadowy-columns .item .price .price-value {
    font-size: 3.6rem;
    color: #5c26d2;
    font-weight: 800;
    display: inline;
}

.shadowy-columns .item .price .currency {
    position: absolute;
    right: 0;
    top: 10px;
    color: #5c26d2;
    text-align: left;
    width: 3.7rem;
}

.shadowy-columns .item .price .price-currency {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1;
    display: block;
}

.shadowy-columns .item .price .price-currency.down {
    bottom: 0;
}

.shadowy-columns .item .price-prefix {
    color: #5c26d2;
}

.ug-image-columns.black-background {
    background-color: #000;
}

/*@media (min-width: 100em) {  .ug-image-columns .container {    max-width: 1600px;    padding-left: 100px;    padding-right: 100px;  }}@media (min-width: 100em) {  .ug-image-columns.small-images .container {    padding-left: 120px;    padding-right: 120px;  }}*/
.ug-image-columns .container h1 {
    margin-bottom: 0;
    font-size: 24px;
}

@media (min-width: 64em) {
    .ug-image-columns .container h1 {
        font-size: 30px;
    }
}

@media (min-width: 85.375em) {
    .ug-image-columns .container h1 {
        font-size: 36px;
    }
}

@media (min-width: 100em) {
    .ug-image-columns .container h1 {
        font-size: 40px;
    }
}

.ug-image-columns .container p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
}

@media (max-width: 1366px) {
    .ug-image-columns .container p {
        font-size: 14px;
    }
}

.ug-image-columns .container a {
    font-size: inherit;
}

.section-how-to.four-image-columns.ug-image-columns .info p.title {
    font-size: 22px;
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .section-how-to.four-image-columns.ug-image-columns .info p.title {
        font-size: 18px;
    }
}

.ug-image-columns .img-wrapper img {
    max-width: 90%;
}

.ug-image-columns.small-images .img-wrapper img {
    max-height: 80px;
}

.section-how-to.four-image-columns.small-images .info p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-how-to.four-image-columns.small-images .info {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.small-images .box {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .section-how-to.four-image-columns.small-images .info p.title {
        margin-top: 0;
    }
}

/*@media (min-width: 576px) {  .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .col-sm-3 {    -webkit-box-flex: 0;    -webkit-flex: 0 0 33.33333333%;    -ms-flex: 0 0 33.33333333%;    flex: 0 0 33.33333333%;    max-width: 33.33333333%;    width: 33.33333333%;  }}*/
@media (min-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        width: 33.33333333%;
    }
}

.section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .info p.title {
    font-size: 22px;
}

@media (max-width: 768px) {
    .section-how-to.four-image-columns.ug-image-columns.ug-three-image-columns .info p.title {
        font-size: 18px;
    }
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-top {
    padding-top: 0;
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-bottom {
    padding-bottom: 0;
}

.section-how-to.four-image-columns.ug-image-columns.no-padding-top .box {
    margin-top: 35px;
}

.section-banner-simple-with-img.fix-title-padding .title {
    padding-bottom: 20px;
}

.section-how-to.four-image-columns.ug-image-columns .info p.title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.ug-title .ug-strong-title,
.banner-subtitle .ug-strong-subtitle {
    font-weight: 500;
}

.ug-red-title .ug-color-title,
.ug-red-subtitle .ug-color-subtitle,
.section-how-to.four-image-columns.ug-red-subtitle .ug-color-subtitle {
    color: #fa0034;
}

.ug-blue-title .ug-color-title,
.ug-blue-subtitle .ug-color-subtitle,
.section-how-to.four-image-columns.ug-blue-subtitle .ug-color-subtitle {
    color: #50a2e1;
}

.ug-yellow-title .ug-color-title,
.ug-yellow-subtitle .ug-color-subtitle,
.section-how-to.four-image-columns.ug-yellow-subtitle .ug-color-subtitle {
    color: #f4fd62;
}

.ug-gold-title .ug-color-title,
.ug-gold-subtitle .ug-color-subtitle,
.section-how-to.four-image-columns.ug-gold-subtitle .ug-color-subtitle {
    color: #ff9600;
}

.ug-black-title .ug-color-title,
.ug-black-subtitle .ug-color-subtitle,
.section-how-to.four-image-columns.ug-black-subtitle .ug-color-subtitle {
    color: #000;
}

.ug-title .mobile-only {
    display: none;
}

@media (max-width: 480px) {
    .ug-title .mobile-only {
        display: block;
    }
}

.banner-title.push-text-down {
    margin-bottom: 20px;
}

@media (min-width: 48em) {
    .banner-title.push-text-down {
        margin-bottom: 15px;
    }
}

@media (min-width: 85.375em) {
    .banner-title.push-text-down {
        margin-bottom: 20px;
    }
}

.c-banner-title-top-content-aside-fixed-height.media-object-middle-align .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .js-same-height-1,
    .js-same-height-2,
    .js-same-height-3,
    .js-same-height-4 {
        height: auto !important;
    }
}

.section-banner-simple-with-img.without-buttons .text-wrapper .text-center > .buttons-wrapper {
    display: none;
}

.c-banner-title-top-content-aside-fixed-height.add-text-padding .content-wrapper .text-content p {
    padding-bottom: 12px;
}

.section-banner-simple-with-img .text-wrapper .menu-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    float: none;
    background: none;
}

.theme-blue .section-banner-simple-with-img .theme-color .menu-arrow:before,
.theme-blue .section-banner-simple-with-img .theme-color .menu-arrow:after {
    background-color: #557da3 !important;
}

.section-banner-simple-with-img .text-wrapper .collapse-link:not(.collapsed) {
    display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .c-banner-picture-title-text-vertical-align.bottom-left-align-slider .main-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .c-banner-picture-title-text-vertical-align.bottom-left-align-slider .main-wrapper {
        padding-bottom: 10px;
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .c-slider-headbox-vertical-align-text .slider-container {
        padding: 0 30px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .c-slider-headbox-vertical-align-text .carousel-indicators {
        bottom: 10px;
    }
}

.tv-product-list-addon-section.tv-product-list-addon-section-height-p .price.price.hide-price-period .price-container .small-bottom {
    display: none;
}

.never-visible {
    display: none !important;
}

.btn-color-neon-green .buttons-wrapper .btn {
    background-color: #47f75c;
    color: #000;
    background-image: none;
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
}

.btn-color-neon-green .buttons-wrapper .btn:hover {
    color: #000;
    -ms-transform: translate(2px, 8px);
    -webkit-transform: translate(2px, 8px);
    transform: translate(2px, 8px);
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.25);
}

.hover-columns {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}

.hover-columns .item {
    padding-bottom: 30px;
}

.hover-columns .item a,
.hover-columns .item a:hover,
.hover-columns .item a:focus,
.hover-columns .item a:active {
    text-decoration: none;
    color: #fff;
}

.hover-columns .item .img {
    position: relative;
}

.hover-columns .item .img:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    background: #27c734;
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 10;
}

.hover-columns .item .description {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.hover-columns .item a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hover-columns .item a:hover {
    transform: scale(1.05);
}

.hover-columns .item a:hover .img:after {
    background: #47f65c;
}

.hover-columns.blue-line .item a .img:after {
    background: #3984fc;
}

.hover-columns.blue-line .item a:hover .img:after {
    background: #39b5fc;
}

.ug-btn .btn:not(.btn-link) {
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    background-color: #000;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 16px 25px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    min-width: 180px;
    z-index: 200;
    cursor: pointer;
}

.ug-btn .btn:not(.btn-link):hover {
    -webkit-transform: translate(2px, 8px);
    transform: translate(2px, 8px);
}

.ug-btn.theme-blue .btn:not(.btn-link) {
    background: #0094dd;
    background-color: #0094dd;
}

.ug-btn.theme-dark-blue .btn:not(.btn-link) {
    background: #0033ff;
    background-color: #0033ff;
}

.ug-btn.theme-yellow .btn:not(.btn-link) {
    background: #fff000;
    background-color: #fff000;
    color: #000;
}

.ug-btn.theme-neon-green .btn:not(.btn-link) {
    background: #47f75c;
    background-color: #47f75c;
    color: #000;
}

.ug-btn.theme-purple .btn:not(.btn-link) {
    background: #5c26d3;
    background-color: #5c26d3;
}

.ug-mod .row {
    text-align: center;
}

.ug-mod .big-title {
    text-align: center;
    padding-top: 20px;
}

.ug-mod .text-content {
    padding-bottom: 20px;
}

.theme-violet-support .theme-bg,
.theme-violet-support .bootstrap-switch.bootstrap-switch-on,
.theme-violet-support .bootstrap-switch .bootstrap-switch-container span.bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-container .theme-violet-support span.bootstrap-switch-handle-on,
[class*="theme-"] .theme-violet-support .theme-bg,
[class*="theme-"] .theme-violet-support .bootstrap-switch.bootstrap-switch-on,
[class*="theme-"] .theme-violet-support .bootstrap-switch .bootstrap-switch-container span.bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-container [class*="theme-"] .theme-violet-support span.bootstrap-switch-handle-on {
    background-color: #0033ff !important;
}

.theme-violet-support .theme-color,
.theme-violet-support .dropdown-tabs .dropdown-menu > .active > a,
.dropdown-tabs .theme-violet-support .dropdown-menu > .active > a,
.theme-violet-support .section-checkout-steps .steps-line > .step-title,
.section-checkout-steps .theme-violet-support .steps-line > .step-title,
.theme-violet-support .section-checkout-steps .steps-line .step.active,
.section-checkout-steps .steps-line .theme-violet-support .step.active,
.theme-violet-support .section-checkout-overview-items .table-checkout-items .item-title h4 span,
.section-checkout-overview-items .table-checkout-items .item-title h4 .theme-violet-support span,
.theme-violet-support .section-checkout-overview-items .checkout-list .item-image + h4 span,
.section-checkout-overview-items .checkout-list .item-image + h4 .theme-violet-support span,
.theme-violet-support .section-checkout-overview-items .checkout-list .item-title h4 font,
.section-checkout-overview-items .checkout-list .item-title h4 .theme-violet-support font,
.theme-violet-support .checkout-summary .checkout-item .promo-offer,
.checkout-summary .checkout-item .theme-violet-support .promo-offer,
.theme-violet-support .devices .choose-device .device-price,
.devices .choose-device .theme-violet-support .device-price,
.theme-violet-support .devices-bottom-part .list,
.devices-bottom-part .theme-violet-support .list,
[class*="theme-"] .theme-violet-support .theme-color,
[class*="theme-"] .theme-violet-support .dropdown-tabs .dropdown-menu > .active > a,
.dropdown-tabs [class*="theme-"] .theme-violet-support .dropdown-menu > .active > a,
[class*="theme-"] .theme-violet-support .section-checkout-steps .steps-line > .step-title,
.section-checkout-steps [class*="theme-"] .theme-violet-support .steps-line > .step-title,
[class*="theme-"] .theme-violet-support .section-checkout-steps .steps-line .step.active,
.section-checkout-steps .steps-line [class*="theme-"] .theme-violet-support .step.active,
[class*="theme-"] .theme-violet-support .section-checkout-overview-items .table-checkout-items .item-title h4 span,
.section-checkout-overview-items .table-checkout-items .item-title h4 [class*="theme-"] .theme-violet-support span,
[class*="theme-"] .theme-violet-support .section-checkout-overview-items .checkout-list .item-image + h4 span,
.section-checkout-overview-items .checkout-list .item-image + h4 [class*="theme-"] .theme-violet-support span,
[class*="theme-"] .theme-violet-support .section-checkout-overview-items .checkout-list .item-title h4 font,
.section-checkout-overview-items .checkout-list .item-title h4 [class*="theme-"] .theme-violet-support font,
[class*="theme-"] .theme-violet-support .checkout-summary .checkout-item .promo-offer,
.checkout-summary .checkout-item [class*="theme-"] .theme-violet-support .promo-offer,
[class*="theme-"] .theme-violet-support .devices .choose-device .device-price,
.devices .choose-device [class*="theme-"] .theme-violet-support .device-price,
[class*="theme-"] .theme-violet-support .devices-bottom-part .list,
.devices-bottom-part [class*="theme-"] .theme-violet-support .list {
    color: #0033ff !important;
}

.theme-violet-support .btn-link {
    color: #0033ff;
}

.theme-violet-support .c-support-category-submenu .menu-list .menu-list-link {
    color: #ddd !important;
}

.theme-violet-support .c-support-category-submenu .menu-list .list-item-icon {
    border-right: 1px solid #ddd;
}

.theme-violet-support .c-support-category-submenu .menu-list .menu-list-item.active .list-item-icon,
.theme-violet-support .c-support-category-submenu .menu-list .menu-list-item:hover .list-item-icon {
    border-right: 1px solid #ddd;
    border-right: 1px solid rgba(221, 221, 221, 0.4);
}

.theme-violet-support .c-support-category-submenu .menu-list li:last-of-type .menu-list-link .list-item-icon {
    border-right: none;
}

.theme-violet-support .support-third-level .content-wrapper .icons {
    color: #0033ff;
}

.theme-violet-support #content .location-wrapper .locations-info .location-left ul li.active .title,
[class*="theme-"] .theme-violet-support #content .location-wrapper .locations-info .location-left ul li.active .title {
    border-bottom-color: #0033ff;
    color: #0033ff;
}

.theme-violet-support .three-columns-with-accordion.three-columns-with-accordion-news .content-item.expand-btn .more-details {
    color: #0033ff;
}

.theme-violet-support .c-support-tabs .tab-list-item.active .tab-link,
.theme-violet-support .c-video-support-tabs .tab-list-item.active .tab-link,
[class*="theme-"] .theme-violet-support .c-support-tabs .tab-list-item.active .tab-link,
[class*="theme-"] .theme-violet-support .c-video-support-tabs .tab-list-item.active .tab-link {
    border-bottom-color: #0033ff;
}

.theme-violet-support .support-tabs-item .support-content-wrapper .item-icon,
.theme-violet-support .c-video-support-tabs .support-tabs-item .support-content-wrapper .item-icon,
[class*="theme-"] .theme-violet-support .c-support-tabs .support-tabs-item .support-content-wrapper .item-icon,
[class*="theme-"] .theme-violet-support .c-video-support-tabs .support-tabs-item .support-content-wrapper .item-icon {
    color: #0033ff;
}

.theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .item-text,
.theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .arrow,
[class*="theme-"] .theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .item-text,
[class*="theme-"] .theme-violet-support .three-rows-three-columns-docs .support-tabs-item-wrapper .support-tabs-item a:hover .arrow {
    color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item.active .icons-wrapper {
    background-color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper {
    border: 3px solid #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper:hover {
    background-color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons {
    color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons {
    color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item.active .icons {
    color: #f6f6f6;
    background-color: #0033ff;
}

.theme-violet-support .c-ikon-tabs-with-center-image .ikon-tabs-list .ikon-tabs-list-item .icons-wrapper:hover .icons {
    color: #f6f6f6;
    background-color: #0033ff;
}

.theme-violet-support .c-support-login-sbb .inside-wrapper .login-links-wrap .forgot-password {
    color: #0033ff;
}

.theme-violet-support .btn-link,
.theme-violet-support .theme-link,
[class*="theme-"] .theme-violet-support .btn-link,
[class*="theme-"] .theme-violet-support .theme-link,
.theme-violet-support [class*="theme-"] .theme-link,
.theme-violet-support [class*="theme-"] .theme-color {
    color: #0033ff;
}

.theme-violet-support .btn-link:hover,
.theme-violet-support .theme-link:hover,
[class*="theme-"] .theme-violet-support .btn-link:hover,
[class*="theme-"] .theme-violet-support .theme-link:hover,
.theme-violet-support [class*="theme-"] .theme-link:hover,
.theme-violet-support [class*="theme-"] .theme-color:hover {
    color: #7611c8;
}

.theme-violet-support .theme-btn.btn-filled,
[class*="theme-"] .theme-violet-support .theme-btn.btn-filled {
    color: white !important;
    background-color: #0033ff !important;
}

.theme-violet-support .theme-btn.btn-filled:hover,
[class*="theme-"] .theme-violet-support .theme-btn.btn-filled:hover {
    background-color: #7611c8 !important;
}

.theme-violet-support .theme-btn:not(.btn-link):hover,
[class*="theme-"] .theme-violet-support .theme-btn:not(.btn-link):hover {
    color: white !important;
}

.theme-violet-support .c-support-category-submenu.without-big-title .menu-list .list-item-icon,
.theme-violet-support .c-support-category-submenu.without-big-title .menu-list .menu-list-item.active .list-item-icon {
    border-right: none;
}

.theme-violet-support .c-support-category-submenu.without-big-title .menu-list .menu-list-item.active .list-item-icon,
.theme-violet-support .c-support-category-submenu.without-big-title .menu-list .menu-list-item:hover .list-item-icon {
    border-right: none;
}

.theme-violet-support .theme-bg.reverse-colors {
    background-color: #eaeaea !important;
}

.theme-violet-support .c-support-category-submenu.reverse-colors .menu-list .list-item-icon {
    color: #0033ff;
}

.theme-violet-support .c-support-category-submenu.reverse-colors .menu-list .list-item-title {
    color: #0033ff;
}

.theme-violet-support .c-support-category-submenu.reverse-colors .menu-list .menu-list-item:hover {
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff !important;
    box-shadow: inset 0 -14px 0px -10px #0033ff !important;
}

.theme-violet-support .section-contact-form .contact-form-wrapper .col-lg-6 .input-required,
.theme-violet-support .section-contact-form .contact-form-wrapper .col-lg-12 .input-required {
    color: #0033ff;
}

.theme-violet-support .support-second-level .second-level-list .second-level-list-item.active a {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

.theme-violet-support .support-second-level .second-level-list .second-level-list-item a:hover {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

.theme-violet-support .support-third-level .third-level .third-level-list-items.active a {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

.theme-violet-support .support-third-level .third-level .third-level-list-items a:hover {
    color: #0033ff;
    -webkit-box-shadow: inset 0 -14px 0px -10px #0033ff;
    box-shadow: inset 0 -14px 0px -10px #0033ff;
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item {
        background-color: transparent !important;
        border: 2px solid #c2c2c2 !important;
        color: #9aa0a2;
    }
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:hover,
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:focus,
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:active,
    .theme-violet-support .c-support-category-submenu .menu-dropdown .dropdown-active-item:visited {
        color: #9aa0a2 !important;
    }
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item {
        background-color: transparent !important;
        border: 2px solid #fff !important;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:hover,
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:focus,
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:active,
    .theme-violet-support .c-support-category-submenu.theme-bg .menu-dropdown .dropdown-active-item:visited {
        color: #fff !important;
    }
}

.theme-violet-support .story-page-content a {
    color: #0033ff;
}

.c-banner-title-top-content-aside-fixed-height.half-size .banner-background {
    padding-top: 21.875%;
}

@media (max-width: 767px) {
    .c-banner-title-top-content-aside-fixed-height.half-size .banner-background {
        padding-top: 30%;
    }
}

.section-ug-features.white-background {
    background-color: #fff;
    color: #000;
}

.custom-title-bold .title {
    font-weight: bold !important;
}

.custom-link-color a {
    color: #1eaedb !important;
}

.main-support-wrapper .container {
    padding: 0 15px !important;
}

.main-support-wrapper .slick-prev, .main-support-wrapper .slick-next {
    color: #333333;
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    top: 85px;
    border: 1px solid #bababa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    opacity: 0.8;
}

.main-support-wrapper .slick-prev {
    left: -74px;
}

.main-support-wrapper .slick-next {
    right: -74px;
}

.main-support-wrapper .slick-disabled {
    color: #dadada;
}

.ikon-arrow_left_3 { font-family: 'WMFonts' !important; }
.ikon-arrow_left_3:before {
    content: '\e9f4';
    font-size: 28px;
}
.ikon-arrow_right_3 { font-family: 'WMFonts' !important; }
.ikon-arrow_right_3:before {
    content: '\e9f5';
    font-size: 28px;
}
.ikon-tv-instalacija4 { font-family: 'WMFonts' !important; }
.ikon-tv-instalacija4:before {
    content: '\ea03';
}
.ikon-tv-koriscenje4 { font-family: 'WMFonts' !important; }
.ikon-tv-koriscenje4:before {
    content: '\ea04';
}
.ikon-tv-informacije-o-kanalima4 { font-family: 'WMFonts' !important; }
.ikon-tv-informacije-o-kanalima4:before {
    content: '\ea02';
}
.ikon-tv-unazad-72h4 { font-family: 'WMFonts' !important; }
.ikon-tv-unazad-72h4:before {
    content: '\ea05';
}
.ikon-eon-circle { font-family: 'WMFonts' !important; }
.ikon-eon-circle:before {
    content: '\eb21';
}
.ikon-strelica { font-family: 'WMFonts' !important; }
.ikon-strelica:before {
    content: '\e6e8';
}
.ikon-extension-pdf { font-family: 'WMFonts' !important; }
.ikon-extension-pdf:before {
    content: "\ea34";
}
.ikon-dodaci { font-family: 'WMFonts' !important; }
.ikon-dodaci:before {
    content: "\e9a1";
}
.ikon-Ikonice---naslovna-navigacija-size_tv { font-family: 'WMFonts' !important; }
.ikon-Ikonice---naslovna-navigacija-size_tv:before {
    content: "\ead0";
}
.ikon-podrska-net { font-family: 'WMFonts' !important; }
.ikon-podrska-net:before {
    content: "\eaff";
}
.ikon-Ikonice---naslovna-navigacija-size_tel { font-family: 'WMFonts' !important; }
.ikon-Ikonice---naslovna-navigacija-size_tel:before {
    content: "\eacf";
}
.ikon-cenovnici-i-dokumentacija-cloud-i-hosting { font-family: 'WMFonts' !important; }
.ikon-cenovnici-i-dokumentacija-cloud-i-hosting:before {
    content: "\ea0b";
}

@media (max-width: 1440px) {
    .main-support-wrapper .slick-prev {
        left: -20px;
    }

    .main-support-wrapper .slick-next {
        right: -20px;
    }
}

@media (max-width: 1200px) {
    .main-support-wrapper .slick-prev {
        left: 10px;
    }

    .main-support-wrapper .slick-next {
        right: 10px;
    }
}

@media (max-width: 1050px) {
    .ikon-arrow_left_3:before {
        font-size: 16px;
        font-weight: 600;
    }

    .ikon-arrow_right_3:before {
        font-size: 16px;
        font-weight: 600;
    }
}

.theme-violet-support .btn-link,
.theme-violet-support .theme-link,
[class*=theme-] .theme-violet-support .btn-link,
[class*=theme-] .theme-violet-support .theme-link,
.theme-violet-support [class*=theme-] .theme-link,
.theme-violet-support [class*=theme-] .theme-color {
    color: #0033ff !important;
}

.theme-violet-support .btn-link:hover,
.theme-violet-support .theme-link:hover,
[class*=theme-] .theme-violet-support .btn-link:hover,
[class*=theme-] .theme-violet-support .theme-link:hover,
.theme-violet-support [class*=theme-] .theme-link:hover,
.theme-violet-support [class*=theme-] .theme-color:hover {
    color: #7611c8 !important;
}

.services-custom-class .c-support-tabs .container,
.services-custom-class .c-video-support-tabs .container {
    width: 1230px !important;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .services-custom-class .c-support-tabs .container,
    .services-custom-class .c-video-support-tabs .container {
        max-width: 980px !important;
        width: 100%;
        padding: 0 22px;
    }
}

@media (max-width: 1200px) {
    .services-custom-class .c-support-tabs .container,
    .services-custom-class .c-video-support-tabs .container {
        max-width: 1024px !important;
        width: 100% !important;
        padding: 0 22px;
    }
}

@media (max-width: 767px) {
    .services-custom-class .c-video-support-tabs .container {
        width: 100% !important;
        padding: 0 15px !important;
    }
}

.services-custom-class .product-two-columns {
    background: none !important;
}


.services-custom-class .c-support-tabs .support-title,
.services-custom-class .c-video-support-tabs .support-title {
    color: #000 !important;
    padding: 0 !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
}

.services-custom-class .c-video-support-tabs {
    background: #f6f6f6 !important;
    padding: 0 !important;
}

.services-custom-class .video-support-slider .c-video-support-slider {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
}

.services-custom-class .video-support-slider .c-video-support-slider .video-slider-item {
    background-color: #fff;
    margin: 0;
}

.services-custom-class .video-support-slider .video-slider-title-link {
    color: #252837 !important;
}

.services-custom-class .video-support-slider .video-slider-date {
    display: block !important;
    margin-top: 15px !important;
    color: #252837 !important;
}
.services-custom-class .ikon-play-icon { font-family: 'WMFonts' !important; }
.services-custom-class .ikon-play-icon:before {
    content: "\e9ee";
}

.services-custom-class .video-support-slider .c-video-support-slider .slick-arrow {
    top: 33.5% !important;
    border: 1px solid #bababa !important;
    background-color: #fff !important;
}

.services-custom-class .video-support-slider .c-video-support-slider .slick-prev {
    left: -60px;
}

.services-custom-class .video-support-slider .c-video-support-slider .slick-next {
    right: -60px;
}

.services-custom-class .video-support-slider .c-video-support-slider .slick-slide {
    margin: 20px 15px;
}

@media (max-width: 1440px) {
    .services-custom-class .video-support-slider .c-video-support-slider .slick-prev {
        left: -11px;
    }

    .services-custom-class .video-support-slider .c-video-support-slider .slick-next {
        right: -11px;
    }
}

@media (max-width: 1200px) {
    .services-custom-class .video-support-slider .c-video-support-slider {
        padding: 0 30px;
    }

    .services-custom-class .video-support-slider .c-video-support-slider .slick-prev {
        left: 20px;
    }

    .services-custom-class .video-support-slider .c-video-support-slider .slick-next {
        right: 20px;
    }
}

@media (max-width: 1050px) {
    .services-custom-class .video-support-slider .c-video-support-slider .slick-prev {
        font-size: 16px;
        font-weight: 600;
    }

    .services-custom-class .video-support-slider .c-video-support-slider .slick-next {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .services-custom-class .video-support-slider .c-video-support-slider {
        padding: 0 15px;
    }
}

@media (max-width: 1439px) {
    .c-support-category-submenu .menu-list-wrapper {
        width: 100%;
        flex: 1;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .services-custom-class .c-support-tabs .product-tabs {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .services-custom-class .c-video-support-tabs .tab-list-wrapper {
        padding: 0 15px !important;
        margin: 0 !important;
    }
}

.services-custom-class .c-support-category-submenu .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.services-custom-class .c-support-category-submenu .dropdown-item {
    padding: 0;
}

.services-custom-class .c-support-category-submenu .dropdown-item a {
    display: block;
}

.services-custom-class .c-support-tabs .tab-list-item .tab-link.active {
    color: #000 !important;
    border-bottom: 3px solid #0033ff;
}

.services-custom-class .c-video-support-tabs .tab-list-item .tab-link.active {
    color: #000 !important;
    border-bottom: 3px solid #0033ff;
}

.services-custom-class .dropdown-toggle:after {
    display: none;
}

.map-custom-class #content .top-wrapper {
    max-width: 1230px !important;
    width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}

@media (max-width: 1366px) {
    .map-custom-class #content .top-wrapper {
        max-width: 980px !important;
        padding: 0 22px !important;
    }
}

@media (max-width: 1200px) {
    .map-custom-class #content .top-wrapper {
        max-width: 1024px !important;
        padding: 0 30px !important;
    }
}

.map-custom-class #content .locations-info {
    max-width: 1230px !important;
    width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}

@media (max-width: 1366px) {
    .map-custom-class #content .locations-info {
        max-width: 980px !important;
        padding: 0 22px !important;
    }
}

@media (max-width: 1200px) {
    .map-custom-class #content .locations-info {
        max-width: 1024px !important;
        padding: 0 !important;
    }
}

.map-custom-class #content .container:after {
    clear: both;
}

.map-custom-class #content .location-wrapper .map-container {
    position: relative;
    overflow: hidden;
}

.map-custom-class .dropdown-toggle:after {
    display: none !important;
}

.map-custom-class .menu-arrow:before, .map-custom-class .menu-arrow:after {
    background: #737c7f !important;
}

.map-custom-class .dropdown-item {
    padding: 0 !important;
}

.map-custom-class .dropdown-item a {
    display: block;
}

.google-custom-search-results .container {
    width: 1230px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}

.google-custom-search-results .container:after {
    clear: both;
}

@media (max-width: 1366px) {
    .google-custom-search-results .container {
        width: 100% !important;
        max-width: 980px !important;
        padding: 0 22px !important;
    }
}

@media (max-width: 1200px) {
    .google-custom-search-results .container {
        max-width: 1024px !important;
    }
}

.ikon-download-pdf:before {
    content: "\e9f1";
}

.main-content .cse-search-results {
    max-width: 1230px;
    width: 100%;
    padding: 173px 15px 0;
    margin: 0 auto 100px;
}

#cse-search-results {
    margin: auto;
}

@media (max-width: 1366px) {
    .main-content .cse-search-results {
        max-width: 980px;
        padding: 130px 22px 0;
        margin: 0 auto 50px;
    }
}

.video-slider-title-link {
    cursor: pointer;
}

.section-banner-simple-with-img.poster-no-margin-bottom .text-wrapper {
    margin-bottom: 0;
}

.section-banner-simple-with-img.pink-title .title h1 {
    color: #ED2676;
}

.c-banner-title-top-content-aside-fixed-height.pink-title .content-wrapper .big-title h1 {
    color: #ED2676;
}

.section-banner-simple-with-img.section-slick-sl {
    padding-top: 40px;
    padding-bottom: 20px;
}

.slick-sl {
    padding: 20px 0;
    position: relative;
}

.slick-sl .slick-next, .slick-sl .slick-prev {
    color: #959595;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: none;
    top: 40%;
    font-size: 24px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
    transition: all .12s ease-in-out;
    border: none;
    opacity: 1;
}

.slick-sl .slick-prev {
    left: -40px;
}

.slick-sl .slick-next {
    right: -40px;
}

.slick-sl .item {
    padding: 0 10px;
}

.slick-slide img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .slick-sl {
        padding: 20px 0 20px 0;
    }

    .slick-sl .slick-prev {
        left: -32px;
    }

    .slick-sl .slick-next {
        right: -32px;
    }
}

@media (max-width: 767px) {
    .slick-sl {
        padding: 20px 0 20px 0;
    }

    .slick-sl .slick-prev {
        left: -30px;
    }

    .slick-sl .slick-next {
        right: -30px;
    }
}

.slick-sl .item .description {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: white;
}

@media (max-width: 1366px) {
    .slick-sl .item .description {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .slick-sl .item .description {
        font-size: 12px;
    }
}

.slick-sl .item .img {
    position: relative;
}

.slick-sl.img-underline .item .img:after {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    background: #27c734;
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 10;
}

.slick-sl.img-underline.cyan-underline .item .img:after {
    background: #50ded6;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tv-product-list-addon-section .tv-product-list-addon-section-content .tv-product-list-addon-section-content-item h2 {
    text-align: left;
    padding: 25px 15px 15px 15px;
    font-weight: 400;
    font-size: 18px;
    min-height: 70px;
}

.tv-product-list-addon-section .tv-product-list-addon-section-content .tv-product-list-addon-section-content-item h2 {
    text-align: left;
    padding: 25px 15px 15px 15px;
    font-weight: 400;
    font-size: 16px;
    min-height: 70px;
}

@media (max-width: 767px) {
    .tv-product-list-addon-section .tv-product-list-addon-section-content .tv-product-list-addon-section-content-item h2 {
        font-size: 15px;
    }
}

@media (max-width: 1366px) {
    .tv-product-list-addon-section .tv-product-list-addon-section-content .tv-product-list-addon-section-content-item h2 {
        font-size: 14px;
    }
}
.section-banner-simple-with-img.black-background {
    background-color: #000;
}
@media (min-width: 85.375em){
    .purple-icons-section .banner-subtitle {
        margin-bottom: 28px;
        font-size: 30px;
    }
}
.eon-vertical-packages .bundle-item:nth-child(2) .order-btn {
    color: #fff;
}
@media (min-width: 1600px) {
    .site-footer .container, .site-header .container {
        max-width: 1230px;
    }
}

@media (min-width: 1600px) {
    .banner .container, .c-ikon-tabs-with-center-image .container, .four-image-columns .container, .c-four-columns-with-app-buttons-fixed .container {
        width: 1400px;
    }
}

.p-banner.ug-shadow-btn .buttons-wrapper .btn-filled {
    min-width: 16rem;
    width: fit-content;
}

.ug-shadow-btn .btn {
    display: block;
    background-color: #0033ff;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0 3px 25px 2px rgba(0, 0, 0, .45);
    box-shadow: 0 3px 25px 2px rgba(0, 0, 0, .45);
    color: white;
    padding: 16px 25px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.ug-shadow-btn .btn:hover {
    -webkit-transform: translate(2px, 8px);
    transform: translate(2px, 8px)
}

.ug-shadow-btn.red .btn {
    background-color: #ea032e;
    color: #fff;
}

.ug-shadow-btn.blue .btn {
    background-color: #50a2e1;
    color: #fff;
}

.ug-shadow-btn.green .btn {
    background-color: #47f75c;
}

.ug-shadow-btn.white-outline .btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.ug-shadow-btn.black-outline .btn {
    background: none;
    border: 2px solid #000;
    color: #000;
}

@media (max-width: 47.9375em){
    .ug-shadow-btn .btn {
        min-width: 12rem;
        padding: 12px 26px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .main-navigation {
        position: static;
        bottom: auto;
        background: none;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 0s;
        transition: -webkit-transform 0s;
        -o-transition: transform 0s;
        transition: transform 0s;
        transition: transform 0s, -webkit-transform 0s;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        right: 0;
        padding: 0;
        max-width: none;
    }
}

