.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    border-radius: 20px;
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active
    :hover.twentytwenty-overlay
    .twentytwenty-before-label,
.twentytwenty-container.active
    :hover.twentytwenty-overlay
    .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    border-radius: 1000px;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

@media (max-width: 991px) {
    .twentytwenty-container img {
        height: 320px !important;
    }
}

/* 
@media (max-width: 767px) {
    .twentytwenty-handle {
        margin-left: -5px;
    }
} */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('/img/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-horizontal{touch-action:pan-y}

.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}

.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}

.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-lock{display:none}

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}

.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move;touch-action:none}

.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active{pointer-events:auto}

.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}

.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}

.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}

.country-select{
	position:relative;
	display:inline-block
}

.country-select *{
	box-sizing:border-box
}

.country-select .hide{
	display:none
}

.country-select .v-hide{
	visibility:hidden
}

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

.country-select .flag-dropdown{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	padding:1px
}

.country-select .selected-flag{
	z-index:1;
	position:relative;
	width:36px;
	height:100%;
	padding:0 0 0 8px
}

.country-select .selected-flag .flag{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto
}

.country-select .selected-flag .arrow{
	position:absolute;
	top:50%;
	margin-top:-2px;
	right:6px;
	width:0;
	height:0;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	border-top:4px solid #555
}

.country-select .selected-flag .arrow.up{
	border-top:none;
	border-bottom:4px solid #555
}

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

.country-select .country-list .flag{
	display:inline-block;
	width:20px
}

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

.country-select .country-list .divider{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc
}

.country-select .country-list .country{
	padding:5px 10px
}

.country-select .country-list .country.highlight{
	background-color:rgba(0, 0, 0, 0.05)
}

.country-select .country-list .flag,
.country-select .country-list .country-name{
	vertical-align:middle
}

.country-select .country-list .flag{
	margin-right:6px
}

.country-select.inside input,
.country-select.inside input[type=text]{
	padding-right:6px;
	padding-left:52px;
	margin-left:0
}

.country-select.inside .flag-dropdown{
	right:auto;
	left:0
}

.country-select.inside .selected-flag{
	width:46px
}

.country-select.inside .flag-dropdown:hover{
	cursor:pointer
}

.country-select.inside .flag-dropdown:hover .selected-flag{
	background-color:rgba(0, 0, 0, 0.05)
}

.country-select.inside input[disabled] + .flag-dropdown:hover,
.country-select.inside input[readonly] + .flag-dropdown:hover{
	cursor:default
}

.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag{
	background-color:transparent
}

.country-select .flag{
	width:20px;
	height:15px;
	box-shadow:0px 0px 1px 0px #888;
	background-image:url("/img/flags.png");
	background-repeat:no-repeat;
	background-color:#dbdbdb;
	background-position:20px 0
}

@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.country-select .flag{
		background-image:url("/img/flags@2x.png")
	}
}

.country-select .flag{
	width:20px
}

.country-select .flag.be{
	width:18px
}

.country-select .flag.ch{
	width:15px
}

.country-select .flag.mc{
	width:19px
}

.country-select .flag.ne{
	width:18px
}

.country-select .flag.np{
	width:13px
}

.country-select .flag.va{
	width:15px
}

@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.country-select .flag{
		background-size:5630px 15px
	}
}

.country-select .flag.ac{
	height:10px;
	background-position:0px 0px
}

.country-select .flag.ad{
	height:14px;
	background-position:-22px 0px
}

.country-select .flag.ae{
	height:10px;
	background-position:-44px 0px
}

.country-select .flag.af{
	height:14px;
	background-position:-66px 0px
}

.country-select .flag.ag{
	height:14px;
	background-position:-88px 0px
}

.country-select .flag.ai{
	height:10px;
	background-position:-110px 0px
}

.country-select .flag.al{
	height:15px;
	background-position:-132px 0px
}

.country-select .flag.am{
	height:10px;
	background-position:-154px 0px
}

.country-select .flag.ao{
	height:14px;
	background-position:-176px 0px
}

.country-select .flag.aq{
	height:14px;
	background-position:-198px 0px
}

.country-select .flag.ar{
	height:13px;
	background-position:-220px 0px
}

