@charset "UTF-8";
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a { text-decoration: none; }

img { vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form { margin: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input { border: 0 none; outline: none; -webkit-box-shadow: none; box-shadow: none; }

button { background: none; cursor: pointer; }

button, fieldset, iframe { border: 0; }

fieldset, ul, ol, button, menu { padding: 0; }

ol, ul { list-style: none; }

textarea { resize: vertical; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

td { padding: 0; }

svg { width: 1em; height: 1em; }

button { outline: 0; }

.icon { font-size: 18px; color: currentColor; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 1; }

html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, footer, header, nav, section { display: block; }

h1 { font-size: 2em; margin: 0.67em 0; }

figcaption, figure, main { display: block; }

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: inherit; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

dfn { font-style: italic; }

mark { background-color: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

img { border-style: none; }

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

button, input { overflow: visible; }

button, select { text-transform: none; }

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

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

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

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { display: inline-block; vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details, menu { display: block; }

summary { display: list-item; }

canvas { display: inline-block; }

template { display: none; }

[hidden] { display: none; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

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

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

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

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; }

@-webkit-keyframes swing { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@keyframes swing { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1.0; }
  100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1.0; }
  100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);
    opacity: 0; } }

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

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

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

.container { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (max-width: 479px) { .container { max-width: 390px; } }

@media (min-width: 480px) { .container { max-width: 600px; } }

@media (min-width: 768px) { .container { max-width: 768px; } }

@media (min-width: 992px) { .container { max-width: 992px; } }

@media (min-width: 1200px) { .container { max-width: 1050px; } }

@media (min-width: 1750px) { .container { max-width: 1250px; } }

.container-header { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (max-width: 479px) { .container-header { max-width: 390px; } }

@media (min-width: 480px) { .container-header { max-width: 600px; } }

@media (min-width: 768px) { .container-header { max-width: 768px; } }

@media (min-width: 992px) { .container-header { max-width: 992px; } }

@media (min-width: 1200px) { .container-header { max-width: 1250px; } }

@media (min-width: 1750px) { .container-header { max-width: 1250px; } }

.container-fluid { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (min-width: 1400px) { .container-fluid { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 1750px) { .container-fluid { padding-left: 120px; padding-right: 120px; } }

@media (min-width: 2020px) { .container-fluid { max-width: 2000px; } }

@media (min-width: 992px) and (max-width: 1199px) { .container-fluid { max-width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) { .container-fluid { max-width: 768px; } }

@media (min-width: 480px) and (max-width: 767px) { .container-fluid { max-width: 600px; } }

@media (max-width: 479px) { .container-fluid { max-width: 390px; } }

.row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }

.no-gutters { margin-left: 0; margin-right: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-left: 0; padding-right: 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-left: 10px; padding-right: 10px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 480px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

.ui-d-none { display: none !important; }

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

.ui-d-block { display: block !important; }

.ui-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }

.ui-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }

@media (max-width: 479px) { .ui-d-sm-none { display: none !important; }
  .ui-sm-d-inline-block { display: inline-block !important; }
  .ui-sm-d-block { display: block !important; }
  .ui-sm-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-sm-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 767px) { .ui-md-d-none { display: none !important; }
  .ui-md-d-inline-block { display: inline-block !important; }
  .ui-md-d-block { display: block !important; }
  .ui-md-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-md-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 991px) { .ui-lg-d-none { display: none !important; }
  .ui-lg-d-inline-block { display: inline-block !important; }
  .ui-lg-d-block { display: block !important; }
  .ui-lg-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-lg-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 1199px) { .ui-xl-d-none { display: none !important; }
  .ui-xl-d-inline-block { display: inline-block !important; }
  .ui-xl-d-block { display: block !important; }
  .ui-xl-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-xl-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media print { .ui-print-d-none { display: none !important; }
  .ui-print-d-inline-block { display: inline-block !important; }
  .ui-print-d-block { display: block !important; }
  .ui-print-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-print-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .ui-gutter { margin-left: -20px; margin-right: -20px; }
  .ui-gutter > .col, .ui-gutter > [class*="col-"] { padding-left: 20px; padding-right: 20px; }
  .ui-gutter-15 { margin-left: -15px; margin-right: -15px; }
  .ui-gutter-15 > .col, .ui-gutter-15 > [class*="col-"] { padding-left: 15px; padding-right: 15px; }
  .ui-gutter-30 { margin-left: -30px; margin-right: -30px; }
  .ui-gutter-30 > .col, .ui-gutter-30 > [class*="col-"] { padding-left: 30px; padding-right: 30px; }
  .ui-gutter-large { margin-left: -50px; margin-right: -50px; }
  .ui-gutter-large > .col, .ui-gutter-large > [class*="col-"] { padding-left: 50px; padding-right: 50px; } }

.ui-gutter-5 { margin-left: -5px !important; margin-right: -5px !important; }

.ui-gutter-5 > .col, .ui-gutter-5 > [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }

.ui-gutter-1 { margin-left: -1px !important; margin-right: -1px !important; }

.ui-gutter-1 > .col, .ui-gutter-1 > [class*="col-"] { padding-left: 1px !important; padding-right: 1px !important; }

/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }

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

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

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

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

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

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

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

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

.owl-carousel.owl-loaded { display: block; }

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

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

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

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

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

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

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

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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

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

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

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

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

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }

.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

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

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

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

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

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

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

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

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

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { color: #fff; font-size: 14px; margin: 5px; padding: 4px 7px; background: #fff; display: inline-block; cursor: pointer; border-radius: 3px; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 50px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot { display: inline-block; outline: 0; zoom: 1; *display: inline; }

.owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 5px; background: #fff; display: block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-backface-visibility: visible; border-radius: 20px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff; }

.owl-theme .owl-dots .owl-dot.active span { width: 50px; }

.owl-nav-style .owl-theme .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -80px; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] { position: absolute; width: 50px; height: 50px; font-size: 18px; padding-top: 1px !important; background: rgba(57, 72, 87, 0.4); border: 1px solid transparent; border-radius: 50%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; outline: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover { background: #394857; }

.owl-nav-style .owl-theme .owl-nav button.owl-prev { left: -70px; padding-right: 2px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-theme .owl-nav button.owl-prev { left: 10px !important; } }

.owl-nav-style .owl-theme .owl-nav button.owl-next { right: -70px; padding-left: 3px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-theme .owl-nav button.owl-next { right: 10px !important; } }

.owl-nav-style .owl-banner .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -40px; }

.owl-nav-style .owl-banner .owl-nav [class*="owl-"] { font-size: 32px; background: transparent; border: 1px solid transparent; }

.owl-nav-style .owl-banner .owl-nav [class*="owl-"]:hover { background: transparent; }

.owl-nav-style .owl-banner .owl-nav button svg path { stroke: rgba(217, 31, 39, 0.5) !important; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

.owl-nav-style .owl-banner .owl-nav button:hover svg path { stroke: #d91f27 !important; }

.owl-nav-style .owl-banner .owl-nav button.owl-prev { left: 0; padding-right: 2px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-banner .owl-nav button.owl-prev { left: 10px !important; } }

.owl-nav-style .owl-banner .owl-nav button.owl-next { right: 0; padding-left: 3px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-banner .owl-nav button.owl-next { right: 10px !important; } }

.owl-nav-style .owl-headline .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -40px; }

@media (max-width: 479px) { .owl-nav-style .owl-headline .owl-nav { display: none; } }

.owl-nav-style .owl-headline .owl-nav [class*="owl-"] { font-size: 52px; background: transparent; border: 1px solid transparent; }

@media (max-width: 479px) { .owl-nav-style .owl-headline .owl-nav [class*="owl-"] { font-size: 42px; } }

.owl-nav-style .owl-headline .owl-nav [class*="owl-"]:hover { background: transparent; }

.owl-nav-style .owl-headline .owl-nav button svg path { stroke: white !important; stroke-width: 1px !important; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

.owl-nav-style .owl-headline .owl-nav button:hover svg path { stroke: white !important; }

.owl-nav-style .owl-headline .owl-nav button.owl-prev { left: 0; padding-right: 2px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-headline .owl-nav button.owl-prev { left: 10px !important; } }

.owl-nav-style .owl-headline .owl-nav button.owl-next { right: 0; padding-left: 3px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-headline .owl-nav button.owl-next { right: 10px !important; } }

.owl-nav-style.no-circle .owl-theme .owl-nav { top: 50%; margin-top: -25px; }

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] { background: none; width: 25px; height: 25px; }

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg { font-size: 24px; }

@media (max-width: 479px) { .owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg { font-size: 20px; } }

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg path { stroke: #d91f27 !important; stroke-width: 2px !important; }

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-prev { left: -50px; }

@media (max-width: 1199px) { .owl-nav-style.no-circle .owl-theme .owl-nav button.owl-prev { left: 0; } }

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-next { right: -50px; }

@media (max-width: 1199px) { .owl-nav-style.no-circle .owl-theme .owl-nav button.owl-next { right: 0; } }

.owl-nav-style.bottom-right .owl-theme .owl-nav { top: inherit; right: 0; bottom: 0; left: inherit; position: relative; text-align: right; }

.owl-nav-style.bottom-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.bottom-right .owl-theme .owl-nav button { left: inherit; right: inherit; }

.owl-nav-style.bottom-left .owl-theme .owl-nav { top: inherit; left: 0; right: inherit; bottom: 0; position: absolute; text-align: left; margin-top: 0; }

.owl-nav-style.bottom-left .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.bottom-left .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

.owl-nav-style.bottom-center:not(.not) .owl-theme .owl-nav { position: relative; top: inherit; bottom: inherit; }

.owl-nav-style.bottom-center:not(.not) .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.bottom-center:not(.not) .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

.owl-nav-style.top-right .owl-theme .owl-nav { top: -50px; right: -5px; bottom: inherit; left: inherit; }

.owl-nav-style.top-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.top-right .owl-theme .owl-nav button { left: inherit; right: inherit; }

body.compensate-for-scrollbar { overflow: hidden; }

.fancybox-active { height: auto; }

.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; }

.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992; }

.fancybox-container * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }

.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; }

.fancybox-bg { background: #1e1e1e; opacity: 0; -webkit-transition-duration: inherit; -o-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: .97; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; -webkit-transition: opacity .25s ease, visibility 0s ease .25s; -o-transition: opacity .25s ease, visibility 0s ease .25s; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s; -o-transition: opacity .25s ease 0s, visibility 0s ease 0s; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible; }

.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-infobar { height: auto; left: 42px; top: auto; bottom: 180px; padding: 0; font-size: 7.4rem; line-height: 1; letter-spacing: -10px; color: #fff; mix-blend-mode: normal; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

@media (max-width: 479px) { .fancybox-infobar { bottom: 110px; } }

.fancybox-toolbar { right: 0; top: 0; }

.fancybox-toolbar button:not(:last-child) { display: none !important; }

.fancybox-stage { direction: ltr; overflow: visible; -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 99994; }

.fancybox-is-open .fancybox-stage { overflow: hidden; }

.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; white-space: normal; width: 100%; z-index: 99994; }

.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: hidden; padding: 44px 0; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--html { padding: 6px; }

.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; }

.fancybox-slide--image .fancybox-content { -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-container [data-selectable='true'] { cursor: text; }

.fancybox-image, .fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%; }

.fancybox-slide--video .fancybox-content { background: #000; }

.fancybox-slide--map .fancybox-content { background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content { background: #fff; }

.fancybox-video, .fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; }

/* Fix iOS */
.fancybox-iframe { left: 0; position: absolute; top: 0; }

.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; }

.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; }

/* Buttons */
.fancybox-button { border: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px; }

.fancybox-button--close { position: fixed; display: block !important; width: 60px; height: 60px; right: 50px !important; top: 50px !important; padding: 0 !important; font-size: 40px; color: #fff !important; background: none; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:hover { color: #fff; }

.fancybox-button:focus { outline: none; }

.fancybox-button.fancybox-focus { outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none; }

/* Fix IE11 */
.fancybox-button div { height: 100%; }

.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; }

.fancybox-button svg path { fill: currentColor; stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) { display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) { display: none; }

.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; -webkit-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; }

.fancybox-close-small:hover { color: #fff; opacity: 1; }

.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none; }

/* Navigation arrows */
.fancybox-navigation { position: absolute; right: 50px; bottom: 70px; }

.fancybox-navigation .fancybox-button { background-clip: content-box; height: 65px; opacity: 0; position: relative; cursor: pointer; width: 50px; }

.fancybox-navigation .fancybox-button:not(:last-child) { margin-right: 20px; }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; }

.fancybox-navigation .fancybox-button--arrow_right { right: 0; }

/* Caption */
.fancybox-caption { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0))); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 16px; font-weight: 700; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996; }

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate { margin-top: -50px; }

