/*inject:imports*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1470px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1470px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1470px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1470px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1470px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1470px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1470px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-2_1 {
  margin: 10px !important;
}

.mt-2_1,
.my-2_1 {
  margin-top: 10px !important;
}

.mr-2_1,
.mx-2_1 {
  margin-right: 10px !important;
}

.mb-2_1,
.my-2_1 {
  margin-bottom: 10px !important;
}

.ml-2_1,
.mx-2_1 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
}

.m-3_1 {
  margin: 20px !important;
}

.mt-3_1,
.my-3_1 {
  margin-top: 20px !important;
}

.mr-3_1,
.mx-3_1 {
  margin-right: 20px !important;
}

.mb-3_1,
.my-3_1 {
  margin-bottom: 20px !important;
}

.ml-3_1,
.mx-3_1 {
  margin-left: 20px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-4_1 {
  margin: 30px !important;
}

.mt-4_1,
.my-4_1 {
  margin-top: 30px !important;
}

.mr-4_1,
.mx-4_1 {
  margin-right: 30px !important;
}

.mb-4_1,
.my-4_1 {
  margin-bottom: 30px !important;
}

.ml-4_1,
.mx-4_1 {
  margin-left: 30px !important;
}

.m-4_2 {
  margin: 40px !important;
}

.mt-4_2,
.my-4_2 {
  margin-top: 40px !important;
}

.mr-4_2,
.mx-4_2 {
  margin-right: 40px !important;
}

.mb-4_2,
.my-4_2 {
  margin-bottom: 40px !important;
}

.ml-4_2,
.mx-4_2 {
  margin-left: 40px !important;
}

.m-4_3 {
  margin: 50px !important;
}

.mt-4_3,
.my-4_3 {
  margin-top: 50px !important;
}

.mr-4_3,
.mx-4_3 {
  margin-right: 50px !important;
}

.mb-4_3,
.my-4_3 {
  margin-bottom: 50px !important;
}

.ml-4_3,
.mx-4_3 {
  margin-left: 50px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.mt-6,
.my-6 {
  margin-top: 64px !important;
}

.mr-6,
.mx-6 {
  margin-right: 64px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 64px !important;
}

.ml-6,
.mx-6 {
  margin-left: 64px !important;
}

.m-7 {
  margin: 80px !important;
}

.mt-7,
.my-7 {
  margin-top: 80px !important;
}

.mr-7,
.mx-7 {
  margin-right: 80px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 80px !important;
}

.ml-7,
.mx-7 {
  margin-left: 80px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-2_1 {
  padding: 10px !important;
}

.pt-2_1,
.py-2_1 {
  padding-top: 10px !important;
}

.pr-2_1,
.px-2_1 {
  padding-right: 10px !important;
}

.pb-2_1,
.py-2_1 {
  padding-bottom: 10px !important;
}

.pl-2_1,
.px-2_1 {
  padding-left: 10px !important;
}

.p-3 {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
}

.p-3_1 {
  padding: 20px !important;
}

.pt-3_1,
.py-3_1 {
  padding-top: 20px !important;
}

.pr-3_1,
.px-3_1 {
  padding-right: 20px !important;
}

.pb-3_1,
.py-3_1 {
  padding-bottom: 20px !important;
}

.pl-3_1,
.px-3_1 {
  padding-left: 20px !important;
}

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
}

.p-4_1 {
  padding: 30px !important;
}

.pt-4_1,
.py-4_1 {
  padding-top: 30px !important;
}

.pr-4_1,
.px-4_1 {
  padding-right: 30px !important;
}

.pb-4_1,
.py-4_1 {
  padding-bottom: 30px !important;
}

.pl-4_1,
.px-4_1 {
  padding-left: 30px !important;
}

.p-4_2 {
  padding: 40px !important;
}

.pt-4_2,
.py-4_2 {
  padding-top: 40px !important;
}

.pr-4_2,
.px-4_2 {
  padding-right: 40px !important;
}

.pb-4_2,
.py-4_2 {
  padding-bottom: 40px !important;
}

.pl-4_2,
.px-4_2 {
  padding-left: 40px !important;
}

.p-4_3 {
  padding: 50px !important;
}

.pt-4_3,
.py-4_3 {
  padding-top: 50px !important;
}

.pr-4_3,
.px-4_3 {
  padding-right: 50px !important;
}

.pb-4_3,
.py-4_3 {
  padding-bottom: 50px !important;
}

.pl-4_3,
.px-4_3 {
  padding-left: 50px !important;
}

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.pt-6,
.py-6 {
  padding-top: 64px !important;
}

.pr-6,
.px-6 {
  padding-right: 64px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 64px !important;
}

.pl-6,
.px-6 {
  padding-left: 64px !important;
}

.p-7 {
  padding: 80px !important;
}

.pt-7,
.py-7 {
  padding-top: 80px !important;
}

.pr-7,
.px-7 {
  padding-right: 80px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 80px !important;
}

.pl-7,
.px-7 {
  padding-left: 80px !important;
}

.m-n1 {
  margin: -4px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}

.m-n2_1 {
  margin: -10px !important;
}

.mt-n2_1,
.my-n2_1 {
  margin-top: -10px !important;
}

.mr-n2_1,
.mx-n2_1 {
  margin-right: -10px !important;
}

.mb-n2_1,
.my-n2_1 {
  margin-bottom: -10px !important;
}

.ml-n2_1,
.mx-n2_1 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -16px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}

.m-n3_1 {
  margin: -20px !important;
}

.mt-n3_1,
.my-n3_1 {
  margin-top: -20px !important;
}

.mr-n3_1,
.mx-n3_1 {
  margin-right: -20px !important;
}

.mb-n3_1,
.my-n3_1 {
  margin-bottom: -20px !important;
}

.ml-n3_1,
.mx-n3_1 {
  margin-left: -20px !important;
}

.m-n4 {
  margin: -24px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}

.m-n4_1 {
  margin: -30px !important;
}

.mt-n4_1,
.my-n4_1 {
  margin-top: -30px !important;
}

.mr-n4_1,
.mx-n4_1 {
  margin-right: -30px !important;
}

.mb-n4_1,
.my-n4_1 {
  margin-bottom: -30px !important;
}

.ml-n4_1,
.mx-n4_1 {
  margin-left: -30px !important;
}

.m-n4_2 {
  margin: -40px !important;
}

.mt-n4_2,
.my-n4_2 {
  margin-top: -40px !important;
}

.mr-n4_2,
.mx-n4_2 {
  margin-right: -40px !important;
}

.mb-n4_2,
.my-n4_2 {
  margin-bottom: -40px !important;
}

.ml-n4_2,
.mx-n4_2 {
  margin-left: -40px !important;
}

.m-n4_3 {
  margin: -50px !important;
}

.mt-n4_3,
.my-n4_3 {
  margin-top: -50px !important;
}

.mr-n4_3,
.mx-n4_3 {
  margin-right: -50px !important;
}

.mb-n4_3,
.my-n4_3 {
  margin-bottom: -50px !important;
}

.ml-n4_3,
.mx-n4_3 {
  margin-left: -50px !important;
}

.m-n5 {
  margin: -48px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
}

.m-n6 {
  margin: -64px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -64px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -64px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -64px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -64px !important;
}

.m-n7 {
  margin: -80px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -80px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -80px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -80px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -80px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 4px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 4px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 4px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 4px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 4px !important;
  }

  .m-sm-2 {
    margin: 8px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 8px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 8px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 8px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 8px !important;
  }

  .m-sm-2_1 {
    margin: 10px !important;
  }

  .mt-sm-2_1,
.my-sm-2_1 {
    margin-top: 10px !important;
  }

  .mr-sm-2_1,
.mx-sm-2_1 {
    margin-right: 10px !important;
  }

  .mb-sm-2_1,
.my-sm-2_1 {
    margin-bottom: 10px !important;
  }

  .ml-sm-2_1,
.mx-sm-2_1 {
    margin-left: 10px !important;
  }

  .m-sm-3 {
    margin: 16px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 16px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 16px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 16px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 16px !important;
  }

  .m-sm-3_1 {
    margin: 20px !important;
  }

  .mt-sm-3_1,
.my-sm-3_1 {
    margin-top: 20px !important;
  }

  .mr-sm-3_1,
.mx-sm-3_1 {
    margin-right: 20px !important;
  }

  .mb-sm-3_1,
.my-sm-3_1 {
    margin-bottom: 20px !important;
  }

  .ml-sm-3_1,
.mx-sm-3_1 {
    margin-left: 20px !important;
  }

  .m-sm-4 {
    margin: 24px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 24px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 24px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 24px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 24px !important;
  }

  .m-sm-4_1 {
    margin: 30px !important;
  }

  .mt-sm-4_1,
.my-sm-4_1 {
    margin-top: 30px !important;
  }

  .mr-sm-4_1,
.mx-sm-4_1 {
    margin-right: 30px !important;
  }

  .mb-sm-4_1,
.my-sm-4_1 {
    margin-bottom: 30px !important;
  }

  .ml-sm-4_1,
.mx-sm-4_1 {
    margin-left: 30px !important;
  }

  .m-sm-4_2 {
    margin: 40px !important;
  }

  .mt-sm-4_2,
.my-sm-4_2 {
    margin-top: 40px !important;
  }

  .mr-sm-4_2,
.mx-sm-4_2 {
    margin-right: 40px !important;
  }

  .mb-sm-4_2,
.my-sm-4_2 {
    margin-bottom: 40px !important;
  }

  .ml-sm-4_2,
.mx-sm-4_2 {
    margin-left: 40px !important;
  }

  .m-sm-4_3 {
    margin: 50px !important;
  }

  .mt-sm-4_3,
.my-sm-4_3 {
    margin-top: 50px !important;
  }

  .mr-sm-4_3,
.mx-sm-4_3 {
    margin-right: 50px !important;
  }

  .mb-sm-4_3,
.my-sm-4_3 {
    margin-bottom: 50px !important;
  }

  .ml-sm-4_3,
.mx-sm-4_3 {
    margin-left: 50px !important;
  }

  .m-sm-5 {
    margin: 48px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 48px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 48px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 48px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 48px !important;
  }

  .m-sm-6 {
    margin: 64px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 64px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 64px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 64px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 64px !important;
  }

  .m-sm-7 {
    margin: 80px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 80px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 80px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 80px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 80px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 4px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 4px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 4px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 4px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 4px !important;
  }

  .p-sm-2 {
    padding: 8px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 8px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 8px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 8px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 8px !important;
  }

  .p-sm-2_1 {
    padding: 10px !important;
  }

  .pt-sm-2_1,
.py-sm-2_1 {
    padding-top: 10px !important;
  }

  .pr-sm-2_1,
.px-sm-2_1 {
    padding-right: 10px !important;
  }

  .pb-sm-2_1,
.py-sm-2_1 {
    padding-bottom: 10px !important;
  }

  .pl-sm-2_1,
.px-sm-2_1 {
    padding-left: 10px !important;
  }

  .p-sm-3 {
    padding: 16px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 16px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 16px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 16px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 16px !important;
  }

  .p-sm-3_1 {
    padding: 20px !important;
  }

  .pt-sm-3_1,
.py-sm-3_1 {
    padding-top: 20px !important;
  }

  .pr-sm-3_1,
.px-sm-3_1 {
    padding-right: 20px !important;
  }

  .pb-sm-3_1,
.py-sm-3_1 {
    padding-bottom: 20px !important;
  }

  .pl-sm-3_1,
.px-sm-3_1 {
    padding-left: 20px !important;
  }

  .p-sm-4 {
    padding: 24px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 24px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 24px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 24px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 24px !important;
  }

  .p-sm-4_1 {
    padding: 30px !important;
  }

  .pt-sm-4_1,
.py-sm-4_1 {
    padding-top: 30px !important;
  }

  .pr-sm-4_1,
.px-sm-4_1 {
    padding-right: 30px !important;
  }

  .pb-sm-4_1,
.py-sm-4_1 {
    padding-bottom: 30px !important;
  }

  .pl-sm-4_1,
.px-sm-4_1 {
    padding-left: 30px !important;
  }

  .p-sm-4_2 {
    padding: 40px !important;
  }

  .pt-sm-4_2,
.py-sm-4_2 {
    padding-top: 40px !important;
  }

  .pr-sm-4_2,
.px-sm-4_2 {
    padding-right: 40px !important;
  }

  .pb-sm-4_2,
.py-sm-4_2 {
    padding-bottom: 40px !important;
  }

  .pl-sm-4_2,
.px-sm-4_2 {
    padding-left: 40px !important;
  }

  .p-sm-4_3 {
    padding: 50px !important;
  }

  .pt-sm-4_3,
.py-sm-4_3 {
    padding-top: 50px !important;
  }

  .pr-sm-4_3,
.px-sm-4_3 {
    padding-right: 50px !important;
  }

  .pb-sm-4_3,
.py-sm-4_3 {
    padding-bottom: 50px !important;
  }

  .pl-sm-4_3,
.px-sm-4_3 {
    padding-left: 50px !important;
  }

  .p-sm-5 {
    padding: 48px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 48px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 48px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 48px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 48px !important;
  }

  .p-sm-6 {
    padding: 64px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 64px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 64px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 64px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 64px !important;
  }

  .p-sm-7 {
    padding: 80px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 80px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 80px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 80px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 80px !important;
  }

  .m-sm-n1 {
    margin: -4px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -4px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -4px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -4px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -4px !important;
  }

  .m-sm-n2 {
    margin: -8px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -8px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -8px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -8px !important;
  }

  .m-sm-n2_1 {
    margin: -10px !important;
  }

  .mt-sm-n2_1,
.my-sm-n2_1 {
    margin-top: -10px !important;
  }

  .mr-sm-n2_1,
.mx-sm-n2_1 {
    margin-right: -10px !important;
  }

  .mb-sm-n2_1,
.my-sm-n2_1 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n2_1,
.mx-sm-n2_1 {
    margin-left: -10px !important;
  }

  .m-sm-n3 {
    margin: -16px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -16px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -16px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -16px !important;
  }

  .m-sm-n3_1 {
    margin: -20px !important;
  }

  .mt-sm-n3_1,
.my-sm-n3_1 {
    margin-top: -20px !important;
  }

  .mr-sm-n3_1,
.mx-sm-n3_1 {
    margin-right: -20px !important;
  }

  .mb-sm-n3_1,
.my-sm-n3_1 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n3_1,
.mx-sm-n3_1 {
    margin-left: -20px !important;
  }

  .m-sm-n4 {
    margin: -24px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -24px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -24px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -24px !important;
  }

  .m-sm-n4_1 {
    margin: -30px !important;
  }

  .mt-sm-n4_1,
.my-sm-n4_1 {
    margin-top: -30px !important;
  }

  .mr-sm-n4_1,
.mx-sm-n4_1 {
    margin-right: -30px !important;
  }

  .mb-sm-n4_1,
.my-sm-n4_1 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n4_1,
.mx-sm-n4_1 {
    margin-left: -30px !important;
  }

  .m-sm-n4_2 {
    margin: -40px !important;
  }

  .mt-sm-n4_2,
.my-sm-n4_2 {
    margin-top: -40px !important;
  }

  .mr-sm-n4_2,
.mx-sm-n4_2 {
    margin-right: -40px !important;
  }

  .mb-sm-n4_2,
.my-sm-n4_2 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n4_2,
.mx-sm-n4_2 {
    margin-left: -40px !important;
  }

  .m-sm-n4_3 {
    margin: -50px !important;
  }

  .mt-sm-n4_3,
.my-sm-n4_3 {
    margin-top: -50px !important;
  }

  .mr-sm-n4_3,
.mx-sm-n4_3 {
    margin-right: -50px !important;
  }

  .mb-sm-n4_3,
.my-sm-n4_3 {
    margin-bottom: -50px !important;
  }

  .ml-sm-n4_3,
.mx-sm-n4_3 {
    margin-left: -50px !important;
  }

  .m-sm-n5 {
    margin: -48px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -48px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -48px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -48px !important;
  }

  .m-sm-n6 {
    margin: -64px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -64px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -64px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -64px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -64px !important;
  }

  .m-sm-n7 {
    margin: -80px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -80px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -80px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -80px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 4px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 4px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 4px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 4px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 4px !important;
  }

  .m-md-2 {
    margin: 8px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 8px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 8px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 8px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 8px !important;
  }

  .m-md-2_1 {
    margin: 10px !important;
  }

  .mt-md-2_1,
.my-md-2_1 {
    margin-top: 10px !important;
  }

  .mr-md-2_1,
.mx-md-2_1 {
    margin-right: 10px !important;
  }

  .mb-md-2_1,
.my-md-2_1 {
    margin-bottom: 10px !important;
  }

  .ml-md-2_1,
.mx-md-2_1 {
    margin-left: 10px !important;
  }

  .m-md-3 {
    margin: 16px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 16px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 16px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 16px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 16px !important;
  }

  .m-md-3_1 {
    margin: 20px !important;
  }

  .mt-md-3_1,
.my-md-3_1 {
    margin-top: 20px !important;
  }

  .mr-md-3_1,
.mx-md-3_1 {
    margin-right: 20px !important;
  }

  .mb-md-3_1,
.my-md-3_1 {
    margin-bottom: 20px !important;
  }

  .ml-md-3_1,
.mx-md-3_1 {
    margin-left: 20px !important;
  }

  .m-md-4 {
    margin: 24px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 24px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 24px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 24px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 24px !important;
  }

  .m-md-4_1 {
    margin: 30px !important;
  }

  .mt-md-4_1,
.my-md-4_1 {
    margin-top: 30px !important;
  }

  .mr-md-4_1,
.mx-md-4_1 {
    margin-right: 30px !important;
  }

  .mb-md-4_1,
.my-md-4_1 {
    margin-bottom: 30px !important;
  }

  .ml-md-4_1,
.mx-md-4_1 {
    margin-left: 30px !important;
  }

  .m-md-4_2 {
    margin: 40px !important;
  }

  .mt-md-4_2,
.my-md-4_2 {
    margin-top: 40px !important;
  }

  .mr-md-4_2,
.mx-md-4_2 {
    margin-right: 40px !important;
  }

  .mb-md-4_2,
.my-md-4_2 {
    margin-bottom: 40px !important;
  }

  .ml-md-4_2,
.mx-md-4_2 {
    margin-left: 40px !important;
  }

  .m-md-4_3 {
    margin: 50px !important;
  }

  .mt-md-4_3,
.my-md-4_3 {
    margin-top: 50px !important;
  }

  .mr-md-4_3,
.mx-md-4_3 {
    margin-right: 50px !important;
  }

  .mb-md-4_3,
.my-md-4_3 {
    margin-bottom: 50px !important;
  }

  .ml-md-4_3,
.mx-md-4_3 {
    margin-left: 50px !important;
  }

  .m-md-5 {
    margin: 48px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 48px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 48px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 48px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 48px !important;
  }

  .m-md-6 {
    margin: 64px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 64px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 64px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 64px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 64px !important;
  }

  .m-md-7 {
    margin: 80px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 80px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 80px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 80px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 80px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 4px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 4px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 4px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 4px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 4px !important;
  }

  .p-md-2 {
    padding: 8px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 8px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 8px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 8px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 8px !important;
  }

  .p-md-2_1 {
    padding: 10px !important;
  }

  .pt-md-2_1,
.py-md-2_1 {
    padding-top: 10px !important;
  }

  .pr-md-2_1,
.px-md-2_1 {
    padding-right: 10px !important;
  }

  .pb-md-2_1,
.py-md-2_1 {
    padding-bottom: 10px !important;
  }

  .pl-md-2_1,
.px-md-2_1 {
    padding-left: 10px !important;
  }

  .p-md-3 {
    padding: 16px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 16px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 16px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 16px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 16px !important;
  }

  .p-md-3_1 {
    padding: 20px !important;
  }

  .pt-md-3_1,
.py-md-3_1 {
    padding-top: 20px !important;
  }

  .pr-md-3_1,
.px-md-3_1 {
    padding-right: 20px !important;
  }

  .pb-md-3_1,
.py-md-3_1 {
    padding-bottom: 20px !important;
  }

  .pl-md-3_1,
.px-md-3_1 {
    padding-left: 20px !important;
  }

  .p-md-4 {
    padding: 24px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 24px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 24px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 24px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 24px !important;
  }

  .p-md-4_1 {
    padding: 30px !important;
  }

  .pt-md-4_1,
.py-md-4_1 {
    padding-top: 30px !important;
  }

  .pr-md-4_1,
.px-md-4_1 {
    padding-right: 30px !important;
  }

  .pb-md-4_1,
.py-md-4_1 {
    padding-bottom: 30px !important;
  }

  .pl-md-4_1,
.px-md-4_1 {
    padding-left: 30px !important;
  }

  .p-md-4_2 {
    padding: 40px !important;
  }

  .pt-md-4_2,
.py-md-4_2 {
    padding-top: 40px !important;
  }

  .pr-md-4_2,
.px-md-4_2 {
    padding-right: 40px !important;
  }

  .pb-md-4_2,
.py-md-4_2 {
    padding-bottom: 40px !important;
  }

  .pl-md-4_2,
.px-md-4_2 {
    padding-left: 40px !important;
  }

  .p-md-4_3 {
    padding: 50px !important;
  }

  .pt-md-4_3,
.py-md-4_3 {
    padding-top: 50px !important;
  }

  .pr-md-4_3,
.px-md-4_3 {
    padding-right: 50px !important;
  }

  .pb-md-4_3,
.py-md-4_3 {
    padding-bottom: 50px !important;
  }

  .pl-md-4_3,
.px-md-4_3 {
    padding-left: 50px !important;
  }

  .p-md-5 {
    padding: 48px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 48px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 48px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 48px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 48px !important;
  }

  .p-md-6 {
    padding: 64px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 64px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 64px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 64px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 64px !important;
  }

  .p-md-7 {
    padding: 80px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 80px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 80px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 80px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 80px !important;
  }

  .m-md-n1 {
    margin: -4px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -4px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -4px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -4px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -4px !important;
  }

  .m-md-n2 {
    margin: -8px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -8px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -8px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -8px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -8px !important;
  }

  .m-md-n2_1 {
    margin: -10px !important;
  }

  .mt-md-n2_1,
.my-md-n2_1 {
    margin-top: -10px !important;
  }

  .mr-md-n2_1,
.mx-md-n2_1 {
    margin-right: -10px !important;
  }

  .mb-md-n2_1,
.my-md-n2_1 {
    margin-bottom: -10px !important;
  }

  .ml-md-n2_1,
.mx-md-n2_1 {
    margin-left: -10px !important;
  }

  .m-md-n3 {
    margin: -16px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -16px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -16px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -16px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -16px !important;
  }

  .m-md-n3_1 {
    margin: -20px !important;
  }

  .mt-md-n3_1,
.my-md-n3_1 {
    margin-top: -20px !important;
  }

  .mr-md-n3_1,
.mx-md-n3_1 {
    margin-right: -20px !important;
  }

  .mb-md-n3_1,
.my-md-n3_1 {
    margin-bottom: -20px !important;
  }

  .ml-md-n3_1,
.mx-md-n3_1 {
    margin-left: -20px !important;
  }

  .m-md-n4 {
    margin: -24px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -24px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -24px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -24px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -24px !important;
  }

  .m-md-n4_1 {
    margin: -30px !important;
  }

  .mt-md-n4_1,
.my-md-n4_1 {
    margin-top: -30px !important;
  }

  .mr-md-n4_1,
.mx-md-n4_1 {
    margin-right: -30px !important;
  }

  .mb-md-n4_1,
.my-md-n4_1 {
    margin-bottom: -30px !important;
  }

  .ml-md-n4_1,
.mx-md-n4_1 {
    margin-left: -30px !important;
  }

  .m-md-n4_2 {
    margin: -40px !important;
  }

  .mt-md-n4_2,
.my-md-n4_2 {
    margin-top: -40px !important;
  }

  .mr-md-n4_2,
.mx-md-n4_2 {
    margin-right: -40px !important;
  }

  .mb-md-n4_2,
.my-md-n4_2 {
    margin-bottom: -40px !important;
  }

  .ml-md-n4_2,
.mx-md-n4_2 {
    margin-left: -40px !important;
  }

  .m-md-n4_3 {
    margin: -50px !important;
  }

  .mt-md-n4_3,
.my-md-n4_3 {
    margin-top: -50px !important;
  }

  .mr-md-n4_3,
.mx-md-n4_3 {
    margin-right: -50px !important;
  }

  .mb-md-n4_3,
.my-md-n4_3 {
    margin-bottom: -50px !important;
  }

  .ml-md-n4_3,
.mx-md-n4_3 {
    margin-left: -50px !important;
  }

  .m-md-n5 {
    margin: -48px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -48px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -48px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -48px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -48px !important;
  }

  .m-md-n6 {
    margin: -64px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -64px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -64px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -64px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -64px !important;
  }

  .m-md-n7 {
    margin: -80px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -80px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -80px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -80px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -80px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 4px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 4px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 4px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 4px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 4px !important;
  }

  .m-lg-2 {
    margin: 8px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 8px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 8px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 8px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 8px !important;
  }

  .m-lg-2_1 {
    margin: 10px !important;
  }

  .mt-lg-2_1,
.my-lg-2_1 {
    margin-top: 10px !important;
  }

  .mr-lg-2_1,
.mx-lg-2_1 {
    margin-right: 10px !important;
  }

  .mb-lg-2_1,
.my-lg-2_1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-2_1,
.mx-lg-2_1 {
    margin-left: 10px !important;
  }

  .m-lg-3 {
    margin: 16px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 16px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 16px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 16px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 16px !important;
  }

  .m-lg-3_1 {
    margin: 20px !important;
  }

  .mt-lg-3_1,
.my-lg-3_1 {
    margin-top: 20px !important;
  }

  .mr-lg-3_1,
.mx-lg-3_1 {
    margin-right: 20px !important;
  }

  .mb-lg-3_1,
.my-lg-3_1 {
    margin-bottom: 20px !important;
  }

  .ml-lg-3_1,
.mx-lg-3_1 {
    margin-left: 20px !important;
  }

  .m-lg-4 {
    margin: 24px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 24px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 24px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 24px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 24px !important;
  }

  .m-lg-4_1 {
    margin: 30px !important;
  }

  .mt-lg-4_1,
.my-lg-4_1 {
    margin-top: 30px !important;
  }

  .mr-lg-4_1,
.mx-lg-4_1 {
    margin-right: 30px !important;
  }

  .mb-lg-4_1,
.my-lg-4_1 {
    margin-bottom: 30px !important;
  }

  .ml-lg-4_1,
.mx-lg-4_1 {
    margin-left: 30px !important;
  }

  .m-lg-4_2 {
    margin: 40px !important;
  }

  .mt-lg-4_2,
.my-lg-4_2 {
    margin-top: 40px !important;
  }

  .mr-lg-4_2,
.mx-lg-4_2 {
    margin-right: 40px !important;
  }

  .mb-lg-4_2,
.my-lg-4_2 {
    margin-bottom: 40px !important;
  }

  .ml-lg-4_2,
.mx-lg-4_2 {
    margin-left: 40px !important;
  }

  .m-lg-4_3 {
    margin: 50px !important;
  }

  .mt-lg-4_3,
.my-lg-4_3 {
    margin-top: 50px !important;
  }

  .mr-lg-4_3,
.mx-lg-4_3 {
    margin-right: 50px !important;
  }

  .mb-lg-4_3,
.my-lg-4_3 {
    margin-bottom: 50px !important;
  }

  .ml-lg-4_3,
.mx-lg-4_3 {
    margin-left: 50px !important;
  }

  .m-lg-5 {
    margin: 48px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 48px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 48px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 48px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 48px !important;
  }

  .m-lg-6 {
    margin: 64px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 64px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 64px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 64px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 64px !important;
  }

  .m-lg-7 {
    margin: 80px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 80px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 80px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 80px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 80px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 4px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 4px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 4px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 4px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 4px !important;
  }

  .p-lg-2 {
    padding: 8px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 8px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 8px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 8px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 8px !important;
  }

  .p-lg-2_1 {
    padding: 10px !important;
  }

  .pt-lg-2_1,
.py-lg-2_1 {
    padding-top: 10px !important;
  }

  .pr-lg-2_1,
.px-lg-2_1 {
    padding-right: 10px !important;
  }

  .pb-lg-2_1,
.py-lg-2_1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-2_1,
.px-lg-2_1 {
    padding-left: 10px !important;
  }

  .p-lg-3 {
    padding: 16px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 16px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 16px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 16px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 16px !important;
  }

  .p-lg-3_1 {
    padding: 20px !important;
  }

  .pt-lg-3_1,
.py-lg-3_1 {
    padding-top: 20px !important;
  }

  .pr-lg-3_1,
.px-lg-3_1 {
    padding-right: 20px !important;
  }

  .pb-lg-3_1,
.py-lg-3_1 {
    padding-bottom: 20px !important;
  }

  .pl-lg-3_1,
.px-lg-3_1 {
    padding-left: 20px !important;
  }

  .p-lg-4 {
    padding: 24px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 24px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 24px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 24px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 24px !important;
  }

  .p-lg-4_1 {
    padding: 30px !important;
  }

  .pt-lg-4_1,
.py-lg-4_1 {
    padding-top: 30px !important;
  }

  .pr-lg-4_1,
.px-lg-4_1 {
    padding-right: 30px !important;
  }

  .pb-lg-4_1,
.py-lg-4_1 {
    padding-bottom: 30px !important;
  }

  .pl-lg-4_1,
.px-lg-4_1 {
    padding-left: 30px !important;
  }

  .p-lg-4_2 {
    padding: 40px !important;
  }

  .pt-lg-4_2,
.py-lg-4_2 {
    padding-top: 40px !important;
  }

  .pr-lg-4_2,
.px-lg-4_2 {
    padding-right: 40px !important;
  }

  .pb-lg-4_2,
.py-lg-4_2 {
    padding-bottom: 40px !important;
  }

  .pl-lg-4_2,
.px-lg-4_2 {
    padding-left: 40px !important;
  }

  .p-lg-4_3 {
    padding: 50px !important;
  }

  .pt-lg-4_3,
.py-lg-4_3 {
    padding-top: 50px !important;
  }

  .pr-lg-4_3,
.px-lg-4_3 {
    padding-right: 50px !important;
  }

  .pb-lg-4_3,
.py-lg-4_3 {
    padding-bottom: 50px !important;
  }

  .pl-lg-4_3,
.px-lg-4_3 {
    padding-left: 50px !important;
  }

  .p-lg-5 {
    padding: 48px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 48px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 48px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 48px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 48px !important;
  }

  .p-lg-6 {
    padding: 64px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 64px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 64px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 64px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 64px !important;
  }

  .p-lg-7 {
    padding: 80px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 80px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 80px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 80px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 80px !important;
  }

  .m-lg-n1 {
    margin: -4px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -4px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -4px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -4px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -4px !important;
  }

  .m-lg-n2 {
    margin: -8px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -8px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -8px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -8px !important;
  }

  .m-lg-n2_1 {
    margin: -10px !important;
  }

  .mt-lg-n2_1,
.my-lg-n2_1 {
    margin-top: -10px !important;
  }

  .mr-lg-n2_1,
.mx-lg-n2_1 {
    margin-right: -10px !important;
  }

  .mb-lg-n2_1,
.my-lg-n2_1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n2_1,
.mx-lg-n2_1 {
    margin-left: -10px !important;
  }

  .m-lg-n3 {
    margin: -16px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -16px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -16px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -16px !important;
  }

  .m-lg-n3_1 {
    margin: -20px !important;
  }

  .mt-lg-n3_1,
.my-lg-n3_1 {
    margin-top: -20px !important;
  }

  .mr-lg-n3_1,
.mx-lg-n3_1 {
    margin-right: -20px !important;
  }

  .mb-lg-n3_1,
.my-lg-n3_1 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n3_1,
.mx-lg-n3_1 {
    margin-left: -20px !important;
  }

  .m-lg-n4 {
    margin: -24px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -24px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -24px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -24px !important;
  }

  .m-lg-n4_1 {
    margin: -30px !important;
  }

  .mt-lg-n4_1,
.my-lg-n4_1 {
    margin-top: -30px !important;
  }

  .mr-lg-n4_1,
.mx-lg-n4_1 {
    margin-right: -30px !important;
  }

  .mb-lg-n4_1,
.my-lg-n4_1 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n4_1,
.mx-lg-n4_1 {
    margin-left: -30px !important;
  }

  .m-lg-n4_2 {
    margin: -40px !important;
  }

  .mt-lg-n4_2,
.my-lg-n4_2 {
    margin-top: -40px !important;
  }

  .mr-lg-n4_2,
.mx-lg-n4_2 {
    margin-right: -40px !important;
  }

  .mb-lg-n4_2,
.my-lg-n4_2 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n4_2,
.mx-lg-n4_2 {
    margin-left: -40px !important;
  }

  .m-lg-n4_3 {
    margin: -50px !important;
  }

  .mt-lg-n4_3,
.my-lg-n4_3 {
    margin-top: -50px !important;
  }

  .mr-lg-n4_3,
.mx-lg-n4_3 {
    margin-right: -50px !important;
  }

  .mb-lg-n4_3,
.my-lg-n4_3 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n4_3,
.mx-lg-n4_3 {
    margin-left: -50px !important;
  }

  .m-lg-n5 {
    margin: -48px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -48px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -48px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -48px !important;
  }

  .m-lg-n6 {
    margin: -64px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -64px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -64px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -64px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -64px !important;
  }

  .m-lg-n7 {
    margin: -80px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -80px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -80px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -80px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 4px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 4px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 4px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 4px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 4px !important;
  }

  .m-xl-2 {
    margin: 8px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 8px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 8px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 8px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 8px !important;
  }

  .m-xl-2_1 {
    margin: 10px !important;
  }

  .mt-xl-2_1,
.my-xl-2_1 {
    margin-top: 10px !important;
  }

  .mr-xl-2_1,
.mx-xl-2_1 {
    margin-right: 10px !important;
  }

  .mb-xl-2_1,
.my-xl-2_1 {
    margin-bottom: 10px !important;
  }

  .ml-xl-2_1,
.mx-xl-2_1 {
    margin-left: 10px !important;
  }

  .m-xl-3 {
    margin: 16px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 16px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 16px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 16px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 16px !important;
  }

  .m-xl-3_1 {
    margin: 20px !important;
  }

  .mt-xl-3_1,
.my-xl-3_1 {
    margin-top: 20px !important;
  }

  .mr-xl-3_1,
.mx-xl-3_1 {
    margin-right: 20px !important;
  }

  .mb-xl-3_1,
.my-xl-3_1 {
    margin-bottom: 20px !important;
  }

  .ml-xl-3_1,
.mx-xl-3_1 {
    margin-left: 20px !important;
  }

  .m-xl-4 {
    margin: 24px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 24px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 24px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 24px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 24px !important;
  }

  .m-xl-4_1 {
    margin: 30px !important;
  }

  .mt-xl-4_1,
.my-xl-4_1 {
    margin-top: 30px !important;
  }

  .mr-xl-4_1,
.mx-xl-4_1 {
    margin-right: 30px !important;
  }

  .mb-xl-4_1,
.my-xl-4_1 {
    margin-bottom: 30px !important;
  }

  .ml-xl-4_1,
.mx-xl-4_1 {
    margin-left: 30px !important;
  }

  .m-xl-4_2 {
    margin: 40px !important;
  }

  .mt-xl-4_2,
.my-xl-4_2 {
    margin-top: 40px !important;
  }

  .mr-xl-4_2,
.mx-xl-4_2 {
    margin-right: 40px !important;
  }

  .mb-xl-4_2,
.my-xl-4_2 {
    margin-bottom: 40px !important;
  }

  .ml-xl-4_2,
.mx-xl-4_2 {
    margin-left: 40px !important;
  }

  .m-xl-4_3 {
    margin: 50px !important;
  }

  .mt-xl-4_3,
.my-xl-4_3 {
    margin-top: 50px !important;
  }

  .mr-xl-4_3,
.mx-xl-4_3 {
    margin-right: 50px !important;
  }

  .mb-xl-4_3,
.my-xl-4_3 {
    margin-bottom: 50px !important;
  }

  .ml-xl-4_3,
.mx-xl-4_3 {
    margin-left: 50px !important;
  }

  .m-xl-5 {
    margin: 48px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 48px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 48px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 48px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 48px !important;
  }

  .m-xl-6 {
    margin: 64px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 64px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 64px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 64px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 64px !important;
  }

  .m-xl-7 {
    margin: 80px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 80px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 80px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 80px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 80px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 4px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 4px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 4px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 4px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 4px !important;
  }

  .p-xl-2 {
    padding: 8px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 8px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 8px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 8px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 8px !important;
  }

  .p-xl-2_1 {
    padding: 10px !important;
  }

  .pt-xl-2_1,
.py-xl-2_1 {
    padding-top: 10px !important;
  }

  .pr-xl-2_1,
.px-xl-2_1 {
    padding-right: 10px !important;
  }

  .pb-xl-2_1,
.py-xl-2_1 {
    padding-bottom: 10px !important;
  }

  .pl-xl-2_1,
.px-xl-2_1 {
    padding-left: 10px !important;
  }

  .p-xl-3 {
    padding: 16px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 16px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 16px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 16px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 16px !important;
  }

  .p-xl-3_1 {
    padding: 20px !important;
  }

  .pt-xl-3_1,
.py-xl-3_1 {
    padding-top: 20px !important;
  }

  .pr-xl-3_1,
.px-xl-3_1 {
    padding-right: 20px !important;
  }

  .pb-xl-3_1,
.py-xl-3_1 {
    padding-bottom: 20px !important;
  }

  .pl-xl-3_1,
.px-xl-3_1 {
    padding-left: 20px !important;
  }

  .p-xl-4 {
    padding: 24px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 24px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 24px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 24px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 24px !important;
  }

  .p-xl-4_1 {
    padding: 30px !important;
  }

  .pt-xl-4_1,
.py-xl-4_1 {
    padding-top: 30px !important;
  }

  .pr-xl-4_1,
.px-xl-4_1 {
    padding-right: 30px !important;
  }

  .pb-xl-4_1,
.py-xl-4_1 {
    padding-bottom: 30px !important;
  }

  .pl-xl-4_1,
.px-xl-4_1 {
    padding-left: 30px !important;
  }

  .p-xl-4_2 {
    padding: 40px !important;
  }

  .pt-xl-4_2,
.py-xl-4_2 {
    padding-top: 40px !important;
  }

  .pr-xl-4_2,
.px-xl-4_2 {
    padding-right: 40px !important;
  }

  .pb-xl-4_2,
.py-xl-4_2 {
    padding-bottom: 40px !important;
  }

  .pl-xl-4_2,
.px-xl-4_2 {
    padding-left: 40px !important;
  }

  .p-xl-4_3 {
    padding: 50px !important;
  }

  .pt-xl-4_3,
.py-xl-4_3 {
    padding-top: 50px !important;
  }

  .pr-xl-4_3,
.px-xl-4_3 {
    padding-right: 50px !important;
  }

  .pb-xl-4_3,
.py-xl-4_3 {
    padding-bottom: 50px !important;
  }

  .pl-xl-4_3,
.px-xl-4_3 {
    padding-left: 50px !important;
  }

  .p-xl-5 {
    padding: 48px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 48px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 48px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 48px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 48px !important;
  }

  .p-xl-6 {
    padding: 64px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 64px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 64px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 64px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 64px !important;
  }

  .p-xl-7 {
    padding: 80px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 80px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 80px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 80px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 80px !important;
  }

  .m-xl-n1 {
    margin: -4px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -4px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -4px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -4px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -4px !important;
  }

  .m-xl-n2 {
    margin: -8px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -8px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -8px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -8px !important;
  }

  .m-xl-n2_1 {
    margin: -10px !important;
  }

  .mt-xl-n2_1,
.my-xl-n2_1 {
    margin-top: -10px !important;
  }

  .mr-xl-n2_1,
.mx-xl-n2_1 {
    margin-right: -10px !important;
  }

  .mb-xl-n2_1,
.my-xl-n2_1 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n2_1,
.mx-xl-n2_1 {
    margin-left: -10px !important;
  }

  .m-xl-n3 {
    margin: -16px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -16px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -16px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -16px !important;
  }

  .m-xl-n3_1 {
    margin: -20px !important;
  }

  .mt-xl-n3_1,
.my-xl-n3_1 {
    margin-top: -20px !important;
  }

  .mr-xl-n3_1,
.mx-xl-n3_1 {
    margin-right: -20px !important;
  }

  .mb-xl-n3_1,
.my-xl-n3_1 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n3_1,
.mx-xl-n3_1 {
    margin-left: -20px !important;
  }

  .m-xl-n4 {
    margin: -24px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -24px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -24px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -24px !important;
  }

  .m-xl-n4_1 {
    margin: -30px !important;
  }

  .mt-xl-n4_1,
.my-xl-n4_1 {
    margin-top: -30px !important;
  }

  .mr-xl-n4_1,
.mx-xl-n4_1 {
    margin-right: -30px !important;
  }

  .mb-xl-n4_1,
.my-xl-n4_1 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n4_1,
.mx-xl-n4_1 {
    margin-left: -30px !important;
  }

  .m-xl-n4_2 {
    margin: -40px !important;
  }

  .mt-xl-n4_2,
.my-xl-n4_2 {
    margin-top: -40px !important;
  }

  .mr-xl-n4_2,
.mx-xl-n4_2 {
    margin-right: -40px !important;
  }

  .mb-xl-n4_2,
.my-xl-n4_2 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n4_2,
.mx-xl-n4_2 {
    margin-left: -40px !important;
  }

  .m-xl-n4_3 {
    margin: -50px !important;
  }

  .mt-xl-n4_3,
.my-xl-n4_3 {
    margin-top: -50px !important;
  }

  .mr-xl-n4_3,
.mx-xl-n4_3 {
    margin-right: -50px !important;
  }

  .mb-xl-n4_3,
.my-xl-n4_3 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n4_3,
.mx-xl-n4_3 {
    margin-left: -50px !important;
  }

  .m-xl-n5 {
    margin: -48px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -48px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -48px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -48px !important;
  }

  .m-xl-n6 {
    margin: -64px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -64px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -64px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -64px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -64px !important;
  }

  .m-xl-n7 {
    margin: -80px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -80px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -80px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -80px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1470px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 4px !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 4px !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 4px !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 4px !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 4px !important;
  }

  .m-xxl-2 {
    margin: 8px !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 8px !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 8px !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 8px !important;
  }

  .m-xxl-2_1 {
    margin: 10px !important;
  }

  .mt-xxl-2_1,
.my-xxl-2_1 {
    margin-top: 10px !important;
  }

  .mr-xxl-2_1,
.mx-xxl-2_1 {
    margin-right: 10px !important;
  }

  .mb-xxl-2_1,
.my-xxl-2_1 {
    margin-bottom: 10px !important;
  }

  .ml-xxl-2_1,
.mx-xxl-2_1 {
    margin-left: 10px !important;
  }

  .m-xxl-3 {
    margin: 16px !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 16px !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 16px !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 16px !important;
  }

  .m-xxl-3_1 {
    margin: 20px !important;
  }

  .mt-xxl-3_1,
.my-xxl-3_1 {
    margin-top: 20px !important;
  }

  .mr-xxl-3_1,
.mx-xxl-3_1 {
    margin-right: 20px !important;
  }

  .mb-xxl-3_1,
.my-xxl-3_1 {
    margin-bottom: 20px !important;
  }

  .ml-xxl-3_1,
.mx-xxl-3_1 {
    margin-left: 20px !important;
  }

  .m-xxl-4 {
    margin: 24px !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 24px !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 24px !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 24px !important;
  }

  .m-xxl-4_1 {
    margin: 30px !important;
  }

  .mt-xxl-4_1,
.my-xxl-4_1 {
    margin-top: 30px !important;
  }

  .mr-xxl-4_1,
.mx-xxl-4_1 {
    margin-right: 30px !important;
  }

  .mb-xxl-4_1,
.my-xxl-4_1 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-4_1,
.mx-xxl-4_1 {
    margin-left: 30px !important;
  }

  .m-xxl-4_2 {
    margin: 40px !important;
  }

  .mt-xxl-4_2,
.my-xxl-4_2 {
    margin-top: 40px !important;
  }

  .mr-xxl-4_2,
.mx-xxl-4_2 {
    margin-right: 40px !important;
  }

  .mb-xxl-4_2,
.my-xxl-4_2 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-4_2,
.mx-xxl-4_2 {
    margin-left: 40px !important;
  }

  .m-xxl-4_3 {
    margin: 50px !important;
  }

  .mt-xxl-4_3,
.my-xxl-4_3 {
    margin-top: 50px !important;
  }

  .mr-xxl-4_3,
.mx-xxl-4_3 {
    margin-right: 50px !important;
  }

  .mb-xxl-4_3,
.my-xxl-4_3 {
    margin-bottom: 50px !important;
  }

  .ml-xxl-4_3,
.mx-xxl-4_3 {
    margin-left: 50px !important;
  }

  .m-xxl-5 {
    margin: 48px !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 48px !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 48px !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 48px !important;
  }

  .m-xxl-6 {
    margin: 64px !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 64px !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 64px !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 64px !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 64px !important;
  }

  .m-xxl-7 {
    margin: 80px !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 80px !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 80px !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 80px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 4px !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 4px !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 4px !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 4px !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 4px !important;
  }

  .p-xxl-2 {
    padding: 8px !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 8px !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 8px !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 8px !important;
  }

  .p-xxl-2_1 {
    padding: 10px !important;
  }

  .pt-xxl-2_1,
.py-xxl-2_1 {
    padding-top: 10px !important;
  }

  .pr-xxl-2_1,
.px-xxl-2_1 {
    padding-right: 10px !important;
  }

  .pb-xxl-2_1,
.py-xxl-2_1 {
    padding-bottom: 10px !important;
  }

  .pl-xxl-2_1,
.px-xxl-2_1 {
    padding-left: 10px !important;
  }

  .p-xxl-3 {
    padding: 16px !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 16px !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 16px !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 16px !important;
  }

  .p-xxl-3_1 {
    padding: 20px !important;
  }

  .pt-xxl-3_1,
.py-xxl-3_1 {
    padding-top: 20px !important;
  }

  .pr-xxl-3_1,
.px-xxl-3_1 {
    padding-right: 20px !important;
  }

  .pb-xxl-3_1,
.py-xxl-3_1 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-3_1,
.px-xxl-3_1 {
    padding-left: 20px !important;
  }

  .p-xxl-4 {
    padding: 24px !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 24px !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 24px !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 24px !important;
  }

  .p-xxl-4_1 {
    padding: 30px !important;
  }

  .pt-xxl-4_1,
.py-xxl-4_1 {
    padding-top: 30px !important;
  }

  .pr-xxl-4_1,
.px-xxl-4_1 {
    padding-right: 30px !important;
  }

  .pb-xxl-4_1,
.py-xxl-4_1 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-4_1,
.px-xxl-4_1 {
    padding-left: 30px !important;
  }

  .p-xxl-4_2 {
    padding: 40px !important;
  }

  .pt-xxl-4_2,
.py-xxl-4_2 {
    padding-top: 40px !important;
  }

  .pr-xxl-4_2,
.px-xxl-4_2 {
    padding-right: 40px !important;
  }

  .pb-xxl-4_2,
.py-xxl-4_2 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-4_2,
.px-xxl-4_2 {
    padding-left: 40px !important;
  }

  .p-xxl-4_3 {
    padding: 50px !important;
  }

  .pt-xxl-4_3,
.py-xxl-4_3 {
    padding-top: 50px !important;
  }

  .pr-xxl-4_3,
.px-xxl-4_3 {
    padding-right: 50px !important;
  }

  .pb-xxl-4_3,
.py-xxl-4_3 {
    padding-bottom: 50px !important;
  }

  .pl-xxl-4_3,
.px-xxl-4_3 {
    padding-left: 50px !important;
  }

  .p-xxl-5 {
    padding: 48px !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 48px !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 48px !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 48px !important;
  }

  .p-xxl-6 {
    padding: 64px !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 64px !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 64px !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 64px !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 64px !important;
  }

  .p-xxl-7 {
    padding: 80px !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 80px !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 80px !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 80px !important;
  }

  .m-xxl-n1 {
    margin: -4px !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -4px !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -4px !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -4px !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -4px !important;
  }

  .m-xxl-n2 {
    margin: -8px !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -8px !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -8px !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -8px !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -8px !important;
  }

  .m-xxl-n2_1 {
    margin: -10px !important;
  }

  .mt-xxl-n2_1,
.my-xxl-n2_1 {
    margin-top: -10px !important;
  }

  .mr-xxl-n2_1,
.mx-xxl-n2_1 {
    margin-right: -10px !important;
  }

  .mb-xxl-n2_1,
.my-xxl-n2_1 {
    margin-bottom: -10px !important;
  }

  .ml-xxl-n2_1,
.mx-xxl-n2_1 {
    margin-left: -10px !important;
  }

  .m-xxl-n3 {
    margin: -16px !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -16px !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -16px !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -16px !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -16px !important;
  }

  .m-xxl-n3_1 {
    margin: -20px !important;
  }

  .mt-xxl-n3_1,
.my-xxl-n3_1 {
    margin-top: -20px !important;
  }

  .mr-xxl-n3_1,
.mx-xxl-n3_1 {
    margin-right: -20px !important;
  }

  .mb-xxl-n3_1,
.my-xxl-n3_1 {
    margin-bottom: -20px !important;
  }

  .ml-xxl-n3_1,
.mx-xxl-n3_1 {
    margin-left: -20px !important;
  }

  .m-xxl-n4 {
    margin: -24px !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -24px !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -24px !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -24px !important;
  }

  .m-xxl-n4_1 {
    margin: -30px !important;
  }

  .mt-xxl-n4_1,
.my-xxl-n4_1 {
    margin-top: -30px !important;
  }

  .mr-xxl-n4_1,
.mx-xxl-n4_1 {
    margin-right: -30px !important;
  }

  .mb-xxl-n4_1,
.my-xxl-n4_1 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n4_1,
.mx-xxl-n4_1 {
    margin-left: -30px !important;
  }

  .m-xxl-n4_2 {
    margin: -40px !important;
  }

  .mt-xxl-n4_2,
.my-xxl-n4_2 {
    margin-top: -40px !important;
  }

  .mr-xxl-n4_2,
.mx-xxl-n4_2 {
    margin-right: -40px !important;
  }

  .mb-xxl-n4_2,
.my-xxl-n4_2 {
    margin-bottom: -40px !important;
  }

  .ml-xxl-n4_2,
.mx-xxl-n4_2 {
    margin-left: -40px !important;
  }

  .m-xxl-n4_3 {
    margin: -50px !important;
  }

  .mt-xxl-n4_3,
.my-xxl-n4_3 {
    margin-top: -50px !important;
  }

  .mr-xxl-n4_3,
.mx-xxl-n4_3 {
    margin-right: -50px !important;
  }

  .mb-xxl-n4_3,
.my-xxl-n4_3 {
    margin-bottom: -50px !important;
  }

  .ml-xxl-n4_3,
.mx-xxl-n4_3 {
    margin-left: -50px !important;
  }

  .m-xxl-n5 {
    margin: -48px !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -48px !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -48px !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -48px !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -48px !important;
  }

  .m-xxl-n6 {
    margin: -64px !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -64px !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -64px !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -64px !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -64px !important;
  }

  .m-xxl-n7 {
    margin: -80px !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -80px !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -80px !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -80px !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -80px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1470px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* _____ Basic elements _____ */