.country-select .flag.as{
	height:10px;
	background-position:-242px 0px
}

.country-select .flag.at{
	height:14px;
	background-position:-264px 0px
}

.country-select .flag.au{
	height:10px;
	background-position:-286px 0px
}

.country-select .flag.aw{
	height:14px;
	background-position:-308px 0px
}

.country-select .flag.ax{
	height:13px;
	background-position:-330px 0px
}

.country-select .flag.az{
	height:10px;
	background-position:-352px 0px
}

.country-select .flag.ba{
	height:10px;
	background-position:-374px 0px
}

.country-select .flag.bb{
	height:14px;
	background-position:-396px 0px
}

.country-select .flag.bd{
	height:12px;
	background-position:-418px 0px
}

.country-select .flag.be{
	height:15px;
	background-position:-440px 0px
}

.country-select .flag.bf{
	height:14px;
	background-position:-460px 0px
}

.country-select .flag.bg{
	height:12px;
	background-position:-482px 0px
}

.country-select .flag.bh{
	height:12px;
	background-position:-504px 0px
}

.country-select .flag.bi{
	height:12px;
	background-position:-526px 0px
}

.country-select .flag.bj{
	height:14px;
	background-position:-548px 0px
}

.country-select .flag.bl{
	height:14px;
	background-position:-570px 0px
}

.country-select .flag.bm{
	height:10px;
	background-position:-592px 0px
}

.country-select .flag.bn{
	height:10px;
	background-position:-614px 0px
}

.country-select .flag.bo{
	height:14px;
	background-position:-636px 0px
}

.country-select .flag.bq{
	height:14px;
	background-position:-658px 0px
}

.country-select .flag.br{
	height:14px;
	background-position:-680px 0px
}

.country-select .flag.bs{
	height:10px;
	background-position:-702px 0px
}

.country-select .flag.bt{
	height:14px;
	background-position:-724px 0px
}

.country-select .flag.bv{
	height:15px;
	background-position:-746px 0px
}

.country-select .flag.bw{
	height:14px;
	background-position:-768px 0px
}

.country-select .flag.by{
	height:10px;
	background-position:-790px 0px
}

.country-select .flag.bz{
	height:14px;
	background-position:-812px 0px
}

.country-select .flag.ca{
	height:10px;
	background-position:-834px 0px
}

.country-select .flag.cc{
	height:10px;
	background-position:-856px 0px
}

.country-select .flag.cd{
	height:15px;
	background-position:-878px 0px
}

.country-select .flag.cf{
	height:14px;
	background-position:-900px 0px
}

.country-select .flag.cg{
	height:14px;
	background-position:-922px 0px
}

.country-select .flag.ch{
	height:15px;
	background-position:-944px 0px
}

.country-select .flag.ci{
	height:14px;
	background-position:-961px 0px
}

.country-select .flag.ck{
	height:10px;
	background-position:-983px 0px
}

.country-select .flag.cl{
	height:14px;
	background-position:-1005px 0px
}

.country-select .flag.cm{
	height:14px;
	background-position:-1027px 0px
}

.country-select .flag.cn{
	height:14px;
	background-position:-1049px 0px
}

.country-select .flag.co{
	height:14px;
	background-position:-1071px 0px
}

.country-select .flag.cp{
	height:14px;
	background-position:-1093px 0px
}

.country-select .flag.cr{
	height:12px;
	background-position:-1115px 0px
}

.country-select .flag.cu{
	height:10px;
	background-position:-1137px 0px
}

.country-select .flag.cv{
	height:12px;
	background-position:-1159px 0px
}

.country-select .flag.cw{
	height:14px;
	background-position:-1181px 0px
}

.country-select .flag.cx{
	height:10px;
	background-position:-1203px 0px
}

.country-select .flag.cy{
	height:13px;
	background-position:-1225px 0px
}

.country-select .flag.cz{
	height:14px;
	background-position:-1247px 0px
}

.country-select .flag.de{
	height:12px;
	background-position:-1269px 0px
}

.country-select .flag.dg{
	height:10px;
	background-position:-1291px 0px
}

.country-select .flag.dj{
	height:14px;
	background-position:-1313px 0px
}

