@charset "UTF-8";
/** Swiper 4.5.0 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: February 22, 2019 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,800&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("../fonts/worksans.css");
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

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

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -ms-flexbox; display: flex; transition-property: transform; box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }

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

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

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

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

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

/* 3D Effects */
.swiper-container-3d { perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { transform-style: preserve-3d; }

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock { display: none; }

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

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

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.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(0.66); }

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

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

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

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.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-active { opacity: 1; background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active { background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000000; }

.swiper-pagination-lock { display: none; }

/* Scrollbar */
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); 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: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; text-align: center; }

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

.swiper-slide-zoomed { cursor: move; }

/* Preloader */
.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%; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

.swiper-container-cube { overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

.grecaptcha-badge { display: none !important; }

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-tap-highlight-color: rgba(0, 0, 0, 0); highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html { font-size: 14px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { height: auto; min-height: 100%; margin: 0; padding: 0; font-family: "Open Sans", "Helvetica", "Arial", helvetica, arial; color: #292B28; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html, body, header, section, footer, main, aside, nav, div, article, p, .checkout-page .checkout-label, ul, li, img { position: relative; display: block; }

input, button, textarea { border: none; outline: none !important; }

input:active, input:focus, button:active, button:focus, textarea:active, textarea:focus { outline: none !important; box-shadow: none; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { background: transparent !important; transition: background-color 5000s ease-in-out 0s; }

.hidden { display: none; }

.noscroll { overflow: hidden !important; }

a { transition: 0.2s cubic-bezier(1, 0, 0, 1); }

#right-sidebar a { color: #222 !important; }

button { cursor: pointer !important; }

label, input[type="checkbox"], input[type="radio"] { cursor: pointer; }

a { color: inherit; text-decoration: none; }

textarea { white-space: normal; }

b, strong { font-weight: bold; }

.visually-hidden, .hidden { visibility: hidden; }

::-moz-selection { background: #e41d37; color: #fff; }

::selection { background: #e41d37; color: #fff; }

::-moz-selection { background: #e41d37; color: #fff; }

ul { padding: 0; margin: 0; }

a:hover { text-decoration: none; }

h1, h2, h3, h4, p, .checkout-page .checkout-label, ul { font-weight: normal; font-family: "Work Sans", sans-serif; }

h1 { font-family: "Open Sans", "DINPro-Bold", "Helvetica", "Arial"; text-transform: uppercase; color: #EC6608; font-style: normal; font-weight: 500; font-size: 22px; line-height: 22px; letter-spacing: 0.05em; text-transform: uppercase; }

h1.title { position: relative; display: inline-block; min-height: 70px; line-height: 70px; }

h1.title span { z-index: 2; display: block; position: relative; padding: 15px 50px 15px 80px; font-style: normal; font-weight: 300; font-size: 36px; line-height: 45px; color: #fff; }

h1.title.dark-line:before { content: ''; background: #333; position: absolute; width: 3000px; height: 100%; top: 0px; right: 0px; }

h1.title.orange-line { height: 45px; line-height: 45px; }

h1.title.orange-line span { font-style: normal; font-weight: 300; font-size: 24px; line-height: 45px; }

h1.title.orange-line::before { content: ''; background: #EC6608; position: absolute; width: 3000px; height: 100%; top: 0; right: 0; }

h1.title.orange-line::after { height: 160px; }

h1.title.orange-border span { border-bottom: 5px solid #EC6608; }

h1.title.shape { z-index: 2; }

h1.title.shape::after { width: 100px; height: 140px; content: ''; position: absolute; display: block; background: white; background: linear-gradient(230deg, rgba(255, 255, 255, 0) 0, #FFFFFF 100%); transform: skew(-55deg); z-index: -1; top: -30px; left: 35%; }

h1.title.skew::after { width: 100px; height: 140px; content: ''; position: absolute; display: block; background: white; transform: skew(-45deg); z-index: -1; top: -30px; left: 35%; }

@media screen and (max-width: 640px) { h1.title { min-height: 40px; }
  h1.title span { font-size: 24px; line-height: 40px; padding-left: 10px !important; }
  h1:before { height: 100% !important; } }

h2 { font-family: "Open Sans", "DINPro-Bold", "Helvetica", "Arial"; font-size: 28px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.7px; text-align: left; text-transform: uppercase; }

#right-sidebar h3 { margin: 25px 0 5px 0; font-weight: normal !important; }

h3 { font-size: 2.2rem; color: #EC6608; text-transform: uppercase; font-weight: 400; font-family: "Open Sans", "DINPro-Bold", "Helvetica", "Arial"; line-height: 1.2em; }

h4 { font-size: 1.2rem; }

.bolder { font-weight: bold; }

.underline { text-decoration: underline; }

.center-text { text-align: center; }

.color-white { color: #fff !important; }

.lead-text { font-weight: bold; }

.lead-text-padding { padding: 40px 0 40px 0; }

.text-block { padding: 40px 20px 40px 20px !important; font-size: 16px; font-style: normal; font-weight: 300; font-size: 16px; line-height: 22px; text-align: justify; color: #444444; }

.text-block .col-lg-9 > strong { margin-bottom: 40px; display: block; position: relative; }

.text-block strong, .text-block b { font-weight: 600; }

.text-block p, .text-block .checkout-page .checkout-label, .checkout-page .text-block .checkout-label { font-size: 16px; font-style: normal; font-weight: 300; font-size: 16px; line-height: 20px; text-align: justify; color: #444444; }

.accordion ul + p, .accordion .checkout-page ul + .checkout-label, .checkout-page .accordion ul + .checkout-label { margin-top: 30px; }

.accordion h3 + ul li:before { display: none !important; }

.text-block, .accordion { padding: 20px 0 10px 0; }

.text-block ul, .accordion ul { margin: 20px 0 30px 0; display: block; position: relative; }

.text-block ul li, .accordion ul li { margin-bottom: 15px; position: relative; display: block; padding-left: 20px; }

.text-block ul li:before, .accordion ul li:before { content: ''; display: block; background: #EC6608; width: 7px; height: 7px; position: absolute; top: 5px; left: 0px; }

.text-block h4, .accordion h4 { margin: 40px 0 10px 0; font-weight: bold; }

.highlight-message { display: block; margin: 30px 0; background: #ff6600; color: #fff; padding: 15px 20px; box-sizing: border-box; text-align: left; }

.fw-n { font-weight: 400 !important; }

.fw-m { font-weight: 500 !important; }

.fw-s { font-weight: 600 !important; }

.fw-b { font-weight: 700 !important; }

.ta-l { text-align: left; }

.ta-c { text-align: center; }

.ta-r { text-align: right; }

.ta-j { text-align: justify; }

.va-t { vertical-align: top; }

.va-tt { vertical-align: text-top; }

.va-m { vertical-align: middle; }

.va-b { vertical-align: bottom; }

.va-tb { vertical-align: text-bottom; }

.va-base { vertical-align: baseline; }

.va-sup { vertical-align: super; }

.va-sub { vertical-align: sub; }

.hide { display: none !important; }

.inline-block { display: inline-block !important; }

.no-overflow { position: relative; display: inline-block; overflow: hidden; max-width: 100%; text-overflow: ellipsis; }

.nowrap { white-space: nowrap; }

.normal-wrap { white-space: normal !important; }

.ellipsis { position: relative; overflow: hidden; }

.ellipsis::before { content: ' '; float: left; width: 1px; height: 100%; }

.ellipsis > *:first-child { float: right; width: 100%; margin-left: -1px; }

.ellipsis::after { content: '...'; position: relative; float: right; left: 100%; top: -24px; width: 80px; margin-left: -79px; padding-left: 25px; text-align: left; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 28px, #fff 100%); }

.orange-border-top { width: 65%; height: 6px; background: #EC6608; position: absolute; content: ''; top: -6px; right: 0; }

.orange-border-bottom { width: 65%; height: 6px; background: #EC6608; position: absolute; content: ''; bottom: 0; right: 0; }

.circle { border-radius: 50%; }

.gradient-bg { background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0; }

.showonmobile { display: none; }

@media screen and (max-width: 768px) { .showonmobile { display: block; } }

.cols { position: relative; display: block; overflow: visible; float: none; clear: both; width: 100%; }

.cols::after { content: ' '; position: relative; display: block; float: none; clear: both; }

.cols > .c { position: relative; display: block; box-sizing: border-box; overflow: visible; float: left; clear: none; padding: 0 10px; margin: 0; }

.m-10 { margin-left: 10%; }

.cols-table { display: table; }

.cols-table > .c { display: table-cell; float: none; vertical-align: middle; }

.cols-ib { font-size: 0; }

.cols-ib > .c { display: inline-block; float: none; font-size: 14px; vertical-align: middle; }

.cols-flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.cols-flex > .c { float: none; -ms-flex-positive: 1; flex-grow: 1; vertical-align: middle; }

.c1p1 { width: 100%; }

.c1p2 { width: 50%; }

.c1p3 { width: 33.333%; }

.c2p3 { width: 66.666%; }

.c1p4 { width: 25%; }

.c3p4 { width: 75%; }

.c1p5 { width: 20%; }

.c2p5 { width: 40%; }

.c3p5 { width: 60%; }

.c4p5 { width: 80%; }

.c1p6 { width: 16.666%; }

.c5p6 { width: 83.333%; }

@media screen and (max-width: 871px) { .cols > .c1p1-m { display: block; clear: both; width: 100%; }
  .cols > .c1p2-m { width: 50%; }
  .cols > .c1p3-m { width: 33.333%; }
  .cols > .c2p3-m { width: 66.666%; }
  .cols > .c1p4-m { width: 25%; }
  .cols > .c3p4-m { width: 75%; }
  .cols > .c0-m { display: none; } }

@media screen and (max-width: 767px) { .cols > .c1p1-m-low { display: block; clear: both; width: 100%; }
  .cols > .c1p2-m-low { width: 50%; }
  .cols > .c1p3-m-low { width: 33.333%; }
  .cols > .c2p3-m-low { width: 66.666%; }
  .cols > .c1p4-m-low { width: 25%; }
  .cols > .c3p4-m-low { width: 75%; }
  .cols > .c0-m-low { display: none; } }

@media screen and (max-width: 479px) { .cols > .c1p1-s { display: block; clear: both; width: 100%; }
  .cols > .c1p2-s { width: 50%; }
  .cols > .c1p3-s { width: 33.333%; }
  .cols > .c2p3-s { width: 66.666%; }
  .cols > .c0-s { display: none; } }

@media screen and (max-width: 359px) { .cols > .c1p1-s-low { display: block; clear: both; width: 100%; }
  .cols > .c1p2-s-low { width: 50%; }
  .cols > .c1p3-s-low { width: 33.333%; }
  .cols > .c2p3-s-low { width: 66.666%; }
  .cols > .c0-s-low { display: none; } }

.btn-secondary { background: #EC6608 !important; border: none; }

.inline-btn { font-style: normal; font-weight: 500; text-align: center; text-transform: uppercase; border-radius: 3px; background: #EC6608; color: #fff; transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); height: 42px; padding: 0 0px; text-transform: uppercase; position: relative; display: inline-block; text-decoration: none; text-align: center; padding: 0 40px; }

body .btn-primary.disabled, body .btn-primary:disabled, body .btn:disabled { background: #EC6608 !important; opacity: 0.8 !important; pointer-events: none; }

.bigBtn, .single_add_to_cart_button { font-size: 22px; line-height: 38px; height: 42px; padding: 0 0px; text-transform: uppercase; margin: auto; position: relative; display: block; text-decoration: none; text-align: center; min-width: 200px; max-width: 400px; overflow: hidden; width: 90%; background: #EC6608; color: #fff; transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.bigBtn:hover, .single_add_to_cart_button:hover { transition: 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95); opacity: 0.85; color: #fff; background: #EC6608; }

.bigBtn.borderBtn, .single_add_to_cart_button.borderBtn { background: #fff; color: #EC6608; border: 1px solid #EC6608; }

.bigBtn.borderBtn:hover, .single_add_to_cart_button.borderBtn:hover { color: #fff; background: #EC6608; }

.bigBtn.arrowBtn:after, .single_add_to_cart_button.arrowBtn:after { content: ''; width: 40px; height: 40px; display: inline-block; float: right; background-image: url(../img/layout/icons/btn_arrow_orange.svg); background-repeat: no-repeat; background-position: 50% 50%; }

.bigBtn.arrowBtn:hover:after, .single_add_to_cart_button.arrowBtn:hover:after { background-image: url(../img/layout/icons/btn_arrow_white.svg) !important; }

.bigBtn.shopBtn, .bigBtn.button, .single_add_to_cart_button.shopBtn, .single_add_to_cart_button.button { width: 100%; margin: 25px 0 0; font-size: 18px; line-height: 42px; text-align: center; text-transform: uppercase; position: relative; }

.bigBtn.shopBtn:after, .bigBtn.button:after, .single_add_to_cart_button.shopBtn:after, .single_add_to_cart_button.button:after { width: 15px; height: 20px; display: block; position: absolute; background-image: url("../img/layout/icons/btn_arrow_white.svg") !important; background-size: 100%; content: ''; right: 20px; top: 50%; transform: translateY(-50%); }

.bigBtn.borderBtn, .single_add_to_cart_button.borderBtn { background: transparent; border: 1px solid #EC6608; }

.bigBtn.longTextBtn, .single_add_to_cart_button.longTextBtn { height: auto; max-width: 500px; line-height: 22px; margin: auto; color: #ffffff; padding: 10px; }

@media screen and (max-width: 1050px) { .bigBtn.longTextBtn, .single_add_to_cart_button.longTextBtn { font-size: 14px; line-height: 17px; } }

.company-links .bigBtn.shopBtn:first-child, .company-links .bigBtn:first-child { margin-top: 0px; }

.transpBtn { width: 330px; line-height: 43px; background: transparent; border: 1px solid #fff; padding: 0 30px; }

.transpBtn span { color: #fff; font-style: normal; font-weight: 500; font-size: 16px; line-height: 43px; text-transform: uppercase; }

.transpBtn svg { fill: #fff; margin: -5px 0 0 13px; }

.content-block { margin-top: 100px; }

@media screen and (min-width: 1080px) and (max-width: 1400px) { .content-block { margin-top: 20px !important; }
  .content-block .wpsisac-slick-slider-wrp, .content-block .slick-list, .content-block .slick-initialized, .content-block .slick-image-slide { height: 480px !important; }
  .content-block .wpsisac-slick-slider-wrp .slide-photo { height: 410px; width: 780px; }
  .content-block .wpsisac-slick-slider-wrp .txt-block { bottom: 150px; } }

.content-block--padding { padding: 40px 0 40px 0; }

@media screen and (max-width: 1024px) { .content-block { margin: 50px auto 0; } }

.page-skew .container { z-index: 5; }

.page-skew .container:before { position: absolute; display: block; background: #E5E5E5; z-index: 1; }

.page-skew .container:before { content: ''; left: -500px; top: -50px; height: 250px; width: 750px; transform: skew(-58deg, 0deg); }

.page-skew .container h1, .page-skew .container h2, .page-skew .container h3, .page-skew .container h4, .page-skew .container div, .page-skew .container p, .page-skew .container .checkout-page .checkout-label, .checkout-page .page-skew .container .checkout-label { z-index: 3; }

@media screen and (max-width: 360px) { .page-skew .container::before { left: -550px; } }

.accordion { margin: 40px 30px 45px 0 !important; width: 100%; }

.accordion > li { min-height: 60px !important; height: auto !important; overflow: hidden; background: #FFFFFF; box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2); display: block; position: relative; transition: 0.2s; color: #444; margin: 0 0 20px 0 !important; }

.accordion > li.active { height: auto; animation: showAccordion 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) both; transform-origin: 50% 50%; z-index: 10; }

@keyframes showAccordion { 0% { height: 60px; }
  100% { height: auto; } }

.accordion > li.active button { background: #EC6608; }

.accordion > li.active button:after { transform: rotate(0deg); }

.accordion > li.active .txt { display: block !important; animation: showAccordion 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) both; transform-origin: 50% 50%; z-index: 10; color: #444; font-style: normal; font-weight: 300; }

.accordion > li.active .txt p, .accordion > li.active .txt .checkout-page .checkout-label, .checkout-page .accordion > li.active .txt .checkout-label { color: #444; font-style: normal; font-weight: 300; }

@keyframes showAccordion { 0% { height: 0px; }
  100% { height: auto; } }

.accordion > li button { cursor: pointer; background: #444; color: #fff; line-height: 20px !important; min-height: 60px; height: auto !important; display: block; width: 100%; text-align: left; box-sizing: border-box; padding: 20px 60px 20px 20px !important; text-transform: uppercase; font-style: normal; font-weight: 500; font-size: 16px; position: relative; transition: 0.2s; }

.accordion > li button:after { content: ''; display: block; height: 40px; width: 40px; top: 10px; right: 20px; background-image: url(../img/layout/accordion/arrow.svg); background-repeat: no-repeat; position: absolute; background-position: 50% 50%; transition: 0.2s; transform: rotate(180deg); }

.accordion > li button:hover { background: #EC6608; }

.accordion > li button .title { text-transform: uppercase; }

.accordion > li button + br, .accordion > li .txt ~ br, .accordion > li br { display: none !important; }

.accordion > li .txt { padding: 20px 20px 20px 20px; box-sizing: border-box; font-style: 400; font-weight: 300; font-size: 16px; line-height: 20px; font-family: "Open Sans", Helvetica, Arial; color: #888; display: none; }

.accordion > li .txt h3 { color: #EC6608; margin: 30px 0 10px 0; }

.accordion > li .txt br { display: none !important; }

.accordion .program { display: block; margin: 20px 0 0 0; }

.accordion .program li { display: table; position: relative; height: auto !important; min-height: 100px !important; width: 100%; border-bottom: 1px solid #C4C4C4; vertical-align: top; overflow: hidden; margin: 20px 0 20px 0 !important; padding-bottom: 20px; }

.accordion .program li:last-child { border-bottom: none; }

.accordion .program li .avatar { border-radius: 100%; height: 64px; width: 64px; display: block; background: #ccc; overflow: hidden; float: left; margin: 5px 20px 20px 0; }

.accordion .program li .avatar img { min-width: 100%; min-height: 100%; margin-right: 20px; display: inline-block; }

.accordion .program li:after { content: ''; clear: both; width: 100%; height: 1px; }

.accordion .program li .program-buddy { display: table-cell; width: 50%; overflow: hidden; position: relative; vertical-align: top; padding-right: 20px; font-style: normal; font-weight: normal; font-size: 12px; line-height: 16px; letter-spacing: 0.05em; color: #666666; float: left; }

.accordion .program li .program-buddy .name { font-weight: bold; display: block; position: relative; margin: 0 0 15px 0; font-size: 16px; font-style: normal; font-weight: 500 !important; font-size: 15px; line-height: 20px; letter-spacing: 0.05em; color: #666666; }

.accordion .program li .program-buddy .title { font-size: 14px; font-weight: 400; display: block; overflow: hidden; position: relative; }

.accordion .program li .program-buddy .title b { font-weight: 400; display: block; }

.accordion .program li .program-name { display: table-cell; border-left: 1px solid #aaa; float: right; vertical-align: middle !important; position: relative; right: 0px; top: 25px !important; font-size: 14px; height: 90%; box-sizing: border-box; padding-left: 20px; text-transform: uppercase; font-style: normal; font-weight: 400 !important; font-size: 14px; line-height: 20px; color: #444444; width: 48%; }

.accordion .program li .program-name span { display: inline-block; margin: auto; box-sizing: inherit !important; font-style: normal; font-weight: normal; font-size: 14px; line-height: 20px; text-transform: uppercase; color: #444444; }

@media screen and (max-width: 980px) { .accordion { margin: 40px 0 80px !important; } }

body .disabled, .disabled, button.disabled { pointer-events: none !important; opacity: 0.8; filter: grayscale(1); }

fieldset { position: relative; }

form { position: relative; z-index: 2; }

.vfb-help-block, .vfb-fieldType-checkbox, .vfb-checkbox { cursor: pointer; }

.vfb-fieldType-captcha { display: block; position: relative; margin-top: 20px; }

.vfb-fieldType-captcha .vfb-required-asterisk { display: none !important; }

.vfb-fieldType-captcha .vfb-help-block.filled .parsley-required { display: none !important; }

.vfb-fieldType-captcha .vfb-help-block.filled { bottom: 16px !important; }

.captcha-txt { font-size: 14px; display: block; position: absolute; margin-top: -19px; text-transform: none !important; color: #777 !important; }

.vfb-has-error .captcha-txt { color: #FF0000 !important; }

.vfb-fieldType-radio.vfb-has-error { padding-bottom: 10px; margin-bottom: 20px; }

.field { position: relative; }

.field-text input { border: solid 1px #ccc; }

.field label, .field .input { display: block; width: 100%; }

.field label:not([for='privacy']) { font-style: normal; font-weight: normal; font-size: 14px; line-height: 18px; text-transform: uppercase; color: #EC6608; }

.field label { margin: 40px 0 5px; }

.field .input { padding: 15px 15px; border-bottom-right-radius: 90px; transition: 0.3s cubic-bezier(1, 0, 0, 1); }

.field .input:active, .field .input:focus { box-shadow: 3px 3px 30px rgba(150, 150, 150, 0.6); }

.field .input ~ .before, .field .input ~ .after { content: ' '; position: absolute; right: 0; z-index: 1; }

.field .input ~ .before { width: 30px; height: 30px; bottom: 19px; background: #fff; right: 13px; }

.field .input ~ .after { width: 40px; height: 10px; bottom: 0; right: 12px; border-top: 20px solid #fff; border-right: 30px solid transparent; }

.field textarea { height: 196px; resize: none; border-bottom-right-radius: 40px !important; }

.field textarea.input ~ .before { height: 177px; right: 16px; }

.field textarea.input ~ .after { width: 80px; right: 14px; }

.field input[type='submit'] { width: 289px; display: block; margin: 20px auto; background: #EC6608; color: #fff; font-size: 18px; text-align: center; text-transform: uppercase; line-height: 48px; }

.field input[type='checkbox'] { position: absolute; opacity: 0; left: -100%; }

.field input[type='checkbox']:checked + .checkbox .check::before, .field input[type='checkbox']:checked + .checkbox .check::after { opacity: 1; }

.field .checkbox { position: relative; }

.field .checkbox .desc { display: block; padding-left: 30px; font-size: 12px; line-height: 14px; letter-spacing: -0.05em; }

.field .checkbox .check { width: 18px; height: 18px; background: #EC6608; border-radius: 3px; content: ''; position: absolute; display: block; }

.field .checkbox .check::before, .field .checkbox .check::after { content: ''; position: absolute; display: block; background: #fff; opacity: 0; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

.field .checkbox .check::before { width: 3px; height: 8px; bottom: 3px; left: 4px; transform: rotate(-40deg); }

.field .checkbox .check::after { width: 3px; height: 12px; bottom: 3px; right: 6px; transform: rotate(35deg); }

.field .checkbox a { color: #EC6608; text-decoration: underline; }

.field .checkbox a:hover { color: #EC6608; text-decoration: none; }

.field b.asterisk { color: #EC6608; }

.vfbp-form { max-width: 453px; margin: 40px auto; }

.vfbp-form .vfb-required-asterisk { color: #EC6608; }

.vfbp-form .vfb-clearfix { height: 1px; width: 100%; display: block; position: relative; }

.vfbp-form .vfb-help-block.filled { width: 90%; font-style: normal; font-weight: normal; font-size: 14px; line-height: 16px; color: #FF0000; position: absolute; bottom: -5px; }

.vfbp-form .vfb-help-block.filled::after { width: 24px; height: 24px; display: block; position: absolute; content: ''; background: url("../img/layout/icons/button_close.png") no-repeat center center; background-size: 100%; right: 0; top: -42px; z-index: 5; }

.vfbp-form .vfb-form-group { margin-bottom: 30px; }

.vfbp-form .vfb-form-group ~ .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-form-group ~ .vfb-help-block:not(.filled)::after { display: none; }

.vfbp-form .vfb-fieldType-text label.vfb-control-label, .vfbp-form .vfb-fieldType-date label.vfb-control-label, .vfbp-form .vfb-fieldType-email label.vfb-control-label, .vfbp-form .vfb-fieldType-textarea label.vfb-control-label, .vfbp-form .vfb-fieldType-captcha label.vfb-control-label, .vfbp-form .vfb-fieldType-select label.vfb-control-label { display: none; }

.vfbp-form .vfb-fieldType-text .vfb-help-block:not(.filled), .vfbp-form .vfb-fieldType-date .vfb-help-block:not(.filled), .vfbp-form .vfb-fieldType-email .vfb-help-block:not(.filled), .vfbp-form .vfb-fieldType-textarea .vfb-help-block:not(.filled), .vfbp-form .vfb-fieldType-captcha .vfb-help-block:not(.filled), .vfbp-form .vfb-fieldType-select .vfb-help-block:not(.filled) { font-style: normal; font-weight: normal; font-size: 14px; line-height: 20px; -ms-flex-align: center; align-items: center; text-transform: uppercase; color: #EC6608; }

.vfbp-form .vfb-fieldType-text .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-text .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-date .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-date .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-email .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-email .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-textarea .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-textarea .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-captcha .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-captcha .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-select .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-select .vfb-help-block:not(.filled)::after { content: ' '; position: absolute; right: 0; z-index: 1; }

.vfbp-form .vfb-fieldType-text .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-date .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-email .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-textarea .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-captcha .vfb-help-block:not(.filled)::before, .vfbp-form .vfb-fieldType-select .vfb-help-block:not(.filled)::before { width: 30px; height: 30px; bottom: 18px; background: #fff; right: 0px; }

.vfbp-form .vfb-fieldType-text .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-date .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-email .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-textarea .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-captcha .vfb-help-block:not(.filled)::after, .vfbp-form .vfb-fieldType-select .vfb-help-block:not(.filled)::after { width: 40px; height: 10px; bottom: 0px; right: -1px; border-top: 20px solid #fff; border-right: 30px solid transparent; }

.vfbp-form .vfb-fieldType-text .vfb-form-control, .vfbp-form .vfb-fieldType-date .vfb-form-control, .vfbp-form .vfb-fieldType-email .vfb-form-control, .vfbp-form .vfb-fieldType-textarea .vfb-form-control, .vfbp-form .vfb-fieldType-captcha .vfb-form-control, .vfbp-form .vfb-fieldType-select .vfb-form-control { border: 1px solid #fff; height: 49px; line-height: 48px; padding: 10px 15px; border-bottom-right-radius: 90px; transition: 0.3s cubic-bezier(1, 0, 0, 1) !important; box-shadow: none; outline: none; position: relative; padding-right: 40px; }

.vfbp-form .vfb-fieldType-text .vfb-form-control:active, .vfbp-form .vfb-fieldType-text .vfb-form-control:focus, .vfbp-form .vfb-fieldType-date .vfb-form-control:active, .vfbp-form .vfb-fieldType-date .vfb-form-control:focus, .vfbp-form .vfb-fieldType-email .vfb-form-control:active, .vfbp-form .vfb-fieldType-email .vfb-form-control:focus, .vfbp-form .vfb-fieldType-textarea .vfb-form-control:active, .vfbp-form .vfb-fieldType-textarea .vfb-form-control:focus, .vfbp-form .vfb-fieldType-captcha .vfb-form-control:active, .vfbp-form .vfb-fieldType-captcha .vfb-form-control:focus, .vfbp-form .vfb-fieldType-select .vfb-form-control:active, .vfbp-form .vfb-fieldType-select .vfb-form-control:focus { box-shadow: 3px 3px 30px rgba(150, 150, 150, 0.6); border: 1px solid #fff; }

.vfbp-form .vfb-fieldType-captcha > div::before, .vfbp-form .vfb-fieldType-captcha > div::after { display: block; position: absolute; content: ''; }

.vfbp-form .vfb-fieldType-captcha > div::before { width: 30px; height: 30px; bottom: 18px; background: #fff; right: 0; }

.vfbp-form .vfb-fieldType-captcha > div::after { width: 40px; height: 10px; bottom: 0; right: -1px; border-top: 20px solid #fff; border-right: 30px solid transparent; }

.vfbp-form .vfb-fieldType-checkbox .vfb-control-label, .vfbp-form .vfb-fieldType-radio .vfb-control-label { display: none; }

.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox, .vfbp-form .vfb-fieldType-checkbox .vfb-help-block, .vfbp-form .vfb-fieldType-radio .vfb-checkbox, .vfbp-form .vfb-fieldType-radio .vfb-help-block { display: inline-block; }

.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox, .vfbp-form .vfb-fieldType-radio .vfb-checkbox { width: 25px; margin-top: 3px; overflow: hidden; }

.vfbp-form .vfb-fieldType-checkbox .vfb-help-block, .vfbp-form .vfb-fieldType-radio .vfb-help-block { width: 90%; vertical-align: top; }

.vfbp-form .vfb-fieldType-checkbox .vfb-help-block.filled, .vfbp-form .vfb-fieldType-radio .vfb-help-block.filled { bottom: -25px; }

.vfbp-form .vfb-fieldType-checkbox .vfb-help-block.filled::after, .vfbp-form .vfb-fieldType-radio .vfb-help-block.filled::after { display: none; }

@media screen and (max-width: 680px) { .vfbp-form .vfb-fieldType-checkbox .vfb-help-block, .vfbp-form .vfb-fieldType-radio .vfb-help-block { width: 85%; } }

.vfbp-form .vfb-fieldType-checkbox input[type='checkbox'], .vfbp-form .vfb-fieldType-checkbox input[type='radio'], .vfbp-form .vfb-fieldType-radio input[type='checkbox'], .vfbp-form .vfb-fieldType-radio input[type='radio'] { position: absolute; opacity: 1; left: 23px; z-index: 1; visibility: hidden; }

.vfbp-form .vfb-fieldType-checkbox input[type='checkbox']::after, .vfbp-form .vfb-fieldType-checkbox input[type='checkbox'] + label::after, .vfbp-form .vfb-fieldType-checkbox input[type='radio']::after, .vfbp-form .vfb-fieldType-checkbox input[type='radio'] + label::after, .vfbp-form .vfb-fieldType-radio input[type='checkbox']::after, .vfbp-form .vfb-fieldType-radio input[type='checkbox'] + label::after, .vfbp-form .vfb-fieldType-radio input[type='radio']::after, .vfbp-form .vfb-fieldType-radio input[type='radio'] + label::after { content: ''; display: block; position: absolute; width: 16px; height: 17px; top: -4px; left: -2px; background-image: url(../img/layout/checkmark.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; }

.vfbp-form .vfb-fieldType-checkbox input[type='checkbox']:checked::before, .vfbp-form .vfb-fieldType-checkbox input[type='checkbox']:checked::after, .vfbp-form .vfb-fieldType-checkbox input[type='radio']:checked::before, .vfbp-form .vfb-fieldType-checkbox input[type='radio']:checked::after, .vfbp-form .vfb-fieldType-checkbox input[type='checkbox']:checked::before, .vfbp-form .vfb-fieldType-checkbox input[type='checkbox']:checked::after, .vfbp-form .vfb-fieldType-checkbox input[type='radio']:checked::before, .vfbp-form .vfb-fieldType-checkbox input[type='radio']:checked::after, .vfbp-form .vfb-fieldType-radio input[type='checkbox']:checked::before, .vfbp-form .vfb-fieldType-radio input[type='checkbox']:checked::after, .vfbp-form .vfb-fieldType-radio input[type='radio']:checked::before, .vfbp-form .vfb-fieldType-radio input[type='radio']:checked::after, .vfbp-form .vfb-fieldType-radio input[type='checkbox']:checked::before, .vfbp-form .vfb-fieldType-radio input[type='checkbox']:checked::after, .vfbp-form .vfb-fieldType-radio input[type='radio']:checked::before, .vfbp-form .vfb-fieldType-radio input[type='radio']:checked::after { visibility: visible; }

.vfbp-form .vfb-fieldType-checkbox label:checked, .vfbp-form .vfb-fieldType-radio label:checked { border: 1px solid red; }

.vfbp-form .vfb-fieldType-checkbox label:checked::after, .vfbp-form .vfb-fieldType-radio label:checked::after { opacity: 1; }

.vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label), .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) { padding-left: 30px; position: relative; vertical-align: top; }

.vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label)::before, .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before { width: 18px; height: 18px; background: #EC6608; border-radius: 3px; left: 0; content: ''; position: absolute; display: block; }

.vfbp-form .vfb-fieldType-checkbox.sign-up { display: none; }

.vfbp-form .vfb-fieldType-radio .vfb-help-block:not(.filled) { font-style: normal; font-weight: normal; font-size: 14px; line-height: 20px; -ms-flex-align: center; align-items: center; text-transform: uppercase; color: #EC6608; }

.vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::before { width: 10px; height: 10px; border-radius: 50%; left: 1px; bottom: 3px; }

.vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::after { content: ''; display: block; position: absolute; width: 16px; height: 17px; top: -4px; left: -2px; background-image: url(../img/layout/checkmark.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; }

.vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before { border-radius: 50%; }

.vfbp-form .vfb-fieldType-textarea .vfb-form-control { height: 150px; border-bottom-right-radius: 40px !important; line-height: 20px; resize: none; }

.vfbp-form .btn-primary, .vfbp-form .btn { width: 289px; display: block; margin: 20px auto; background: #EC6608; color: #fff; font-size: 18px; text-align: center; text-transform: uppercase; line-height: 48px; border: 0 !important; outline: none !important; }

.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary:active, .vfbp-form .btn:hover, .vfbp-form .btn:focus, .vfbp-form .btn:active { background: rgba(236, 102, 8, 0.8) !important; }

.page-template-contact .vfbp-form, .page-template-about .vfbp-form, .vfb-fieldType-submit .vfbp-form { max-width: 100% !important; }

.page-template-contact .vfbp-form .vfb-col-12, .page-template-about .vfbp-form .vfb-col-12, .vfb-fieldType-submit .vfbp-form .vfb-col-12 { width: 50%; }

@media screen and (max-width: 680px) { .page-template-contact .vfbp-form .vfb-col-12, .page-template-about .vfbp-form .vfb-col-12, .vfb-fieldType-submit .vfbp-form .vfb-col-12 { width: 100%; } }

.page-template-contact .vfbp-form .vfb-fieldType-textarea, .page-template-contact .vfbp-form .vfb-fieldType-checkbox, .page-template-contact .vfbp-form .vfb-fieldType-submit, .page-template-about .vfbp-form .vfb-fieldType-textarea, .page-template-about .vfbp-form .vfb-fieldType-checkbox, .page-template-about .vfbp-form .vfb-fieldType-submit, .vfb-fieldType-submit .vfbp-form .vfb-fieldType-textarea, .vfb-fieldType-submit .vfbp-form .vfb-fieldType-checkbox, .vfb-fieldType-submit .vfbp-form .vfb-fieldType-submit { width: 100%; }

.page-template-contact .vfbp-form .vfb-checkbox, .page-template-about .vfbp-form .vfb-checkbox, .vfb-fieldType-submit .vfbp-form .vfb-checkbox { float: left !important; margin-right: 10px; margin-left: 10px; margin-top: 10px; }

html.ie .vfbp-form .vfb-fieldType-checkbox input[type='checkbox'], html.ie .vfbp-form .vfb-fieldType-checkbox input[type='radio'], html.ie .vfbp-form .vfb-fieldType-radio input[type='checkbox'], html.ie .vfbp-form .vfb-fieldType-radio input[type='radio'], body.ie .vfbp-form .vfb-fieldType-checkbox input[type='checkbox'], body.ie .vfbp-form .vfb-fieldType-checkbox input[type='radio'], body.ie .vfbp-form .vfb-fieldType-radio input[type='checkbox'], body.ie .vfbp-form .vfb-fieldType-radio input[type='radio'], html.unknown .vfbp-form .vfb-fieldType-checkbox input[type='checkbox'], html.unknown .vfbp-form .vfb-fieldType-checkbox input[type='radio'], html.unknown .vfbp-form .vfb-fieldType-radio input[type='checkbox'], html.unknown .vfbp-form .vfb-fieldType-radio input[type='radio'], body.unknown .vfbp-form .vfb-fieldType-checkbox input[type='checkbox'], body.unknown .vfbp-form .vfb-fieldType-checkbox input[type='radio'], body.unknown .vfbp-form .vfb-fieldType-radio input[type='checkbox'], body.unknown .vfbp-form .vfb-fieldType-radio input[type='radio'], html.firefox .vfbp-form .vfb-fieldType-checkbox input[type='checkbox'], html.firefox .vfbp-form .vfb-fieldType-checkbox input[type='radio'], html.firefox .vfbp-form .vfb-fieldType-radio input[type='checkbox'], html.firefox .vfbp-form .vfb-fieldType-radio input[type='radio'] { position: absolute; visibility: visible !important; left: 22px; }

html.ie .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::after, html.ie .vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label)::before, html.ie .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before, body.ie .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::after, body.ie .vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label)::before, body.ie .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before, html.unknown .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::after, html.unknown .vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label)::before, html.unknown .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before, body.unknown .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::after, body.unknown .vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label)::before, body.unknown .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before, html.firefox .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label) input[type='radio']::after, html.firefox .vfbp-form .vfb-fieldType-checkbox label:not(.vfb-control-label)::before, html.firefox .vfbp-form .vfb-fieldType-radio label:not(.vfb-control-label)::before { content: ''; display: none !important; }

html.ie .vfp-checkbox label, body.ie .vfp-checkbox label, html.unknown .vfp-checkbox label, body.unknown .vfp-checkbox label, html.firefox .vfp-checkbox label { font-size: 0px !important; color: transparent; }

.img { position: relative; display: block; overflow: hidden; }

.img-bg { position: absolute; display: block; overflow: hidden; left: 0; top: 0; width: 100%; height: 100%; margin: 0; background: no-repeat 50% 50% / cover; transform: scale(1.001) rotate(-0.001deg); transition: transform 0.5s ease 0s; }

.img-3p2, .img-5p3, .img-8p3 { position: relative; height: 0; padding: 0 0 66.66%; }

.img-5p3 { padding: 0 0 60%; }

.img-8p3 { padding: 0 0 37.5%; }

.img::after { position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; }

.img-fade::after { content: ' '; background: rgba(0, 0, 0, 0.4); }

.img-fadesoft::after { content: ' '; background: rgba(0, 0, 0, 0.2); }

a:hover .img:not(.no-zoom) .img-bg, .img:not(.no-zoom):hover .img-bg { transform: scale(1.07) rotate(-0.33deg); }

.img-demo { overflow: hidden; width: 300px; margin: 20px 0; }

.kurt-block { display: block; position: relative; width: 100%; min-height: 150px; }

.kurt-block h2 { font-style: normal; font-weight: 300; font-size: 30px; line-height: 35px; text-transform: uppercase; color: #EC6608; }

.kurt-block h3 { font-style: normal; font-weight: normal; font-size: 20px; line-height: 23px; text-transform: uppercase; color: #666666; }

.kurt-block--home-links ul { display: block; width: 100%; margin: 50px 0 0 0; vertical-align: top; height: 230px; }

.kurt-block--home-links ul li { display: inline-block; width: 16%; text-align: center; position: relative; vertical-align: top; }

.kurt-block--home-links ul li a { vertical-align: top; }

.kurt-block--home-links ul li a:hover { cursor: default; }

.kurt-block--home-links ul li a .title, .kurt-block--home-links ul li a .desc { color: #444; }

.kurt-block--home-links ul li a:before { content: ''; position: absolute; top: -15px; left: 0px; display: block; width: 100%; height: 200px; background-image: url(../img/pages/home/hover-bg.png); background-repeat: no-repeat; background-position: 50% 0%; transform: scale(0.3); transform-origin: 50% 50%; transition: 0.2s cubic-bezier(1, 0, 0, 1); opacity: 0; }

.kurt-block--home-links ul li a:hover:before { opacity: 1; transform: scale(1); }

.kurt-block--home-links ul li a:hover .title { margin-top: 120px !important; }

.kurt-block--home-links ul li a:hover .title, .kurt-block--home-links ul li a:hover .desc { color: #EC6608; }

.kurt-block--home-links ul li img { width: 100px; margin: auto; display: block; position: absolute; top: 0px; left: 50%; margin-left: -50px; }

.kurt-block--home-links ul li .title, .kurt-block--home-links ul li .desc { transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.kurt-block--home-links ul li .title { font-size: 22px; font-weight: bold; display: block; position: relative; margin-top: 100px; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.kurt-block--home-links ul li .desc { display: block; font-size: 14px; }

@media screen and (max-width: 980px) { .kurt-block--home-links ul { height: auto; margin-bottom: 40px; }
  .kurt-block--home-links ul li { width: 32%; height: 220px; } }

.kurt-block--home-links .big-links { display: block; position: relative; width: 100%; text-align: center; height: 300px; margin-bottom: 30px; }

.kurt-block--home-links .big-links div { position: relative; display: inline-block; vertical-align: top; height: 300px; }

.kurt-block--home-links .big-links--left, .kurt-block--home-links .big-links--right { width: 40%; }

.kurt-block--home-links .big-links--left span, .kurt-block--home-links .big-links--right span { border: 2px solid #999; position: absolute; display: block; z-index: 5; background: #fff; color: #EC6608; padding: 10px 30px; font-size: 16px; color: #999; font-size: 22px; line-height: 22px; transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.kurt-block--home-links .big-links--left span svg, .kurt-block--home-links .big-links--right span svg { margin-left: 10px; transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.kurt-block--home-links .big-links--left span svg path, .kurt-block--home-links .big-links--right span svg path { fill: #999; transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.kurt-block--home-links .big-links--left img, .kurt-block--home-links .big-links--right img { position: absolute; top: 0px; width: 100%; }

.kurt-block--home-links .big-links--center { width: 20%; }

.kurt-block--home-links .big-links--left span { top: 32%; }

.kurt-block--home-links .big-links--left img { left: 0px; }

.kurt-block--home-links .big-links--center { display: table-cell; vertical-align: middle; }

.kurt-block--home-links .big-links--center img, .kurt-block--home-links .big-links--center svg { top: 50%; left: 50%; margin-left: -70px; margin-top: -75px; display: block; position: relative; }

.kurt-block--home-links .big-links--right span { right: 0px; top: 52%; }

.kurt-block--home-links .big-links--right img { right: 0px; }

.kurt-block--home-links .big-links a:hover span { background: #EC6608; border: 2px solid #EC6608; box-shadow: 0px 20px 20px rgba(153, 153, 153, 0.25); color: #fff; }

.kurt-block--home-links .big-links a:hover span svg { margin-left: 20px; }

.kurt-block--home-links .big-links a:hover span svg path { fill: #fff !important; }

@media screen and (max-width: 980px) { .kurt-block--home-links .big-links { height: 200px; }
  .kurt-block--home-links .big-links div { height: 200px; }
  .kurt-block--home-links .big-links--center img, .kurt-block--home-links .big-links--center svg { width: 70%; margin-left: -33%; } }

@media screen and (max-width: 640px) { .kurt-block--home-links .big-links { height: auto; }
  .kurt-block--home-links .big-links div { display: block; margin: auto; }
  .kurt-block--home-links .big-links--left, .kurt-block--home-links .big-links--right { width: 70%; }
  .kurt-block--home-links .big-links--center img, .kurt-block--home-links .big-links--center svg { top: 35%; } }

.kurt-block .home-links-en { margin: 50px 0 300px 0 !important; }

.kurt-block .home-links-en div { height: 550px !important; }

.kurt-block .home-links-en .details p, .kurt-block .home-links-en .details .checkout-page .checkout-label, .checkout-page .kurt-block .home-links-en .details .checkout-label { padding: 12px 0; }

@media only screen and (max-width: 1090px) { .kurt-block .home-links-en { margin: 0 0 300px !important; }
  .kurt-block .home-links-en .big-links--center { width: 40px; }
  .kurt-block .home-links-en .big-links--center svg { display: none; }
  .kurt-block .home-links-en .big-links--left .kurt-tiles, .kurt-block .home-links-en .big-links--right .kurt-tiles { width: 320px !important; height: 430px !important; }
  .kurt-block .home-links-en .big-links--left .kurt-tiles p, .kurt-block .home-links-en .big-links--left .kurt-tiles .checkout-page .checkout-label, .checkout-page .kurt-block .home-links-en .big-links--left .kurt-tiles .checkout-label, .kurt-block .home-links-en .big-links--right .kurt-tiles p, .kurt-block .home-links-en .big-links--right .kurt-tiles .checkout-page .checkout-label, .checkout-page .kurt-block .home-links-en .big-links--right .kurt-tiles .checkout-label { font-size: 12px; } }

@media screen and (max-width: 830px) { .kurt-block .home-links-en { height: 1000px !important; }
  .kurt-block .home-links-en .big-links--center { width: auto; }
  .kurt-block .home-links-en .big-links--center svg { display: block; }
  .kurt-block .home-links-en div { display: block; margin: auto; height: 370px; }
  .kurt-block .home-links-en--left, .kurt-block .home-links-en--right { width: 70%; }
  .kurt-block .home-links-en--center img, .kurt-block .home-links-en--center svg { top: 35%; } }

.kurt-block .en-icons div img { width: 80% !important; }

.kurt-block--home-educations { min-height: 500px; background: linear-gradient(180deg, rgba(196, 196, 196, 0.7) 0%, rgba(229, 229, 229, 0) 23.78%), rgba(229, 229, 229, 0.5); }

.kurt-block--home-educations:before { content: ''; position: absolute; border-style: solid; border-width: 40px 60px 0 60px; border-color: #fff transparent transparent transparent; left: 50%; margin-left: -60px; top: 0px; z-index: 3; }

.kurt-block--home-educations .container { padding-top: 50px; }

.kurt-block--home-educations ul { display: block; width: 100%; margin: 50px 0 0 0; vertical-align: top; height: 230px; text-align: center; }

.kurt-block--home-educations ul li { display: inline-block; width: 22%; text-align: center; position: relative; vertical-align: top; color: #999; height: 150px; }

.kurt-block--home-educations ul li a { height: 150px; }

.kurt-block--home-educations ul li a:hover { cursor: default; }

.kurt-block--home-educations ul li a:after { content: ''; position: absolute; background: #EC6608; height: 5px; width: 40px; display: block; bottom: -30px; left: 50%; margin-left: -20px; opacity: 0; transition: 0.2s; }

.kurt-block--home-educations ul li a:hover:after { opacity: 1; }

.kurt-block--home-educations ul li a:hover .icon { transform: translateY(-5px); }

.kurt-block--home-educations ul li a:hover .icon path { fill: #EC6608; stroke: transparent; }

.kurt-block--home-educations ul li a:hover .bg path { fill: #fff; stroke: transparent; }

.kurt-block--home-educations ul li .svg-container { display: block; position: relative; width: 100%; height: 100px; width: 100%; position: relative; }

.kurt-block--home-educations ul li .svg-container .icon { z-index: 2; }

.kurt-block--home-educations ul li .svg-container .icon, .kurt-block--home-educations ul li .svg-container .bg { position: absolute; top: 0px; left: 50%; transition: 0.2s; }

.kurt-block--home-educations ul li .svg-container .icon path, .kurt-block--home-educations ul li .svg-container .bg path { transition: 0.2s; }

.kurt-block--home-educations ul li.educatuin-item-1 .icon { margin-left: -43px; top: 6px; }

.kurt-block--home-educations ul li.educatuin-item-1 .bg { top: -20px; margin-left: -95px; }

.kurt-block--home-educations ul li.educatuin-item-2 .icon { margin-left: -50px; }

.kurt-block--home-educations ul li.educatuin-item-2 .bg { top: -5px; margin-left: -90px; }

.kurt-block--home-educations ul li.educatuin-item-3 .icon { margin-left: -42px; top: 7px; }

.kurt-block--home-educations ul li.educatuin-item-3 .bg { top: 10px; margin-left: -90px; }

.kurt-block--home-educations ul li.educatuin-item-4 .icon { top: 20px; margin-left: -30px; }

.kurt-block--home-educations ul li.educatuin-item-4 .bg { top: -20px; margin-left: -107px; }

.kurt-block--home-educations ul li .desc { transition: 0.2s cubic-bezier(1, 0, 0, 1); display: block; font-size: 16px; margin-top: 20px; z-index: 5; position: relative; color: #444; }

.kurt-block--home-educations .bottom-message { text-align: center; margin: auto; width: 80%; font-size: 16px; }

@media screen and (max-width: 980px) { .kurt-block--home-educations { padding-bottom: 50px; }
  .kurt-block--home-educations ul { height: auto; }
  .kurt-block--home-educations ul li { width: 49%; margin-bottom: 80px; } }

@media screen and (max-width: 360px) { .kurt-block--home-educations ul li { width: 100%; } }

.kurt-block--about-educations { min-height: 400px; }

.kurt-block--about-educations::before { display: none; }

.kurt-block--about-educations .container { padding-top: 50px; }

.kurt-block--about-educations ul li { height: 200px; }

.kurt-block--about-educations ul li.education-item-5 .icon { margin-left: -50px; }

.kurt-block--about-educations ul li.education-item-5 .bg { margin-left: -110px; top: 5px; }

.kurt-block--about-educations ul li.education-item-5 .desc { margin-top: 25px; }

.kurt-block--about-educations ul li.education-item-6 .icon { margin-left: -42px; top: 0; }

.kurt-block--about-educations ul li.education-item-6 .bg { margin-left: -60px; top: -30px; }

.kurt-block--about-educations ul li.education-item-6 .desc { margin-top: 25px; }

.kurt-block--about-educations ul li.education-item-7 .icon { margin-left: -100px; }

.kurt-block--about-educations ul li.education-item-7 .bg { margin-left: -100px; top: 20px; }

.kurt-block--about-educations ul li.education-item-7 .desc { margin-top: 25px; }

.kurt-block--about-educations ul li.education-item-8 .icon { margin-left: -50px; top: 10px; }

.kurt-block--about-educations ul li.education-item-8 .bg { margin-left: -100px; top: -5px; }

.kurt-block--about-educations ul li.education-item-8 .desc { margin-top: 25px; }

.kurt-block--about-educations ul li a::after { bottom: 10px; }

.kurt-block--about-educations ul li a:hover .icon { transform: translateY(-5px); }

.kurt-block--about-educations ul li a:hover .icon path, .kurt-block--about-educations ul li a:hover .icon rect, .kurt-block--about-educations ul li a:hover .icon line, .kurt-block--about-educations ul li a:hover .icon ellipse, .kurt-block--about-educations ul li a:hover .icon polygon, .kurt-block--about-educations ul li a:hover .icon polyline { stroke: #EC6608; fill: transparent; }

.kurt-block--about-educations ul li a:hover .bg polygon { fill: #fff; stroke: transparent; }

.kurt-block--about-educations ul li .desc { margin-top: 0; }

.kurt-block--training { padding-bottom: 30px; padding-top: 40px; }

@media only screen and (max-width: 480px) { .kurt-block--training { padding-top: 120px !important; } }

.kurt-block--training:before { content: ''; position: absolute; border-style: solid; border-width: 40px 60px 0 60px; border-color: #F2F2F2 transparent transparent transparent; left: 50%; margin-left: -60px; top: 0px; z-index: 3; }

.kurt-block--training .kurt-block h3 { font-size: 24px; font-style: normal; font-weight: 300; font-size: 22px; line-height: 22px; }

.kurt-block--contact-addresses { margin: 70px auto 30px; font-style: normal; font-weight: 300; font-size: 16px; line-height: 22px; color: #666; position: relative; z-index: 2; }

.kurt-block--contact-addresses [data-map_id='office'], .kurt-block--contact-addresses [data-map_id='school'] { cursor: pointer; }

.kurt-block--contact-addresses [data-map_id='office']:hover .desc .title, .kurt-block--contact-addresses [data-map_id='school']:hover .desc .title { color: #EC6608; }

.kurt-block--contact-addresses [data-map_id='office']:hover .desc .title svg, .kurt-block--contact-addresses [data-map_id='school']:hover .desc .title svg { fill: #EC6608; }

.kurt-block--contact-addresses .desc, .kurt-block--contact-addresses .parking { padding-left: 75px; position: relative; }

.kurt-block--contact-addresses .desc { min-height: 180px; }

.kurt-block--contact-addresses .title { font-size: 20px; line-height: 23px; color: #444; text-transform: uppercase; font-style: normal; font-weight: 500; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.kurt-block--contact-addresses .title svg { position: absolute; left: -30px; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.kurt-block--contact-addresses .address { font-style: normal; font-weight: 300; font-size: 18px; line-height: 24px; color: #444; margin-bottom: 5px; }

.kurt-block--contact-addresses .note { font-weight: 300; font-size: 13px; line-height: 20px; color: #666; }

.kurt-block--contact-addresses .orange { color: #EC6608; font-size: 14px; line-height: 22px; }

.kurt-block--contact-addresses .parking .title { font-size: 18px; }

.kurt-block--contact-addresses a { color: #666; text-decoration: underline; }

.kurt-block--contact-addresses a:hover { color: #666; }

.kurt-block--contact-addresses .col-sm-6:first-child { position: relative; }

.kurt-block--contact-addresses .col-sm-6:first-child::after { width: 1px; height: 100%; content: ''; background: #8A8A8A; display: block; position: absolute; top: 0; right: 0; }

@media screen and (max-width: 540px) { .kurt-block--contact-addresses [data-map_id='school'] { margin-top: 30px; }
  .kurt-block--contact-addresses .col-sm-6:first-child::after { display: none; } }

.kurt-block--contact-form { position: relative; background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0; padding: 0 0 50px; overflow: hidden; }

.kurt-block--contact-form::before, .kurt-block--contact-form::after { display: block; position: absolute; content: ''; }

.kurt-block--contact-form::before { width: 1164.5px; height: 738px; right: 67%; top: 0; background: linear-gradient(180deg, #e5e5e5 0%, rgba(229, 229, 229, 0.5) 50%) #E5E5E5; transform: skew(-55deg); }

.kurt-block--contact-form::after { width: 0; height: 0; right: 50px; bottom: 0px; border-top: 350px solid transparent; border-bottom: 0 solid transparent; border-left: 250px solid #E5E5E5; transform: rotate(-90deg); z-index: 1; }

.kurt-block--contact-info { position: relative; background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0; padding: 0 0 50px; }

.kurt-block--partners { background: linear-gradient(to bottom, rgba(229, 229, 229, 0.5) 0%, #fff 100%), rgba(229, 229, 229, 0.5); padding-top: 60px; }

.kurt-block--partners.white { background: transparent !important; }

.kurt-block--partners ul { display: block; width: 100%; margin: 50px 0 50px 0; vertical-align: top; text-align: center; }

.kurt-block--partners ul li { display: inline-block; width: 10%; text-align: center; position: relative; vertical-align: middle; height: 70px; }

.kurt-block--partners ul li a { vertical-align: top; transition: 0.2s; }

.kurt-block--partners ul li a:hover { opacity: 0.7; }

.kurt-block--partners ul li a:hover img { filter: grayscale(0); }

.kurt-block--partners ul li a:hover:before { opacity: 1; transform: scale(1); }

.kurt-block--partners ul li a:hover .title { margin-top: 120px !important; }

.kurt-block--partners ul li a:hover .title, .kurt-block--partners ul li a:hover .desc { color: #EC6608; }

.kurt-block--partners ul li img { margin: auto; display: block; position: relative; max-height: 45px; max-width: 60%; filter: gray; filter: grayscale(1); transition: 0.2s; }

@media screen and (max-width: 980px) { .kurt-block--partners ul li { width: 20%; } }

@media screen and (max-width: 520px) { .kurt-block--partners ul li { width: 25%; } }

.kurt-block--partners_detailed { background: linear-gradient(to bottom, rgba(229, 229, 229, 0.5) 0%, #fff 100%), rgba(229, 229, 229, 0.5); padding: 6rem 0 4rem; }

.kurt-block--partners_detailed.white { background: transparent !important; }

.kurt-block--partners_detailed ul { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 100%; margin: 5rem 0; vertical-align: top; text-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.kurt-block--partners_detailed ul li { display: inline-block; width: 14%; text-align: center; position: relative; height: 70px; top: 50%; transform: translateY(-50%); margin-bottom: 25px; }

.kurt-block--partners_detailed ul li img { margin: auto; display: block; position: relative; max-height: 45px; max-width: 60%; filter: gray; filter: grayscale(1); transition: 0.2s; top: 50%; transform: translateY(-50%); }

.kurt-block--partners_detailed ul li:hover { z-index: 10; }

.kurt-block--partners_detailed ul li:hover .partner-desc { height: auto; opacity: 1; padding: 10px 10px 20px 10px; }

.kurt-block--partners_detailed ul li .partner-desc { width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; box-shadow: 0 2px 5px 0 rgba(68, 68, 68, 0.35); overflow: hidden; transition: all .3s ease-in-out; height: 0; opacity: 0; padding: 0; z-index: 10; }

.kurt-block--partners_detailed ul li .partner-desc img { max-height: 30px; margin: 15px auto; filter: none; }

.kurt-block--partners_detailed ul li .partner-desc a { width: 100px; display: block; margin: 15px auto 0; background: #EC6608; color: #fff; padding: 7px 13px; }

@media screen and (max-width: 980px) { .kurt-block--partners_detailed ul li { width: 20%; } }

@media screen and (max-width: 520px) { .kurt-block--partners_detailed ul li { width: 25%; } }

.kurt-block--problems .kurt-slider-home-events { width: 95%; }

.kurt-block--problems .kurt-slider-home-events .kurt-tiles { height: 425px; }

.kurt-block--problems .kurt-slider-home-events .kurt-tiles h3 { font-size: 20px; }

.kurt-block--problems .kurt-slider-home-events .kurt-tiles .details { font-size: 14px; margin-top: 15px; line-height: 16px; }

.kurt-block--problems .kurt-slider-home-events .kurt-tiles.block { width: 28%; max-width: 270px; }

.kurt-block--problems .kurt-slider-home-events .cuteoff-list::before { bottom: 50px; }

.kurt-block--problems .kurt-slider-home-events .cuteoff-list::after { border-top-width: 50px; border-right-width: 60px; border-left-width: 90px; }

.kurt-block.scrum-master { height: auto; background: url("../img/layout/blocks/newsletter-bg.jpg") top center; padding-top: 0px !important; }

.kurt-block.scrum-master .hightlight { color: #fff; background: #EC6608; display: block; padding: 5px 10px; position: absolute; right: 0px; top: 0px; }

.kurt-block.scrum-master .col-lg-9 { vertical-align: top !important; padding-top: 60px; padding-bottom: 40px; }

.kurt-block.scrum-master .col-lg-9:after { content: ''; clear: both; display: block; width: 100%; height: 1px; }

.kurt-block.scrum-master .left-block, .kurt-block.scrum-master .right-block { position: relative; display: inline-block; width: 45%; min-height: 320px; vertical-align: top !important; text-align: left; }

.kurt-block.scrum-master .left-block h2 { width: 80%; height: 70px; position: relative; display: block; }

.kurt-block.scrum-master .left-block .lead { color: #fff; margin-top: 5px; font-size: 18px; line-height: 21px; color: #FFFFFF; font-weight: 200; }

.kurt-block.scrum-master .left-block .lead b { font-weight: 400; text-transform: uppercase; }

.kurt-block.scrum-master .left-block .price { position: absolute; bottom: 0px; left: 0px; display: block; }

.kurt-block.scrum-master .left-block .price span { color: #fff; font-style: normal; font-weight: normal; font-size: 18px; line-height: 22px; }

.kurt-block.scrum-master .left-block .price span b { font-weight: 600; }

.kurt-block.scrum-master .left-block .price strong { color: #EC6608; display: block; font-style: normal; font-weight: 300; font-size: 30px; line-height: 35px; }

.kurt-block.scrum-master .right-block { float: right; margin-right: 4%; text-align: left; }

.kurt-block.scrum-master .right-block .image { width: calc(100% + 30px); height: 250px; position: relative; display: block; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 30px 25px); clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 30px 25px); background-size: cover; margin-left: -30px; }

.kurt-block.scrum-master .right-block .bigBtn { max-width: 100%; }

@media screen and (max-width: 680px) { .kurt-block.scrum-master .col-lg-9 { text-align: center; }
  .kurt-block.scrum-master .right-block, .kurt-block.scrum-master .left-block { width: calc(100% - 60px) !important; margin: 0 auto 30px auto !important; float: inherit; min-height: 200px !important; }
  .kurt-block.scrum-master .lead { margin-top: 0px !important; }
  .kurt-block.scrum-master .price { position: relative !important; margin-top: 40px !important; } }

.kurt-block--newsletter { height: 200px; background: url("../img/layout/blocks/newsletter-bg.jpg") top center; background-size: cover; padding: 45px 0; }

@media screen and (max-width: 800px) { .kurt-block--newsletter { width: 100%; left: inherit; transform: none; margin: 30px auto 35px auto !important; height: auto !important; } }

.kurt-block--newsletter h3 { font-style: normal; font-weight: 600; font-size: 24px; line-height: 28px; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; margin-bottom: 30px; }

.kurt-block--newsletter p, .kurt-block--newsletter .checkout-page .checkout-label, .checkout-page .kurt-block--newsletter .checkout-label { font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; color: #fff; }

.kurt-block--newsletter .transpBtn { position: absolute; top: 50%; transform: translateY(-50%); }

.kurt-block--newsletter.kurt-block--blog .transpBtn { text-align: center; }

@media screen and (max-width: 1200px) { .kurt-block--newsletter .transpBtn { width: 280px; padding: 0 20px; margin: 20px 0; }
  .kurt-block--newsletter .transpBtn span { font-size: 14px; } }

@media screen and (max-width: 1000px) { .kurt-block--newsletter { height: 300px; }
  .kurt-block--newsletter .transpBtn { width: 330px; padding: 0 30px; position: relative; margin: 20px; }
  .kurt-block--newsletter .transpBtn span { font-size: 16px; } }

.kurt-block--practical-knowledge { padding: 25px 0 50px; overflow: hidden; position: relative; height: auto; }

@media screen and (max-width: 700px) { .kurt-block--practical-knowledge { padding-top: 20px; } }

.kurt-block--practical-knowledge.gray { background: linear-gradient(180deg, rgba(196, 196, 196, 0.7) 0%, rgba(229, 229, 229, 0) 23.78%), rgba(229, 229, 229, 0.5); }

.kurt-block--practical-knowledge.home { padding-top: 50px; background: linear-gradient(180deg, rgba(196, 196, 196, 0.5) 0%, rgba(229, 229, 229, 0) 31.35%), rgba(229, 229, 229, 0.5); }

@media screen and (max-width: 800px) { .kurt-block--practical-knowledge.home { padding-top: 50px; } }

.kurt-block--practical-knowledge h2 span { font-size: 23px; }

.kurt-block--practical-knowledge .kurt-expert.small { margin-top: 0px !important; height: 240px !important; }

.kurt-block--practical-knowledge .details { font-size: 18px !important; }

.kurt-block--practical-knowledge .details p, .kurt-block--practical-knowledge .details .checkout-page .checkout-label, .checkout-page .kurt-block--practical-knowledge .details .checkout-label, .kurt-block--practical-knowledge .details p b, .kurt-block--practical-knowledge .details .checkout-page .checkout-label b, .checkout-page .kurt-block--practical-knowledge .details .checkout-label b { font-size: 18px !important; }

.kurt-block--practical-knowledge .details p, .kurt-block--practical-knowledge .details .checkout-page .checkout-label, .checkout-page .kurt-block--practical-knowledge .details .checkout-label { margin-bottom: 10px; }

.kurt-block--about-list { padding-top: 30px; vertical-align: top; }

.kurt-block--about-list .user-list { padding-top: 40px; padding-bottom: 0px; }

.kurt-block--about-list .user-list .kurt-expert { overflow: hidden; float: left; height: 300px; box-sizing: inherit !important; width: 25% !important; max-width: inherit !important; margin: 20px 0 20px 0; }

@media screen and (max-width: 800px) { .kurt-block--about-list .user-list .kurt-expert { width: 49% !important; } }

.kurt-block--about-list .user-list .kurt-expert .photo { width: 150px; height: 150px; }

.kurt-block--about-list .user-list .kurt-expert .photo img { height: 150px; }

.kurt-block--about-list .user-list:after { content: ''; display: block; width: 100%; height: 20px; clear: both; }

.kurt-block--testimonials { min-height: 280px; background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0; padding: 30px; }

.kurt-block--testimonials.white { background: transparent; }

.kurt-block--testimonials.white .quote::before { background: url(../img/layout/icons/quotation-up-gray.png) no-repeat center center !important; background-size: cover; top: -60px; }

.kurt-block--testimonials.white .quote::after { background: url(../img/layout/icons/quotation-down-gray.png) no-repeat center center !important; background-size: cover; right: 30px; }

@media screen and (max-width: 800px) { .kurt-block--testimonials.white .quote::before, .kurt-block--testimonials.white .quote::after { display: none !important; } }

.kurt-block--testimonials .kurt-slider { margin: 0; }

.kurt-block--testimonials .kurt-expert { padding: 0; }

.kurt-block--testimonials .quote { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.kurt-block--testimonials .quote p, .kurt-block--testimonials .quote .checkout-page .checkout-label, .checkout-page .kurt-block--testimonials .quote .checkout-label { font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; letter-spacing: 0.05em; color: #444; }

.kurt-block--testimonials .quote::before, .kurt-block--testimonials .quote::after { width: 40px; height: 31px; content: ''; display: block; position: absolute; }

.kurt-block--testimonials .quote::before { background: url("../img/layout/icons/quotation-up.png") no-repeat center center; background-size: cover; top: -50px; }

.kurt-block--testimonials .quote::after { background: url("../img/layout/icons/quotation-down.png") no-repeat center center; background-size: cover; right: 30px; }

@media screen and (max-width: 900px) { .kurt-block--testimonials .quote { position: relative; margin: 70px 0 0; }
  .kurt-block--testimonials .quote.col-7 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 580px) { .kurt-block--testimonials .quote { margin: 110px 0 20px; } }

.kurt-block--educations-testimonials { height: 280px; background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0; padding: 30px; }

.kurt-block--educations-testimonials .kurt-slider { margin: 0; }

.kurt-block--educations-testimonials .kurt-expert { padding: 0; }

.kurt-block--educations-testimonials .quote { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.kurt-block--educations-testimonials .quote p, .kurt-block--educations-testimonials .quote .checkout-page .checkout-label, .checkout-page .kurt-block--educations-testimonials .quote .checkout-label { font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; letter-spacing: 0.05em; color: #444; }

.kurt-block--educations-testimonials .quote::before, .kurt-block--educations-testimonials .quote::after { width: 40px; height: 31px; content: ''; display: block; position: absolute; }

.kurt-block--educations-testimonials .quote::before { background: url("../img/layout/icons/quotation-up.png") no-repeat center center; background-size: cover; top: -50px; }

.kurt-block--educations-testimonials .quote::after { background: url("../img/layout/icons/quotation-down.png") no-repeat center center; background-size: cover; right: 30px; }

.kurt-block--videos { height: 280px; padding: 30px; overflow: hidden; position: relative; }

@media screen and (max-width: 700px) { .kurt-block--videos .videos { padding-right: 0px !important; padding-top: 10px !important; } }

.kurt-block--videos .videos-block { background: #fff; width: 40%; display: inline-block; position: relative; overflow: hidden; }

@media screen and (max-width: 700px) { .kurt-block--videos .videos-block { width: 100% !important; } }

@media screen and (max-width: 700px) { .kurt-block--videos { display: block; -ms-flex: none !important; flex: none !important; } }

.kurt-block--current-events { padding: 40px 0 20px; }

.kurt-block--current-events h2 { margin-bottom: 30px; }

.kurt-block--accordion { padding-top: 40px; background: linear-gradient(180deg, rgba(196, 196, 196, 0.7) 0%, rgba(229, 229, 229, 0) 23.78%), rgba(229, 229, 229, 0.5); }

.kurt-block--accordion.transperent { background: transparent !important; }

.kurt-block--accordion h3.subtitle { color: #EC6608; text-transform: uppercase; }

.kurt-block--accordion .kurt-tiles.block { width: 43.2% !important; height: 370px; }

.kurt-block--accordion .kurt-tiles.block .photo { width: 100% !important; }

.kurt-block--accordion .kurt-tiles.block .photo img { width: 100%; height: auto; object-fit: cover; margin: auto; position: relative; top: 50%; transform: translateY(-50%); }

.kurt-block--gallery { background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0; padding: 40px 0 20px; }

.kurt-block--gallery h2 { margin-bottom: 30px; }

.kurt-block--gallery .gallery-container { width: 100%; box-sizing: border-box; }

.kurt-block--gallery .gallery-container figure { width: 32%; height: 230px; display: inline-block; overflow: hidden; margin: 5px; }

.kurt-block--education-recommend { padding: 40px 0 20px; }

.kurt-block--education-recommend h2 { padding-left: 15px; }

.kurt-block--education-recommend > .container { padding: 0; }

.kurt-block--education-recommend .kurt-tiles { margin: 15px; }

.kurt-block--education-recommend .kurt-tiles--events:nth-child(-n+3) { margin-top: 20px; position: relative; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.kurt-block--education-recommend .kurt-tiles--events:nth-child(-n+3):hover { margin-top: 0; }

.kurt-block--article-block { padding: 40px 0 10px; }

.kurt-block--article-block.article-block-dark { background: linear-gradient(180.46deg, rgba(196, 196, 196, 0.2) 31.27%, rgba(229, 229, 229, 0) 98.65%), rgba(68, 68, 68, 0.9); }

.kurt-block--article-block.article-block-dark h2 { color: #fff; }

.kurt-block--article-block.article-block-dark p, .kurt-block--article-block.article-block-dark .checkout-page .checkout-label, .checkout-page .kurt-block--article-block.article-block-dark .checkout-label, .kurt-block--article-block.article-block-dark li { color: #fff; }

.kurt-block--article-block p, .kurt-block--article-block .checkout-page .checkout-label, .checkout-page .kurt-block--article-block .checkout-label, .kurt-block--article-block li { font-style: normal; font-weight: 300; font-size: 16px; line-height: 20px; color: #444; padding: 7px 0; }

.kurt-block--article-block ul { margin: 20px 0; }

.kurt-block--article-block li { margin: 0 100px 0 110px; position: relative; }

.kurt-block--article-block li::before { width: 12px; height: 16px; content: ''; display: inline-block; position: absolute; top: 9px; left: -35px; background: url("../img/layout/icons/arrow_orange.png") no-repeat center center; background-size: 100%; }

@media screen and (max-width: 680px) { .kurt-block--article-block li { margin: 0 50px 0 70px; } }

.kurt-block--videos { height: auto; padding-bottom: 50px; }

.kurt-block--videos .videos { padding-top: 50px; padding-right: 20px; }

.kurt-block--videos .videos-block { transition: 0.2s; width: 45%; box-shadow: 6px 6px 25px rgba(150, 150, 150, 0.45) !important; display: inline-block; margin-bottom: 30px; }

.kurt-block--videos .videos-block:hover { transform: translateY(-10px); }

.kurt-block--videos .videos-block:hover .cover:before { opacity: 0.7; }

.kurt-block--videos .videos-block:nth-child(2n) { float: right; }

.kurt-block--videos .videos .cover { height: 190px; overflow: hidden; display: block; background-size: cover !important; background-position: 50% 50% !important; transition: 0.2s; position: relative; }

.kurt-block--videos .videos .cover:before { content: ''; background-image: url(../img/layout/video/play-video.png); background-position: 50% 50%; display: block; width: 100px; height: 100px; position: absolute; top: 50%; left: 50%; margin-left: -50px; margin-top: -45px; }

.kurt-block--videos .videos .cover:after { content: ''; right: calc(-100% - 220px); bottom: -5px; height: 500px; width: 100%; transform: skew(-50deg, 0deg); display: block; position: absolute; background: #fff; }

.kurt-block--videos .videos .title { font-style: normal; font-weight: normal; font-size: 17px; line-height: 22px; color: #EC6608; display: block; text-transform: uppercase; padding: 15px 20px; position: relative; height: 90px; text-overflow: ellipsis; }

.kurt-block--corporate { background: url("../img/kurt-logo-motiv.png") no-repeat center center; background-size: 116px 120px; padding: 40px 0 60px; position: relative; }

.kurt-block--corporate .container { max-width: 1100px; }

.kurt-block--corporate::before { border-style: solid; border-width: 40px 60px 0 60px; border-color: rgba(229, 229, 229, 0.5) transparent transparent transparent; content: ''; display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

@media screen and (max-width: 1367px) { .kurt-block--corporate .kurt-tiles.block { width: 50%; } }

@media screen and (max-width: 981px) { .kurt-block--corporate .kurt-tiles--corporate.block { margin-bottom: 20px !important; } }

.kurt-block--reference { padding-top: 40px; }

.kurt-block--reference.gray { background: #E5E5E5; }

.kurt-block--reference h3.subtitle { color: #EC6608; text-transform: uppercase; }

.kurt-block--reference .kurt-tiles.block { width: 43.2% !important; height: 370px !important; }

.kurt-block--reference .kurt-tiles.block .photo { width: 100% !important; }

@media screen and (max-width: 1366px) { .kurt-block--reference .kurt-tiles.block { width: 31% !important; margin: 15px 10px !important; } }

@media screen and (max-width: 980px) { .kurt-block--reference .kurt-tiles.block { width: 45% !important; margin: 15px; } }

@media screen and (max-width: 680px) { .kurt-block--reference .kurt-tiles.block { width: 100% !important; max-width: 100% !important; } }

.kurt-block--reference .details, .kurt-block--reference .details p, .kurt-block--reference .details .checkout-page .checkout-label, .checkout-page .kurt-block--reference .details .checkout-label { font-style: normal; font-weight: 300 !important; font-size: 14px !important; line-height: 18px !important; }

body.page-template-about .kurt-block--practical-knowledge { padding: 45px 0 30px; overflow: hidden; position: relative; height: auto; }

@media screen and (max-width: 800px) { body.page-template-about .kurt-block--practical-knowledge .kurt-slider { margin-top: 0 !important; } }

body.page-template-about .kurt-block--practical-knowledge.gray { background: linear-gradient(180deg, rgba(196, 196, 196, 0.7) 0%, rgba(229, 229, 229, 0) 23.78%), rgba(229, 229, 229, 0.5); }

body.page-template-about .kurt-block--practical-knowledge.home { margin-top: 50px; background: linear-gradient(180deg, rgba(196, 196, 196, 0.5) 0%, rgba(229, 229, 229, 0) 31.35%), rgba(229, 229, 229, 0.5); }

body.page-template-about .kurt-block--practical-knowledge h2 span { font-size: 23px; }

body.page-template-about .kurt-block--practical-knowledge .slider-content { vertical-align: top; text-align: center !important; }

body.page-template-about .kurt-block--practical-knowledge .kurt-expert, body.page-template-about .kurt-block--practical-knowledge .kurt-expert.small { width: 24% !important; max-width: 24% !important; margin-left: 0px !important; margin-right: 0px !important; overflow: hidden; display: inline-block; vertical-align: top; text-align: center !important; height: 270px; }

@media screen and (max-width: 800px) { body.page-template-about .kurt-block--practical-knowledge .kurt-expert, body.page-template-about .kurt-block--practical-knowledge .kurt-expert.small { width: 49% !important; max-width: 49% !important; } }

body.page-template-about .kurt-block--practical-knowledge .kurt-expert .photo, body.page-template-about .kurt-block--practical-knowledge .kurt-expert.small .photo { width: 150px !important; height: 150px !important; margin: 0 auto 15px; }

body.page-template-about .kurt-block--practical-knowledge .kurt-expert .photo img, body.page-template-about .kurt-block--practical-knowledge .kurt-expert.small .photo img { height: 150px !important; }

.kurt-slider--experts { padding-top: 20px; }

.slider-en { width: 1540px !important; }

@media screen and (max-width: 700px) { .slider-en { width: 700px !important; }
  .slider-en .container { width: 100%; } }

.slide-photo-en { background-image: url("../img/pages/home/robot.jpg"); }

@media screen and (max-width: 700px) { .slide-photo-en { background-image: url("../img/pages/home/robot_small.jpg"); } }

@media screen and (max-width: 300px) { .slide-photo-en { background-image: url("../img/pages/home/robot_mobile.jpg"); } }

.kurt-block--practical-knowledge .kurt-expert.small { height: auto !important; margin: 20px 0px 30px 0px; width: 20% !important; max-width: 20% !important; -ms-flex: inherit !important; flex: inherit !important; }

@media screen and (max-width: 700px) { .kurt-block--practical-knowledge .kurt-expert.small { width: 100% !important; max-width: 100% !important; } }

.kurt-block--practical-knowledge [data-hsblock="2"] .kurt-expert.small { width: 48% !important; max-width: 48% !important; }

.cuteoff-list-wide, .cuteoff-list { display: block; position: relative; text-align: left; margin-bottom: 30px; min-height: 240px; background: #fff; border-radius: 2px; border-bottom-right-radius: 108px !important; padding: 0 !important; box-shadow: 3px 3px 25px rgba(150, 150, 150, 0.25); transition: 0.2s; animation: showList 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) both; transform-origin: 50% 50%; z-index: 10; }

.cuteoff-list-wide .clear, .cuteoff-list .clear { margin: 0 !important; padding: 0 !important; width: 100% !important; height: 0 !important; display: block !important; }

@keyframes showList { 0% { opacity: 0;
    transform: scale(1) translateY(250px); }
  100% { transform: translateY(0px); } }

.cuteoff-list-wide:nth-child(1), .cuteoff-list:nth-child(1) { animation-delay: 0.4s !important; }

.cuteoff-list-wide:nth-child(2), .cuteoff-list:nth-child(2) { animation-delay: 0.5s !important; }

.cuteoff-list-wide:nth-child(3), .cuteoff-list:nth-child(3) { animation-delay: 0.6s !important; }

.cuteoff-list-wide:nth-child(4), .cuteoff-list:nth-child(4) { animation-delay: 0.7s !important; }

.cuteoff-list-wide:nth-child(5), .cuteoff-list:nth-child(5) { animation-delay: 0.8s !important; }

.cuteoff-list-wide:nth-child(6), .cuteoff-list:nth-child(6) { animation-delay: 0.9s !important; }

.cuteoff-list-wide:nth-child(7), .cuteoff-list:nth-child(7) { animation-delay: 1s !important; }

.cuteoff-list-wide:nth-child(8), .cuteoff-list:nth-child(8) { animation-delay: 1.1s !important; }

.cuteoff-list-wide:nth-child(9), .cuteoff-list:nth-child(9) { animation-delay: 1.2s !important; }

.cuteoff-list-wide:nth-child(10), .cuteoff-list:nth-child(10) { animation-delay: 1.3s !important; }

.cuteoff-list-wide:hover, .cuteoff-list:hover { box-shadow: 6px 6px 25px rgba(150, 150, 150, 0.45) !important; transform: translateY(-10px) !important; }

.cuteoff-list-wide:before, .cuteoff-list-wide:after, .cuteoff-list:before, .cuteoff-list:after { content: ' '; position: absolute; right: 0px; z-index: 1; box-sizing: initial !important; }

.cuteoff-list-wide:before, .cuteoff-list:before { width: 30px; height: 60px; bottom: 40px; background: #fff; right: 00px; }

.cuteoff-list-wide:after, .cuteoff-list:after { width: 50px; height: 10px; bottom: -10px; border-top: 40px solid #fff; border-right: 55px solid transparent; }

.cuteoff-list-wide aside, .cuteoff-list aside { display: inline-block; float: right; width: calc( 100% - 380px); padding: 20px 40px 20px 40px; min-height: 240px; height: 100%; z-index: 5; position: relative; }

.cuteoff-list-wide aside:before, .cuteoff-list aside:before { content: ''; position: absolute; left: -20px; background: #fff; }

.cuteoff-list-wide aside a, .cuteoff-list aside a { color: #444; }

.cuteoff-list-wide aside .date, .cuteoff-list aside .date { font-style: normal; font-weight: 300; font-size: 12px; line-height: 14px; color: #666666; }

.cuteoff-list-wide aside h2, .cuteoff-list aside h2 { color: #EC6608; font-style: normal; font-weight: 300; font-size: 21px; line-height: 1.2em; margin: 10px 0 10px 0; text-transform: uppercase; transition: 0.2s; }

.cuteoff-list-wide aside h2:hover, .cuteoff-list aside h2:hover { color: #444; }

.cuteoff-list-wide aside h2.entry-title, .cuteoff-list aside h2.entry-title { font-style: normal; font-weight: 300; font-size: 22px; line-height: 22px; }

.cuteoff-list-wide aside .text, .cuteoff-list aside .text { color: #444; font-size: 14px; }

.cuteoff-list-wide aside .text-column, .cuteoff-list aside .text-column { display: table; position: relative; }

.cuteoff-list-wide aside .text-column .data, .cuteoff-list-wide aside .text-column .desc, .cuteoff-list aside .text-column .data, .cuteoff-list aside .text-column .desc { display: table-cell; vertical-align: top; position: relative; font-style: normal; font-weight: 200; font-size: 16px; line-height: 22px; color: #444444; }

.cuteoff-list-wide aside .text-column .data, .cuteoff-list aside .text-column .data { font-size: 15px; line-height: 1.4em; height: 130px; min-height: 105px; padding-top: 20px; width: 45%; padding-right: 5%; }

.cuteoff-list-wide aside .text-column .data .first, .cuteoff-list aside .text-column .data .first { text-transform: uppercase; display: block; position: relative; }

.cuteoff-list-wide aside .text-column .data .first b, .cuteoff-list aside .text-column .data .first b { display: block; font-weight: 600; }

.cuteoff-list-wide aside .text-column .data .deadline, .cuteoff-list aside .text-column .data .deadline { position: relative; bottom: 0px; font-size: 14px; margin-top: 17px; display: block; }

.cuteoff-list-wide aside .text-column .data .deadline span, .cuteoff-list aside .text-column .data .deadline span { display: block; color: #666666; }

.cuteoff-list-wide aside .text-column .data .deadline b, .cuteoff-list aside .text-column .data .deadline b { display: inline-block; background: #EC6608; color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; padding: 2px 5px; }

.cuteoff-list-wide aside .text-column .desc, .cuteoff-list aside .text-column .desc { width: 50%; vertical-align: top; font-weight: 300; font-size: 15px; line-height: 20px; }

.cuteoff-list-wide aside .text p, .cuteoff-list-wide aside .text .checkout-page .checkout-label, .checkout-page .cuteoff-list-wide aside .text .checkout-label, .cuteoff-list aside .text p, .cuteoff-list aside .text .checkout-page .checkout-label, .checkout-page .cuteoff-list aside .text .checkout-label { font-weight: 300; font-size: 16px; line-height: 18px; }

.cuteoff-list-wide aside .subhead, .cuteoff-list aside .subhead { color: #444; font-size: 16px; text-transform: none; display: block; margin: 15px 0px; font-weight: 500; }

.cuteoff-list-wide aside .subhead p, .cuteoff-list-wide aside .subhead .checkout-page .checkout-label, .checkout-page .cuteoff-list-wide aside .subhead .checkout-label, .cuteoff-list aside .subhead p, .cuteoff-list aside .subhead .checkout-page .checkout-label, .checkout-page .cuteoff-list aside .subhead .checkout-label { font-weight: 500; }

.cuteoff-list-wide aside .heart, .cuteoff-list aside .heart { display: block; position: relative; margin-top: 20px; }

.cuteoff-list-wide aside .heart b, .cuteoff-list aside .heart b { color: #EC6608; }

.cuteoff-list-wide aside:hover .arrow, .cuteoff-list aside:hover .arrow { right: -10px; opacity: 1; }

.cuteoff-list-wide aside .arrow, .cuteoff-list aside .arrow { opacity: 0; bottom: -19px; right: 45px; position: absolute; display: block; content: ''; width: 40px; height: 40px; display: inline-block; float: right; background-image: url(../img/layout/icons/btn_arrow_orange.svg); background-repeat: no-repeat; background-position: 50% 50%; transition: 0.4s; z-index: 10; }

.cuteoff-list-wide .post-tags, .cuteoff-list .post-tags { position: absolute; top: -10px; right: 10px; z-index: 10; }

.cuteoff-list-wide .post-tags a, .cuteoff-list .post-tags a { background: #EC6608; color: #fff !important; display: inline-block; margin: 0 5px 0 5px; padding: 0 7px; font-size: 12px; }

.cuteoff-list-wide .post-tags a:hover, .cuteoff-list .post-tags a:hover { background: #444; }

.cuteoff-list-wide .photo, .cuteoff-list .photo { display: block; width: 400px; height: 240px; background-color: #efefef; float: left; background-size: cover; background-position: 50% 50%; position: absolute; left: 0px; top: 0px; }

.cuteoff-list-wide .photo.no-photo, .cuteoff-list .photo.no-photo { background-image: url(../img/kurt-logo.svg); background-size: 100px auto !important; background-repeat: no-repeat; box-shadow: 0 0 10px rgba(100, 100, 100, 0.1) inset; background-position: 42% 50% !important; }

.cuteoff-list-wide .photo { overflow: hidden; }

.cuteoff-list-wide .photo:after { content: ''; width: 40px; height: 1000px; background: #fff; content: ''; display: block; position: absolute; top: -60px; right: -2px; z-index: 4; transform: skew(-30deg) rotate(-30deg); }

@media screen and (max-width: 1200px) { .cuteoff-list-wide > a { width: 380px; height: 100%; }
  .cuteoff-list-wide aside { display: block; margin-left: auto; float: none; } }

@media screen and (max-width: 980px) { .cuteoff-list-wide .photo { width: 240px; height: 140px; }
  .cuteoff-list-wide aside { width: calc(100% - 200px); } }

@media screen and (max-width: 768px) { .cuteoff-list-wide > a { width: 100%; display: block; }
  .cuteoff-list-wide .photo { width: 100%; height: 240px; display: block; position: relative; float: none; }
  .cuteoff-list-wide .photo::after { width: calc(100% + 20px); height: 25px; top: calc(100% - 25px); left: 10px; z-index: 2; transform: skew(-45deg); }
  .cuteoff-list-wide aside { width: 100%; padding: 0 30px 20px 30px; } }

@media screen and (max-width: 700px) { .cuteoff-list-wide aside .text-column .data { width: 100%; display: block; min-height: 30px; }
  .cuteoff-list-wide aside .text-column .desc { width: 100%; display: block; padding-top: 10px; } }

@media screen and (max-width: 840px) { body.page-template-educations .site-cover.wide-list { min-height: 200px; }
  body.page-template-educations #main.site-main { margin-top: 0px !important; } }

.post-tags.tag-list { padding: 40px 0 40px; height: auto; }

.post-tags.tag-list a { display: inline-block; padding: 3px 8px; margin-right: 2px; margin-bottom: 5px; background: #EC6608; color: #fff; text-transform: lowercase; transition: all .35s ease-in-out; }

.post-tags.tag-list a:hover { background: #444; }

@media screen and (max-width: 980px) { .post-tags.tag-list a { padding: 8px 15px; margin-right: 6px; } }

.educations-info-en { padding: 0 0 50px; font-size: 16px; }

.educations-info-en a { color: #EC6608; }

@media screen and (max-width: 1024px) { .slider-container { width: calc(90% - 40px) !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px; }
  .single-post .content-block .kurt-slider.kurt-slider--experts.nomargin .slider-container { margin-top: 10px; } }

.kurt-slider { width: 100%; margin-left: 3%; margin-right: 3%; vertical-align: top; margin-bottom: 0px !important; }

.kurt-slider-home-events { margin-top: 0px !important; min-height: 500px; margin-bottom: 50px; display: block; position: relative; }

.kurt-slider.vallalati-ajanlas { margin-top: -80px !important; }

@media screen and (max-width: 700px) { .kurt-slider.vallalati-ajanlas { margin-top: -110px !important; margin-left: 2.5% !important; }
  .kurt-slider.vallalati-ajanlas .slider-container { margin-top: 0px !important; }
  .kurt-slider.vallalati-ajanlas .photo { margin: 20px 20px 0px 0px !important; margin-top: 0px !important; } }

.kurt-slider.vallalati-ajanlas .content:before { background: url(../img/layout/icons/quotation-up-gray.png) no-repeat center center !important; background-size: 100% auto !important; top: -60px; }

.kurt-slider.vallalati-ajanlas .content:after { background: url(../img/layout/icons/quotation-down-gray.png) no-repeat center center !important; background-size: 100% auto !important; right: 10px; }

.kurt-slider .indicator { width: 100%; text-align: center; }

.kurt-slider .indicator span { width: 12px; height: 12px; display: inline-block; background: #C4C4C4; margin: 40px 15px; content: ''; vertical-align: middle; cursor: pointer; }

.kurt-slider .indicator span.active { width: 16px; height: 16px; background: #EC6608; }

.kurt-slider.articles { height: auto !important; }

.kurt-slider.articles { margin-top: 30px; }

.kurt-slider.articles ul { text-align: center; margin-bottom: 0px; }

.kurt-slider.articles ul li { box-sizing: border-box; padding: 10px; display: inline-block; overflow: hidden; margin-bottom: 0px !important; padding-bottom: 30px; }

.kurt-slider.articles ul li a { display: block; width: 100%; height: 100%; background: #fff; position: relative; }

.kurt-slider.articles ul li .block { display: block; position: relative; height: 100%; text-align: left; transition: 0.3s cubic-bezier(1, 0, 0, 1); min-height: 170px; background: #fff; position: relative; border-radius: 2px; border-bottom-right-radius: 108px !important; background: #fff; padding: 0 !important; transition: 0.2s; animation: showList 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); transform-origin: 50% 50%; z-index: 10; transition: 0.3s cubic-bezier(1, 0, 0, 1); }

.kurt-slider.articles ul li .block:hover { transform: translateY(-10px) translateX(10px); box-shadow: 6px 6px 25px rgba(150, 150, 150, 0.45) !important; }

.kurt-slider.articles ul li .block:before, .kurt-slider.articles ul li .block:after { content: ' '; position: absolute; right: 0px; z-index: 1; box-sizing: initial !important; }

.kurt-slider.articles ul li .block:before { width: 30px; height: 60px; bottom: 40px; background: #fff !important; right: 0px; }

.kurt-slider.articles ul li .block:after { width: 50px; height: 10px; bottom: -10px; right: -3px; border-top: 40px solid #fff !important; border-right: 55px solid transparent; }

.kurt-slider.articles ul li .block:hover .arrow { right: -10px; opacity: 1; }

.kurt-slider.articles ul li .block .arrow { opacity: 0; bottom: -20px; right: 45px; position: absolute; display: block; content: ''; width: 40px; height: 40px; display: inline-block; float: right; background-image: url(../img/layout/icons/btn_arrow_orange.svg); background-repeat: no-repeat; background-position: 50% 50%; transition: 0.4s; z-index: 10; }

.kurt-slider.articles ul li .block .photo { height: 170px; width: 100%; display: block; background: #999; position: relative; overflow: hidden; background-size: cover !important; background-position: 50% 50%; }

.kurt-slider.articles ul li .block .photo:before { content: ''; position: absolute; bottom: 0px; left: 6px; height: 20px; width: 100%; background: #fff; display: block; transform: skew(-30deg, 0deg); }

.kurt-slider.articles ul li .block .text { position: relative; padding: 0 20px 20px 15px; box-sizing: border-box; white-space: normal; color: #444; overflow: hidden; margin-bottom: 30px; }

.kurt-slider.articles ul li .block .text >  * { white-space: normal; z-index: 5; }

.kurt-slider.articles ul li .block .text h3 { color: #EC6608; width: 70%; display: block; position: relative; /*white-space: normal;	*/ z-index: 5; font-style: normal; font-weight: 300; font-size: 22px; }

.kurt-slider.articles ul li .block .text .lead { margin-top: 15px; margin-bottom: 20px; z-index: 7; white-space: normal; display: block; position: relative; min-height: 30px; font-size: 15px; line-height: 18px; color: #444; text-transform: uppercase; }

.kurt-slider.articles ul li .block .text .lead b, .kurt-slider.articles ul li .block .text .lead span { display: block; font-style: normal; font-weight: 500; }

.kurt-slider.articles ul li .block .text .lead span { font-style: normal; font-weight: 300; font-size: 14px; line-height: 22px; color: #666666; }

.kurt-slider.articles ul li .block .text .msg { margin-top: 10px; z-index: 7; white-space: normal; display: block; position: relative; height: 80px; font-size: 14px; line-height: 16px; margin-bottom: 30px; color: #444; overflow: hidden; }

.kurt-slider.articles ul li .block .text .msg p, .kurt-slider.articles ul li .block .text .msg .checkout-page .checkout-label, .checkout-page .kurt-slider.articles ul li .block .text .msg .checkout-label { font-size: 14px; }

.kurt-slider.articles ul li .block .text .msg b, .kurt-slider.articles ul li .block .text .msg span { display: block; }

.kurt-slider .slider-container { overflow: hidden; width: 100%; height: auto !important; vertical-align: top; }

.kurt-slider .sliderArrows { position: absolute; top: 115px; font-size: 30px; }

.kurt-slider .sliderArrows.inactive { opacity: 0.2; pointer-events: none; }

.kurt-slider .sliderArrows.left { left: -70px; }

@media screen and (max-width: 1420px) { .kurt-slider .sliderArrows.left { left: -30px !important; } }

@media screen and (max-width: 700px) { .kurt-slider .sliderArrows.left { left: -40px !important; } }

.kurt-slider .sliderArrows.right { right: -70px; }

@media screen and (max-width: 1420px) { .kurt-slider .sliderArrows.right { right: -30px !important; } }

@media screen and (max-width: 1420px) { .kurt-slider .sliderArrows.right { right: -40px !important; } }

.kurt-slider ul { width: 100%; display: inline-block; white-space: nowrap; font-size: 0px; letter-spacing: 0px; word-spacing: 0px; vertical-align: top; margin-left: -3%; margin-right: -3%; }

.kurt-slider li { display: inline-block; width: 30%; min-height: 430px; margin-bottom: 30px; margin: 0 2% 0 2%; /*float: left;*/ text-decoration: none; list-style: none; background-size: cover; background-position: center; }

.kurt-slider .noClicking { pointer-events: none; color: gray; opacity: 0.5; }

.kurt-slider .noClicking path { fill: #999; }

.slider-container { overflow: hidden; width: 100%; height: auto !important; vertical-align: top; }

.slider-container.miniarrow .sliderArrows { margin-top: -37px; transform: scale(0.6) translateY(-50%) !important; }

.miniarrow .sliderArrows { margin-top: -37px; transform: scale(0.6) translateY(-50%) !important; }

.text-block .miniarrow .sliderArrows { margin-top: -24px; }

/* RESPONSIVE */
@media only screen and (max-width: 960px) { .kurt-slider { /* width: 86%;*/ /* margin-left: 7%;*/ /* margin-right: 7%;*/ }
  .kurt-slider ul { /*padding-right: 100%;*/ }
  .kurt-slider li { width: 50%; } }

@media only screen and (max-width: 480px) { .kurt-sliderul { padding-right: 300%; }
  .kurt-slider { width: 100%; margin-left: 10%; margin-right: 10%; }
  .kurt-slider li { width: 95%; }
  .kurt-slider .sliderEnd { margin-left: 20%; }
  .kurt-slider .sliderEnd.finish { margin-left: initial !important; } }

.kurt-tiles { height: 451px; margin: 20px; box-sizing: border-box; }

.kurt-tiles h3 { font-style: normal; font-weight: 300; font-size: 22px; line-height: 22px; text-transform: uppercase; color: #EC6608; margin-bottom: 15px; }

@media screen and (max-width: 980px) { .kurt-tiles h3 { font-size: 20px; line-height: 20px; } }

.kurt-tiles.block { width: 33%; max-width: 360px; }

.kurt-tiles.block .arrow { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 40; }

.kurt-tiles.block svg { fill: #EC6608; stroke: #EC6608; position: absolute; bottom: 0; right: 10px; opacity: 0; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

@media screen and (max-width: 1366px) { .kurt-tiles.block { width: 30%; margin: 15px 10px; } }

@media screen and (max-width: 980px) { .kurt-tiles.block { width: 45% !important; max-width: 100%; margin: 15px; } }

@media screen and (max-width: 680px) { .kurt-tiles.block { width: 100% !important; } }

.kurt-tiles.cuteoff-list { box-sizing: border-box; box-shadow: none; border-bottom-right-radius: 120px !important; }

.kurt-tiles.cuteoff-list::before { bottom: 59px; }

.kurt-tiles.cuteoff-list::after { height: 0; bottom: 0; width: 70px; border-top: 60px solid #fff; border-right: 80px solid transparent; border-left: 80px solid #fff; }

.kurt-tiles.cuteoff-list .photo { height: 205px; width: 100%; position: relative; float: none; overflow: hidden; }

@media screen and (max-width: 980px) { .kurt-tiles.cuteoff-list .photo { box-shadow: 1px -1px 0px #fff inset; } }

.kurt-tiles.cuteoff-list .photo img { height: 100%; }

.kurt-tiles.cuteoff-list .photo::after { width: 365px; height: 25px; background: #fff; content: ''; display: block; position: absolute; bottom: -2px; left: 10px; z-index: 2; transform: skew(-45deg); }

@media screen and (max-width: 980px) { .kurt-tiles.cuteoff-list .photo::after { width: calc(100% + 20px); max-width: calc(100% + 20px); } }

.kurt-tiles.cuteoff-list:hover { margin-top: 0; }

.kurt-tiles.cuteoff-list:hover svg { opacity: 1; right: 0; }

.kurt-tiles .tags-container { width: 100%; display: block; position: absolute; line-height: 24px; color: #fff; text-align: center; text-transform: uppercase; font-size: 14px; font-style: normal; font-weight: normal; top: -40px; right: 0; z-index: 2; text-align: right; }

.kurt-tiles .state-label { width: 100px; display: inline-block; position: relative; line-height: 24px; color: #fff; text-align: center; text-transform: uppercase; font-size: 14px; font-style: normal; font-weight: normal; z-index: 2; margin-left: 2px; }

.kurt-tiles .state-label.sold-out { background: #EC6608; }

.kurt-tiles .state-label.archive { background: #444; z-index: 3; }

.kurt-tiles .state-label.video { background: #2980b9; z-index: 3; }

.kurt-tiles .text { height: auto; min-height: 226px; display: block; padding: 0 20px 20px; z-index: 5; }

@media only screen and (max-width: 1024px) { .kurt-tiles .text { min-height: 180px; } }

.kurt-tiles .text h3 { margin-bottom: 0px !important; }

.kurt-tiles .text p, .kurt-tiles .text .checkout-page .checkout-label, .checkout-page .kurt-tiles .text .checkout-label { font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; color: #444; }

.kurt-tiles .text .date { font-style: normal; font-weight: 300; font-size: 14px; line-height: 16px; text-align: justify; color: #666; margin: 5px 0 15px; }

.kurt-tiles .text .date b { display: inline-block; font-weight: 600; width: 90px; }

.kurt-tiles .text .small-text { font-size: 12px; }

.kurt-tiles .text .lead { margin-top: 3px; z-index: 7; white-space: normal; font-size: 12px; line-height: 14px; color: #444; }

.kurt-tiles .text .details, .kurt-tiles .text .details p, .kurt-tiles .text .details .checkout-page .checkout-label, .checkout-page .kurt-tiles .text .details .checkout-label { font-size: 16px; line-height: 20px; white-space: normal; }

.kurt-tiles .text .video-link { color: #bd4d6d; display: block; margin-bottom: 10px; font-weight: bold; z-index: 100; }

@media only screen and (max-width: 1024px) { .kurt-tiles .arrow { display: none; } }

.kurt-tiles.archived.cuteoff-list .photo { filter: grayscale(100%); }

.kurt-tiles--events:nth-child(-n+3) { margin-top: -50px; }

.kurt-tiles--events:nth-child(-n+3):hover { margin-top: -65px; }

@media screen and (max-width: 980px) { .kurt-tiles--events:nth-child(-n+3) { margin-top: 15px; }
  .kurt-tiles--events:nth-child(-n+3):hover { margin-top: 0; }
  .kurt-tiles--events:nth-child(-n+2) { margin-top: -50px; }
  .kurt-tiles--events:nth-child(-n+2):hover { margin-top: -65px; } }

@media screen and (max-width: 680px) { .kurt-tiles--events:nth-child(-n+2) { margin-top: 15px; }
  .kurt-tiles--events:nth-child(-n+2):hover { margin-top: 0; }
  .kurt-tiles--events:first-child { margin-top: -50px; }
  .kurt-tiles--events:first-child:hover { margin-top: -65px; } }

.kurt-tiles--corporate.block { width: 100%; max-width: 430px; max-height: 550px; position: relative; margin-bottom: 30px; }

.kurt-tiles--corporate.block:nth-child(odd) { margin-left: 0 !important; }

.kurt-tiles--corporate.block:nth-child(even) { margin-right: 0 !important; margin-left: auto; }

@media screen and (max-width: 1080px) { .kurt-tiles--corporate.block:nth-child(-n+2) { margin-bottom: 100px; } }

@media screen and (max-width: 680px) { .kurt-tiles--corporate.block { max-width: 100%; }
  .kurt-tiles--corporate.block:nth-child(even), .kurt-tiles--corporate.block:nth-child(odd) { margin: 10px auto !important; } }

.kurt-tiles--corporate .col-md-6:nth-child(even) .block { right: 0; }

.kurt-tiles--corporate .photo { width: 100% !important; }

.kurt-tiles--corporate .photo::after { max-width: 450px; width: calc(100% + 20px) !important; }

.kurt-tiles--corporate .photo img { width: 100%; }

.kurt-tiles--corporate .text { height: 200px; overflow: hidden; text-overflow: ellipsis; }

.kurt-tiles--corporate .text .lead { margin-top: 3px; z-index: 7; white-space: normal; font-size: 12px; line-height: 14px; color: #444; }

.kurt-tiles--corporate .text .details p, .kurt-tiles--corporate .text .details .checkout-page .checkout-label, .checkout-page .kurt-tiles--corporate .text .details .checkout-label, .kurt-tiles--corporate .text .details { font-size: 16px; line-height: 20px; z-index: 10; font-size: 14px; }

.kurt-tiles--corporate .text .details { position: relative; z-index: 10; vertical-align: top; height: 350px; white-space: normal; }

.kurt-tiles--corporate .text .details p, .kurt-tiles--corporate .text .details .checkout-page .checkout-label, .checkout-page .kurt-tiles--corporate .text .details .checkout-label { white-space: normal; }

.home .kurt-tiles--events:nth-child(-n+3) { margin-top: 15px; }

.home .kurt-tiles--events:nth-child(-n+3):hover { margin-top: 0; }

#expert-finder { height: 100px; }

#expert-finder .input-line { width: 100%; max-width: 400px; display: block; margin: auto; position: relative; padding: 0px 20px; }

#expert-finder .input-line input { height: 55px; padding: 0 10px 0 52px; border-radius: 0px; width: 100%; margin-right: 10px; border: 1px solid #999; background-color: #fff; background-image: url(../img/layout/icons/search.png); background-repeat: no-repeat; background-size: 30px auto; background-position: 10px 10px; }

#expert-finder .input-line input:active, #expert-finder .input-line input:focus { border: 1px solid #444; }

body .experts .entry-content .user-list .kurt-expert { animation: showExpert 0.4s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1) both; }

body .experts .entry-content .user-list .kurt-expert.search-hide { display: none !important; animation: inherit !important; }

@keyframes showExpert { 0% { opacity: 0;
    transform: translateY(20px); }
  100% { opacity: 1; } }

.no-result { width: 100%; height: 150px; line-height: 150px; color: #555; display: block; text-align: center; animation: showExpert 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1) both; }

@keyframes showExpert { 0% { opacity: 0;
    transform: translateY(20px); }
  100% { opacity: 1; } }

.user-list { min-height: 180px; }

.user-list b { font-weight: 600; font-size: 18px; line-height: 18px; font-style: normal; font-weight: bold; letter-spacing: 0.05em; margin-bottom: 10px; margin-top: 10px; display: block; position: relative; }

.user-list .position { font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; letter-spacing: 0.05em; margin-top: 10px; display: block; position: relative; }

.kurt-expert p, .kurt-expert .checkout-page .checkout-label, .checkout-page .kurt-expert .checkout-label { text-align: center; }

.kurt-expert p b, .kurt-expert .checkout-page .checkout-label b, .checkout-page .kurt-expert .checkout-label b { font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; letter-spacing: 0.05em; color: #666; }

.kurt-expert p .position, .kurt-expert .checkout-page .checkout-label .position, .checkout-page .kurt-expert .checkout-label .position { font-style: normal; font-weight: normal; font-size: 12px; line-height: 14px; letter-spacing: 0.05em; color: #666; display: block !important; }

.kurt-expert p .company, .kurt-expert .checkout-page .checkout-label .company, .checkout-page .kurt-expert .checkout-label .company { font-style: normal; font-weight: normal; font-size: 13px; line-height: 18px; letter-spacing: 0 !important; display: block; font-weight: 500; letter-spacing: 0.05em; color: #666666; text-transform: uppercase; }

.kurt-expert p a, .kurt-expert .checkout-page .checkout-label a, .checkout-page .kurt-expert .checkout-label a { font-size: 13px; letter-spacing: 0.05em; color: #EC6608; display: block; text-align: center; white-space: normal !important; word-wrap: break-word !important; }

.kurt-expert b.name { font-style: normal; font-weight: bold; font-size: 16px; line-height: 18px; /* or 150% */ text-align: center; color: #666666; display: block; }

.kurt-expert .mail { font-size: 13px; letter-spacing: 0.05em; color: #EC6608; display: block; text-align: center; white-space: normal !important; word-wrap: break-word !important; }

.kurt-expert .photo { width: 200px; height: 200px; overflow: hidden; background: #C4C4C4; margin: 30px auto; }

.kurt-expert .photo img { height: 200px; display: block; margin: auto; }

.kurt-expert.small { margin: 20px 20px 30px 20px; }

.kurt-expert.small p, .kurt-expert.small .checkout-page .checkout-label, .checkout-page .kurt-expert.small .checkout-label { margin-bottom: 3px; }

.kurt-expert.small p b, .kurt-expert.small .checkout-page .checkout-label b, .checkout-page .kurt-expert.small .checkout-label b { font-weight: 500; font-size: 18px; line-height: 18px; font-style: normal; letter-spacing: 0.05em; display: block; position: relative; }

.kurt-expert.small p .position, .kurt-expert.small .checkout-page .checkout-label .position, .checkout-page .kurt-expert.small .checkout-label .position { font-style: normal; font-weight: normal; font-size: 14px; line-height: 16px; letter-spacing: 0.05em; }

.kurt-expert.small .photo { width: 120px; height: 120px; margin: 0 auto 15px; }

.kurt-expert.small .photo img { height: 120px; }

.kurt-expert.side-text p, .kurt-expert.side-text .checkout-page .checkout-label, .checkout-page .kurt-expert.side-text .checkout-label { text-align: left; font-style: normal; font-weight: 500; font-size: 13px; line-height: 18px; letter-spacing: 0.05em; color: #666; }

.kurt-expert.side-text p b, .kurt-expert.side-text .checkout-page .checkout-label b, .checkout-page .kurt-expert.side-text .checkout-label b { font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; letter-spacing: 0.05em; color: #444; }

.kurt-expert.side-text p .position, .kurt-expert.side-text .checkout-page .checkout-label .position, .checkout-page .kurt-expert.side-text .checkout-label .position { font-style: normal; font-weight: 300; font-size: 14px; line-height: 24px; letter-spacing: 0.05em; color: #666; }

.kurt-expert.side-text .photo { width: 150px; height: 150px; display: inline-block; vertical-align: middle; }

.kurt-expert.side-text .photo img { height: 150px; }

@media screen and (max-width: 1200px) { .kurt-expert.side-text .photo { width: 100px; height: 100px; }
  .kurt-expert.side-text .photo img { height: 100px; } }

.kurt-expert.side-text .details { width: auto; display: inline-block; vertical-align: middle; margin: 10px 0 0 20px; }

@media screen and (max-width: 900px) { .kurt-expert.side-text.col-5 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; } }

.kurt-expert.wide { width: 100%; float: left; }

.kurt-expert.wide .photo { height: 95px; width: 95px; margin: 80px 20px 40px 15px; float: left; }

@media screen and (min-width: 1400px) { .kurt-expert.wide .photo { margin: 80px 20px 40px 45px !important; } }

.kurt-expert.wide .photo img { height: 95px; }

.kurt-expert.wide .details { width: 240px; margin: 90px 20px 40px 0px; float: left; text-align: left; padding: 0px; min-height: 125px; }

@media screen and (max-width: 700px) { .kurt-expert.wide .details { width: calc(100% - 150px); margin-right: 0px; margin-bottom: 10px; } }

.kurt-expert.wide .details p, .kurt-expert.wide .details .checkout-page .checkout-label, .checkout-page .kurt-expert.wide .details .checkout-label { text-align: left; margin-bottom: 6px; }

.kurt-expert.wide .content { margin: 120px 30px 40px 20px; position: relative; font-style: normal; font-weight: normal; font-size: 14px; line-height: 19px; letter-spacing: 0.05em; text-align: left; padding-top: 13px; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; letter-spacing: 0.05em; color: #444444; }

@media screen and (max-width: 700px) { .kurt-expert.wide .content { float: left; margin-top: 0px !important; }
  .kurt-expert.wide .content:before { left: 0px !important; } }

.kurt-expert.wide .content:before, .kurt-expert.wide .content:after { position: absolute; content: ''; display: block; width: 38px; height: 38px; }

.kurt-expert.wide .content:before { background: url(../img/layout/icons/quotation-up.png) no-repeat center center; background-size: 100% auto; top: -35px; left: 45%; }

.kurt-expert.wide .content:after { background: url(../img/layout/icons/quotation-down.png) no-repeat center center; background-size: 100% auto; right: 10px; }

.kurt-expert.wide.hs-item .photo { margin-top: 50px !important; }

.kurt-expert.wide.hs-item .details { margin-top: 55px !important; font-size: 15px !important; }

.kurt-expert.wide.hs-item .details p b, .kurt-expert.wide.hs-item .details .checkout-page .checkout-label b, .checkout-page .kurt-expert.wide.hs-item .details .checkout-label b { font-style: normal; font-weight: normal; font-size: 16px !important; line-height: 19px; letter-spacing: 0.05em; color: #444444; margin-top: 8px; display: block; }

.kurt-expert.wide.hs-item .content { margin-top: 30px !important; }

@media screen and (max-width: 700px) { .kurt-expert.wide.hs-item .content { margin-top: -30px !important; }
  .kurt-expert.wide.hs-item .content:before, .kurt-expert.wide.hs-item .content:after { left: 0px !important; display: none; } }

@media screen and (max-width: 1200px) { .kurt-slider--testimonials .slider-content { margin-top: 30px; } }

@media screen and (max-width: 1024px) { .kurt-slider--testimonials .sliderArrows.right { right: -40px !important; }
  .kurt-slider--testimonials .sliderArrows.left { left: -40px !important; } }

@media screen and (max-width: 900px) { .kurt-slider--testimonials { width: 100%; height: 340px !important; }
  .kurt-slider--testimonials .slider-container { min-height: 350px; }
  .kurt-slider--testimonials .slider-content { margin-top: 0; } }

.company-page .kurt-expert.small p b, .company-page .kurt-expert.small .checkout-page .checkout-label b, .checkout-page .company-page .kurt-expert.small .checkout-label b, .educations-page .kurt-expert.small p b, .educations-page .kurt-expert.small .checkout-page .checkout-label b, .checkout-page .educations-page .kurt-expert.small .checkout-label b, #single-wrapper .kurt-expert.small p b, #single-wrapper .kurt-expert.small .checkout-page .checkout-label b, .checkout-page #single-wrapper .kurt-expert.small .checkout-label b { font-style: normal; font-weight: 500; font-size: 18px; line-height: 18px; text-align: center; letter-spacing: 0.05em; color: #444 !important; }

.company-page .kurt-expert.small .position, .educations-page .kurt-expert.small .position, #single-wrapper .kurt-expert.small .position { font-style: normal; font-weight: normal; font-size: 13px; line-height: 16px; letter-spacing: 0 !important; display: block; }

body .home .kurt-expert p, body .home .kurt-expert .checkout-page .checkout-label, .checkout-page body .home .kurt-expert .checkout-label, body #index-wrapper .kurt-expert p, body #index-wrapper .kurt-expert .checkout-page .checkout-label, .checkout-page body #index-wrapper .kurt-expert .checkout-label { color: #444 !important; margin-bottom: 1px !important; }

body .home .kurt-expert p b, body .home .kurt-expert .checkout-page .checkout-label b, .checkout-page body .home .kurt-expert .checkout-label b, body #index-wrapper .kurt-expert p b, body #index-wrapper .kurt-expert .checkout-page .checkout-label b, .checkout-page body #index-wrapper .kurt-expert .checkout-label b { font-size: 18px !important; letter-spacing: 0.05em; color: #444 !important; }

body .home .kurt-expert p .position, body .home .kurt-expert .checkout-page .checkout-label .position, .checkout-page body .home .kurt-expert .checkout-label .position, body #index-wrapper .kurt-expert p .position, body #index-wrapper .kurt-expert .checkout-page .checkout-label .position, .checkout-page body #index-wrapper .kurt-expert .checkout-label .position { font-size: 13px !important; }

.text-block .kurt-expert.wide .details { width: 190px; }

body .slider-description { width: 50%; position: relative; display: block; left: 50%; transform: translateX(-50%); width: 50%; font-style: normal; font-weight: normal; font-size: 18px; line-height: 20px; letter-spacing: 0.03em; color: #444444; margin: 40px 0 20px 0; }

@media screen and (max-width: 800px) { body .slider-description { width: 97%; left: inherit; transform: none; margin: 30px auto -60px auto !important; } }

body .slider-description p, body .slider-description .checkout-page .checkout-label, .checkout-page body .slider-description .checkout-label { font-style: normal; font-weight: normal; font-size: 18px; line-height: 20px; letter-spacing: 0.04em; color: #444444; }

.kurt-slider { margin: 40px 0 20px 0; }

.kurt-slider .slider-container { height: 230px; }

.kurt-slider .sliderArrows { top: 50%; transform: translateY(-50%); }

.kurt-slider .sliderArrows.left { left: -100px; }

.kurt-slider .sliderArrows.right { right: -100px; }

.kurt-slider--experts .slider-container { height: auto !important; }

.kurt-slider--experts .indicator { width: 100%; text-align: center; }

.kurt-slider--experts .indicator span { width: 12px; height: 12px; display: inline-block; background: #C4C4C4; margin: 40px 15px; content: ''; vertical-align: middle; cursor: pointer; }

.kurt-slider--experts .indicator span.active { width: 16px; height: 16px; background: #EC6608; }

.kurt-slider--experts-description { height: auto; }

.kurt-slider--experts-description .slider-container { height: auto !important; }

.kurt-slider--experts-description .slider-content { margin-top: 20px; }

.kurt-slider--testimonials { height: auto !important; }

.kurt-slider--testimonials .slider-content { width: 100%; }

.kurt-slider--testimonials .sliderArrows.left { left: -10px; }

.kurt-slider--testimonials .sliderArrows.right { right: -10px; }

.kurt-slider--testimonials .indicator { position: relative; margin-bottom: -40px; }

[data-hsblock] .hs-item { display: none !important; opacity: 0; }

body [data-hsblock] .hs-hidden { display: none !important; }

body [data-hsblock] .hs-show { display: inline-block !important; opacity: 1; }

[data-hsblock] .indicator { opacity: 0; }

[data-hsblock].hs-ready .indicator { transition: 0.6s; opacity: 1; margin-top: 0px; }

.anim-from-next .hs-show { animation: anim-from-left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) both; transform-origin: 50% 50%; z-index: 10; }

@keyframes anim-from-left { 0% { opacity: 0;
    transform: scale(1) translateX(250px); }
  100% { transform: translateY(0px);
    opacity: 1; } }

.anim-from-prev .hs-show { animation: anim-from-right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) both; transform-origin: 50% 50%; z-index: 10; }

@keyframes anim-from-right { 0% { opacity: 0;
    transform: scale(1) translateX(-250px); }
  100% { transform: translateY(0px); } }

.sidebar { position: absolute !important; top: 20px; right: 0; }

body .sidebar-gallery { overflow: hidden; position: relative; display: block; height: 187px; }

body .sidebar-gallery .envira-gallery-item { width: 100% !important; height: 185px !important; padding: 0 !important; }

body .sidebar-gallery .envira-gallery-item:before { content: 'Galéria'; background-color: #EC6608; padding: 10px 10px 10px 32px; display: block; position: absolute; bottom: 10px; right: 10px; color: #fff; z-index: 10; background-image: url(../img/layout/icons/gallery.png); background-repeat: no-repeat; background-position: 5px 6px; pointer-events: none; }

body .sidebar-gallery .envira-gallery-wrap-653 { height: 150px !important; overflow: hidden; position: relative; }

body .sidebar-gallery .envira-gallery-item { display: none !important; }

body .sidebar-gallery .envira-gallery-item:first-child { display: block !important; }

.kurt-sidebar--details { width: 100%; max-width: 310px; display: block; box-shadow: 3px 3px 25px rgba(150, 150, 150, 0.25); }

.kurt-sidebar--details h3 { font-style: normal; font-weight: 500; font-size: 16px; line-height: 36px; text-transform: uppercase; color: #fff; background: #EC6608; padding: 10px 20px; }

.kurt-sidebar--details > div { padding: 20px; }

.kurt-sidebar--details .date { font-style: normal; font-weight: 600; font-size: 16px; line-height: 22px; color: #444; }

.kurt-sidebar--details table { margin: 20px 0; vertical-align: top; }

.kurt-sidebar--details table td { width: 50%; font-style: normal; font-weight: 300; font-size: 14px; line-height: 20px; color: #666; vertical-align: top; }

.kurt-sidebar--details table td.event-place span { font-weight: normal; font-size: 16px; line-height: 20px; }

.kurt-sidebar--details table td.event-place a { font-weight: normal; font-size: 14px; line-height: 20px; color: #666; }

.kurt-sidebar--details table td.event-place a:hover { color: #EC6608; }

.kurt-sidebar--details table td.event-deadline span { font-weight: normal; font-size: 14px; line-height: 20px; }

.kurt-sidebar--details p, .kurt-sidebar--details .checkout-page .checkout-label, .checkout-page .kurt-sidebar--details .checkout-label { font-weight: 300; font-size: 14px; line-height: 18px; color: #666; }

.kurt-sidebar--details p.event-number span, .kurt-sidebar--details .checkout-page .event-number.checkout-label span, .checkout-page .kurt-sidebar--details .event-number.checkout-label span { font-style: normal; font-weight: normal; font-size: 16px; line-height: 26px; color: #444; }

.kurt-sidebar--details p.event-price span, .kurt-sidebar--details .checkout-page .event-price.checkout-label span, .checkout-page .kurt-sidebar--details .event-price.checkout-label span { font-weight: 600; font-size: 24px; line-height: 26px; letter-spacing: -0.05em; color: #EC6608; }

.kurt-sidebar--details p.event-price b, .kurt-sidebar--details .checkout-page .event-price.checkout-label b, .checkout-page .kurt-sidebar--details .event-price.checkout-label b { font-weight: normal; font-size: 16px; line-height: 26px; letter-spacing: -0.1em; }

.kurt-sidebar--details .event-number p, .kurt-sidebar--details .event-number .checkout-page .checkout-label, .checkout-page .kurt-sidebar--details .event-number .checkout-label, .kurt-sidebar--details .event-number span { display: block !important; }

.kurt-sidebar--details .bolder, .kurt-sidebar--details .checkout-price { font-weight: 600; font-size: 24px; line-height: 26px; letter-spacing: -0.05em; color: #EC6608; font-weight: 300; font-size: 14px; line-height: 18px; color: #666; }

.kurt-sidebar--details .bolder del, .kurt-sidebar--details .checkout-price del { display: none !important; }

.kurt-sidebar--details .bolder ins, .kurt-sidebar--details .bolder .woocommerce-Price-amount, .kurt-sidebar--details .bolder .amount, .kurt-sidebar--details .checkout-price ins, .kurt-sidebar--details .checkout-price .woocommerce-Price-amount, .kurt-sidebar--details .checkout-price .amount { text-decoration: none; color: #EC6608; font-weight: bold; font-size: 24px; line-height: 24px; }

.kurt-sidebar--details .bolder ins .woocommerce-Price-currencySymbol, .kurt-sidebar--details .bolder .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .kurt-sidebar--details .bolder .amount .woocommerce-Price-currencySymbol, .kurt-sidebar--details .checkout-price ins .woocommerce-Price-currencySymbol, .kurt-sidebar--details .checkout-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .kurt-sidebar--details .checkout-price .amount .woocommerce-Price-currencySymbol { font-weight: normal !important; font-size: 16px; }

.kurt-sidebar--details .checkout-price p, .kurt-sidebar--details .checkout-price .checkout-page .checkout-label, .checkout-page .kurt-sidebar--details .checkout-price .checkout-label { margin-bottom: 5px !important; }

.kurt-sidebar .checkout-quantity { display: none; }

.col-sidebar { position: absolute !important; top: 120px; right: 0; }

@media screen and (max-width: 1024px) { .col-sidebar { top: 50px; } }

@media screen and (max-width: 1030px) { .col-sidebar { top: 0; margin-bottom: 30px; position: relative !important; width: 100%; max-width: 100% !important; }
  .col-sidebar.col-lg-4 { -ms-flex: 0 0 100%; flex: 0 0 100%; }
  .col-sidebar .col-sidebar--block { max-width: 100%; }
  .col-sidebar .educations { width: 100%; }
  .col-sidebar .bigBtn.shopBtn { margin: 25px auto 0; } }

.col-sidebar--block { width: 100%; max-width: 310px; display: block; box-shadow: 3px 3px 25px rgba(150, 150, 150, 0.25); margin: 0 0 20px 0 !important; }

.col-sidebar--block .padding { padding: 20px; }

.col-sidebar--block h3 { font-style: normal; font-weight: 500; font-size: 16px; line-height: 36px; text-transform: uppercase; color: #fff; background: #444; padding: 10px 20px; margin: 0; }

.col-sidebar--block h3.orange { background: #EC6608; }

.col-sidebar--block h3.lighter { background: #666; }

.col-sidebar--block .date { font-style: normal; font-weight: 600; font-size: 16px; line-height: 22px; color: #444; }

.col-sidebar--block .date.orange { color: #EC6608; text-transform: uppercase; }

.col-sidebar--block table { margin: 20px 0; vertical-align: top; }

.col-sidebar--block table td { width: 50%; font-style: normal; font-weight: 300; font-size: 14px; line-height: 20px; color: #666; vertical-align: top; }

.col-sidebar--block table td.event-place span { font-weight: normal; font-size: 16px; line-height: 20px; }

.col-sidebar--block table td.event-place a { font-weight: normal; font-size: 14px; line-height: 20px; color: #666; }

.col-sidebar--block table td.event-place a:hover { color: #EC6608; }

.col-sidebar--block table td.event-deadline span { font-weight: normal; font-size: 16px; line-height: 20px; }

.col-sidebar--block table.educations { margin-bottom: -15px; }

.col-sidebar--block table.educations tr { margin-bottom: 40px; padding-bottom: 15px; }

.col-sidebar--block table.educations tr td { font-style: normal; font-weight: 300; font-size: 13px; line-height: 16px; padding-bottom: 12px; }

.col-sidebar--block table.educations tr td span { font-size: 13px; font-weight: 400; display: block; padding-top: 2px; color: #444; font-weight: 600; font-style: normal; font-weight: normal; font-size: 15px; line-height: 22px; }

.col-sidebar--block table.educations tr td span.bolder { color: #444; font-weight: 600 !important; font-style: normal; font-weight: normal; font-size: 15px; line-height: 18px; }

.col-sidebar--block table.educations tr td .mini { font-size: 13px; line-height: 15px; display: block; padding-top: 2px; margin-bottom: 0px !important; }

.col-sidebar--block table.educations tr td .mini.star { font-size: 11px; }

.col-sidebar--block table.educations tr td .mini b { float: left; display: block; height: 20px; margin-right: 4px; font-weight: 400; }

.col-sidebar--block table.educations tr td b { font-weight: bold; }

.col-sidebar--block p, .col-sidebar--block .checkout-page .checkout-label, .checkout-page .col-sidebar--block .checkout-label { font-weight: 300; font-size: 14px; line-height: 18px; color: #666; }

.col-sidebar--block p.price, .col-sidebar--block .checkout-page .price.checkout-label, .checkout-page .col-sidebar--block .price.checkout-label { margin-top: -5px !important; }

.col-sidebar--block p.event-number span, .col-sidebar--block .checkout-page .event-number.checkout-label span, .checkout-page .col-sidebar--block .event-number.checkout-label span { font-style: normal; font-weight: normal; font-size: 16px; line-height: 26px; color: #444; }

.col-sidebar--block p.event-price span, .col-sidebar--block .checkout-page .event-price.checkout-label span, .checkout-page .col-sidebar--block .event-price.checkout-label span { font-weight: 600; font-size: 24px; line-height: 26px; letter-spacing: -0.05em; color: #EC6608; }

.col-sidebar--block p.event-price b, .col-sidebar--block .checkout-page .event-price.checkout-label b, .checkout-page .col-sidebar--block .event-price.checkout-label b { font-weight: normal; font-size: 16px; line-height: 26px; letter-spacing: -0.1em; }

.col-sidebar--block .event-number p, .col-sidebar--block .event-number .checkout-page .checkout-label, .checkout-page .col-sidebar--block .event-number .checkout-label, .col-sidebar--block .event-number span { display: block !important; }

.col-sidebar--block .bolder, .col-sidebar--block .checkout-price { font-weight: 600; font-size: 24px; line-height: 26px; letter-spacing: -0.05em; color: #EC6608; font-weight: 300; font-size: 14px; line-height: 18px; color: #666; }

.col-sidebar--block .bolder del, .col-sidebar--block .checkout-price del { display: none !important; }

.col-sidebar--block .bolder ins, .col-sidebar--block .checkout-price ins { text-decoration: none; color: #EC6608; font-weight: bold; font-size: 24px; line-height: 26px; }

.col-sidebar--block .bolder ins .woocommerce-Price-currencySymbol, .col-sidebar--block .checkout-price ins .woocommerce-Price-currencySymbol { font-weight: normal !important; font-size: 16px; }

.col-sidebar--block .checkout-price p, .col-sidebar--block .checkout-price .checkout-page .checkout-label, .checkout-page .col-sidebar--block .checkout-price .checkout-label { margin-bottom: 5px; }

.col-sidebar--block--btn { background: #EC6608; display: block; }

.col-sidebar--block .photo-link { width: 100%; height: 150px; display: block; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }

.col-sidebar--block .photo-link span { position: absolute; bottom: 5px; right: 5px; background: #EC6608; color: #fff; padding: 5px 5px; line-height: 15px; }

.col-sidebar--block .photo-link span:before { content: ''; display: inline-block; width: 15px; height: 15px; }

.col-sidebar--block p.bolder, .col-sidebar--block .checkout-page .bolder.checkout-label, .checkout-page .col-sidebar--block .bolder.checkout-label { font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; /* or 112% */ color: #666666; }

.col-sidebar--block .arrow-list li { font-style: normal; font-weight: 300; font-size: 15px; line-height: 18px; color: #444444; margin-bottom: 20px; padding-left: 30px; }

.col-sidebar--block .arrow-list li:before { content: ''; left: 0px; top: -6px; height: 30px; width: 30px; position: absolute; background-image: url(../img/layout/sidebar/arrow.svg); background-position: 0% 50%; background-repeat: no-repeat; }

.col-sidebar--block .link-list { margin-top: 10px; }

.col-sidebar--block .link-list li { font-style: normal; font-weight: 300; font-size: 15px; line-height: 18px; color: #444444; margin-bottom: 20px; padding-left: 60px; }

.col-sidebar--block .link-list li a { color: #EC6608; text-decoration: underline; }

.col-sidebar--block .link-list li:before { content: ''; left: 0px; top: 50%; transform: translateY(-50%); height: 40px; width: 40px; position: absolute; background-image: url(../img/layout/sidebar/link-icon.png); background-position: 0% 50%; background-repeat: no-repeat; }

.col-sidebar--block .link-list.metromap li { margin-bottom: 20px; padding-left: 35px; }

.col-sidebar--block .link-list.metromap li::before { background: url("../img/layout/icons/arrow_orange.png") no-repeat center center; }

.col-sidebar--block .books { background: #F2F2F2; }

.col-sidebar--block .books-item span { text-transform: uppercase; color: #EC6608; font-size: 20px; line-height: 25px; display: block; margin: 10px 0; }

.col-sidebar--block .books-item img { width: 100%; }

.col-sidebar--block .sliderArrows { position: absolute; bottom: 10px; z-index: 5; }

.col-sidebar--block .sliderArrows svg { height: 20px; }

.col-sidebar--block .sliderArrows.left { left: 0px; }

.col-sidebar--block .sliderArrows.right { right: 0px; }

.col-sidebar--block .indicator { width: 100%; text-align: center; }

.col-sidebar--block .indicator span { width: 10px; height: 10px; display: inline-block; background: #C4C4C4; margin: 5px 10px 10px 10px; content: ''; vertical-align: middle; cursor: pointer; }

.col-sidebar--block .indicator span.active { width: 10px; height: 10px; background: #EC6608; }

.books-parent { background: #F2F2F2; }

.kurt-sidebar--details .cart button.single_add_to_cart_button { display: none !important; }

.user-line { display: block; position: relative; padding-top: 15px; }

.user-line .name { padding-top: 15px; display: block; position: relative; overflow: hidden; font-size: 14px; }

.user-line .photo { display: inline-block; border-radius: 100%; float: left; overflow: hidden; position: relative; margin-right: 20px; margin-bottom: 16px; width: 85px; height: 85px; background: #ccc; overflow: hidden; }

.user-line .photo img { max-height: 100%; height: 100%; }

.user-line .details { display: block; position: relative; width: 100%; overflow: hidden; padding-left: 0px; padding-top: 30px; }

.user-line .details a { color: #EC6608; font-size: 13px; }

.user-line .details span { display: block; position: relative; margin-bottom: 10px; }

.user-line .details span.email { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 100%; }

.arrow-link { font-style: normal; font-weight: 300; font-size: 15px; line-height: 18px; color: #444444; margin: 15px 0 5px 0; display: block; position: relative; }

.arrow-link:hover { color: #EC6608; }

.arrow-link:before { content: ''; left: 0px; top: 5px; height: 20px; width: 20px; position: relative; display: inline-block; background-image: url(../img/layout/sidebar/arrow.svg); background-position: 0% 50%; background-repeat: no-repeat; }

.swiper-home { width: 100%; height: 550px; }

.swiper-home img { width: 100%; }

.swiper-home:hover .swiper-button-next { opacity: 1; right: 18%; }

.swiper-pagination { width: 100%; display: block; bottom: 0; }

.swiper-pagination-bullet { width: 166px; height: 4px; border-radius: 0; content: ' '; background: #E5E5E5; margin: 0 30px !important; }

.swiper-pagination-bullet-active { background: #EC6608; }

.swiper-button-next { width: 22px; height: 28px; top: auto; bottom: 70px; right: 18.5%; background: url("../img/layout/icons/btn_arrow_orange.svg") no-repeat center center; background-size: cover; opacity: 0; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

.about-popup { cursor: pointer; }

.hidden-data { border: 1px solid red; display: none; }

.pum-theme-650, .pum-theme-alapertelmezett-tema { background-color: rgba(0, 0, 0, 0.4) !important; }

.pum-theme-650 .pum-title, .pum-theme-alapertelmezett-tema .pum-title { text-align: center !important; font-style: normal; font-weight: 300 !important; font-size: 30px; line-height: 35px; letter-spacing: 0.05em; text-transform: uppercase; color: #EC6608 !important; margin: 20px 0; }

.pum-theme-650 .pum-content + .pum-close, .pum-theme-alapertelmezett-tema .pum-content + .pum-close { width: 25px !important; height: 25px !important; top: 15px; right: 10px; padding: 0 !important; background-color: transparent !important; font-size: 0 !important; }

.pum-theme-650 .pum-content + .pum-close::before, .pum-theme-650 .pum-content + .pum-close::after, .pum-theme-alapertelmezett-tema .pum-content + .pum-close::before, .pum-theme-alapertelmezett-tema .pum-content + .pum-close::after { width: 2px; height: 30px; display: block; position: absolute; top: 0; margin: auto; background: #666; content: ''; }

.pum-theme-650 .pum-content + .pum-close::before, .pum-theme-alapertelmezett-tema .pum-content + .pum-close::before { transform: rotate(45deg); }

.pum-theme-650 .pum-content + .pum-close::after, .pum-theme-alapertelmezett-tema .pum-content + .pum-close::after { transform: rotate(-45deg); }

.pum-theme-650 .pum-content + .pum-close:hover, .pum-theme-alapertelmezett-tema .pum-content + .pum-close:hover { top: 15px; right: 10px; }

.pum-container { width: 95% !important; max-width: 678px !important; border-top: 5px solid #EC6608 !important; background: linear-gradient(180deg, #e5e5e5 0%, rgba(240, 240, 240, 0.4) 40%), #f0f0f0 !important; }

.hs-item { display: inline-block !important; }

.accordion { margin: 40px 30px 80px 0; }

.accordion > li { height: 60px; overflow: hidden; margin: 0 0 40px 0; background: #FFFFFF; box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2); display: block; position: relative; transition: 0.2s; }

.accordion > li.active { height: auto; animation: showAccordion 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) both; transform-origin: 50% 50%; z-index: 10; }

@keyframes showAccordion { 0% { height: 60px; }
  100% { height: auto; } }

.accordion > li.active button { background: #EC6608; }

.accordion > li.active button:after { transform: rotate(0deg); }

.accordion > li button { cursor: pointer; background: #444; color: #fff; line-height: 60px; display: block; width: 100%; text-align: left; box-sizing: border-box; padding: 0 20px 0 20px; text-transform: uppercase; font-style: normal; font-weight: 500; font-size: 16px; text-transform: uppercase; position: relative; transition: 0.2s; }

.accordion > li button:after { content: ''; display: block; height: 40px; width: 40px; top: 10px; right: 20px; background-image: url(../img/layout/accordion/arrow.svg); background-repeat: no-repeat; position: absolute; background-position: 50% 50%; transition: 0.2s; transform: rotate(180deg); }

.accordion > li button:hover { background: #EC6608; }

.accordion > li button .title { text-transform: uppercase; }

.accordion > li button + br { display: none !important; }

.accordion > li .txt { padding: 20px 20px 20px 20px; box-sizing: border-box; font-style: 400; font-weight: 300; font-size: 16px; line-height: 20px; font-family: "Open Sans", Helvetica, Arial; color: #888; }

.accordion > li .txt h3 { color: #EC6608; margin: 30px 0 10px 0; }

.accordion > li .txt br { display: none !important; }

.accordion .program { display: block; margin: 20px 0 0 0; }

.accordion .program li { display: table; position: relative; height: 100px; width: 100%; border-bottom: 1px solid #C4C4C4; vertical-align: top; overflow: hidden; margin: 40px 0 20px 0; padding-bottom: 20px; }

.accordion .program li:last-child { border-bottom: none; }

.accordion .program li .avatar { border-radius: 100%; height: 64px; width: 64px; display: block; background: #ccc; overflow: hidden; float: left; margin: 5px 20px 20px 0; }

.accordion .program li .avatar img { min-width: 100%; min-height: 100%; margin-right: 20px; display: inline-block; }

.accordion .program li .program-buddy { display: table-cell; width: 50%; overflow: hidden; position: relative; vertical-align: top; padding-right: 20px; }

.accordion .program li .program-buddy .name { font-weight: bold; display: block; position: relative; margin: 0 0 10px 0; }

.accordion .program li .program-buddy .title { font-size: 14px; font-weight: 400; }

.accordion .program li .program-name { display: table-cell; border-left: 1px solid #aaa; float: right; vertical-align: middle !important; position: relative; right: 0px; top: 0px; font-size: 14px; height: 90%; box-sizing: border-box; padding-left: 20px; font-weight: bold; text-transform: uppercase; }

.accordion .program li .program-name span { display: inline-block; margin: auto; box-sizing: inherit !important; }

.tab-block { width: 100%; max-height: 400px; display: block; margin: 50px 0; }

.tab-block h2 { font-size: 18px; color: #EC6608; }

.tab-block input { display: none; }

.tab-block .label { width: 250px; height: 140px; display: -ms-inline-flexbox; display: inline-flex; position: relative; margin: 0 0 0 -60px; vertical-align: top; font-family: "Work Sans", sans-serif; text-transform: uppercase; font-size: 16px; line-height: 18px; font-weight: 500; color: #fff; overflow: hidden; transition: all .25s ease-in-out; }

.tab-block .label label { width: 100%; display: block; position: relative; margin: 25px 0 0; padding: 0 15px 0 70px; z-index: 1; }

.tab-block .label span { display: block; }

.tab-block .label span.num { font-size: 36px; padding-bottom: 10px; font-weight: normal; }

.tab-block .label span.num::after { content: '»'; font-size: 36px; color: #EC6608; margin-left: 5px; }

.tab-block .label span.smaller { font-weight: 600; line-height: 14px; color: #C4C4C4; font-size: 12px; padding-top: 5px; }

.tab-block .label::after { display: block; position: absolute; content: ''; z-index: 0; transform: rotate(45deg); top: -33px; right: 0; }

.tab-block .label-1 { min-width: 170px; max-width: 170px; margin: 0; z-index: 5; }

.tab-block .label-1 label { padding: 0 15px; background: #666; }

.tab-block .label-1::after { width: 200px; height: 200px; background: #666; }

.tab-block .label-2 { z-index: 4; }

.tab-block .label-2 label { background: #555; }

.tab-block .label-2::after { width: 250px; height: 250px; top: -48px; background: #555; }

.tab-block .label-3 { z-index: 3; }

.tab-block .label-3 label { background: #444; }

.tab-block .label-3::after { width: 250px; height: 250px; top: -48px; background: #444; }

.tab-block .label-4 { z-index: 2; }

.tab-block .label-4 label { background: #333; }

.tab-block .label-4::after { width: 250px; height: 250px; top: -48px; background: #333; }

@media screen and (max-width: 1600px) { .tab-block .label label { font-size: 14px; line-height: 16px; }
  .tab-block .label label span.num { font-size: 30px; }
  .tab-block .label label span.num::after { font-size: 30px; }
  .tab-block .label-2, .tab-block .label-3, .tab-block .label-4 { width: 230px; } }

@media screen and (max-width: 1280px) { .tab-block .label label { padding: 0 10px; }
  .tab-block .label label span.num { margin-top: -5px; font-size: 28px; }
  .tab-block .label label span.num::after { font-size: 28px; }
  .tab-block .label label span.smaller { font-size: 10px; line-height: 12px; }
  .tab-block .label-1 { max-width: 130px; min-width: 130px; }
  .tab-block .label-2, .tab-block .label-3, .tab-block .label-4 { margin-left: -80px; }
  .tab-block .label-2 label, .tab-block .label-3 label, .tab-block .label-4 label { padding-left: 85px; } }

@media screen and (max-width: 720px) { .tab-block .label label { font-size: 12px; line-height: 14px; }
  .tab-block .label label span.num { margin-top: -5px; font-size: 24px; }
  .tab-block .label label span.num::after { font-size: 24px; }
  .tab-block .label-2, .tab-block .label-3, .tab-block .label-4 { width: 210px; } }

@media screen and (max-width: 640px) { .tab-block .label { width: 100%; min-width: 100%; max-width: 100%; height: 125px; margin: -33px 0 0; }
  .tab-block .label::after { width: 200%; height: 200%; }
  .tab-block .label label { padding: 0 20px; }
  .tab-block .label-1 { z-index: 1; }
  .tab-block .label-2 { z-index: 2; }
  .tab-block .label-3 { z-index: 3; }
  .tab-block .label-4 { z-index: 4; } }

.tab-block [data-tab] { display: none; }

.tab-block #tab-1:checked ~ .label-1 label { background: #EC6608; }

.tab-block #tab-1:checked ~ .label-1 span.num::after { color: #333; }

.tab-block #tab-1:checked ~ .label-1 span.smaller { color: #444; }

.tab-block #tab-1:checked ~ .label-1::after { background: #EC6608; }

.tab-block #tab-1:checked ~ [data-tab='tab-1'] { display: block; }

.tab-block #tab-2:checked ~ .label-2 label { background: #EC6608; }

.tab-block #tab-2:checked ~ .label-2 span.num::after { color: #333; }

.tab-block #tab-2:checked ~ .label-2 span.smaller { color: #444; }

.tab-block #tab-2:checked ~ .label-2::after { background: #EC6608; }

.tab-block #tab-2:checked ~ [data-tab='tab-2'] { display: block; }

.tab-block #tab-3:checked ~ .label-3 label { background: #EC6608; }

.tab-block #tab-3:checked ~ .label-3 span.num::after { color: #333; }

.tab-block #tab-3:checked ~ .label-3 span.smaller { color: #444; }

.tab-block #tab-3:checked ~ .label-3::after { background: #EC6608; }

.tab-block #tab-3:checked ~ [data-tab='tab-3'] { display: block; }

.tab-block #tab-4:checked ~ .label-4 label { background: #EC6608; }

.tab-block #tab-4:checked ~ .label-4 span.num::after { color: #333; }

.tab-block #tab-4:checked ~ .label-4 span.smaller { color: #444; }

.tab-block #tab-4:checked ~ .label-4::after { background: #EC6608; }

.tab-block #tab-4:checked ~ [data-tab='tab-4'] { display: block; }

.tab-block-content { width: 100%; display: block; padding: 20px 25px; background: #fff; box-shadow: 3px 5px 24px -10px rgba(0, 0, 0, 0.75); transition: all .25s ease-in-out; }

@media screen and (max-width: 640px) { .tab-block { display: block; height: auto; min-height: 600px; position: relative; margin: 80px 0 120px; max-height: none; } }

@media screen and (max-width: 520px) { .tab-block { min-height: 700px; } }

.metro-diagram { width: 550px; height: 550px; margin: auto; position: relative; }

@keyframes rotate-right { from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes color-change-tail { 0% { stroke: #e1e1e1; }
  50% { stroke: #EC6608; }
  100% { stroke: #e1e1e1; } }

@keyframes color-change-head { 0% { fill: #e1e1e1; }
  50% { fill: #EC6608; }
  100% { stroke: #e1e1e1; } }

.metro-diagram .arrow { width: 500px; height: 500px; position: absolute; top: 50%; left: 50%; transform-origin: center center; transform: translate(-50%, -50%); }

.metro-diagram .arrow-1 { width: 540px; animation: rotate-right 22s linear infinite; }

.metro-diagram .arrow-1 svg { transform: translate(-48.5%, -53%); }

.metro-diagram .arrow-1 svg .tail { animation: color-change-tail 6s linear infinite; }

.metro-diagram .arrow-1 svg .head { animation: color-change-head 6s linear infinite; }

.metro-diagram .arrow-2 { width: 510px; animation: rotate-right 16s linear infinite; }

.metro-diagram .arrow-2 svg { transform: translate(-55%, -50%); }

.metro-diagram .arrow-2 svg .tail { animation: color-change-tail 10s linear 4s infinite; }

.metro-diagram .arrow-2 svg .head { animation: color-change-head 10s linear 4s infinite; }

.metro-diagram .arrow-3 { width: 475px; animation: rotate-left 10s linear infinite; }

@keyframes rotate-left { from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); } }

.metro-diagram .arrow-3 svg .tail { animation: color-change-tail 8s linear 2s infinite; }

.metro-diagram .arrow-3 svg .head { animation: color-change-head 8s linear 2s infinite; }

.metro-diagram img, .metro-diagram svg { width: 100%; height: 100%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.metro-diagram .diagram-content, .metro-diagram .bg, .metro-diagram .kurt-logo { width: 100%; height: 100%; display: block; position: absolute; }

.metro-diagram .bg { width: 450px; height: 450px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.metro-diagram .kurt-logo img { width: 100px; }

.metro-diagram .metro-part { width: 225px; height: 225px; display: block; position: absolute; z-index: 3; }

.metro-diagram .metro-part img { width: 65%; position: absolute; transition: all .2s ease-in; }

html[lang="en-US"] .metro-diagram .metro-part img { width: 80%; }

.metro-diagram .metro-part__innovation { top: 0; left: 0; }

.metro-diagram .metro-part__innovation img { transform: translate(-25%, -33%); }

.metro-diagram .metro-part__innovation:hover img { transform: translate(-25%, -33%) scale(1.05); }

.metro-diagram .metro-part__market { top: 0; right: 0; }

.metro-diagram .metro-part__market img { width: 60%; transform: translate(-77%, -32%); }

html[lang="en-US"] .metro-diagram .metro-part__market img { width: 80%; transform: translate(-72%, -35%); }

.metro-diagram .metro-part__market:hover img { transform: translate(-77%, -32%) scale(1.05); }

html[lang="en-US"] .metro-diagram .metro-part__market:hover img { transform: translate(-72%, -35%) scale(1.05); }

.metro-diagram .metro-part__behaviour { bottom: 0; right: 0; }

.metro-diagram .metro-part__behaviour img { width: 75%; transform: translate(-73%, -68%); }

html[lang="en-US"] .metro-diagram .metro-part__behaviour img { width: 80%; }

.metro-diagram .metro-part__behaviour:hover img { transform: translate(-73%, -68%) scale(1.05); }

.metro-diagram .metro-part__leader { bottom: 0; left: 0; }

.metro-diagram .metro-part__leader img { transform: translate(-28%, -68%); }

html[lang="en-US"] .metro-diagram .metro-part__leader img { width: 80%; }

.metro-diagram .metro-part__leader:hover img { transform: translate(-28%, -68%) scale(1.05); }

@media screen and (max-width: 640px) { .metro-diagram { transform: scale(0.9) translate(-7%, 0%); } }

@media screen and (max-width: 520px) { .metro-diagram { transform: scale(0.7) translate(-12%, -2%); } }

.arrow-body .arrow-head { fill: #e1e1e1; }

/*! Bootstrap v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, *::before, *::after { box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }

p, .checkout-page .checkout-label { margin-top: 0; margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; text-decoration-skip-ink: none; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

blockquote { margin: 0 0 1rem; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #007bff; text-decoration: none; background-color: transparent; }

a:hover { color: #0056b3; text-decoration: none; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

select { word-wrap: normal; }

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

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

input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small { font-size: 80%; font-weight: 400; }

mark, .mark { padding: 0.2em; background-color: #fcf8e3; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; }

.list-inline-item { display: inline-block; }

.list-inline-item:not(:last-child) { margin-right: 0.5rem; }

.initialism { font-size: 90%; text-transform: uppercase; }

.blockquote { margin-bottom: 1rem; font-size: 1.25rem; }

.blockquote-footer { display: block; font-size: 80%; color: #6c757d; }

.blockquote-footer::before { content: "\2014\00A0"; }

.img-fluid { max-width: 100%; height: auto; }

.img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; }

.figure { display: inline-block; }

.figure-img { margin-bottom: 0.5rem; line-height: 1; }

.figure-caption { font-size: 90%; color: #6c757d; }

code { font-size: 87.5%; color: #e83e8c; word-break: break-word; }

a > code { color: inherit; }

kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; }

kbd kbd { padding: 0; font-size: 100%; font-weight: 700; }

pre { display: block; font-size: 87.5%; color: #212529; }

pre code { font-size: inherit; color: inherit; word-break: normal; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }

.order-last { -ms-flex-order: 13; order: 13; }

.order-0 { -ms-flex-order: 0; order: 0; }

.order-1 { -ms-flex-order: 1; order: 1; }

.order-2 { -ms-flex-order: 2; order: 2; }

.order-3 { -ms-flex-order: 3; order: 3; }

.order-4 { -ms-flex-order: 4; order: 4; }

.order-5 { -ms-flex-order: 5; order: 5; }

.order-6 { -ms-flex-order: 6; order: 6; }

.order-7 { -ms-flex-order: 7; order: 7; }

.order-8 { -ms-flex-order: 8; order: 8; }

.order-9 { -ms-flex-order: 9; order: 9; }

.order-10 { -ms-flex-order: 10; order: 10; }

.order-11 { -ms-flex-order: 11; order: 11; }

.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.33333%; }

.offset-2 { margin-left: 16.66667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.33333%; }

.offset-5 { margin-left: 41.66667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.33333%; }

.offset-8 { margin-left: 66.66667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.33333%; }

.offset-11 { margin-left: 91.66667%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -ms-flex-order: -1; order: -1; }
  .order-sm-last { -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.66667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.33333%; }
  .offset-sm-5 { margin-left: 41.66667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.33333%; }
  .offset-sm-8 { margin-left: 66.66667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.33333%; }
  .offset-sm-11 { margin-left: 91.66667%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -ms-flex-order: -1; order: -1; }
  .order-md-last { -ms-flex-order: 13; order: 13; }
  .order-md-0 { -ms-flex-order: 0; order: 0; }
  .order-md-1 { -ms-flex-order: 1; order: 1; }
  .order-md-2 { -ms-flex-order: 2; order: 2; }
  .order-md-3 { -ms-flex-order: 3; order: 3; }
  .order-md-4 { -ms-flex-order: 4; order: 4; }
  .order-md-5 { -ms-flex-order: 5; order: 5; }
  .order-md-6 { -ms-flex-order: 6; order: 6; }
  .order-md-7 { -ms-flex-order: 7; order: 7; }
  .order-md-8 { -ms-flex-order: 8; order: 8; }
  .order-md-9 { -ms-flex-order: 9; order: 9; }
  .order-md-10 { -ms-flex-order: 10; order: 10; }
  .order-md-11 { -ms-flex-order: 11; order: 11; }
  .order-md-12 { -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.66667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333%; }
  .offset-md-5 { margin-left: 41.66667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333%; }
  .offset-md-8 { margin-left: 66.66667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333%; }
  .offset-md-11 { margin-left: 91.66667%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -ms-flex-order: -1; order: -1; }
  .order-lg-last { -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-5 { margin-left: 41.66667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333%; }
  .offset-lg-8 { margin-left: 66.66667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333%; }
  .offset-lg-11 { margin-left: 91.66667%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -ms-flex-order: -1; order: -1; }
  .order-xl-last { -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.66667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333%; }
  .offset-xl-5 { margin-left: 41.66667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333%; }
  .offset-xl-8 { margin-left: 66.66667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333%; }
  .offset-xl-11 { margin-left: 91.66667%; } }

.table { width: 100%; margin-bottom: 1rem; color: #212529; }

.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.table tbody + tbody { border-top: 2px solid #dee2e6; }

.table-sm th, .table-sm td { padding: 0.3rem; }

.table-bordered { border: 1px solid #dee2e6; }

.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }

.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td { background-color: #b8daff; }

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: #7abaff; }

.table-hover .table-primary:hover { background-color: #9fcdff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #9fcdff; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #d6d8db; }

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: #b3b7bb; }

.table-hover .table-secondary:hover { background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; }

.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: #8fd19e; }

.table-hover .table-success:hover { background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: #86cfda; }

.table-hover .table-info:hover { background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: #ffdf7e; }

.table-hover .table-warning:hover { background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: #ed969e; }

.table-hover .table-danger:hover { background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: #fbfcfc; }

.table-hover .table-light:hover { background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #95999c; }

.table-hover .table-dark:hover { background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; }

.table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }

.table-dark { color: #fff; background-color: #343a40; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #454d55; }

.table-dark.table-bordered { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover { color: #fff; background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered { border: 0; } }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered { border: 0; }

.form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .form-control { transition: none; } }

.form-control::-ms-expand { background-color: transparent; border: 0; }

.form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; }

.form-control::placeholder { color: #6c757d; opacity: 1; }

.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }

select.form-control:focus::-ms-value { color: #495057; background-color: #fff; }

.form-control-file, .form-control-range { display: block; width: 100%; }

.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }

.form-control-plaintext { display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }

.form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] { height: auto; }

textarea.form-control { height: auto; }

.form-group { margin-bottom: 1rem; }

.form-text { display: block; margin-top: 0.25rem; }

.form-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }

.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.form-check { position: relative; display: block; padding-left: 1.25rem; }

.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label { color: #6c757d; }

.form-check-label { margin-bottom: 0; }

.form-check-inline { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; padding-left: 0; margin-right: 0.75rem; }

.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }

.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; }

.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(40, 167, 69, 0.9); border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid { border-color: #28a745; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center right calc(0.375em + 0.1875rem); background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip { display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #28a745; padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #34ce57; background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }

.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); background-repeat: no-repeat; background-position: center right calc(0.375em + 0.1875rem); background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #e4606d; background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-align: center; align-items: center; }

.form-inline .form-check { width: 100%; }

@media (min-width: 576px) { .form-inline label { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 0; }
  .form-inline .form-group { display: -ms-flexbox; display: flex; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-align: center; align-items: center; margin-bottom: 0; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-plaintext { display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select { width: auto; }
  .form-inline .form-check { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: auto; padding-left: 0; }
  .form-inline .form-check-input { position: relative; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
  .form-inline .custom-control { -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }
  .form-inline .custom-control-label { margin-bottom: 0; } }

.btn { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }

.btn:hover { color: #212529; text-decoration: none; }

.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled { opacity: 0.65; }

a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }

.btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; }

.btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; }

.btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus { box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }

.btn-info:focus, .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus { box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary { color: #007bff; border-color: #007bff; }

.btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff; }

.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #007bff; background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary { color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success { color: #28a745; border-color: #28a745; }

.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info { color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning { color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger { color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark { color: #343a40; border-color: #343a40; }

.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link { font-weight: 400; color: #007bff; text-decoration: none; }

.btn-link:hover { color: #0056b3; text-decoration: underline; }

.btn-link:focus, .btn-link.focus { text-decoration: underline; box-shadow: none; }

.btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; }

.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) { .fade { transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } }

.dropup, .dropright, .dropdown, .dropleft { position: relative; }

.dropdown-toggle { white-space: nowrap; }

.dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after { margin-left: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-menu-right { right: 0; left: auto; }

@media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; }
  .dropdown-menu-sm-right { right: 0; left: auto; } }

@media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; }
  .dropdown-menu-md-right { right: 0; left: auto; } }

@media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; }
  .dropdown-menu-lg-right { right: 0; left: auto; } }

@media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; }
  .dropdown-menu-xl-right { right: 0; left: auto; } }

.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }

.dropright .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-toggle::after { vertical-align: 0; }

.dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }

.dropleft .dropdown-toggle::after { display: none; }

.dropleft .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after { margin-left: 0; }

.dropleft .dropdown-toggle::before { vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }

.dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; }

.dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; pointer-events: none; background-color: transparent; }

.dropdown-menu.show { display: block; }

.dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; }

.dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; }

.btn-group, .btn-group-vertical { position: relative; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; }

.btn-toolbar { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; }

.btn-toolbar .input-group { width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; }

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; }

.dropleft .dropdown-toggle-split::before { margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }

.btn-group-vertical { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: center; justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.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%; }

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; margin-bottom: 0; }

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; }

.input-group > .custom-file .custom-file-input:focus { z-index: 4; }

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group > .custom-file { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append { display: -ms-flexbox; display: flex; }

.input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2; }

.input-group-prepend .btn:focus, .input-group-append .btn:focus { z-index: 3; }

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { margin-left: -1px; }

.input-group-prepend { margin-right: -1px; }

.input-group-append { margin-left: -1px; }

.input-group-text { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; }

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select { height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select { height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; }

.custom-control-inline { display: -ms-inline-flexbox; display: inline-flex; margin-right: 1rem; }

.custom-control-input { position: absolute; z-index: -1; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #007bff; background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; background-color: #b3d7ff; border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label { color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; }

.custom-control-label::before { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px; }

.custom-control-label::after { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #007bff; background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }

.custom-switch { padding-left: 2.25rem; }

.custom-switch .custom-control-label::before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; }

.custom-switch .custom-control-label::after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: #fff; transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }

.custom-select { display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; vertical-align: middle; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value { color: #495057; background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; }

.custom-select:disabled { color: #6c757d; background-color: #e9ecef; }

.custom-select::-ms-expand { display: none; }

.custom-select-sm { height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; }

.custom-select-lg { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; }

.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin-bottom: 0; }

.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; opacity: 0; }

.custom-file-input:focus ~ .custom-file-label { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label { background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after { content: attr(data-browse); }

.custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; }

.custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(1.5em + 0.75rem); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 0.25rem 0.25rem 0; }

.custom-range { width: 100%; height: calc(1rem + 0.4rem); padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.custom-range:focus { outline: none; }

.custom-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer { border: 0; }

.custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #007bff; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { transition: none; } }

.custom-range::-webkit-slider-thumb:active { background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }

.custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #007bff; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { transition: none; } }

.custom-range::-moz-range-thumb:active { background-color: #b3d7ff; }

.custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }

.custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #007bff; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { transition: none; } }

.custom-range::-ms-thumb:active { background-color: #b3d7ff; }

.custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; }

.custom-range::-ms-fill-lower { background-color: #dee2e6; border-radius: 1rem; }

.custom-range::-ms-fill-upper { margin-right: 15px; background-color: #dee2e6; border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }

.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track { cursor: default; }

.custom-range:disabled::-ms-thumb { background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select { transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-select { transition: none; } }

.nav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }

.nav-link { display: block; padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus { text-decoration: none; }

.nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; }

.nav-tabs { border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item { margin-bottom: -1px; }

.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.nav-pills .nav-link { border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; }

.nav-fill .nav-item { -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

.nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; text-align: center; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.navbar { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; }

.navbar > .container, .navbar > .container-fluid { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; }

.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }

.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }

.navbar-nav .dropdown-menu { position: static; float: none; }

.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }

.navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; }

.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }

.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }

@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 576px) { .navbar-expand-sm { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav { -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler { display: none; } }

@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 768px) { .navbar-expand-md { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-md .navbar-nav { -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-md .navbar-toggler { display: none; } }

@media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 992px) { .navbar-expand-lg { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler { display: none; } }

@media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 1200px) { .navbar-expand-xl { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav { -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler { display: none; } }

.navbar-expand { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; }

.navbar-expand .navbar-nav { -ms-flex-direction: row; flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }

.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.navbar-expand .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }

.navbar-expand .navbar-toggler { display: none; }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand { color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }

.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a { color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }

.card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; }

.card > hr { margin-right: 0; margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; }

.card-title { margin-bottom: 0.75rem; }

.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }

.card-text:last-child { margin-bottom: 0; }

.card-link:hover { text-decoration: none; }

.card-link + .card-link { margin-left: 1.25rem; }

.card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child { border-top: 0; }

.card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }

.card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; }

.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }

.card-img { width: 100%; border-radius: calc(0.25rem - 1px); }

.card-img-top { width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

.card-deck .card { margin-bottom: 15px; }

@media (min-width: 576px) { .card-deck { -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; }
  .card-deck .card { display: -ms-flexbox; display: flex; -ms-flex: 1 0 0%; flex: 1 0 0%; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } }

.card-group { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

.card-group > .card { margin-bottom: 15px; }

@media (min-width: 576px) { .card-group { -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .card-group > .card { -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; }
  .card-group > .card + .card { margin-left: 0; border-left: 0; }
  .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } }

.card-columns .card { margin-bottom: 0.75rem; }

@media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; }
  .card-columns .card { display: inline-block; width: 100%; } }

.accordion > .card { overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child { border-radius: 0; }

.accordion > .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; }

.accordion > .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.accordion > .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }

.accordion > .card .card-header { margin-bottom: -1px; }

.breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #6c757d; content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }

.breadcrumb-item.active { color: #6c757d; }

.pagination { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; }

.page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; }

.page-link:hover { z-index: 2; color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }

.page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link { z-index: 1; color: #fff; background-color: #EC6608; border-color: #007bff; }

.page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; }

.pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; }

.badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .badge { transition: none; } }

a.badge:hover, a.badge:focus { text-decoration: none; }

.badge:empty { display: none; }

.btn .badge { position: relative; top: -1px; }

.badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; }

.badge-primary { color: #fff; background-color: #007bff; }

a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #0062cc; }

a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary { color: #fff; background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #545b62; }

a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success { color: #fff; background-color: #28a745; }

a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #1e7e34; }

a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info { color: #fff; background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning { color: #212529; background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus { color: #212529; background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger { color: #fff; background-color: #dc3545; }

a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light { color: #212529; background-color: #f8f9fa; }

a.badge-light:hover, a.badge-light:focus { color: #212529; background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark { color: #fff; background-color: #343a40; }

a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; }

@media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } }

.jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; }

.alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; }

.alert-heading { color: inherit; }

.alert-link { font-weight: 700; }

.alert-dismissible { padding-right: 4rem; }

.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }

.alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff; }

.alert-primary hr { border-top-color: #9fcdff; }

.alert-primary .alert-link { color: #002752; }

.alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; }

.alert-secondary hr { border-top-color: #c8cbcf; }

.alert-secondary .alert-link { color: #202326; }

.alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }

.alert-success hr { border-top-color: #b1dfbb; }

.alert-success .alert-link { color: #0b2e13; }

.alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }

.alert-info hr { border-top-color: #abdde5; }

.alert-info .alert-link { color: #062c33; }

.alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }

.alert-warning hr { border-top-color: #ffe8a1; }

.alert-warning .alert-link { color: #533f03; }

.alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }

.alert-danger hr { border-top-color: #f1b0b7; }

.alert-danger .alert-link { color: #491217; }

.alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; }

.alert-light hr { border-top-color: #ececf6; }

.alert-light .alert-link { color: #686868; }

.alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; }

.alert-dark hr { border-top-color: #b9bbbe; }

.alert-dark .alert-link { color: #040505; }

@keyframes progress-bar-stripes { from { background-position: 1rem 0; }
  to { background-position: 0 0; } }

.progress { display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; }

.progress-bar { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } }

.progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; }

.progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) { .progress-bar-animated { animation: none; } }

.media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }

.media-body { -ms-flex: 1; flex: 1; }

.list-group { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; }

.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; }

.list-group-item-action:active { color: #212529; background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; }

.list-group-item.active { z-index: 2; color: #fff; background-color: #007bff; border-color: #007bff; }

.list-group-horizontal { -ms-flex-direction: row; flex-direction: row; }

.list-group-horizontal .list-group-item { margin-right: -1px; margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; }

@media (min-width: 576px) { .list-group-horizontal-sm { -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-sm .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-sm .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

@media (min-width: 768px) { .list-group-horizontal-md { -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-md .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-md .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

@media (min-width: 992px) { .list-group-horizontal-lg { -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-lg .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-lg .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

@media (min-width: 1200px) { .list-group-horizontal-xl { -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-xl .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-xl .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; }

.list-group-flush .list-group-item:last-child { margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child { border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child { margin-bottom: 0; border-bottom: 0; }

.list-group-item-primary { color: #004085; background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #004085; background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085; }

.list-group-item-secondary { color: #383d41; background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; }

.list-group-item-success { color: #155724; background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; }

.list-group-item-info { color: #0c5460; background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }

.list-group-item-warning { color: #856404; background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }

.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }

.list-group-item-light { color: #818182; background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; }

.list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; }

.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }

.close:hover { color: #000; text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .75; }

button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

a.close.disabled { pointer-events: none; }

.toast { max-width: 350px; overflow: hidden; font-size: 0.875rem; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); opacity: 0; border-radius: 0.25rem; }

.toast:not(:last-child) { margin-bottom: 0.75rem; }

.toast.showing { opacity: 1; }

.toast.show { display: block; opacity: 1; }

.toast.hide { display: none; }

.toast-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 0.25rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body { padding: 0.75rem; }

.modal-open { overflow: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } }

.modal.show .modal-dialog { transform: none; }

.modal-dialog-scrollable { display: -ms-flexbox; display: flex; max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; }

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { -ms-flex-negative: 0; flex-shrink: 0; }

.modal-dialog-scrollable .modal-body { overflow-y: auto; }

.modal-dialog-centered { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - 1rem); }

.modal-dialog-centered::before { display: block; height: calc(100vh - 1rem); content: ""; }

.modal-dialog-centered.modal-dialog-scrollable { -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before { content: none; }

.modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: 0.5; }

.modal-header { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }

.modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.5; }

.modal-body { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; }

.modal-footer { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) { margin-left: .25rem; }

.modal-footer > :not(:last-child) { margin-right: .25rem; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
  .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered { min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before { height: calc(100vh - 3.5rem); }
  .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-xl { max-width: 1140px; } }

.tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }

.tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; }

.popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem; }

.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }

.popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty { display: none; }

.popover-body { padding: 0.5rem 0.75rem; color: #212529; }

.carousel { position: relative; }

.carousel.pointer-event { -ms-touch-action: pan-y; touch-action: pan-y; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner::after { display: block; clear: both; content: ""; }

.carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { transform: translateX(-100%); }

.carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; }

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { z-index: 1; opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; transition: 0s 0.6s opacity; }

@media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } }

.carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; }

.carousel-control-prev { left: 0; }

.carousel-control-next { right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; }

.carousel-indicators li { box-sizing: content-box; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } }

.carousel-indicators .active { opacity: 1; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }

@keyframes spinner-border { to { transform: rotate(360deg); } }

.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spinner-border .75s linear infinite; }

.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }

@keyframes spinner-grow { 0% { transform: scale(0); }
  50% { opacity: 1; } }

.spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm { width: 1rem; height: 1rem; }

.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

.align-middle { vertical-align: middle !important; }

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

.bg-primary { background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #0062cc !important; }

.bg-secondary { background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #545b62 !important; }

.bg-success { background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #1e7e34 !important; }

.bg-info { background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #117a8b !important; }

.bg-warning { background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; }

.bg-danger { background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #bd2130 !important; }

.bg-light { background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; }

.bg-dark { background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; }

.bg-white { background-color: #fff !important; }

.bg-transparent { background-color: transparent !important; }

.border { border: 1px solid #dee2e6 !important; }

.border-top { border-top: 1px solid #dee2e6 !important; }

.border-right { border-right: 1px solid #dee2e6 !important; }

.border-bottom { border-bottom: 1px solid #dee2e6 !important; }

.border-left { border-left: 1px solid #dee2e6 !important; }

.border-0 { border: 0 !important; }

.border-top-0 { border-top: 0 !important; }

.border-right-0 { border-right: 0 !important; }

.border-bottom-0 { border-bottom: 0 !important; }

.border-left-0 { border-left: 0 !important; }

.border-primary { border-color: #007bff !important; }

.border-secondary { border-color: #6c757d !important; }

.border-success { border-color: #28a745 !important; }

.border-info { border-color: #17a2b8 !important; }

.border-warning { border-color: #ffc107 !important; }

.border-danger { border-color: #dc3545 !important; }

.border-light { border-color: #f8f9fa !important; }

.border-dark { border-color: #343a40 !important; }

.border-white { border-color: #fff !important; }

.rounded-sm { border-radius: 0.2rem !important; }

.rounded { border-radius: 0.25rem !important; }

.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }

.rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-lg { border-radius: 0.3rem !important; }

.rounded-circle { border-radius: 50% !important; }

.rounded-pill { border-radius: 50rem !important; }

.rounded-0 { border-radius: 0 !important; }

.clearfix::after { display: block; clear: both; content: ""; }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-print-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }

.embed-responsive::before { display: block; content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-21by9::before { padding-top: 42.85714%; }

.embed-responsive-16by9::before { padding-top: 56.25%; }

.embed-responsive-4by3::before { padding-top: 75%; }

.embed-responsive-1by1::before { padding-top: 100%; }

.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-sm-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-lg-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-xl-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-none { float: none !important; }

@media (min-width: 576px) { .float-sm-left { float: left !important; }
  .float-sm-right { float: right !important; }
  .float-sm-none { float: none !important; } }

@media (min-width: 768px) { .float-md-left { float: left !important; }
  .float-md-right { float: right !important; }
  .float-md-none { float: none !important; } }

@media (min-width: 992px) { .float-lg-left { float: left !important; }
  .float-lg-right { float: right !important; }
  .float-lg-none { float: none !important; } }

@media (min-width: 1200px) { .float-xl-left { float: left !important; }
  .float-xl-right { float: right !important; }
  .float-xl-none { float: none !important; } }

.overflow-auto { overflow: auto !important; }

.overflow-hidden { overflow: hidden !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-sticky { position: sticky !important; }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }

@supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }

.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none { box-shadow: none !important; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.w-auto { width: auto !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.h-auto { height: auto !important; }

.mw-100 { max-width: 100% !important; }

.mh-100 { max-height: 100% !important; }

.min-vw-100 { min-width: 100vw !important; }

.min-vh-100 { min-height: 100vh !important; }

.vw-100 { width: 100vw !important; }

.vh-100 { height: 100vh !important; }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); }

.m-0 { margin: 0 !important; }

.mt-0, .my-0 { margin-top: 0 !important; }

.mr-0, .mx-0 { margin-right: 0 !important; }

.mb-0, .my-0 { margin-bottom: 0 !important; }

.ml-0, .mx-0 { margin-left: 0 !important; }

.m-1 { margin: 0.25rem !important; }

.mt-1, .my-1 { margin-top: 0.25rem !important; }

.mr-1, .mx-1 { margin-right: 0.25rem !important; }

.mb-1, .my-1 { margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 { margin-left: 0.25rem !important; }

.m-2 { margin: 0.5rem !important; }

.mt-2, .my-2 { margin-top: 0.5rem !important; }

.mr-2, .mx-2 { margin-right: 0.5rem !important; }

.mb-2, .my-2 { margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 { margin-left: 0.5rem !important; }

.m-3 { margin: 1rem !important; }

.mt-3, .my-3 { margin-top: 1rem !important; }

.mr-3, .mx-3 { margin-right: 1rem !important; }

.mb-3, .my-3 { margin-bottom: 1rem !important; }

.ml-3, .mx-3 { margin-left: 1rem !important; }

.m-4 { margin: 1.5rem !important; }

.mt-4, .my-4 { margin-top: 1.5rem !important; }

.mr-4, .mx-4 { margin-right: 1.5rem !important; }

.mb-4, .my-4 { margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 { margin-left: 1.5rem !important; }

.m-5 { margin: 3rem !important; }

.mt-5, .my-5 { margin-top: 3rem !important; }

.mr-5, .mx-5 { margin-right: 3rem !important; }

.mb-5, .my-5 { margin-bottom: 3rem !important; }

.ml-5, .mx-5 { margin-left: 3rem !important; }

.p-0 { padding: 0 !important; }

.pt-0, .py-0 { padding-top: 0 !important; }

.pr-0, .px-0 { padding-right: 0 !important; }

.pb-0, .py-0 { padding-bottom: 0 !important; }

.pl-0, .px-0 { padding-left: 0 !important; }

.p-1 { padding: 0.25rem !important; }

.pt-1, .py-1 { padding-top: 0.25rem !important; }

.pr-1, .px-1 { padding-right: 0.25rem !important; }

.pb-1, .py-1 { padding-bottom: 0.25rem !important; }

.pl-1, .px-1 { padding-left: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.pt-2, .py-2 { padding-top: 0.5rem !important; }

.pr-2, .px-2 { padding-right: 0.5rem !important; }

.pb-2, .py-2 { padding-bottom: 0.5rem !important; }

.pl-2, .px-2 { padding-left: 0.5rem !important; }

.p-3 { padding: 1rem !important; }

.pt-3, .py-3 { padding-top: 1rem !important; }

.pr-3, .px-3 { padding-right: 1rem !important; }

.pb-3, .py-3 { padding-bottom: 1rem !important; }

.pl-3, .px-3 { padding-left: 1rem !important; }

.p-4 { padding: 1.5rem !important; }

.pt-4, .py-4 { padding-top: 1.5rem !important; }

.pr-4, .px-4 { padding-right: 1.5rem !important; }

.pb-4, .py-4 { padding-bottom: 1.5rem !important; }

.pl-4, .px-4 { padding-left: 1.5rem !important; }

.p-5 { padding: 3rem !important; }

.pt-5, .py-5 { padding-top: 3rem !important; }

.pr-5, .px-5 { padding-right: 3rem !important; }

.pb-5, .py-5 { padding-bottom: 3rem !important; }

.pl-5, .px-5 { padding-left: 3rem !important; }

.m-n1 { margin: -0.25rem !important; }

.mt-n1, .my-n1 { margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }

.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }

.m-n2 { margin: -0.5rem !important; }

.mt-n2, .my-n2 { margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }

.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 { margin-left: -0.5rem !important; }

.m-n3 { margin: -1rem !important; }

.mt-n3, .my-n3 { margin-top: -1rem !important; }

.mr-n3, .mx-n3 { margin-right: -1rem !important; }

.mb-n3, .my-n3 { margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 { margin-left: -1rem !important; }

.m-n4 { margin: -1.5rem !important; }

.mt-n4, .my-n4 { margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 { margin-right: -1.5rem !important; }

.mb-n4, .my-n4 { margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 { margin-left: -1.5rem !important; }

.m-n5 { margin: -3rem !important; }

.mt-n5, .my-n5 { margin-top: -3rem !important; }

.mr-n5, .mx-n5 { margin-right: -3rem !important; }

.mb-n5, .my-n5 { margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 { margin-left: -3rem !important; }

.m-auto { margin: auto !important; }

.mt-auto, .my-auto { margin-top: auto !important; }

.mr-auto, .mx-auto { margin-right: auto !important; }

.mb-auto, .my-auto { margin-bottom: auto !important; }

.ml-auto, .mx-auto { margin-left: auto !important; }

@media (min-width: 576px) { .m-sm-0 { margin: 0 !important; }
  .mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
  .m-sm-1 { margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; }
  .m-sm-3 { margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; }
  .m-sm-4 { margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; }
  .m-sm-5 { margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; }
  .p-sm-0 { padding: 0 !important; }
  .pt-sm-0, .py-sm-0 { padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 { padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 { padding-left: 0 !important; }
  .p-sm-1 { padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; }
  .p-sm-3 { padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
  .p-sm-4 { padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; }
  .p-sm-5 { padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; }
  .m-sm-n1 { margin: -0.25rem !important; }
  .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; }
  .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; }
  .m-sm-n2 { margin: -0.5rem !important; }
  .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; }
  .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; }
  .m-sm-n3 { margin: -1rem !important; }
  .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; }
  .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; }
  .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; }
  .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; }
  .m-sm-n4 { margin: -1.5rem !important; }
  .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; }
  .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; }
  .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; }
  .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; }
  .m-sm-n5 { margin: -3rem !important; }
  .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; }
  .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; }
  .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; }
  .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; }
  .m-sm-auto { margin: auto !important; }
  .mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }

@media (min-width: 768px) { .m-md-0 { margin: 0 !important; }
  .mt-md-0, .my-md-0 { margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 { margin-right: 0 !important; }
  .mb-md-0, .my-md-0 { margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 { margin-left: 0 !important; }
  .m-md-1 { margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; }
  .m-md-3 { margin: 1rem !important; }
  .mt-md-3, .my-md-3 { margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 { margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 { margin-left: 1rem !important; }
  .m-md-4 { margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; }
  .m-md-5 { margin: 3rem !important; }
  .mt-md-5, .my-md-5 { margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 { margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 { margin-left: 3rem !important; }
  .p-md-0 { padding: 0 !important; }
  .pt-md-0, .py-md-0 { padding-top: 0 !important; }
  .pr-md-0, .px-md-0 { padding-right: 0 !important; }
  .pb-md-0, .py-md-0 { padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 { padding-left: 0 !important; }
  .p-md-1 { padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; }
  .p-md-3 { padding: 1rem !important; }
  .pt-md-3, .py-md-3 { padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 { padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 { padding-left: 1rem !important; }
  .p-md-4 { padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; }
  .p-md-5 { padding: 3rem !important; }
  .pt-md-5, .py-md-5 { padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 { padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 { padding-left: 3rem !important; }
  .m-md-n1 { margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; }
  .m-md-n2 { margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; }
  .m-md-n3 { margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; }
  .m-md-n4 { margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; }
  .m-md-n5 { margin: -3rem !important; }
  .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; }
  .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; }
  .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; }
  .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; }
  .m-md-auto { margin: auto !important; }
  .mt-md-auto, .my-md-auto { margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto { margin-right: auto !important; }
  .mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto { margin-left: auto !important; } }

@media (min-width: 992px) { .m-lg-0 { margin: 0 !important; }
  .mt-lg-0, .my-lg-0 { margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; }
  .m-lg-1 { margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; }
  .m-lg-3 { margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; }
  .m-lg-4 { margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; }
  .m-lg-5 { margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; }
  .p-lg-0 { padding: 0 !important; }
  .pt-lg-0, .py-lg-0 { padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 { padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 { padding-left: 0 !important; }
  .p-lg-1 { padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; }
  .p-lg-3 { padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; }
  .p-lg-4 { padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; }
  .m-lg-n1 { margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; }
  .m-lg-n2 { margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; }
  .m-lg-n3 { margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; }
  .m-lg-n4 { margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; }
  .m-lg-n5 { margin: -3rem !important; }
  .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; }
  .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; }
  .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; }
  .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; }
  .m-lg-auto { margin: auto !important; }
  .mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }

@media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; }
  .mt-xl-0, .my-xl-0 { margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; }
  .m-xl-1 { margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; }
  .m-xl-3 { margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; }
  .m-xl-4 { margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; }
  .m-xl-5 { margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; }
  .p-xl-0 { padding: 0 !important; }
  .pt-xl-0, .py-xl-0 { padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 { padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 { padding-left: 0 !important; }
  .p-xl-1 { padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; }
  .p-xl-3 { padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; }
  .p-xl-4 { padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; }
  .p-xl-5 { padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; }
  .m-xl-n1 { margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; }
  .m-xl-n2 { margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; }
  .m-xl-n3 { margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; }
  .m-xl-n4 { margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; }
  .m-xl-n5 { margin: -3rem !important; }
  .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; }
  .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; }
  .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; }
  .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; }
  .m-xl-auto { margin: auto !important; }
  .mt-xl-auto, .my-xl-auto { margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }

.text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify { text-align: justify !important; }

.text-wrap { white-space: normal !important; }

.text-nowrap { white-space: nowrap !important; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

@media (min-width: 576px) { .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; } }

@media (min-width: 768px) { .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; } }

@media (min-width: 992px) { .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; } }

@media (min-width: 1200px) { .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; } }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.font-weight-light { font-weight: 300 !important; }

.font-weight-lighter { font-weight: lighter !important; }

.font-weight-normal { font-weight: 400 !important; }

.font-weight-bold { font-weight: 700 !important; }

.font-weight-bolder { font-weight: bolder !important; }

.font-italic { font-style: italic !important; }

.text-white { color: #fff !important; }

.text-primary { color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus { color: #0056b3 !important; }

.text-secondary { color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus { color: #494f54 !important; }

.text-success { color: #28a745 !important; }

a.text-success:hover, a.text-success:focus { color: #19692c !important; }

.text-info { color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus { color: #0f6674 !important; }

.text-warning { color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus { color: #ba8b00 !important; }

.text-danger { color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus { color: #a71d2a !important; }

.text-light { color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus { color: #cbd3da !important; }

.text-dark { color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus { color: #121416 !important; }

.text-body { color: #212529 !important; }

.text-muted { color: #6c757d !important; }

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.text-decoration-none { text-decoration: none !important; }

.text-break { word-break: break-word !important; overflow-wrap: break-word !important; }

.text-reset { color: inherit !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

@media print { *, *::before, *::after { text-shadow: none !important; box-shadow: none !important; }
  a:not(.btn) { text-decoration: underline; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  pre { white-space: pre-wrap !important; }
  pre, blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
   p, .checkout-page .checkout-label, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  @page { size: a3; }
  body { min-width: 992px !important; }
  .container { min-width: 992px !important; }
  .navbar { display: none; }
  .badge { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #dee2e6 !important; }
  .table-dark { color: inherit; }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #dee2e6; }
  .table .thead-dark th { color: inherit; border-color: #dee2e6; } }

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }

.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { animation: fa-spin 2s infinite linear; }

.fa-pulse { animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin { 0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; transform: rotate(90deg); }

.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; transform: rotate(180deg); }

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before, .fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before, .fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before, .fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before, .fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before, .fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before, .fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before, .fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-feed:before, .fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before, .fa-users:before { content: ""; }

.fa-chain:before, .fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before, .fa-scissors:before { content: ""; }

.fa-copy:before, .fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before, .fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before, .fa-sort:before { content: ""; }

.fa-sort-down:before, .fa-sort-desc:before { content: ""; }

.fa-sort-up:before, .fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before, .fa-undo:before { content: ""; }

.fa-legal:before, .fa-gavel:before { content: ""; }

.fa-dashboard:before, .fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before, .fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before, .fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before, .fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before, .fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before, .fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }

.fa-euro:before, .fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before, .fa-usd:before { content: ""; }

.fa-rupee:before, .fa-inr:before { content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }

.fa-won:before, .fa-krw:before { content: ""; }

.fa-bitcoin:before, .fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before, .fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before, .fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper-pp:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before, .fa-car:before { content: ""; }

.fa-cab:before, .fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: ""; }

.fa-ge:before, .fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before, .fa-weixin:before { content: ""; }

.fa-send:before, .fa-paper-plane:before { content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

.fa-cart-plus:before { content: ""; }

.fa-cart-arrow-down:before { content: ""; }

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-intersex:before, .fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-genderless:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before, .fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

.fa-yc:before, .fa-y-combinator:before { content: ""; }

.fa-optin-monster:before { content: ""; }

.fa-opencart:before { content: ""; }

.fa-expeditedssl:before { content: ""; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: ""; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: ""; }

.fa-battery-2:before, .fa-battery-half:before { content: ""; }

.fa-battery-1:before, .fa-battery-quarter:before { content: ""; }

.fa-battery-0:before, .fa-battery-empty:before { content: ""; }

.fa-mouse-pointer:before { content: ""; }

.fa-i-cursor:before { content: ""; }

.fa-object-group:before { content: ""; }

.fa-object-ungroup:before { content: ""; }

.fa-sticky-note:before { content: ""; }

.fa-sticky-note-o:before { content: ""; }

.fa-cc-jcb:before { content: ""; }

.fa-cc-diners-club:before { content: ""; }

.fa-clone:before { content: ""; }

.fa-balance-scale:before { content: ""; }

.fa-hourglass-o:before { content: ""; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: ""; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: ""; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: ""; }

.fa-hourglass:before { content: ""; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: ""; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: ""; }

.fa-hand-scissors-o:before { content: ""; }

.fa-hand-lizard-o:before { content: ""; }

.fa-hand-spock-o:before { content: ""; }

.fa-hand-pointer-o:before { content: ""; }

.fa-hand-peace-o:before { content: ""; }

.fa-trademark:before { content: ""; }

.fa-registered:before { content: ""; }

.fa-creative-commons:before { content: ""; }

.fa-gg:before { content: ""; }

.fa-gg-circle:before { content: ""; }

.fa-tripadvisor:before { content: ""; }

.fa-odnoklassniki:before { content: ""; }

.fa-odnoklassniki-square:before { content: ""; }

.fa-get-pocket:before { content: ""; }

.fa-wikipedia-w:before { content: ""; }

.fa-safari:before { content: ""; }

.fa-chrome:before { content: ""; }

.fa-firefox:before { content: ""; }

.fa-opera:before { content: ""; }

.fa-internet-explorer:before { content: ""; }

.fa-tv:before, .fa-television:before { content: ""; }

.fa-contao:before { content: ""; }

.fa-500px:before { content: ""; }

.fa-amazon:before { content: ""; }

.fa-calendar-plus-o:before { content: ""; }

.fa-calendar-minus-o:before { content: ""; }

.fa-calendar-times-o:before { content: ""; }

.fa-calendar-check-o:before { content: ""; }

.fa-industry:before { content: ""; }

.fa-map-pin:before { content: ""; }

.fa-map-signs:before { content: ""; }

.fa-map-o:before { content: ""; }

.fa-map:before { content: ""; }

.fa-commenting:before { content: ""; }

.fa-commenting-o:before { content: ""; }

.fa-houzz:before { content: ""; }

.fa-vimeo:before { content: ""; }

.fa-black-tie:before { content: ""; }

.fa-fonticons:before { content: ""; }

.fa-reddit-alien:before { content: ""; }

.fa-edge:before { content: ""; }

.fa-credit-card-alt:before { content: ""; }

.fa-codiepie:before { content: ""; }

.fa-modx:before { content: ""; }

.fa-fort-awesome:before { content: ""; }

.fa-usb:before { content: ""; }

.fa-product-hunt:before { content: ""; }

.fa-mixcloud:before { content: ""; }

.fa-scribd:before { content: ""; }

.fa-pause-circle:before { content: ""; }

.fa-pause-circle-o:before { content: ""; }

.fa-stop-circle:before { content: ""; }

.fa-stop-circle-o:before { content: ""; }

.fa-shopping-bag:before { content: ""; }

.fa-shopping-basket:before { content: ""; }

.fa-hashtag:before { content: ""; }

.fa-bluetooth:before { content: ""; }

.fa-bluetooth-b:before { content: ""; }

.fa-percent:before { content: ""; }

.fa-gitlab:before { content: ""; }

.fa-wpbeginner:before { content: ""; }

.fa-wpforms:before { content: ""; }

.fa-envira:before { content: ""; }

.fa-universal-access:before { content: ""; }

.fa-wheelchair-alt:before { content: ""; }

.fa-question-circle-o:before { content: ""; }

.fa-blind:before { content: ""; }

.fa-audio-description:before { content: ""; }

.fa-volume-control-phone:before { content: ""; }

.fa-braille:before { content: ""; }

.fa-assistive-listening-systems:before { content: ""; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: ""; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: ""; }

.fa-glide:before { content: ""; }

.fa-glide-g:before { content: ""; }

.fa-signing:before, .fa-sign-language:before { content: ""; }

.fa-low-vision:before { content: ""; }

.fa-viadeo:before { content: ""; }

.fa-viadeo-square:before { content: ""; }

.fa-snapchat:before { content: ""; }

.fa-snapchat-ghost:before { content: ""; }

.fa-snapchat-square:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-first-order:before { content: ""; }

.fa-yoast:before { content: ""; }

.fa-themeisle:before { content: ""; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: ""; }

.fa-fa:before, .fa-font-awesome:before { content: ""; }

.fa-handshake-o:before { content: ""; }

.fa-envelope-open:before { content: ""; }

.fa-envelope-open-o:before { content: ""; }

.fa-linode:before { content: ""; }

.fa-address-book:before { content: ""; }

.fa-address-book-o:before { content: ""; }

.fa-vcard:before, .fa-address-card:before { content: ""; }

.fa-vcard-o:before, .fa-address-card-o:before { content: ""; }

.fa-user-circle:before { content: ""; }

.fa-user-circle-o:before { content: ""; }

.fa-user-o:before { content: ""; }

.fa-id-badge:before { content: ""; }

.fa-drivers-license:before, .fa-id-card:before { content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: ""; }

.fa-quora:before { content: ""; }

.fa-free-code-camp:before { content: ""; }

.fa-telegram:before { content: ""; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: ""; }

.fa-shower:before { content: ""; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: ""; }

.fa-podcast:before { content: ""; }

.fa-window-maximize:before { content: ""; }

.fa-window-minimize:before { content: ""; }

.fa-window-restore:before { content: ""; }

.fa-times-rectangle:before, .fa-window-close:before { content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: ""; }

.fa-bandcamp:before { content: ""; }

.fa-grav:before { content: ""; }

.fa-etsy:before { content: ""; }

.fa-imdb:before { content: ""; }

.fa-ravelry:before { content: ""; }

.fa-eercast:before { content: ""; }

.fa-microchip:before { content: ""; }

.fa-snowflake-o:before { content: ""; }

.fa-superpowers:before { content: ""; }

.fa-wpexplorer:before { content: ""; }

.fa-meetup:before { content: ""; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

body { font-family: "Open Sans", "Helvetica", "Arial"; background: #fff !important; overflow-x: hidden; }

body.footer-fix { padding-bottom: 300px; }

body.footer-fix .footer { position: fixed; }

@media screen and (min-width: 1500px) { .company-page .content-block .text-block .col-lg-9, .educations-page .content-block .text-block .col-lg-9, #single-wrapper .content-block .text-block .col-lg-9 { max-width: 920px !important; }
  .site-cover.event-article-cover .container { max-width: 850px !important; } }

@media screen and (max-width: 1500px) and (min-width: 1100px) { .company-page .content-block .text-block .col-lg-9, .company-page .content-block .kurt-block .col-lg-9, .company-page .events-page .text-block .col-lg-9, .company-page .events-page .kurt-block .col-lg-9, .educations-page .content-block .text-block .col-lg-9, .educations-page .content-block .kurt-block .col-lg-9, .educations-page .events-page .text-block .col-lg-9, .educations-page .events-page .kurt-block .col-lg-9, #single-wrapper .content-block .text-block .col-lg-9, #single-wrapper .content-block .kurt-block .col-lg-9, #single-wrapper .events-page .text-block .col-lg-9, #single-wrapper .events-page .kurt-block .col-lg-9 { max-width: 85% !important; -ms-flex: 0 0 85% !important; flex: 0 0 85% !important; width: 85% !important; }
  .site-cover.event-article-cover { overflow: hidden; position: relative; }
  .site-cover.event-article-cover .container { width: 85% !important; } }

@media screen and (max-width: 1100px) and (min-width: 992px) { .company-page .content-block .col-lg-9, .company-page .events-page .col-lg-9, .educations-page .content-block .col-lg-9, .educations-page .events-page .col-lg-9, #single-wrapper .content-block .col-lg-9, #single-wrapper .events-page .col-lg-9 { max-width: 95% !important; -ms-flex: 0 0 95% !important; flex: 0 0 95% !important; width: 95% !important; }
  .site-cover.event-article-cover .container { max-width: 95% !important; -ms-flex: 0 0 95% !important; flex: 0 0 95% !important; width: 95% !important; }
  .site-cover.event-article-cover .container h1.title { left: 20px; } }

@media screen and (max-width: 1024px) { .site-cover.event-article-cover .container { max-width: 100% !important; width: 100% !important; } }

.container { margin: auto; max-width: 1250px; width: 90%; }

#page-wrapper { min-height: 500px; margin-top: 190px; }

.main { margin: 0 auto; max-width: 100%; overflow: hidden; position: relative; display: block; top: 0px; z-index: 10; background: #fff; }

#main { width: 100%; }

.archive #main { margin-top: -80px; }

.archive.tag-adat-es-technologia .site-cover, .archive.tag-agilis-modszerek .site-cover, .archive.tag-vezetes-es-strategia .site-cover, .archive.tag-online-kepzeseink .site-cover { min-height: 290px; }

.archive.tag-adat-es-technologia #main, .archive.tag-agilis-modszerek #main, .archive.tag-vezetes-es-strategia #main, .archive.tag-online-kepzeseink #main { margin-top: -80px; }

section { display: block; min-height: 500px; position: relative; width: 100%; margin: 0; }

section > .container { min-height: 50%; display: block; position: relative; }

#index-wrapper { margin-top: 90px; }

@media screen and (max-width: 1024px) { #index-wrapper { margin-top: 50px; } }

.centered { text-align: center; font-size: 0; }

.centered > div { float: none; display: inline-block; text-align: left; font-size: 16px; margin: auto; }

.right > div { margin-left: auto; }

html { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #aaa)) no-repeat; height: 100%; font-family: arial; font-size: 14px; line-height: 1.5em; color: #555; }

.cut { position: relative; width: 400px; min-height: 200px; display: block; border-bottom-right-radius: 90px; background: #fff; box-shadow: 3px 3px 30px rgba(150, 150, 150, 0.8); display: inline-block; margin-bottom: 100px; box-sizing: inherit !important; }

.cut:before, .cut:after { content: ' '; position: absolute; right: 0px; z-index: 1; }

.cut:before { width: 30px; height: 60px; bottom: 40px; background: #fff; right: 00px; }

.cut:after { width: 50px; height: 10px; bottom: -10px; border-top: 40px solid #fff; border-right: 55px solid transparent; }

.cut-content { z-index: 2; display: block; position: relative; padding: 20px 25px; }

.normalpoly { -webkit-clip-path: polygon(100% 0, 100% 60%, 80% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 60%, 80% 100%, 0 100%, 0 0); }

.calculated { -webkit-clip-path: polygon(100% 0, 100% 60%, 80% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 60%, 80% 100%, 0 100%, 0 0); }

.content-body { z-index: 10; }

.content-block table { width: 100%; display: block; overflow: auto; margin: 20px 0; }

.content-block table tbody { width: 100%; overflow: auto; }

.content-block table thead { width: 100%; }

.content-block table thead th, .content-block table thead td { font-weight: bold; padding: 7px 10px; font-size: 17px; text-align: center; background: #EC6608; color: #fff; }

.content-block table th, .content-block table td { padding: 5px 10px; display: table-cell; border: 1px solid #E5E5E5; }

.content-block table tr:nth-child(even) { background: #E5E5E5; }

.blog-post .site-cover.article-cover { min-height: 560px; padding-top: 350px; }

.blog-post .site-cover.article-cover.cover-skew::before { height: 650px; left: calc(100% - 120px); }

.blog-post .site-cover.article-cover .cover-photo { width: 90%; max-width: 1200px; left: 50%; transform: translateX(-50%); }

@media screen and (max-width: 1241px) { .blog-post .site-cover.article-cover .cover-photo { width: 85%; } }

@media screen and (max-width: 1025px) { .blog-post .site-cover.article-cover .cover-photo { width: 100%; } }

.blog-post .site-cover.article-cover .cover-photo::before { height: 323px; width: 255px; }

@media screen and (max-width: 640px) { .blog-post .site-cover.article-cover h1.title { left: 30px; } }

.blog-post .article .col-sidebar { top: 33px; margin-bottom: 70px; }

@media screen and (max-width: 1024px) { .blog-post .article .col-sidebar { position: relative !important; } }

.blog-post .article .col-sidebar--block { background: #fff; float: right; right: 20px; }

@media screen and (max-width: 1024px) { .blog-post .article .col-sidebar--block { right: 0; float: none; } }

.blog-post .article .col-lg-3 { margin-right: 20px; }

.blog-post .article .link-list li { margin: 0 20px 0 40px !important; padding-left: 0 !important; }

@media screen and (max-width: 1601px) { .blog-post .article article { padding-right: 40px; } }

.blog-post .entry-content.container { margin-left: 15px; }

@media screen and (max-width: 981px) { .blog-post .entry-content.container { max-width: 97%; } }

@media screen and (max-width: 640px) { .blog-post .article .col-lg-9, .blog-post .article .col-lg-9 article { padding-right: 0 !important; }
  .blog-post .article .col-lg-9 { padding-left: 0 !important; }
  .blog-post .entry-content.container { width: 100%; } }

@media screen and (max-width: 325px) { .blog-post .bigBtn.button { height: 56px; line-height: 23px; padding: 3px 0; } }

.highlight-block { padding: 30px 40px 30px 40px; background: #00abc1; color: #fff; display: block; width: 100%; -ms-flex: 100%; flex: 100%; box-sizing: border-box; }

.highlight-block .title { font-weight: bold; display: block; width: 100%; margin-bottom: 10px; }

.highlight-block p:last-child, .highlight-block .checkout-page .checkout-label:last-child, .checkout-page .highlight-block .checkout-label:last-child { margin-bottom: 0px !important; }

.site-cover { display: block; min-height: 400px; position: relative; margin: 0 !important; }

@media screen and (min-width: 1400px) { .site-cover { min-height: 470px; } }

@media screen and (min-width: 1600px) { .site-cover { min-height: 520px; } }

.site-cover.blog-cover { padding-top: 120px; background: #F0F0F0; position: relative; overflow: hidden; display: block; width: 100%; min-height: 330px; }

.site-cover.blog-cover::before, .site-cover.blog-cover::after { position: absolute; content: ''; }

.site-cover.blog-cover::after { width: 0; height: 0; right: 0; top: 43px; border-top: 640px solid transparent; border-bottom: 560px solid transparent; border-left: 640px solid #E5E5E5; transform: rotate(180deg); z-index: 1; }

.site-cover.blog-cover::before { width: 870px; height: 350px; left: -10%; top: 0; background: #E5E5E5; transform: skew(-55deg); }

.site-cover.wide-list { padding-top: 100px; background: #F0F0F0; position: relative; overflow: hidden; display: block; width: calc(100% + 30px); min-height: 290px; }

@media screen and (max-width: 640px) { .site-cover.wide-list { min-height: 320px; } }

.site-cover.wide-list::before, .site-cover.wide-list::after { position: absolute; content: ''; }

.site-cover.wide-list::after { width: 0; height: 0; right: 0; top: 43px; border-top: 640px solid transparent; border-bottom: 560px solid transparent; border-left: 640px solid #E5E5E5; transform: rotate(180deg); z-index: 1; }

.site-cover.wide-list::before { width: 870px; height: 350px; left: -10%; top: 0; background: #E5E5E5; transform: skew(-55deg); }

.site-cover.company-cover { padding-top: 250px !important; background: #F0F0F0; position: relative; overflow: hidden; display: block; width: 100%; }

.site-cover.cover-skew:before, .site-cover.cover-skew:after { position: absolute; display: block; background: #fff; z-index: 1; }

.site-cover.cover-skew:before { content: ''; right: calc(-100% - 100px); bottom: -5px; height: 500px; width: 100%; transform: skew(-50deg, 0deg); }

.site-cover.cover-skew .row { z-index: 5; position: relative; }

.site-cover.contact-cover, .site-cover.events-cover, .site-cover.about-cover { padding-top: 100px; background: #f0f0f0; overflow: hidden; }

.site-cover.contact-cover::before, .site-cover.contact-cover::after, .site-cover.events-cover::before, .site-cover.events-cover::after, .site-cover.about-cover::before, .site-cover.about-cover::after { position: absolute; content: ''; }

.site-cover.contact-cover::after, .site-cover.events-cover::after, .site-cover.about-cover::after { width: 0; height: 0; right: 0; top: 43px; border-top: 640px solid transparent; border-bottom: 560px solid transparent; border-left: 640px solid #E5E5E5; transform: rotate(180deg); z-index: 0; }

.site-cover.contact-cover::before, .site-cover.events-cover::before, .site-cover.about-cover::before { width: 870px; height: 288px; left: -190px; top: 0; background: #E5E5E5; transform: skew(-55deg); }

@media screen and (max-width: 980px) { .site-cover.contact-cover::before, .site-cover.events-cover::before, .site-cover.about-cover::before { left: -390px; }
  .site-cover.contact-cover::after, .site-cover.events-cover::after, .site-cover.about-cover::after { top: 50%; } }

.site-cover.about-cover { padding: 20px 0 40px; min-height: 70px; background: #fff; }

.site-cover.about-cover::before, .site-cover.about-cover::after { display: none; }

.site-cover.educations-cover { padding-top: 100px; background: #f0f0f0; overflow: hidden; }

.site-cover.educations-cover::before, .site-cover.educations-cover::after { position: absolute; content: ''; }

.site-cover.educations-cover:before { left: 100px; bottom: -5px; height: 150px; width: 70px; transform: skew(-40deg, 0deg); background: linear-gradient(121.21deg, #FFFFFF 51.57%, rgba(255, 255, 255, 0) 108.05%); }

.site-cover.educations-cover:after { width: 870px; height: 288px; left: -10%; top: 0; background: #E5E5E5; transform: skew(-55deg); }

.site-cover .cover-photo { height: 100%; width: 100%; background-color: #444; display: block; position: absolute; top: 0px; left: 0px; background-position: 50% 50%; background-size: cover !important; }

.site-cover .alcim { position: absolute; color: #fff; right: 40px; bottom: 0px; max-width: 450px; display: block; line-height: 22px; background: #EC6608; padding: 5px 15px; transform: translate(0, 100%); }

.site-cover .alcim b { font-size: 15px; font-weight: 400; padding: 0px !important; margin: 0px !important; }

.site-cover .alcim p, .site-cover .alcim .checkout-page .checkout-label, .checkout-page .site-cover .alcim .checkout-label { margin: 0 !important; padding: 0 !important; }

@media screen and (max-width: 1050px) { .site-cover .alcim { right: -40px; } }

@media screen and (max-width: 768px) { .site-cover .alcim { right: auto; left: 0; } }

.site-cover.article-cover { min-height: 415px; padding-top: 280px; background: #fff; position: relative; overflow: hidden; display: block; width: 100%; }

.site-cover.article-cover h1.title { max-width: 1200px; height: auto; padding: 15px 0; position: relative; display: block; bottom: -20px; left: 100px; z-index: 5; }

@media screen and (max-width: 1024px) { .site-cover.article-cover h1.title { bottom: 0; max-width: 100%; left: 20px; margin-bottom: 0; } }

.site-cover.article-cover h1.title span { padding: 0 50px 0 10px; font-style: normal; font-weight: 300; font-size: 26px; line-height: 36px; text-align: left; }

.site-cover.article-cover.cover-skew::before { background: #E5E5E5; transform: skew(-55deg, 0deg); left: calc(100% - 87px); }

.site-cover.article-cover .cover-photo { width: calc(100% - 300px); background-size: 100%; background-repeat: no-repeat; overflow: hidden; z-index: 2; }

@media screen and (max-width: 1050px) { .site-cover.article-cover .cover-photo { width: calc(100% - 100px); } }

@media screen and (max-width: 768px) { .site-cover.article-cover .cover-photo { width: 100%; } }

.site-cover.article-cover .cover-photo::before { display: block; position: absolute; content: ''; left: 100%; bottom: -5px; height: 200px; width: 200px; transform: skew(-55deg, 0deg); background: #fff; }

.site-cover.event-article-cover { width: 100%; display: block; overflow: hidden; padding-top: 280px; }

.site-cover.event-article-cover .container { height: 100% !important; display: block; position: relative; float: right; }

.site-cover.event-article-cover h1.title { max-width: 1200px; height: auto; padding: 15px 0; position: relative; display: inline-block; bottom: 50px; left: 0px; z-index: 5; }

.site-cover.event-article-cover h1.title span { padding: 0 50px 0 0px; font-style: normal; font-weight: 300; font-size: 36px; line-height: 36px; display: block; min-width: 400px; position: relative; }

@media screen and (max-width: 768px) { .site-cover.event-article-cover h1.title span { padding: 0 20px 0 0px; } }

@media screen and (max-width: 980px) { .site-cover.event-article-cover h1.title { left: 4%; } }

.site-cover.checkout-cover { min-height: 220px; padding-top: 60px; background: #f0f0f0; overflow: hidden; }

.site-cover.checkout-cover h1.title.shape::after { top: auto; bottom: -35px; background: #fff; background: linear-gradient(230deg, rgba(255, 255, 255, 0.3) 0, #fff 100%); }

.site-cover.checkout-cover h1.title span { padding: 10px 20px 0 80px; }

.site-cover.checkout-cover::before, .site-cover.checkout-cover::after { position: absolute; content: ''; }

.site-cover.checkout-cover::after { width: 0; height: 0; right: 0; top: 6px; border-top: 260px solid transparent; border-bottom: 220px solid transparent; border-left: 260px solid #E5E5E5; transform: rotate(180deg); z-index: 1; }

.site-cover.checkout-cover::before { width: 595px; height: 288px; left: -190px; top: 0; background: #E5E5E5; transform: skew(-55deg); }

@media screen and (max-width: 980px) { .site-cover.checkout-cover::before { left: -390px; }
  .site-cover.checkout-cover::after { top: 50%; } }

.educations-page .site-cover.event-article-cover h1.title, .events-page .site-cover.event-article-cover h1.title { bottom: 0px; }

.header { width: 100%; height: 140px; text-transform: uppercase; z-index: 100; position: fixed; top: 0px; background: #fff !important; box-shadow: 0 0 3px rgba(100, 100, 100, 0.1); }

@media screen and (max-width: 1120px) { .header { height: 70px; position: fixed; transition: 0.2s cubic-bezier(1, 0, 0, 1); }
  .header .kurt-logo { top: 4.5px !important; }
  .header .kurt-logo img { height: 55px !important; transition: 0.2s cubic-bezier(1, 0, 0, 1); }
  .header .topnav { height: 80px; transition: 0.2s cubic-bezier(1, 0, 0, 1); }
  .header .header-dropdown { transition: 0.2s cubic-bezier(1, 0, 0, 1); top: 74px !important; } }

.header .container { transform-origin: 50% 50%; position: relative; display: block; z-index: 200; }

.header.show { top: 0px; animation: showNav 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) both !important; transform-origin: 20% 50%; position: fixed !important; background: rgba(255, 255, 255, 0.995); box-shadow: 0 0 10px rgba(220, 220, 220, 0.6); }

@keyframes showNav { 0% { opacity: 0;
    transform: translateY(-150px); }
  100% { opacity: .98; } }

.header.show li a { color: #989898; }

.header.show li a:hover, .header.show li a.active { color: #a0d9b3; }

.header.show li a:hover:after, .header.show li a.active:after { background: #a0d9b3; }

.header.nav-smaller { height: 80px; position: fixed; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.header.nav-smaller .kurt-logo { top: 10px; }

.header.nav-smaller .kurt-logo img { max-height: 55px; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.header.nav-smaller .topnav { height: 80px; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

@media screen and (max-width: 1120px) { .header.nav-smaller .topnav { height: 80px; } }

.header.nav-smaller #nav-header-links li.wpml-ls-item { top: 0; }

.header.nav-smaller .header-dropdown { transition: 0.2s cubic-bezier(1, 0, 0, 1); top: 74px !important; }

@media screen and (max-width: 1120px) { .header.nav-smaller { max-height: 80px; } }

.header .kurt-logo { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; float: left; z-index: 10; position: absolute; top: 30px; left: 25px; }

.header .kurt-logo img { max-height: 70px; width: auto; height: auto; }

.header .topnav { text-align: right; display: block; height: 140px; }

@media screen and (max-width: 1120px) { .header .topnav { height: 70px; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }
  .header .topnav::after { content: ''; height: 4px; width: 100%; background: #EC6608; display: block; position: absolute; top: 0px; transition: all 0.2s cubic-bezier(1, 0, 0, 1); } }

.header #nav-header-links { position: inherit !important; }

.header #nav-header-links:after { content: ''; height: 6px; width: 1500px; background: #EC6608; display: block; position: absolute; bottom: 0px; left: 10px; }

@media screen and (max-width: 1120px) { .header #nav-header-links:after { display: none; } }

.header #nav-header-links li { z-index: 5; padding-right: 10px; position: relative; /*&:last-child { padding-right: 0px; @media screen and (max-width: 1120px) { width: 49%; display: inline-block; text-align: left; img { width: 35px; padding-left: 10px; } } } &:nth-last-of-type(2) { padding-right: 0; padding-Left: 15px; @media screen and (max-width: 1120px) { width: 49%; display: inline-block; text-align: right; img { width: 35px; padding-right: 10px; } } }*/ }

.header #nav-header-links li.show:after { content: ''; position: absolute; width: 0px; height: 0px; background: transparent; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #EC6608; bottom: 0px; left: 50%; margin-left: -35px; animation: showNavArrow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) both; }

@keyframes showNavArrow { 0% { opacity: 0;
    transform: translateY(20px); }
  100% { opacity: 1; } }

@media screen and (max-width: 1120px) { .header #nav-header-links li.show:after { display: none; } }

.header #nav-header-links li.active a { color: #fff !important; background: #EC6608; }

.header #nav-header-links li.active a:after { position: absolute; content: ''; width: 0px; height: 10px; bottom: 0px; right: -10px; border-top: 15px solid #EC6608; border-right: 20px solid transparent; }

@media screen and (max-width: 1120px) { .header #nav-header-links li.active a { background: transparent; }
  .header #nav-header-links li.active a::after { display: none; } }

.header #nav-header-links li:first-child a:hover:before { width: calc(100% - 20px) !important; margin-left: 20px; }

.header #nav-header-links li.wpml-ls-item { position: absolute; top: 20px; right: 0; transition: top 0.2s ease 0s; }

@media screen and (max-width: 1120px) { .header #nav-header-links li.wpml-ls-item { position: relative; top: 0; } }

.header #nav-header-links li a { font-size: 1rem; transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); display: block; position: relative; line-height: 20px; padding: 7px 12px 7px 12px; z-index: 4; margin-right: 0px; overflow: hidden; font-style: normal; font-weight: 300; font-size: 18px; text-align: justify; text-transform: uppercase; color: #333; font-family: 'Work Sans'; }

.header #nav-header-links li a:last-child { padding: 7px 10px 7px 10px; }

.header #nav-header-links li a:after { position: absolute; content: ''; width: 0px; height: 10px; bottom: 0px; right: -10px; border-top: 15px solid #fff; border-right: 20px solid transparent; background: #fff; }

.header #nav-header-links li a:hover { transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen and (max-width: 1120px) { .header #nav-header-links li { text-align: center; }
  .header #nav-header-links li a { color: #fff; display: inline-block; font-style: normal; font-weight: 300; font-size: 18px; line-height: 22px; text-align: center; }
  .header #nav-header-links li a:after { display: none; }
  .header #nav-header-links li a:hover { color: #fff !important; }
  .header #nav-header-links li:hover { background: #333; }
  .header #nav-header-links li:hover a { color: #fff; }
  .header #nav-header-links li:hover ul li { background: #EC6608; }
  .header #nav-header-links li:hover ul li ul li { background: #fefefe; }
  .header #nav-header-links li b.mobile-dropdown-arrow { position: absolute; top: 0px; right: 0px; width: 100px; height: 55px; cursor: pointer; transition: 0.2s; display: block; }
  .header #nav-header-links li b.mobile-dropdown-arrow:before { width: 40px; height: 55px; content: ''; display: inline-block; background: url("../img/layout/icons/btn_arrow_white.svg") no-repeat center center; background-size: auto 22px; transform: rotate(90deg); }
  .header #nav-header-links li.mobile-dropwdown-active { height: auto !important; max-height: inherit !important; padding-bottom: 0px !important; }
  .header #nav-header-links li.mobile-dropwdown-active > a { margin-bottom: 10px; }
  .header #nav-header-links li.mobile-dropwdown-active .mobile-dropdown { display: block !important; max-height: inherit !important; }
  .header #nav-header-links li.mobile-dropwdown-active .mobile-dropdown .dropdown-menu { display: none; }
  .header #nav-header-links li.mobile-dropwdown-active .mobile-dropdown .mobile-dropwdown-active .dropdown-menu { display: block; }
  .header #nav-header-links li.mobile-dropwdown-active .mobile-dropdown .mobile-dropwdown-active .dropdown-menu li a { color: #000 !important; }
  .header #nav-header-links li.mobile-dropwdown-active > .mobile-dropdown-arrow { margin-top: 0px; transform: rotate(-180deg); right: 0px; } }

.header .navbar-nav { display: table; width: auto; height: 100%; }

.header .navbar-nav li { display: table-cell; margin: 0 0px; vertical-align: middle; padding: 0; }

.header .navbar-nav li a { color: #333; }

.header .navbar-nav li a:hover { color: #EC6608 !important; }

.header .navbar-nav-cols-4 > li { width: 33% !important; }

.header .navbar-nav-cols-4 > li:last-child { width: 98% !important; }

.header .navbar-nav-cols-5 > li { width: 24% !important; }

.header .navbar-nav-cols-5 > li:last-child { width: 98% !important; }

.header .navbar-nav-cols-6 > li { width: 19% !important; }

.header .navbar-nav-cols-6 > li a { font-size: 14px !important; }

.header .navbar-nav-cols-6 > li:last-child { width: 98% !important; }

.header .navbar-nav-cols-4 > li:last-child, .header .navbar-nav-cols-5 > li:last-child, .header .navbar-nav-cols-6 > li:last-child { border-top: 2px solid #ff8524; margin-top: 12px; padding-top: 12px; }

@media screen and (max-width: 1120px) { .header .navbar-nav { top: 64px; height: 0; display: block; background: #555; overflow: hidden; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }
  .header .navbar-nav li { width: 100%; display: inline-block; }
  .header .navbar-nav li a { text-align: center; }
  .header .navbar-nav:after { width: 0; height: 0; right: 0; top: 43px; position: absolute; border-top: 640px solid transparent; border-bottom: 560px solid transparent; border-left: 640px solid #E5E5E5; transform: rotate(180deg); z-index: 1; } }

.header #nav-header-mini { border-left: 1px solid #ccc; float: right; }

.header #nav-header-mini li a { opacity: 0.8; }

.header #nav-header-mini li a:hover { color: #EC6608 !important; }

.header--nav { position: absolute; right: 0px; top: 0px; display: block; overflow: visible; }

.header--nav ul { margin: 0; padding: 0; float: left; display: inline-block; }

.header--nav ul li { display: inline-block; margin: 0 15px; height: 70px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.header--nav ul li.spacer { border-left: 1px solid #4F4F4F; padding: 0 10px 0 10px; }

.header--nav ul li a { color: #fff; text-decoration: none; transition: .2s; opacity: 1; font-size: 12px; text-transform: none; line-height: 70px; opacity: 1; padding: 0 7px; display: block; width: 100%; position: relative; text-transform: uppercase; font-weight: bold; }

.header--nav ul li a span { z-index: 2; position: relative; width: 100%; top: 0px; text-align: center; display: block; }

.header--nav ul li a:after { content: ''; position: absolute; left: 50%; top: 0px; width: 0%; height: 5px; background-color: #fff; transform: translateX(-50%); transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.header--nav ul li a:hover, .header--nav ul li a.active { color: #fff; }

.header--nav ul li a:hover:after, .header--nav ul li a.active:after { width: 100%; }

.header--nav ul li a:hover { opacity: 1; color: #fafafa; transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.header--nav ul li a.active { color: #a0d9b3; transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.header--nav ul li a.active:hover { opacity: 1; }

.header .header-dropdown { position: absolute; z-index: 20; background: #444; width: 100%; top: 134px; border-top: 6px solid #EC6608; padding: 40px 0 30px 0; box-sizing: border-box; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); display: none; }

.header .header-dropdown.show { display: block; animation: showDropDown 0.15s cubic-bezier(0.25, 0.1, 0.25, 1) both; overflow: hidden; }

@keyframes showDropDown { 0% { opacity: 0;
    height: 0; }
  100% { opacity: 1;
    height: auto; } }

@media screen and (max-width: 1120px) { .header .header-dropdown.show { display: none; } }

.header .header-dropdown .container { width: 100%; }

.header .header-dropdown .box { display: none; width: 90%; margin: auto; animation: showDropDownBox 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) both; }

.header .header-dropdown .box.show { display: block; }

@keyframes showDropDownBox { 0% { opacity: 0;
    transform: translateY(20px); }
  100% { opacity: 1; } }

.header .header-dropdown .box ul { text-align: left; display: block; }

.header .header-dropdown .box ul li { width: 32%; display: inline-block; height: 50px; }

.header .header-dropdown .box ul li.active a { color: #EC6608; }

.header .header-dropdown .box ul li a { color: #fff; text-transform: uppercase; text-align: left; display: block; position: relative; font-size: 14px; font-family: 'Work Sans'; }

.header .header-dropdown .box ul li a:before { content: ''; display: inline-block; height: 32px; width: 32px; background-image: url(../img/layout/icons/btn_arrow_orange.svg); background-repeat: no-repeat; background-position: 50% 50%; position: absolute; top: 1px; left: -50px; opacity: 0; transition: 0.2s; }

.header .header-dropdown .box ul li a:hover { padding-left: 40px; margin-right: -40px; }

.header .header-dropdown .box ul li a:hover:before { left: -2px; opacity: 1; }

.header .header-dropdown .box-1, .header .header-dropdown .box-2 { width: 95%; margin: auto; padding-bottom: 20px; }

.header .header-dropdown .box-1 > ul > li, .header .header-dropdown .box-2 > ul > li { width: 24.6%; height: auto; display: inline-block; vertical-align: top; }

.header .header-dropdown .box-1 > ul > li a, .header .header-dropdown .box-2 > ul > li a { font-size: 16px; color: #EC6608; /*&[title="Zártkörű céges képzések"] { padding-left: 40px; &::before { display: inline-block; left: -2px; opacity: 1; } }*/ }

.header .header-dropdown .box-1 > ul > li a::after, .header .header-dropdown .box-2 > ul > li a::after { display: none; }

.header .header-dropdown .box-1 .dropdown-menu, .header .header-dropdown .box-2 .dropdown-menu { display: block; position: relative; background: transparent; border: 0; }

.header .header-dropdown .box-1 .dropdown-menu li, .header .header-dropdown .box-2 .dropdown-menu li { width: 100%; min-height: 30px; height: auto; display: block; }

.header .header-dropdown .box-1 .dropdown-menu a, .header .header-dropdown .box-2 .dropdown-menu a { font-size: 14px; color: #fff !important; padding-left: 0; white-space: normal; }

.header .header-dropdown .box-1 .dropdown-menu a::before, .header .header-dropdown .box-2 .dropdown-menu a::before { width: 17px; height: 17px; top: 4px; background-size: contain; }

.header .header-dropdown .box-1 .dropdown-menu a:hover, .header .header-dropdown .box-2 .dropdown-menu a:hover { background: transparent; padding-left: 20px; }

@media screen and (max-width: 1120px) { .header .container { width: 100%; max-width: 100%; padding: 0; } }

.mobile-dropdown { display: none; }

.menu-open { overflow: hidden; }

.menu-open .topnav { z-index: 10; }

.menu-open .mobile-social-links { position: relative; }

.shop-sticky { position: fixed; top: 140px; background: #666; width: 100%; display: block; min-height: 70px; }

.shop-sticky .container { max-width: 90%; }

.shop-sticky h3 { color: #fff; margin-top: 20px; margin-bottom: 0px; font-size: 18px; font-weight: 400 !important; width: 50%; display: inline-block; float: left; }

.shop-sticky a { float: right; margin-top: 12px !important; margin-bottom: 10px; }

.shop-sticky .container:after { content: ''; clear: both; display: block; width: 100%; height: 10px; }

.nav-smaller .shop-sticky { top: 80px; }

.footer { width: 100%; min-height: 350px; background: linear-gradient(90.24deg, rgba(68, 68, 68, 0) 29.05%, rgba(34, 34, 34, 0.7) 99.33%), #555555; z-index: 15; overflow: hidden; text-align: center; position: relative; bottom: 0px; z-index: 2; padding-top: 50px; color: #fff; border-bottom: 5px solid #EC6608; overflow: hidden; }

.footer ul { margin-left: 0; padding-left: 0px; }

.footer .container { min-height: 70px; text-align: center; /*&:before { content: ''; position: absolute; border-style: solid; border-width: 40px 60px 0 60px; border-color: #fff transparent transparent transparent; left: 50%; margin-left: -60px; top: -50px; z-index: 3; }*/ /*.site-info { width: 100%; display: block; position: absolute; right: 0; text-align: right; .footer-nav, .footer-nav ul { width: auto; left: auto; right: 0; transform: none; li:last-child { margin-right: 0; a { padding-right: 0; } } } }*/ }

.footer .container .footer-logo { position: absolute; left: 10px; top: 10px; transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); width: 200px; }

.footer .container .footer-logo img { height: 60px; max-height: 60px; }

.footer .container .footer-logo:hover { opacity: 0.95; transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.footer .container .footer-barion { position: absolute; right: 0px; top: 127px; transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); width: 200px; }

.footer .container .footer-barion img { height: 60px; max-height: 60px; }

.footer .container .footer-barion:hover { opacity: 0.95; transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.footer .container .footer-social-links { position: absolute; width: 250px; right: -20px; display: block; z-index: 3; top: 30px; }

.footer .container .footer-social-links li { display: inline-block; width: 30%; }

.footer .container .footer-social-links li a { display: block; position: relative; text-align: right; transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.footer .container .footer-social-links li a img { max-height: 26px; height: 26px; display: block; position: relative; margin: auto; }

.footer .container .footer-social-links li a:hover { opacity: 0.7; }

.footer .container .footer-social-links li a:hover img { transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transform: translateY(-2px); }

.footer .container .footer-subscribe { background: #EC6608; display: block; height: 55px; line-height: 55px; width: 500px; position: absolute; left: 50%; transform: translateX(-50%); top: 115px; font-family: "Open Sans", DINPro-Bold, Helvetica, Arial; z-index: 5; }

.footer .container .footer-subscribe span { color: #fff; font-style: normal; font-weight: 500; font-size: 20px; line-height: 50px; text-align: right; letter-spacing: -0.07em; text-transform: uppercase; }

.footer .container .footer-subscribe svg { margin-left: 15px; margin-bottom: 7px; }

.footer .container .footer-nav { position: absolute; width: 600px; left: 50%; transform: translateX(-50%); top: 222px; display: block; z-index: 5; }

.footer .container .footer-nav ul { width: 600px; margin: 0; padding: 0; text-align: center; }

.footer .container .footer-nav ul li { display: inline-block; margin: 0 15px; }

.footer .container .footer-nav ul li a { color: #fff; transition: 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.footer .container .footer-nav ul li a:hover { opacity: 0.7; }

.footer .container .footer-address { position: absolute; width: 600px; left: 12px; top: 114px; display: block; z-index: 5; text-align: left; color: #fff; line-height: 18px; font-style: normal; font-weight: normal; font-size: 14px; }

.footer .container .footer-copyright, .footer .container .footer-opening-hours { color: #ccc; line-height: 18px; z-index: 3; }

.footer .container .footer-copyright { position: absolute; width: 600px; left: 12px; top: 229px; display: block; text-align: left; font-style: normal; font-weight: 300; font-size: 13px; line-height: 15px; }

.footer .container .footer-opening-hours { position: absolute; width: 240px; right: 4px; top: 229px; display: block; text-align: right; font-style: normal; font-weight: 300; font-size: 13px; line-height: 15px; }

.footer .container .footer--links li { display: inline-block; }

.footer .container .footer--links li a { text-decoration: none; text-transform: none; }

.footer .container .footer--links-top li { margin: 0 5px; }

.footer .container .footer--links-top a { font-family: "Open Sans", "Helvetica", "Arial"; font-size: 16px; font-weight: normal; font-style: normal; line-height: 2.13; letter-spacing: normal; text-align: center; color: #336633; border-bottom: 1px solid transparent; padding-bottom: 5px; }

.footer .container .footer--links-top a:hover { border-bottom: 1px solid #336633; }

.footer .container .footer--links-bottom li { margin: 0 15px; }

.footer .container .footer--links-bottom a { height: 17px; font-family: "Open Sans", "Helvetica", "Arial"; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.13; letter-spacing: normal; text-align: center; color: #354052; padding-bottom: 5px; }

.footer .container .footer--links-bottom a:hover { border-bottom: 1px solid #354052; }

.footer .container .footer--logo-link { display: inline-block; margin: auto; }

.footer .container .social { text-align: center; margin: auto; padding-bottom: 30px; }

.footer .container .social--title { display: block; height: 17px; font-family: "Open Sans", "Helvetica", "Arial"; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.13; letter-spacing: 0.6px; text-align: center; color: #919fb8; margin-bottom: 40px; }

.footer .container .social a { display: inline-block; position: relative; margin: 0 5px; transition: .2s; }

.footer .container .social a:hover { opacity: 0.7; }

.footer--bottom { background: #eff2f6; height: 35px; line-height: 35px; font-family: "Open Sans", "Helvetica", "Arial"; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: 0.4px; text-align: center; color: #b2bed2; border-top: 1px solid #d6e1f2; }

@media screen and (max-width: 1050px) { .footer .site-footer { display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -ms-flex-direction: row; flex-direction: row; }
  .footer .site-footer .footer-social-links { -ms-flex-order: 6; order: 6; }
  .footer .site-footer .footer-subscribe { position: relative !important; left: auto; top: auto; transform: none; margin: 15px auto; -ms-flex-order: 5; order: 5; }
  .footer .site-footer .footer-address { position: relative; width: 100% !important; text-align: center; margin: 70px auto 15px; top: auto; left: auto; -ms-flex-order: 2; order: 2; }
  .footer .site-footer .footer-nav, .footer .site-footer .footer-copyright, .footer .site-footer .footer-opening-hours { width: 100%; position: relative; text-align: center; left: auto; top: auto; transform: none; }
  .footer .site-footer .footer-copyright { -ms-flex-order: 8; order: 8; margin: 15px auto; }
  .footer .site-footer .footer-opening-hours { -ms-flex-order: 3; order: 3; margin: 15px auto; }
  .footer .site-footer .site-info { margin: 15px auto; -ms-flex-order: 7; order: 7; }
  .footer .site-footer .footer-nav { margin: auto; }
  .footer .site-footer .footer-nav ul { margin: auto; } }

@media screen and (max-width: 860px) { .footer .container .site-footer .footer-barion { position: relative; height: 45px; top: 15px; width: auto; margin: 80px auto 25px auto; display: block; left: auto; }
  .footer .container .site-footer .footer-address { margin: 20px auto 15px; } }

@media screen and (max-width: 640px) { .footer .container { padding-left: 0; padding-right: 0; width: 95%; }
  .footer .container .site-footer .footer-logo { width: 100%; position: relative; left: auto; top: auto; margin: 40px auto 15px; }
  .footer .container .site-footer .footer-logo img { margin: auto; }
  .footer .container .site-footer .footer-barion { margin: 15px auto; top: 0; }
  .footer .container .site-footer .footer-address { margin: 15px auto 15px; }
  .footer .container .site-footer .footer-subscribe { width: 100%; }
  .footer .container .site-footer .footer-social-links { position: relative; margin: 15px auto; right: auto; top: auto; }
  .footer .container .site-footer .footer-nav ul { width: auto; }
  .footer .container .site-footer .footer-nav ul li { margin: 0; width: 47%; } }

@media screen and (max-width: 420px) { .footer .container .footer-nav ul li a { padding: 0.5rem 0.7rem !important; } }

.page-template-contact .footer .container:before { border-color: #f0f0f0 transparent transparent transparent !important; }

.page-template-events .footer { margin-top: -20px; }

.page-template-events .footer .container:before { border-color: #4E4E4E transparent transparent transparent !important; }

.page-template-about .footer .container:before { border-color: #F0F0F0 transparent transparent transparent !important; }

nav { position: relative; display: block; overflow: visible; }

.opened .mobile-button i { transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); background: #fff; }

.opened .mobile-button i.i-1 { top: 12px; width: 0; left: 50%; }

.opened .mobile-button i.i-2 { transform: rotate(45deg); }

.opened .mobile-button i.i-3 { transform: rotate(-45deg); }

.opened .mobile-button i.i-4 { top: 12px; width: 0; left: 50%; }

.opened .header .topnav::after { bottom: 60px; }

.opened .header .navbar-nav { top: 0; min-height: 85vh; padding-top: 100px; overflow-y: scroll; }

.opened .mobile-logo { opacity: 1; }

.opened .kurt-logo { opacity: 0; }

.opened .mobile-social-links { display: block; }

.mobile-logo { display: none !important; }

.mobile-social-links { position: absolute; width: 85%; left: 50%; transform: translateX(-50%); display: none; z-index: 13; top: 85vh; margin-left: 7.5%; height: 15vh; background-color: #333; padding-top: 6vh; padding-left: 11vh; }

.mobile-social-links li { display: inline-block; width: 20%; }

.mobile-social-links li a { display: block; position: relative; text-align: right; transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.mobile-social-links li a img { max-height: 26px; height: 26px; display: block; position: relative; margin: auto; }

.mobile-social-links li a:hover { opacity: 0.7; }

.mobile-social-links li a:hover img { transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transform: translateY(-2px); }

.header .posfix { display: none !important; }

.mobile-button { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); display: none; height: 25px; width: 30px; z-index: 1000; padding-right: 0; background: transparent; animation: showMobileButton 1s cubic-bezier(0.25, 0.1, 0.25, 1) both; animation-delay: 0.2s; transform-origin: 20% 50%; /*&:hover { background: rgba(220,220,220,0.1); transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); i { width: 60px !important; } }   */ }

@keyframes showMobileButton { 0% { opacity: 0;
    transform: translateX(150px); }
  100% { opacity: 1; } }

.mobile-button i { display: block; height: 2px; position: absolute; background: #292B28; border-radius: 2px; transform: rotate(0deg); transition: .2s ease-in; width: 30px; right: 0; }

.mobile-button i.i-1 { top: 0; }

.mobile-button i.i-2, .mobile-button i.i-3 { top: 8px; }

.mobile-button i.i-4 { top: 16px; }

@media screen and (max-width: 1390px) { .header #nav-header-links li { padding-right: 0; }
  .header #nav-header-links li a { margin-right: 0; } }

@media screen and (min-width: 1090px) and (max-width: 1175px) { .header #nav-header-links li { padding-right: 5px; }
  .header #nav-header-links li a { margin-right: 0; font-size: 16px; } }

@media screen and (max-width: 1090px) { .mobile-button { display: block; }
  .header #nav-header-links li { padding: 10px 0; } }

@media screen and (max-width: 1090px) { .kurt-block--home-links .big-links { height: 200px; }
  .kurt-block--home-links .big-links div { height: 200px; }
  .kurt-block--home-links .big-links--center img, .kurt-block--home-links .big-links--center svg { width: 70%; margin-left: -33%; } }

@media screen and (max-width: 640px) { .kurt-block--home-links .big-links { height: auto; }
  .kurt-block--home-links .big-links div { display: block; margin: auto; }
  .kurt-block--home-links .big-links--left, .kurt-block--home-links .big-links--right { width: 70%; }
  .kurt-block--home-links .big-links--center img, .kurt-block--home-links .big-links--center svg { top: 35%; }
  .kurt-block--home-links ul li a .desc { font-size: 13px !important; } }

@media only screen and (max-width: 340px) { .kurt-slider.kurt-slider--testimonials { width: 100% !important; height: 390px !important; } }

@media only screen and (max-width: 800px) { body .wpsisac-slick-slider .slick-dots li button { width: 40px !important; } }

body .kurt-slider[data-hsblock="1"] .slider-container li { width: 100% !important; }

@media only screen and (max-width: 1024px) { body.opened .header:after { content: ''; display: block; position: fixed; top: 70px; left: 0; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.7); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
  body .navbar-nav { width: 85%; left: 150%; z-index: 10; }
  body.opened .navbar-nav { width: 85%; left: 0; }
  body.opened .kurt-logo { opacity: 1 !important; } }

.only-mobile { display: none !important; }

@media only screen and (max-width: 1024px) { .only-mobile { display: block !important; }
  .hide-mobile { display: none !important; } }

@media only screen and (max-width: 1024px) { .content-block img { max-width: 100%; height: auto; }
  .educations-page table.educations tr { background: none !important; }
  .educations-page table.educations tr td { border: 0 !important; } }

.page-id-1042 .events-cover { min-height: 320px; }

.mobile-cover { display: none; }

@media screen and (max-width: 1025px) { .blog-post .site-cover.article-cover .cover-photo { height: auto; } }

@media only screen and (max-width: 800px) { body .cuteoff-list-wide .photo { height: 150px !important; background-color: #fff !important; background-repeat: no-repeat; }
  .mobile-cover { display: block !important; width: 100%; height: auto; margin-bottom: 2px; position: relative; }
  body .blog-post .site-cover.article-cover { min-height: inherit !important; padding-top: 0; }
  body .blog-post .site-cover .cover-photo { position: relative; }
  body .blog-post .site-cover.article-cover .cover-photo::before { z-index: 10; left: 120% !important; }
  body .blog-post .blog-post .site-cover.article-cover h1.title { bottom: 0 !important; }
  .blog-title-container { width: 100% !important; } }

@media only screen and (max-width: 700px) { html { font-size: 2vw; }
  body { font-size: 2vw; }
  body .pagination { font-size: 2.4rem; }
  .kurt-block--home-links ul li .title { font-size: 3rem; }
  .kurt-block--home-links ul li a .desc { font-size: 1.8rem !important; }
  .kurt-block--home-educations ul li .desc { font-size: 1.8rem; }
  .kurt-block--home-educations .bottom-message { font-size: 2rem; }
  .kurt-slider.articles ul li .block .text h3 { font-size: 2.4rem; }
  .kurt-slider.articles ul li .block .text .lead { font-size: 1.8rem; }
  .kurt-slider.articles ul li .block .text .lead span { font-size: 1.8rem; }
  .kurt-slider.articles ul li .block .text .msg { height: 160px; }
  .kurt-slider.articles ul li .block .text .msg p, .kurt-slider.articles ul li .block .text .msg .checkout-page .checkout-label, .checkout-page .kurt-slider.articles ul li .block .text .msg .checkout-label { font-size: 1.6rem; }
  .kurt-slider.articles ul li .block .text .msg .checkout-page .checkout-label { font-size: 1.6rem; }
  .checkout-page .kurt-slider.articles ul li .block .text .msg .checkout-label { font-size: 1.6rem; }
  .checkout-page .kurt-block--practical-knowledge .details .checkout-label { font-size: 2.2rem !important; line-height: 2.2rem; margin-bottom: 10px; }
  .checkout-page .kurt-block--practical-knowledge .details .checkout-label b { font-size: 2.2rem !important; line-height: 2.2rem; margin-bottom: 10px; }
  .checkout-page .kurt-expert.small .checkout-label .position { font-size: 1.8rem; line-height: 1.8rem; }
  .checkout-page .cuteoff-list-wide aside .text .checkout-label { margin-top: 20px; font-size: 1.8rem; line-height: 1.8rem; }
  .checkout-page .cuteoff-list aside .text .checkout-label { margin-top: 20px; font-size: 1.8rem; line-height: 1.8rem; }
  .checkout-page .text-block .checkout-label { font-size: 1.8rem; line-height: 2rem; }
  .checkout-page .kurt-block--article-block .checkout-label { font-size: 1.8rem; line-height: 2.2rem; }
  .checkout-page .events-page .kurt-tiles .text .details .checkout-label { font-size: 1.6rem !important; line-height: 1.8rem !important; }
  .checkout-page .kurt-slider-home-events .kurt-tiles .text .details .checkout-label { font-size: 1.6rem !important; line-height: 1.8rem !important; }
  .checkout-page .kurt-tiles--corporate .text .details .checkout-label { font-size: 1.8rem; }
  .kurt-block--practical-knowledge .details p, .kurt-block--practical-knowledge .details .checkout-page .checkout-label, .checkout-page .kurt-block--practical-knowledge .details .checkout-label { font-size: 2.2rem !important; line-height: 2.2rem; margin-bottom: 10px; }
  .kurt-block--practical-knowledge .details p b, .kurt-block--practical-knowledge .details .checkout-page .checkout-label b, .checkout-page .kurt-block--practical-knowledge .details .checkout-label b { font-size: 2.2rem !important; line-height: 2.2rem; margin-bottom: 10px; }
  .kurt-block--practical-knowledge .details .checkout-page .checkout-label { font-size: 2.2rem !important; line-height: 2.2rem; margin-bottom: 10px; }
  .kurt-block--practical-knowledge .details .checkout-page .checkout-label b { font-size: 2.2rem !important; line-height: 2.2rem; margin-bottom: 10px; }
  .kurt-expert.small p .position, .kurt-expert.small .checkout-page .checkout-label .position, .checkout-page .kurt-expert.small .checkout-label .position { font-size: 1.8rem; line-height: 1.8rem; }
  .kurt-expert.small .checkout-page .checkout-label .position { font-size: 1.8rem; line-height: 1.8rem; }
  .footer { font-size: 1.6rem; }
  h1.title span { font-size: 2.8rem; }
  .cuteoff-list-wide aside h2.entry-title { font-size: 2.8rem; line-height: 2.8rem; }
  .cuteoff-list-wide aside .text-column .data { font-size: 1.8rem; height: 160px; }
  .cuteoff-list-wide aside .text-column .data .deadline { font-size: 1.8rem; margin-bottom: 20px; }
  .cuteoff-list-wide aside .text-column .desc { font-size: 1.8rem; }
  .cuteoff-list-wide aside .text { font-size: 1.8rem; }
  .cuteoff-list-wide aside .text p, .cuteoff-list-wide aside .text .checkout-page .checkout-label, .checkout-page .cuteoff-list-wide aside .text .checkout-label { margin-top: 20px; font-size: 1.8rem; line-height: 1.8rem; }
  .cuteoff-list-wide aside .text .checkout-page .checkout-label { margin-top: 20px; font-size: 1.8rem; line-height: 1.8rem; }
  .cuteoff-list-wide aside .date { font-size: 1.6rem; }
  .cuteoff-list-wide .post-tags { position: relative; top: 0; margin: 30px 0; }
  .cuteoff-list-wide .post-tags a { font-size: 1.6rem; margin: 5px; }
  .cuteoff-list aside h2.entry-title { font-size: 2.8rem; line-height: 2.8rem; }
  .cuteoff-list aside .text-column .data { font-size: 1.8rem; height: 160px; }
  .cuteoff-list aside .text-column .data .deadline { font-size: 1.8rem; margin-bottom: 20px; }
  .cuteoff-list aside .text-column .desc { font-size: 1.8rem; }
  .cuteoff-list aside .text { font-size: 1.8rem; }
  .cuteoff-list aside .text p, .cuteoff-list aside .text .checkout-page .checkout-label, .checkout-page .cuteoff-list aside .text .checkout-label { margin-top: 20px; font-size: 1.8rem; line-height: 1.8rem; }
  .cuteoff-list aside .text .checkout-page .checkout-label { margin-top: 20px; font-size: 1.8rem; line-height: 1.8rem; }
  .cuteoff-list aside .date { font-size: 1.6rem; }
  .cuteoff-list .post-tags { position: relative; top: 0; margin: 30px 0; }
  .cuteoff-list .post-tags a { font-size: 1.6rem; margin: 5px; }
  .col-sidebar--block h3 { font-size: 2rem; }
  .col-sidebar--block .date { font-size: 1.8rem; }
  .col-sidebar--block table.educations tr td { font-size: 1.5rem; line-height: 1.5rem; }
  .col-sidebar--block table.educations tr td span.bolder { font-size: 1.6rem; line-height: 1.6rem; }
  .col-sidebar--block table.educations tr td .mini { font-size: 1.5rem; line-height: 1.6rem; }
  .col-sidebar--block .link-list li { font-size: 1.8rem; }
  .col-sidebar--block .arrow-list li { font-size: 1.8rem; }
  .user-line .name { font-size: 1.6rem; }
  .user-line .details a { font-size: 1.6rem; }
  .user-line .position { font-size: 1.6rem; }
  .mini.star { font-size: 1.6rem !important; }
  .text-block p, .text-block .checkout-page .checkout-label, .checkout-page .text-block .checkout-label { font-size: 1.8rem; line-height: 2rem; }
  .text-block .checkout-page .checkout-label { font-size: 1.8rem; line-height: 2rem; }
  .accordion > li button { font-size: 1.8rem; }
  .accordion > li .txt { font-size: 1.8rem; }
  .accordion .program li .program-buddy .name { font-size: 1.8rem; }
  .accordion .program li .program-buddy .title { font-size: 1.6rem; }
  .accordion .program li .program-name { font-size: 1.6rem; }
  .kurt-block--article-block p, .kurt-block--article-block .checkout-page .checkout-label, .checkout-page .kurt-block--article-block .checkout-label { font-size: 1.8rem; line-height: 2.2rem; }
  .kurt-block--article-block .checkout-page .checkout-label { font-size: 1.8rem; line-height: 2.2rem; }
  .kurt-block--article-block li { font-size: 1.8rem; line-height: 2.2rem; }
  .events-page .kurt-tiles .text .details p, .events-page .kurt-tiles .text .details .checkout-page .checkout-label, .checkout-page .events-page .kurt-tiles .text .details .checkout-label { font-size: 1.6rem !important; line-height: 1.8rem !important; }
  .events-page .kurt-tiles .text .details .checkout-page .checkout-label { font-size: 1.6rem !important; line-height: 1.8rem !important; }
  .events-page .kurt-tiles .text .lead { font-size: 1.8rem; line-height: 2.2rem; font-size: 1.8rem; line-height: 2.2rem; }
  .kurt-slider-home-events .kurt-tiles .text .details p, .kurt-slider-home-events .kurt-tiles .text .details .checkout-page .checkout-label, .checkout-page .kurt-slider-home-events .kurt-tiles .text .details .checkout-label { font-size: 1.6rem !important; line-height: 1.8rem !important; }
  .kurt-slider-home-events .kurt-tiles .text .details .checkout-page .checkout-label { font-size: 1.6rem !important; line-height: 1.8rem !important; }
  .kurt-slider-home-events .kurt-tiles .text .lead { font-size: 1.8rem; line-height: 2.2rem; font-size: 1.8rem; line-height: 2.2rem; }
  .kurt-tiles h3 { font-size: 2.2rem; line-height: 2.2rem; }
  .kurt-tiles .text .date { font-size: 1.6rem; width: 100%; }
  .kurt-tiles .text .date b { width: 100%; }
  .kurt-tiles .text .small-text { font-size: 1.4rem; }
  .centered > div { font-size: 1.8rem; }
  .kurt-tiles--corporate .text .details { font-size: 1.8rem; }
  .kurt-tiles--corporate .text .details p, .kurt-tiles--corporate .text .details .checkout-page .checkout-label, .checkout-page .kurt-tiles--corporate .text .details .checkout-label { font-size: 1.8rem; }
  .kurt-tiles--corporate .text .details .checkout-page .checkout-label { font-size: 1.8rem; }
  h1 { font-size: 2.6rem; line-height: 2.6rem; }
  .site-cover.event-article-cover h1.title span { font-size: 3.6rem; }
  .site-cover .alcim b { font-size: 1.8rem; }
  .tab-block .label label { font-size: 1.6rem; }
  .tab-block .label label span.smaller { font-size: 1.4rem; }
  .company-page .kurt-expert.small .position { font-size: 1.6rem; }
  .educations-page .kurt-expert.small .position { font-size: 1.6rem; }
  #single-wrapper .kurt-expert.small .position { font-size: 1.6rem; }
  .bigBtn.longTextBtn { font-size: 1.8rem; line-height: 2rem; }
  .single_add_to_cart_button.longTextBtn { font-size: 1.8rem; line-height: 2rem; }
  .kurt-expert .mail { font-size: 1.6rem; }
  .kurt-block--newsletter .transpBtn { padding: 10px; }
  .kurt-block--newsletter .transpBtn span { font-size: 1.6rem; }
  .vfbp-form .vfb-fieldType-text .vfb-help-block:not(.filled) { font-size: 1.8rem; }
  .vfbp-form .vfb-fieldType-date .vfb-help-block:not(.filled) { font-size: 1.8rem; }
  .vfbp-form .vfb-fieldType-email .vfb-help-block:not(.filled) { font-size: 1.8rem; }
  .vfbp-form .vfb-fieldType-textarea .vfb-help-block:not(.filled) { font-size: 1.8rem; }
  .vfbp-form .vfb-fieldType-captcha .vfb-help-block:not(.filled) { font-size: 1.8rem; }
  .vfbp-form .vfb-fieldType-select .vfb-help-block:not(.filled) { font-size: 1.8rem; }
  .vfbp-form .vfb-help-block { font-size: 1.6rem; }
  .captcha-txt { font-size: 1.6rem; } }

body.single-post .kurt-slider-home-events { margin-bottom: 30px; }

body.single-post .kurt-slider-home-events .kurt-tiles--events:nth-child(-n+3), body.single-post .kurt-slider-home-events .kurt-tiles--events { margin-top: 20px !important; height: auto; }

body.page-template-educations .kurt-tiles--events:nth-child(-n+3), body.page-template-educations .kurt-tiles--events { margin-top: 20px !important; height: auto; }

.single-post h1.title { max-width: 940px; height: auto; padding: 15px 0; }

.single-post h1.title span { padding: 0 50px 0 110px; font-style: normal; font-weight: 300; font-size: 26px; line-height: 36px; }

.single-post .wrapper > .row { margin-right: 0; }

.single-post .article h2 { font-style: normal; font-weight: 300; font-size: 30px; line-height: 22px; letter-spacing: 0.05em; text-transform: uppercase; color: #EC6608; padding: 25px 0 15px; }

.single-post .article p, .single-post .article .checkout-page .checkout-label, .checkout-page .single-post .article .checkout-label, .single-post .article li { font-style: normal; font-weight: 300; font-size: 16px; line-height: 20px; color: #444; padding: 7px 0; }

.single-post .article ul { margin: 20px 0; }

.single-post .article li { margin: 0 110px; position: relative; }

.single-post .article li::before { width: 12px; height: 16px; content: ''; display: inline-block; position: absolute; top: 20px; left: -35px; background: url("../img/layout/icons/arrow_orange.png") no-repeat center center; background-size: 100%; }

.single-post .article img { margin: 20px 0; }

.single-post .article main { margin: 40px 0; }

.single-post .article::before { width: 430px; height: 750px; display: block; position: absolute; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.35) 100%); content: ''; transform: skew(-55deg); top: 0; right: 190px; }

.single-post .article.container { width: 100%; max-width: 100%; padding-left: 0; }

.single-post .single-article { background: linear-gradient(180deg, rgba(196, 196, 196, 0.5) 19.13%, rgba(229, 229, 229, 0) 50%), rgba(229, 229, 229, 0.5); }

.single-post .post-details { width: 100%; height: 50px; display: block; position: relative; margin: 35px 0; vertical-align: middle; }

.single-post .post-details-top { border-bottom: 1px solid #C4C4C4; }

.single-post .post-details-bottom { padding: 20px 0 0; border-top: 1px solid #C4C4C4; }

.single-post .post-details-bottom .post-tags { bottom: 0; }

.single-post .post-details > div { width: auto; max-width: 200px; margin: 0 30px 0 0; display: inline-block; }

.single-post .post-details .heart { vertical-align: super; }

.single-post date { font-style: normal; font-weight: 300; font-size: 12px; line-height: 14px; color: #666; }

.single-post .post-author { font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; color: #444; }

.single-post .post-tags { max-width: 70% !important; display: block !important; position: absolute; right: 0; bottom: 17px; text-align: right; }

.single-post .post-tags a { display: inline-block; word-break: break-all; background: #EC6608; color: #fff; padding: 4px 8px; margin: 2px 10px; font-style: normal; font-weight: normal; font-size: 14px; line-height: 16px; text-align: center; text-transform: uppercase; transition: 0.2s cubic-bezier(1, 0, 0, 1); }

.single-post .post-tags a:hover { background: #444; }

.single-post .content-block .kurt-slider { height: auto; margin-top: 0px; margin-bottom: 0px !important; }

.single-post .content-block .kurt-slider .indicator span { margin: 5px 15px !important; }

.single-post .content-block .kurt-slider .kurt-expert.small { margin: 20px auto; padding-top: 25px; }

.single-post .content-block .kurt-slider .slider-container { max-width: 95%; height: auto !important; overflow: visible; margin-top: 30px; margin-right: 20px; }

@media screen and (max-width: 700px) { .single-post .content-block .kurt-slider .slider-container { max-width: 100%; } }

.single-post .content-block .kurt-slider.kurt-slider--experts.nomargin .slider-container { margin-top: -40px; }

.single-post .content-block .kurt-slider .sliderArrows { z-index: 5; }

.single-post .content-block .kurt-slider .sliderArrows.left { left: -30px; }

.single-post .content-block .kurt-slider .sliderArrows.right { right: -30px; }

@media screen and (max-width: 980px) { .company-page .col-lg-8, .educations-page .col-lg-8, #single-wrapper .col-lg-8 { padding-left: 30px; padding-right: 30px; box-sizing: border-box; }
  .company-page .text-block, .educations-page .text-block, #single-wrapper .text-block { width: 90% !important; margin: auto; }
  .company-page .text-block iframe, .educations-page .text-block iframe, #single-wrapper .text-block iframe { max-width: 100%; } }

body.single-post .content-body--data ul li, body.single-post .entry-content ul li, body.single-post .kurt-block--accordion ul li { margin: 0 10px 0 0 !important; padding-left: 20px; position: relative; display: block; padding-top: 2px; }

body.single-post .content-body--data ul li:before, body.single-post .entry-content ul li:before, body.single-post .kurt-block--accordion ul li:before { content: ''; display: inline-block; width: 10px; height: 10px; margin-right: 10px; background: #EC6608; position: absolute; left: 0px; top: 6px; }

body.single-post .content-body--data ul, body.single-post .entry-content ul, body.single-post .kurt-block--accordion ul { margin: 10px 0 30px 5px !important; display: block; width: 100%; position: relative; }

body.single-post .content-body--data ul.accordion, body.single-post .entry-content ul.accordion, body.single-post .kurt-block--accordion ul.accordion { margin: 40px 30px 80px 0 !important; }

body.single-post .content-body--data ul.accordion li, body.single-post .entry-content ul.accordion li, body.single-post .kurt-block--accordion ul.accordion li { margin: 0 !important; padding-left: 0px !important; }

body.single-post .content-body--data ul.accordion li:before, body.single-post .entry-content ul.accordion li:before, body.single-post .kurt-block--accordion ul.accordion li:before { display: none !important; }

body.single-post .content-body--data ul.accordion li .program li, body.single-post .entry-content ul.accordion li .program li, body.single-post .kurt-block--accordion ul.accordion li .program li { margin-top: 10px !important; }

@media (min-width: 1030px) { body .col-lg-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; } }

@media (max-width: 1030px) { body .col-lg-8 { -ms-flex: 1; flex: 1; max-width: 100%; } }

.slick-list, .slick-initialized, .slick-image-slide { height: 550px !important; }

.wpsisac-slick-slider-wrp { height: 550px; overflow: hidden; }

.wpsisac-slick-slider-wrp .container { display: block; position: relative; height: 100%; box-sizing: inherit; height: 550px; }

.wpsisac-slick-slider-wrp .container:before { content: ''; position: absolute; display: block; left: -395px; top: 0px; height: 0; border-style: solid; border-width: 450px 850px 0 0; border-color: #e5e5e5 transparent transparent transparent; }

.wpsisac-slick-slider-wrp .container:after { content: ''; position: absolute; display: block; bottom: 40px; left: calc(100% - 200px); width: 0; height: 0; border-style: solid; border-width: 0 0 550px 800px; border-color: transparent transparent #e5e5e5 transparent; }

.wpsisac-slick-slider-wrp .slick-image-slide { overflow: hidden; }

.wpsisac-slick-slider-wrp .txt-block { position: absolute; bottom: 120px; z-index: 5; }

.wpsisac-slick-slider-wrp .txt-block h2 { height: 70px; line-height: 70px; display: inline-block; position: relative; float: left; }

@media screen and (max-width: 700px) { .wpsisac-slick-slider-wrp .txt-block h2 { height: auto; }
  .wpsisac-slick-slider-wrp .txt-block h2 span { line-height: 33px !important; font-size: 29px !important; overflow: hidden; display: block; position: relative; padding: 8px 0 8px 0; }
  .wpsisac-slick-slider-wrp .txt-block h2:before { height: 100% !important; } }

.wpsisac-slick-slider-wrp .txt-block h2:before { content: ''; background: #333; position: absolute; width: 3000px; height: 70px; top: 0px; right: 0px; margin: 0px; }

.wpsisac-slick-slider-wrp .txt-block h2 span { font-style: normal; font-weight: 300; font-size: 36px; line-height: 70px; color: #fff; z-index: 2; position: relative; padding-right: 20px; padding-left: 10px; }

.wpsisac-slick-slider-wrp .txt-block .sub-headline { background: #EC6608; display: inline-block; text-align: left; color: #fff; padding: 5px 13px; text-transform: uppercase; float: left; font-weight: bold; font-size: 18px; line-height: 26px; margin-top: -5px; }

.wpsisac-slick-slider-wrp .txt-block .sub-headline p, .wpsisac-slick-slider-wrp .txt-block .sub-headline .checkout-page .checkout-label, .checkout-page .wpsisac-slick-slider-wrp .txt-block .sub-headline .checkout-label { padding: 0; margin: 0; display: inline-block; font-weight: 400; }

.wpsisac-slick-slider-wrp .slide-photo { position: absolute; bottom: 40px; right: 0px; height: 520px; width: 950px; display: block; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; z-index: 2; overflow: hidden; }

@media screen and (max-width: 900px) { .wpsisac-slick-slider-wrp .slide-photo { width: 100%; } }

.wpsisac-slick-slider-wrp .slide-photo a { position: absolute; bottom: 0px; right: 0px; z-index: 2; display: block; width: 250px; height: 150px; }

.wpsisac-slick-slider-wrp .slide-photo a:hover:after { right: 30px; }

.wpsisac-slick-slider-wrp .slide-photo a:after { content: ''; width: 40px; height: 40px; display: inline-block; float: right; background-image: url(../img/layout/icons/btn_arrow_orange.svg); background-repeat: no-repeat; background-position: 50% 50%; position: absolute; bottom: 10px; right: 40px; transition: 0.2s; }

.wpsisac-slick-slider-wrp .slide-photo a:before { content: '0'; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 140px 200px; border-color: transparent transparent #fff transparent; right: 0px; bottom: -2px; }

.wpsisac-slick-slider-wrp .no-arrow a { cursor: pointer !important; pointer-events: none; }

.wpsisac-slick-slider-wrp .no-arrow a:after { background-image: none !important; }

.wpsisac-slick-slider-wrp .slick-dots { background: #fff; height: 40px; }

.wpsisac-slick-slider.design-4 .slick-dots { bottom: 0px !important; padding-top: 18px !important; margin: 0 !important; }

.home-page .kurt-block--events { padding-top: 50px; background: linear-gradient(180deg, rgba(229, 229, 229, 0.5) 0%, rgba(229, 229, 229, 0) 23.78%), rgba(255, 255, 255, 0.6); }

.home-page .kurt-block--events .centered { margin-top: 30px !important; }

.home-page .kurt-block--about-list { margin-top: 50px; background: linear-gradient(180deg, rgba(196, 196, 196, 0.5) 0%, rgba(229, 229, 229, 0) 31.35%), rgba(229, 229, 229, 0.5); }

.home-page--slider { max-height: 600px; display: block; position: relative; overflow: hidden; }

.home-page--slider .panel-grid { height: 600px !important; }

.home-page--slider .widget_sow-slider { height: 600px !important; border: 4px solid blue; }

.home-page--slider .sow-slider-base { height: 600px; }

.home-page--slider .sow-slider-images, .home-page--slider .sow-slider-images li { height: 600px !important; max-height: 600px !important; }

.home-page--slider .sow-slider-images img, .home-page--slider .sow-slider-images li img { transform: translate(-50%, -50%) !important; border: 1px solid green !important; display: none !important; }

.home-page--slider .sow-slider-pagination, .home-page--slider .sow-slide-nav { display: block !important; opacity: 1 !important; }

.home-page .slider-placeholder { width: 100%; display: block; position: relative; overflow: hidden; background: #ccc; }

.home-page .slider-placeholder img { width: 100%; height: auto; display: block; position: relative; }

.home .indicator span { margin: 10px 16px 25px 16px !important; }

.events .site-cover { min-height: 290px; }

.events-page { margin-top: 105px !important; }

@media screen and (max-width: 1024px) { .events-page { margin-top: 80px !important; } }

.events-page { width: 100%; }

@media screen and (max-width: 1024px) { .events-page .col-lg-8 { padding-left: 30px; padding-right: 30px; }
  .events-page .sidebar { max-width: 100%; position: relative !important; margin: 0 0 30px !important; }
  .events-page .sidebar .kurt-sidebar--details { width: 100%; max-width: 100%; }
  .events-page .sidebar .kurt-sidebar--details .single_add_to_cart_button.shopBtn { margin-left: auto; margin-right: auto; } }

.events-page .kurt-tiles .text .lead, .kurt-slider-home-events .kurt-tiles .text .lead { font-size: 15px !important; text-transform: uppercase; line-height: 22px; }

.events-page .kurt-tiles .text .details p, .events-page .kurt-tiles .text .details .checkout-page .checkout-label, .checkout-page .events-page .kurt-tiles .text .details .checkout-label, .kurt-slider-home-events .kurt-tiles .text .details p, .kurt-slider-home-events .kurt-tiles .text .details .checkout-page .checkout-label, .checkout-page .kurt-slider-home-events .kurt-tiles .text .details .checkout-label { font-size: 14px; line-height: 18px; }

.educations .content-block { width: 100%; }

.educations .site-cover { min-height: 290px; }

.educations-page { margin-top: 40px !important; }

.educations .col-sidebar { margin-top: 20px !important; }

.page-template-educations #main { margin-top: -55px; }

@media screen and (max-width: 1024px) { .educations-page { width: 100%; box-sizing: border-box; }
  .educations-page .content-block { margin: 20px auto 0; }
  .educations-page .text-block p img, .educations-page .text-block .checkout-page .checkout-label img, .checkout-page .educations-page .text-block .checkout-label img { max-width: 100%; height: auto; }
  .educations-page .col-lg-8 { padding-left: 30px; padding-right: 30px; box-sizing: border-box; }
  .educations-page .col-sidebar { max-width: 90%; position: relative !important; margin: 0 auto 0 auto !important; }
  .educations-page .col-sidebar .col-sidebar--block, .educations-page .col-sidebar .educations { max-width: 100%; }
  .educations-page .col-sidebar .kurt-sidebar--details { width: 100%; max-width: 100%; }
  .educations-page .col-sidebar .kurt-sidebar--details .single_add_to_cart_button.shopBtn { margin-left: auto; margin-right: auto; } }

.company-programs .content-body--data { background: #F0F0F0; padding: 50px 0px; }

.company-programs.content-block .kurt-block--practical-knowledge .kurt-slider { height: auto; margin-top: 0px; margin-bottom: 0px !important; }

.company-programs.content-block .kurt-block--practical-knowledge .kurt-slider .slider-container { max-width: 95%; height: auto !important; overflow: visible; margin-top: 30px; margin-right: 20px; }

.company-programs.content-block .kurt-block--practical-knowledge .kurt-slider .kurt-expert.small { margin: 20px auto; padding-top: 25px; }

.company-programs.content-block .kurt-block--practical-knowledge .kurt-slider .sliderArrows { z-index: 5; }

.company-programs.content-block .kurt-block--practical-knowledge .kurt-slider .sliderArrows.left { left: -30px; }

.company-programs.content-block .kurt-block--practical-knowledge .kurt-slider .sliderArrows.right { right: -30px; }

.company-programs .kurt-block--problems { /*.kurt-tiles.cropped { &:hover { z-index: 5; h3 { overflow: visible; text-overflow: unset; } } }*/ }

.company-programs .kurt-block--problems h3 { margin-bottom: 10px !important; }

.company-programs .kurt-block--problems h3.cropped { overflow: hidden; text-overflow: ellipsis; }

.company-programs .kurt-block--problems .kurt-tiles.block .arrow { z-index: 10; }

.company-programs .kurt-block--problems .kurt-tiles.block .text .details, .company-programs .kurt-block--problems .kurt-tiles.block .text .details p, .company-programs .kurt-block--problems .kurt-tiles.block .text .details .checkout-page .checkout-label, .checkout-page .company-programs .kurt-block--problems .kurt-tiles.block .text .details .checkout-label { text-align: left; }

.company-programs .kurt-block--problems .container { width: 100%; padding: 0; }

.company-programs .kurt-block--problems .row { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.company-programs .kurt-block--partners ul { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-align: center; align-items: center; }

.company-programs .kurt-block--corporate { background: url("../img/metromap4-jav.png") no-repeat 50% 54.5%; }

html[lang="en-US"] .company-programs .kurt-block--corporate { background-image: url("../img/metromap4-jav_en.png"); }

.company-programs .kurt-block--corporate .cuteoff-list { box-shadow: 6px 6px 25px rgba(150, 150, 150, 0.45) !important; }

@media screen and (max-width: 1200px) { .company-programs .kurt-block--corporate { background-position: 50% 52%; background-size: 50%; } }

@media screen and (max-width: 980px) { .company-programs .kurt-block--corporate { background: transparent; } }

.company-programs .kurt-tiles { height: 370px; }

.company-programs .kurt-tiles--corporate.block { max-width: 380px; margin-bottom: 80px; margin-top: 80px; }

@media screen and (max-width: 1200px) { .company-programs .kurt-tiles--corporate.block { margin-bottom: 80px; margin-top: 80px; } }

@media screen and (max-width: 1024px) { .company-programs .kurt-tiles--corporate.block:nth-child(1), .company-programs .kurt-tiles--corporate.block:nth-child(2) { margin-bottom: 250px; } }

.company-programs .kurt-tiles--corporate ul { padding-left: 40px; }

.company-programs .kurt-tiles--corporate ul li { position: relative; color: #444; padding: 5px 0; }

.company-programs .kurt-tiles--corporate ul li::before { width: 20px; height: 20px; display: block; position: absolute; content: ''; background: url("../img/layout/icons/arrow_orange.png") no-repeat center center; background-size: contain; left: -30px; }

.company-programs .kurt-tiles--events { margin: 10px; }

.company-programs .kurt-tiles--events.block { width: 30%; }

.company-programs .kurt-tiles--events:nth-child(-n+3) { margin-top: 25px; }

.company-programs .kurt-tiles--events:nth-child(-n+3):hover { margin-top: 10px; }

@media screen and (max-width: 1500px) { .company-programs .kurt-tiles--events .arrow { left: -10px; } }

@media screen and (max-width: 1367px) { .company-programs .kurt-tiles--events.cuteoff-list::after { width: 10%; } }

@media screen and (max-width: 1367px) { .company-programs .kurt-block--problems .kurt-tiles.block h3 { font-size: 18px; }
   .company-programs .kurt-block--problems .kurt-tiles.block .text .details p, .company-programs .kurt-block--problems .kurt-tiles.block .text .details .checkout-page .checkout-label, .checkout-page .company-programs .kurt-block--problems .kurt-tiles.block .text .details .checkout-label { font-size: 14px; line-height: 14px; } }

@media screen and (max-width: 1281px) { .company-programs .kurt-block--problems .kurt-tiles.block { width: 27%; }
  .company-programs .kurt-block--problems .kurt-tiles.block h3 { font-size: 18px; }
   .company-programs .kurt-block--problems .kurt-tiles.block .text .details p, .company-programs .kurt-block--problems .kurt-tiles.block .text .details .checkout-page .checkout-label, .checkout-page .company-programs .kurt-block--problems .kurt-tiles.block .text .details .checkout-label { font-size: 14px; line-height: 14px; } }

.company-page .content-block { width: 100%; }

.company-page .kurt-tiles .text .lead { text-transform: uppercase; font-size: 15px !important; line-height: 22px; }

.blog .search-bar { margin-top: 50px; }

.blog .search-bar .input { height: 55px; padding: 0 10px 0 10px; border-radius: 0px; min-width: 380px; margin-right: 10px; border: 1px solid #999; }

.blog .search-bar .inline-btn { height: 55px; font-size: 18px; }

.blog main { margin: -40px 0 0 0; }

.blog-post .kurt-block--current-events { background: #fff; }

body .pagination { margin: 20px 0 40px 0; }

body .page-link { color: #EC6608 !important; }

body .page-item.active .page-link { border-color: #EC6608 !important; color: #fff !important; }

@media screen and (max-width: 1110px) { .blog main { margin-top: 0px !important; }
  .blog-cover { padding-top: 40px !important; width: 100% !important; margin: 0 !important; min-height: 300px !important; }
  .blog-cover .col-4, .blog-cover .col-8 { width: 100%; max-width: 100%; -ms-flex: inherit !important; flex: inherit !important; margin: 0; padding: 0; }
  .blog .content-area { padding: 0 !important; }
  .blog .search-bar .inline-btn { float: right; } }

@media screen and (max-width: 850px) { .blog .search-bar { margin-top: 25px; }
  .blog .search-bar input { width: 100% !important; min-width: 100% !important; box-sizing: border-box !important; font-size: 28px; }
  .blog .search-bar .inline-btn { margin-right: -10px !important; margin-top: 10px !important; box-sizing: border-box !important; float: left !important; }
  .article article.post .bigBtn { height: auto !important; line-height: 20px !important; padding-top: 13px !important; padding-bottom: 13px !important; } }

.ajanlott-cikkek { padding-top: 60px; background: #fff; }

.about .site-cover.about-cover .cover-photo { background-size: auto 120% !important; background-repeat: no-repeat; background-position: 65% 60%; background-color: transparent; }

.about .content-body--data { background: #F0F0F0; padding: 50px 0; }

.about .content-body--data a { color: #EC6608; }

.about .content-body--data ol { counter-reset: any-name; }

.about .content-body--data ol li { counter-increment: any-name; padding-bottom: 10px; }

.about .content-body--data ol li::before { width: 30px; height: 30px; display: inline-block; background: #EC6608; color: #fff; border-radius: 50%; content: counter(any-name); position: absolute; text-align: center; vertical-align: middle; font-family: "Work Sans", sans-serif; font-size: 18px; padding-top: 2px; top: -3px; left: -40px; }

.about .content-body--data ul { margin-left: 40px; }

.about .content-body--data ul li { padding-bottom: 10px; }

.about .content-body--data ul li::before { width: 15px; height: 15px; display: block; position: absolute; background: #EC6608; border-radius: 50%; content: ''; top: 2px; left: -40px; }

.about .content-body--data:nth-child(1), .about .content-body--data:nth-child(5) { background: #fff; }

.about .kurt-block--home-educations { background: #fff !important; min-height: 320px; }

.about .kurt-block--home-educations .container { padding-top: 50px; }

.about .kurt-block--home-educations ul li a .bg path { fill: transparent; stroke: #f0f0f0; }

.about .kurt-block--home-educations ul li a:hover .bg path { fill: #f0f0f0; stroke: transparent; }

.about .kurt-block--home-educations.kurt-block--about-educations { background: #f0f0f0 !important; }

.jobs { margin-top: 150px; }

@media screen and (max-width: 800px) { .jobs { margin-top: 40px; } }

.jobs section { min-height: 100px; }

.jobs .cuteoff-list-wide > a { height: auto !important; }

.jobs article { min-height: 240px; height: auto !important; }

.jobs article aside { height: auto !important; }

.jobs article .bigBtn { top: -10px; right: 10px; width: 100px; float: right; }

.jobs article .text .subhead, .jobs article .text p, .jobs article .text .checkout-page .checkout-label, .checkout-page .jobs article .text .checkout-label { width: 50% !important; }

.jobs-lead { width: 60%; float: right; }

.about-popup-slider { min-height: 300px; padding-top: 20px; padding-bottom: 20px; }

.about-popup-slider .sliderArrows { position: absolute; top: 100px; }

.about-popup-slider .sliderArrows.left { left: 0px; }

.about-popup-slider .sliderArrows.right { right: 0px; }

.about-popup-slider .about-popup-item { padding-left: 150px; }

.about-popup-slider .about-popup-container { margin: 0 50px 0 50px; overflow: hidden; min-height: 200px; }

.about-popup-slider .about-popup-container .photo { width: 120px; height: 120px; display: block; float: left; margin-right: 30px; border-radius: 100%; overflow: hidden; position: absolute; left: 0px; top: 20px; background: #fff; }

.about-popup-slider .about-popup-container .photo .pc { width: 120px; height: 120px; display: block; position: relative; overflow: hidden; }

.about-popup-slider .about-popup-container .photo img { max-height: 100%; height: 120px; width: auto; display: block; margin: auto; display: block; margin: auto; width: auto !important; max-width: inherit; }

.about-popup-slider .about-popup-container h3 { font-weight: 300 !important; margin-bottom: 10px; }

.about-popup-slider .about-popup-container .title { font-style: normal; font-weight: 600; font-size: 14px; line-height: 20px; /* or 200% */ letter-spacing: 0.05em; color: #666666; margin-bottom: 0px; }

.about-popup-slider .about-popup-container .position { font-style: normal; font-weight: normal; font-size: 14px; line-height: 28px; /* or 200% */ letter-spacing: 0.05em; color: #666666; margin-bottom: 0px; }

.about-popup-slider .about-popup-container .about-block { margin-top: 15px; font-size: 13px; line-height: 18px; color: #666666; }

.about-popup-slider .about-popup-container .linkedin { display: inline-block; width: 40px; height: 40px; background-image: url(../img/layout/icons/linkedin.png); background-position: 50% 50%; background-repeat: no-repeat; margin-top: 10px; }

.about-popup-slider.project h3 { font-size: 22px !important; line-height: 25px !important; }

.about-popup-slider.project .about-popup-item { padding-left: 200px; }

.about-popup-slider.project .image { width: 200px; height: 200px; display: block; overflow: hidden; position: absolute; left: -20px; top: 0px; }

body.page-template-about .kurt-block--practical-knowledge, body.page-template-about .kurt-block--about-list { padding-top: 50px; margin-top: 0px !important; overflow: hidden; background: linear-gradient(180deg, rgba(229, 229, 229, 0.5) 0%, rgba(229, 229, 229, 0) 23.78%), rgba(255, 255, 255, 0.6) !important; }

.page-template-about .kurt-block--practical-knowledge .container { padding-bottom: 50px; }

.referencia-projekt { cursor: pointer; }

.checkout-page { background: #F0F0F0; padding: 100px 0 0; }

.checkout-page h2 { background: #666; font-style: normal; font-weight: 300; font-size: 24px; line-height: 66px; text-transform: uppercase; color: #fff; padding: 0 25px; margin-bottom: 0; }

.checkout-page h2 span { float: right; font-style: normal; font-weight: 300; font-size: 30px; line-height: 66px; text-align: right; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); }

.checkout-page h2 span b { font-weight: 300; color: #EC6608; }

.checkout-page h3 { font-style: normal; font-weight: 300; font-size: 28px; line-height: 30px; margin-bottom: 30px; text-transform: uppercase; color: #EC6608; }

.checkout-page p, .checkout-page .checkout-label { font-style: normal; font-weight: 300; font-size: 14px; line-height: 16px; color: #666; }

.checkout-page p.deadline, .checkout-page .deadline.checkout-label { line-height: 22px; }

.checkout-page p.deadline span, .checkout-page .deadline.checkout-label span { color: #EC6608; font-weight: bold; }

.checkout-page main { background: transparent; }

.checkout-page main .content-block { margin-top: 0; padding: 30px 55px; }

.checkout-page .content-area { width: 100%; }

.checkout-page .col-md-9, .checkout-page .col-md-12 { padding: 0; }

.checkout-page .product { background: #fff; margin-bottom: 60px !important; }

.checkout-page .product ~ .checkout-indicator span:first-child { background: #EC6608; }

.checkout-page .checkout-form-part-1, .checkout-page .checkout-form-part-2 { display: none; }

.checkout-page .checkout-form-part-1.active, .checkout-page .checkout-form-part-2.active { display: block; }

.checkout-page .checkout-notes p, .checkout-page .checkout-notes .checkout-label { font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; letter-spacing: 0.05em; color: #444; padding: 20px 0; }

.checkout-page .checkout-label { margin-bottom: 0; }

.checkout-page .checkout-value p, .checkout-page .checkout-value .checkout-label { font-style: normal; font-weight: normal; font-size: 16px; line-height: 22px; margin-bottom: 15px; }

.checkout-page .checkout-price p, .checkout-page .checkout-price .checkout-label { margin-bottom: 5px; }

.checkout-page .checkout-price .price { font-style: normal; font-weight: 600; font-size: 24px !important; line-height: 26px; letter-spacing: -0.05em; color: #666 !important; }

.checkout-page .checkout-price .price ins { text-decoration: none; }

.checkout-page .checkout-price .price del { display: none !important; }

.checkout-page .checkout-price span.woocommerce-Price-currencySymbol { font-style: normal; font-weight: normal; font-size: 16px; line-height: 26px; letter-spacing: -0.1em; }

.checkout-page .summary { margin-top: 15px; }

.checkout-page .entry-description { border-right: 1px solid #C4C4C4; }

@media screen and (max-width: 768px) { .checkout-page .entry-description { border-right: 0; } }

.checkout-page .product { position: relative; padding-bottom: 100px; }

.checkout-page .product form { height: calc(100% + 40px); }

.checkout-page .product form label { width: 30%; font-style: normal; font-weight: 300; font-size: 14px; line-height: 60px; text-align: right; text-transform: lowercase; color: #444; margin-right: 20px; margin-bottom: 0; }

.checkout-page .product form .input-text { box-sizing: border-box; width: 100px !important; height: 36px; line-height: 36px; border: 1px solid #C4C4C4; margin: auto; padding: 0 15px; }

.checkout-page .product form input[type="number"] { padding: 0 0 0 15px; }

.checkout-page .product form .woocommerce-input-wrapper { margin: auto 0; }

.checkout-page .product form .submit_button { width: 290px; height: 48px; line-height: 48px; float: none !important; display: block; position: absolute; margin: auto; background: #EC6608; bottom: -60px; left: -25px; color: #fff; }

@media screen and (max-width: 768px) { .checkout-page .product form label { width: 70px; }
  .checkout-page .product form .submit_button { left: 50%; transform: translateX(-50%); } }

.checkout-page form[name="checkout"] { margin-bottom: 0 !important; }

.checkout-page form[name="checkout"] h3 { font-style: normal; font-weight: 600; font-size: 18px; line-height: 36px; text-transform: uppercase; color: #444; mix-blend-mode: normal; }

.checkout-page form[name="checkout"] .col2-set { padding: 30px 40px; background: #fff; }

.checkout-page form[name="checkout"] .form-row { display: inline-block; width: 50%; max-width: 500px; float: none; vertical-align: top; }

.checkout-page form[name="checkout"] .form-row.woocommerce-validated input.input-text { border: 1px solid #ccc; }

@media screen and (max-width: 840px) { .checkout-page form[name="checkout"] .form-row { width: 100%; display: block; } }

.checkout-page form[name="checkout"] .form-control { border: 1px solid #ccc !important; }

.checkout-page form[name="checkout"] label { display: block; }

.checkout-page form[name="checkout"] label.control-label { font-style: normal; font-weight: normal; font-size: 14px; line-height: 14px; text-transform: uppercase; color: #EC6608; }

.checkout-page form[name="checkout"] label abbr { color: #EC6608 !important; }

.checkout-page form[name="checkout"] label.custom-control { padding-left: 25px; }

.checkout-page form[name="checkout"] .input-text { width: 90% !important; height: 48px; line-height: 48px; padding: 15px 15px; transition: 0.3s cubic-bezier(1, 0, 0, 1); border: solid 1px #ccc; font-style: normal; font-weight: normal; font-size: 14px; color: #444; margin: 0 0 30px 0; }

.checkout-page form[name="checkout"] .input-text:active, .checkout-page form[name="checkout"] .input-text:focus { box-shadow: 3px 3px 30px rgba(150, 150, 150, 0.6); border: solid 1px #fff !important; }

@media screen and (max-width: 840px) { .checkout-page form[name="checkout"] .input-text { width: 100% !important; display: block; } }

.checkout-page form[name="checkout"] .required-fields { font-style: normal; font-weight: 300; font-size: 12px; line-height: 14px; color: #EC6608; margin: 10px 0 15px; }

.checkout-page form[name="checkout"] .woocommerce-dynamics-fields { margin: 10px 0; }

.checkout-page form[name="checkout"] .woocommerce-dynamics-fields .form-row { width: 100%; display: block; margin: 0; padding: 0; }

.checkout-page form[name="checkout"] .woocommerce-dynamics-fields .form-row.sign-up { display: none; }

.checkout-page form[name="checkout"] .input-text.input { margin-bottom: 30px; }

.checkout-page form[name="checkout"] input[type='checkbox'] { position: absolute; opacity: 0; left: -100%; }

.checkout-page form[name="checkout"] .checkbox input[type='checkbox']:checked ~ .check { background: #EC6608; }

.checkout-page form[name="checkout"] .checkbox input[type='checkbox']:checked ~ .check::before, .checkout-page form[name="checkout"] .checkbox input[type='checkbox']:checked ~ .check::after { opacity: 1; }

.checkout-page form[name="checkout"] .checkbox input[type='checkbox']:checked:checked:disabled ~ .check { background: #C4C4C4; }

.checkout-page form[name="checkout"] .checkbox { position: relative; }

.checkout-page form[name="checkout"] .checkbox .check { width: 18px; height: 18px; background: #C4C4C4; border-radius: 3px; content: ''; position: absolute; display: block; top: 0; left: 0; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

.checkout-page form[name="checkout"] .checkbox .check::before, .checkout-page form[name="checkout"] .checkbox .check::after { content: ''; position: absolute; display: block; background: #fff; opacity: 0; transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

.checkout-page form[name="checkout"] .checkbox .check::before { width: 3px; height: 8px; bottom: 3px; left: 4px; transform: rotate(-40deg); }

.checkout-page form[name="checkout"] .checkbox .check::after { width: 3px; height: 12px; bottom: 3px; right: 6px; transform: rotate(35deg); }

.checkout-page form[name="checkout"] .checkbox a { color: #EC6608; text-decoration: underline; }

.checkout-page form[name="checkout"] .checkbox a:hover { color: #EC6608; text-decoration: none; }

.checkout-page form[name="checkout"] .ticket-details h3, .checkout-page form[name="checkout"] .invoice-details h3 { color: #EC6608; }

.checkout-page form[name="checkout"] .summary-block h3 { padding: 0 0 15px; margin-bottom: 0; }

.checkout-page form[name="checkout"] .summary-block .table { display: table; }

.checkout-page form[name="checkout"] .summary-block .trow { display: table-row; }

.checkout-page form[name="checkout"] .summary-block .tcell { display: table-cell; font-style: normal; font-weight: normal; font-size: 14px; line-height: 40px; color: #444; }

.checkout-page form[name="checkout"] .summary-block .tcell.orange-text { color: #EC6608; font-weight: 700; }

.checkout-page form[name="checkout"] .summary-block .tcell.attendant-name { font-weight: 700; }

.checkout-page form[name="checkout"] .summary-block .thead { width: 30%; max-width: 200px; font-style: normal; font-weight: 300; font-size: 14px; line-height: 40px; text-transform: uppercase; color: #666; }

.checkout-page form[name="checkout"] hr { margin: 40px 0; }

.checkout-page form[name="checkout"] .privacy .form-row { width: 100%; max-width: 1200px; padding: 0; }

.checkout-page form[name="checkout"] .privacy .form-row label { display: block; line-height: 17px; }

.checkout-page form[name="checkout"] .privacy .form-row label.required-input { color: #EC6608; font-weight: bold; }

.checkout-page form[name="checkout"] #billing_company_field, .checkout-page form[name="checkout"] #taxnum_field { opacity: .6; }

.checkout-page form[name="checkout"] #billing_company_field label, .checkout-page form[name="checkout"] #taxnum_field label { color: #827E7E !important; }

.checkout-page form[name="checkout"] #billing_company_field input:disabled, .checkout-page form[name="checkout"] #taxnum_field input:disabled { background: transparent; }

.checkout-page form[name="checkout"] #billing_company_field.is-company, .checkout-page form[name="checkout"] #taxnum_field.is-company { opacity: 1; }

.checkout-page form[name="checkout"] #billing_company_field.is-company label, .checkout-page form[name="checkout"] #taxnum_field.is-company label { color: #EC6608 !important; }

.checkout-page form[name="checkout"] .select-company { width: 400px; display: block; z-index: 3; }

@media screen and (max-width: 560px) { .checkout-page form[name="checkout"] .select-company { position: relative; left: 0; } }

.checkout-page .checkout-indicator { height: 100px; text-align: center; }

.checkout-page .checkout-indicator span { width: 50px; height: 5px; border-radius: 2px; background: #C4C4C4; display: inline-block; margin: 0 20px; }

.checkout-page .checkout-form-part-2 { width: 100%; max-width: 100%; }

.checkout-page .checkout-form.section-second ~ .checkout-indicator span { background: #C4C4C4; }

.checkout-page .checkout-form.section-second ~ .checkout-indicator span:nth-child(3) { background: #EC6608; }

.checkout-page .checkout-form.section-first ~ .checkout-indicator span { background: #C4C4C4; }

.checkout-page .checkout-form.section-first ~ .checkout-indicator span:nth-child(2) { background: #EC6608; }

.checkout-page .field-btn { padding: 30px 40px; background: #fff; }

.checkout-page .field-btn .bigBtn { display: inline-block; max-width: 289px; height: 48px; line-height: 48px; font-size: 18px; vertical-align: top; }

@media screen and (max-width: 980px) { .checkout-page .field-btn .bigBtn { max-width: 220px; } }

@media screen and (max-width: 768px) { .checkout-page .field-btn .bigBtn { max-width: 160px; min-width: 160px; } }

@media screen and (max-width: 560px) { .checkout-page .field-btn .bigBtn { max-width: 65px; min-width: 65px; overflow: hidden; font-size: 0; } }

.checkout-page .field-btn .bigBtnNext { float: right; cursor: pointer; padding: 0; background-color: #EC6608 !important; }

.checkout-page .field-btn .bigBtnNext::after { width: 15px; height: 20px; display: block; position: absolute; background-image: url("../img/layout/icons/btn_arrow_white.svg") !important; background-size: cover; content: ''; right: 20px; top: 50%; transform: translateY(-50%); }

@media screen and (max-width: 768px) { .checkout-page .field-btn .bigBtnNext { text-align: left; padding: 0 20px; }
  .checkout-page .field-btn .bigBtnNext::after { right: 10px; } }

@media screen and (max-width: 560px) { .checkout-page .field-btn .bigBtnNext::after { left: 50%; right: auto; transform: translate(-50%, -50%); } }

.checkout-page .field-btn .bigBtnPrev { cursor: pointer; }

.checkout-page .field-btn .bigBtnPrev::before { width: 15px; height: 20px; display: block; position: absolute; background-image: url("../img/layout/icons/btn_arrow_orange.svg") !important; background-size: cover; content: ''; left: 20px; top: 50%; transform: translateY(-50%) rotate(180deg); }

.checkout-page .field-btn .bigBtnPrev:hover::before { background-image: url("../img/layout/icons/btn_arrow_white.svg") !important; }

@media screen and (max-width: 768px) { .checkout-page .field-btn .bigBtnPrev { text-align: right; padding: 0 20px; }
  .checkout-page .field-btn .bigBtnPrev::before { left: 10px; } }

@media screen and (max-width: 560px) { .checkout-page .field-btn .bigBtnPrev::before { left: 50%; transform: translate(-50%, -50%) rotate(180deg); } }

.checkout-page #add_payment_method #payment ul.payment_methods, .checkout-page .woocommerce-cart #payment ul.payment_methods, .checkout-page .woocommerce-checkout #payment ul.payment_methods, .checkout-page .woocommerce-terms-and-conditions-wrapper { display: none; }

.checkout-page #add_payment_method #payment, .checkout-page .woocommerce-cart #payment, .checkout-page .woocommerce-checkout #payment { background: transparent; width: 50%; display: inline-block; float: right; }

.checkout-page .woocommerce-checkout-payment .form-row { width: 100% !important; float: right; padding: 0 !important; margin: 0; }

.checkout-page .woocommerce-checkout-payment button.button { font-weight: normal; }

.checkout-page .woocommerce-notices-wrapper { width: 100%; max-width: 938px; margin-top: -30px; }

.checkout-page .woocommerce-notices-wrapper .woocommerce-message, .checkout-page .woocommerce-notices-wrapper .woocommerce-error { border-top-color: #EC6608; background: #fff; }

.checkout-page .woocommerce-notices-wrapper .woocommerce-message::before, .checkout-page .woocommerce-notices-wrapper .woocommerce-error::before { color: #EC6608; }

.checkout-page .woocommerce-notices-wrapper { margin-top: -30px; }

.checkout-page .checkout-form { margin-bottom: 40px; }

.checkout-page .error-notif { display: block; position: absolute; bottom: 10px; color: #e31; opacity: 0; }

.checkout-page .input.required-input { border-color: #e31 !important; font-weight: bold; }

.checkout-page .input.required-input ~ .error-notif { opacity: 1; }

@media screen and (max-width: 1024px) { .checkout-page { padding-top: 40px; } }

.woocommerce-order { width: 100%; margin: -40px auto 0; padding-bottom: 40px; }

.woocommerce-order h3, .woocommerce-order h4, .woocommerce-order p, .woocommerce-order .checkout-page .checkout-label, .checkout-page .woocommerce-order .checkout-label { text-align: center; }

.woocommerce-order h3 { font-style: normal; font-weight: 300; font-size: 30px; line-height: 35px; letter-spacing: 0.05em; }

.woocommerce-order h4 { font-style: normal; font-weight: 600; font-size: 22px; line-height: 26px; text-align: center; letter-spacing: 0.05em; color: #444; }

.woocommerce-order p, .woocommerce-order .checkout-page .checkout-label, .checkout-page .woocommerce-order .checkout-label { font-style: normal; font-weight: normal; font-size: 18px; line-height: 21px; text-align: center; letter-spacing: 0.05em; color: #444; margin: 20px; }

.woocommerce-order .order-number { width: 100%; max-width: 746px; background: #666; margin: 50px auto 20px; line-height: 66px; padding: 0 20px; color: #fff; font-style: normal; font-weight: normal; font-size: 18px; text-transform: uppercase; }

.woocommerce-order .order-number strong { color: #EC6608; }

.woocommerce-order .woocommerce-billing-fields h3 { margin-bottom: 15px; }

.woocommerce-order-received .checkout-indicator { display: none; }

@media screen and (max-width: 768px) { .woocommerce #payment #place_order, .woocommerce-page #payment #place_order { float: right; }
  .checkout-page .checkout-form-part-2 .field-btn .bigBtn.bigBtnNext { max-width: 220px; min-width: 220px; } }

@media screen and (max-width: 640px) { .container > .container { width: 100%; padding: 0; margin: 0; } }

@media screen and (max-width: 560px) { .checkout-page .checkout-form-part-2 .field-btn .bigBtn.bigBtnNext { font-size: 18px; }
  .checkout-page .checkout-form-part-2 .field-btn .bigBtn.bigBtnNext::after { left: auto; right: 10px; transform: translateY(-50%); } }

.woocommerce-notices-wrapper { margin-top: 20px; width: 75%; }

.woocommerce .checkout-form .optional { display: none !important; opacity: 0 !important; }

.contact h2 { font-style: normal; font-weight: 300; font-size: 30px; line-height: 35px; text-transform: uppercase; color: #EC6608; padding: 50px 0 20px; }

.contact-map { width: 100%; max-width: 870px; height: 400px; margin: 0 auto 80px; display: -ms-flexbox; display: flex; -ms-flex-flow: row; flex-flow: row; }

.contact-map iframe { width: 50%; height: 100%; }

.contact-map iframe:first-child { margin-right: 7px; }

.contact-map iframe:nth-child(2) { margin-left: 7px; }

@media screen and (max-width: 980px) { .contact .kurt-expert.col-3 { width: 50%; } }

.wide-list main { margin: -40px 0 0 0; }

.experts .entry-content { padding: 30px 0 30px 0; }

.experts .entry-content .user-list { text-align: center; margin-bottom: 50px; }

.experts .entry-content .user-list .kurt-expert { overflow: inherit !important; float: left; height: 220px; box-sizing: inherit !important; display: inline-block !important; opacity: 1 !important; margin: 20px 0 20px 0 !important; width: 20%; background: #fff; }

@media screen and (max-width: 1024px) { .experts .entry-content .user-list .kurt-expert { width: 50%; } }

@media screen and (max-width: 510px) { .experts .entry-content .user-list .kurt-expert { width: 100%; } }

.experts .entry-content .user-list .kurt-expert .photo { width: 150px; height: 150px; margin: 0 auto 15px; }

.experts .entry-content .user-list .kurt-expert .photo img { height: 150px; }

.form-page--content { background: #F0F0F0; margin-top: -120px; padding: 20px 0 20px; }

.form-page--content .vfbp-form { width: 100%; max-width: 100%; }

.form-page + .footer .container:before { border-color: #F0F0F0 transparent transparent transparent; }

.family-business .kurt-slider { height: auto; margin-top: 0px; margin-bottom: 0px !important; }

.family-business .kurt-slider .indicator span { margin: 5px 15px !important; }

.family-business .kurt-slider .kurt-expert.small { margin: 20px auto; padding-top: 25px; }

.family-business .kurt-slider .slider-container { max-width: 95%; height: auto !important; overflow: visible; margin-top: 30px; margin-right: 20px; }

@media screen and (max-width: 700px) { .family-business .kurt-slider .slider-container { max-width: 100%; } }

.family-business .kurt-slider.kurt-slider--experts.nomargin .slider-container { margin-top: -40px; }

.family-business .kurt-slider .sliderArrows { z-index: 5; }

.family-business .kurt-slider .sliderArrows.left { left: -30px; }

.family-business .kurt-slider .sliderArrows.right { right: -30px; }

/*# sourceMappingURL=maps/theme.min.css.map */