.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited { color: #fff; text-decoration: none; }

.fancybox-caption a:hover { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-loading { -webkit-animation: fancybox-rotate 1s linear infinite; animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; }
  .fancybox-slide--image { padding: 6px 0; }
  .fancybox-close-small { right: -6px; }
  .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; }
  .fancybox-caption { padding-left: 12px; padding-right: 12px; }
  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/ }

/* Share */
.fancybox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center; }

.fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0; }

.fancybox-share p { margin: 0; padding: 0; }

.fancybox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link { color: #fff; }

.fancybox-share__button:hover { text-decoration: none; }

.fancybox-share__button--fb { background: #3b5998; }

.fancybox-share__button--fb:hover { background: #344e86; }

.fancybox-share__button--pt { background: #bd081d; }

.fancybox-share__button--pt:hover { background: #aa0719; }

.fancybox-share__button--tw { background: #1da1f2; }

.fancybox-share__button--tw:hover { background: #0d95e8; }

.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px; }

.fancybox-share__button svg path { fill: #fff; }

.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%; }

/* Thumbs */
.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 99995; }

.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs { display: block; }

.fancybox-show-thumbs .fancybox-inner { right: 212px; }

.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px; }

.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px; }

.fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 99991; }

.fancybox-thumbs__list a:focus::before { opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) { .fancybox-thumbs { width: 110px; }
  .fancybox-show-thumbs .fancybox-inner { right: 110px; }
  .fancybox-thumbs__list a { max-width: calc(100% - 10px); } }

.slide { position: relative; }

.slide, .slide-material, .hero { height: 550px; }

@media (min-width: 480px) and (max-width: 767px) { .slide, .slide-material, .hero { height: 550px; } }

@media (max-width: 479px) { .slide, .slide-material, .hero { height: 400px; } }

.slide { background: black; }

.slide-list { position: relative; top: 0; left: 0; }

.slide-list li { display: none; }

.slide-material { overflow: hidden; position: relative; }

.slide-material img, .slide-material video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.slide-photo > div { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; opacity: .85; }

.slide-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.slide-container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; position: relative; }

.slide-content { width: 45%; position: relative; z-index: 2; }

@media (max-width: 767px) { .slide-content { width: 100%; } }

@media (max-width: 991px) { .slide-content { text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content { width: 70%; } }

.slide-content .heading { color: #fff; font-size: 42px; font-weight: 600; letter-spacing: -1.5px; line-height: 1.2; }

.slide-content .text { color: #fff; font-size: 20px; font-weight: 400; margin: 0 auto; width: 100%; }

.slide-dots { position: absolute; right: 0; bottom: 70px; left: 0; margin: 0 auto; max-width: 1050px; width: 100%; z-index: 2; text-align: center; display: block; }

.slide-dots li { display: inline-block; }

.slide-dots li a { width: 12px; height: 12px; cursor: pointer; display: inline-block; font-size: 0; position: relative; margin: 0 5px; border-radius: 20px; background: none; border: 2px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.slide-dots li.is-active a { background: #fff; width: 100px; }

.slide-arrows { position: absolute; top: 50%; right: 0; left: 0; display: block; width: 100%; margin: -30px auto 0; }

.slide-arrows button { position: absolute; z-index: 2; border-radius: 999px; font-size: 42px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.slide-arrows button svg path { stroke-width: 1px !important; }

@media (max-width: 767px) { .slide-arrows button { position: relative; margin-left: 5px; margin-right: 5px; left: inherit !important; right: inherit !important; } }

@media (max-width: 479px) { .slide-arrows button { width: 45px; height: 45px; font-size: 16px; } }

.slide-arrows button.prev { left: 20px; padding-right: 2px; }

.slide-arrows button.next { right: 20px; padding-left: 2px; }

.slide-list li.is-effect .slide-content .heading, .slide-list li.is-effect .slide-content .text, .slide-list li.is-effect .slide-content .small-title { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.slide-content .heading, .slide-content .text, .slide-content .small-title { opacity: 0; visibility: hidden; }

.slide-content .small-title { -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); -webkit-transition: .9s .1s; -o-transition: .9s .1s; transition: .9s .1s; }

.slide-content .heading { -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); -webkit-transition: .9s .2s; -o-transition: .9s .2s; transition: .9s .2s; }

.slide-content .text { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: .9s .3s; -o-transition: .9s .3s; transition: .9s .3s; }

.loading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: rgba(255, 255, 255, 0.7); }

.loading.ui-no-bg { background: transparent; }

.loading.ui-small { background: none; }

.loading.ui-small::before { width: 60px; height: 60px; }

.loading.is-visible { opacity: 1; visibility: visible; }

.loading::before { content: ""; position: absolute; border: 5px solid #fff; border-top: 5px solid #d91f27; border-radius: 50%; width: 100px; height: 100px; -webkit-animation: spin .8s linear infinite; animation: spin .8s linear infinite; }

.overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #000; width: 100%; height: 100%; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.overlay.is-visible { opacity: .6; visibility: visible; }

.scrolltop { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; right: 35px; bottom: 70px; background: #d91f27; width: 60px; height: 60px; border-radius: 50%; text-align: center; color: #fff; z-index: 2002; opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .scrolltop { width: 50px; height: 50px; right: 15px; bottom: 70px; } }

.scrolltop .icon { font-size: 20px; }

@media (max-width: 767px) { .scrolltop .icon { font-size: 16px; } }

.scrolltop.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.buttons-container.ui-center { text-align: center; width: 100%; }

.button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 30px; padding-right: 30px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 16px; font-weight: 500; letter-spacing: .3px; border-radius: 8px; height: 55px; color: #fff; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: #d91f27; }

.button .icon { margin-left: 20px; font-size: 16px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button.ui-small { height: 40px; padding-left: 15px; padding-right: 15px; }

.button.ui-min-width { min-width: 250px; }

.button.ui-full-width { width: 100%; }

.button:hover .icon { -webkit-transform: scale(1.1) translateX(5px); -ms-transform: scale(1.1) translateX(5px); transform: scale(1.1) translateX(5px); }

.button.ui-color-wp { background: #25d366; }

.button.ui-color-wp .icon { color: #25d366; }

.button.ui-color-1 { background: #FFEDA5; }

.button-border { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 30px; padding-right: 30px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 16px; font-weight: 500; letter-spacing: .3px; border-radius: 8px; height: 55px; color: #fff; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: 1px solid #fff; }

.button-border .icon { margin-left: 20px; font-size: 16px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button-border.ui-small { height: 40px; padding-left: 15px; padding-right: 15px; }

.button-border.ui-min-width { min-width: 250px; }

.button-border.ui-full-width { width: 100%; }

.button-border:hover .icon { -webkit-transform: scale(1.1) translateX(5px); -ms-transform: scale(1.1) translateX(5px); transform: scale(1.1) translateX(5px); }

.button-border.ui-border-dark { color: #1e1d1c; border: 1px solid rgba(0, 0, 0, 0.08); }

.button-border.ui-border-dark .icon { color: #1e1d1c; }

.button-border.ui-color-1 { color: #d91f27; border: 1px solid #d91f27; }

.button-border.ui-color-1 .icon { color: #d91f27; }

.button-line { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #d91f27; font-size: 14px; font-weight: 600; position: relative; }

.button-line:hover .icon { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }

.button-line .icon { margin-left: 15px; color: #d91f27; font-size: 13px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

label.checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

label.checkbox:not(:last-child) { margin-bottom: 15px; }

label.checkbox.is-error .checkbox { border: 2px solid red !important; }

label.checkbox.is-error .text { color: red !important; }

label.checkbox.is-error .text a { color: red !important; }

label.checkbox input { position: absolute; left: -9999px; }

label.checkbox .checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 20px; height: 20px; background: none; border: 2px solid rgba(0, 0, 0, 0.08); border-radius: 5px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; position: relative; }

label.checkbox .checkbox:before { content: "✓"; position: absolute; top: -5px; line-height: 0.7; font-size: 24px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #d91f27; opacity: 0; visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

label.checkbox .text { color: #394857; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.3; padding-left: 10px; }

label.checkbox .text span { color: rgba(153, 153, 153, 0.7); margin-left: 5px; }

label.checkbox .text a { font-weight: 700; color: #d91f27; }

label.checkbox input:checked + .checkbox:before { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

label.radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

label.radio input { position: absolute; left: -9999px; }

label.radio .radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 24px; height: 24px; background: #fff; border: 2px solid rgba(0, 0, 0, 0.08); border-radius: 50%; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; position: relative; }

label.radio .radio:before { content: ""; position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px; background: #d91f27; border-radius: 50%; opacity: 0; visibility: hidden; }

label.radio .text { color: #394857; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.2; padding-left: 10px; }

label.radio .text span { color: rgba(153, 153, 153, 0.7); margin-left: 5px; }

label.radio input:checked + .radio:before { opacity: 1; visibility: visible; }

select.selectbox { width: 100%; height: 60px; border: 2px solid rgba(57, 72, 87, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: rgba(57, 72, 87, 0.8); font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; position: relative; }

select.selectbox:focus { outline: 0; border: 2px solid #d91f27; }

@media (max-width: 479px) { select.selectbox { height: 55px; padding-right: 15px; font-size: 14px; } }

select.selectbox::-webkit-input-placeholder { /* Edge */ color: rgba(57, 72, 87, 0.8); }

select.selectbox:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(57, 72, 87, 0.8); }

select.selectbox::-moz-placeholder { color: rgba(57, 72, 87, 0.8); }

select.selectbox::-ms-input-placeholder { color: rgba(57, 72, 87, 0.8); }

select.selectbox::placeholder { color: rgba(57, 72, 87, 0.8); }

select.selectbox:before { content: ""; }

select.selectbox:focus + .icon.arrow { -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.breadcrumb ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.breadcrumb ul li { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.breadcrumb ul li a { font-size: 14px; text-transform: capitalize; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.breadcrumb ul li a::after { content: ""; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: 12px; margin-right: 17px; }

.breadcrumb ul li a::before { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; background: currentColor; height: 1px; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.breadcrumb ul li a .icon { font-size: 18px; }

.breadcrumb ul li a[href]:not(.not):hover:before { width: calc(100% - 35px); }

.breadcrumb ul li:last-child a:after { display: none; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(217, 31, 39, 0.9); z-index: 2000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.popup.is-visible { opacity: 1; visibility: visible; }

.popup-wrapper { width: 100%; height: 100%; max-height: 100%; padding: 55px; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }

@media (max-width: 767px) { .popup-wrapper { padding: 0; } }

.popup-wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.popup-wrapper .cover { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; }

.popup-wrapper .cover a { max-width: 90%; text-align: center; padding: 3px; background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }

.popup-wrapper .cover img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }

.popup-close { position: absolute; top: 30px; right: 0; width: 1em; height: 1em; font-size: 28px; z-index: 12; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.popup-close:before, .popup-close:after { content: ""; position: absolute; background: #fff; height: 2px; width: 100%; }

.popup-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.popup-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.whatsapp { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 70px; right: 33px; background: #25d366; border: 5px solid #fff; width: 65px; height: 65px; border-radius: 100%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); text-align: center; color: #fff; z-index: 999; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .whatsapp { right: 12px; width: 55px; height: 55px; } }

.whatsapp::before, .whatsapp::after { content: ""; position: absolute; background: rgba(37, 211, 102, 0.1); border-radius: 100%; -webkit-animation: pulsate 1.5s ease-out; animation: pulsate 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; }

.whatsapp::before { width: 80px; height: 80px; }

@media (max-width: 767px) { .whatsapp::before { width: 65px; height: 65px; } }

.whatsapp::after { width: 100px; height: 100px; }

@media (max-width: 767px) { .whatsapp::after { width: 75px; height: 75px; } }

.whatsapp .icon { font-size: 28px; }

@media (max-width: 767px) { .whatsapp .icon { font-size: 22px; } }

.whatsapp.is-active { -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); }

@media (max-width: 767px) { .whatsapp.is-active { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); } }

@media (min-width: 480px) and (max-width: 767px) { .news ul li { margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .news ul li { margin-bottom: 25px; } }

.news.ui-style ul li { margin-bottom: 30px; }

.news-card { position: relative; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

.news-card:hover .news-photo img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.news-card:hover .news-body .title { color: #d91f27; }

.news-photo { width: 100%; height: 140px; overflow: hidden; }

.news-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }

.news-body { padding: 20px; height: 105px; }

.news-body .title { font-size: 16px; font-weight: 600; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.4; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.news-body .date { font-size: 11px; color: #d91f27; line-height: 1; margin-bottom: 10px; }

.news-body .date .icon { font-size: 11px; margin-right: 7px; }

.news-category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #354D77; text-transform: uppercase; padding-inline: 10px; position: absolute; right: 15px; top: 15px; }

.headline-card { position: relative; }

@media (max-width: 479px) { .headline-card { margin-bottom: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .headline-card { margin-top: 20px; } }

.headline-card:hover .headline-photo img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.headline-card.ui-small .headline-photo { height: 220px; }

.headline-card.ui-small .headline-body { padding-bottom: 20px; }

.headline-card.ui-small .headline-body .title { font-size: 20px; letter-spacing: -0.3px; -webkit-line-clamp: 1; padding-left: 20px; }

.headline-card.ui-editor .headline-photo { height: 370px; }

.headline-card.ui-editor .headline-body { z-index: 1; padding-left: 30px; }

.headline-card.ui-editor .headline-body::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1d1c)); background-image: -o-linear-gradient(transparent, #1e1d1c); background-image: linear-gradient(transparent, #1e1d1c); z-index: -1; }

.headline-card.ui-editor .headline-body .title { background-color: transparent; padding-left: 0; letter-spacing: -0.5px; }

.headline-card.ui-editor .headline-body .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 12px; color: #fff; margin-top: 5px; font-weight: 300; }

.headline-card.ui-editor .headline-body .date .icon { font-size: 12px; margin-right: 7px; opacity: .8; }

.headline-photo { width: 100%; height: 450px; overflow: hidden; }

@media (max-width: 479px) { .headline-photo { height: 350px; } }

.headline-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .8s; -o-transition: .8s; transition: .8s; }

.headline-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 40px; }

@media (max-width: 479px) { .headline-body { padding-bottom: 15px; } }

.headline-body .title { font-size: 26px; font-weight: 700; color: #fff; background-color: rgba(53, 77, 119, 0.7); padding-inline: 30px; letter-spacing: -1px; line-height: 1.4; padding-block: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

@media (max-width: 479px) { .headline-body .title { padding-inline: 15px; font-size: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .headline-body .title { font-size: 24px; } }

.headline-category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #d91f27; text-transform: uppercase; padding-inline: 10px; position: absolute; right: 15px; top: 15px; }

.economi-card { position: relative; overflow: hidden; }

.economi-card:hover .economi-photo img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.economi-card:hover .economi-body::before { height: 300px; }

.economi-card.ui-large .economi-photo { height: 500px; }

@media (max-width: 767px) { .economi-card.ui-large .economi-photo { height: 250px; } }

@media (min-width: 768px) and (max-width: 991px) { .economi-card.ui-large .economi-photo { height: 400px; } }

@media (min-width: 1750px) { .economi-card.ui-large .economi-photo { height: 600px; } }

.economi-card.ui-large .economi-photo img { -webkit-transition: .8s; -o-transition: .8s; transition: .8s; }

.economi-card.ui-large .economi-body { padding-inline: 50px; padding-bottom: 30px; }

@media (max-width: 479px) { .economi-card.ui-large .economi-body { padding-inline: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .economi-card.ui-large .economi-body { padding-inline: 25px; } }

.economi-card.ui-large .economi-body .title { font-size: 32px; letter-spacing: -1px; }

@media (max-width: 479px) { .economi-card.ui-large .economi-body .title { font-size: 16px; } }

@media (min-width: 480px) and (max-width: 767px) { .economi-card.ui-large .economi-body .title { font-size: 22px; } }

.economi-card.ui-techno { margin-bottom: 10px; }

.economi-card.ui-techno.ui-small .economi-photo { height: 300px; }

@media (min-width: 1750px) { .economi-card.ui-techno.ui-small .economi-photo { height: 350px; } }

.economi-card.ui-techno .economi-photo { height: 400px; }

@media (max-width: 991px) { .economi-card.ui-techno .economi-photo { height: 300px; } }

@media (min-width: 1750px) { .economi-card.ui-techno .economi-photo { height: 450px; } }

.economi-card.ui-techno .economi-body { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 0; padding-top: 30px; padding-inline: 50px; }

@media (max-width: 991px) { .economi-card.ui-techno .economi-body { padding-inline: 30px; } }

.economi-card.ui-techno .economi-body::before { bottom: inherit; top: 0; background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1e1d1c)); background-image: -o-linear-gradient(bottom, transparent, #1e1d1c); background-image: linear-gradient(to top, transparent, #1e1d1c); }

.economi-card.ui-techno .economi-body::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b27459)); background-image: -o-linear-gradient(transparent, #b27459); background-image: linear-gradient(transparent, #b27459); height: 100%; z-index: -2; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }

.economi-card.ui-techno .economi-body.ui-color-1::after { background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#afbc82)); background-image: -o-linear-gradient(transparent, #afbc82); background-image: linear-gradient(transparent, #afbc82); }

.economi-card.ui-techno .economi-body.ui-color-2::after { background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#365920)); background-image: -o-linear-gradient(transparent, #365920); background-image: linear-gradient(transparent, #365920); }

.economi-card.ui-techno .economi-body.ui-color-3::after { background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#30538b)); background-image: -o-linear-gradient(transparent, #30538b); background-image: linear-gradient(transparent, #30538b); }

.economi-card.ui-techno .economi-body.ui-color-4::after { background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#71507b)); background-image: -o-linear-gradient(transparent, #71507b); background-image: linear-gradient(transparent, #71507b); }

.economi-card.ui-techno .economi-body .title { font-size: 36px; }

@media (max-width: 991px) { .economi-card.ui-techno .economi-body .title { font-size: 30px; } }

.economi-card.ui-techno .economi-category { position: absolute; left: 50px; bottom: 30px; right: inherit; top: inherit; background-color: #354D77; z-index: 11; }

@media (max-width: 991px) { .economi-card.ui-techno .economi-category { left: 30px; } }

.economi-photo { width: 100%; height: 250px; overflow: hidden; }

@media (min-width: 768px) and (max-width: 991px) { .economi-photo { height: 200px; } }

@media (min-width: 1750px) { .economi-photo { height: 300px; } }

.economi-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }

.economi-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-inline: 30px; padding-bottom: 20px; z-index: 1; }

@media (min-width: 768px) and (max-width: 991px) { .economi-body { padding-inline: 20px; } }

.economi-body::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1d1c)); background-image: -o-linear-gradient(transparent, #1e1d1c); background-image: linear-gradient(transparent, #1e1d1c); height: 200px; z-index: -1; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }

.economi-body .title { font-size: 16px; font-weight: 700; color: #fff; letter-spacing: -0.3px; line-height: 1.4; margin: 7px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

@media (min-width: 480px) and (max-width: 767px) { .economi-body .title { font-size: 22px; } }

@media (min-width: 1750px) { .economi-body .title { font-size: 24px; } }

.economi-body .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 13px; color: #fff; margin-top: 10px; font-weight: 300; }

@media (min-width: 1750px) { .economi-body .date { font-size: 16px; } }

.economi-body .date .icon { font-size: 13px; margin-right: 7px; opacity: .8; }

@media (min-width: 1750px) { .economi-body .date .icon { font-size: 16px; } }

.economi-category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #d91f27; text-transform: uppercase; padding-inline: 10px; display: inline-block; position: absolute; right: 20px; top: 20px; }

@media (min-width: 1750px) { .economi-category { padding-inline: 15px; font-size: 16px; } }

.spor ul li { margin-bottom: 40px; }

.spor-card { position: relative; }

.spor-card:hover .spor-photo img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.spor-photo { width: 100%; height: 180px; overflow: hidden; }

.spor-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.spor-body { padding-inline: 15px; padding-top: 15px; }

.spor-body .title { font-size: 16px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.4; color: #1e1d1c; margin-bottom: 10px; }

.spor-body .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 13px; color: #999; }

.spor-body .date .icon { font-size: 13px; margin-right: 7px; }

.spor-ads { width: 100%; height: 180px; background-color: #ddd; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #999; margin-bottom: 20px; }

@media (min-width: 768px) and (max-width: 991px) { .spor-category.ui-sidebar { display: inherit; } }

@media (min-width: 768px) and (max-width: 991px) { .spor-category.ui-sidebar > div { -webkit-box-flex: inherit; -ms-flex: inherit; flex: inherit; max-width: inherit; } }

@media (min-width: 480px) and (max-width: 767px) { .spor-category { -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } }

@media (min-width: 768px) and (max-width: 991px) { .spor-category { -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (min-width: 480px) and (max-width: 767px) { .spor-category > div { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) { .spor-category > div { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } }

.spor-category__item { position: relative; }

@media (min-width: 480px) and (max-width: 767px) { .spor-category__item { margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 991px) { .spor-category__item { margin-bottom: 10px; } }

.spor-category__item:not(:last-child) { margin-bottom: 10px; }

.spor-category__item:hover .body .title { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }

.spor-category__item .cover { width: 100%; height: 70px; }

.spor-category__item .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.spor-category__item .body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-inline: 20px; background-color: rgba(30, 29, 28, 0.6); }

.spor-category__item .body .title { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: -0.5px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.header { -webkit-box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1); box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1); }

.header-top { height: 40px; background-color: #FFEDA5; position: relative; z-index: 1; }

.header-top::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 42%; background-color: #FFE57C; -webkit-transform: skew(-25deg); -ms-transform: skew(-25deg); transform: skew(-25deg); z-index: -1; }

@media (max-width: 479px) { .header-top::before { width: 35%; } }

@media (min-width: 480px) and (max-width: 767px) { .header-top::before { width: 37%; } }

@media (min-width: 768px) and (max-width: 991px) { .header-top::before { width: 35%; } }

.header-top .container-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.header-top .container-header .heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-width: 500px; line-height: 1; height: 100%; }

@media (max-width: 767px) { .header-top .container-header .heading { min-width: 0; } }

.header-top .container-header .heading .icon { font-size: 16px; color: #1e1d1c; margin-right: 10px; }

.header-top .container-header .heading .title { font-size: 20px; font-weight: 900; color: #d91f27; letter-spacing: -0.7px; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; position: relative; height: 100%; margin-right: 70px; }

@media (max-width: 479px) { .header-top .container-header .heading .title { font-size: 16px; } }

.header-top .container-header .heading .title::after { content: ""; position: absolute; right: -50px; top: 0; bottom: 0; width: 5px; background-color: #FFEDA5; -webkit-transform: skew(-25deg); -ms-transform: skew(-25deg); transform: skew(-25deg); z-index: 1; }

@media (max-width: 479px) { .header-top .container-header .heading .title::after { right: -20px; } }

.header-top .container-header .heading .scrolling-text { max-width: 400px; }

.header-top .container-header .heading .scrolling-text a { font-size: 14px; font-weight: 500; letter-spacing: -0.3px; color: #1e1d1c; }

.header-top .container-header .heading .scrolling-text a:not(:last-child) { margin-right: 50px; }

.header-middle { height: 80px; }

@media (max-width: 767px) { .header-middle { height: 100%; padding-block: 20px; } }

.header-middle .container-header { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid rgba(30, 29, 28, 0.1); position: relative; }

@media (max-width: 767px) { .header-middle .container-header { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.header-logo h1 { font-size: 0; margin: 0; }

.header-logo a { display: block; position: relative; }

.header-logo img { width: 200px; }

@media (min-width: 768px) and (max-width: 991px) { .header-logo img { width: 160px; } }

@media (min-width: 992px) and (max-width: 1199px) { .header-logo img { width: 160px; } }

.header-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) { .header-right { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.header-right a:not(:last-child) { margin-right: 20px; padding-right: 20px; border-right: 1px solid rgba(30, 29, 28, 0.2); }

@media (max-width: 767px) { .header-right a:not(:last-child) { border: none; margin-right: 0; padding-right: 0; } }

.header .hotline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 991px) { .header .hotline { display: none; } }

.header .hotline .icon { font-size: 28px; color: #25d366; margin-right: 10px; }

@media (min-width: 992px) and (max-width: 1199px) { .header .hotline .icon { font-size: 24px; } }

.header .hotline .desc { line-height: 1; }

.header .hotline .desc .title { font-size: 11px; font-weight: 500; letter-spacing: -0.2px; margin-bottom: 3px; color: #999; }

.header .hotline .desc .number { font-size: 18px; font-weight: 800; letter-spacing: -1px; color: #1e1d1c; }

@media (min-width: 992px) and (max-width: 1199px) { .header .hotline .desc .number { font-size: 16px; } }

.header .currency { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .header .currency { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-block: 20px; } }

.header .currency-rate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.header .currency-rate:not(:last-child) { margin-right: 20px; }

@media (max-width: 991px) { .header .currency-rate:not(:last-child) { margin-right: 15px; } }

.header .currency-rate .unit { font-size: 16px; font-weight: 500; color: #999; letter-spacing: -0.5px; line-height: 1; text-transform: uppercase; }

@media (max-width: 991px) { .header .currency-rate .unit { font-size: 12px; } }

.header .currency-rate__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .currency-rate__bottom .value { font-size: 18px; font-weight: 800; letter-spacing: -0.6px; color: #1e1d1c; margin-right: 5px; }

@media (max-width: 479px) { .header .currency-rate__bottom .value { font-size: 14px; } }

@media (min-width: 768px) and (max-width: 991px) { .header .currency-rate__bottom .value { font-size: 15px; } }

.header .currency-rate__bottom .difference { font-size: 11px; color: #fff; padding: 5px; border-radius: 6px; line-height: 1; }

@media (max-width: 479px) { .header .currency-rate__bottom .difference { font-size: 10px; } }

@media (min-width: 768px) and (max-width: 991px) { .header .currency-rate__bottom .difference { font-size: 10px; } }

.header .weather { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .header .weather { position: absolute; left: 0; bottom: -60px; } }

@media (min-width: 480px) and (max-width: 767px) { .header .weather { left: 30px; } }

.header .weather .icon { font-size: 42px; color: #354D77; margin-right: 10px; }

.header .weather .icon .fa-secondary { color: #FFEDA5; }

.header .weather .desc { line-height: 1; }

.header .weather .desc .title { font-size: 14px; font-weight: 400; letter-spacing: -0.5px; color: #999; text-transform: uppercase; margin-bottom: 5px; }

.header .weather .desc .degree { font-size: 16px; font-weight: 500; color: #1e1d1c; letter-spacing: -0.7px; }

.header-bottom { height: 50px; position: relative; }

.header-bottom .container-header { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) { .header-bottom .container-header { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

.header-bottom__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header-bottom__right .input { -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); opacity: 0; visibility: hidden; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; position: relative; margin-right: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 50px; background-color: rgba(30, 29, 28, 0.1); z-index: 1111; }

@media (max-width: 479px) { .header-bottom__right .input { position: absolute; left: 50%; -webkit-transform: translateX(-50%) !important; -ms-transform: translateX(-50%) !important; transform: translateX(-50%) !important; bottom: -50px; width: 300px; } }

.header-bottom__right .input .close { position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; font-size: 20px; color: #394857; }

.header-bottom__right input { width: 140px; font-size: 14px; background-color: transparent; padding-right: 30px; padding-left: 15px; }

.header-bottom__right.is-current .input { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

@media (max-width: 479px) { .header-bottom__right.is-current .input { -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); } }

.header-search { font-size: 26px; color: #1e1d1c; margin-right: 15px; padding-right: 15px; border-right: 1px solid rgba(30, 29, 28, 0.1); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.header-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; line-height: 1; }

.header-menu:hover .icon { color: #FFEDA5; }

.header-menu:hover .icon .fa-secondary { color: #d91f27; }

.header-menu .title { font-size: 18px; color: #1e1d1c; font-weight: 300; letter-spacing: -0.5px; text-transform: uppercase; }

.header-menu .icon { font-size: 18px; color: #d91f27; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin-left: 7px; }

.header-menu .icon .fa-secondary { color: #FFEDA5; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -16px; margin-right: -16px; }

@media (max-width: 767px) { .navigation { display: none; } }

@media (min-width: 768px) and (max-width: 991px) { .navigation { overflow-x: scroll; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation { overflow-x: scroll; } }

@media (min-width: 1750px) { .navigation { margin-left: -20px; margin-right: -20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation { margin-left: -12px; margin-right: -12px; } }

.navigation-item { padding-left: 14px; padding-right: 14px; }

@media (min-width: 768px) and (max-width: 991px) { .navigation-item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; } }

@media (min-width: 1750px) { .navigation-item { padding-left: 20px; padding-right: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item { padding-left: 12px; padding-right: 12px; } }

.navigation-item.is-triangle > a::after { display: block; }

.navigation-item > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #1e1d1c; font-size: 16px; font-weight: 700; height: 50px; font-family: inherit; line-height: 1.2; position: relative; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item > a { font-size: 14px; } }

.navigation-item > a::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; margin: 0 auto; background: #1e1d1c; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.navigation-item > a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: 0; height: 0; z-index: 2; margin: 0 auto; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 11px solid #fff; opacity: 0; visibility: hidden; display: none; }

.navigation-item:hover > a { color: #d91f27; }

.navigation-item:hover > a::before { width: 100%; background-color: #d91f27; }

.navigation-item:hover > a::after { opacity: 1; visibility: visible; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-item:hover > .navigation-links { opacity: 1; visibility: visible; }

.navigation-item:hover .navigation-dropdown { opacity: 1; visibility: visible; }

.navigation-item:hover .navigation-dropdown__content { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-links { position: absolute; background: #fff; border-radius: 11px; -webkit-box-shadow: 0 20px 40px rgba(57, 72, 87, 0.1); box-shadow: 0 20px 40px rgba(57, 72, 87, 0.1); min-width: 230px; padding-top: 10px; padding-bottom: 10px; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-links > li { display: block; }

.navigation-links > li > a { display: block; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; padding: 12px 30px; color: #394857; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-links > li > a:hover { color: #fff; background: #d91f27; }

.navigation-dropdown { position: absolute; left: 0; right: 0; background: #fff; z-index: 1; min-height: 450px; opacity: 0; visibility: hidden; }

.navigation-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: rgba(241, 241, 241, 0.7); }

.navigation-dropdown__content { padding-top: 50px; padding-bottom: 50px; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }

.mobile-nav { background-color: #f3f3f3; -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15); box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15); display: block; position: fixed; top: 0; right: 0; width: 445px; height: 100%; overflow: hidden; z-index: 2003; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); }

.mobile-nav.is-visible { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

@media (max-width: 479px) { .mobile-nav { width: 320px; } }

.mobile-nav__wrapper { overflow-y: auto; height: calc(100% - 65px); scrollbar-color: rgba(0, 0, 0, 0.12) #fff; scrollbar-width: thin; }

.mobile-nav__wrapper::-webkit-scrollbar-track { background-color: #fff; }

.mobile-nav__wrapper::-webkit-scrollbar { width: 6px; }

.mobile-nav__wrapper::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.12); }

.mobile-nav__header { position: relative; background: #f3f3f3; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.mobile-nav__header-body { position: relative; height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 25px; padding-right: 20px; }

.mobile-nav__header-logo a { color: #394857; font-size: 16px; font-weight: 600; }

.mobile-nav__content { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.mobile-nav__content.other { padding-top: 20px; padding-bottom: 20px; }

.mobile-nav__content .plus { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 18px; margin-right: 0; color: #394857; }

.mobile-nav__content li.heading { padding-left: 25px; padding-right: 25px; padding-top: 20px; padding-bottom: 10px; color: #d91f27; font-size: 12px; letter-spacing: .2em; font-weight: 700; z-index: 1; }

@media (max-width: 479px) { .mobile-nav__content > ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .mobile-nav__content > ul .heading { width: 100%; } }

@media (max-width: 479px) { .mobile-nav__content > ul > li:not(.heading) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.mobile-nav__content > ul > li:not(.heading):not(.ui-not).is-open > a, .mobile-nav__content > ul > li:not(.heading):not(.ui-not):hover > a { background: #fff; color: #d91f27; }

.mobile-nav__content > ul > li:not(.heading).ui-not > a { color: #394857; letter-spacing: 0; }

.mobile-nav__content > ul > li:not(.heading).ui-not > a:hover { color: #FFEDA5; }

.mobile-nav__content > ul > li:not(.heading) > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 25px; padding-right: 25px; padding-top: 7px; padding-bottom: 7px; color: #1e1d1c; font-size: 13px; letter-spacing: -0.3px; font-weight: 500; position: sticky; top: 0; z-index: 2; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.mobile-nav__content > ul > li:not(.heading) > a .icon { opacity: .3; width: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.mobile-nav__content > ul > li:not(.heading) > a.ui-link { font-size: 20px; font-weight: 600; padding-top: 15px; padding-bottom: 15px; }

.mobile-nav__sub { background: #fff none repeat scroll 0 0; display: none; }

.mobile-nav__sub > li { display: block; }

.mobile-nav__sub > li:last-child { padding-bottom: 20px; }

.mobile-nav__sub > li:last-child a { border-bottom: 0 none; }

.mobile-nav__sub > li > a { color: #394857; display: block; font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: 10px 40px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.mobile-nav__sub > li > a:before { content: ""; position: absolute; top: 50%; left: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: currentColor; opacity: .3; width: 5px; height: 5px; border-radius: 100%; }

.mobile-nav__sub > li > a:hover { color: #FFEDA5; }

.mobile-nav__sub > li.heading { position: sticky; top: 40px; background: #fff; }

.mobile-nav__close { color: #394857; }

.mobile-nav__close .icon { font-size: 28px; }

.mobile-nav__footer { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 65px; background: #fff; -webkit-box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1); box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1); }

.mobile-nav__footer a { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 65px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 20px; color: #1e1d1c; opacity: .3; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.footer { position: relative; margin-top: 80px; }

@media (max-width: 767px) { .footer { text-align: center; } }

.footer-bg { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-color: #1e1d1c; z-index: -1; }

.footer-bg img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .2; }

.footer .footer-top { background-color: rgba(30, 29, 28, 0.9); }

.footer .footer-top .container { padding-block: 70px; }

.footer-logo h1 { font-size: 0; margin: 0; }

.footer-logo a { display: block; position: relative; }

.footer-logo img { width: 200px; }

.footer-text { font-size: 14px; margin: 20px 0; color: #fff; }

.footer-social { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .footer-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px; } }

.footer-social .icon { font-size: 16px; width: 35px; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; background-color: #d91f27; color: #fff; border: 1px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.footer-social .icon:not(:last-child) { margin-right: 10px; }

.footer-social .icon:hover { background-color: transparent; border: 1px solid #d91f27; }

.footer-heading { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: -1px; margin-bottom: 10px; }

@media (max-width: 767px) { .footer-list { margin-bottom: 30px; } }

.footer-list ul.ui-style { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (max-width: 767px) { .footer-list ul.ui-style { display: inherit; } }

@media (max-width: 767px) { .footer-list ul li.ui-mobile { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.footer-list ul li.ui-style-2 { border: 1px solid rgba(255, 255, 255, 0.2); padding-inline: 10px; height: 30px; margin-right: 5px; margin-bottom: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer-list ul li a { font-size: 15px; font-weight: 500; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 5px 0; line-height: 1.4; }

.footer-list ul li a:hover { color: #d91f27; }

.footer-list ul li a.ui-style { -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }

.footer-bottom { background-color: #1e1d1c; }

.footer-bottom .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-block: 30px; }

@media (max-width: 767px) { .footer-bottom .container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-block: 15px; } }

.footer-bottom .container .text { font-size: 16px; color: #fff; font-weight: 500; letter-spacing: -0.5px; }

@media (max-width: 479px) { .footer-bottom .container .text { margin-bottom: 10px; } }

.footer-bottom .container .text strong { font-weight: 900; }

.footer-bottom .container .text a { color: #fff; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.form > form > ul > li { margin-bottom: 15px; position: relative; }

.form-field.ui-selectbox .form-error { right: 50px; }

.form-field.ui-textarea .form-error { top: 15px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.form-field .heading { color: #d91f27; font-size: 13px; font-weight: 700; }

.form-field .icon:not(.arrow) { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 55px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #d91f27; }

.form-field.is-error input, .form-field.is-error textarea, .form-field.is-error label, .form-field.is-error select { border: 2px solid red !important; }

.form-field.is-error .icon, .form-field.is-error label { color: red !important; }

.form-field input, .form-field textarea { width: 100%; height: 60px; border: 2px solid rgba(57, 72, 87, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: #999; font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.form-field input:focus, .form-field textarea:focus { outline: 0; border: 2px solid #d91f27; }

@media (max-width: 479px) { .form-field input, .form-field textarea { height: 55px; padding-right: 15px; font-size: 14px; } }

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder { /* Edge */ color: #999; }

.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999; }

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder { color: #999; }

.form-field input::-ms-input-placeholder, .form-field textarea::-ms-input-placeholder { color: #999; }

.form-field input::placeholder, .form-field textarea::placeholder { color: #999; }

.form-field textarea { padding-top: 20px; height: 140px; }

.form-field .icon.arrow { position: absolute; pointer-events: none; top: 50%; right: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; opacity: .5; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.form-group { position: relative; }

.form-footer { padding-left: 10px; padding-right: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }

.form-kvkk { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.form-send > input { background: #d91f27; height: 60px; font-family: inherit; min-width: 250px; border: 0 none; text-align: center; border-radius: 8px; width: 100%; padding-left: 20px; padding-right: 20px; color: #fff; font-size: 16px; font-weight: 800; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; will-change: transform; }

.form-send > input:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

@media (max-width: 479px) { .form-send > input { min-width: 230px; height: 70px; font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) { .form-send > input { min-width: 0; } }

.form-error { position: absolute; top: 50%; right: 25px; color: red; font-size: 12px; font-weight: 500; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.form-messages { display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 8px; padding: 25px 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; font-weight: 700; line-height: 1.3; }

.form-messages.ui-success { color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; }

.form-messages.ui-error { color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }

body, html { font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.6; font-weight: 400; color: #394857; letter-spacing: -0.2px; overflow-x: hidden; }

body.bg, html.bg { background: #f1f1f1; }

body.is-scroll, html.is-scroll { overflow: hidden; }

body .main, html .main { position: relative; }

body .main .ads-vertical, html .main .ads-vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-inline: 15px; padding-top: 50px; position: absolute; left: 0; right: 0; top: 400px; }

@media (max-width: 1199px) { body .main .ads-vertical, html .main .ads-vertical { display: none; } }

body .main .ads-vertical .ads .cover, html .main .ads-vertical .ads .cover { width: 200px; height: 100%; }

body .main .ads-vertical .ads .cover img, html .main .ads-vertical .ads .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.small-title:not(.ui-not) { position: relative; display: block; font-size: 12px; line-height: 1.3; color: #d91f27; font-weight: 600; letter-spacing: 2px; margin-bottom: 5px; }

.section-header.ui-txt-center { text-align: center; }

.section-header.ui-txt-large .title { font-size: 54px; letter-spacing: -2px; }

@media (max-width: 479px) { .section-header.ui-txt-large .title { font-size: 42px; } }

.section-header.ui-txt-small .title { font-size: 28px; font-weight: 500; letter-spacing: -1px; }

.section-header.ui-txt-light .title { color: #fff; }

.section-header.ui-txt-light .text { color: #fff; }

.section-header .title { color: #222; font-size: 38px; font-weight: 500; letter-spacing: -1px; line-height: 1.3; }

@media (max-width: 479px) { .section-header .title { font-size: 24px; } }

.section-header .title span { color: #d91f27; }

.section-header .text { font-size: 16px; line-height: 1.6; color: #999; margin-top: 10px; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.section-reklam { padding-top: 50px; }

.section-reklam .ads .cover { width: 100%; height: 200px; }

@media (max-width: 479px) { .section-reklam .ads .cover { height: 100px; } }

.section-reklam .ads .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section-banner { padding-top: 50px; }

@media (max-width: 479px) { .section-banner { display: none; } }

.section-news { padding-top: 50px; position: relative; }

@media (min-width: 480px) and (max-width: 767px) { .section-news { padding-top: 10px; } }

@media (max-width: 479px) { .section-news.ui-mobile__none { display: none; } }

.section-news .ads-vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-inline: 15px; padding-top: 50px; position: absolute; left: 0; right: 0; top: 0 !important; }

.section-news .ads-vertical .ads .cover { width: 200px; height: 500px; }

.section-news .ads-vertical .ads .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section-headline { padding-top: 50px; }

@media (min-width: 480px) and (max-width: 767px) { .section-headline { padding-top: 0; } }

@media (min-width: 480px) and (max-width: 767px) { .section-headline.ui-multimedia { padding-top: 50px; } }

.section-headline.ui-multimedia .section-header { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 479px) { .section-headline.ui-multimedia .section-header { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
  .section-headline.ui-multimedia .section-header .title { font-size: 32px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-headline.ui-multimedia .section-header { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.section-headline.ui-multimedia .section-header.ui-small { padding-top: 7px; }

.section-headline.ui-multimedia .section-header.ui-small .title { font-size: 26px; font-weight: 500; }

.section-headline.ui-multimedia .section-header .line { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 15px; padding-right: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (max-width: 767px) { .section-headline.ui-multimedia .section-header .line { display: none; } }

.section-headline.ui-multimedia .section-header .line .circle { width: 10px; height: 10px; background-color: #d91f27; border-radius: 999px; margin-right: 5px; }

.section-headline.ui-multimedia .section-header .line .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.section-headline.ui-multimedia .section-header .line .right .border { height: 1px; width: 100%; background-color: #dfdede; }

.section-headline.ui-multimedia .section-header .line .right .border:not(:last-child) { margin-bottom: 3px; }

.section-headline.ui-multimedia .section-header .ui-btn { font-size: 16px; }

@media (max-width: 479px) { .section-headline.ui-multimedia .section-header .ui-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.section-headline.ui-multimedia .section-header .ui-btn:hover { text-decoration: underline; }

.section-headline.ui-multimedia .section-header .ui-btn:not(:last-child) { margin-right: 30px; position: relative; }

@media (max-width: 767px) { .section-headline.ui-multimedia .section-header .ui-btn:not(:last-child) { margin-right: 0; } }

.section-headline.ui-multimedia .section-header .ui-btn:not(:last-child)::before { content: ""; position: absolute; right: -20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 7px; height: 7px; background-color: #354D77; border-radius: 999px; }

@media (max-width: 479px) { .section-headline.ui-multimedia .section-header .ui-btn:not(:last-child)::before { display: none; } }

@media (min-width: 480px) and (max-width: 767px) { .section-headline.ui-multimedia .headline-card { margin-top: 0; } }

.section-headline.ui-multimedia .ads { width: 100%; height: 220px; background-color: #ddd; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #999; margin-bottom: 10px; }

@media (min-width: 480px) and (max-width: 767px) { .section-headline.ui-multimedia .ads { margin-bottom: 26px; } }

.section-editor { padding-top: 50px; }

@media (min-width: 480px) and (max-width: 767px) { .section-editor { padding-top: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-editor { padding-top: 20px; } }

.section-editor .section-header { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (min-width: 480px) and (max-width: 767px) { .section-editor .section-header { margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-editor .section-header { margin-bottom: 20px; } }

.section-editor .section-header.ui-small { padding-top: 7px; }

.section-editor .section-header.ui-small .title { font-size: 26px; font-weight: 500; }

.section-editor .section-header .line { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.section-editor .section-header .line .circle { width: 10px; height: 10px; background-color: #d91f27; border-radius: 999px; margin-right: 5px; }

.section-editor .section-header .line .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.section-editor .section-header .line .right .border { height: 1px; width: 100%; background-color: #dfdede; }

.section-editor .section-header .line .right .border:not(:last-child) { margin-bottom: 3px; }

.section-writer { padding-top: 80px; }

.section-writer .section-header { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

.section-writer .section-header.ui-small { padding-top: 7px; }

.section-writer .section-header.ui-small .title { font-size: 26px; font-weight: 500; }

.section-writer .section-header .line { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 15px; padding-right: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.section-writer .section-header .line .circle { width: 10px; height: 10px; background-color: #FFEDA5; border-radius: 999px; margin-right: 5px; }

.section-writer .section-header .line .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.section-writer .section-header .line .right .border { height: 1px; width: 100%; background-color: #dfdede; }

.section-writer .section-header .line .right .border:not(:last-child) { margin-bottom: 3px; }

.section-spor { padding-top: 80px; }

@media (min-width: 480px) and (max-width: 767px) { .section-spor.ui-spor-detail .section-header .title { font-size: 26px; } }

.section-spor .section-header { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

.section-spor .section-header.ui-small { padding-top: 7px; }

.section-spor .section-header.ui-small .title { font-size: 26px; font-weight: 500; }

.section-spor .section-header .line { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.section-spor .section-header .line .circle { width: 10px; height: 10px; background-color: #25d366; border-radius: 999px; margin-right: 5px; }

.section-spor .section-header .line .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.section-spor .section-header .line .right .border { height: 1px; width: 100%; background-color: #dfdede; }

.section-spor .section-header .line .right .border:not(:last-child) { margin-bottom: 3px; }

.section-economi { padding-top: 100px; padding-bottom: 30px; }

@media (min-width: 480px) and (max-width: 767px) { .section-economi { padding-top: 40px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-economi { padding-top: 40px; } }

.section-techno { padding-top: 50px; }

.ui-page__news .news ul li { margin-bottom: 30px; }

.banner { position: relative; }

.banner .owl-dots { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 10px; counter-reset: dots; z-index: 1002; }

.banner .owl-dots .owl-dot { height: 32px; width: 32px; border-radius: 999px; background-color: rgba(153, 153, 153, 0.4); border: 2px solid rgba(255, 255, 255, 0.4); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; font-size: 15px; font-weight: 700; }

@media (min-width: 480px) and (max-width: 767px) { .banner .owl-dots .owl-dot { width: 25px; height: 25px; font-size: 12px; } }

.banner .owl-dots .owl-dot:not(:last-child) { margin-right: 10px; }

.banner .owl-dots .owl-dot::before { counter-increment: dots; content: counter(dots); }

.banner .owl-dots .owl-dot span { display: none; }

.banner .owl-dots .owl-dot.active { background: #d91f27; border-color: #d91f27; color: #fff; }

.banner-photo { width: 100%; height: 220px; }

@media (min-width: 480px) and (max-width: 767px) { .banner-photo { height: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .banner-photo { height: 100%; } }

.banner-photo::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1d1c)); background-image: -o-linear-gradient(transparent, #1e1d1c); background-image: linear-gradient(transparent, #1e1d1c); height: 100px; opacity: .8; }

.banner-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.headline { overflow: hidden; }

@media (max-width: 479px) { .headline-carousel { margin-bottom: 10px; } }

.headline .owl-dots { position: absolute; left: 0; bottom: 0; counter-reset: dots; z-index: 1002; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 479px) { .headline .owl-dots { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #999; overflow-x: scroll; width: 100%; } }

.headline .owl-dots .owl-dot { height: 40px; width: 100%; background-color: #354D77; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; font-size: 15px; font-weight: 700; }

@media (max-width: 479px) { .headline .owl-dots .owl-dot { background-color: transparent; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; } }

.headline .owl-dots .owl-dot:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.1); }

@media (max-width: 479px) { .headline .owl-dots .owl-dot:not(:last-child) { border-right: none; } }

.headline .owl-dots .owl-dot::before { counter-increment: dots; content: counter(dots); }

@media (max-width: 479px) { .headline .owl-dots .owl-dot::before { display: none; } }

.headline .owl-dots .owl-dot span { display: none; }

@media (max-width: 479px) { .headline .owl-dots .owl-dot span { display: block; } }

.headline .owl-dots .owl-dot.active { background: #d91f27; color: #fff; }

@media (max-width: 479px) { .headline .owl-dots .owl-dot.active { background-color: transparent; }
  .headline .owl-dots .owl-dot.active span { background: #d91f27; width: 10px; height: 10px; } }

@media (min-width: 480px) and (max-width: 767px) { .editor-headline__right { padding-top: 30px; } }

.editor-headline__right ul { counter-reset: dots; }

.editor-headline__right ul li .editor-cover { position: relative; }

.editor-headline__right ul li .editor-cover::before { content: counter(dots); counter-increment: dots; position: absolute; left: 0; bottom: 0; background-color: #fff; width: 25px; height: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 15px; font-weight: 700; color: #354D77; }

.editor-headline__right ul li:not(:last-child) { margin-bottom: 30px; }

.editor-ads { width: 100%; height: 250px; background-color: #ddd; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #999; margin-top: 50px; }

@media (max-width: 767px) { .editor-ads { margin-bottom: 30px; } }

.editor-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.editor-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.editor-desc .category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #354D77; text-transform: uppercase; padding-inline: 10px; display: inline-block; }

.editor-desc .title { font-size: 16px; font-weight: 700; color: #1e1d1c; letter-spacing: -0.3px; line-height: 1.4; margin: 7px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.editor-desc .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 13px; color: #999; margin-top: 10px; font-weight: 300; }

.editor-desc .date .icon { font-size: 13px; margin-right: 7px; opacity: .8; }

.editor-cover { width: 100px; height: 100px; overflow: hidden; }

.editor-cover img { width: 100%; height: 100px; -o-object-fit: cover; object-fit: cover; }

@media (max-width: 479px) { .editor-social ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.editor-social ul li:not(:last-child) { margin-bottom: 10px; }

.editor-social ul li .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; border: 1px solid rgba(30, 29, 28, 0.1); padding: 20px; }

.editor-social ul li .item .icon { font-size: 18px; color: #d91f27; margin-bottom: 10px; }

.editor-social ul li .item .title { font-size: 16px; font-weight: 700; color: #1e1d1c; letter-spacing: -0.3px; line-height: 1.3; }

.editor-popular ul { counter-reset: dots; }

@media (min-width: 768px) and (max-width: 991px) { .editor-popular ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (min-width: 768px) and (max-width: 991px) { .editor-popular ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.editor-popular ul li .popular-cover { position: relative; }

.editor-popular ul li .popular-cover::before { content: counter(dots); counter-increment: dots; position: absolute; right: 0; top: 0; background-color: #394857; width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; border-radius: 999px; border: 3px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.editor-popular ul li:hover .popular-cover::before { background-color: #d91f27; }

.editor-popular ul li:not(:last-child) { margin-bottom: 30px; }

.editor-popular ul li .popular { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.editor-popular ul li .popular-cover { width: 100px; height: 100px; }

.editor-popular ul li .popular-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 999px; }

.editor-popular ul li .popular-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 15px; }

.editor-popular ul li .popular-desc .category { font-size: 12px; font-weight: 500; letter-spacing: -0.3px; color: #999; text-transform: uppercase; display: inline-block; }

.editor-popular ul li .popular-desc .title { font-size: 16px; font-weight: 700; color: #1e1d1c; letter-spacing: -0.3px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.editor-popular ul li .popular-desc .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 13px; color: #999; margin-top: 10px; font-weight: 300; }

.editor-popular ul li .popular-desc .date .icon { font-size: 13px; margin-right: 7px; opacity: .8; }

.writer ul li:not(:last-child) { margin-bottom: 40px; }

.writer-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.writer-item:hover .writer-cover { -webkit-box-shadow: 0 0 50px rgba(30, 29, 28, 0.2); box-shadow: 0 0 50px rgba(30, 29, 28, 0.2); }

.writer-cover { width: 100px; height: 100px; background-color: #FFEDA5; border-radius: 999px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.writer-cover img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; padding-top: 17px; }

.writer-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 30px; line-height: 1; }

.writer-desc .title { font-size: 18px; font-weight: 700; color: #d91f27; letter-spacing: -0.5px; margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.writer-desc .text { font-size: 14px; font-weight: 600; letter-spacing: -0.3px; line-height: 1.3; color: #999; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.inner-page__header { position: relative; }

.inner-page__photo { height: 400px; background: black; }

@media (max-width: 479px) { .inner-page__photo { height: 250px; } }

.inner-page__photo.ui-large { height: 550px; }

@media (max-width: 767px) { .inner-page__photo.ui-large { height: 375px; } }

.inner-page__photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .65; }

.inner-page__heading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3; }

.inner-page__heading.ui-relative { position: relative; background: #d91f27; height: 80px; }

.inner-page__heading .container-header { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; text-align: left; }

.inner-page__heading .container-header.ui-detail__news { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: inherit; -webkit-box-direction: inherit; -ms-flex-direction: inherit; flex-direction: inherit; }

.inner-page__heading .container-header.ui-detail__news .multimedia { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 991px) { .inner-page__heading .container-header.ui-detail__news .multimedia { display: none; } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__heading .container-header.ui-detail__news .multimedia > a { font-size: 12px; } }

.inner-page__heading .container-header.ui-detail__news .multimedia > a:not(:last-child) { margin-right: 10px; }

.inner-page__heading .title { color: #fff; font-size: 36px; font-weight: 700; letter-spacing: -1.5px; max-width: 500px; line-height: 1.3; margin-bottom: 5px; }

@media (max-width: 479px) { .inner-page__heading .title { font-size: 32px; } }

.inner-page__heading .text { color: #fff; font-size: 16px; line-height: 1.6; max-width: 575px; text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); margin: 5px auto 0; }

@media (max-width: 479px) { .inner-page__heading .text { font-size: 14px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__heading .text { font-size: 16px; } }

.inner-page__nav { border-bottom: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }

.inner-page__nav.ui-pos-sticky { z-index: 50; top: 0; }

.inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) { .inner-page__nav ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; overflow-y: auto; } }

@media (min-width: 600px) and (max-width: 767px) { .inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.inner-page__nav ul li { padding-left: 15px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.inner-page__nav ul li.heading a { font-weight: 800; color: #1e1d1c; }

.inner-page__nav ul li:not(.heading):hover a, .inner-page__nav ul li:not(.heading).is-current a { color: #394857; }

.inner-page__nav ul li:not(.heading):hover a::after, .inner-page__nav ul li:not(.heading).is-current a::after { width: 100%; }

.inner-page__nav ul li a { height: 70px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(57, 72, 87, 0.6); font-size: 16px; font-weight: 600; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.inner-page__nav ul li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #d91f27; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.inner-page__wrapper { margin-top: 50px; margin-bottom: 100px; }

.inner-page__wrapper.ui-mb-0 { margin-bottom: 0; }

.inner-page__wrapper.ui-mt-0 { margin-top: 0; }

.inner-page__wrapper.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

@media (min-width: 1200px) { .inner-page__row > div { padding-left: 20px; padding-right: 20px; } }

@media (max-width: 1199px) { .inner-page__row > div { padding-left: 10px; padding-right: 10px; } }

@media (min-width: 1200px) { .inner-page__row.gutter-15 > div { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 1199px) { .inner-page__row.gutter-15 > div { padding-left: 10px; padding-right: 10px; } }

.inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }

@media (max-width: 767px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 67%; flex: 0 0 67%; max-width: 67%; } }

.inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 70%); flex: 0 0 calc(100% - 70%); max-width: calc(100% - 70%); }

@media (max-width: 767px) { .inner-page__sidebar { margin-top: 40px; } }

@media (max-width: 767px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 62%); flex: 0 0 calc(100% - 62%); max-width: calc(100% - 62%); } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 67%); flex: 0 0 calc(100% - 67%); max-width: calc(100% - 67%); } }

.inner-page__content { min-height: 700px; }

.page-content__ads { width: 100%; height: 220px; display: block; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__ads { height: 380px; } }

.page-content__ads img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.page-content__social { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

.page-content__social .icon { width: 40px; height: 40px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; background-color: #1559c2; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.page-content__social .icon:hover { opacity: .8; }

.page-content__social .icon:not(:last-child) { margin-right: 5px; }

.page-content__social .icon:nth-child(2) { background-color: #1ea9e9; }

.page-content__social .icon:nth-child(3) { background-color: #e73d9d; }

.page-content__social .icon:nth-child(4) { background-color: #d91f27; }

.page-content__social .icon:nth-child(5) { background-color: #43ce13; }

.page-content__social .icon:nth-child(6) { background-color: #0e76a8; }

.page-content__header { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 30px; }

@media (max-width: 991px) { .page-content__header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.page-content__header .category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #354D77; text-transform: uppercase; padding-inline: 10px; margin-bottom: 10px; }

.page-content__header .information { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-block: 15px; }

.page-content__header .information .info { font-size: 13px; color: #999; font-weight: 400; letter-spacing: -0.3px; text-transform: uppercase; }

@media (max-width: 479px) { .page-content__header .information .info { font-size: 11px; } }

.page-content__header .information .info:not(:last-child) { margin-right: 20px; }

.page-content__header .information .info .icon { font-size: 13px; margin-right: 5px; }

@media (max-width: 479px) { .page-content__header .information .info .icon { font-size: 11px; } }

.page-content__header .social { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.page-content__header .social .icon { width: 40px; height: 40px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; background-color: #1559c2; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.page-content__header .social .icon:hover { opacity: .8; }

.page-content__header .social .icon:not(:last-child) { margin-right: 5px; }

.page-content__header .social .icon:nth-child(2) { background-color: #1ea9e9; }

.page-content__header .social .icon:nth-child(3) { background-color: #e73d9d; }

.page-content__header .social .icon:nth-child(4) { background-color: #d91f27; }

.page-content__header .social .icon:nth-child(5) { background-color: #43ce13; }

.page-content__header .social .icon:nth-child(6) { background-color: #0e76a8; }

.page-content__header .title { color: #1e1d1c; font-size: 24px; letter-spacing: -0.5px; font-weight: 600; line-height: 1.3; }

.page-content__header .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #394857; font-size: 14px; font-weight: 600; margin-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

@media (max-width: 991px) { .page-content__header .date { margin-top: 10px; margin-left: 0; } }

.page-content__header .date .icon { margin-right: 5px; font-size: 13px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: rgba(57, 72, 87, 0.5); width: 30px; height: 30px; align-items: center; font-size: 18px; }

.page-content__heading { color: #1e1d1c; font-weight: 600; font-size: 18px; margin-bottom: 5px; }

.page-content__heading.ui-color-1 { color: #d91f27; }

.page-content__heading.ui-color-2 { color: #FFEDA5; }

.page-content__photo { overflow: hidden; height: 300px; float: left; margin-right: 30px; margin-bottom: 30px; width: 50%; position: relative; border-radius: 11px; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__photo { margin-left: 0; width: 100%; float: none; } }

@media (max-width: 767px) { .page-content__photo { height: auto !important; margin-right: 0; float: none; width: 100%; margin-bottom: 30px; } }

.page-content__photo.ui-small, .page-content__photo.ui-large { width: 100%; float: inherit; margin-right: 0; }

.page-content__photo.ui-small { height: 175px; margin-bottom: 0; }

.page-content__photo.ui-large { height: 450px; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__photo.ui-large { height: 250px; } }

.page-content__photo.ui-auto { height: auto; }

.page-content__photo img { width: 100%; height: 100%; overflow: hidden; -o-object-fit: cover; object-fit: cover; }

.page-content__spot { margin-bottom: 20px; font-size: 18px; color: #222; font-weight: 500; letter-spacing: -0.3px; line-height: 1.4; padding: 20px; position: relative; }

.page-content__spot::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background-color: #d91f27; }

.page-content__description { color: #394857 !important; font-size: 16px; line-height: 1.7; font-family: "Roboto", sans-serif !important; }

.page-content__description.ui-txt-center { text-align: center; }

.page-content__description a { color: #55acef; font-weight: 600; }

.page-content__description a:hover { text-decoration: underline; }

.page-content__description h3 { font-weight: 700; font-size: 24px; letter-spacing: -1px; }

.page-content__description h5 { font-weight: 700; font-size: 14px; }

.page-content__description > p { margin-bottom: 30px; }

.page-content__description a { color: #55acef; font-weight: 600; }

.page-content__description a:hover { text-decoration: underline; }

.page-content__description strong { font-weight: 800; color: #1e1d1c; font-size: 20px; }

.page-content__description img { max-width: 100%; }

.page-content__description ul, .page-content__description ol { padding-left: 20px; }

.page-content__description ul li { list-style: disc; }

.page-content__description ol li { list-style: decimal; }

.page-content__description table { width: 100% !important; border: 1px solid rgba(0, 0, 0, 0.08) !important; }

.page-content__description table tbody tr { border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important; }

.page-content__description table tbody tr td, .page-content__description table tbody tr th { padding: 10px 20px !important; border-right: 1px solid rgba(0, 0, 0, 0.08) !important; line-height: 1.5; }

.page-content__description table tbody tr td:last-child, .page-content__description table tbody tr th:last-child { border-right: 0 none !important; }

.page-content__gallery ul li .gallery-photo { width: 100%; height: 150px; margin-bottom: 15px; }

.page-content__gallery ul li .gallery-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 11px; }

@media (max-width: 479px) { .page-content__gallery ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.page-content__cards { margin-top: 70px; margin-bottom: 30px; }

.page-content__cards.ui-contact { margin-top: 0; margin-bottom: 0; }

.page-content__cards.ui-contact .card { height: 385px; }

.page-content__cards.ui-contact .card .text { height: 70px; }

@media (max-width: 767px) { .page-content__cards ul li { margin-bottom: 30px; } }

.page-content__cards .card { height: 410px; border-radius: 8px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding-left: 50px; padding-right: 50px; padding-bottom: 50px; }

@media (max-width: 479px) { .page-content__cards .card { padding-left: 30px; padding-right: 30px; } }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card { height: 250px !important; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card { padding-left: 25px; padding-right: 25px; height: 350px; } }

@media (min-width: 992px) and (max-width: 1199px) { .page-content__cards .card { padding-left: 30px; padding-right: 30px; } }

.page-content__cards .card:hover > .icon { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.page-content__cards .card:hover > .icon::after { -webkit-transform: translateY(10px) scale(0.75); -ms-transform: translateY(10px) scale(0.75); transform: translateY(10px) scale(0.75); }

.page-content__cards .card .title { color: #1e1d1c; font-size: 20px; font-weight: 700; line-height: 1.4; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .title { font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .title { font-size: 16px; } }

.page-content__cards .card > .icon { color: #d91f27; font-size: 72px; margin-top: 25px; margin-bottom: 50px; position: relative; -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; -o-transition: transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card > .icon { font-size: 54px; margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card > .icon { font-size: 54px; } }

.page-content__cards .card > .icon::after { position: absolute; height: 8px; width: 66px; content: ""; bottom: -25px; left: 50%; margin-left: -33px; background: rgba(0, 0, 0, 0.06); z-index: -1; border-radius: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .35s; transition: -webkit-transform .35s; -o-transition: transform .35s; transition: transform .35s; transition: transform .35s, -webkit-transform .35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

.page-content__cards .card .text { font-size: 16px; font-weight: 500; color: #394857; line-height: 1.4; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .text { display: none; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .text { font-size: 13px; } }

.page-content__cards .card .btn-wrapper { position: absolute; right: 0; bottom: 40px; left: 0; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .btn-wrapper { bottom: 25px; } }

.page-content__cards .card .btn-wrapper a { color: #d91f27; font-size: 16px; font-weight: 600; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .btn-wrapper a { font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .btn-wrapper a { font-size: 13px; } }

.page-content__cards .card .btn-wrapper a::after { content: ""; position: absolute; right: -10px; bottom: 0; left: -10px; background: #d91f27; z-index: -1; height: 0; -webkit-transition: height .3s; -o-transition: height .3s; transition: height .3s; }

.page-content__cards .card .btn-wrapper a:hover { color: #fff; }

.page-content__cards .card .btn-wrapper a:hover::after { height: 100%; }

.page-content__cards .card .btn-wrapper a .icon { font-size: 14px; margin-left: 10px; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .btn-wrapper a .icon { font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .btn-wrapper a .icon { font-size: 13px; } }

.page-content__information { margin-top: 70px; }

.page-content__information ul li:not(:last-child) { border-bottom: 1px solid rgba(153, 153, 153, 0.15); margin-bottom: 50px; padding-bottom: 50px; }

.page-content__information .heading .icon { color: rgba(153, 153, 153, 0.3); font-size: 60px; }

.page-content__information .heading .icon .fa-secondary { opacity: .5; }

.page-content__information .heading .desc { padding-left: 20px; line-height: 1.2; }

.page-content__information .heading .desc .small-title { color: #FFEDA5; font-size: 16px; font-weight: 700; }

.page-content__information .heading .desc .title { color: #d91f27; font-size: 36px; letter-spacing: -2px; font-weight: 700; }

@media (min-width: 1200px) { .page-content__information .content { padding-left: 50px; } }

@media (max-width: 1199px) { .page-content__information .content { padding-top: 50px; } }

.sidebar-nav { background: #fff; border: 1px solid rgba(57, 72, 87, 0.15); border-radius: 11px; }

@media (max-width: 479px) { .sidebar-nav { margin-top: 20px; } }

.sidebar-nav ul li:first-child a { border-radius: 8px 8px 0 0; }

.sidebar-nav ul li:last-child a { border-radius: 0 0 8px 8px; }

.sidebar-nav ul li:not(:last-child) { border-bottom: 1px solid rgba(57, 72, 87, 0.1); }

.sidebar-nav ul li:hover a, .sidebar-nav ul li.is-current a { background: rgba(241, 241, 241, 0.75); }

.sidebar-nav ul li:hover a .icon, .sidebar-nav ul li.is-current a .icon { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; }

.sidebar-nav ul li a { color: #394857; font-size: 16px; font-weight: 500; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding: 17px 25px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.sidebar-nav ul li a .icon { position: absolute; right: 25px; color: #394857; opacity: 0; visibility: hidden; -webkit-transform: translateX(-15px); -ms-transform: translateX(-15px); transform: translateX(-15px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; will-change: transform; }

.sidebar-heading { font-size: 20px; font-weight: 700; letter-spacing: -0.7px; line-height: 1.3; margin-bottom: 20px; color: #354D77; }

.sidebar-news.ui-top { margin-top: 50px; }

.sidebar-news .news ul li { background-color: #f6f6f6; }

.sidebar-news .news ul li:nth-child(2n) { background-color: #fff; }

.sidebar-news .news ul li:hover .news-desc .title { color: #d91f27; }

.sidebar-news .news-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-news .news-photo { width: 100px; height: 80px; }

.sidebar-news .news-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.sidebar-news .news-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-inline: 10px; }

.sidebar-news .news-desc .title { font-size: 16px; font-weight: 600; color: #1e1d1c; line-height: 1.4; letter-spacing: -0.5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.sidebar-writer { margin-top: 50px; }

.sidebar-writer ul { counter-reset: dots; }

.sidebar-writer ul li .popular-cover { position: relative; }

.sidebar-writer ul li .popular-cover::before { content: counter(dots); counter-increment: dots; position: absolute; right: 0; top: 0; background-color: #394857; width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; border-radius: 999px; border: 3px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.sidebar-writer ul li:hover .popular-cover::before { background-color: #d91f27; }

.sidebar-writer ul li:not(:last-child) { margin-bottom: 30px; }

.sidebar-writer ul li .popular { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-writer ul li .popular-cover { width: 100px; height: 100px; }

.sidebar-writer ul li .popular-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 999px; }

.sidebar-writer ul li .popular-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 15px; }

.sidebar-writer ul li .popular-desc .title { font-size: 17px; font-weight: 700; color: #1e1d1c; letter-spacing: -0.3px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.sidebar-writer ul li .popular-desc .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 15px; color: #999; margin-top: 5px; font-weight: 300; }

.sidebar-category { margin-top: 50px; }

@media (min-width: 480px) and (max-width: 767px) { .sidebar-category { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.sidebar-standings { margin-top: 50px; }

.sidebar-standings .standings-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 20px; background-color: #008e51; }

.sidebar-standings .standings-heading .title { font-size: 20px; font-weight: 700; letter-spacing: -1px; color: #fff; line-height: 1; }

.sidebar-standings .standings-heading .lig { font-size: 14px; font-weight: 600; letter-spacing: -0.3px; line-height: 1; color: #fff; }

.sidebar-standings .standings-heading__bottom { background-color: #fff; padding: 15px 20px; -webkit-box-shadow: 0 3px 3px rgba(30, 29, 28, 0.1); box-shadow: 0 3px 3px rgba(30, 29, 28, 0.1); position: relative; z-index: 1; }

@media (max-width: 479px) { .sidebar-standings .standings-heading__bottom .row .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .sidebar-standings .standings-heading__bottom .row .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66%; flex: 0 0 16.66%; max-width: 16.66%; } }

.sidebar-standings .standings-heading__bottom .title { font-size: 16px; font-weight: 700; color: #1e1d1c; letter-spacing: -0.5px; line-height: 1; }

.sidebar-standings .standings-list ul { counter-reset: list; }

.sidebar-standings .standings-list ul li { padding-block: 15px; padding-left: 20px; padding-right: 20px; position: relative; background-color: #f9f9f9; }

@media (max-width: 479px) { .sidebar-standings .standings-list ul li .row .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .sidebar-standings .standings-list ul li .row .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66%; flex: 0 0 16.66%; max-width: 16.66%; } }

.sidebar-standings .standings-list ul li:nth-child(2n) { background-color: #eeeeee; }

.sidebar-standings .standings-list ul li:nth-child(1)::before { display: block; background-color: #0f53af; }

.sidebar-standings .standings-list ul li:nth-child(2)::before { display: block; background-color: #4a90e2; }

.sidebar-standings .standings-list ul li:nth-child(3)::before { display: block; background-color: #80aee4; }

.sidebar-standings .standings-list ul li:nth-child(4)::before { display: block; background-color: #80aee4; }

.sidebar-standings .standings-list ul li:nth-last-child(-n + 4)::before { display: block; background-color: #d91f27; }

.sidebar-standings .standings-list ul li::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background-color: #354D77; display: none; }

.sidebar-standings .standings-list ul li::after { content: counter(list); counter-increment: list; position: absolute; left: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; color: #1e1d1c; font-weight: 700; }

.sidebar-standings .standings-list ul li .title { font-size: 14px; font-weight: 700; color: #1e1d1c; letter-spacing: -0.5px; line-height: 1; }

.sidebar-standings .standings-list ul li .title.ui-first { padding-left: 10px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.sidebar-exchange { margin-top: 40px; margin-bottom: -20px; }

.sidebar-exchange .exchange-heading { background-color: #354D77; padding-inline: 15px; border-radius: 8px; margin-bottom: 20px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-exchange .exchange-heading .title { font-size: 18px; color: #fff; font-weight: 700; letter-spacing: -0.5px; }

.sidebar-exchange .exchange ul { padding-inline: 5px; }

.sidebar-exchange .exchange ul li { margin-bottom: 20px; }

@media (max-width: 479px) { .sidebar-exchange .exchange ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (min-width: 480px) and (max-width: 767px) { .sidebar-exchange .exchange ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.sidebar-exchange .exchange .currency-rate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.sidebar-exchange .exchange .currency-rate .unit { font-size: 15px; font-weight: 500; color: #999; letter-spacing: -0.5px; line-height: 1; text-transform: uppercase; }

@media (max-width: 479px) { .sidebar-exchange .exchange .currency-rate .unit { font-size: 12px; } }

.sidebar-exchange .exchange .currency-rate__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-exchange .exchange .currency-rate__bottom .value { font-size: 16px; font-weight: 800; letter-spacing: -0.6px; color: #1e1d1c; margin-right: 5px; }

@media (max-width: 479px) { .sidebar-exchange .exchange .currency-rate__bottom .value { font-size: 14px; } }

.sidebar-exchange .exchange .currency-rate__bottom .difference { font-size: 11px; color: #fff; padding: 5px; border-radius: 6px; line-height: 1; }

@media (max-width: 479px) { .sidebar-exchange .exchange .currency-rate__bottom .difference { font-size: 10px; } }

.sidebar-survey { margin-top: 50px; }

.sidebar-survey .survey { background-color: #FFEDA5; padding: 20px; }

.sidebar-survey .survey .text { margin-bottom: 20px; color: #1e1d1c; line-height: 1.3; font-size: 16px; font-weight: 500; letter-spacing: -0.5px; }

.sidebar-survey .survey input { background-color: #fff; height: 50px; padding-left: 20px; font-size: 14px; font-weight: 500; width: 100%; margin-bottom: 15px; }

.sidebar-survey .survey button { width: 100%; border-radius: 0; height: 40px; }

.sidebar-chemist { margin-top: 50px; }

.sidebar-chemist .chemist .heading { font-size: 14px; font-weight: 700; background-color: #d91f27; padding-inline: 15px; height: 40px; line-height: 1.3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; text-align: center; }

.sidebar-chemist .chemist ul { max-height: 452px; overflow-y: scroll; }

.sidebar-chemist .chemist ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-block: 10px; padding-left: 20px; }

.sidebar-chemist .chemist ul li:nth-child(2n) { background-color: #eee; }

.sidebar-chemist .chemist ul li .cover { width: 30px; height: 30px; }

.sidebar-chemist .chemist ul li .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.sidebar-chemist .chemist ul li .desc { padding-left: 20px; }

.sidebar-chemist .chemist ul li .desc .title { font-size: 16px; color: #1e1d1c; font-weight: 800; letter-spacing: -0.5px; line-height: 1; margin-bottom: 3px; }

.sidebar-chemist .chemist ul li .desc a { font-size: 14px; color: #999; line-height: 1; }

.sidebar-chemist .chemist ul li .desc a .icon { font-size: 14px; margin-right: 7px; }

.contact-item .container { padding-top: 60px; }

.contact-map { background: #fff; padding: 20px; border-radius: 11px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); margin-top: 30px; }

.contact-map iframe { width: 100%; height: 550px; }

.contact-form__left { padding-top: 50px; }

@media (max-width: 767px) { .contact-form__left { margin-bottom: 50px; padding-top: 0; } }

.contact-form__left .photo { height: 680px; border-radius: 11px 0 0 11px; overflow: hidden; }

@media (max-width: 767px) { .contact-form__left .photo { height: auto; } }

.contact-form__left .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.contact-form__left .contacts { padding-top: 50px; }

.contact-form__left .contacts ul li:not(:last-child) { margin-bottom: 20px; }

.contact-form__left .contacts a { line-height: 1.3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contact-form__left .contacts a:hover span { color: #d91f27; }

.contact-form__left .contacts a .icon { color: #fff; background-color: #d91f27; width: 35px; height: 35px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; margin-right: 10px; }

.contact-form__left .contacts a span { font-size: 16px; color: #394857; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.contact-form__right { background: #fff; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); border-radius: 11px; height: 100%; padding: 50px; }

@media (max-width: 767px) { .contact-form__right { padding: 50px; } }

@media (min-width: 768px) and (max-width: 991px) { .contact-form__right { padding: 40px; } }

@media (min-width: 992px) and (max-width: 1199px) { .contact-form__right { padding: 60px; } }

.album.ui-top { padding-top: 50px; }

.album.ui-video .album-photo img { opacity: .4; }

.album ul li { margin-bottom: 20px; }

.album ul li:hover .album-photo img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.album-photo { width: 100%; height: 220px; overflow: hidden; background-color: #1e1d1c; }

.album-photo.ui-large { height: 400px; }

.album-photo.ui-large img { opacity: .15; }

.album-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .8s; -o-transition: .8s; transition: .8s; }

.album-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 479px) { .album-body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) { .album-body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.album-body .icon { color: #fff; font-size: 32px; background-color: rgba(255, 255, 255, 0.3); width: 80px; height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; margin-right: 20px; }

@media (max-width: 479px) { .album-body .icon { margin-right: 0; margin-bottom: 20px; } }

.album-body .title { font-size: 20px; font-weight: 600; letter-spacing: -.5px; color: #fff; max-width: 400px; line-height: 1.3; }

.tag-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 42px; color: #1e1d1c; font-weight: 700; letter-spacing: -1px; text-transform: uppercase; margin-bottom: 50px; line-height: 1; }

.tag ul li { text-align: center; }

.tag ul li:not(:last-child) { margin-bottom: 40px; }

.tag-title { font-size: 24px; font-weight: 500; color: #d91f27; letter-spacing: -1px; margin-bottom: 10px; padding-bottom: 5px; position: relative; }

.tag-title::after { content: ""; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; width: 30px; height: 2px; background-color: #FFEDA5; }

.tag-bottom .text { font-size: 18px; font-weight: 300; color: #394857; }

.last-minute ul li:not(:last-child) { margin-bottom: 70px; }

.last-minute__photo { width: 100%; height: 400px; overflow: hidden; }

@media (max-width: 479px) { .last-minute__photo { height: 200px; } }

@media (min-width: 480px) and (max-width: 767px) { .last-minute__photo { height: 300px; } }

@media (min-width: 768px) and (max-width: 991px) { .last-minute__photo { height: 250px; } }

.last-minute__photo:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.last-minute__photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; }

.last-minute__footer { padding-top: 25px; }

.last-minute__footer .category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #354D77; text-transform: uppercase; padding-inline: 10px; height: 25px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.last-minute__footer .title { font-size: 24px; font-weight: 700; letter-spacing: -1px; color: #1e1d1c; margin: 15px 0; line-height: 1.4; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.last-minute__footer .title:hover { color: #d91f27; }

.last-minute__footer .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; margin-bottom: 20px; }

.last-minute__footer .date .icon { font-size: 16px; color: #999; margin-right: 8px; }

.last-minute__footer .date .text { font-size: 14px; color: #999; font-weight: 500; line-height: 1; }

.last-minute__footer .date .text span { font-size: 16px; color: #d91f27; font-weight: 800; padding-left: 5px; }

.last-minute__footer .text { font-size: 16px; color: #394857; font-weight: 500; }

.company.ui-style ul { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.company.ui-style ul:hover li { opacity: .6; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.company.ui-style ul li { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.company.ui-style ul li:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

.company.ui-style ul li:nth-child(2n) .company-right .time { border-color: #354D77; color: #354D77; background-color: rgba(53, 77, 119, 0.1); }

.company.ui-style ul li:not(:last-child) { margin-bottom: 20px; }

.company.ui-style .company-cover img { -webkit-transition: .8s; -o-transition: .8s; transition: .8s; }

.company.ui-style .company-cover:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.company.ui-style .company-desc__top { margin-bottom: 10px; }

.company.ui-style .company-desc__top .title { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.company.ui-style .company-desc__top .title:hover { color: #d91f27; }

.company.ui-style .company-desc__bottom { border: none; padding-top: 0; }

.company.ui-style .company-right { text-align: center; }

.company.ui-style .company-right .date { font-size: 13px; color: #999; font-weight: 400; letter-spacing: -0.3px; line-height: 1; margin-bottom: 15px; }

.company.ui-style .company-right .date .icon { font-size: 13px; margin-right: 7px; }

.company.ui-style .company-right .time { padding-inline: 10px; height: 35px; border: 1px solid #d91f27; font-size: 14px; font-weight: 500; letter-spacing: -0.3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #d91f27; background-color: rgba(217, 31, 39, 0.1); }

.company ul li:not(:last-child) { margin-bottom: 40px; }

.company-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); padding-inline: 30px; padding-block: 30px; }

.company-cover { width: 170px; height: 100%; }

.company-cover img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.company-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 50px; }

.company-desc__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1; margin-bottom: 20px; }

.company-desc__top .title { font-size: 20px; font-weight: 800; letter-spacing: -0.7px; color: #1e1d1c; text-transform: uppercase; }

.company-desc__top .text { font-size: 16px; font-weight: 500; color: #999; letter-spacing: -0.5px; }

.company-desc .address { margin-bottom: 10px; font-size: 14px; color: #999; }

.company-desc .address .icon { font-size: 14px; color: #d91f27; margin-right: 10px; }

.company-desc__bottom { border-top: 1px solid rgba(30, 29, 28, 0.1); padding-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.company-desc__bottom a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; }

.company-desc__bottom a:not(:last-child) { margin-right: 20px; }

.company-desc__bottom a .icon { font-size: 14px; color: #d91f27; margin-right: 10px; }

.company-desc__bottom a span { font-size: 13px; font-weight: 400; letter-spacing: -0.5px; color: #999; }

.ui-no-scroll { overflow: hidden; }

.ui-no-scroll-y { overflow-y: hidden; }

.ui-no-scroll-x { overflow-x: hidden; }

.ui-pos-relative { position: relative; }

.ui-pos-inherit { position: inherit; }

.ui-pos-sticky { position: sticky; top: 20px; }

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

.ui-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.ui-justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.ui-justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.ui-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.ui-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.ui-align-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.ui-align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.ui-align-between { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.ui-z-index { position: relative; z-index: 9; }

.ui-hidden { display: none; }

@media (max-width: 479px) { .ui-xs-hidden { display: none; } }

@media (max-width: 767px) { .ui-sm-hidden { display: none; } }

@media (max-width: 991px) { .ui-md-hidden { display: none; } }

.ui-pv-5px { padding-top: 5px; padding-bottom: 5px; }

.ui-pv-10px { padding-top: 10px; padding-bottom: 10px; }

.ui-pv-15px { padding-top: 15px; padding-bottom: 15px; }

.ui-pv-20px { padding-top: 20px; padding-bottom: 20px; }

.ui-pv-25px { padding-top: 25px; padding-bottom: 25px; }

.ui-pv-30px { padding-top: 30px; padding-bottom: 30px; }

.ui-pv-40px { padding-top: 40px; padding-bottom: 40px; }

.ui-pv-50px { padding-top: 50px; padding-bottom: 50px; }

.ui-pv-60px { padding-top: 60px; padding-bottom: 60px; }

.ui-pv-70px { padding-top: 70px; padding-bottom: 70px; }

.ui-pv-80px { padding-top: 80px; padding-bottom: 80px; }

.ui-pv-90px { padding-top: 90px; padding-bottom: 90px; }

.ui-pv-100px { padding-top: 100px; padding-bottom: 100px; }

.ui-pv-0 { padding-top: 0; padding-bottom: 0; }

.ui-pt-0 { padding-top: 0 !important; }

.ui-pb-0 { padding-bottom: 0 !important; }

.ui-pt-5px { padding-top: 5px; }

.ui-pt-10px { padding-top: 10px; }

.ui-pt-15px { padding-top: 15px; }

.ui-pt-20px { padding-top: 20px; }

.ui-pt-25px { padding-top: 25px; }

.ui-pt-30px { padding-top: 30px; }

.ui-pt-40px { padding-top: 40px; }

.ui-pt-50px { padding-top: 50px; }

.ui-pt-60px { padding-top: 60px; }

.ui-pt-70px { padding-top: 70px; }

.ui-pt-80px { padding-top: 80px; }

.ui-pt-90px { padding-top: 90px; }

.ui-pt-100px { padding-top: 100px; }

.ui-pb-5px { padding-bottom: 5px; }

.ui-pb-10px { padding-bottom: 10px; }

.ui-pb-15px { padding-bottom: 15px; }

.ui-pb-20px { padding-bottom: 20px; }

.ui-pb-25px { padding-bottom: 25px; }

.ui-pb-30px { padding-bottom: 30px; }

.ui-pb-40px { padding-bottom: 40px; }

.ui-pb-50px { padding-bottom: 50px; }

.ui-pb-60px { padding-bottom: 60px; }

.ui-pb-70px { padding-bottom: 70px; }

.ui-pb-80px { padding-bottom: 80px; }

.ui-pb-90px { padding-bottom: 90px; }

.ui-pb-100px { padding-bottom: 100px; }

.ui-mv-5px { margin-top: 5px; margin-bottom: 5px; }

.ui-mv-10px { margin-top: 10px; margin-bottom: 10px; }

.ui-mv-15px { margin-top: 15px; margin-bottom: 15px; }

.ui-mv-20px { margin-top: 20px; margin-bottom: 20px; }

.ui-mv-25px { margin-top: 25px; margin-bottom: 25px; }

.ui-mv-30px { margin-top: 30px; margin-bottom: 30px; }

.ui-mv-40px { margin-top: 40px; margin-bottom: 40px; }

.ui-mv-50px { margin-top: 50px; margin-bottom: 50px; }

.ui-mv-60px { margin-top: 60px; margin-bottom: 60px; }

.ui-mv-70px { margin-top: 70px; margin-bottom: 70px; }

.ui-mv-80px { margin-top: 80px; margin-bottom: 80px; }

.ui-mv-90px { margin-top: 90px; margin-bottom: 90px; }

.ui-mv-100px { margin-top: 100px; margin-bottom: 100px; }

.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

.ui-mt-0 { margin-top: 0 !important; }

.ui-mb-0 { margin-bottom: 0 !important; }

.ui-ml-0 { margin-left: 0 !important; }

.ui-mr-0 { margin-right: 0 !important; }

.ui-mt-5px { margin-top: 5px; }

.ui-mt-10px { margin-top: 10px; }

.ui-mt-15px { margin-top: 15px; }

.ui-mt-20px { margin-top: 20px; }

.ui-mt-25px { margin-top: 25px; }

.ui-mt-30px { margin-top: 30px; }

.ui-mt-40px { margin-top: 40px; }

.ui-mt-50px { margin-top: 50px; }

.ui-mt-60px { margin-top: 60px; }

.ui-mt-70px { margin-top: 70px; }

.ui-mt-80px { margin-top: 80px; }

.ui-mt-90px { margin-top: 90px; }

.ui-mt-100px { margin-top: 100px; }

.ui-mb-5px { margin-bottom: 5px; }

.ui-mb-10px { margin-bottom: 10px; }

.ui-mb-15px { margin-bottom: 15px; }

.ui-mb-20px { margin-bottom: 20px; }

.ui-mb-25px { margin-bottom: 25px; }

.ui-mb-30px { margin-bottom: 30px; }

.ui-mb-40px { margin-bottom: 40px; }

.ui-mb-50px { margin-bottom: 50px; }

.ui-mb-60px { margin-bottom: 60px; }

.ui-mb-70px { margin-bottom: 70px; }

.ui-mb-80px { margin-bottom: 80px; }

.ui-mb-90px { margin-bottom: 90px; }

.ui-mb-100px { margin-bottom: 100px; }