.country-select .flag.dk{
	height:15px;
	background-position:-1335px 0px
}

.country-select .flag.dm{
	height:10px;
	background-position:-1357px 0px
}

.country-select .flag.do{
	height:13px;
	background-position:-1379px 0px
}

.country-select .flag.dz{
	height:14px;
	background-position:-1401px 0px
}

.country-select .flag.ea{
	height:14px;
	background-position:-1423px 0px
}

.country-select .flag.ec{
	height:14px;
	background-position:-1445px 0px
}

.country-select .flag.ee{
	height:13px;
	background-position:-1467px 0px
}

.country-select .flag.eg{
	height:14px;
	background-position:-1489px 0px
}

.country-select .flag.eh{
	height:10px;
	background-position:-1511px 0px
}

.country-select .flag.er{
	height:10px;
	background-position:-1533px 0px
}

.country-select .flag.es{
	height:14px;
	background-position:-1555px 0px
}

.country-select .flag.et{
	height:10px;
	background-position:-1577px 0px
}

.country-select .flag.eu{
	height:14px;
	background-position:-1599px 0px
}

.country-select .flag.fi{
	height:12px;
	background-position:-1621px 0px
}

.country-select .flag.fj{
	height:10px;
	background-position:-1643px 0px
}

.country-select .flag.fk{
	height:10px;
	background-position:-1665px 0px
}

.country-select .flag.fm{
	height:11px;
	background-position:-1687px 0px
}

.country-select .flag.fo{
	height:15px;
	background-position:-1709px 0px
}

.country-select .flag.fr{
	height:14px;
	background-position:-1731px 0px
}

.country-select .flag.ga{
	height:15px;
	background-position:-1753px 0px
}

.country-select .flag.gb{
	height:10px;
	background-position:-1775px 0px
}

.country-select .flag.gd{
	height:12px;
	background-position:-1797px 0px
}

.country-select .flag.ge{
	height:14px;
	background-position:-1819px 0px
}

.country-select .flag.gf{
	height:14px;
	background-position:-1841px 0px
}

.country-select .flag.gg{
	height:14px;
	background-position:-1863px 0px
}

.country-select .flag.gh{
	height:14px;
	background-position:-1885px 0px
}

.country-select .flag.gi{
	height:10px;
	background-position:-1907px 0px
}

.country-select .flag.gl{
	height:14px;
	background-position:-1929px 0px
}

.country-select .flag.gm{
	height:14px;
	background-position:-1951px 0px
}

.country-select .flag.gn{
	height:14px;
	background-position:-1973px 0px
}

.country-select .flag.gp{
	height:14px;
	background-position:-1995px 0px
}

.country-select .flag.gq{
	height:14px;
	background-position:-2017px 0px
}

.country-select .flag.gr{
	height:14px;
	background-position:-2039px 0px
}

.country-select .flag.gs{
	height:10px;
	background-position:-2061px 0px
}

.country-select .flag.gt{
	height:13px;
	background-position:-2083px 0px
}

.country-select .flag.gu{
	height:11px;
	background-position:-2105px 0px
}

.country-select .flag.gw{
	height:10px;
	background-position:-2127px 0px
}

.country-select .flag.gy{
	height:12px;
	background-position:-2149px 0px
}

.country-select .flag.hk{
	height:14px;
	background-position:-2171px 0px
}

.country-select .flag.hm{
	height:10px;
	background-position:-2193px 0px
}

.country-select .flag.hn{
	height:10px;
	background-position:-2215px 0px
}

.country-select .flag.hr{
	height:10px;
	background-position:-2237px 0px
}

.country-select .flag.ht{
	height:12px;
	background-position:-2259px 0px
}

.country-select .flag.hu{
	height:10px;
	background-position:-2281px 0px
}

.country-select .flag.ic{
	height:14px;
	background-position:-2303px 0px
}

.country-select .flag.id{
	height:14px;
	background-position:-2325px 0px
}

.country-select .flag.ie{
	height:10px;
	background-position:-2347px 0px
}

.country-select .flag.il{
	height:15px;
	background-position:-2369px 0px
}

.country-select .flag.im{
	height:10px;
	background-position:-2391px 0px
}

