@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(-50px);
            transform: translateY(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

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

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

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

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

@-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 fadeInLeftLarge { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

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

@-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 fadeInRightLarge { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

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

@-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 fadeInUpLarge { 0% { opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

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

@-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 pulsateVideoPlay { 0% { -webkit-transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1); transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1; }
  100% { -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2); transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsateVideoPlay { 0% { -webkit-transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1); transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1; }
  100% { -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2); transform: translateY(-50%) translateX(-50%) 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: 1250px; } }

@media (min-width: 1750px) { .container { 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-40 { margin-left: -40px; margin-right: -40px; }
  .ui-gutter-40 > .col, .ui-gutter-40 > [class*="col-"] { padding-left: 40px; padding-right: 40px; }
  .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; }

@-webkit-keyframes zuckSlideTime { 0% { max-width: 0; }
  100% { max-width: 100%; } }

@keyframes zuckSlideTime { 0% { max-width: 0; }
  100% { max-width: 100%; } }

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

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

#zuck-modal { outline: 0 !important; overflow: hidden; position: fixed; top: 0; left: 0; width: 100vw; height: 100%; background: rgba(0, 0, 0, 0.75); z-index: 100000; font-size: 14px; font-family: inherit; }

#zuck-modal-content, #zuck-modal-content .story-viewer, #zuck-modal-content .story-viewer > .slides, #zuck-modal-content .story-viewer > .slides > * { width: 100vw; height: 100%; top: 0; bottom: 0; position: absolute; overflow: hidden; }

#zuck-modal * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; outline: 0; }

#zuck-modal.with-effects { -webkit-transform: scale(0.01); -ms-transform: scale(0.01); transform: scale(0.01); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }

#zuck-modal.with-effects.animated { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); border-radius: 0; margin-top: 0 !important; margin-left: 0 !important; }

#zuck-modal.with-effects.closed { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }

#zuck-modal .slider { width: 300vw; height: 100%; top: 0; bottom: 0; left: -100vw; position: absolute; }

#zuck-modal .slider > * { width: 100vw; height: 100%; top: 0; bottom: 0; position: absolute; }

#zuck-modal .slider > .previous { left: 0; }

#zuck-modal .slider > .viewing { left: 100vw; }

#zuck-modal .slider > .next { left: 200vw; }

#zuck-modal .slider.animated { -webkit-transition: -webkit-transform 0.25s linear; transition: -webkit-transform 0.25s linear; -o-transition: transform 0.25s linear; transition: transform 0.25s linear; transition: transform 0.25s linear, -webkit-transform 0.25s linear; }

#zuck-modal.with-cube #zuck-modal-content { -webkit-perspective: 1000vw; perspective: 1000vw; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); -webkit-perspective-origin: 50% 50%; perspective-origin: 50% 50%; overflow: visible; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

#zuck-modal.with-cube .slider { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }

#zuck-modal.with-cube .slider > .previous { -webkit-backface-visibility: hidden; backface-visibility: hidden; left: 100vw; -webkit-transform: rotateY(270deg) translateX(-50%); transform: rotateY(270deg) translateX(-50%); -webkit-transform-origin: center left; -ms-transform-origin: center left; transform-origin: center left; }

#zuck-modal.with-cube .slider > .viewing { -webkit-backface-visibility: hidden; backface-visibility: hidden; left: 100vw; -webkit-transform: translateZ(50vw); transform: translateZ(50vw); }

#zuck-modal.with-cube .slider > .next { -webkit-backface-visibility: hidden; backface-visibility: hidden; left: 100vw; -webkit-transform: rotateY(-270deg) translateX(50%); transform: rotateY(-270deg) translateX(50%); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; }

#zuck-modal-content .story-viewer.paused.longPress .head, #zuck-modal-content .story-viewer.paused.longPress .slides-pointers, #zuck-modal-content .story-viewer.paused.longPress .tip { opacity: 0; }

#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > b { -webkit-animation-play-state: running; animation-play-state: running; }

#zuck-modal-content .story-viewer.next { z-index: 10; }

#zuck-modal-content .story-viewer.viewing { z-index: 5; }

#zuck-modal-content .story-viewer.previous { z-index: 0; }

#zuck-modal-content .story-viewer.muted .tip.muted, #zuck-modal-content .story-viewer.loading .head .loading { display: block; }

#zuck-modal-content .story-viewer.loading .head .right .time, #zuck-modal-content .story-viewer.loading .head .right .close { display: none; }

#zuck-modal-content .story-viewer .slides-pagination span { position: absolute; top: 50vh; font-size: 48px; color: #fff; line-height: 48px; width: 48px; margin: 6px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; text-align: center; }

#zuck-modal-content .story-viewer .slides-pagination .previous { left: 0; }

#zuck-modal-content .story-viewer .slides-pagination .next { right: 0; }

#zuck-modal-content .story-viewer .slides-pointers { display: table; table-layout: fixed; border-spacing: 6px; border-collapse: separate; position: absolute; width: 100vh; top: 0; left: calc(50vw - 50vh); right: calc(50vw - 50vh); z-index: 100020; }

#zuck-modal-content .story-viewer .slides-pointers > * { display: table-row; }

#zuck-modal-content .story-viewer .slides-pointers > * > * { display: table-cell; background: rgba(255, 255, 255, 0.5); border-radius: 2px; }

#zuck-modal-content .story-viewer .slides-pointers > * > .seen { background: #fff; }

#zuck-modal-content .story-viewer .slides-pointers > * > * > b { background: #fff; width: auto; max-width: 0; height: 2px; display: block; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-play-state: paused; animation-play-state: paused; border-radius: 2px; }

#zuck-modal-content .story-viewer .slides-pointers > * > .active > b { -webkit-animation-name: zuckSlideTime; animation-name: zuckSlideTime; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

#zuck-modal-content .story-viewer .head { position: absolute; height: 56px; left: 0; right: 0; line-height: 56px; z-index: 100010; color: #fff; font-size: 14px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35); padding: 6px 12px; }

#zuck-modal-content .story-viewer .head .item-preview { overflow: hidden; vertical-align: top; background-size: cover; width: 42px; height: 42px; display: inline-block; margin-right: 9px; border-radius: 50%; vertical-align: middle; background-repeat: no-repeat; background-position: center; }

#zuck-modal-content .story-viewer .head .item-preview img { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; width: 100%; background-size: cover; background-position: center; -o-object-fit: cover; object-fit: cover; }

#zuck-modal-content .story-viewer .head .time { opacity: 0.75; font-weight: 500; font-size: 13px; }

#zuck-modal-content .story-viewer .head .left { line-height: 1 !important; display: inline-block; margin: 6px 0; }

#zuck-modal-content .story-viewer .head .left .info { display: inline-block; max-width: 30vw; vertical-align: middle; }

#zuck-modal-content .story-viewer .head .left .info > * { width: 100%; display: inline-block; line-height: 21px; }

#zuck-modal-content .story-viewer .head .left .info .name { font-weight: 500; }

#zuck-modal-content .story-viewer .head .right { float: right; }

#zuck-modal-content .story-viewer .head .right .close, #zuck-modal-content .story-viewer .head .back { font-size: 42px; width: 48px; height: 48px; line-height: 48px; cursor: pointer; text-align: center; }

#zuck-modal-content .story-viewer .head .left .back { display: none; width: 24px; margin: -9px -6px 0 -6px; }

#zuck-modal-content .story-viewer .head .right .time { display: none; }

#zuck-modal-content .story-viewer .head .loading { display: none; border-radius: 50%; width: 30px; height: 30px; margin: 9px 0; border: 4px solid rgba(255, 255, 255, 0.2); -webkit-box-sizing: border-box; box-sizing: border-box; border-top-color: #fff; -webkit-animation: zuckLoading 1s infinite linear; animation: zuckLoading 1s infinite linear; }

#zuck-modal-content .story-viewer .head, #zuck-modal-content .story-viewer .slides-pointers, #zuck-modal-content .story-viewer .tip { -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; }

#zuck-modal-content .story-viewer .slides .item { display: none; overflow: hidden; background: #000; }

#zuck-modal-content .story-viewer .slides .item:before { z-index: 4; background: transparent; content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }

#zuck-modal-content .story-viewer .slides .item > .media { height: 100%; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin: auto; }

#zuck-modal-content .story-viewer .slides .item.active, #zuck-modal-content .story-viewer .slides .item.active .tip.link { display: block; }

#zuck-modal-content .story-viewer .tip { z-index: 5; text-decoration: none; display: none; border-radius: 24px; background: rgba(0, 0, 0, 0.5); font-size: 16px; position: absolute; bottom: 24px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 1000; color: #fff; text-align: center; text-transform: uppercase; font-weight: 500; padding: 12px 24px; }

#zuck-modal.rtl { direction: rtl; left: auto; right: 0; }

#zuck-modal.rtl.with-effects { -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; }

#zuck-modal.rtl.with-effects.animated { margin-left: auto !important; margin-right: 0 !important; }

#zuck-modal.rtl .slider { left: auto; right: -100vw; }

#zuck-modal.rtl .slider > .previous { left: auto; right: 0; -webkit-transform: rotateY(-270deg) translateX(50%); transform: rotateY(-270deg) translateX(50%); }

#zuck-modal.rtl .slider > .viewing { left: auto; right: 100vw; }

#zuck-modal.rtl .slider > .next { left: auto; right: 200vw; }

#zuck-modal.rtl.with-cube .slider > .previous { left: auto; right: 100vw; -webkit-transform-origin: center right; -ms-transform-origin: center right; transform-origin: center right; }

#zuck-modal.rtl.with-cube .slider > .viewing { left: auto; right: 100vw; -webkit-transform: translateZ(50vw); transform: translateZ(50vw); }

#zuck-modal.rtl.with-cube .slider > .next { left: auto; right: 100vw; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-transform: rotateY(270deg) translateX(-50%); transform: rotateY(270deg) translateX(-50%); }

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous { left: auto; right: 0; }

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next { right: auto; left: 0; }

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview { margin-right: auto; margin-left: 9px; }

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right { float: left; }

#zuck-modal.rtl #zuck-modal-content .story-viewer .tip { left: auto; right: 50%; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }

@media (max-width: 1024px) { #zuck-modal-content .story-viewer .head { top: 3px; }
  #zuck-modal-content .story-viewer .head .loading { width: 24px; height: 24px; margin: 6px 0; }
  #zuck-modal-content .story-viewer .head .item-preview { width: 30px; height: 30px; margin-right: 9px; }
  #zuck-modal-content .story-viewer .head .left { font-size: 15px; margin: 15px 0; }
  #zuck-modal-content .story-viewer .head .left > div { line-height: 30px; }
  #zuck-modal-content .story-viewer .head .right .time { display: block; white-space: nowrap; font-size: 15px; margin: 15px 0; line-height: 30px; }
  #zuck-modal-content .story-viewer .head .left > .back { display: none; background: transparent; z-index: 20; visibility: visible; position: absolute; height: 42px; width: 24px; line-height: 36px; text-align: left; vertical-align: top; text-shadow: none; }
  #zuck-modal-content .story-viewer.with-back-button .head .left > .back { display: block; }
  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview { margin-left: 18px; }
  #zuck-modal-content .story-viewer .slides-pointers { width: 100vw; left: 0; right: 0; }
  #zuck-modal-content .story-viewer .tip { font-size: 14px; padding: 6px 12px; }
  #zuck-modal-content .story-viewer .head .left .time, #zuck-modal-content .story-viewer .head .right .close { display: none; }
  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview { margin-right: auto; margin-left: 9px; }
  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left > .back { text-align: right; }
  #zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview { margin-left: auto; margin-right: 18px; } }

.stories.carousel { white-space: nowrap; overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

.stories.carousel::-webkit-scrollbar { width: 0px; background: transparent; }

.stories.carousel .story { display: inline-block; width: 18vw; max-width: 72px; margin: 0 6px; vertical-align: top; }

.stories.carousel .story:first-child { margin-left: 0; }

.stories.carousel .story:last-child { margin-right: 0; }

.stories.carousel .story > .item-link { text-align: center; display: block; }

.stories.carousel .story > .item-link:active > .item-preview { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.stories.carousel .story > .item-link > .item-preview { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0; max-height: 72px; height: 18vw; overflow: hidden; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; -o-transition: transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }

.stories.carousel .story > .item-link > .item-preview img { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; width: 100%; background-size: cover; background-position: center; -o-object-fit: cover; object-fit: cover; }

.stories.carousel .story > .item-link > .info { display: inline-block; margin-top: 0.5em; line-height: 1.2em; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.stories.carousel .story > .item-link > .info .name { font-weight: 700; color: #1b3c76; font-size: 12px; font-family: "Playfair Display", serif; }

.stories.carousel .story > .item-link > .info .time { display: none; }

.stories.carousel .story > .items { display: none; }

.stories.list { white-space: nowrap; overflow: auto; }

.stories.list .story { display: block; width: auto; margin: 6px; padding-bottom: 6px; }

.stories.list .story > .item-link { text-align: left; display: block; }

.stories.list .story > .item-link > .item-preview { height: 42px; width: 42px; max-width: 42px; margin-right: 12px; vertical-align: top; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0; overflow: hidden; }

.stories.list .story > .item-link > .item-preview img { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; width: 100%; background-size: cover; background-position: center; }

.stories.list .story > .item-link > .info { display: inline-block; line-height: 1.6em; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; vertical-align: top; }

.stories.list .story > .item-link > .info .name { font-weight: 500; display: block; }

.stories.list .story > .item-link > .info .time { display: inline-block; }

.stories.list .story > .items { display: none; }

.stories.rtl { direction: rtl; }

.stories.rtl.carousel .story:first-child { margin-left: auto; margin-right: 0; }

.stories.rtl.carousel .story:last-child { margin-right: auto; margin-left: 0; }

.stories.rtl.list .story > .item-link { text-align: right; }

.stories.rtl.list .story > .item-link > .item-preview { margin-right: auto; margin-left: 12px; }

.stories.snapgram .story > .item-link { text-decoration: none; color: #333; }

.stories.snapgram .story > .item-link > .item-preview { border-radius: 50%; padding: 2px; background: -o-radial-gradient(70% 70%, ellipse, #ee583f 8%, #d92d77 42%, #bd3381 58%); background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%); }

.stories.snapgram .story > .item-link > .item-preview img { border-radius: 50%; border: 3px solid #fff; }

.stories.snapgram .story.seen { opacity: 0.75; }

.stories.snapgram .story.seen > a > .item-preview { background: #999; }

.stories.snapgram .story.seen > a { color: #999 !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.3; 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 [class*="owl-"] { 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; background: rgba(174, 56, 148, 0.6); border: 1px solid transparent; outline: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .owl-nav-style .owl-theme .owl-nav [class*="owl-"] { width: 41px; height: 45px; font-size: 16px; border-radius: 11px; } }

@media (max-width: 991px) { .owl-nav-style .owl-theme .owl-nav [class*="owl-"] { width: 34px; height: 38px; font-size: 14px; border-radius: 8px; } }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover { background: #ae3894; -webkit-box-shadow: 0 15px 40px rgba(174, 56, 148, 0.3); box-shadow: 0 15px 40px rgba(174, 56, 148, 0.3); }

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav { position: absolute; top: 50%; right: 0; left: 0; }

@media (min-width: 992px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav { margin-top: -173px; } }

@media (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav { margin-top: -160px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav [class*="owl-"] { position: absolute; }

@media (min-width: 992px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev { left: -40px; } }

@media (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev { left: 10px; } }

@media (min-width: 992px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next { right: -40px; } }

@media (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next { right: 10px; } }

.owl-nav-style.ui-pos-bottom-right .owl-theme .owl-nav { right: 0; bottom: 0; position: relative; }

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

.owl-nav-style.ui-pos-bottom-left .owl-theme .owl-nav { bottom: 0; left: 0; position: relative; }

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

.owl-nav-style.ui-pos-bottom-center .owl-theme .owl-nav { position: relative; text-align: center; }

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

.owl-nav-style.ui-pos-top-right .owl-theme .owl-nav { top: 0; right: 0; }

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

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: -.22em; color: #fff; mix-blend-mode: normal; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.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 { height: 100vh; }

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

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

@media (min-width: 768px) and (max-width: 991px) { .slide, .slide-material { height: 600px; } }

.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-cover > 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%; position: relative; }

.slide-row { height: 100%; /*@include respond-to("max_mobile") { padding-top: $header-height-mobile; } @include respond-to("mobile_l") { padding-top: $header-height; }*/ }

@media (min-width: 768px) { .slide-row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media (max-width: 767px) { .slide-row { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 768px) { .slide-row > div:first-child { height: 100%; } }

@media (max-width: 767px) { .slide-row > div:first-child { height: 65%; } }

@media (max-width: 767px) { .slide-row > div:last-child { height: 35%; } }

.slide-tooltips { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding-top: 110px; }

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

.slide-tooltips .groups { width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.slide-tooltips .groups:nth-child(1) .item:nth-child(1) { top: 30px; }

.slide-tooltips .groups:nth-child(1) .item:nth-child(2) { right: 70px; }

.slide-tooltips .groups:nth-child(1) .item:nth-child(2) .btn { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); }

.slide-tooltips .groups:nth-child(2) .item:nth-child(1) { bottom: 10px; }

.slide-tooltips .groups:nth-child(2) .item:nth-child(1) .btn { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); }

.slide-tooltips .groups:nth-child(2) .item:nth-child(2) { right: 100px; }

.slide-tooltips .groups:nth-child(2) .item:nth-child(2) .btn { -webkit-transform: rotate(10deg); -ms-transform: rotate(10deg); transform: rotate(10deg); }

.slide-tooltips .item { position: relative; z-index: 3; }

.slide-tooltips .item .btn { width: 105px; height: 105px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-align: left; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #fff; -webkit-box-shadow: 0 15px 30px rgba(27, 60, 118, 0.15); box-shadow: 0 15px 30px rgba(27, 60, 118, 0.15); padding: 15px; color: #1b3c76; font-family: "Playfair Display", serif; border-radius: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.slide-tooltips .item .btn:hover { background-color: #2aa7ff; color: #fff; }

.slide-tooltips .item .btn:hover .icon { color: #fff; }

.slide-tooltips .item .btn .icon { color: #2aa7ff; margin-right: 10px; font-size: 16px; }

.slide-tooltips .item .btn .title { font-weight: 700; font-size: 14px; line-height: 1.3; }

.slide-photo { width: 100%; 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: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; }

@media (min-width: 992px) { .slide-photo { left: -120px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-photo { left: -50px; } }

.slide-photo__bg { position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-left: auto; margin-right: auto; border-radius: 50%; background: -webkit-gradient(linear, left top, left bottom, from(#fdecc6), color-stop(75%, transparent)) border-box; background: -o-linear-gradient(#fdecc6, transparent 75%) border-box; background: linear-gradient(#fdecc6, transparent 75%) border-box; -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)); -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }

@media (min-width: 992px) { .slide-photo__bg { width: 550px; height: 550px; margin-top: 120px; margin-left: -15px; } }

@media (min-width: 480px) { .slide-photo__bg { border: 60px solid transparent; } }

@media (max-width: 479px) { .slide-photo__bg { max-width: 390px; max-height: 390px; border: 40px solid transparent; } }

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

@media (max-width: 767px) { .slide-photo__bg { width: 93vw; height: 93vw; margin-top: 50px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-photo__bg { width: 380px; height: 380px; margin-top: 120px; } }

.slide-photo__wrapper { height: 100%; position: relative; z-index: 2; }

.slide-photo img { -o-object-fit: contain; object-fit: contain; -o-object-position: bottom center; object-position: bottom center; -webkit-filter: drop-shadow(0 -30px 60px rgba(27, 60, 118, 0.1)); filter: drop-shadow(0 -30px 60px rgba(27, 60, 118, 0.1)); }

@media (min-width: 768px) { .slide-photo img { width: 120%; height: calc(100% - 110px); } }

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

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

@media (min-width: 992px) { .slide-content { padding-left: 70px; margin-bottom: 70px; } }

@media (max-width: 767px) { .slide-content { text-align: center; padding-top: 15px; } }

.slide-content .heading { color: #1b3c76; font-size: 60px; font-weight: 900; font-family: "Playfair Display", serif; line-height: 1.1; max-width: 500px; }

@media (min-width: 768px) { .slide-content .heading { letter-spacing: -2px; } }

@media (max-width: 767px) { .slide-content .heading { letter-spacing: -1px; margin-left: auto; margin-right: auto; } }

@media (max-width: 479px) { .slide-content .heading { font-size: 28px; } }

@media (min-width: 480px) and (max-width: 767px) { .slide-content .heading { font-size: 42px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content .heading { font-size: 48px; } }

.slide-content .heading span { display: block; }

.slide-content .text { color: #77829d; font-size: 16px; font-family: helvetica neue; line-height: 1.7; }

@media (min-width: 1200px) { .slide-content .text { padding-right: 50px; margin-top: 30px; } }

@media (max-width: 991px) { .slide-content .text { font-size: 13px; margin-top: 15px; } }

@media (max-width: 767px) { .slide-content .text { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 46px; } }

@media (min-width: 1200px) { .slide-content .buttons-container { margin-top: 35px; } }

@media (max-width: 991px) { .slide-content .buttons-container { margin-top: 15px; } }

@media (max-width: 479px) { .slide-content .buttons-container .button { height: 35px; font-size: 12px; padding-left: 15px; padding-right: 15px; border-radius: 11px; } }

@media (max-width: 479px) { .slide-content .buttons-container .button .icon { font-size: 12px; } }

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

@media (max-width: 991px) { .slide-dots { 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; width: 100%; margin: -30px auto 0; }

@media (max-width: 1199px) { .slide-arrows { display: none; } }

.slide-arrows button { position: absolute; z-index: 3; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100px; height: 100px; font-size: 32px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.slide-arrows button::before { content: ""; position: absolute; top: -30px; right: 0; bottom: -30px; left: 0; z-index: -1; border: 1px solid rgba(27, 60, 118, 0.1); }

.slide-arrows button svg path { stroke-width: 1px !important; stroke: #1b3c76 !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 { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; left: -45px; padding-right: 14px; }

.slide-arrows button.prev::before { border-radius: 0 999px 999px 0; }

.slide-arrows button.next { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; right: -45px; padding-left: 14px; }

.slide-arrows button.next::before { border-radius: 999px 0 0 999px; }

.slide-list .slide-tooltips .item { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); opacity: 0; visibility: hidden; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

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

.slide-list li.is-effect .slide-photo { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.slide-list li.is-effect .slide-tooltips .item { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; }

.slide-list li.is-effect .slide-tooltips .item:nth-child(1) { -webkit-transition: .4s .1s; -o-transition: .4s .1s; transition: .4s .1s; }

.slide-list li.is-effect .slide-tooltips .item:nth-child(2) { -webkit-transition: .4s .2s; -o-transition: .4s .2s; transition: .4s .2s; }

.slide-photo { opacity: 0; visibility: hidden; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.slide-content .heading, .slide-content .text, .slide-content .buttons-container { opacity: 0; visibility: hidden; }

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

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

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

.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); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }

.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: 6px solid #fff; border-top: 6px solid #ffb300; 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: #1b3c76; 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: #2aa7ff; 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: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 14px; letter-spacing: .2px; font-family: helvetica neue; font-weight: 700; border-radius: 15px; height: 50px; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #fff; }

.button .icon { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button .icon:not(.ui-no-text) { font-size: 14px; }

.button .icon:not(.ui-no-text):not([class*="ui-pos-"]) { margin-left: 15px; }

.button .icon:not(.ui-no-text).ui-pos-left { margin-right: 15px; }

.button .icon.ui-no-text { font-size: 16px; }

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

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

.button:hover .icon { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.button:hover::after { height: 100%; top: 0; bottom: auto; }

.button .icon { color: #fff; }

.button:not([class*="ui-color-"]) { background: #2aa7ff; -webkit-box-shadow: 0 10px 50px rgba(42, 167, 255, 0.3); box-shadow: 0 10px 50px rgba(42, 167, 255, 0.3); }

.button::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.1); z-index: -1; height: 0; -webkit-transition: height .3s; -o-transition: height .3s; transition: height .3s; }

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

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

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

.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: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 14px; letter-spacing: .2px; font-family: helvetica neue; font-weight: 700; border-radius: 15px; height: 50px; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: 1px solid #fff; }

.button-border .icon { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button-border .icon:not(.ui-no-text) { font-size: 14px; }

.button-border .icon:not(.ui-no-text):not([class*="ui-pos-"]) { margin-left: 15px; }

.button-border .icon:not(.ui-no-text).ui-pos-left { margin-right: 15px; }

.button-border .icon.ui-no-text { font-size: 16px; }

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

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

.button-border:hover .icon { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.button-border:hover::after { height: 100%; top: 0; bottom: auto; }

.button-border.ui-border-dark { color: #77829d; border: 1px solid rgba(119, 130, 157, 0.08); }

.button-border.ui-border-dark .icon { color: #77829d; }

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

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

.button-inverse { 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: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 14px; letter-spacing: .2px; font-family: helvetica neue; font-weight: 700; border-radius: 15px; height: 50px; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button-inverse .icon { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button-inverse .icon:not(.ui-no-text) { font-size: 14px; }

.button-inverse .icon:not(.ui-no-text):not([class*="ui-pos-"]) { margin-left: 15px; }

.button-inverse .icon:not(.ui-no-text).ui-pos-left { margin-right: 15px; }

.button-inverse .icon.ui-no-text { font-size: 16px; }

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

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

.button-inverse:hover .icon { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.button-inverse:hover::after { height: 100%; top: 0; bottom: auto; }

.button-inverse:not([class*="ui-color-"]) { background-color: rgba(42, 167, 255, 0.1); color: #2aa7ff; }

.button-outline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #2aa7ff; font-family: helvetica neue; font-weight: 700; letter-spacing: .2px; position: relative; }

.button-outline:hover .icon:not(.ui-no-hover) { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }

.button-outline:not([class*="ui-size-"]) { font-size: 14px; }

.button-outline:not([class*="ui-size-"]) .icon { font-size: 12px; }

.button-outline.ui-size-small { font-size: 12px; }

.button-outline.ui-size-small .icon { font-size: 10px; }

.button-outline .icon { color: #2aa7ff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button-outline .icon:not([class*="ui-pos-"]) { margin-left: 10px; }

.button-outline .icon.ui-pos-left { margin-right: 10px; }

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

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

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: 18px; height: 18px; background: none; border: 2px solid rgba(119, 130, 157, 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: #4fd082; opacity: 0; visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

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

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

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

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: #2aa7ff; border-radius: 50%; opacity: 0; visibility: hidden; }

label.radio .text { color: #77829d; -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(119, 130, 157, 0.7); margin-left: 5px; }

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

select.selectbox { width: 100%; height: 60px; border: 2px solid transparent; border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: rgba(119, 130, 157, 0.8); font-size: 14px; 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 #4fd082; }

select.selectbox::-webkit-input-placeholder { /* Edge */ color: rgba(119, 130, 157, 0.8); }

select.selectbox:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(119, 130, 157, 0.8); }

select.selectbox::-moz-placeholder { color: rgba(119, 130, 157, 0.8); }

select.selectbox::-ms-input-placeholder { color: rgba(119, 130, 157, 0.8); }

select.selectbox::placeholder { color: rgba(119, 130, 157, 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; }

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

.breadcrumb.ui-style-bg { background-color: #fff; padding: 10px 30px; border-top-left-radius: 11px; border-top-right-radius: 11px; }

.breadcrumb:not(.ui-style-bg) { margin-top: 20px; }

.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: 12px; font-weight: 700; text-transform: capitalize; color: #2aa7ff; 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: 6px; height: 6px; 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 { color: #ae3894; }

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

.breadcrumb ul li a:not([href]) { opacity: .7; }

.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(42, 167, 255, 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); } }

.accordion:not(.ui-no-content) > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(3px) rotate(-90deg); -ms-transform: scale(1.2) translateX(3px) rotate(-90deg); transform: scale(1.2) translateX(3px) rotate(-90deg); }

.accordion.ui-no-content > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(3px); -ms-transform: scale(1.2) translateX(3px); transform: scale(1.2) translateX(3px); }

.accordion > ul > li { background: #fff; border: 1px solid rgba(119, 130, 157, 0.08); border-radius: 8px; margin-bottom: 15px; overflow: hidden; }

.accordion > ul > li:last-child { margin-bottom: 0; }

.accordion > ul > li.is-open, .accordion > ul > li:hover { border: 1px solid transparent; -webkit-box-shadow: 0 5px 5px rgba(119, 130, 157, 0.1); box-shadow: 0 5px 5px rgba(119, 130, 157, 0.1); }

.accordion > ul > li.is-open .accordion-header, .accordion > ul > li:hover .accordion-header { background: #f5fdf9; }

.accordion > ul > li.is-open .accordion-header .title, .accordion > ul > li:hover .accordion-header .title { color: #1b3c76; }

.accordion > ul > li.is-open .accordion-right > .icon { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.accordion-header { 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: 20px 25px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 479px) { .accordion-header { padding: 20px 17px; } }

@media (max-width: 991px) { .accordion-header { -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; } }

.accordion-header .title { color: #77829d; font-size: 16px; letter-spacing: -0.3px; font-weight: 600; line-height: 1.4; overflow: hidden; max-height: 43px; }

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

.accordion-right { margin-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 991px) { .accordion-right { margin-left: 0; margin-top: 5px; } }

.accordion-right > .icon { margin-top: 5px; color: #77829d; font-size: 13px; -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.accordion-right .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(119, 130, 157, 0.7); }

.accordion-right .date .icon { font-size: 12px; margin-right: 5px; }

.accordion-right .date .text { font-size: 11px; }

.accordion-content { padding-left: 35px; padding-right: 35px; display: none; }

.accordion-content .page-content__description { font-size: 14px; font-weight: 500; padding-top: 30px; padding-bottom: 30px; }

a.tooltip-card:hover { -webkit-transform: translateY(-10px) !important; -ms-transform: translateY(-10px) !important; transform: translateY(-10px) !important; }

.tooltip-card { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background-color: #fff; width: 175px; max-width: 100%; border-radius: 15px; padding: 30px 25px; text-align: center; }

.tooltip-card.ui-style-border { border: 1px solid rgba(27, 60, 118, 0.08); }

.tooltip-card.ui-pos-relative { display: block; }

.tooltip-card:not(.ui-pos-relative) { position: absolute; z-index: 3; }

.tooltip-card:not(.ui-pos-relative).ui-slide-01 { top: 250px; right: 50px; }

.tooltip-card:not(.ui-pos-relative).ui-slide-02 { bottom: 100px; left: -70px; }

.tooltip-card:not(.ui-pos-relative).ui-s_apponintment-01 { top: -40px; left: -15px; }

.tooltip-card:not(.ui-pos-relative).ui-s_apponintment-02 { bottom: -40px; right: -15px; }

.tooltip-card .icon { font-size: 28px; width: 65px; height: 65px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; }

.tooltip-card .icon:not([class*="ui-color-"]) { color: #ae3894; background-color: rgba(174, 56, 148, 0.1); }

.tooltip-card .icon.ui-color-1 { color: #ffb300; background-color: rgba(255, 179, 0, 0.1); }

.tooltip-card .heading { color: #1b3c76; font-size: 16px; font-family: "Playfair Display", serif; font-weight: 700; line-height: 1.2; margin-top: 14px; }

.tooltip-card .text { font-size: 13px; line-height: 1.35; margin-top: 10px; color: rgba(119, 130, 157, 0.7); }

.modal { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2003; background-color: rgba(27, 60, 118, 0.8); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.modal:not(.is-visible) { opacity: 0; visibility: hidden; }

.modal-wrapper { position: absolute; top: 0; right: 0; bottom: 0; background-color: #f5fdf9; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

@media (min-width: 992px) { .modal-wrapper { width: 46%; } }

@media (max-width: 479px) { .modal-wrapper { width: 100%; max-width: 390px; } }

@media (min-width: 480px) and (max-width: 767px) { .modal-wrapper { width: 80%; max-width: 500px; } }

@media (min-width: 768px) and (max-width: 991px) { .modal-wrapper { width: 60%; } }

.modal-wrapper:not(.is-visible) { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }

.modal-header { padding-left: 4.5vw; padding-right: 4.5vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

@media (min-width: 480px) { .modal-header { height: 150px; } }

@media (max-width: 479px) { .modal-header { height: 110px; } }

.modal-header > .icon { color: #ddedf6; font-size: 72px; }

@media (max-width: 767px) { .modal-header > .icon { display: none; } }

.modal-header .description { padding-bottom: 10px; font-family: "Playfair Display", serif; color: #1b3c76; line-height: 1.25; }

@media (min-width: 768px) { .modal-header .description { padding-left: 25px; } }

.modal-header .description .small-title { font-size: 28px; }

.modal-header .description .title { font-weight: 800; }

@media (min-width: 480px) { .modal-header .description .title { font-size: 24px; } }

@media (max-width: 479px) { .modal-header .description .title { font-size: 20px; } }

.modal-close { position: absolute; top: 50%; right: 4.5vw; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.modal-close .icon { color: #4fd082; font-size: 24px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(79, 208, 130, 0.1); border-radius: 11px; }

@media (min-width: 480px) { .modal-close .icon { width: 55px; height: 55px; } }

@media (max-width: 479px) { .modal-close .icon { width: 50px; height: 50px; } }

.modal-close .icon:hover { background-color: #4fd082; color: #fff; -webkit-box-shadow: 0 -10px 40px rgba(79, 208, 130, 0.3); box-shadow: 0 -10px 40px rgba(79, 208, 130, 0.3); }

.modal-content { padding-left: 4.5vw; padding-right: 4.5vw; overflow-y: auto; scrollbar-color: #4fd082 rgba(79, 208, 130, 0.1); scrollbar-width: thin; }

.modal-content::-webkit-scrollbar-track { background-color: rgba(79, 208, 130, 0.1); }

.modal-content::-webkit-scrollbar { width: 5px; }

.modal-content::-webkit-scrollbar-thumb { background-color: #4fd082; }

@media (min-width: 480px) { .modal-content { height: calc(100% - 220px - 20px); } }

@media (max-width: 479px) { .modal-content { padding-bottom: 75px; height: calc(100% - 165px - 20px); } }

.modal-footer { background-color: #4fd082; position: absolute; right: 0; bottom: 20px; left: 0; margin-left: auto; margin-right: auto; width: calc(100% - 9vw); border-radius: 11px; -webkit-box-shadow: 0 -10px 40px rgba(79, 208, 130, 0.3); box-shadow: 0 -10px 40px rgba(79, 208, 130, 0.3); }

.modal-footer ul li:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.15); }

.modal-footer ul li:first-child a { border-top-left-radius: 11px; border-bottom-left-radius: 11px; }

.modal-footer ul li:last-child a { border-top-right-radius: 11px; border-bottom-right-radius: 11px; }

.modal-footer ul li a { 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; color: #fff; letter-spacing: .1px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 480px) { .modal-footer ul li a { height: 70px; font-size: 16px; } }

@media (max-width: 479px) { .modal-footer ul li a { height: 55px; font-size: 14px; } }

.modal-footer ul li a:hover { background-color: #ae3894; }

.modal-footer ul li a .icon { margin-right: 10px; }

@media (max-width: 479px) { .services.ui-list .services-photo { height: auto; } }

@media (min-width: 1200px) { .services.ui-col-5 ul li { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }

.services.ui-gap-1 ul { row-gap: 30px; }

.services-card a { display: block; position: relative; }

.services-card a:hover .services-footer { -webkit-box-shadow: 0 10px 25px rgba(27, 60, 118, 0.1); box-shadow: 0 10px 25px rgba(27, 60, 118, 0.1); border: 1px solid transparent; }

.services-photo { overflow: hidden; border-top-left-radius: 11px; border-top-right-radius: 11px; height: 150px; }

.services-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.services-footer { border: 1px solid rgba(119, 130, 157, 0.1); border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; padding: 25px; height: 228px; position: relative; background-color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.services-footer .title { color: #1b3c76; font-family: "Playfair Display", serif; font-size: 16px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-height: 69px; }

.services-footer .text { color: rgba(119, 130, 157, 0.7); font-size: 13px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-height: 60px; margin-top: 10px; }

.services-footer .date { position: absolute; bottom: 25px; color: rgba(119, 130, 157, 0.4); font-size: 11px; }

.services-footer .date .icon { font-size: 11px; margin-right: 3px; }

.services-footer .date + .btn { right: 25px; }

.services-footer .btn { position: absolute; bottom: 25px; }

.card > a { display: block; position: relative; background-color: rgba(221, 237, 246, 0.2); border: 4px solid #fff; border-radius: 20px; padding: 30px; -webkit-box-shadow: 0 0 15px rgba(27, 60, 118, 0.08); box-shadow: 0 0 15px rgba(27, 60, 118, 0.08); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.card > a:hover { background-color: #fff; }

.card .dot { width: 30px; height: 30px; background-color: #2aa7ff; border-radius: 50%; position: absolute; top: 30px; left: -20px; }

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

.card .title { color: #1b3c76; font-family: "Playfair Display", serif; font-size: 18px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; }

.card .text { color: rgba(119, 130, 157, 0.7); font-size: 14px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; margin-top: 10px; }

.card-phone { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.card-phone:not(:last-child) { margin-bottom: 10px; }

.card-phone.ui-full-width { width: 100%; }

.card-phone.ui-full-width a { width: 100%; }

.card-phone:not([class*="ui-style-"]) a { background-color: #2aa7ff; border-radius: 15px; position: relative; z-index: 1; }

@media (min-width: 768px) { .card-phone:not([class*="ui-style-"]) a { padding: 20px 30px; } }

@media (max-width: 767px) { .card-phone:not([class*="ui-style-"]) a { padding: 15px 20px; } }

.card-phone:not([class*="ui-style-"]) a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.1); z-index: -1; height: 0; -webkit-transition: height .3s; -o-transition: height .3s; transition: height .3s; }

.card-phone:not([class*="ui-style-"]) a:hover::after { height: 100%; top: 0; bottom: auto; }

.card-phone:not([class*="ui-style-"]) .icon { background-color: rgba(255, 255, 255, 0.1); }

.card-phone:not([class*="ui-style-"]) .desc .heading { color: #fff; }

.card-phone:not([class*="ui-style-"]) .desc .text { color: #fff; }

.card-phone.ui-style-outline .icon { background-color: #4fd082; color: #fff; }

.card-phone.ui-style-outline .desc .heading { color: #4fd082; }

.card-phone.ui-style-outline .desc .text { color: #4fd082; }

.card-phone.ui-style-border a { border: 1px solid #2aa7ff; border-radius: 15px; position: relative; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 768px) { .card-phone.ui-style-border a { padding: 20px 30px; } }

@media (max-width: 767px) { .card-phone.ui-style-border a { padding: 15px 20px; } }

.card-phone.ui-style-border a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; background-color: rgba(42, 167, 255, 0.08); z-index: -1; height: 0; -webkit-transition: height .3s; -o-transition: height .3s; transition: height .3s; }

.card-phone.ui-style-border a:hover::after { height: 100%; top: 0; bottom: auto; }

.card-phone.ui-style-border .icon { background-color: #2aa7ff; color: #fff; }

.card-phone.ui-style-border .desc .heading { color: #2aa7ff; }

.card-phone.ui-style-border .desc .text { color: #2aa7ff; }

.card-phone a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.card-phone .icon { border-radius: 999px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 20px; }

@media (min-width: 768px) { .card-phone .icon { width: 55px; height: 55px; } }

@media (max-width: 767px) { .card-phone .icon { width: 50px; height: 50px; } }

.card-phone .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (min-width: 768px) { .card-phone .desc { padding-left: 20px; } }

@media (max-width: 767px) { .card-phone .desc { padding-left: 15px; } }

.card-phone .desc .heading { font-family: "Playfair Display", serif; line-height: 1.3; }

@media (min-width: 768px) { .card-phone .desc .heading { font-size: 18px; } }

@media (max-width: 767px) { .card-phone .desc .heading { font-size: 16px; } }

.card-phone .desc .text { margin-top: 5px; }

@media (min-width: 768px) { .card-phone .desc .text { font-size: 14px; } }

@media (max-width: 767px) { .card-phone .desc .text { font-size: 12px; } }

.card-phone .desc .text strong { font-weight: 700; margin-right: 5px; }

.gallery.ui-gap-1 ul { row-gap: 40px; }

.gallery.ui-gap-2 ul { row-gap: 20px; }

.gallery:not([class*="ui-size-"]) .gallery-card a:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0 25px 35px rgba(42, 167, 255, 0.09); box-shadow: 0 25px 35px rgba(42, 167, 255, 0.09); }

.gallery:not([class*="ui-size-"]) .gallery-card a:hover .gallery-body::before { opacity: .6; }

.gallery:not([class*="ui-size-"]) .gallery-cover { height: 315px; }

@media (min-width: 768px) { .gallery.ui-size-small .gallery-cover { height: 175px; } }

@media (max-width: 479px) { .gallery.ui-size-small .gallery-cover { height: 140px; } }

.gallery-card a { display: block; position: relative; -webkit-transition: -webkit-transform .15s ease-out, -webkit-box-shadow .15s ease-out; transition: -webkit-transform .15s ease-out, -webkit-box-shadow .15s ease-out; -o-transition: transform .15s ease-out, box-shadow .15s ease-out; transition: transform .15s ease-out, box-shadow .15s ease-out; transition: transform .15s ease-out, box-shadow .15s ease-out, -webkit-transform .15s ease-out, -webkit-box-shadow .15s ease-out; }

.gallery-card a:hover .gallery-cover img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

@media (min-width: 768px) { .gallery-card.ui-large .gallery-cover { height: 500px; }
  .gallery-card.ui-large .gallery-body { padding: 55px; }
  .gallery-card.ui-large .gallery-body .title { font-size: 36px; } }

.gallery-cover { overflow: hidden; border-radius: 15px; }

.gallery-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); }

.gallery-body { position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; padding: 35px; 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; }

.gallery-body::before, .gallery-body::after { content: ""; position: absolute; width: 100%; border-radius: 15px; left: 0; bottom: 0; }

.gallery-body::before { background: #ae3894; height: 100%; position: absolute; opacity: 0; z-index: 2; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.gallery-body::after { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1b3c76), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(bottom, #1b3c76 0, rgba(0, 0, 0, 0) 100%); background-image: linear-gradient(0deg, #1b3c76 0, rgba(0, 0, 0, 0) 100%); height: 70%; z-index: 1; opacity: .8; }

.gallery-body .title, .gallery-body .date { position: relative; z-index: 2; color: #fff; }

.gallery-body .title { font-size: 24px; font-family: "Playfair Display", serif; line-height: 1.3; font-weight: 700; letter-spacing: -0.7px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; }

.gallery-body .date { font-size: 13px; font-weight: 300; margin-top: 7px; }

.gallery-body .icon { position: absolute; width: 96px; height: 96px; border: 1px solid #fff; z-index: 3; 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; border-radius: 50%; font-size: 32px; color: #fff; }

.gallery-body .icon:not(.ui-small) { top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); margin-top: -50px; }

.gallery-body .icon.ui-small { top: 20px; right: 20px; width: 60px; height: 60px; font-size: 20px; }

.gallery-body .icon.ui-small::before { width: calc(60px + 20px); height: calc(60px + 20px); }

.gallery-body .icon.ui-small::after { border: 1px solid rgba(255, 255, 255, 0.3); width: calc(60px + 40px); height: calc(60px + 40px); }

.gallery-body .icon::before, .gallery-body .icon::after { content: ""; position: absolute; top: 50%; left: 50%; z-index: -1; border-radius: 50%; opacity: 0; -webkit-animation: pulsateVideoPlay 1.5s ease-out infinite; animation: pulsateVideoPlay 1.5s ease-out infinite; }

.gallery-body .icon::before { border: 1px solid rgba(255, 255, 255, 0.6); width: calc(96px + 20px); height: calc(96px + 20px); }

.gallery-body .icon::after { border: 1px solid rgba(255, 255, 255, 0.3); width: calc(96px + 40px); height: calc(96px + 40px); }

.header { position: absolute; top: 0; right: 0; left: 0; z-index: 1001; }

@media (min-width: 480px) { .header-container { height: 110px; -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: 479px) { .header-container { height: 80px; } }

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

@media (max-width: 991px) { .header-container { position: relative; } }

@media (min-width: 768px) and (max-width: 991px) { .header-logo { margin-left: 55px; } }

.header-logo h1 { margin: 0; }

.header-logo a:not(.ui-img) { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header-logo a:not(.ui-img) .icon { border-radius: 50%; background-color: #2aa7ff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

@media (min-width: 480px) { .header-logo a:not(.ui-img) .icon { width: 60px; height: 60px; font-size: 32px; } }

@media (max-width: 479px) { .header-logo a:not(.ui-img) .icon { width: 45px; height: 45px; font-size: 24px; } }

.header-logo a:not(.ui-img) .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #1b3c76; line-height: 1.25; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media (min-width: 480px) { .header-logo a:not(.ui-img) .desc { padding-left: 15px; } }

@media (max-width: 479px) { .header-logo a:not(.ui-img) .desc { padding-left: 10px; } }

.header-logo a:not(.ui-img) .desc .heading-1 { font-size: 10px; line-height: 1; letter-spacing: .5px; background-color: #ae3894; position: relative; z-index: 1; color: #fff; padding: 2px 10px 2px 5px; }

@media (min-width: 480px) { .header-logo a:not(.ui-img) .desc .heading-1 { border-radius: 5px; } }

@media (max-width: 479px) { .header-logo a:not(.ui-img) .desc .heading-1 { border-radius: 3px; } }

.header-logo a:not(.ui-img) .desc .heading-2 { font-weight: 900; letter-spacing: .2px; font-family: "Playfair Display", serif; }

@media (min-width: 480px) { .header-logo a:not(.ui-img) .desc .heading-2 { font-size: 20px; } }

@media (max-width: 479px) { .header-logo a:not(.ui-img) .desc .heading-2 { font-size: 16px; } }

.header-logo a:not(.ui-img) .desc .heading-3 { font-weight: 300; }

@media (min-width: 480px) { .header-logo a:not(.ui-img) .desc .heading-3 { font-size: 14px; letter-spacing: .9px; } }

@media (max-width: 479px) { .header-logo a:not(.ui-img) .desc .heading-3 { font-size: 11px; letter-spacing: .85px; } }

.header-logo a img { width: 270px; }

@media (max-width: 479px) { .header-logo a img { width: 200px; } }

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

.header-buttons:not(.ui-view-mobile) .item { position: relative; }

.header-buttons:not(.ui-view-mobile) .item:not(:last-child) { margin-right: 8px; }

.header-buttons:not(.ui-view-mobile) .item:hover .dropdown { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.header-buttons:not(.ui-view-mobile) .dropdown { position: absolute; left: 0; right: 0; background-color: #2696e6; margin-top: -20px; padding-top: 25px; padding-bottom: 7px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.header-buttons:not(.ui-view-mobile) .dropdown li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header-buttons:not(.ui-view-mobile) .dropdown li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; padding: 10px 13px; position: relative; z-index: 1; position: relative; will-change: transform, opacity; font-size: 13px; letter-spacing: .2px; }

.header-buttons:not(.ui-view-mobile) .dropdown li a::after { content: ""; position: absolute; z-index: -1; top: 0; right: 5px; bottom: 0; left: 5px; background-color: #ae3894; border-radius: 11px; -webkit-transform: scaleX(0.2); -ms-transform: scaleX(0.2); transform: scaleX(0.2); opacity: 0; -webkit-transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity; transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity; transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }

.header-buttons:not(.ui-view-mobile) .dropdown li a:hover::after { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.header-buttons:not(.ui-view-mobile) .dropdown li a .icon { font-size: 14px; margin-right: 10px; }

.header-buttons.ui-view-mobile { position: absolute; left: 10px; right: 10px; display: none; }

@media (max-width: 991px) { .header-buttons.ui-view-mobile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.header-buttons.ui-view-mobile .item .btn { 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; background-color: #4fd082; width: 40px; height: 40px; border-radius: 15px; -webkit-box-shadow: 0 5px 20px rgba(79, 208, 130, 0.3); box-shadow: 0 5px 20px rgba(79, 208, 130, 0.3); }

.header-buttons.ui-view-mobile .item .btn .icon { font-size: 20px; color: #fff; }

.header-buttons.ui-view-mobile .item .btn .icon svg { fill: #fff; }

.header-social { margin-right: 30px; }

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

.header-social a { 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; background-color: #fff; border-radius: 50%; width: 35px; height: 35px; -webkit-box-shadow: 0 5px 15px rgba(27, 60, 118, 0.1); box-shadow: 0 5px 15px rgba(27, 60, 118, 0.1); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.header-social a .icon { color: #77829d; font-size: 13px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.header-social a:hover { background-color: #2aa7ff; }

.header-social a:hover .icon { color: #fff; }

.header-social a:not(:last-child) { margin-right: 6px; }

.navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: -12px; margin-right: -12px; }

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

@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: 12px; padding-right: 12px; }

@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: #77829d; font-size: 14px; text-transform: uppercase; font-weight: 700; height: 110px; 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: 45px; left: 0; height: 3px; margin-left: auto; margin-right: auto; background: #95d3ff; width: 0; z-index: -1; -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-left: auto; margin-right: 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: #2aa7ff; }

.navigation-item:hover > a::before { width: 100%; }

.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 10px 40px rgba(27, 60, 118, 0.1); box-shadow: 0 10px 40px rgba(27, 60, 118, 0.1); min-width: 200px; 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: 14px; font-weight: 700; letter-spacing: -0.4px; padding: 12px 25px; color: #77829d; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

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

.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(245, 253, 249, 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); }

.nav-mobile { position: fixed; background: rgba(27, 60, 118, 0.8); left: 0; right: 0; top: 0; bottom: 0; z-index: 1111; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; opacity: 0; visibility: hidden; will-change: opacity; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.nav-mobile.is-visible { opacity: 1; visibility: visible; }

.nav-mobile__wrapper { background: #f5fdf9; width: 750px; max-height: 90vh; height: 100%; border-radius: 20px 20px 0 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; will-change: opacity, transform; }

@media (max-width: 767px) { .nav-mobile__wrapper { margin-left: auto; margin-right: auto; } }

@media (max-width: 479px) { .nav-mobile__wrapper { border-radius: 11px 11px 0 0; max-width: 390px; } }

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

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

.nav-mobile__header { position: relative; z-index: 2; }

.nav-mobile__header-body { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 60px; padding-right: 60px; height: 70px; border-bottom: 1px solid rgba(119, 130, 157, 0.06); }

@media (max-width: 479px) { .nav-mobile__header-body { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__header-logo { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

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

.nav-mobile__header-logo a img { width: 150px; -webkit-filter: invert(1) brightness(0); filter: invert(1) brightness(0); }

.nav-mobile__header-close { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: rgba(119, 130, 157, 0.6); }

.nav-mobile__header-close .icon { font-size: 24px; }

.nav-mobile__content { height: calc(100% - 120px); overflow-y: auto; }

.nav-mobile__content > ul { padding-top: 15px; padding-bottom: 15px; }

.nav-mobile__content > ul:not(:last-child) { border-bottom: 1px solid rgba(119, 130, 157, 0.06); }

.nav-mobile__content-list > li.is-open > a { background: #fff; }

.nav-mobile__content-list > li.is-open > a .heading .text { color: #ae3894; }

.nav-mobile__content-list > li.is-open > a .heading .icon { color: rgba(174, 56, 148, 0.3); }

.nav-mobile__content-list > li > a { padding: 15px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: -webkit-sticky; position: sticky; top: 0; }

@media (max-width: 479px) { .nav-mobile__content-list > li > a { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__content-list > li > a .icon.ui-plus { color: #ae3894; font-size: 20px; }

.nav-mobile__content-list > li > a .icon.ui-plus .fa-secondary { opacity: .1; }

.nav-mobile__content-list > li > a .heading { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav-mobile__content-list > li > a .heading .text { color: #1b3c76; font-size: 18px; font-weight: 900; font-family: "Playfair Display", serif; }

.nav-mobile__content-list > li > a .heading .icon { margin-right: 15px; font-size: 20px; color: rgba(27, 60, 118, 0.1); }

.nav-mobile__content-other { padding-left: 60px; padding-right: 60px; }

@media (max-width: 479px) { .nav-mobile__content-other { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__sub { display: none; background: rgba(119, 130, 157, 0.05); }

.nav-mobile__sub li { padding-left: 96px; }

@media (max-width: 479px) { .nav-mobile__sub li { padding-left: 50px; } }

.nav-mobile__sub li:not(:last-child) a { border-bottom: 1px solid rgba(119, 130, 157, 0.06); }

.nav-mobile__sub li a { color: #77829d; font-size: 16px; font-family: "Playfair Display", serif; display: block; padding: 10px 5px; }

.nav-mobile__footer { padding-left: 60px; padding-right: 60px; height: 50px; border-top: 1px solid rgba(119, 130, 157, 0.06); -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: 479px) { .nav-mobile__footer { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__footer a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: rgba(119, 130, 157, 0.6); font-size: 14px; }

.nav-mobile__footer a:not(:last-child) { margin-right: 20px; }

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

.footer { background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #f5fdf9)); background-image: -o-linear-gradient(transparent, #f5fdf9 50%); background-image: linear-gradient(transparent, #f5fdf9 50%); position: relative; overflow: hidden; }

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

@media (min-width: 768px) and (max-width: 991px) { .footer-row { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (max-width: 767px) { .footer-row > div .item { text-align: center; width: 100%; } }

.footer-row > div .item:not(:last-child) { margin-bottom: 30px; }

@media (max-width: 991px) { .footer-row > div { margin-bottom: 30px; } }

.footer-top .container, .footer-bottom .container { position: relative; z-index: 2; }

.footer-top .container { padding-top: 20px; }

@media (min-width: 768px) { .footer-top .container { padding-bottom: 70px; } }

@media (max-width: 767px) { .footer-top .container { padding-bottom: 40px; } }

.footer-heading { display: block; color: #1b3c76; font-size: 24px; font-weight: 700; line-height: 1.3; font-family: "Playfair Display", serif; margin-bottom: 15px; }

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

.footer-heading strong { font-weight: 800; }

.footer-text { color: rgba(119, 130, 157, 0.7); font-size: 14px; line-height: 1.6; }

.footer-social { margin-top: 20px; }

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

.footer-social a { 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; background-color: #fff; border-radius: 50%; width: 40px; height: 40px; -webkit-box-shadow: 0 5px 15px rgba(27, 60, 118, 0.1); box-shadow: 0 5px 15px rgba(27, 60, 118, 0.1); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.footer-social a .icon { color: #77829d; font-size: 14px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.footer-social a:hover { background-color: #2aa7ff; }

.footer-social a:hover .icon { color: #fff; }

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

@media (max-width: 767px) { .footer-links ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (max-width: 767px) { .footer-links ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } }

.footer-links ul li a { color: rgba(119, 130, 157, 0.7); font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 5px; padding-bottom: 5px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.footer-links ul li a:hover { color: #77829d; }

.footer-links ul li a::before { content: ""; display: inline-block; border-right: 1px solid #77829d; border-top: 1px solid #77829d; width: 7px; height: 7px; margin-right: 10px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); opacity: .5; }

@media (max-width: 767px) { .footer-tooltips .row { margin-left: -5px; margin-right: -5px; } }

@media (max-width: 767px) { .footer-tooltips .row > div { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-left: 5px; padding-right: 5px; } }

.footer-bottom { border-top: 1px solid rgba(119, 130, 157, 0.1); }

.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; position: relative; height: 100px; padding-left: 40px; padding-right: 40px; }

.footer-bottom .container::after { content: ""; position: absolute; right: 10px; bottom: 0; left: 10px; background: #4fd082; height: 20px; border-radius: 99px 99px 0 0; }

.footer-bottom .container .text { font-size: 13px; color: rgba(119, 130, 157, 0.5); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.footer-sticky { background-color: #ae3894; position: fixed; right: 10px; bottom: 0; left: 10px; margin-left: auto; margin-right: auto; border-top-left-radius: 11px; border-top-right-radius: 11px; -webkit-box-shadow: 0 -10px 40px rgba(174, 56, 148, 0.3); box-shadow: 0 -10px 40px rgba(174, 56, 148, 0.3); z-index: 200; display: none; }

@media (max-width: 767px) { .footer-sticky { display: block; } }

@media (max-width: 767px) { .footer-sticky { max-width: 390px; } }

.footer-sticky ul li:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.15); }

.footer-sticky ul li:first-child a { border-top-left-radius: 11px; border-bottom-left-radius: 11px; }

.footer-sticky ul li:last-child a { border-top-right-radius: 11px; border-bottom-right-radius: 11px; }

.footer-sticky ul li a { 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; color: #fff; letter-spacing: .1px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; height: 55px; font-size: 14px; }

.footer-sticky ul li a:hover { background-color: #ae3894; }

.footer-sticky ul li a .icon { margin-right: 10px; }

.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: #2aa7ff; 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: #2aa7ff; }

.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 transparent; border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: rgba(119, 130, 157, 0.7); font-size: 14px; 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 #4fd082; }

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder { /* Edge */ color: rgba(119, 130, 157, 0.7); }

.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(119, 130, 157, 0.7); }

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder { color: rgba(119, 130, 157, 0.7); }

.form-field input::-ms-input-placeholder, .form-field textarea::-ms-input-placeholder { color: rgba(119, 130, 157, 0.7); }

.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(119, 130, 157, 0.7); }

.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; width: 100%; }

@media (min-width: 480px) { .form-footer { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (max-width: 479px) { .form-footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media (max-width: 479px) { .form-footer .form-kvkk { margin-bottom: 20px; } }

.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: #4fd082; height: 60px; min-width: 150px; 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: "Playfair Display", serif; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; will-change: transform; }

.form-send > input:hover { background-color: #ae3894; }

.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: 14px; 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; }

.list-shortcuts ul li:not(:last-child) { margin-bottom: 25px; }

.list-shortcuts ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.list-shortcuts ul li a > .icon { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; color: #4fd082; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 480px) { .list-shortcuts ul li a > .icon { width: 80px; height: 80px; border-radius: 26px; font-size: 36px; } }

@media (max-width: 479px) { .list-shortcuts ul li a > .icon { width: 60px; height: 60px; font-size: 24px; border-radius: 15px; } }

.list-shortcuts ul li a:hover > .icon { background-color: #4fd082; color: #fff; -webkit-box-shadow: 0 15px 40px rgba(79, 208, 130, 0.3); box-shadow: 0 15px 40px rgba(79, 208, 130, 0.3); }

.list-shortcuts ul li a .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (min-width: 480px) { .list-shortcuts ul li a .desc { padding-left: 25px; } }

@media (max-width: 479px) { .list-shortcuts ul li a .desc { padding-left: 15px; } }

.list-shortcuts ul li a .desc .title { color: #1b3c76; font-size: 14px; font-weight: 700; line-height: 1.4; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 480px) { .list-shortcuts ul li a .desc .title { font-size: 14px; } }

@media (max-width: 479px) { .list-shortcuts ul li a .desc .title { font-size: 13px; } }

.list-shortcuts ul li a .desc .text { color: rgba(119, 130, 157, 0.7); margin-top: 2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; }

@media (min-width: 480px) { .list-shortcuts ul li a .desc .text { font-size: 13px; } }

@media (max-width: 479px) { .list-shortcuts ul li a .desc .text { font-size: 12px; } }

.list-news.ui-list-single ul li:not(:last-child) { margin-bottom: 25px; }

.list-news.ui-gap-1 ul { row-gap: 30px; }

.list-news ul li a { display: block; position: relative; }

.list-news .photo { overflow: hidden; border-radius: 15px; }

@media (min-width: 768px) { .list-news .photo { height: 220px; } }

@media (max-width: 767px) { .list-news .photo { height: auto; } }

.list-news .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.list-news .description { padding-left: 25px; padding-right: 25px; padding-top: 25px; }

.list-news .description .title { color: #1b3c76; font-size: 20px; letter-spacing: -0.7px; line-height: 1.35; font-weight: 700; font-family: "Playfair Display", serif; }

.list-news .description .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(119, 130, 157, 0.5); font-size: 13px; font-weight: 600; }

.list-news .description .date .icon { margin-right: 10px; color: rgba(119, 130, 157, 0.3); font-size: 14px; }

body { font-family: helvetica neue; font-size: 16px; line-height: 1.6; font-weight: 400; color: #77829d; letter-spacing: -0.2px; overflow-x: hidden; }

body.ui-bg { background: #f5fdf9; }

body.is-scroll { overflow: hidden; }

.shapes { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.shapes .container { height: 100%; }

.shapes .radial { position: absolute; z-index: 1; border-radius: 50%; }

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

.shapes .radial.ui-slide-01 { width: 60vw; height: 60vw; background: -o-radial-gradient(closest-side, #ffb300, transparent); background: radial-gradient(closest-side, #ffb300, transparent); bottom: -15vw; left: -10vw; opacity: .2; }

.shapes .radial.ui-slide-02 { width: 50vw; height: 50vw; background: -o-radial-gradient(closest-side, #4fd082, transparent); background: radial-gradient(closest-side, #4fd082, transparent); bottom: -15vw; right: -15vw; opacity: .15; }

.shapes .radial.ui-slide-03 { width: 40vw; height: 40vw; background: -o-radial-gradient(closest-side, #2aa7ff, transparent); background: radial-gradient(closest-side, #2aa7ff, transparent); top: -15vw; right: -5vw; opacity: .1; }

.shapes .radial.ui-slide-04 { width: 40vw; height: 40vw; background: -o-radial-gradient(closest-side, #4fd082, transparent); background: radial-gradient(closest-side, #4fd082, transparent); top: -15vw; left: -10vw; opacity: .1; }

.shapes .radial.ui-s_appointment-01 { width: 50vw; height: 50vw; background: -o-radial-gradient(closest-side, #ffb300, transparent); background: radial-gradient(closest-side, #ffb300, transparent); bottom: 3vw; left: 5vw; opacity: .2; }

.shapes .radial.ui-s_appointment-02 { width: 50vw; height: 50vw; background: -o-radial-gradient(closest-side, #2aa7ff, transparent); background: radial-gradient(closest-side, #2aa7ff, transparent); top: -10vw; right: -20vw; opacity: .1; }

.shapes .radial.ui-s_appointment-03 { width: 50vw; height: 50vw; background: -o-radial-gradient(closest-side, #4fd082, transparent); background: radial-gradient(closest-side, #4fd082, transparent); bottom: -15vw; right: -15vw; opacity: .15; }

.shapes .radial.ui-footer-01 { width: 50vw; height: 50vw; background: -o-radial-gradient(closest-side, #4fd082, transparent); background: radial-gradient(closest-side, #4fd082, transparent); bottom: -15vw; left: -15vw; opacity: .12; }

.shapes .radial.ui-footer-02 { width: 50vw; height: 50vw; background: -o-radial-gradient(closest-side, #ffb300, transparent); background: radial-gradient(closest-side, #ffb300, transparent); bottom: -15vw; right: -15vw; opacity: .1; }

.shapes .radial.ui-s_multimedia-01 { width: 60vw; height: 60vw; background: -o-radial-gradient(closest-side, #4fd082, transparent); background: radial-gradient(closest-side, #4fd082, transparent); top: -20vw; right: -30vw; opacity: .15; }

.shapes .radial.ui-s_multimedia-02 { width: 55vw; height: 55vw; background: -o-radial-gradient(closest-side, #ae3894, transparent); background: radial-gradient(closest-side, #ae3894, transparent); bottom: -25vw; left: -25vw; opacity: .1; }

.shapes .geometry { border-radius: 50%; position: absolute; }

.shapes .geometry.ui-slide-01 { -webkit-filter: blur(2px); filter: blur(2px); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(15%, transparent), to(#4fd082)); background-image: -o-linear-gradient(top left, transparent 15%, #4fd082); background-image: linear-gradient(to bottom right, transparent 15%, #4fd082); }

@media (min-width: 992px) { .shapes .geometry.ui-slide-01 { top: 200px; left: 5vw; width: 80px; height: 80px; } }

@media (max-width: 479px) { .shapes .geometry.ui-slide-01 { bottom: 120px; left: 15px; width: 60px; height: 60px; } }

.shapes .geometry.ui-slide-02 { -webkit-filter: blur(5px); filter: blur(5px); background-image: -webkit-gradient(linear, right top, left bottom, color-stop(15%, transparent), to(#ffb300)); background-image: -o-linear-gradient(top right, transparent 15%, #ffb300); background-image: linear-gradient(to bottom left, transparent 15%, #ffb300); }

@media (min-width: 992px) { .shapes .geometry.ui-slide-02 { top: 140px; right: 10vw; width: 110px; height: 110px; } }

@media (max-width: 479px) { .shapes .geometry.ui-slide-02 { bottom: 180px; right: 10px; width: 80px; height: 80px; } }

.shapes .geometry.ui-s_appointment-01 { bottom: -40px; left: -40px; width: 80px; height: 80px; -webkit-filter: blur(2px); filter: blur(2px); background-image: -webkit-gradient(linear, right top, left bottom, color-stop(15%, transparent), to(#ffb300)); background-image: -o-linear-gradient(top right, transparent 15%, #ffb300); background-image: linear-gradient(to bottom left, transparent 15%, #ffb300); }

.shapes .geometry.ui-s_appointment-02 { top: -55px; right: -55px; width: 110px; height: 110px; -webkit-filter: blur(5px); filter: blur(5px); background-image: -webkit-gradient(linear, left bottom, right top, color-stop(15%, transparent), to(#4fd082)); background-image: -o-linear-gradient(bottom left, transparent 15%, #4fd082); background-image: linear-gradient(to top right, transparent 15%, #4fd082); opacity: .5; }

.shapes .figure { position: absolute; z-index: 2; }

@media (max-width: 991px) { .shapes .figure[class*="ui-slide-"] { display: none; } }

.shapes .figure.ui-slide-01 { bottom: 2vw; left: 44vw; -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg); }

.shapes .figure.ui-slide-01 svg { font-size: 96px; }

.shapes .figure.ui-slide-01 svg path, .shapes .figure.ui-slide-01 svg ellipse { fill: #ae3894 !important; }

.shapes .figure.ui-s_appointment-01 { bottom: -50px; left: 22px; }

.shapes .figure.ui-s_appointment-01 svg { font-size: 96px; }

.shapes .figure.ui-s_appointment-01 svg path, .shapes .figure.ui-s_appointment-01 svg ellipse { fill: #4fd082 !important; }

.small-title:not(.ui-not) { position: relative; display: block; text-transform: uppercase; font-size: 11px; line-height: 1.3; color: #2aa7ff; font-weight: 600; letter-spacing: 2px; }

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

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

.section-header:not([class*="ui-txt-size-"]) .title { font-size: 42px; }

@media (max-width: 479px) { .section-header:not([class*="ui-txt-size-"]) .title { font-size: 32px; } }

@media (min-width: 480px) { .section-header.ui-txt-size-large .title { font-size: 54px; } }

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

.section-header.ui-txt-size-small .title { font-size: 32px; }

.section-header .title { color: #1b3c76; font-weight: 700; line-height: 1.3; font-family: "Playfair Display", serif; }

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

.section-header .text { line-height: 1.6; color: rgba(119, 130, 157, 0.7); margin-top: 10px; }

.section-header .text:not(.ui-no-center) { max-width: 600px; }

@media (min-width: 992px) { .section-header .text:not(.ui-no-center) { margin-left: auto; margin-right: auto; } }

@media (min-width: 480px) { .section-header .text { font-size: 16px; } }

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

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

.hero { position: relative; z-index: 1; }

@media (max-width: 767px) { .hero { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media (min-width: 768px) { .hero .shapes { bottom: 200px; } }

.hero .shapes .geometry { z-index: 2; }

.hero-bg { background-color: #f5fdf9; position: absolute; top: 0; right: 0; left: 0; }

@media (min-width: 1200px) { .hero-bg:not(.ui-style-1) { height: calc(100vh); } }

@media (max-width: 479px) { .hero-bg:not(.ui-style-1) { height: calc( 500px + 200px); } }

@media (min-width: 480px) and (max-width: 767px) { .hero-bg:not(.ui-style-1) { height: calc( 750px + 220px); } }

@media (min-width: 768px) and (max-width: 991px) { .hero-bg:not(.ui-style-1) { height: 600px; } }

@media (min-width: 992px) and (max-width: 1199px) { .hero-bg:not(.ui-style-1) { height: 100%; } }

@media (min-width: 992px) { .hero-bg:not(.ui-style-1)::before { height: calc(100% - 160px); } }

@media (max-width: 991px) { .hero-bg:not(.ui-style-1)::before { height: 100%; } }

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

@media (min-width: 768px) { .hero-wrapper { bottom: 200px; } }

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

.hero-container { height: 100%; position: relative; }

.hero-row { height: 100%; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.hero-search { position: relative; z-index: 2; margin-bottom: 70px; }

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

@media (min-width: 1200px) { .hero-search { padding-left: 70px; } }

.hero-search form { position: relative; width: 100%; }

.hero-search input { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: transparent; height: 80px; width: 100%; color: #77829d; border: 1px solid rgba(119, 130, 157, 0.15); font-family: "Playfair Display", serif; font-size: 16px; padding-left: 30px; border-radius: 15px; }

.hero-search input::-webkit-input-placeholder { /* Edge */ color: #77829d; }

.hero-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #77829d; }

.hero-search input::-moz-placeholder { color: #77829d; }

.hero-search input::-ms-input-placeholder { color: #77829d; }

.hero-search input::placeholder { color: #77829d; }

@media (min-width: 768px) and (max-width: 991px) { .hero-search input { height: 70px; font-size: 14px; padding-left: 25px; } }

.hero-search .icon { position: absolute; top: 10px; right: 10px; bottom: 10px; background-color: #ce88bf; color: #fff; width: 70px; -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; border-radius: 15px; cursor: pointer; }

@media (min-width: 768px) and (max-width: 991px) { .hero-search .icon { width: 60px; font-size: 24px; } }

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

.section-link .text { color: #77829d; font-size: 14px; }

.section-link .text a { color: #ae3894; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border: 1px solid #ae3894; border-radius: 8px; padding-left: 10px; padding-right: 10px; font-weight: 700; }

.section-stories { position: relative; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 768px) { .section-stories { height: 200px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media (max-width: 767px) { .section-stories { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } }

@media (max-width: 479px) { .section-stories { height: 200px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-stories { height: 220px; } }

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

@media (min-width: 768px) { .section-services .container { padding-top: 30px; } }

@media (max-width: 767px) { .section-services .container { padding-top: 60px; } }

.section-services__nav { margin-top: 30px; }

@media (max-width: 767px) { .section-services__nav ul { overflow-x: auto; } }

.section-services__nav ul li { padding-left: 5px; padding-right: 5px; }

@media (min-width: 768px) { .section-services__nav ul li { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } }

@media (max-width: 767px) { .section-services__nav ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } }

.section-services__nav ul li:not(.is-current) a { background-color: rgba(42, 167, 255, 0.1); color: #2aa7ff; }

.section-services__nav ul li.is-current a { background-color: #2aa7ff; color: #fff; -webkit-box-shadow: 0 15px 40px rgba(42, 167, 255, 0.3); box-shadow: 0 15px 40px rgba(42, 167, 255, 0.3); }

.section-services__nav ul li:not(.is-current):hover a { background-color: rgba(42, 167, 255, 0.2); }

.section-services__nav ul li a { border-radius: 11px; 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; height: 55px; font-size: 13px; font-weight: 500; line-height: 1.3; padding-left: 10px; padding-right: 10px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.section-services__nav ul li a span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; }

.section-services .services { margin-top: 10px; }

@media (max-width: 767px) { .section-services .services { margin-left: 0 !important; margin-right: 0 !important; } }

@media (max-width: 767px) { .section-services .services .owl-stage { padding-left: 0 !important; } }

@media (min-width: 768px) { .section-services .services .owl-item { margin-bottom: 80px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .section-services .services .owl-item:not(.active) { opacity: 0; } }

@media (max-width: 767px) { .section-services .services .owl-item { margin-bottom: 60px; } }

.section-multimedia .container { position: relative; }

@media (min-width: 768px) { .section-multimedia .container { padding-top: 120px; padding-bottom: 50px; } }

@media (max-width: 767px) { .section-multimedia .container { padding-top: 80px; padding-bottom: 80px; } }

.section-multimedia .container > .row { position: relative; z-index: 3; }

@media (min-width: 768px) { .section-multimedia .container > .row { row-gap: 30px; } }

@media (max-width: 767px) { .section-multimedia .container > .row { row-gap: 10px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-multimedia .container > .row > div:nth-child(5) { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

@media (min-width: 768px) and (max-width: 991px) { .section-multimedia .container > .row > div:nth-child(5) { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

.section-multimedia .container .buttons-container .btn:not(:last-child) { margin-right: 10px; }

.section-multimedia .section-header { padding-top: 20px; }

@media (min-width: 992px) { .section-multimedia .section-header { padding-left: 75px; } }

@media (max-width: 767px) { .section-multimedia .section-header { margin-bottom: 20px; } }

.section-news .container { position: relative; }

.section-news .news { margin-top: 40px; }

@media (max-width: 767px) { .section-news .news { margin-left: 0 !important; margin-right: 0 !important; } }

@media (max-width: 767px) { .section-news .news .owl-stage { padding-left: 0 !important; } }

@media (min-width: 768px) { .section-news .news .owl-item { margin-bottom: 80px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .section-news .news .owl-item:not(.active) { opacity: 0; } }

@media (max-width: 767px) { .section-news .news .owl-item { margin-bottom: 50px; } }

@media (min-width: 992px) { .section-news .buttons-container { position: absolute; right: 10px; top: 10px; } }

@media (max-width: 991px) { .section-news .buttons-container { text-align: center; margin-bottom: 40px; } }

@media (min-width: 1200px) { .section-explore { padding-bottom: 80px; } }

@media (max-width: 991px) { .section-explore { padding-bottom: 70px; } }

.section-explore .section-link { position: relative; }

@media (max-width: 991px) { .section-explore .section-link { margin-top: 30px; } }

@media (min-width: 1200px) { .section-explore__wrapper { margin-top: -30px; min-height: 810px; } }

@media (max-width: 991px) { .section-explore__wrapper { margin-top: 30px; } }

@media (max-width: 991px) { .section-explore__wrapper > .row > div:not(:first-child):not(:last-child) { display: none; } }

@media (max-width: 767px) { .section-explore__wrapper > .row > div:not(:last-child) { margin-bottom: 15px; } }

.section-explore__middle { position: relative; }

.section-explore__list { position: relative; z-index: 2; }

@media (min-width: 1200px) { .section-explore__list { margin-top: 120px; } }

@media (min-width: 992px) { .section-explore__list ul li:not(:last-child) { margin-bottom: 40px; } }

@media (max-width: 991px) { .section-explore__list ul li:not(:last-child) { margin-bottom: 15px; } }

@media (min-width: 992px) { .section-explore__list:not([class*="ui-layout-"]) { padding-right: 60px; } }

.section-explore__list:not([class*="ui-layout-"]) ul li:nth-child(2) .card .dot { background-color: #4fd082; }

.section-explore__list:not([class*="ui-layout-"]) ul li:nth-child(3) .card .dot { background-color: #ffb300; }

@media (min-width: 992px) { .section-explore__list.ui-layout-right { padding-left: 60px; } }

.section-explore__list.ui-layout-right .card .dot { right: -20px; left: auto; }

.section-explore__list.ui-layout-right ul li:nth-child(1) .card .dot { background-color: #ffb300; }

.section-explore__list.ui-layout-right ul li:nth-child(2) .card .dot { background-color: #4fd082; }

.section-explore__photo { z-index: 1; }

@media (min-width: 992px) { .section-explore__photo { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 50px; width: 750px; height: 750px; } }

.section-explore__photo::after { content: ""; background-color: #ae3894; position: absolute; z-index: -1; right: 140px; bottom: 0; left: 140px; height: 50%; border-radius: 40px; }

.section-explore__photo::before { content: ""; position: absolute; width: 55vw; height: 55vw; background: -o-radial-gradient(closest-side, #ae3894, transparent); background: radial-gradient(closest-side, #ae3894, transparent); top: -50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; opacity: .25; }

.section-explore__photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

@media (min-width: 1200px) { .section-explore-2 .container { padding-top: 250px; } }

@media (max-width: 991px) { .section-explore-2 .container { padding-top: 60px; } }

.section-explore-2__content { background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #f5fdf9)); background-image: -o-linear-gradient(transparent, #f5fdf9 50%); background-image: linear-gradient(transparent, #f5fdf9 50%); border-radius: 15px; min-height: 500px; }

.section-explore-2__content .photo { overflow: hidden; border-radius: 0 200px 400px 21px; -webkit-box-shadow: 30px 30px 60px #d1e9dc; box-shadow: 30px 30px 60px #d1e9dc; }

@media (min-width: 768px) { .section-explore-2__content .photo { height: 450px; } }

@media (max-width: 767px) { .section-explore-2__content .photo { height: auto; } }

.section-explore-2__content .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section-explore-2__content > .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 768px) { .section-explore-2__content > .row { margin-top: 70px; } }

@media (max-width: 767px) { .section-explore-2__content > .row { margin-top: 40px; } }

.section-explore-2__content .list-shortcuts { padding-bottom: 50px; }

@media (min-width: 1200px) { .section-explore-2__content .list-shortcuts { padding-right: 75px; } }

@media (max-width: 767px) { .section-explore-2__content .list-shortcuts { margin-top: 40px; padding-left: 30px; padding-right: 30px; } }

.section-appointment { background-color: #f5fdf9; }

.section-appointment .container { position: relative; z-index: 2; }

@media (min-width: 1200px) { .section-appointment .container { padding-top: 100px; padding-bottom: calc(250px / 2); } }

@media (max-width: 991px) { .section-appointment .container { padding-top: 80px; padding-bottom: 80px; } }

.section-appointment .container > .row.ui-top { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { .section-appointment .container > .row.ui-top { margin-left: -70px; margin-right: -70px; margin-bottom: 180px; } }

@media (min-width: 992px) { .section-appointment .container > .row.ui-top > div { padding-left: 70px; padding-right: 70px; } }

.section-appointment__photo { overflow: hidden; border-radius: 11px; }

@media (min-width: 992px) { .section-appointment__photo { height: 385px; } }

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

@media (max-width: 991px) { .section-appointment .tooltips { display: none; } }

@media (max-width: 991px) { .section-appointment .shapes { display: none; } }

@media (min-width: 992px) { .section-appointment__info { padding-left: 30px; } }

@media (max-width: 991px) { .section-appointment__info { padding-top: 30px; } }

.section-appointment__info .section-header .text { margin-top: 30px; }

.section-appointment__info .card-phone { margin-top: 40px; }

@media (min-width: 992px) { .section-appointment__apply { position: absolute; right: 10px; bottom: calc(-1 * (250px / 2)); left: 10px; } }

@media (max-width: 991px) { .section-appointment__apply { margin-top: 30px; } }

.section-appointment__apply-content { width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; position: relative; z-index: 1; border-radius: 11px; -webkit-box-shadow: 0 40px 60px rgba(27, 60, 118, 0.1); box-shadow: 0 40px 60px rgba(27, 60, 118, 0.1); padding-left: 60px; padding-right: 60px; }

@media (min-width: 768px) { .section-appointment__apply-content { height: 250px; } }

@media (max-width: 767px) { .section-appointment__apply-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; padding-top: 50px; padding-bottom: 50px; } }

@media (max-width: 767px) { .section-appointment__apply-content > *:not(:last-child) { margin-bottom: 30px; } }

.section-appointment__apply-content > .icon { width: 150px; height: 150px; background-color: rgba(221, 237, 246, 0.5); 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; color: #1b3c76; font-size: 66px; }

@media (min-width: 768px) and (max-width: 991px) { .section-appointment__apply-content > .icon { display: none; } }

@media (min-width: 992px) { .section-appointment__apply-content .description { padding-left: 50px; padding-left: 50px; } }

@media (min-width: 768px) { .section-appointment__apply-content .description { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } }

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

.inner-page__header { position: relative; }

.inner-page__photo { overflow: hidden; border-radius: 32% 68% 0% 100% / 78% 0% 100% 35%; }

@media (min-width: 768px) { .inner-page__photo { width: 50%; position: absolute; top: 110px; bottom: 0; right: 0; height: calc( 100% - 110px); } }

@media (min-width: 1200px) { .inner-page__photo { right: -50px; } }

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

.inner-page__photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.inner-page__heading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #f5fdf9), to(transparent)); background-image: -o-linear-gradient(#f5fdf9 80%, transparent); background-image: linear-gradient(#f5fdf9 80%, transparent); }

.inner-page__heading.ui-style-relative { position: relative; }

.inner-page__heading .container { 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; }

@media (min-width: 480px) { .inner-page__heading .container { padding-top: calc(110px + 40px); } }

@media (max-width: 479px) { .inner-page__heading .container { padding-top: calc(80px + 40px); } }

.inner-page__heading .container:not(.ui-no-center) { -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

@media (min-width: 768px) { .inner-page__heading .container:not(.ui-no-center) { padding-bottom: 50px; } }

.inner-page__heading .container:not(.ui-no-center) .title { margin-left: auto; margin-right: auto; }

.inner-page__heading .container:not(.ui-no-center) .breadcrumb ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.inner-page__heading .container.ui-no-center:not(.ui-style-photo) { padding-bottom: 80px; }

@media (min-width: 768px) { .inner-page__heading .container.ui-no-center.ui-style-photo { height: 600px; padding-bottom: 60px; } }

@media (max-width: 767px) { .inner-page__heading .container.ui-no-center.ui-style-photo { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.inner-page__heading .title, .inner-page__heading .text, .inner-page__heading .breadcrumb { position: relative; z-index: 2; }

.inner-page__heading .title { color: #1b3c76; font-family: "Playfair Display", serif; font-weight: 900; line-height: 1.15; }

.inner-page__heading .title:not([class*="ui-size-txt-"]) { font-size: 54px; letter-spacing: -1.5px; max-width: 500px; }

@media (max-width: 479px) { .inner-page__heading .title:not([class*="ui-size-txt-"]) { font-size: 32px; } }

@media (min-width: 480px) { .inner-page__heading .title.ui-size-txt-small { font-size: 42px; letter-spacing: -1px; max-width: 450px; } }

@media (max-width: 479px) { .inner-page__heading .title.ui-size-txt-small { font-size: 32px; } }

.inner-page__heading .text { color: #1b3c76; font-size: 16px; line-height: 1.6; margin-top: 10px; max-width: 500px; }

.inner-page__heading .text:not([class*="ui-size-txt-"]) { max-width: 500px; }

@media (min-width: 768px) { .inner-page__heading .text:not([class*="ui-size-txt-"]) { font-size: 16px; } }

@media (max-width: 479px) { .inner-page__heading .text:not([class*="ui-size-txt-"]) { font-size: 13px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__heading .text:not([class*="ui-size-txt-"]) { font-size: 16px; } }

.inner-page__heading .text.ui-size-txt-small { font-size: 14px; max-width: 450px; }

.inner-page__heading .breadcrumb.ui-style-bg { position: absolute; bottom: 0; }

.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: #1b3c76; }

.inner-page__nav ul li:not(.heading):hover a, .inner-page__nav ul li:not(.heading).is-current a { color: #77829d; }

.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(119, 130, 157, 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: #2aa7ff; 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 (max-width: 767px) { .inner-page__row { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@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.ui-gutter-15 > div { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 1199px) { .inner-page__row.ui-gutter-15 > div { padding-left: 10px; padding-right: 10px; } }

@media (min-width: 1200px) { .inner-page__row.ui-gutter > div { padding-left: 20px; padding-right: 20px; } }

@media (max-width: 1199px) { .inner-page__row.ui-gutter > div { padding-left: 20px; padding-right: 20px; } }

@media (min-width: 768px) { .inner-page__row.ui-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 71%; flex: 0 0 71%; max-width: 71%; }

@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% - 71%); flex: 0 0 calc(100% - 71%); max-width: calc(100% - 71%); }

@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__sidebar > div:not(:last-child) { margin-bottom: 10px; }

.inner-page__content { min-height: 700px; }

.page-content__header { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }

@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 .title { color: #1b3c76; font-family: "Playfair Display", serif; font-size: 32px; letter-spacing: -0.5px; font-weight: 800; 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: #77829d; font-size: 13px; 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; 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(119, 130, 157, 0.3); width: 30px; height: 30px; align-items: center; font-size: 16px; }

.page-content__heading { color: #1b3c76; margin-bottom: 5px; }

.page-content__heading.ui-color-1 { color: #2aa7ff; }

.page-content__heading.ui-color-2 { color: #ae3894; }

.page-content__heading:not(.ui-style-1) { font-weight: 600; font-size: 16px; }

.page-content__heading.ui-style-1 { font-family: "Playfair Display", serif; font-size: 20px; font-weight: 700; }

.page-content__photo { overflow: hidden; height: 300px; float: left; margin-right: 30px; margin-bottom: 30px; width: 50%; position: relative; border-radius: 15px; }

@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; font-weight: 700; font-family: "Playfair Display", serif; color: #1b3c76; }

.page-content__description { color: #77829d !important; font-size: 16px !important; font-weight: normal !important; line-height: 1.8 !important; font-family: helvetica neue !important; background-color: transparent !important; }

.page-content__description * { color: #77829d !important; font-size: 16px !important; font-weight: normal !important; line-height: 1.8 !important; font-family: helvetica neue !important; background-color: transparent !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 !important; }

.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(119, 130, 157, 0.08) !important; margin-bottom: 30px; }

.page-content__description table tbody tr { border-bottom: 1px solid rgba(119, 130, 157, 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(119, 130, 157, 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 { margin-top: 50px; }

@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__other { margin-top: 50px; }

.page-content__iframe { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; margin-bottom: 30px; }

.page-content__iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 15px; }

.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: 15px; -webkit-box-shadow: 0 5px 35px rgba(27, 60, 118, 0.1); box-shadow: 0 5px 35px rgba(27, 60, 118, 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: #1b3c76; 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: #2aa7ff; 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: 14px; font-weight: 500; color: #77829d; 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: 30px; 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: #2aa7ff; font-size: 14px; 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: #2aa7ff; 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(119, 130, 157, 0.15); margin-bottom: 50px; padding-bottom: 50px; }

.page-content__information .heading .icon { color: rgba(119, 130, 157, 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: #ae3894; font-size: 16px; font-weight: 700; }

.page-content__information .heading .desc .title { color: #2aa7ff; 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 167, 255, 0.1)), to(transparent)); background-image: -o-linear-gradient(rgba(42, 167, 255, 0.1), transparent); background-image: linear-gradient(rgba(42, 167, 255, 0.1), transparent); border-radius: 15px; }

.sidebar-nav ul li:first-child a { border-radius: 11px 11px 0 0; }

.sidebar-nav ul li:last-child a { border-radius: 0 0 11px 11px; }

.sidebar-nav ul li:not(:last-child) { border-bottom: 1px solid rgba(42, 167, 255, 0.1); }

.sidebar-nav ul li:hover a, .sidebar-nav ul li.is-current a { background: #2aa7ff; color: #fff; }

.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: .5; visibility: visible; }

.sidebar-nav ul li a { color: #2aa7ff; font-size: 16px; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding: 20px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.sidebar-nav ul li a .icon { position: absolute; right: 25px; color: #fff; font-size: 13px; 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-header { -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: 10px; padding-right: 10px; }

.sidebar-header .link { color: #77829d; opacity: .6; font-size: 13px; }

.sidebar-header .link:hover { opacity: .8; }

@media (max-width: 479px) { .sidebar-tooltips > .row > div { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.sidebar-tooltips .tooltip-card { padding-left: 20px; padding-right: 20px; width: 100%; }

.sidebar-tooltips .tooltip-card .text { font-size: 12px; }

.contact-item:not(:last-child) { margin-bottom: 60px; }

.contact-map { background: #fff; padding: 20px; border-radius: 15px; -webkit-box-shadow: 0 5px 35px rgba(27, 60, 118, 0.1); box-shadow: 0 5px 35px rgba(27, 60, 118, 0.1); margin-top: 30px; }

.contact-map iframe { width: 100%; height: 550px; }

.contact-form__left .photo { height: 680px; border-radius: 15px 0 0 15px; 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__right { background: #f5fdf9; border-radius: 0 15px 15px 0; height: 100%; padding: 65px; }

@media (max-width: 767px) { .contact-form__right { padding: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .contact-form__right { padding: 50px; } }

@media (min-width: 992px) and (max-width: 1199px) { .contact-form__right { padding: 60px; } }

.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: -webkit-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; }