*, *:before, *:after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.center {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.flow-hidden {
  overflow: hidden;
}

.none {
  display: none;
}

/* base */
@media (max-width: 767.98px) {
  .container-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .row > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.main-wrap {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  position: relative;
}
body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
body.-active-menu {
  overflow: hidden;
}
body.-active-menu:after {
  z-index: 90;
  opacity: 1;
  visibility: visible;
}
body.-active-menu .mobile-btn {
  display: none !important;
}

.container-full-1 {
  max-width: 1654px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* layout */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.dc-content_thm-1 h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.525;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-1 h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199.98px) {
  .dc-content_thm-1 h1 {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .dc-content_thm-1 h1 {
    font-size: 39px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-1 h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-1 h1 {
    line-height: 1.2;
    font-size: 30px !important;
  }
}
.dc-content_thm-1 p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.53125;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-1 p {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .dc-content_thm-1 p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-1 p {
    font-size: 18px;
  }
}
.dc-content_thm-3 ul {
  list-style-type: none;
}
.dc-content_thm-3 ul li {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #21262C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-3 ul li {
    font-size: 16px;
  }
}
.dc-content_thm-3 ul li img {
  flex-shrink: 0;
  margin-right: 10px;
}
.dc-content_thm-3 h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #152169;
}
@media (max-width: 767.98px) {
  .dc-content_thm-3 h4 {
    font-size: 18px;
  }
}
.dc-content_thm-3 h4 strong {
  font-weight: 600;
}
.dc-content_thm-3 p.p-lg {
  font-weight: 400;
  line-height: 27px;
  color: #21262C;
  font-size: 18px;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-3 p.p-lg {
    font-size: 16px;
  }
}
.dc-content_thm-3 h5 {
  font-weight: 400;
  line-height: 27px;
  color: #21262C;
  font-size: 18px;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-3 h5 {
    font-size: 16px;
  }
}
.dc-content_thm-3 h2 {
  font-weight: 600;
  font-size: 52px;
  font-size: 52px;
  line-height: 1.5192307692;
  color: #65B2E9;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .dc-content_thm-3 h2 {
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-3 h2 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-3 h2 {
    line-height: 1.3;
  }
}
.dc-content_thm-3 h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5357142857;
  color: #152169;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-3 h3 {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .dc-content_thm-3 h3 {
    font-size: 18px;
  }
}
.dc-content_thm-3 p {
  font-size: 16px;
  line-height: 1.625;
  color: #21262C;
}
.dc-content_thm-3 p strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .dc-content_thm-3 p {
    font-size: 14px;
  }
}
.dc-content_thm-2 h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.525;
  color: #152169;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-2 h2 {
    font-size: 31px;
  }
}
@media (max-width: 1199.98px) {
  .dc-content_thm-2 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-2 h2 {
    font-size: 32px;
  }
}
.dc-content_thm-2 p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #21262C;
}
@media (max-width: 767.98px) {
  .dc-content_thm-2 p {
    font-size: 16px;
  }
}
.dc-content_thm-4 h3 {
  font-weight: 600;
  line-height: 1.5277777778;
  color: #65B2E9;
  font-size: 36px;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-4 h3 {
    font-size: 27px;
  }
}
@media (max-width: 991.98px) {
  .dc-content_thm-4 h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .dc-content_thm-4 h3 {
    line-height: 1.3;
  }
}
.dc-content_thm-4 h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #152169;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-4 h4 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .dc-content_thm-4 h4 {
    font-size: 18.3333333333px;
  }
}
.dc-content_thm-4 p {
  font-size: 16px;
  line-height: 1.625;
  color: #21262C;
  font-weight: 400;
}
@media (max-width: 1469.98px) {
  .dc-content_thm-4 p {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .dc-content_thm-4 p {
    font-size: 13.3333333333px;
  }
}

.row_sm-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #21262C;
}
.row_mt-1 {
  margin-top: 50px;
}
.row_mt-3 {
  margin-top: 100px;
}
@media (max-width: 1469.98px) {
  .row_mt-3 {
    margin-top: 77px;
  }
}
@media (max-width: 1199.98px) {
  .row_mt-3 {
    margin-top: 65px;
  }
}
@media (max-width: 767.98px) {
  .row_mt-3 {
    margin-top: 50px;
  }
}
.row_1 {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -20px !important;
}
.row_1 > * {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  .row_1 {
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-bottom: -50px !important;
  }
  .row_1 > * {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 50px !important;
  }
}
.row_2 {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-bottom: -10px;
}
.row_2 > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .row_3 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .row_3 > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.row_4 {
  margin-bottom: -30px;
}
.row_4 > * {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .row_4 {
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-bottom: -50px;
  }
  .row_4 > * {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 50px;
  }
}
@media (min-width: 1470px) {
  .row_4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
    margin-bottom: -80px;
  }
  .row_4 > * {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-bottom: 80px;
  }
}
.row_5 {
  margin-bottom: -90px;
}
@media (max-width: 1469.98px) {
  .row_5 {
    margin-bottom: -50px;
  }
}
.row_5 > * {
  margin-bottom: 90px;
}
@media (max-width: 1469.98px) {
  .row_5 > * {
    margin-bottom: 50px;
  }
}
.row_bg-project > *:first-child {
  position: relative;
}
.row_bg-project > *:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: -1000px;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 9999px;
  background: #F6F6F6;
  z-index: -1;
}
@media (max-width: 1469.98px) {
  .row_bg-project > *:first-child::before {
    top: -776px;
  }
}
@media (max-width: 1199.98px) {
  .row_bg-project > *:first-child::before {
    top: -654px;
  }
}
@media (max-width: 991.98px) {
  .row_bg-project > *:first-child::before {
    top: -490px;
  }
}
.row_mt-2 {
  margin-top: 40px;
}