.country-select .flag.in{
	height:14px;
	background-position:-2413px 0px
}

.country-select .flag.io{
	height:10px;
	background-position:-2435px 0px
}

.country-select .flag.iq{
	height:14px;
	background-position:-2457px 0px
}

.country-select .flag.ir{
	height:12px;
	background-position:-2479px 0px
}

.country-select .flag.is{
	height:15px;
	background-position:-2501px 0px
}

.country-select .flag.it{
	height:14px;
	background-position:-2523px 0px
}

.country-select .flag.je{
	height:12px;
	background-position:-2545px 0px
}

.country-select .flag.jm{
	height:10px;
	background-position:-2567px 0px
}

.country-select .flag.jo{
	height:10px;
	background-position:-2589px 0px
}

.country-select .flag.jp{
	height:14px;
	background-position:-2611px 0px
}

.country-select .flag.ke{
	height:14px;
	background-position:-2633px 0px
}

.country-select .flag.kg{
	height:12px;
	background-position:-2655px 0px
}

.country-select .flag.kh{
	height:13px;
	background-position:-2677px 0px
}

.country-select .flag.ki{
	height:10px;
	background-position:-2699px 0px
}

.country-select .flag.km{
	height:12px;
	background-position:-2721px 0px
}

.country-select .flag.kn{
	height:14px;
	background-position:-2743px 0px
}

.country-select .flag.kp{
	height:10px;
	background-position:-2765px 0px
}

.country-select .flag.kr{
	height:14px;
	background-position:-2787px 0px
}

.country-select .flag.kw{
	height:10px;
	background-position:-2809px 0px
}

.country-select .flag.ky{
	height:10px;
	background-position:-2831px 0px
}

.country-select .flag.kz{
	height:10px;
	background-position:-2853px 0px
}

.country-select .flag.la{
	height:14px;
	background-position:-2875px 0px
}

.country-select .flag.lb{
	height:14px;
	background-position:-2897px 0px
}

.country-select .flag.lc{
	height:10px;
	background-position:-2919px 0px
}

.country-select .flag.li{
	height:12px;
	background-position:-2941px 0px
}

.country-select .flag.lk{
	height:10px;
	background-position:-2963px 0px
}

.country-select .flag.lr{
	height:11px;
	background-position:-2985px 0px
}

.country-select .flag.ls{
	height:14px;
	background-position:-3007px 0px
}

.country-select .flag.lt{
	height:12px;
	background-position:-3029px 0px
}

.country-select .flag.lu{
	height:12px;
	background-position:-3051px 0px
}

.country-select .flag.lv{
	height:10px;
	background-position:-3073px 0px
}

.country-select .flag.ly{
	height:10px;
	background-position:-3095px 0px
}

.country-select .flag.ma{
	height:14px;
	background-position:-3117px 0px
}

.country-select .flag.mc{
	height:15px;
	background-position:-3139px 0px
}

.country-select .flag.md{
	height:10px;
	background-position:-3160px 0px
}

.country-select .flag.me{
	height:10px;
	background-position:-3182px 0px
}

.country-select .flag.mf{
	height:14px;
	background-position:-3204px 0px
}

.country-select .flag.mg{
	height:14px;
	background-position:-3226px 0px
}

.country-select .flag.mh{
	height:11px;
	background-position:-3248px 0px
}

.country-select .flag.mk{
	height:10px;
	background-position:-3270px 0px
}

.country-select .flag.ml{
	height:14px;
	background-position:-3292px 0px
}

.country-select .flag.mm{
	height:14px;
	background-position:-3314px 0px
}

.country-select .flag.mn{
	height:10px;
	background-position:-3336px 0px
}

.country-select .flag.mo{
	height:14px;
	background-position:-3358px 0px
}

.country-select .flag.mp{
	height:10px;
	background-position:-3380px 0px
}

.country-select .flag.mq{
	height:14px;
	background-position:-3402px 0px
}

.country-select .flag.mr{
	height:14px;
	background-position:-3424px 0px
}

.country-select .flag.ms{
	height:10px;
	background-position:-3446px 0px
}

.country-select .flag.mt{
	height:14px;
	background-position:-3468px 0px
}

.country-select .flag.mu{
	height:14px;
	background-position:-3490px 0px
}

.country-select .flag.mv{
	height:14px;
	background-position:-3512px 0px
}

.country-select .flag.mw{
	height:14px;
	background-position:-3534px 0px
}

.country-select .flag.mx{
	height:12px;
	background-position:-3556px 0px
}

.country-select .flag.my{
	height:10px;
	background-position:-3578px 0px
}

.country-select .flag.mz{
	height:14px;
	background-position:-3600px 0px
}

.country-select .flag.na{
	height:14px;
	background-position:-3622px 0px
}

.country-select .flag.nc{
	height:10px;
	background-position:-3644px 0px
}

.country-select .flag.ne{
	height:15px;
	background-position:-3666px 0px
}

.country-select .flag.nf{
	height:10px;
	background-position:-3686px 0px
}

.country-select .flag.ng{
	height:10px;
	background-position:-3708px 0px
}

.country-select .flag.ni{
	height:12px;
	background-position:-3730px 0px
}

.country-select .flag.nl{
	height:14px;
	background-position:-3752px 0px
}

.country-select .flag.no{
	height:15px;
	background-position:-3774px 0px
}

.country-select .flag.np{
	height:15px;
	background-position:-3796px 0px;
	background-color:transparent
}

.country-select .flag.nr{
	height:10px;
	background-position:-3811px 0px
}

.country-select .flag.nu{
	height:10px;
	background-position:-3833px 0px
}

.country-select .flag.nz{
	height:10px;
	background-position:-3855px 0px
}

.country-select .flag.om{
	height:10px;
	background-position:-3877px 0px
}

.country-select .flag.pa{
	height:14px;
	background-position:-3899px 0px
}

.country-select .flag.pe{
	height:14px;
	background-position:-3921px 0px
}

.country-select .flag.pf{
	height:14px;
	background-position:-3943px 0px
}

.country-select .flag.pg{
	height:15px;
	background-position:-3965px 0px
}

.country-select .flag.ph{
	height:10px;
	background-position:-3987px 0px
}

.country-select .flag.pk{
	height:14px;
	background-position:-4009px 0px
}

.country-select .flag.pl{
	height:13px;
	background-position:-4031px 0px
}

.country-select .flag.pm{
	height:14px;
	background-position:-4053px 0px
}

.country-select .flag.pn{
	height:10px;
	background-position:-4075px 0px
}

.country-select .flag.pr{
	height:14px;
	background-position:-4097px 0px
}

.country-select .flag.ps{
	height:10px;
	background-position:-4119px 0px
}

.country-select .flag.pt{
	height:14px;
	background-position:-4141px 0px
}

.country-select .flag.pw{
	height:13px;
	background-position:-4163px 0px
}

.country-select .flag.py{
	height:11px;
	background-position:-4185px 0px
}

.country-select .flag.qa{
	height:8px;
	background-position:-4207px 0px
}

.country-select .flag.re{
	height:14px;
	background-position:-4229px 0px
}

.country-select .flag.ro{
	height:14px;
	background-position:-4251px 0px
}

.country-select .flag.rs{
	height:14px;
	background-position:-4273px 0px
}

.country-select .flag.ru{
	height:14px;
	background-position:-4295px 0px
}

.country-select .flag.rw{
	height:14px;
	background-position:-4317px 0px
}

.country-select .flag.sa{
	height:14px;
	background-position:-4339px 0px
}

.country-select .flag.sb{
	height:10px;
	background-position:-4361px 0px
}

.country-select .flag.sc{
	height:10px;
	background-position:-4383px 0px
}

.country-select .flag.sd{
	height:10px;
	background-position:-4405px 0px
}

.country-select .flag.se{
	height:13px;
	background-position:-4427px 0px
}

.country-select .flag.sg{
	height:14px;
	background-position:-4449px 0px
}

.country-select .flag.sh{
	height:10px;
	background-position:-4471px 0px
}

.country-select .flag.si{
	height:10px;
	background-position:-4493px 0px
}

.country-select .flag.sj{
	height:15px;
	background-position:-4515px 0px
}

.country-select .flag.sk{
	height:14px;
	background-position:-4537px 0px
}