.section_map {
  position: relative;
  min-height: 800px;
}
.section_map .gm-style .place-card-large {
  display: none;
}
.section_map .map-content {
  position: relative;
}
.section_map .map-content > * {
  position: relative;
  z-index: 2;
}
.section_map .map-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100vw;
  height: 50%;
  background: #fff;
}
.section_map .map-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .section_map {
    min-height: 600px;
  }
}
.section_map .dc-container-sm {
  position: relative;
  z-index: 2;
}
.section_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section_bg-1 {
  background: #F8F8F8;
}
.section_gradient-1 {
  position: relative;
}
.section_gradient-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(48, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.5) 10.05%, rgba(0, 0, 0, 0.0001) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .section_gradient-1:before {
    background: linear-gradient(180deg, rgba(48, 33, 33, 0.375) 0%, rgba(0, 0, 0, 0.15) 25.2%, rgba(0, 0, 0, 0.00005) 100%);
  }
}
.section_gradient-1 > * {
  position: relative;
  z-index: 1;
}
.section_project {
  overflow: hidden;
  position: relative;
}
.section_pd-def-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1469.98px) {
  .section_pd-def-1 {
    padding-top: 85px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-1 {
    padding-top: 71px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-1 {
    padding-top: 53px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-1 {
    padding-top: 80px;
  }
}
@media (max-width: 1469.98px) {
  .section_pd-def-1 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-1 {
    padding-bottom: 71px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-1 {
    padding-bottom: 53px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-1 {
    padding-bottom: 80px;
  }
}
.section_pd-def-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1469.98px) {
  .section_pd-def-2 {
    padding-top: 77px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-2 {
    padding-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-2 {
    padding-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-2 {
    padding-top: 50px;
  }
}
@media (max-width: 1469.98px) {
  .section_pd-def-2 {
    padding-bottom: 77px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-2 {
    padding-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-2 {
    padding-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-2 {
    padding-bottom: 50px;
  }
}
.section_pt-def-2 {
  padding-top: 100px;
}
@media (max-width: 1469.98px) {
  .section_pt-def-2 {
    padding-top: 77px;
  }
}
@media (max-width: 1199.98px) {
  .section_pt-def-2 {
    padding-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .section_pt-def-2 {
    padding-top: 48px;
  }
}
.section_pb-def-2 {
  padding-bottom: 100px;
}
@media (max-width: 1469.98px) {
  .section_pb-def-2 {
    padding-bottom: 77px;
  }
}
@media (max-width: 1199.98px) {
  .section_pb-def-2 {
    padding-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  .section_pb-def-2 {
    padding-bottom: 48px;
  }
}
.section_pd-def-3 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1469.98px) {
  .section_pd-def-3 {
    padding-top: 54px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-3 {
    padding-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-3 {
    padding-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-3 {
    padding-top: 80px;
  }
}
@media (max-width: 1469.98px) {
  .section_pd-def-3 {
    padding-bottom: 54px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-3 {
    padding-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-3 {
    padding-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-3 {
    padding-bottom: 80px;
  }
}
.section_pt-def-3 {
  padding-top: 70px;
}
@media (max-width: 1469.98px) {
  .section_pt-def-3 {
    padding-top: 54px;
  }
}
@media (max-width: 1199.98px) {
  .section_pt-def-3 {
    padding-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .section_pt-def-3 {
    padding-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .section_pt-def-3 {
    padding-top: 80px;
  }
}
.section_pb-def-3-1 {
  padding-bottom: 60px;
}
@media (max-width: 1469.98px) {
  .section_pb-def-3-1 {
    padding-bottom: 46px;
  }
}
@media (max-width: 1199.98px) {
  .section_pb-def-3-1 {
    padding-bottom: 39px;
  }
}
@media (max-width: 991.98px) {
  .section_pb-def-3-1 {
    padding-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .section_pb-def-3-1 {
    padding-bottom: 30px;
  }
}
.section_pt-def-4 {
  padding-top: 40px;
}
@media (max-width: 1469.98px) {
  .section_pt-def-4 {
    padding-top: 31px;
  }
}
@media (max-width: 1199.98px) {
  .section_pt-def-4 {
    padding-top: 26px;
  }
}
@media (max-width: 991.98px) {
  .section_pt-def-4 {
    padding-top: 19px;
  }
}
@media (max-width: 767.98px) {
  .section_pt-def-4 {
    padding-top: 20px;
  }
}
.section_pd-def-4 {
  padding-bottom: 40px;
}
@media (max-width: 1469.98px) {
  .section_pd-def-4 {
    padding-bottom: 31px;
  }
}
@media (max-width: 1199.98px) {
  .section_pd-def-4 {
    padding-bottom: 26px;
  }
}
@media (max-width: 991.98px) {
  .section_pd-def-4 {
    padding-bottom: 19px;
  }
}
@media (max-width: 767.98px) {
  .section_pd-def-4 {
    padding-bottom: 20px;
  }
}
.section_pb-def-3 {
  padding-bottom: 70px;
}
@media (max-width: 1469.98px) {
  .section_pb-def-3 {
    padding-bottom: 54px;
  }
}
@media (max-width: 1199.98px) {
  .section_pb-def-3 {
    padding-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .section_pb-def-3 {
    padding-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  .section_pb-def-3 {
    padding-bottom: 80px;
  }
}
.section_pt-lg {
  padding-top: 140px;
}
@media (max-width: 767.98px) {
  .section_pt-lg {
    padding-top: 80px;
  }
}
.section_pb-lg2x {
  padding-bottom: 280px;
}
@media (max-width: 767.98px) {
  .section_pb-lg2x {
    padding-bottom: 480px;
  }
}
.section_img-bg-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media screen and (min-width: 1400px) {
  .section_img-bg-1 {
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1470px) {
  .section_img-bg-1 {
    width: calc(100vw - 120px);
  }
}
.section_mt-banner-m {
  position: relative;
  z-index: 2;
  margin-top: -164px;
}
@media (max-width: 1469.98px) {
  .section_mt-banner-m {
    margin-top: -128px;
  }
}
@media (max-width: 1199.98px) {
  .section_mt-banner-m {
    margin-top: -108px;
  }
}
@media (max-width: 991.98px) {
  .section_mt-banner-m {
    margin-top: -81px;
  }
}
@media (max-width: 767.98px) {
  .section_mt-banner-m {
    margin-top: -400px;
  }
}

.title-1, .box-overlay-1 h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #21262C;
}

.box-overlay-1 {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1469.98px) {
  .box-overlay-1 {
    padding-top: 38px;
  }
}
@media (max-width: 1199.98px) {
  .box-overlay-1 {
    padding-top: 32px;
  }
}
@media (max-width: 991.98px) {
  .box-overlay-1 {
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .box-overlay-1 {
    padding-top: 35px;
  }
}
@media (max-width: 1469.98px) {
  .box-overlay-1 {
    padding-bottom: 38px;
  }
}
@media (max-width: 1199.98px) {
  .box-overlay-1 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .box-overlay-1 {
    padding-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .box-overlay-1 {
    padding-bottom: 35px;
  }
}
@media (max-width: 1469.98px) {
  .box-overlay-1 {
    padding-left: 46px;
  }
}
@media (max-width: 1199.98px) {
  .box-overlay-1 {
    padding-left: 39px;
  }
}
@media (max-width: 991.98px) {
  .box-overlay-1 {
    padding-left: 29px;
  }
}
@media (max-width: 767.98px) {
  .box-overlay-1 {
    padding-left: 30px;
  }
}
@media (max-width: 1469.98px) {
  .box-overlay-1 {
    padding-right: 46px;
  }
}
@media (max-width: 1199.98px) {
  .box-overlay-1 {
    padding-right: 39px;
  }
}
@media (max-width: 991.98px) {
  .box-overlay-1 {
    padding-right: 29px;
  }
}
@media (max-width: 767.98px) {
  .box-overlay-1 {
    padding-right: 30px;
  }
}
.dc-container-sm {
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.dc-container-sm .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

.head-1 {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .head-1 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .head-1 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .head-1 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .head-1 {
    font-size: 42px;
  }
}

.row-banner-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .row-banner-1 {
    width: 335px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-banner-1-l {
  width: 22.9007633588%;
  background: #152169;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .col-banner-1-l {
    width: 100%;
    padding: 25px 10px;
  }
}

.col-banner-1-r {
  width: 77.0992366412%;
  padding-top: 55px;
  padding-right: 122px;
  padding-bottom: 55px;
  padding-left: 75px;
}
@media (max-width: 1469.98px) {
  .col-banner-1-r {
    padding-top: 42px;
  }
}
@media (max-width: 1199.98px) {
  .col-banner-1-r {
    padding-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .col-banner-1-r {
    padding-top: 26px;
  }
}
@media (max-width: 1469.98px) {
  .col-banner-1-r {
    padding-right: 94px;
  }
}
@media (max-width: 1199.98px) {
  .col-banner-1-r {
    padding-right: 79px;
  }
}
@media (max-width: 991.98px) {
  .col-banner-1-r {
    padding-right: 59px;
  }
}
@media (max-width: 1469.98px) {
  .col-banner-1-r {
    padding-bottom: 42px;
  }
}
@media (max-width: 1199.98px) {
  .col-banner-1-r {
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .col-banner-1-r {
    padding-bottom: 26px;
  }
}
@media (max-width: 1469.98px) {
  .col-banner-1-r {
    padding-left: 58px;
  }
}
@media (max-width: 1199.98px) {
  .col-banner-1-r {
    padding-left: 48px;
  }
}
@media (max-width: 991.98px) {
  .col-banner-1-r {
    padding-left: 36px;
  }
}
@media (max-width: 767.98px) {
  .col-banner-1-r {
    width: 100%;
    padding: 30px;
  }
}
.col-banner-1-r p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #21262C;
  margin: 0;
}

.mobile-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .mobile-btn {
    display: none !important;
  }
}

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

.btn-stl-1 {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  background: #152169;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}

.js-bullets-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #65B2E9;
}
.js-bullets-1 .swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0 !important;
}

.dc-checkbox input {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.dc-checkbox input:checked + span:before {
  border-color: #65B2E9;
  background: #65B2E9;
}
.dc-checkbox input:checked + span:after {
  transition: transform 0.2s ease-out;
  transform: scale(1);
  opacity: 1;
}
.dc-checkbox input + span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding: 0;
  user-select: none;
  transition: color 0.15s ease;
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}
.dc-checkbox input + span a {
  color: inherit;
  text-decoration: underline;
}
.dc-checkbox input + span a:hover {
  text-decoration: none;
}
.dc-checkbox input + span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 6px;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.1s ease-in;
  background: #FFFFFF;
  border: 1px solid #65B2E9;
}
.dc-checkbox input + span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  opacity: 0;
  transform: scale(0);
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAvklEQVRIS+2U0Q3CMAwFzxuwCYwAEzECdAM2ghHoJmxgZJRIUWgTh9C/9Du9q59fKmz8yMZ8hqCa8IjoE5Gq7oCziEx5Zt0RBfgdOACTiFxTSZcgg8/AUURefxF44Cb6aQIvvChQVcvylo/cAl8VBPgFeAKnKGmFlwRWuwewj5KwuNiWxYUuXevVHYSvTSX2vlXRDa8uOZPY+SZ4VZDcUpvEnq+e1/52rpqGScgbVYO7JvBASmdcE/RIhqCa3ht9IVAZxGa2wAAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media (max-width: 767.98px) {
  .main-submenu .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.main-submenu_fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
}

.main-sub-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  scrollbar-width: none;
}
.main-sub-menu ul::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .main-sub-menu ul {
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: auto;
  }
}
.main-sub-menu a {
  display: block;
  background: #F8F8F8;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #152169;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 21px;
  padding-bottom: 21px;
  transition: background-color 0.2s ease;
}
@media (max-width: 1469.98px) {
  .main-sub-menu a {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .main-sub-menu a {
    font-size: 14px;
  }
}
@media (max-width: 1469.98px) {
  .main-sub-menu a {
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .main-sub-menu a {
    padding-top: 15px;
  }
}
@media (max-width: 1469.98px) {
  .main-sub-menu a {
    padding-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .main-sub-menu a {
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .main-sub-menu a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-sub-menu a:hover {
  background: #fdfdfd;
}
.main-sub-menu li.-active a, .main-sub-menu li.current-menu-item a {
  font-weight: 600;
  background: #fff;
}
@media (min-width: 768px) {
  .main-sub-menu li {
    min-width: 0;
    flex-basis: 0;
    max-width: 100%;
    flex-grow: 1;
  }
}

.bg-1 {
  background: #F8F8F8;
}

.head-2, .dc-content_thm-2 h3 {
  font-weight: 600;
  line-height: 1.5416666667;
  font-size: 24px;
  color: #21262C;
}
@media (max-width: 767.98px) {
  .head-2, .dc-content_thm-2 h3 {
    font-size: 20px;
  }
}

.list-wrap-1 li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}
.list-wrap-1 li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/club_pollentia/circle_success.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.list-wrap-1 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  color: #21262C;
}

.map-content {
  padding: 50px;
  background: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .map-content {
    padding: 38px;
  }
}
@media (max-width: 1199.98px) {
  .map-content {
    padding: 32px;
  }
}

.item {
  display: inline-flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #21262C;
  margin-left: 10px;
}
.item img {
  display: block;
}

.row-wrap_mb-slider-photo {
  margin-bottom: -90px;
}
@media (max-width: 1469.98px) {
  .row-wrap_mb-slider-photo {
    margin-bottom: -70px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_mb-slider-photo {
    margin-bottom: -59px;
  }
}
.row-wrap_mb-slider-photo > * {
  margin-bottom: 90px;
}
@media (max-width: 1469.98px) {
  .row-wrap_mb-slider-photo > * {
    margin-bottom: 69px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_mb-slider-photo > * {
    margin-bottom: 58px;
  }
}
.row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
  padding-left: 80px;
  padding-right: 60px;
}
@media (max-width: 1469.98px) {
  .row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-left: 62px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-left: 52px;
  }
}
@media (max-width: 991.98px) {
  .row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 1469.98px) {
  .row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-right: 46px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-right: 39px;
  }
}
@media (max-width: 991.98px) {
  .row-wrap_reverse-1 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .row-wrap_reverse-1 > *:nth-child(even) {
    flex-direction: row-reverse !important;
  }
}
.row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
  padding-right: 80px;
  padding-left: 60px;
}
@media (max-width: 1469.98px) {
  .row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
    padding-right: 62px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
    padding-right: 52px;
  }
}
@media (max-width: 991.98px) {
  .row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 1469.98px) {
  .row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
    padding-left: 46px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
    padding-left: 39px;
  }
}
@media (max-width: 991.98px) {
  .row-wrap_reverse-1 > *:nth-child(even) .col-12:nth-child(2) {
    padding-left: 0;
  }
}
.row-wrap_reverse-2 > *:nth-child(even) .col-12:nth-child(2) {
  padding-left: 0;
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 1469.98px) {
  .row-wrap_reverse-2 > *:nth-child(even) .col-12:nth-child(2) {
    padding-left: 62px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_reverse-2 > *:nth-child(even) .col-12:nth-child(2) {
    padding-left: 52px;
  }
}
@media (max-width: 991.98px) {
  .row-wrap_reverse-2 > *:nth-child(even) .col-12:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .row-wrap_reverse-2 > *:nth-child(odd) {
    flex-direction: row-reverse !important;
  }
}
.row-wrap_reverse-2 > *:nth-child(odd) .col-12:nth-child(2) {
  padding-right: 80px;
  padding-left: 0;
}
@media (max-width: 1469.98px) {
  .row-wrap_reverse-2 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-right: 62px;
  }
}
@media (max-width: 1199.98px) {
  .row-wrap_reverse-2 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-right: 52px;
  }
}
@media (max-width: 991.98px) {
  .row-wrap_reverse-2 > *:nth-child(odd) .col-12:nth-child(2) {
    padding-right: 0;
  }
}

.download-1 {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  color: #152169;
  padding-right: 21px;
  transition: color 0.3s ease;
}
@media (max-width: 1469.98px) {
  .download-1 {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .download-1 {
    font-size: 13.3333333333px;
  }
}
.download-1:hover {
  color: #111a54;
}
.download-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url("../img/restaurantes/download-1.svg") center top no-repeat;
}

#map {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image {
  margin-bottom: 0 !important;
}

.tab-gv {
  display: none;
}
.tab-gv_active {
  display: block;
}
.tab-gv__video {
  position: relative;
  padding-top: 66.6666666667%;
}
.tab-gv__video p {
  margin: 0 !important;
}
.tab-gv__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-gv-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tabs-gv-control__item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #999999;
}
.tabs-gv-control__item svg + * {
  margin-left: 10px;
}
.tabs-gv-control__item_active {
  color: #65B2E9;
}
.tabs-gv-control__item:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}
.tabs-gv-control__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 2px;
  height: 34px;
  background: #D8D8D8;
  top: 50%;
  transform: translate(0, -50%);
}
.tabs-gv-control_abs {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

.dc-image1-bg {
  position: relative;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .dc-image1-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.dc-image1-bg__content {
  max-width: 54.9618320611%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 70px;
}
@media (max-width: 767.98px) {
  .dc-image1-bg__content {
    padding: 20px;
    max-width: 90%;
  }
}
.dc-image1-bg__content h3 {
  font-size: 26px !important;
  line-height: 1.5384615385 !important;
}
.dc-image1-bg__content ul.-success-list-1 li {
  padding-left: 38px;
  position: relative;
}
.dc-image1-bg__content ul.-success-list-1 li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../img/ics/check.svg") center top no-repeat;
}
.dc-image1-bg__content ul li {
  display: block !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444;
  color: #21262C;
}
.dc-image1-bg__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.dc-p-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #21262C;
}

.single-post .taxonomy-category {
  text-align: center;
}
.single-post .taxonomy-category a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #BABABA;
}
.single-post .wp-block-post-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #152169;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .return-btn {
    top: -30px !important;
  }
}

.dc-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #152169;
}

.dc-title-1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 55px;
  color: #65B2E9;
}

.dc-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #152169;
}

.dc-excerpt p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #21262C;
}

.dc-menu-p {
  margin-top: 100px;
}
@media (max-width: 1469.98px) {
  .dc-menu-p {
    margin-top: 60px;
  }
}
.dc-menu-p .menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -24px;
  margin-right: -24px;
}
.dc-menu-p .menu__list li {
  padding-left: 24px;
  padding-right: 24px;
}
.dc-menu-p .menu__list li.selected_a a {
  color: #152169 !important;
}
.dc-menu-p .menu__list a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  transition: color 0.2s ease;
}
.dc-menu-p .menu__list a:hover {
  color: #152169;
}

.dc-blog-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.not-found-box {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.0625em;
  margin-bottom: 16.875em;
  position: relative;
  text-align: center;
}
@media (max-width: 991.98px) {
  .not-found-box {
    width: 70%;
    margin-top: 6.25em;
    margin-bottom: 6.25em;
  }
}
@media (max-width: 575.98px) {
  .not-found-box {
    width: 100%;
    margin-top: 3.125em;
    margin-bottom: 3.125em;
  }
}
.not-found-box__inside {
  padding-top: 2.5em;
  padding-bottom: 4.375em;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.03);
  border-radius: 0.625em;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .not-found-box__inside {
    padding-bottom: 3.125em;
    padding-top: 1.875em;
  }
}
.not-found-box__title {
  color: #152169;
  font-family: "Titillium Web", sans-serif;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1.17;
}
@media (max-width: 575.98px) {
  .not-found-box__title {
    font-size: 5em;
  }
}
.not-found-box__sbt {
  margin-bottom: 2.1875em;
  color: #152169;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.1818181818;
}
.not-found-box .btn {
  width: 17.1875em;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .not-found-box .btn {
    width: auto;
  }
}

.swiper-slide__zoom {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.swiper-slide__zoom svg {
  display: block;
}
.swiper-slide__zoom svg path {
  fill: #fff;
}

[data-fancybox]:focus,
.fancyboxmap:focus {
  outline: none;
}

.fancybox-toolbar [data-fancybox-zoom]:disabled {
  background-color: transparent !important;
  opacity: 0.3;
}

input.roi-search-engine__field {
  outline: none !important;
}

.roi-search-engine__hotel-list {
  background: #fff;
  border-radius: 0;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.roi-search-engine__hotel-link {
  transition: color 0.5s, background-color 0.5s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  white-space: nowrap;
}

.roi-search-engine__hotel-list {
  -webkit-box-shadow: 0 0 5px #b3b3b3;
  box-shadow: 0 0 5px #b3b3b3;
}

.roi-search-engine__hotel-link {
  color: #1a1a1a;
  font: 14px Lato, Arial, sans-serif;
  font-weight: 700;
}

.roi-search-engine__hotel-link:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.roi-search-engine__hotel-link {
  color: #333;
  font: 14px titillium-web-regular;
  font: 14px titillium-web-regular;
  line-height: 1.2;
}

.roi-search-engine__hotel-list {
  background-color: #ccc;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  width: 100%;
}

.roi-search-engine__hotel-item ul li a {
  font-family: "Titillium Web";
  font-weight: 400;
  padding-left: 35px;
}

.roi-search-engine__hotel-link {
  font-family: "Titillium Web";
  font-weight: 700;
  white-space: inherit;
}

.roi-search-engine__hotel-link:active, .roi-search-engine__hotel-link:focus, .roi-search-engine__hotel-link:hover {
  background-color: #65b2e9;
}

.projects-grid-1 > .col-12:only-child {
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-id-3496 .projects-grid-1 > .col-12:only-child {
  margin-left: 0 !important;
}

.js-dc-video {
  display: block;
  position: relative;
  cursor: pointer;
}
.js-dc-video:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("../img/play.svg") center center no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}
.js-dc-video.-active:before {
  display: none !important;
}
.js-dc-video video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.dc-discount {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .dc-discount {
    flex-direction: column;
  }
}
.dc-discount__left {
  width: 30.5555555556%;
  flex-shrink: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
}
@media (max-width: 1469.98px) {
  .dc-discount__left {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .dc-discount__left {
    width: 100%;
  }
}
.dc-discount__left h3 {
  line-height: 1;
}
.dc-discount__left-inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dc-discount-r {
  padding: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 1469.98px) {
  .dc-discount-r {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .dc-discount-r {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .dc-discount-r {
    padding: 40px 30px;
  }
}

.dc-text-block-image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .dc-text-block-image_row-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  .dc-text-block-image {
    display: block;
  }
}
.dc-text-block-image__left {
  width: 50%;
  position: relative;
}
@media (max-width: 991.98px) {
  .dc-text-block-image__left {
    width: 100%;
  }
}
.dc-text-block-image__left img {
  display: block;
}
@media (min-width: 992px) {
  .dc-text-block-image__left img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.dc-text-block-image-r {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 80px;
}
@media (max-width: 1469.98px) {
  .dc-text-block-image-r {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .dc-text-block-image-r {
    width: 100%;
    padding: 30px;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .dc-text-block-image-r {
    padding: 20px 10px;
  }
}

.list-bg-wrap {
  background: #21262C;
  padding: 50px;
  text-align: center;
}
.list-bg-wrap ul {
  justify-content: center !important;
}
.list-bg-wrap .footer-label {
  color: #65B2E9;
}
@media (max-width: 767.98px) {
  .list-bg-wrap {
    padding: 30px 20px;
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.dc-btn {
  display: inline-flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #2d2d2c;
  font-weight: 400;
  text-align: center;
  user-select: none;
  background-color: transparent;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  border: 1px solid transparent;
  outline: 0;
}
.dc-btn_w-1 {
  width: 192px;
  max-width: 100%;
}
.dc-btn_w-2 {
  max-width: 100%;
}
@media (min-width: 768px) {
  .dc-btn_w-2 {
    min-width: 248px;
  }
}
@media (max-width: 767.98px) {
  .dc-btn_w-2 {
    width: 248px;
  }
}
.dc-btn_primary {
  color: #fff;
  background-color: #152169;
  border-color: #152169;
  transition: all 0.2s ease;
}
.dc-btn_primary:hover {
  background-color: #111a54;
  border-color: #111a54;
}
.dc-btn_white {
  color: #152169;
  background-color: white;
  border-color: white;
  transition: all 0.2s ease;
}
.dc-btn_white:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.dc-btn_secondary {
  color: #fff;
  background-color: #21262C;
  border-color: #21262C;
  transition: all 0.2s ease;
}
.dc-btn_secondary:hover {
  background-color: #16191d;
  border-color: #16191d;
}
.dc-btn_outline-primary {
  border-color: #152169;
  color: #152169;
  transition: all 0.2s ease;
}
.dc-btn_outline-primary:hover {
  background-color: #152169;
  color: #fff;
}
.dc-btn_outline-white {
  border-color: #fff;
  color: #fff;
  transition: all 0.2s ease;
  min-height: 50px;
}
.dc-btn_outline-white:hover {
  background-color: #fff;
  color: #21262C;
}
.dc-btn_outline-white-2 {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: all 0.2s ease;
  min-height: 50px;
}
.dc-btn_outline-white-2:hover {
  background-color: #fff;
  color: #21262C;
}
.dc-btn_outline-tetriary {
  border-color: #21262C;
  color: #21262C;
  transition: all 0.2s ease;
}
.dc-btn_outline-tetriary:hover {
  background-color: #21262C;
  color: #fff;
}
.dc-btn_outline-secondary {
  border-color: #21262C;
  color: #21262C;
  transition: all 0.2s ease;
  border-radius: 50px;
}
.dc-btn_outline-secondary:hover {
  background-color: #21262C;
  color: #fff;
}
.dc-btn_gradient {
  overflow: hidden;
  color: #fff;
  border: none;
  background-color: #3f70d5;
  background-image: linear-gradient(to right, #3f70d5 0%, #7fbc51 100%);
  background-repeat: repeat-y;
  background-position: 150px 0;
  transition: background-position 0.2s ease;
}
.dc-btn_gradient:hover {
  background-position: 0px 0;
}
.dc-btn_loading {
  color: transparent !important;
}
.dc-btn_loading:after {
  animation: spinAround 0.5s infinite linear;
  border: 3px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
  position: absolute;
  left: calc(50% - (16px / 2));
  top: calc(50% - (16px / 2));
  position: absolute !important;
}
.dc-btn:disabled {
  background-color: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important;
  box-shadow: none !important;
}
.dc-btn_lg {
  padding: 10px 25px;
  font-size: 16px;
}
.dc-btn_sm {
  padding: 5px 15px;
  font-size: 12px;
}
.dc-btn_block {
  display: flex;
  width: 100%;
}
.dc-btn_w1 {
  width: 200px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .dc-btn_w1 {
    width: 100%;
  }
}

/*endinject*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  outline: none;
  padding: 15px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger span {
  display: block;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 34px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 1px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes fixedHeader {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.header_fixed, .header_animation-0 {
  min-height: 40px;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background-color: #fff;
  animation-name: fixedHeader;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  z-index: 101;
}

.header {
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}
.header .dc-btn {
  transition: none !important;
}
.header_animation-0 {
  animation-name: none !important;
}
@media (max-width: 991.98px) {
  .header {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.header_fixed, .header_animation-0 {
  background: #fff;
  position: fixed;
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
}
.header_fixed .header-icon-beblue path:not(:nth-child(1)):not(:nth-child(2)), .header_animation-0 .header-icon-beblue path:not(:nth-child(1)):not(:nth-child(2)) {
  fill: #152169;
}
.header_fixed .header-icon-user path, .header_animation-0 .header-icon-user path,
.header_fixed .header-icon-tel path,
.header_animation-0 .header-icon-tel path,
.header_fixed .lang-item_current path,
.header_animation-0 .lang-item_current path {
  fill: #21262C;
}
.header_fixed .lang-item, .header_animation-0 .lang-item {
  text-decoration: none;
}
.header_fixed .lang-item span, .header_animation-0 .lang-item span {
  color: #21262C !important;
}
.header_fixed .lang-wrap.-active .lang-dropdown .lang-item, .header_animation-0 .lang-wrap.-active .lang-dropdown .lang-item {
  transform: none !important;
  background-color: #fff !important;
}
.header_fixed .lnk, .header_animation-0 .lnk {
  display: none !important;
}
.header_fixed .hamburger .hamburger-inner, .header_animation-0 .hamburger .hamburger-inner, .header_fixed .hamburger .hamburger-inner::before, .header_animation-0 .hamburger .hamburger-inner::before, .header_fixed .hamburger .hamburger-inner::after, .header_animation-0 .hamburger .hamburger-inner::after {
  background-color: #363636 !important;
}
.header_fixed a[href*=tel] svg path:not(:nth-child(1)):not(:nth-child(2)), .header_animation-0 a[href*=tel] svg path:not(:nth-child(1)):not(:nth-child(2)) {
  fill: #152169;
}
.header_fixed .dc-btn, .header_animation-0 .dc-btn {
  background: #152169 !important;
  border-color: #152169 !important;
}
.header_fixed .dc-btn:hover, .header_animation-0 .dc-btn:hover {
  color: #fff !important;
  background: #111a54 !important;
  border-color: #111a54 !important;
}
.header_fixed .main-logo svg path:nth-child(2), .header_animation-0 .main-logo svg path:nth-child(2), .header_fixed .main-logo svg path:nth-child(3), .header_animation-0 .main-logo svg path:nth-child(3) {
  fill: #152169;
}
.header a {
  display: block;
}
.header svg {
  display: block;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .header .dc-btn_outline-white-2 {
    font-size: 14px;
    min-height: 40px;
    width: auto;
  }
}
.header .container {
  max-width: 1350px;
}

@media (max-width: 991.98px) {
  .main-logo {
    max-width: 74px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-logo a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-decoration: none;
}
.main-logo a img,
.main-logo a svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.lnk {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.lnk:hover {
  text-decoration: underline;
}

.block-menu {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  margin-bottom: 116px;
}
.block-menu.-active {
  opacity: 1;
  visibility: visible;
  z-index: 91;
}

.block-list-wrap {
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  left: 0;
  width: 100%;
  bottom: -70px;
}
.block-list-wrap .list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.block-list-wrap .list li {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.block-list-wrap .list a {
  display: block;
  text-decoration: none;
}
.block-list-wrap .list img {
  display: block;
}

.sub-menu {
  padding: 20px 0 0;
  display: none;
}
@media (max-width: 767.98px) {
  .sub-menu {
    padding-top: 8px;
  }
}
.sub-menu a {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 2 !important;
  color: #999999 !important;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sub-menu a {
    font-size: 15px !important;
  }
}
.sub-menu li:not(:last-child) {
  margin-bottom: 0 !important;
}

.menu-list-overflow {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  overflow-y: scroll;
  height: 100%;
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
}

.menu-list-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.menu-list-wrap > * {
  display: table-cell;
  vertical-align: middle;
}

.menu-list a {
  transition: color 0.2s ease;
}
.menu-list a:hover {
  color: #111a54 !important;
}
.menu-list li {
  font-weight: 400;
  font-size: 28px;
  color: #152169;
  text-align: center;
}
@media (max-width: 767.98px) {
  .menu-list li {
    font-size: 22px;
  }
}
.menu-list li:not(:last-child) {
  margin-bottom: 15px;
}
.menu-list li a {
  color: inherit;
  text-decoration: none;
}
.menu-list li.menu-item-has-children > a {
  position: relative;
}
.menu-list li.menu-item-has-children > a:after {
  transform: translate(0, -52%);
}
.menu-list li.menu-item-has-children > a::after {
  content: "";
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  right: -28px;
  line-height: 1;
  background: url(../img/arrow-down-color.svg) center center no-repeat;
  transform: translate(0, -45%);
}
.menu-list li.menu-item-has-children > a.-active {
  color: #999;
}
.menu-list li.menu-item-has-children > a.-active:after {
  content: "";
  transform: rotate(180deg) translate(0, 45%);
}
.lang-wrap {
  position: relative;
  margin-left: -15px;
}
.lang-wrap .lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.lang-wrap.-active .lang-item_current {
  background-color: #fff;
}
.lang-wrap.-active .lang-item_current span {
  color: #152169 !important;
}
.lang-wrap.-active .lang-dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  background-color: #d7d7d7;
}
.lang-wrap.-active .lang-dropdown .lang-item {
  background-color: #d7d7d7;
}
.lang-wrap.-active .lang-dropdown .lang-item:hover {
  background-color: #c3c3c3;
}
.lang-wrap.-active .lang-dropdown .lang-item span {
  color: #152169;
}

.lang-item {
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  width: 60px;
  height: 60px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lang-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.0555555556;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color 0.2s ease;
}
.lang-item:hover {
  text-decoration: none;
}
.lang-item_current {
  position: relative;
}
.lang-item_current img,
.lang-item_current svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -45%);
  width: 8px;
  height: 5px;
}
.footer {
  background: #21262C;
}
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
  }
}

.footer-top {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1469.98px) {
  .footer-top {
    padding-top: 58px;
  }
}
@media (max-width: 1199.98px) {
  .footer-top {
    padding-top: 48px;
  }
}
@media (max-width: 991.98px) {
  .footer-top {
    padding-top: 36px;
  }
}
@media (max-width: 1469.98px) {
  .footer-top {
    padding-bottom: 58px;
  }
}
@media (max-width: 1199.98px) {
  .footer-top {
    padding-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .footer-top {
    padding-bottom: 36px;
  }
}
@media (max-width: 767.98px) {
  .footer-top {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-top a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.footer-main-content {
  border-top: 1px solid rgba(186, 186, 186, 0.5);
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1469.98px) {
  .footer-main-content {
    padding-top: 46px;
  }
}
@media (max-width: 1199.98px) {
  .footer-main-content {
    padding-top: 39px;
  }
}
@media (max-width: 991.98px) {
  .footer-main-content {
    padding-top: 29px;
  }
}
@media (max-width: 767.98px) {
  .footer-main-content {
    padding-top: 50px;
  }
}
@media (max-width: 1469.98px) {
  .footer-main-content {
    padding-bottom: 46px;
  }
}
@media (max-width: 1199.98px) {
  .footer-main-content {
    padding-bottom: 39px;
  }
}
@media (max-width: 991.98px) {
  .footer-main-content {
    padding-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .footer-main-content {
    padding-bottom: 50px;
  }
}

.footer-contacts-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.footer-social-col {
  width: 35.9722222222%;
}
@media (max-width: 1199.98px) {
  .footer-social-col {
    width: 42%;
  }
}
@media (max-width: 767.98px) {
  .footer-social-col {
    width: 100%;
    margin-bottom: 64px;
  }
}

.footer-head {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #65B2E9;
}
@media (max-width: 1469.98px) {
  .footer-head {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer-head {
    font-size: 16px;
  }
}
.footer-head + * {
  margin-top: 4px;
}

.footer-label {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5416666667;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .footer-label {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer-label {
    font-size: 24px;
  }
}

.footer-social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 767.98px) {
  .footer-social ul {
    margin-left: -12px;
    margin-right: -12px;
    justify-content: center;
  }
}
.footer-social ul > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767.98px) {
  .footer-social ul > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.footer-social a {
  display: block;
  text-decoration: none;
  width: 64px;
  height: 64px;
}
@media (max-width: 1469.98px) {
  .footer-social a {
    width: 49px;
  }
}
@media (max-width: 1469.98px) {
  .footer-social a {
    height: 49px;
  }
}
.footer-social a svg {
  max-width: 100%;
}
.footer-social a svg title {
  display: none;
}

.footer-form-col {
  width: 53.4722222222%;
}
@media (max-width: 767.98px) {
  .footer-form-col {
    width: 100%;
  }
}

.ThankYouMessage {
  color: #fff;
  font-size: 16px;
}

.form-thm-1 .rendered-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.form-thm-1 .rendered-form .formbuilder-checkbox-label {
  display: none;
}
.form-thm-1 .rendered-form label.formbuilder-text-label {
  display: none;
}
.form-thm-1 .rendered-form .formbuilder-checkbox {
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.form-thm-1 .rendered-form .formbuilder-checkbox input {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #65B2E9;
}
.form-thm-1 .rendered-form .formbuilder-text {
  width: calc(50% - 5px);
  flex-shrink: 0;
}
.form-thm-1 .rendered-form .formbuilder-button {
  width: calc(50% - 5px);
  flex-shrink: 0;
}
.form-thm-1 input:not([type=submit]):not([type=checkbox]) {
  display: block;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  padding-left: 16px;
  border: 1px solid #65B2E9;
  outline: 0;
  margin: 0;
  max-width: 100%;
  text-align: left;
  color: #000;
  box-shadow: none;
  transition: border-color 0.1s ease;
  border-radius: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.form-thm-1 input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder {
  color: #7E7F74;
}
.form-thm-1 input:not([type=submit]):not([type=checkbox]):-moz-placeholder {
  color: #7E7F74;
}
.form-thm-1 input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
  color: #7E7F74;
}
.form-thm-1 input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
  color: #7E7F74;
}
.form-thm-1 [type=submit],
.form-thm-1 button {
  border-radius: 0 !important;
  cursor: pointer;
  display: block;
  background: #65B2E9;
  outline: none;
  border: 0;
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.form-thm-1 [type=submit]:hover,
.form-thm-1 button:hover {
  background: #4fa7e6;
}

.footer-nav-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
}
@media (max-width: 1469.98px) {
  .footer-nav-wrap {
    padding-top: 34px;
  }
}
@media (max-width: 1199.98px) {
  .footer-nav-wrap {
    padding-top: 29px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav-wrap {
    padding-top: 22px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 1469.98px) {
  .footer-nav-wrap {
    padding-bottom: 34px;
  }
}
@media (max-width: 1199.98px) {
  .footer-nav-wrap {
    padding-bottom: 29px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav-wrap {
    padding-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav-wrap {
    padding-bottom: 50px;
  }
}

.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1469.98px) {
  .footer-nav {
    margin-left: -24px;
  }
}
@media (max-width: 1199.98px) {
  .footer-nav {
    margin-left: -20px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav {
    margin-left: -15px;
  }
}
@media (max-width: 1469.98px) {
  .footer-nav {
    margin-right: -24px;
  }
}
@media (max-width: 1199.98px) {
  .footer-nav {
    margin-right: -20px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav {
    margin-right: -15px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer-nav > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1469.98px) {
  .footer-nav > * {
    padding-left: 23px;
  }
}
@media (max-width: 1199.98px) {
  .footer-nav > * {
    padding-left: 19px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav > * {
    padding-left: 14px;
  }
}
@media (max-width: 1469.98px) {
  .footer-nav > * {
    padding-right: 23px;
  }
}
@media (max-width: 1199.98px) {
  .footer-nav > * {
    padding-right: 19px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav > * {
    padding-right: 14px;
  }
}
.footer-nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .footer-nav a {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav a {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.footer-nav a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1469.98px) {
  .footer-bottom {
    padding-top: 24px;
  }
}
@media (max-width: 1199.98px) {
  .footer-bottom {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-bottom {
    padding-top: 15px;
  }
}
@media (max-width: 1469.98px) {
  .footer-bottom {
    padding-bottom: 24px;
  }
}
@media (max-width: 1199.98px) {
  .footer-bottom {
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-bottom {
    padding-bottom: 15px;
  }
}

.copyright,
.footer-bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.copyright strong,
.footer-bottom p strong {
  font-weight: 600;
}
.copyright a,
.footer-bottom p a {
  text-decoration: none;
  color: #65B2E9;
  transition: color 0.3s ease;
}
.copyright a:hover,
.footer-bottom p a:hover {
  color: #4fa7e6;
}

.footer-nav-sm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991.98px) {
  .footer-nav-sm {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-nav-sm {
    justify-content: space-between;
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
}
.footer-nav-sm > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .footer-nav-sm > * {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.footer-nav-sm a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-nav-sm a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .footer-row {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .footer-row > * {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1470px) {
  .footer-row {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .footer-row > * {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}

i {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

.swiper-main-slider {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.swiper-main-slider .swiper-slide {
  position: relative;
}
.swiper-main-slider .swiper-slide::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 27.73%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.top-slider-dark .swiper-main-slider .swiper-slide::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.swiper-main-slider .swiper-slide img,
.swiper-main-slider .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section-main {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  min-height: 800px;
}
.section-main .swiper-pagination {
  z-index: 3;
  bottom: 74px;
}
@media (max-width: 1469.98px) {
  .section-main .swiper-pagination {
    bottom: 57px;
  }
}
@media (max-width: 1199.98px) {
  .section-main .swiper-pagination {
    bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .section-main .swiper-pagination {
    bottom: 36px;
  }
}
@media (max-width: 767.98px) {
  .section-main .swiper-pagination {
    bottom: 40px;
  }
}
.section-main .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  filter: drop-shadow(0px 2px 25px rgba(0, 0, 0, 0.100798));
  background: transparent;
  opacity: 1 !important;
  margin: 0 12px !important;
}
.section-main .swiper-pagination-bullet-active {
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.100798);
  filter: none;
}
.section-main .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 1469.98px) {
  .section-main {
    min-height: 620px;
  }
}
@media (max-width: 1199.98px) {
  .section-main {
    min-height: 522px;
  }
}
@media (max-width: 991.98px) {
  .section-main {
    min-height: 391px;
  }
}
@media (max-width: 767.98px) {
  .section-main {
    min-height: 380px;
  }
}

.project-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
  text-decoration: none;
}
.project-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 41%;
  background: linear-gradient(360deg, rgba(48, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.5) 54.88%, rgba(0, 0, 0, 0.0001) 100%);
}
.project-item:hover .project-item__img img {
  transform: scale(1.04);
}
.project-item:before {
  content: "";
  display: block;
  padding-top: 63.6132315522%;
}
.project-item span {
  display: block;
}
.project-item__img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-item__img img {
  display: block;
  width: 100%;
  transition: transform 1s ease;
}
.project-item__content {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  padding-left: 40px;
  padding-bottom: 36px;
  padding-right: 160px;
}
@media (max-width: 1469.98px) {
  .project-item__content {
    padding-left: 31px;
  }
}
@media (max-width: 1199.98px) {
  .project-item__content {
    padding-left: 26px;
  }
}
@media (max-width: 991.98px) {
  .project-item__content {
    padding-left: 19px;
  }
}
@media (max-width: 767.98px) {
  .project-item__content {
    padding-left: 20px;
  }
}
@media (max-width: 1469.98px) {
  .project-item__content {
    padding-bottom: 27px;
  }
}
@media (max-width: 1199.98px) {
  .project-item__content {
    padding-bottom: 23px;
  }
}
@media (max-width: 991.98px) {
  .project-item__content {
    padding-bottom: 17px;
  }
}
@media (max-width: 767.98px) {
  .project-item__content {
    padding-bottom: 20px;
  }
}
@media (max-width: 1469.98px) {
  .project-item__content {
    padding-right: 124px;
  }
}
@media (max-width: 1199.98px) {
  .project-item__content {
    padding-right: 104px;
  }
}
@media (max-width: 991.98px) {
  .project-item__content {
    padding-right: 78px;
  }
}
.project-item__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .project-item__title {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .project-item__title {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .project-item__title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .project-item__title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .project-item__p {
    display: none !important;
  }
}
.project-item__p p {
  margin: 8px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.project-item__circle-arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 40px;
  bottom: 40px;
  z-index: 3;
}
@media (max-width: 1469.98px) {
  .project-item__circle-arrow {
    width: 41px;
  }
}
@media (max-width: 1469.98px) {
  .project-item__circle-arrow {
    height: 41px;
  }
}
@media (max-width: 1469.98px) {
  .project-item__circle-arrow {
    right: 31px;
  }
}
@media (max-width: 1199.98px) {
  .project-item__circle-arrow {
    right: 26px;
  }
}
@media (max-width: 991.98px) {
  .project-item__circle-arrow {
    right: 19px;
  }
}
@media (max-width: 767.98px) {
  .project-item__circle-arrow {
    right: 16px;
  }
}
@media (max-width: 1469.98px) {
  .project-item__circle-arrow {
    bottom: 31px;
  }
}
@media (max-width: 1199.98px) {
  .project-item__circle-arrow {
    bottom: 26px;
  }
}
@media (max-width: 991.98px) {
  .project-item__circle-arrow {
    bottom: 19px;
  }
}
@media (max-width: 767.98px) {
  .project-item__circle-arrow {
    bottom: 16px;
  }
}
.project-item__circle-arrow path {
  stroke: #fff;
}
.project-item__circle-arrow img,
.project-item__circle-arrow svg {
  height: 100%;
  width: 100%;
  display: block;
}
.home-item-circle {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.home-item-circle__circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1469.98px) {
  .home-item-circle__circle {
    width: 49px;
  }
}
@media (max-width: 767.98px) {
  .home-item-circle__circle {
    width: 64px;
  }
}
@media (max-width: 1469.98px) {
  .home-item-circle__circle {
    height: 49px;
  }
}
@media (max-width: 767.98px) {
  .home-item-circle__circle {
    height: 64px;
  }
}
.home-item-circle__circle img,
.home-item-circle__circle svg {
  max-width: 100%;
}
.home-item-circle__title {
  margin: 0;
  padding-left: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #152169;
}
@media (max-width: 1469.98px) {
  .home-item-circle__title {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .home-item-circle__title {
    max-width: none;
  }
}
.home-item-circle__title p {
  margin: 0;
}
.home-item-circle__title strong {
  font-weight: 600;
}
.home-item-circle_vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.home-item-circle_vertical .home-item-circle__title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 20px !important;
}

@media (max-width: 767.98px) {
  [id^=offers-grid-1] .swiper-dc-prev,
[id^=offers-grid-1] .swiper-dc-next {
    display: flex !important;
  }
}

.slider-experiencias {
  padding-bottom: 50px;
  overflow: visible;
}
@media (max-width: 1469.98px) {
  .slider-experiencias {
    padding-bottom: 38px;
  }
}
@media (max-width: 1199.98px) {
  .slider-experiencias {
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .slider-experiencias {
    padding-bottom: 24px;
  }
}
.slider-experiencias .swiper-slide {
  display: inline-flex !important;
  max-width: 100% !important;
  width: 620px;
}
@media (max-width: 1469.98px) {
  .slider-experiencias .swiper-slide {
    width: 480px;
  }
}
@media (max-width: 1199.98px) {
  .slider-experiencias .swiper-slide {
    width: 404px;
  }
}
@media (max-width: 991.98px) {
  .slider-experiencias .swiper-slide {
    width: 303px;
  }
}
@media (max-width: 767.98px) {
  .slider-experiencias .swiper-slide {
    width: 280px;
  }
}
@media (max-width: 991.98px) {
  .slider-experiencias.-full {
    padding-top: 24px !important;
    margin-top: -24px !important;
  }
  .slider-experiencias.-full .swiper-dc-next,
.slider-experiencias.-full .swiper-dc-prev {
    display: flex !important;
    margin-top: 0 !important;
  }
}
.slider-experiencias.-full .swiper-slide {
  width: 1308px;
}
@media (max-width: 1469.98px) {
  .slider-experiencias.-full .swiper-slide {
    width: 1014px;
  }
}
@media (max-width: 1199.98px) {
  .slider-experiencias.-full .swiper-slide {
    width: 854px;
  }
}
@media (max-width: 991.98px) {
  .slider-experiencias.-full .swiper-slide {
    width: 640px;
  }
}
@media (max-width: 767.98px) {
  .slider-experiencias.-full .swiper-slide {
    width: 280px;
  }
}
.slider-experiencias .swiper-dc-next,
.slider-experiencias .swiper-dc-prev {
  margin-top: -25px;
}
.slider-experiencias .swiper-dc-next {
  right: 50px;
}
@media (min-width: 1470px) {
  .slider-experiencias .swiper-dc-next {
    right: 100px;
  }
}
@media (max-width: 767.98px) {
  .slider-experiencias .swiper-dc-next {
    right: 0;
    display: none;
  }
}
.slider-experiencias .swiper-dc-prev {
  left: 50px;
}
@media (min-width: 1470px) {
  .slider-experiencias .swiper-dc-prev {
    left: 100px;
  }
}
@media (max-width: 767.98px) {
  .slider-experiencias .swiper-dc-prev {
    left: 0;
    display: none;
  }
}

.experiencias-item {
  width: 100%;
  position: relative;
  text-decoration: none;
  display: block;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.104477));
}
@media (max-width: 767.98px) {
  .experiencias-item {
    filter: none;
  }
}
.experiencias-item span {
  display: block;
}
.experiencias-item__circle {
  vertical-align: top;
  position: absolute;
  bottom: 18px;
  right: 22px;
  z-index: 2;
}
.experiencias-item__circle path {
  stroke: #fff;
}
.experiencias-item__circle img,
.experiencias-item__circle svg {
  display: block;
  width: 48px;
  height: 48px;
}
.experiencias-item__img {
  padding-top: 74.8387096774%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .experiencias-item__img {
    padding-top: 127.8571428571%;
  }
}
.experiencias-item__img_lg {
  padding-top: 64.43871% !important;
}
.experiencias-item__img_lg:before {
  display: none !important;
}
.experiencias-item__img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 107px;
  background: linear-gradient(360deg, rgba(48, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.5) 54.88%, rgba(0, 0, 0, 0.0001) 100%);
  z-index: 1;
}
@media (max-width: 1469.98px) {
  .experiencias-item__img:before {
    height: 82px;
  }
}
@media (max-width: 1199.98px) {
  .experiencias-item__img:before {
    height: 69px;
  }
}
@media (max-width: 991.98px) {
  .experiencias-item__img:before {
    height: 52px;
  }
}
.experiencias-item__img:hover img {
  transform: scale(1.04);
}
.experiencias-item__img img {
  transition: transform 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experiencias-item__title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 80px;
  padding-bottom: 28px;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1153846154;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .experiencias-item__title {
    padding-bottom: 28px;
    padding-right: 80px;
    padding-left: 25px;
  }
}

.swiper-button-disabled {
  opacity: 0.2 !important;
}

.swiper-dc-next,
.swiper-dc-prev {
  transition: opacity 0.3s ease;
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 1469.98px) {
  .swiper-dc-next,
.swiper-dc-prev {
    width: 49px;
  }
}
@media (max-width: 1469.98px) {
  .swiper-dc-next,
.swiper-dc-prev {
    height: 49px;
  }
}

.dc-advantages {
  margin-bottom: -15px;
}
.dc-advantages > * {
  margin-bottom: 15px;
}

.dc-breadcrumbs-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #21262C;
  padding: 10px 0;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .dc-breadcrumbs__dots {
    width: 10px;
    font-size: 10px;
    color: transparent !important;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
    width: 32px;
    padding-right: 0 !important;
  }
  .dc-breadcrumbs__dots:before {
    content: "...";
    display: block;
    position: absolute;
    color: #fff !important;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
  }
  .dc-breadcrumbs__dots_home {
    width: 46px;
  }
  .dc-breadcrumbs__dots_home:before {
    content: "";
    display: block;
    position: absolute;
    bottom: auto;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background: url(../img/home.svg) center center no-repeat;
  }
}
.dc-breadcrumbs ul, .dc-breadcrumbs > span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .dc-breadcrumbs ul, .dc-breadcrumbs > span {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.dc-breadcrumbs ul li, .dc-breadcrumbs ul > span, .dc-breadcrumbs > span li, .dc-breadcrumbs > span > span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .dc-breadcrumbs ul li, .dc-breadcrumbs ul > span, .dc-breadcrumbs > span li, .dc-breadcrumbs > span > span {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
  }
}
.dc-breadcrumbs ul li:not(:last-child), .dc-breadcrumbs ul > span:not(:last-child), .dc-breadcrumbs > span li:not(:last-child), .dc-breadcrumbs > span > span:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1469.98px) {
  .dc-breadcrumbs ul li:not(:last-child), .dc-breadcrumbs ul > span:not(:last-child), .dc-breadcrumbs > span li:not(:last-child), .dc-breadcrumbs > span > span:not(:last-child) {
    margin-right: 31px;
  }
}
@media (max-width: 1199.98px) {
  .dc-breadcrumbs ul li:not(:last-child), .dc-breadcrumbs ul > span:not(:last-child), .dc-breadcrumbs > span li:not(:last-child), .dc-breadcrumbs > span > span:not(:last-child) {
    margin-right: 26px;
  }
}
.dc-breadcrumbs ul li a, .dc-breadcrumbs ul > span a, .dc-breadcrumbs > span li a, .dc-breadcrumbs > span > span a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-right: 32px;
}
.dc-breadcrumbs ul li a:after, .dc-breadcrumbs ul > span a:after, .dc-breadcrumbs > span li a:after, .dc-breadcrumbs > span > span a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 14px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/b-arrow.svg") center center no-repeat;
}
@media (max-width: 767.98px) {
  .dc-breadcrumbs ul li a, .dc-breadcrumbs ul > span a, .dc-breadcrumbs > span li a, .dc-breadcrumbs > span > span a {
    font-weight: 600;
  }
}

.card-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flexs-start;
  width: 100%;
}
.card-item_md {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.104477);
}
.card-item_md .card-item__img {
  padding-top: 63.5483870968%;
}
.card-item_sm {
  background: #fff;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.104477));
}
.card-item_sm .card-item__img {
  padding-top: 53.4%;
}
.card-item_sm .card-item__img::before {
  display: none !important;
}
.card-item_sm .card-item__img::after {
  height: 50% !important;
}
.card-item__top {
  position: relative;
}
.card-item__top .project-item__circle-arrow {
  bottom: 24px !important;
}
.card-item__img {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}
.card-item__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25.3807106599%;
  background: linear-gradient(180deg, rgba(48, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.0001) 100%);
  z-index: 3;
}
.card-item__img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.3045685279%;
  background: linear-gradient(360deg, rgba(48, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.card-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.card-item__img:hover img {
  transform: scale(1.04);
}
.card-item__content {
  padding-right: 100px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1469.98px) {
  .card-item__content {
    padding-left: 23px;
  }
}
@media (max-width: 1469.98px) {
  .card-item__content {
    padding-bottom: 23px;
  }
}
@media (max-width: 1469.98px) {
  .card-item__content {
    padding-right: 80px;
  }
}
@media (max-width: 767.98px) {
  .card-item__content {
    padding-right: 65px;
  }
}
.card-item__title-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .card-item__title-sm {
    font-size: 14px;
  }
}
.card-item__head {
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  font-size: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 1469.98px) {
  .card-item__head {
    font-size: 27px;
  }
}
.card-item__head + .card-item__title-sm {
  font-weight: 400;
}
.card-item__title {
  font-weight: 600;
  line-height: 0.9285714286;
  color: #FFFFFF;
  font-size: 28px;
}
@media (max-width: 1469.98px) {
  .card-item__title {
    font-size: 21px;
  }
}
.card-item__title + * {
  margin-top: 15px;
}
.card-item__sbt {
  font-weight: 400;
  line-height: 1.125;
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 1469.98px) {
  .card-item__sbt {
    font-size: 13px;
  }
}
.card-item__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1469.98px) {
  .card-item__bottom {
    padding-left: 23px;
  }
}
@media screen and (max-width: 480px) {
  .card-item__bottom {
    padding-right: 23px;
  }
}
.card-item__price {
  width: calc(100% - 190px);
  font-weight: 600;
  font-size: 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #51534A;
}
@media (max-width: 1469.98px) {
  .card-item__price {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .card-item__price {
    max-width: 50%;
    width: 50%;
    padding-right: 5px;
  }
}
.card-item .dc-btn {
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .card-item .dc-btn {
    max-width: 50%;
  }
}

.dc-swpiper-photo {
  position: relative;
}
@media (max-width: 1199.98px) {
  .dc-swpiper-photo {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .dc-swpiper-photo .swiper-dc-next, .dc-swpiper-photo .swiper-dc-prev {
    width: 36px !important;
    height: 36px !important;
  }
}
.dc-swpiper-photo .swiper-photo-counter {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.slider-photos {
  position: relative;
  width: 100%;
}
.slider-photos .swiper-slide {
  position: relative;
}
.slider-photos .slider-photo {
  position: relative;
}
.slider-photos .slider-photo:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.375%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 52.61%, rgba(0, 0, 0, 0.0001) 100%);
  z-index: 1;
}

.swiper-photos-nav .swiper-dc-prev {
  transform: translate(-50%, -50%);
}
.swiper-photos-nav .swiper-dc-next {
  right: 0;
  transform: translate(50%, -50%);
}

.slider-photo {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}
.slider-photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
.slider-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-conditional {
  overflow: visible !important;
}
.swiper-conditional .swiper-slide {
  display: inline-flex !important;
  max-width: 100% !important;
  width: 620px;
}
@media (max-width: 767.98px) {
  .swiper-conditional .swiper-slide {
    max-width: 80% !important;
  }
}
.swiper-conditional .swiper-conditional-slide {
  width: 100% !important;
}
.swiper-conditional .swiper-dc-next {
  right: 50px;
}
@media (min-width: 1470px) {
  .swiper-conditional .swiper-dc-next {
    right: 100px;
  }
}
@media (max-width: 767.98px) {
  .swiper-conditional .swiper-dc-next {
    right: 0;
    display: none;
  }
}
.swiper-conditional .swiper-dc-prev {
  left: 50px;
}
@media (min-width: 1470px) {
  .swiper-conditional .swiper-dc-prev {
    left: 100px;
  }
}
@media (max-width: 767.98px) {
  .swiper-conditional .swiper-dc-prev {
    left: 0;
    display: none;
  }
}

.row_sm {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-bottom: -10px;
}
.row_sm > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
}

.form-stl-1 input:not([type=submit]):not([type=checkbox]),
.form-stl-1 textarea {
  height: 48px;
  background: white;
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  padding: 0 10px 0 20px;
  font-size: 16px;
  color: #000;
}
.form-stl-1 input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder,
.form-stl-1 textarea::-webkit-input-placeholder {
  color: #999;
}
.form-stl-1 input:not([type=submit]):not([type=checkbox]):-moz-placeholder,
.form-stl-1 textarea:-moz-placeholder {
  color: #999;
}
.form-stl-1 input:not([type=submit]):not([type=checkbox])::-moz-placeholder,
.form-stl-1 textarea::-moz-placeholder {
  color: #999;
}
.form-stl-1 input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder,
.form-stl-1 textarea:-ms-input-placeholder {
  color: #999;
}
.form-stl-1 textarea {
  height: 164px;
  resize: none;
  padding-top: 15px;
}

html .dc-overflow-hidden {
  overflow: hidden !important;
}

.form-stl-1 .dc-checkbox + .dc-checkbox {
  margin-top: 10px;
}
.form-stl-1 [type=checkbox]:checked + span:before {
  border-color: #152169;
  background: #152169;
}
.form-stl-1 [type=checkbox]:checked + span:after {
  transition: transform 0.2s ease-out;
  transform: scale(1) translate(0, -50%);
  opacity: 1;
}
.form-stl-1 [type=checkbox] + span {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #21262C;
}
.form-stl-1 [type=checkbox] + span a {
  color: #65B2E9 !important;
  text-decoration: underline;
}
.form-stl-1 [type=checkbox] + span a:hover {
  text-decoration: underline;
}
.form-stl-1 [type=checkbox] + span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.1s ease-in;
  background: #FFFFFF;
  border: 1px solid #152169;
}
.form-stl-1 [type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: scale(0) translate(0, -50%);
  opacity: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAvklEQVRIS+2U0Q3CMAwFzxuwCYwAEzECdAM2ghHoJmxgZJRIUWgTh9C/9Du9q59fKmz8yMZ8hqCa8IjoE5Gq7oCziEx5Zt0RBfgdOACTiFxTSZcgg8/AUURefxF44Cb6aQIvvChQVcvylo/cAl8VBPgFeAKnKGmFlwRWuwewj5KwuNiWxYUuXevVHYSvTSX2vlXRDa8uOZPY+SZ4VZDcUpvEnq+e1/52rpqGScgbVYO7JvBASmdcE/RIhqCa3ht9IVAZxGa2wAAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.bg-form-color-1 {
  background: #F8F8F8;
  padding: 100px 75px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 75px;
  padding-left: 75px;
}
@media (max-width: 1469.98px) {
  .bg-form-color-1 {
    padding-top: 77px;
  }
}
@media (max-width: 1199.98px) {
  .bg-form-color-1 {
    padding-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .bg-form-color-1 {
    padding-top: 48px;
  }
}
@media (max-width: 1469.98px) {
  .bg-form-color-1 {
    padding-bottom: 77px;
  }
}
@media (max-width: 1199.98px) {
  .bg-form-color-1 {
    padding-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  .bg-form-color-1 {
    padding-bottom: 48px;
  }
}
@media (max-width: 1469.98px) {
  .bg-form-color-1 {
    padding-right: 58px;
  }
}
@media (max-width: 1199.98px) {
  .bg-form-color-1 {
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  .bg-form-color-1 {
    padding-right: 36px;
  }
}
@media (max-width: 1469.98px) {
  .bg-form-color-1 {
    padding-left: 58px;
  }
}
@media (max-width: 1199.98px) {
  .bg-form-color-1 {
    padding-left: 48px;
  }
}
@media (max-width: 991.98px) {
  .bg-form-color-1 {
    padding-left: 36px;
  }
}

.form-bg-img-1 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 140px;
  padding-left: 140px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1469.98px) {
  .form-bg-img-1 {
    padding-top: 155px;
  }
}
@media (max-width: 1199.98px) {
  .form-bg-img-1 {
    padding-top: 130px;
  }
}
@media (max-width: 991.98px) {
  .form-bg-img-1 {
    padding-top: 97px;
  }
}
@media (max-width: 1469.98px) {
  .form-bg-img-1 {
    padding-bottom: 155px;
  }
}
@media (max-width: 1199.98px) {
  .form-bg-img-1 {
    padding-bottom: 130px;
  }
}
@media (max-width: 991.98px) {
  .form-bg-img-1 {
    padding-bottom: 97px;
  }
}
@media (max-width: 1469.98px) {
  .form-bg-img-1 {
    padding-right: 108px;
  }
}
@media (max-width: 1199.98px) {
  .form-bg-img-1 {
    padding-right: 91px;
  }
}
@media (max-width: 991.98px) {
  .form-bg-img-1 {
    padding-right: 68px;
  }
}
@media (max-width: 1469.98px) {
  .form-bg-img-1 {
    padding-left: 108px;
  }
}
@media (max-width: 1199.98px) {
  .form-bg-img-1 {
    padding-left: 91px;
  }
}
@media (max-width: 991.98px) {
  .form-bg-img-1 {
    padding-left: 68px;
  }
}

.form-contacts-inner {
  background: #FFFFFF;
  padding: 50px;
}
@media (max-width: 1469.98px) {
  .form-contacts-inner {
    padding: 38px;
  }
}
@media (max-width: 1199.98px) {
  .form-contacts-inner {
    padding: 32px;
  }
}
@media (max-width: 991.98px) {
  .form-contacts-inner {
    padding: 24px;
  }
}

.form-contacts-inner-list {
  padding-top: 20px;
}
.form-contacts-inner-list li {
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #21262C;
}
@media (max-width: 1469.98px) {
  .form-contacts-inner-list li {
    font-size: 13px;
  }
}
.form-contacts-inner-list li:not(:last-child) {
  margin-bottom: 15px;
}
.form-contacts-inner-list li img {
  max-width: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.card-item-cls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.104477));
}
.card-item-cls__img {
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
  position: relative;
  overflow: hidden;
  display: block;
}
.card-item-cls__img:hover img {
  transform: scale(1.04);
}
.card-item-cls__img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(360deg, rgba(48, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.5) 54.88%, rgba(0, 0, 0, 0.0001) 100%);
}
.card-item-cls__img:before {
  content: "";
  display: block;
  padding-top: 62.7802690583%;
}
.card-item-cls__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.card-item-cls__content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  padding: 25px;
}
.card-item-cls__head {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .card-item-cls__head {
    font-size: 12px;
  }
}
.card-item-cls__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 1469.98px) {
  .card-item-cls__title {
    font-size: 21px;
  }
}
.card-item-cls__footer {
  flex-grow: 1;
  background: #fff;
  padding: 25px;
}
.card-item-cls__list ul li {
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  font-size: 18px;
  color: #21262C;
}
@media (max-width: 1469.98px) {
  .card-item-cls__list ul li {
    font-size: 13px;
  }
}
.card-item-cls__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.card-item-cls__list ul li img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 22px;
}

.dc-select-wrap,
.dc-select-wrap *,
.dc-select-wrap:before,
.dc-select-wrap.after {
  box-sizing: border-box;
}

.dc-select-wrap {
  position: relative;
  z-index: 90;
}
.dc-select-wrap_open-dropdown .dc-select-placeholder__clear, .dc-select-wrap_open .dc-select-placeholder__clear {
  opacity: 0 !important;
  visibility: hidden !important;
}
.dc-select-wrap_open-dropdown .dc-select-placeholder__arrow svg path, .dc-select-wrap_open .dc-select-placeholder__arrow svg path {
  fill: #282b5d;
}
.dc-select-wrap_open-dropdown {
  z-index: 101;
}
.dc-select-wrap_open-dropdown .dc-select-dropdown-container {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}
.dc-select-wrap_open {
  z-index: 101;
}
.dc-select-wrap_open .dc-select-placeholder__search {
  opacity: 1;
}
.dc-select-wrap_open .dc-select-placeholder__single,
.dc-select-wrap_open .dc-select-placeholder__rendered {
  opacity: 0;
  z-index: -1;
}
.dc-select-wrap_open .dc-select-dropdown-container {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

.dc-select-dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  margin-top: 0px;
  background: #fff;
  border: 0px solid #d9dbf2;
  border-top: 0;
  box-shadow: rgba(217, 219, 242, 0.5) 0px 4px 8px;
  border-radius: 0px;
}

.dc-select-dropdown {
  max-height: 150px !important;
  overflow-y: auto;
  padding: 8px;
}
.dc-select-dropdown__option {
  border-radius: 0px;
  margin: 0px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #282b5d;
  cursor: default;
  background: #fff;
  padding: 8px 12px;
}
.dc-select-dropdown__option_highlighted {
  background: #65B2E9 !important;
  color: #fff;
}

.dc-select-placeholder {
  overflow: hidden;
  position: relative;
  height: 48px;
  background-color: #fff;
  border: 0px solid #d9dbf2;
  border-radius: 0px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}
.dc-select-placeholder__search {
  opacity: 0;
  border: 0 !important;
  background: white;
  height: 100%;
  position: relative;
  font-size: 14px;
  padding: 9px 20px;
  font-weight: 400;
  color: #000;
  border: 0px solid #d9dbf2;
  border-radius: 0px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  display: block;
  width: 100%;
}
.dc-select-placeholder__search::-webkit-input-placeholder {
  color: rgba(40, 43, 93, 0.4);
}
.dc-select-placeholder__search:-moz-placeholder {
  color: rgba(40, 43, 93, 0.4);
}
.dc-select-placeholder__search::-moz-placeholder {
  color: rgba(40, 43, 93, 0.4);
}
.dc-select-placeholder__search:-ms-input-placeholder {
  color: rgba(40, 43, 93, 0.4);
}
.dc-select-placeholder__search:focus {
  outline: none !important;
}
.dc-select-placeholder__rendered, .dc-select-placeholder__single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  line-height: 46px;
  max-width: calc(100% - 72px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.dc-select-placeholder__rendered {
  color: #999 !important;
}
.dc-select-placeholder__single {
  color: #000;
}
.dc-select-placeholder__single_active + .dc-select-placeholder__rendered {
  opacity: 0;
  z-index: -1;
}
.dc-select-placeholder__single_active ~ .dc-select-placeholder__buttons .dc-select-placeholder__clear {
  opacity: 1 !important;
  visibility: visible;
}
.dc-select-placeholder__buttons {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}
.dc-select-placeholder__clear {
  opacity: 0;
  visibility: hidden;
}
.dc-select-placeholder__arrow, .dc-select-placeholder__clear {
  cursor: pointer;
  transition: opacity 0.2s ease;
  width: 36px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.dc-select-placeholder__arrow:hover svg path, .dc-select-placeholder__clear:hover svg path {
  fill: #282b5d;
}
.dc-select-placeholder__arrow svg path, .dc-select-placeholder__clear svg path {
  fill: rgba(40, 43, 93, 0.4);
  transition: fill 0.15s ease;
}

html .wpm-overflow-hidden {
  overflow: hidden !important;
}

.wpm-modal-form,
.wpm-modal-form *,
.wpm-modal-form:before,
.wpm-modal-form.after {
  box-sizing: border-box;
}

.wpm-modal-form {
  font-family: "Titillium Web", sans-serif;
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpm-modal-form__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.wpm-modal-form_show {
  z-index: 5000;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}
.wpm-modal-form_show .wpm-modal-form__overlay {
  opacity: 0 !important;
}
.wpm-modal-form.wpm-modal-form_show.wpm-modal-form_anim {
  opacity: 1 !important;
}
.wpm-modal-form.wpm-modal-form_show.wpm-modal-form_anim .wpm-modal-form__overlay {
  opacity: 1 !important;
}
.wpm-modal-form.wpm-modal-form_show.wpm-modal-form_anim .wpm-modal-form-inner {
  top: 50%;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.wpm-modal-form-inner {
  overflow-x: hidden;
  overflow-y: auto;
  border: 0 !important;
  position: absolute;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  border: 1px solid #d9dbf2 !important;
  margin: 32px;
  max-height: calc(100% - 64px);
  width: calc(100% - 64px);
  max-width: 480px;
  padding: 32px;
  opacity: 0;
  top: 30%;
  left: 50%;
  transform: translate(calc(-50% - 32px), calc(-50% - 32px));
}
.wpm-modal-form-inner:focus {
  outline: none !important;
}
.wpm-modal-form-inner_auto {
  width: auto;
  padding: 0;
}
.wpm-modal-form-inner_full {
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 115px !important;
  background: #fff;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .wpm-modal-form-inner_full {
    padding: 50px 0 !important;
  }
}
.wpm-modal-form-inner__close {
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 32px;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: url("../img/modal/close.svg") center center no-repeat;
  background-size: 30px 30px;
}
@media (max-width: 991.98px) {
  .wpm-modal-form-inner__close {
    top: 10px;
    right: 10px;
  }
}

.modal-lg .wpm-modal-form-inner {
  max-width: 1010px;
}

.bg-modal-f1 {
  background: #F6F6F6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bg-modal-f1 .roi-engine-container {
  width: 100%;
}
.bg-modal-f1 .roi-search-engine {
  background: #fff !important;
  border-radius: 0 !important;
}
.bg-modal-f1 .roi-search-engine--vertical {
  max-width: 325px;
  width: 325px;
}
.bg-modal-f1 form {
  display: block;
  padding: 0 !important;
}
.bg-modal-f1 form * {
  font-family: "Titillium Web", sans-serif !important;
}
.bg-modal-f1 form .roi-search-engine__text {
  position: relative;
  left: 50%;
  width: 300%;
  font-family: "Titillium Web", sans-serif;
  transform: translate(-50%, 0);
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #152169;
  background: #F6F6F6;
  padding: 0 0 30px !important;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--destination {
  padding-top: 24px !important;
}
.bg-modal-f1 form .roi-search-engine__field.roi-search-engine__field--destination.roi-search-engine__field--destination-select.js-roi-search-engine-destination-name {
  height: 40px !important;
  border: 0 !important;
  border: 0 !important;
  background-color: #F8F8F8 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #21262C !important;
  font-family: "Titillium Web", sans-serif !important;
}
.bg-modal-f1 form .roi-search-engine__field--destination-select {
  background-image: url(../img/modal/arr-d.svg) !important;
  background-size: 24px !important;
}
.bg-modal-f1 form > *:not(.roi-search-engine__text) {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates {
  width: 100%;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__field--calendar {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px !important;
  min-width: auto;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item {
  width: calc(50% - 19px) !important;
  padding: 8px !important;
  max-width: none !important;
  background-color: #F8F8F8 !important;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item .roi-search-engine__label.roi-search-engine__label--checkin,
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item .roi-search-engine__label.roi-search-engine__label--checkout {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #21262C !important;
  padding-bottom: 2px !important;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item .roi-search-engine__field--day.js-roicalendar-checkout-day,
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item .roi-search-engine__field--day.js-roicalendar-checkin-day {
  font-weight: 700;
  font-size: 60px;
  color: #152169;
  line-height: 1;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item .roi-search-engine__field--month-year.js-roicalendar-checkout-month,
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--dates .roi-search-engine__item .roi-search-engine__field--month-year.js-roicalendar-checkin-month {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #21262C;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--occupancy.js-roi-search-engine-occupancy-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--occupancy.js-roi-search-engine-occupancy-container .roi-search-engine__occupancy-info.roi-search-engine__occupancy-info--children,
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--occupancy.js-roi-search-engine-occupancy-container .roi-search-engine__occupancy-info.roi-search-engine__occupancy-info--adults {
  border-radius: 0 !important;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--promo {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0 !important;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--promo .roi-search-engine__field.roi-search-engine__field--promo.js-roi-search-engine-promo {
  width: 165px;
  font-size: 14px;
  text-transform: initial;
  border: 0 !important;
  height: 40px;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--promo .roi-search-engine__label.roi-search-engine__label--suggested-promocode {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #21262C;
}
.bg-modal-f1 form .roi-search-engine__item.roi-search-engine__item--promo .roi-search-engine__item.roi-search-engine__item--suggested-promocode {
  padding: 0 0 0 0px !important;
  margin: 0 0px 0 0 !important;
}
.bg-modal-f1 form .roi-search-engine__field--suggested-promocode {
  margin-right: 10px !important;
  width: 12px !important;
  height: 12px !important;
}
.bg-modal-f1 form .roi-search-engine__field.roi-search-engine__field--action {
  border-radius: 0 !important;
  background-color: #152169 !important;
  height: 47px !important;
}
.bg-modal-f1 form .roi-search-engine__field.roi-search-engine__field--action:hover {
  background-color: #111a54 !important;
  border-color: #111a54 !important;
}

.dc-no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dc-no-gutters > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wpm-modal-content_logo {
  position: relative;
}
.wpm-modal-content_logo:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-bottom: 20px;
  width: 123px;
  height: 71px;
  background: url("../img/modal/logo.svg") center top no-repeat;
}
@media (max-width: 991.98px) {
  .wpm-modal-content_logo:before {
    width: 61.5px;
    height: 35.5px;
    background-size: 61.5px 35.5px;
    margin-bottom: 10px;
  }
}
.wpm-modal-content_logo #secondary {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.wpm-modal-content_logo #secondary .widget.widget_block {
  width: 100%;
}
.wpm-modal-content_logo .section_img-bg-1 {
  width: auto !important;
  background: transparent !important;
  padding: 0 !important;
}
.wpm-modal-content_logo .section_img-bg-1 .container {
  max-width: 100% !important;
  width: 100% !important;
  min-width: none !important;
}
.wpm-modal-content_logo .section_img-bg-1 .box-overlay-1 {
  width: 595px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wpm-modal-content_logo .section_img-bg-1 .box-overlay-1 .home-item-circle__title {
  max-width: none;
}
.wpm-modal-content_logo .section_img-bg-1 .box-overlay-1 .row {
  display: inline-flex !important;
  flex-direction: column !important;
}

.date-countdown-wrapp {
  text-align: center;
  width: 184px;
  position: absolute;
  background: white;
  top: 30px;
  left: 60px;
  padding: 10px 10px 27px;
}
@media (max-width: 767.98px) {
  .date-countdown-wrapp {
    left: 25px;
    top: 15px;
    width: 160px;
  }
}
.date-countdown-wrapp__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #21262C;
}
.date-countdown-wrapp__date {
  display: none;
}
.date-countdown-wrapp.countdown-full {
  padding: 60px 30px !important;
  position: static !important;
  width: auto !important;
  background: #f8f8f8 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.date-countdown-wrapp.countdown-full .date-countdown-wrapp__title {
  font-size: 22px !important;
}
@media (max-width: 575.98px) {
  .date-countdown-wrapp.countdown-full .date-countdown-wrapp__title {
    font-size: 12px !important;
  }
}
.date-countdown-wrapp.countdown-full .day, .date-countdown-wrapp.countdown-full .hour, .date-countdown-wrapp.countdown-full .minute {
  font-size: 54px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .date-countdown-wrapp.countdown-full .day, .date-countdown-wrapp.countdown-full .hour, .date-countdown-wrapp.countdown-full .minute {
    font-size: 30px !important;
  }
}
@media (min-width: 576px) {
  .date-countdown-wrapp.countdown-full .day:after, .date-countdown-wrapp.countdown-full .hour:after, .date-countdown-wrapp.countdown-full .minute:after {
    font-size: 18px !important;
    position: static !important;
    margin-left: 14px;
    transform: translate(0, 0);
  }
}
@media (max-width: 575.98px) {
  .date-countdown-wrapp.countdown-full .day:after, .date-countdown-wrapp.countdown-full .hour:after, .date-countdown-wrapp.countdown-full .minute:after {
    font-size: 12px !important;
  }
}
@media (max-width: 767.98px) {
  .date-countdown-wrapp.countdown-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.date-countdown-wrapp.countdown-full .date-countdown-container {
  justify-content: center !important;
}
.date-countdown-wrapp.countdown-full .date-countdown-container > * {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 767.98px) {
  .date-countdown-wrapp.countdown-full .date-countdown-container > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.date-countdown-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.date-countdown-container > * {
  padding-left: 12px;
  padding-right: 12px;
}

.day,
.hour,
.minute {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #EE7624;
}
.day:after,
.hour:after,
.minute:after {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #51534A;
  margin-top: 0px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.day:after {
  content: attr(data-day);
}

.hour:after {
  content: attr(data-hour);
}

.minute:after {
  content: attr(data-minute);
}

.second {
  display: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.roi-search-engine__field--text {
  display: none;
}

.swiper-conditional .swiper-slide.promo-slider {
  height: auto !important;
}
.swiper-conditional .swiper-slide.promo-slider .swiper-conditional-slide {
  display: flex;
}
.swiper-conditional .swiper-slide.promo-slider .promo-card__bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  width: 100%;
}
.swiper-conditional .swiper-slide.promo-slider .promo-card__bottom .promo-card__description {
  flex-grow: 1;
}

.dc-mobile-table-title {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.dc-mobile-table-col__img {
  margin-bottom: 16px;
}
.dc-mobile-table-col__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dc-mobile-table-col__item p {
  margin: 0;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid grey;
}
.dc-mobile-table-col__item p strong {
  color: red !important;
}
/*# sourceMappingURL=style.css.map */