.country-select .flag.sl{
	height:14px;
	background-position:-4559px 0px
}

.country-select .flag.sm{
	height:15px;
	background-position:-4581px 0px
}

.country-select .flag.sn{
	height:14px;
	background-position:-4603px 0px
}

.country-select .flag.so{
	height:14px;
	background-position:-4625px 0px
}

.country-select .flag.sr{
	height:14px;
	background-position:-4647px 0px
}

.country-select .flag.ss{
	height:10px;
	background-position:-4669px 0px
}

.country-select .flag.st{
	height:10px;
	background-position:-4691px 0px
}

.country-select .flag.sv{
	height:12px;
	background-position:-4713px 0px
}

.country-select .flag.sx{
	height:14px;
	background-position:-4735px 0px
}

.country-select .flag.sy{
	height:14px;
	background-position:-4757px 0px
}

.country-select .flag.sz{
	height:14px;
	background-position:-4779px 0px
}

.country-select .flag.ta{
	height:10px;
	background-position:-4801px 0px
}

.country-select .flag.tc{
	height:10px;
	background-position:-4823px 0px
}

.country-select .flag.td{
	height:14px;
	background-position:-4845px 0px
}

.country-select .flag.tf{
	height:14px;
	background-position:-4867px 0px
}

.country-select .flag.tg{
	height:13px;
	background-position:-4889px 0px
}

.country-select .flag.th{
	height:14px;
	background-position:-4911px 0px
}

.country-select .flag.tj{
	height:10px;
	background-position:-4933px 0px
}

.country-select .flag.tk{
	height:10px;
	background-position:-4955px 0px
}

.country-select .flag.tl{
	height:10px;
	background-position:-4977px 0px
}

.country-select .flag.tm{
	height:14px;
	background-position:-4999px 0px
}

.country-select .flag.tn{
	height:14px;
	background-position:-5021px 0px
}

.country-select .flag.to{
	height:10px;
	background-position:-5043px 0px
}

.country-select .flag.tr{
	height:14px;
	background-position:-5065px 0px
}

.country-select .flag.tt{
	height:12px;
	background-position:-5087px 0px
}

.country-select .flag.tv{
	height:10px;
	background-position:-5109px 0px
}

.country-select .flag.tw{
	height:14px;
	background-position:-5131px 0px
}

.country-select .flag.tz{
	height:14px;
	background-position:-5153px 0px
}

.country-select .flag.ua{
	height:14px;
	background-position:-5175px 0px
}

.country-select .flag.ug{
	height:14px;
	background-position:-5197px 0px
}

.country-select .flag.um{
	height:11px;
	background-position:-5219px 0px
}

.country-select .flag.us{
	height:11px;
	background-position:-5241px 0px
}

.country-select .flag.uy{
	height:14px;
	background-position:-5263px 0px
}

.country-select .flag.uz{
	height:10px;
	background-position:-5285px 0px
}

.country-select .flag.va{
	height:15px;
	background-position:-5307px 0px
}

.country-select .flag.vc{
	height:14px;
	background-position:-5324px 0px
}

.country-select .flag.ve{
	height:14px;
	background-position:-5346px 0px
}

.country-select .flag.vg{
	height:10px;
	background-position:-5368px 0px
}

.country-select .flag.vi{
	height:14px;
	background-position:-5390px 0px
}

.country-select .flag.vn{
	height:14px;
	background-position:-5412px 0px
}

.country-select .flag.vu{
	height:12px;
	background-position:-5434px 0px
}

.country-select .flag.wf{
	height:14px;
	background-position:-5456px 0px
}

.country-select .flag.ws{
	height:10px;
	background-position:-5478px 0px
}

.country-select .flag.xk{
	height:15px;
	background-position:-5500px 0px
}

.country-select .flag.ye{
	height:14px;
	background-position:-5522px 0px
}

.country-select .flag.yt{
	height:14px;
	background-position:-5544px 0px
}

.country-select .flag.za{
	height:14px;
	background-position:-5566px 0px
}

.country-select .flag.zm{
	height:14px;
	background-position:-5588px 0px
}

.country-select .flag.zw{
	height:10px;
	background-position:-5610px 0px
}
