@charset "UTF-8";
/*!
 * Bootstrap Reboot 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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*!
 * Bootstrap Grid 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)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.tool-tip {
  position: relative;
  background-color: #a9a9a9;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-align: center;
  margin-left: 4px;
}
.tool-tip .bubble {
  position: absolute;
  z-index: 9;
  text-align: left;
  background: #000;
  font-size: 12px;
  font-weight: 400;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
  top: calc(100% + 5px);
  border-radius: 3px;
  left: -50px;
  width: 200px;
}
@media (min-width: 768px) {
  .tool-tip .bubble {
    transform: translateX(-50%);
    left: 50%;
    width: 245px;
  }
}
.tool-tip .bubble ul {
  margin-bottom: 0;
  padding: 4px 0 0 10px;
}
.tool-tip .bubble ul li {
  list-style: disc !important;
  margin: 5px 0;
}
.tool-tip:hover .bubble {
  visibility: visible;
  opacity: 1;
}

header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(0.75rem + 2vw);
}
@media (min-width: 1200px) {
  header .header {
    transform: rotate(0);
  }
}
@media (max-width: 1199px) {
  header .header {
    padding: 0.625rem calc(0.75rem + 2vw);
  }
}
header .logo a {
  display: inline-block;
  vertical-align: middle;
}
header .logo a img {
  width: clamp(6.25rem, 4.777vw + 5.205rem, 10.938rem);
  max-height: 50px;
}
header .logo a svg {
  max-width: calc(8rem + 2vw);
  height: 50px;
  fill: #07243e;
}
@media screen and (max-width: 1300px) {
  header .logo a svg {
    max-width: calc(6rem + 1.5vw);
  }
}
@media screen and (max-width: 767px) {
  header .logo a svg {
    max-width: calc(5rem + 1.5vw);
  }
}
header a.header-btn {
  color: #fff;
  padding: calc(0.3rem + 0.2vw) calc(0.8rem + 0.5vw);
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  header a.header-btn {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  header a.header-btn {
    font-size: 0.75rem;
  }
}
header .btn-video {
  display: inline-flex;
  align-items: center;
  color: #519cea;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.625rem;
}
header .btn-video:hover {
  color: #000;
}
header .btn-video .play-btn {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid currentColor;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .btn-video .play-btn:after {
  content: "";
  cursor: pointer;
  border: 10px solid transparent;
  border-left-color: currentColor;
  border-width: 6px 0 6px 10px;
}
header .navigation span.badge {
  left: 50%;
  transform: translateX(-50%);
  background-color: #519cea;
  color: #fff;
  padding: 5px 8px 3px 8px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  top: 5px;
  text-transform: uppercase;
  position: absolute;
}
header .navigation span.badge::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #519cea;
}
@media (max-width: 1199px) {
  header .navigation {
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    margin: 0;
    text-align: left;
    overflow: auto;
    transform: translate3d(350px, 0px, 0px);
    transition: all 300ms ease 0s;
    max-width: 400px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
    padding: 1.25rem;
  }
  header .navigation.visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    transition: all 300ms ease 0s;
  }
}
@media (max-width: 767px) {
  header .navigation {
    max-width: 320px;
  }
}
header .navigation .primary-menu {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .navigation .primary-menu > li {
  padding: 0 1.5rem;
}
@media (max-width: 1400px) {
  header .navigation .primary-menu > li {
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li {
    border-bottom: 1px solid #f0f0f0;
    padding: 4px 0;
  }
}
header .navigation .primary-menu > li:hover > a {
  color: #519cea;
}
header .navigation .primary-menu > li > a {
  font-size: 1rem;
  color: #2d2d2d;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 3;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li > a {
    line-height: 5;
  }
}
@media (max-width: 1400px) {
  header .navigation .primary-menu > li > a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li > a {
    font-size: 1rem;
    width: 100%;
  }
}
header .navigation .primary-menu > li.has-dropdown {
  position: relative;
}
header .navigation .primary-menu > li.has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li.has-dropdown > a {
    display: flex;
    justify-content: space-between;
  }
}
header .navigation .primary-menu > li.has-dropdown > a.is-active:after {
  transform: rotate(-135deg);
  margin-top: 0.25rem;
}
header .navigation .primary-menu > li.has-dropdown > a::after {
  content: "";
  height: 8px;
  position: relative;
  background-color: transparent;
  transform: rotate(45deg);
  width: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: 0.3s;
  margin-top: -0.25rem;
}
header .navigation .primary-menu > li.has-dropdown .has-dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li.has-dropdown .has-dropdown-title {
    display: none;
  }
}
header .navigation .primary-menu > li.has-dropdown .has-dropdown-title h4 {
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown:hover:after {
    content: "";
    width: 320px;
    height: 30px;
    display: block;
    right: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }
  header .navigation .primary-menu > li.has-dropdown:hover:before {
    content: "";
    display: block;
    width: 115%;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown:hover > a::after {
    transform: rotate(-135deg);
    margin-top: 0.25rem;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown:hover .has-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown .has-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #fff;
    border-top: solid 1px #e0e6ef;
    box-shadow: 0px 20px 30px rgba(47, 101, 181, 0.08);
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li.has-dropdown .has-dropdown-menu {
    display: none;
    border-left: 2px solid #eaeaea;
    padding-left: 1rem;
    margin: 8px 0 1.3rem 6px;
  }
}
header .navigation .primary-menu > li.has-dropdown.is-show .has-dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown .dropdown-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2.5rem;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout {
    display: flex;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout--resources .menu-layout__sm {
    max-width: calc(360px + 3rem);
    flex: 0 0 calc(360px + 3rem);
    padding-left: 2rem;
  }
}
header .navigation .primary-menu .menu-layout__sm {
  padding-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout__sm {
    max-width: calc(285px + 3rem);
    flex: 0 0 calc(285px + 3rem);
    border-left: solid 1px #e0e6ef;
    padding: 2.5rem 0 3rem 3rem;
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout__sm {
    display: none;
  }
}
header .navigation .primary-menu .menu-layout__sm .has-dropdown-title {
  padding-left: 1rem;
}
header .navigation .primary-menu .menu-layout__sm:has(.tabs-block) {
  border: none;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout__sm:has(.tabs-block) {
    padding: 2.5rem 3rem 3rem 0;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout__lg {
    flex: 1;
    padding: 2.5rem 1.5rem 3rem 0;
  }
}
header .navigation .primary-menu .menu-layout__lg .has-dropdown-title {
  padding-left: 2rem;
}
header .navigation .primary-menu .menu-layout .menu-wrapper h3 {
  font-size: 1rem;
  color: #519deb;
}
header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu .view-more {
    display: none;
  }
}
header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu.layout-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu.layout-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu.layout-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-wrapper .navigation-menu.layout-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
header .navigation .primary-menu .menu-layout .menu-card {
  display: grid;
  grid-gap: 1.75rem;
  color: #2d2d2d;
  padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  height: 100%;
  border-radius: 1.875rem 0 1.875rem 0;
  transition: 0.25s ease-in-out all;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-card {
    padding: 0;
    border-radius: 0;
    grid-gap: 1rem;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout .menu-card:hover {
    background-color: #dfedfe;
  }
}
header .navigation .primary-menu .menu-layout .menu-card__media {
  border-radius: 1.875rem 0 1.875rem 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-card__media {
    display: none;
  }
}
header .navigation .primary-menu .menu-layout .menu-card__media img {
  border-radius: 1.875rem 0 1.875rem 0;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-card__media img {
    border-radius: 1rem 0 1rem 0;
  }
}
header .navigation .primary-menu .menu-layout .menu-card__content.flex-layout {
  display: flex;
  gap: 0.625rem;
}
header .navigation .primary-menu .menu-layout .menu-card__content.flex-layout .content h6 {
  margin-bottom: 0.25rem;
}
header .navigation .primary-menu .menu-layout .menu-card__content.flex-layout .content h6 span.tag {
  background-color: #519cea;
  color: #fff;
  padding: 5px 8px 3px 8px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
header .navigation .primary-menu .menu-layout .menu-card__content .icon {
  max-width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-card__content .icon {
    display: none;
  }
}
header .navigation .primary-menu .menu-layout .menu-card__content .icon img {
  max-width: 100%;
  display: block;
}
header .navigation .primary-menu .menu-layout .menu-card__content .icon svg {
  height: 36px;
  width: 36px;
  fill: #519cea;
}
header .navigation .primary-menu .menu-layout .menu-card__content .content {
  flex: 1;
}
header .navigation .primary-menu .menu-layout .menu-card__content .content h6 {
  font-size: 16px;
  color: currentColor;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-card__content .content h6 {
    font-size: 14px;
    margin: 0 !important;
  }
}
header .navigation .primary-menu .menu-layout .menu-card__content .content p {
  font-size: 12px;
  color: currentColor;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .menu-card__content .content p {
    display: none;
  }
}
header .navigation .primary-menu .menu-layout .menu-card__content .link {
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  color: #519cea;
}
header .navigation .primary-menu .menu-layout .casestudy-logo {
  height: 54px;
  max-width: 180px;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy-logo {
    display: none;
  }
}
header .navigation .primary-menu .menu-layout .casestudy-logo img {
  max-height: 100%;
}
header .navigation .primary-menu .menu-layout .casestudy--wtutors .casestudy-logo {
  max-width: 122px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--wtutors .casestudy-logo {
    max-width: 70px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--nexia .casestudy-logo {
  max-width: 180px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--nexia .casestudy-logo {
    max-width: 120px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--sophos .casestudy-logo {
  max-width: 120px;
}
header .navigation .primary-menu .menu-layout .casestudy--legalroom .casestudy-logo {
  max-width: 90px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--legalroom .casestudy-logo {
    max-width: 50px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--readwithus .casestudy-logo {
  max-width: 150px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--readwithus .casestudy-logo {
    max-width: 100px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--airside .casestudy-logo {
  max-width: 175px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--airside .casestudy-logo {
    max-width: 100px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--weyakyak .casestudy-logo {
  max-width: 112px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--weyakyak .casestudy-logo {
    max-width: 65px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--musicworld .casestudy-logo {
  max-width: 150px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--musicworld .casestudy-logo {
    max-width: 90px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy--codelang .casestudy-logo {
  max-width: 140px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy--codelang .casestudy-logo {
    max-width: 90px;
  }
}
header .navigation .primary-menu .menu-layout .casestudy-name {
  font-size: 14px;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .casestudy-name {
    font-weight: 600;
  }
}
header .navigation .primary-menu .menu-layout .blog {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 1.875rem 0 1.875rem 0;
  color: #2d2d2d;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .blog {
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  header .navigation .primary-menu .menu-layout .blog {
    display: block;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu .menu-layout .blog:hover {
    background-color: #dfedfe;
  }
}
header .navigation .primary-menu .menu-layout .blog-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .blog-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
header .navigation .primary-menu .menu-layout .blog-media {
  flex: 0 0 140px;
  max-width: 140px;
  border-radius: 1.875rem 0 1.875rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  header .navigation .primary-menu .menu-layout .blog-media {
    margin-bottom: 1rem;
  }
}
header .navigation .primary-menu .menu-layout .blog-media img {
  border-radius: 20px 0 20px 0;
}
header .navigation .primary-menu .menu-layout .blog-content {
  flex: 1;
}
header .navigation .primary-menu .menu-layout .blog-content h6 {
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .article {
    padding: 0.75rem 0.625rem 0.75rem 1rem;
  }
}
header .navigation .primary-menu .menu-layout .article h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .article h3 {
    font-size: 1.125rem;
  }
}
header .navigation .primary-menu .menu-layout .article .list {
  margin-bottom: 1.5rem;
}
header .navigation .primary-menu .menu-layout .article .list li {
  padding: 0 0 0.75rem 0;
  font-weight: normal;
  color: #2d2d2d;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .article .list li {
    padding: 0 0 0.375rem 0;
  }
}
header .navigation .primary-menu .menu-layout .article .list li:last-child {
  padding-bottom: 0;
}
header .navigation .primary-menu .menu-layout .article .list li:after {
  display: none;
}
header .navigation .primary-menu .menu-layout .cta-block__img {
  border-radius: 1.875rem 0 1.875rem 0;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu .menu-layout .cta-block__img {
    max-width: 200px;
    margin-bottom: 1rem;
  }
}
header .navigation .primary-menu .menu-layout .cta-block h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
header .tool-tip {
  background-color: #515f60;
}
header .contactblock {
  margin-left: 1.25rem;
}
@media (max-width: 1199px) {
  header .contactblock {
    margin-right: 1.25rem;
  }
}
header .border-line {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #519cea;
  transition: transform 0.3s ease, width 0.3s ease;
  z-index: 1;
}
@media (max-width: 1199px) {
  header .border-line {
    display: none;
  }
}
header .link {
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.tool--tip {
  position: relative;
}
.tool--tip .info {
  display: block !important;
  position: absolute !important;
  right: -45px;
  bottom: -28px;
  left: auto;
  z-index: 9;
  text-align: left;
  background: #fff;
  color: #111;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
  border: solid #000 1px;
  font-size: 13px !important;
}
.tool--tip .info::after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #000;
  bottom: -5px;
  content: "";
  position: absolute;
  left: 13px;
  bottom: unset;
  top: -6px;
  transform: rotate(180deg);
}
.tool--tip:hover .info {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1200px) {
  .has-dropdown .tabs-panel .navigation-menu li {
    opacity: 1;
    transform: translateX(0px);
  }
  .has-dropdown .navigation-menu li {
    opacity: 0;
    transform: translateX(-10px);
  }
  .has-dropdown:hover .navigation-menu li {
    opacity: 1;
    transform: translateX(0px);
  }
  .has-dropdown:hover .navigation-menu li:nth-child(1) {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  .has-dropdown:hover .navigation-menu li:nth-child(2) {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  }
  .has-dropdown:hover .navigation-menu li:nth-child(3) {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  }
  .has-dropdown:hover .navigation-menu li:nth-child(4) {
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  }
  .has-dropdown:hover .navigation-menu li:nth-child(5), .has-dropdown:hover .navigation-menu li:nth-child(6), .has-dropdown:hover .navigation-menu li:nth-child(7), .has-dropdown:hover .navigation-menu li:nth-child(8), .has-dropdown:hover .navigation-menu li:nth-child(9), .has-dropdown:hover .navigation-menu li:nth-child(10) {
    transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
  }
  .cta-block,
  .article {
    opacity: 0;
    transform: translateX(-10px);
  }
  .has-dropdown:hover .cta-block,
  .has-dropdown:hover .article {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  .has-dropdown .blog-item {
    opacity: 0;
    transform: translateX(-10px);
  }
  .has-dropdown:hover .blog-item {
    opacity: 1;
    transform: translateX(0px);
  }
  .has-dropdown:hover .blog-item:nth-child(1) {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  .has-dropdown:hover .blog-item:nth-child(2) {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  }
  .has-dropdown:hover .blog-item:nth-child(3) {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  }
  .has-dropdown:hover .blog-item:nth-child(4) {
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  }
}
.primary-menu .has-dropdown:first-child:hover:after,
.primary-menu .has-dropdown:first-child:hover:before {
  display: none !important;
}

.sticky {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 1rem;
  background-color: #dbf1f9;
}
.sticky * {
  color: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .sticky * {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sticky * {
    text-align: center;
  }
}
.sticky .sticky__content {
  z-index: 1;
}
.sticky .sticky__content strong {
  text-wrap: nowrap;
  font-weight: 700;
  color: #0f3358;
}
.sticky .sticky__content .blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.sticky .header-sticky-btn {
  font-weight: 600;
  margin-left: clamp(5px, 1vw, 10px);
  text-wrap: nowrap;
  color: #fff !important;
  padding: 4px 8px;
  background: #0f3358;
  border: 1px solid #0f3358;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .sticky .header-sticky-btn {
    font-size: 13px;
  }
}
.sticky .header-sticky-btn:hover {
  background: transparent;
  color: #0f3358 !important;
  -webkit-animation-duration: 0s;
}
.sticky .header-sticky-btn:focus {
  outline: none;
}

.horizontal-line {
  position: relative;
  margin: 0.5rem;
}
.horizontal-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 10px;
  background-color: #000;
}

.vertical-line {
  position: relative;
  margin: 0.5rem;
}
.vertical-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 2px;
  background-color: #000;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.review__media .play-btn {
  display: none !important;
}

@media (min-width: 1199px) {
  .tabs-panel:not(.is-visible) {
    display: none;
  }
}
.tabs-block {
  padding-right: 2rem;
}

.tab-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tab-links li a {
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  font-size: 0.875rem;
}
.tab-links li a:hover, .tab-links li a.is-current {
  background: rgba(81, 156, 234, 0.1);
  color: #000;
}
.tab-links li a::after {
  content: "";
  --size: 9px;
  width: var(--size);
  height: var(--size);
  flex: 0 0var --size;
  transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.source-code-block {
  padding-top: 2rem;
  margin-top: 1rem;
  padding-right: 2rem;
}
.source-code-block .cta-block__img {
  margin-bottom: 1rem !important;
}
.source-code-block h5 {
  font-size: 14px !important;
  font-weight: 600;
}
.source-code-block .btn {
  color: #fff;
  padding: calc(0.3rem + 0.2vw) calc(0.8rem + 0.5vw);
  font-size: 1rem;
  font-weight: 400;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: calc(2.1rem + 2.1vw) 0;
  padding-bottom: 0;
}
.footer p {
  color: currentColor;
  font-size: 15px;
}
@media (min-width: 992px) {
  .footer__top {
    padding-bottom: 4rem;
  }
}
.footer__top h6 {
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .footer__top h6 {
    padding: 1rem 0;
  }
  .footer__top h6:first-child {
    padding-top: 0;
  }
  .footer__top h6::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
    transform: rotate(45deg);
  }
  .footer__top h6.toggle_title.active::after {
    transform: rotate(-135deg);
  }
}
@media (min-width: 992px) {
  .footer__top h6 {
    margin-bottom: 0.8rem;
    font-size: clamp(1rem, 1.125vw, 1.125rem);
  }
}
.footer__top p,
.footer__top ul {
  color: #b8b8b8;
  font-size: 15px;
}
@media (max-width: 1600px) {
  .footer__top p,
  .footer__top ul {
    font-size: 13px;
  }
}
.footer__bottom {
  padding: 2rem 0;
  border-top: 1px solid #4a4a4a;
  color: #b8b8b8;
}
@media (max-width: 991px) {
  .footer__bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-bottom: 5rem;
  }
}
.footer .text--link {
  color: inherit;
}

@media (max-width: 991px) {
  .footer-col:not(.footer-about) h6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3764705882);
  }
  .footer-col:last-child h6:last-of-type {
    border-bottom: 1px solid transparent;
  }
  .footer-col:not(.footer-about) h6.active {
    border-bottom: 1px solid transparent;
  }
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .social-icons {
    margin: 1rem 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  .social-icons {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.social-icons svg {
  fill: #fff;
  height: clamp(20px, 4vw, 28px);
  width: clamp(20px, 4vw, 28px);
  transition: 0.2s;
}
.social-icons a:hover svg {
  fill: #b8b8b8;
}

@media (max-width: 991px) {
  .copyright p {
    font-size: 13px !important;
  }
}
.copyright-links {
  display: flex;
  gap: 1rem;
  font-size: clamp(13px, 2vw, 15px);
}
@media (max-width: 991px) {
  .copyright-links {
    justify-content: center;
    margin-top: 1rem;
  }
}
.copyright-links a {
  color: currentColor;
}
.copyright-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-about h6::after {
  content: none;
}
@media (max-width: 991px) {
  .footer-about {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer-about {
    flex: 0 0 300px;
  }
}
@media (min-width: 1601px) {
  .footer-about {
    flex: 0 0 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-about {
    flex: 0 0 100%;
  }
}

.footer-row {
  display: block;
}
@media (min-width: 992px) {
  .footer-row {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-row {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
.footer-row .footer-col {
  margin-bottom: 1rem;
}
.footer-row .footer-col:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .footer-row .footer-col {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .footer-list {
    display: none;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .footer-list {
    margin-bottom: 1.8rem;
  }
}
.footer-list li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-list li a {
  color: currentColor;
  padding: 4px 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer-list li a {
    font-size: 14px;
  }
}
.footer-list li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.link-underline {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #fff;
}
.link-underline:hover {
  color: currentColor;
}

@media screen and (min-width: 1200px) {
  .hide-fixed-btn .sticker-Btn,
  .hide-fixed-btn .fixed-right-btn {
    display: none;
    border: none !important;
  }
}
.footer-tooltip {
  position: relative;
}
.footer-tooltip .bubble {
  position: absolute;
  z-index: 9;
  background: #959595;
  font-weight: 400;
  white-space: nowrap;
  transition: all ease 0.2s;
  border-radius: 3px;
  left: 108%;
  color: #fff;
  pointer-events: none;
  font-size: 11px;
  padding: 2px 4px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .footer-tooltip .bubble {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-tooltip .bubble {
    font-size: 12px;
    opacity: 0;
    padding: 2px 7px;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .footer-tooltip .bubble {
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .footer-tooltip:hover .bubble {
    visibility: visible;
    opacity: 1;
  }
}

.footer-logo {
  max-width: calc(8rem + 2vw);
  height: 48px;
  fill: #fff;
  margin-bottom: 20px;
}

.btn {
  font-size: 18px;
  background-color: #519cea;
  color: #fff;
  padding: 12px 25px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.btn--sm {
  font-size: 1rem;
  padding: 0.5rem 1.375rem;
  line-height: 1.6;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn--secondary, .btn_secondary {
  background-color: #519cea;
}
.btn--secondary:hover, .btn_secondary:hover {
  background-color: #000;
  color: #fff;
}
.btn_white, .btn--white {
  background-color: #fff;
  color: #000;
}
.btn_white:hover, .btn--white:hover {
  background-color: #000;
  color: #fff;
}
.btn_black, .btn--black {
  background-color: #519cea;
  color: #fff;
}
.btn_black:hover, .btn--black:hover {
  background-color: #fff;
  color: #000;
}

.banner_btn,
.btn--banner {
  margin-top: calc(0.6rem + 1vw);
}
@media screen and (max-width: 767px) {
  .banner_btn,
  .btn--banner {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .btn {
    font-size: 16px;
  }
}
.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  cursor: pointer;
}
.hamburger.open, .hamburger:hover {
  color: currentColor;
}
.hamburger.open:after {
  opacity: 1;
  visibility: visible;
}
.hamburger:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out all;
  z-index: 13;
}

.hamburger span {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  background-color: currentColor;
  -webkit-transition: height 0s linear, -webkit-transform 0.6s ease-in-out;
  transition: height 0s linear, -webkit-transform 0.6s ease-in-out;
  transition: height 0s linear, transform 0.6s ease-in-out;
  transition: height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s, 0s, 0s;
  transition-delay: 0.6s, 0s, 0s;
  transform-origin: center;
}

.hamburger.open span {
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: width 0s linear, -webkit-transform 0s ease;
  transition: width 0s linear, -webkit-transform 0s ease;
  transition: width 0s linear, transform 0s ease;
  transition: width 0s linear, transform 0s ease, -webkit-transform 0s ease;
  -webkit-transition-delay: 0.3s, 0.6s, 0.6s;
  transition-delay: 0.3s, 0.6s, 0.6s;
}

.hamburger span:after {
  position: absolute;
  top: 6px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: inherit;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.hamburger.open span:after {
  top: 0;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

.hamburger span:before {
  position: absolute;
  top: -6px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: inherit;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.hamburger.open span:before {
  top: 0;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

.icon-close {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  transform: rotate(45deg);
  color: currentColor;
}
.icon-close:after, .icon-close:before {
  content: "";
  height: 2px;
  width: 16px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-close:before {
  height: 16px;
  width: 2px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

picture {
  display: block;
}

ul {
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

sub,
sup {
  font-size: 100%;
  position: unset;
}

.bg-blue {
  background-color: #519deb;
  color: #fff;
}

.border {
  border: 1px solid #f3f2f5;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1410px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 25px;
  }
}
h1 {
  font-size: calc(0.9rem + 2.35vw);
  font-weight: 800;
  line-height: 1.3;
}

h2 {
  font-size: calc(95% + 1.3vw);
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: calc(112.5% + 0.42vw);
  font-weight: 600;
}
@media (max-width: 767px) {
  h3 {
    font-size: calc(0.875rem + 1vw);
  }
}

h6 {
  font-size: calc(112.5% + 0.04vw);
  font-weight: 600;
}

.br {
  display: block;
}

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

p {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}

p.p-large {
  font-size: calc(100.5% + 0.24vw);
  font-weight: 300;
  color: #3b3b3b;
}

p strong {
  font-weight: 600;
}

.bg-grey-light {
  background-color: #fafafa;
}

.bg-grey-dark {
  background-color: #f6f5f5;
}

.theme-white p,
.theme-white h2 {
  color: #fff;
}

.section {
  padding: calc(2.2rem + 3.1vw) 0;
}

.image-round {
  border-radius: 0 50px 0 50px;
}

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

.link {
  text-decoration: underline;
  color: #519cea;
  cursor: pointer;
}

.text--link {
  text-decoration: underline;
  color: #fff;
}
.text--link:focus {
  outline: none;
}
.text--link:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: calc(0.85rem + 2vw);
  }
}
@media screen and (max-width: 1200px) {
  .br {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: calc(105.5% + 0.04vw);
  }
}
@media screen and (max-width: 767px) {
  p.p-large,
  h6,
  .list li,
  p {
    font-size: 16px;
  }
}
.list li {
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
  position: relative;
  padding: 0 0 15px 22px;
}
@media screen and (max-width: 767px) {
  .list li {
    font-size: 0.875rem;
  }
}
.list li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 0px;
  background: #3b3b3b;
  top: 10px;
  border-radius: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .list li::after {
    top: 7px;
  }
}
.list li:last-child {
  padding-bottom: 0;
}
.list li:last-child {
  padding-bottom: 0;
}
.list.list--type-1 li {
  font-weight: 500;
}
.list.list--type-1 li:after {
  background: #519cea url("https://www.yo-kart.com/images/retina/check-icn.svg") no-repeat center;
  background-size: 10px;
  border-radius: 50%;
  top: 2px;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .list.list--type-1 li:after {
    height: 1px;
    width: 10px;
    background: #3c3b3b;
    top: 10px;
    border-radius: 0;
  }
}

.list-mdify li {
  font-size: calc(100.5% + 0.24vw);
}

.list--tick {
  margin-bottom: 3rem;
}
.list--tick li {
  color: #000;
  font-weight: normal;
  padding: 0 0 15px 35px;
  font-size: calc(100.5% + 0.24vw);
}
.list--tick li:last-child {
  padding-bottom: 0;
}
.list--tick li:after {
  display: none;
}
.list--tick li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #519cea;
  border-bottom: 2px solid #519cea;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: calc(0.85rem + 2vw);
  }
}
@media screen and (max-width: 1200px) {
  .br {
    display: inline;
  }
}
.list-mdify li,
.list--modify li {
  font-size: calc(100.5% + 0.24vw);
}

.list--tick li {
  font-size: calc(100.5% + 0.24vw);
}

.text-left {
  text-align: left !important;
}

@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
.icn {
  height: calc(2.5rem + 1.8vw);
  width: calc(2.5rem + 1.8vw);
  fill: #519cea;
}
.icn--red {
  fill: #e84c3d;
}
.icn_heading {
  padding-top: 1rem;
}

.icn-title {
  padding-top: 1.2rem;
}
.icn-title h6 {
  margin-bottom: 0px;
}

.icn-title + p {
  padding-top: 0.8rem;
}

.graph-cta {
  margin-top: 1.5rem;
}

.d-grid {
  display: grid;
}

a.text-link {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  a.text-link {
    font-size: 1rem;
  }
}
a.text-link:hover {
  color: #007bff;
}

.section--quickbg {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 4% 18% !important;
  background-position-x: center !important;
}
@media (max-width: 992px) {
  .section--quickbg {
    background-image: none !important;
    background-color: #111;
  }
}

.sticky-section {
  position: sticky;
  top: 7rem;
}

/*NEW RFQ POPUP CSS********************************/
.rfq-popup {
  background-color: #ffffff;
  box-shadow: 4px 0 40px rgba(100, 99, 98, 0.25);
  margin: 0 auto;
  padding: 30px 40px;
}

.rfq-popup .form-head h2 {
  line-height: 1.1;
}

.rfq-popup .form-head p {
  font-size: 18px;
  line-height: 2;
}

.rfq-popup .form input[type=text],
.rfq-popup .form select,
.rfq-popup .form textarea {
  background: #f6f9fb;
  color: #222;
  font-size: 15px;
  line-height: 1.2;
  display: block;
  height: 42px;
  padding: 5px 15px;
  width: 100%;
  border: 1px solid #d4dee5;
}

.rfq-popup .form input[type=text]:focus,
.rfq-popup .form select:focus,
.rfq-popup .form textarea:focus {
  border-color: #333;
}

.rfq-popup .form textarea {
  height: 150px;
  padding: 15px;
  resize: none;
}

.rfq-popup .form fieldset {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0;
  border: none;
}

.rfq-popup .form input[type=submit] {
  border-radius: 4px;
  padding: 14px 21px;
  cursor: pointer;
  border: none;
  background: #ff4c65;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 10px;
  transition: ease-out all 0.8s 0s;
}

.rfq-popup .form input[type=submit]:hover {
  background-color: #2cbed2;
  border-color: #2cbed2;
  border-radius: 25px;
}

.rfq-popup .captchStart {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
}

.rfq-popup .captchStart .captch,
.rfq-popup .captchStart .refesh {
  display: inline-block;
  vertical-align: top;
}

.rfq-popup .captchStart .refesh {
  padding-top: 5px;
}

.pop-model.active {
  z-index: 99999999999999;
}

.rfq-popup .form select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAI0lEQVQImWOYMmXKf2IwAwMDAwNRimCAKEW4FGNVhK4YXRwAe5JR6xMYuYgAAAAASUVORK5CYII=");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  border-radius: 0px;
  font-size: 15px;
  padding-right: 30px;
  line-height: 20px;
  color: #888;
}

.rfq-popup input[type=text],
.rfq-popup input[type=password],
.rfq-popup textarea,
.rfq-popup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rfq-popup .mendtry {
  float: right;
  font-size: 14px;
  padding: 0 0 5px 5px;
  color: #888;
}

.rfq-popup .form-wrapper p.note-p {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0 0;
  text-align: center;
}

.rfq-popup .form .error input[type=text],
.rfq-popup .form .error select,
.rfq-popup .form .error textarea {
  animation: moltinShake 0.4s ease-in-out 0.1s normal forwards 1 running;
  border-color: #ff4c65;
}

input.error,
textarea.error {
  border-color: #ff4c65 !important;
}

.googlerecaptcha.error > div > div {
  border: 1px solid #ff4c65 !important;
}

@-webkit-keyframes moltinShake {
  12.5% {
    transform: translateX(-6px) rotateY(-5deg);
  }
  37.5% {
    transform: translateX(5px) rotateY(4deg);
  }
  62.5% {
    transform: translateX(-3px) rotateY(-2deg);
  }
  87.5% {
    transform: translateX(2px) rotateY(1deg);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moltinShake {
  12.5% {
    transform: translateX(-6px) rotateY(-5deg);
  }
  37.5% {
    transform: translateX(5px) rotateY(4deg);
  }
  62.5% {
    transform: translateX(-3px) rotateY(-2deg);
  }
  87.5% {
    transform: translateX(2px) rotateY(1deg);
  }
  100% {
    transform: translateX(0);
  }
}
.form fieldset.error .mandate {
  background: #ff4c65;
  color: #fff;
}

.form-head h2 {
  color: #475264;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.form-head p {
  color: #475264;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.form-head {
  text-align: center;
  padding-bottom: 15px;
}

.form-head h2 span {
  color: #ff3957;
}

.popup-form-tbl td {
  padding-right: 15px;
}

.popup-form-tbl td:last-child {
  padding-right: 0;
}

.top__hdr {
  text-align: center;
  padding-bottom: 15px;
}

.top__hdr p {
  color: #475264;
  text-align: center;
}

.top__hdr_title {
  color: #475264;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.2;
}

.top__hdr_title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  top: 100%;
  background-color: #475264;
  height: 2px;
}

.logo-designrush img {
  width: 220px;
  padding-top: 10px;
}

/** thank you block css starts **/
.thankyou-wrap span {
  font-weight: 300;
  font-size: 2rem;
  display: block;
  text-transform: uppercase;
}

.thankyou-wrap {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 0px 35px 0px rgba(179, 171, 171, 0.11);
  margin-top: calc(4rem + 0.5vw);
}

.thankyou-wrap h1 {
  text-transform: uppercase;
}

.connect-wrap .logo {
  max-width: 200px;
  display: inline-block;
}

.thankyou-wrap h2 {
  font-weight: 300;
  text-transform: uppercase;
}

.thumb-icn {
  max-width: calc(4rem + 4.8vw);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .thankyou-wrap {
    padding: 20px;
  }
}
/** thank you block css ends **/
@media only screen and (max-width: 990px) {
  .logo-designrush {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-form-tbl td {
    display: block;
    padding: 0;
  }
  .yy-offer__tag .hyphen {
    display: inline-block;
  }
  .yy-offer__tag .offer-btn {
    position: static;
    background: transparent;
    border: 0 none;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 8px;
  }
  .nav-blocks-wrapper ul li.yy-offer-border {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .yy-offer-grid h5 {
    font-size: 20px;
  }
  .yy-offer-grid h6 {
    font-size: 16px;
  }
}
@media only screen and (width: 320px) {
  .yy-offer__tag .offer-btn {
    margin-left: 0;
    display: block;
  }
}
/* placeholders ----- */
.rfq-popup ::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}

.rfq-popup :-moz-placeholder {
  color: #111;
  opacity: 1;
}

.rfq-popup ::-moz-placeholder {
  color: #111;
  opacity: 1;
}

.rfq-popup :-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

/*Header CSS end*/
/*Footer CSS start*/
.close--trigger {
  background: url(../img2/cross.svg) no-repeat center center;
  border-radius: 100%;
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: 10;
  top: 17px;
  right: 0;
}

iframe[name=google_conversion_frame] {
  display: none !important;
}

a.btn-arrow {
  line-height: 1.7;
  vertical-align: top;
  background: #d9d9d8;
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 5px;
  padding-right: 30px;
  display: inline-block;
  color: #626262;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
a.btn-arrow i.svg {
  display: inline-block;
  left: 10px;
  vertical-align: middle;
  position: relative;
  transition: all ease 0.3s;
}
a.btn-arrow i.svg svg {
  fill: #626262;
  width: 17px;
  height: 17px;
}
a.btn-arrow:hover {
  background: #ff4c65;
  color: #fff;
}
a.btn-arrow:hover i.svg {
  left: 20px;
}
a.btn-arrow:hover i.svg svg {
  fill: #fff;
}

/*gray*/
a.btn-arrow.btn--gray {
  background: #626262;
  color: #fff;
}

a.btn-arrow.btn--gray i.svg svg {
  fill: #fff;
}

/*white*/
a.btn-arrow.btn--white {
  background: #fff;
}

/*red*/
a.btn-arrow.btn--red {
  background: #ff4c65;
  color: #fff;
}

a.btn-arrow.btn--red i.svg svg {
  fill: #fff;
}

/*yellow*/
a.btn-arrow.btn--yellow {
  background: #ffdd00;
  color: #000;
}

a.btn-arrow.btn--yellow i.svg svg {
  fill: #000;
}

/**/
a.link-btn {
  color: #26bcd0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
}

a.link-btn i.svg {
  display: inline-block;
  left: 5px;
  vertical-align: top;
  position: relative;
  transition: all ease 0.3s;
}

a.link-btn i.svg svg {
  fill: #26bcd0;
  width: 17px;
  height: 17px;
}

a.link-btn:hover i.svg {
  left: 15px;
}

a.btn-arrow.btn--arrow {
  background: none;
  border: solid 2px #000;
  border-radius: 0;
  color: #000;
  font-size: 22px;
  text-transform: none;
}

a.btn-arrow.btn--arrow i.svg svg {
  fill: #000;
}

a.btn-arrow.btn--arrow:hover {
  background: none;
  color: #000;
}

a.btn-arrow.btn--arrow:hover i.svg svg {
  fill: #000;
}

.share-overlay {
  background: rgba(0, 0, 0, 0.56);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) translateX(50px);
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
}

body.sharing_on .socialCircle-item span {
  opacity: 1;
  visibility: visible;
}

body.sharing_on .share-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.socialCircle-container {
  position: relative;
  margin: 0 auto;
}

.socialCircle-item {
  width: 46px;
  height: 46px;
  position: absolute;
  background: #2cb6c9;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  transition: all ease 0.3s;
  transform: scale(1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.sharing_on .socialCircle-item {
  opacity: 1;
  visibility: visible;
}

.socialCircle-item svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.socialCircle-item .icn {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.share-fixed .icn {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.icn.close-icn {
  display: none;
}

.open .icn {
  display: none;
}

.open .icn.close-icn {
  display: block;
}

.icn.close-icn svg {
  width: 20px;
  height: 20px;
}

.socialCircle-item span {
  background: #2cb6c9;
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  left: 10px;
  border-radius: 2px;
  padding: 0 2px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.07);
  top: -20px;
}

.socialCircle-center {
  width: 50px;
  height: 50px;
  background: #ff4c65;
  margin: 0;
  position: absolute;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 35px !important;
}

.socialCircle-center:before {
  content: " ";
  top: -15px;
  left: -15px;
  background-color: #ff4c65;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0.6;
  animation: pulse2 1.8s ease-out;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.socialCircle-center svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  display: block;
}

.socialCircle-item:hover {
  transform: scale(1.2);
}

.sharing_on .socialCircle-item.four {
  left: -240px;
}

.sharing_on .socialCircle-item.three {
  left: -180px;
}

.sharing_on .socialCircle-item.two {
  left: -120px;
}

.sharing_on .socialCircle-item.one {
  left: -60px;
}

.socialCircle-item {
  left: 0;
}

#fixed-right-share {
  position: fixed;
  top: 152px;
  left: -332px;
  z-index: 9999999;
}

#fixed-right-share ul li {
  float: left;
  display: block;
  box-sizing: content-box;
}

#fixed-right-share ul li.like {
  width: 75px;
  height: 84px;
  display: block;
}

#fixed-right-share ul li.like:hover {
  cursor: pointer;
}

#fixed-right-share ul li.fb-but {
  padding: 12px 15px 17px;
  width: 44px;
  height: 55px;
  background: rgba(59, 89, 152, 0.8);
}

#fixed-right-share ul li.ld-but {
  padding: 12px 15px 17px;
  width: 60px;
  height: 55px;
  background: rgba(0, 115, 178, 0.8);
}

#fixed-right-share ul li.twt-but {
  padding: 12px 15px 17px;
  width: 57px;
  height: 55px;
  background: rgba(0, 172, 238, 0.8);
}

#fixed-right-share ul li.gp-but {
  padding: 12px 15px 17px;
  width: 51px;
  height: 55px;
  background: rgba(217, 80, 49, 0.8);
}

.new-year {
  background: url(../img2/retina/new-year.svg) no-repeat 0 0;
  background-size: contain;
  width: 200px;
  height: 324px;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 10;
}

.partner {
  position: fixed;
  bottom: 43px;
  left: 10px;
  z-index: 10;
}

.hiring {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}

.livesupport {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.app-icon {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 50px;
}

/*fixed things end*/
/*footer*/
#footer {
  border-top: solid 1px #e4e3e3;
}

#footer {
  position: relative;
  background: #fff;
  overflow: hidden;
}

#footer:before,
#footer:after {
  content: "";
  display: table;
  line-height: 0;
}

#footer:after {
  clear: both;
}

#footer .fix-container {
  position: relative;
}

.footer-top-section {
  padding: 70px 0 30px;
  background-image: url("../img2/retina/footer-bg.svg");
  background-position: center 50px;
  background-repeat: no-repeat;
}

.support-time {
  color: #212121;
  font-size: 18px;
  padding-bottom: 10px;
}

.section-lbl {
  font-size: 20px;
  color: #212121;
}

.resources {
  padding-bottom: 20px;
}

.resources_links {
  display: inline-block;
  vertical-align: baseline;
}

.resources_links li {
  display: inline-block;
  padding-right: 10px;
}

.resources_links li a {
  color: #212121;
  text-decoration: underline;
  font-size: 18px;
}

.resources_links li a:hover {
  color: #3ecadd;
  text-decoration: none;
}

.footer-top-block {
  display: flex;
  align-items: center;
}

.footer-top-block .grid {
  width: 50%;
}

.footer-top-block .grid:last-child {
  padding-left: 130px;
}

.footer-column {
  width: 50%;
}

.footer-column-title {
  color: #000;
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.footer-links h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.footer-column-title:after {
  content: "";
  background: #3ecadd;
  width: 58px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  display: block;
  margin: 0;
  left: 0;
}

.footer-links ul {
  margin-bottom: 30px;
}

.footer-links ul.no-space {
  margin-bottom: 0;
}

.footer-links ul li {
  color: #636363;
  font-size: 14px;
  padding: 7px 0;
}

.footer-links ul li a {
  position: relative;
  color: inherit;
}

.footer-links ul li a:hover {
  color: #3ecadd;
}

.footer-links ul li a:before {
  background: #3ecadd;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 100%;
  transition-duration: 0.3s;
  transition-property: right;
  transition-timing-function: ease-out;
}

.footer-links ul li a:hover:before {
  right: 0;
}

.block-right {
  text-align: right;
}

.footer-bottom {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0 35px;
  margin: 20px 0 0;
}

.footer-block {
  display: flex;
}

.block-left,
.block-right {
  width: 50%;
}

.short-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding: 0 10px;
  vertical-align: middle;
}

.short-links li a {
  line-height: 1;
  color: #636363;
  position: relative;
  padding-bottom: 5px;
  display: block;
}

.short-links li a:hover {
  color: #3ecadd;
}

.short-links li::after {
  position: absolute;
  left: 100%;
  content: "";
  background: #636363;
  width: 1px;
  height: 14px;
  top: 2px;
}

.short-links li:first-child {
  padding-left: 0;
}

.short-links li:last-child:after {
  display: none;
}

.short-links li a:before {
  background: #3ecadd;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 100%;
  transition-duration: 0.3s;
  transition-property: right;
  transition-timing-function: ease-out;
}

.short-links li a:hover:before {
  right: 0;
}

.fatbit-social ul {
  position: relative;
}

.fatbit-social ul li {
  display: inline-block;
  margin: 0 2px;
  position: relative;
}

.fatbit-social ul li a {
  position: relative;
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #a9a9a9;
}

.fatbit-social ul li.share-Btn {
  background-color: transparent;
  width: 50px;
  height: 50px;
}

.fatbit-social ul li a i.svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fatbit-social ul li svg {
  width: 20px;
  height: 20px;
  fill: #a9a9a9;
  display: block;
}

.fatbit-social ul li.share-Btn svg {
  fill: #fff;
}

.fatbit-social ul li a:hover {
  background: #33d4ea;
  border-color: #33d4ea;
}

.fatbit-social ul li:hover a svg {
  fill: #fff;
}

.total-experience {
  margin: 30px 0 50px;
}

.experience-img {
  max-width: 280px;
}

.experience-img img {
  max-width: 100%;
  height: 100%;
}

/*********************FORM CSS*************************/
.footer-rfqform {
  height: 100%;
  padding: 50px 65px 50px 65px;
  max-width: 575px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.rfq__form input[type=text],
.rfq__form select,
.rfq__form textarea {
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  padding-left: 0;
  height: 42px;
  line-height: 1.2;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  background-color: transparent;
  color: #000;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right center;
  transition: 0.3s all ease-in-out;
  border-radius: 0;
}

.rfq__form input[type=text]:focus,
.rfq__form select:focus,
.rfq__form textarea:focus {
  border-bottom-color: #000;
}

.rfq__form input[type=text].error,
.rfq__form select.error,
.rfq__form textarea.error {
  border-bottom-color: #ff4c65;
}

select::-ms-expand {
  display: none;
}

.rfq__form select {
  line-height: 1.4;
}

.rfq__form select {
  color: #909090;
}

.user__icon {
  background-image: url("../img2/retina/user-icon.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
}

.email__icon {
  background-image: url("../img2/retina/email-icon.svg");
  background-size: 21px 17px;
  background-repeat: no-repeat;
  background-position: right center;
}

.phone__icon {
  background-image: url("../img2/retina/phone-icon.svg");
  background-size: 21px 22px;
  background-repeat: no-repeat;
  background-position: right center;
}

.moneybag__icon {
  background-image: url("../img2/retina/mony-bag-icon.svg");
  background-size: 19px 29px;
  background-repeat: no-repeat;
  background-position: right center;
}

.detail__icon {
  background-image: url("../img2/retina/detail-icon.svg");
  background-size: 22px 24px;
  background-repeat: no-repeat;
  background-position: right center;
}

.time__icon {
  background-image: url("../img2/retina/call-back.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
}

.time__zone {
  background-image: url("../img2/retina/time-zone.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* placeholders */
.rfq__form ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.rfq__form :-moz-placeholder {
  color: #000;
  opacity: 1;
}

.rfq__form ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.rfq__form :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

/* placeholders */
.rfq__form textarea {
  height: auto;
  overflow: hidden;
  resize: none;
}

.rfq__form select {
  padding: 0 40px 0 0px;
}

input[type=text],
input[type=password],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__fieldset {
  margin-bottom: 40px;
}

.form__fieldset.no_space {
  margin: 0;
}

.rfq__form input[type=submit] {
  padding: 16px 40px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background: #ff4c65;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  border-radius: 0;
}

.rfq__form input[type=submit]:hover {
  background: #03545f;
}

.note__form {
  font-size: 13px;
  color: #000;
  padding-top: 5px;
  text-align: center;
}

.form__head h2 {
  font-size: 40px;
  color: #000;
  line-height: 1.2;
}

.form__head p {
  color: #000;
}

.required_lbl {
  float: none;
  font-size: 12px;
  color: #999;
  padding: 0 0 4px;
  display: block;
  text-align: right;
}

.form__head {
  padding: 0 0 15px 0;
  position: relative;
  margin: 0 0 20px 0;
}

.form__head:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 58px;
  background-color: #3ecadd;
  content: "";
}

.rfq__form textarea {
  overflow-y: auto !important;
}

.theme--button {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 14px 20px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  vertical-align: top;
  background-color: #ff4c65;
}

.theme--button:hover {
  background-color: #2cbed2;
}

.button_wrap {
  padding: 30px 0 0 0;
  max-width: 330px;
  text-align: center;
}

/*********************FORM CSS END*************************/
/*mobile*/
@media screen and (max-width: 1025px) {
  .form__head h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 990px) {
  .footer-rfqform {
    padding: 30px 25px 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-rfqform {
    max-width: inherit;
  }
  .form__head {
    text-align: center;
  }
  .form__head::after {
    margin: 0 auto;
    right: 0;
  }
  .rfq__form input[type=submit] {
    padding: 12px 30px;
    font-size: 16px;
  }
}
/*tablet*/
/* POP CSS START */
.pop-box {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  left: 50%;
  padding: 80px 90px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}

.payment-agree > h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}

.payment-agree > h2 a {
  white-space: nowrap;
}

.payment-agree > h2 a:hover {
  color: #222;
}

.sbmt-btn {
  white-space: nowrap;
}

.comn--btn {
  background-color: #ff4e69;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 36px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.comn--btn:hover {
  background-color: #2cbed2;
}

.close-pop {
  position: absolute;
  right: 10px;
  top: 10px;
}

.display_popbox {
  display: block;
}

/*RESPONSIVE CSS*/
@media screen and (max-width: 767px) {
  .comn--btn {
    font-size: 16px;
    padding: 10px 15px;
  }
  .pop-box {
    padding: 40px;
  }
  .payment-agree > h2 {
    font-size: 16px;
  }
}
/* POP CSS END HERE */
/*Request a demo btn*/
.fixed-btn {
  background-color: #ac1f0f;
  padding: 10px 20px;
  position: fixed;
  right: -62px;
  top: 190px;
  z-index: 99;
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out;
}

.fixed-btn:hover {
  background-color: #222;
  color: #fff;
}

.request-btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.btn-theme.pink {
  background-color: #ff4e69;
  border-color: #ff4e69;
  color: #ffffff;
  font-size: 18px;
}

/*pop-model start here*/
.pop-model-box {
  display: table;
  margin: 0 auto;
  height: 100%;
}

.pop-model-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}

.pop-model.active .pop-model-overlay {
  display: block;
}

.pop-model {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  overflow: auto;
  display: none;
}

.pop-model.active {
  display: block;
}

html.show_popup_form {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
}

.pop-model.active .model-box-content {
  transform: scale(1);
}

.model-box-content {
  border-radius: 5px;
  max-width: 620px;
  min-width: 600px;
  padding: 30px 0;
  position: relative;
  transform: scale(0.5);
  transition: 0.5s all ease-in-out;
  display: table-cell;
  vertical-align: middle;
}

.model-box-mid {
  position: relative;
}

.close-btn {
  float: right;
  font-size: 0;
  height: 35px;
  position: absolute;
  right: -40px;
  top: -7px;
  width: 35px;
  border-radius: 50%;
  z-index: 9;
  background-color: #fff;
}

.close-btn::after,
.close-btn::before {
  background-color: #000;
  border-radius: 40px;
  content: "";
  height: 4px;
  position: absolute;
  width: 20px;
  left: 8px;
  top: 16px;
  transform: rotate(-45deg);
}

.close-btn::before {
  transform: rotate(45deg);
}

.demo-request-btn {
  border: none;
}

/*pop-model css end here*/
/*Request a demo css start here*/
.tophead {
  padding: 20px;
}

.tablink {
  color: #4a494d;
  font-size: 20px;
  font-weight: 500;
}

.hoztab--list li a {
  display: block;
  padding: 20px 10px;
  background-color: #e3e7ed;
  text-align: center;
  position: relative;
}

.hoztab--list li a span {
  opacity: 0.5;
}

.hoztab--list li a.active {
  background-color: #fff;
}

.hoztab--list li a.active span {
  opacity: 1;
}

.hoztab--list > li {
  display: table-cell;
  vertical-align: middle;
}

.hoztab--list {
  display: table;
  width: 100%;
}

.normaltabs--head {
  border-top: 1px solid #d4dee5;
  border-bottom: 1px solid #d4dee5;
}

.note-box > h2 {
  color: #4a494d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.note-box > p {
  color: #475264;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.request-demo-block {
  background-color: #ffffff;
  box-shadow: 4px 0 40px rgba(100, 99, 98, 0.25);
  margin: 0 auto;
  border-radius: 20px;
}

.request-demo-block p:not([class]) {
  line-height: 1.4;
}

.pop-model-box .request-demo-block {
  margin: 0;
}

.blocktitle {
  color: #475264;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
}

.blocktitle span {
  color: #000;
}

.hoztab--list li a::after {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: none;
  border-right: none;
  content: "";
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 100%;
  transform: rotate(-45deg);
  width: 20px;
  display: none;
}

.hoztab--list li a.active::after {
  display: block;
}

.tabspanel--container {
  padding: 30px;
}

.edit {
  top: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.selected-time-slot {
  padding-right: 80px;
  position: relative;
}

.form-section {
  min-height: 350px;
}

.demo-form .select--field {
  position: relative;
  z-index: 0;
}

.time {
  margin: 0 10px;
  position: relative;
}

.request-form .time {
  margin: 0 10px 0 0;
}

.request-form .preference--four .time {
  margin: 0;
}

.request-form .time.no-mr {
  margin: 0;
}

.timeformat {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin: 5px 10px 0;
  text-align: center;
}

.timezone-select {
  max-width: 171px;
}

.time input {
  font-size: 15px;
}

.clndr-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

.selected-time {
  color: #4a494d;
  font-family: raleway;
  font-weight: 500;
  padding: 0 0 0 10px;
  display: inline-block;
}

.selected-time::after {
  color: #ff3957;
  content: "";
  left: 0;
  margin: 0 0 0 15px;
  position: relative;
  top: 0;
  display: inline-block;
  background-image: url("../../images/check-green-new.png");
  width: 17px;
  height: 13px;
}

.selected-time span {
  font-weight: 600;
  font-family: "Open Sans";
}

.date {
  margin-right: 10px;
  display: inline-block;
  font-weight: 500;
}

.popupLoader {
  display: none;
  margin: 3px auto;
  max-width: 40px;
  padding: 2px;
  vertical-align: top;
}

.current_timer {
  color: #60696e;
  display: block;
  padding: 0 10px 20px;
  text-align: center;
}

.noteText {
  color: #60696e;
  font-weight: 700;
  text-align: center;
  padding: 10px 0 0 0;
}

.request-form input[type=text],
.request-form input[type=email],
.request-form input[type=phone],
.request-form input[type=search],
.request-form input[type=date],
.request-form input[type=password],
.request-form textarea,
.request-form select,
.request-form input[type=number],
.request-form input[type=file] {
  background-color: #f6f9fb;
  border: 1px solid #d4dee5;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  color: #5c5c5c;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

.request-form input[type=text]:focus,
.request-form input[type=email]:focus,
.request-form input[type=phone]:focus,
.request-form input[type=search]:focus,
.request-form input[type=date]:focus,
.request-form input[type=password]:focus,
.request-form textarea:focus,
.request-form select:focus,
.request-form input[type=number]:focus,
.request-form input[type=file]:focus {
  border-color: #333;
}

.request-form input[type=text].error,
.request-form input[type=email].error,
.request-form input[type=phone].error,
.request-form input[type=date].error,
.request-form input[type=search].error,
.request-form input[type=password].error,
.request-form textarea.error,
.request-form select.error {
  border-color: red;
}

.request-form input:-webkit-autofill,
.request-form textarea:-webkit-autofill,
.request-form select:-webkit-autofill {
  border: 1px solid #d4dee5;
  font-weight: 500;
  box-shadow: 0 0 0px 1000px #f6f9fb inset;
}

.request-form input:-webkit-autofill:focus,
.request-form textarea:-webkit-autofill:focus,
.request-form select:-webkit-autofill:focus {
  border-color: #333;
}

.tabspanel--content {
  min-height: 345px;
}

textarea.error {
  background-color: #fff;
  border-color: #ff0000;
}

.request-form label {
  color: #90999e;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

label.error {
  display: block;
  color: red;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}

.request-form table td {
  padding-bottom: 15px;
  vertical-align: top;
}

.request-form table td:first-child {
  width: 30%;
}

.tbl-data tr:last-child td:first-child {
  width: auto;
  text-align: center;
  padding: 10px 0 0;
}

.request-form textarea {
  height: 100px;
  max-height: 100px;
  padding: 10px 15px;
  resize: vertical;
}

input.btn-theme {
  font-weight: normal;
}

.tbl-data sup {
  color: red;
}

.right--desc {
  color: red;
  font-size: 13px;
  text-align: right;
  padding: 0 10px 10px;
}

html.show-popup {
  overflow: hidden;
}

.request-demo-block .video-icon {
  display: inline-block;
  padding-left: 20px;
  padding-top: 20px;
}
.request-demo-block .video-icon img {
  max-width: 100px;
}

.request-demo-block .tophead {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    display: none;
  }
  .request-form table td:first-child {
    width: auto;
  }
  .request-form table tr {
    display: block;
    padding-bottom: 10px;
  }
  .request-form table td {
    display: block;
    padding-bottom: 5px;
  }
  .blocktitle {
    font-size: 22px;
    padding: 20px 0 0;
  }
  .note-box > p {
    font-size: 15px;
  }
  .tablink {
    font-size: 15px;
  }
  .model-box-content {
    min-width: 100%;
    padding: 0;
    margin: 0 !important;
    padding-top: 0;
    transform: scale(1);
  }
  .request-demo-block .video-icon {
    text-align: center;
  }
  .request-demo-block {
    border-radius: 0;
  }
  .close-btn {
    right: 15px;
    top: 15px;
  }
  .tabspanel--container {
    padding: 30px 20px;
  }
  .pop-model-box {
    display: block;
    height: auto;
  }
  /*.pop-model {position: absolute;}*/
  .request-form input[type=text],
  .request-form input[type=email],
  .request-form input[type=phone],
  .request-form input[type=search],
  .request-form input[type=date],
  .request-form input[type=password],
  .request-form textarea,
  .request-form select,
  .request-form input[type=number],
  .request-form input[type=file] {
    padding: 10px 15px;
    font-size: 14px;
  }
  .hoztab--list li a {
    padding: 6px 10px;
  }
  .request-form label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1025px) {
  .pop-model-table {
    display: block;
  }
  .model-box-content {
    display: block;
    margin: 15px auto;
  }
}
@media screen and (max-width: 575px) {
  .request-demo-block .tophead {
    width: 100%;
    padding-top: 0;
  }
  .request-demo-block .video-icon {
    display: block;
  }
  .request-demo-block .video-icon img {
    margin: 0 auto;
    max-width: 80px;
  }
}
@media screen and (max-width: 360px) {
  .tophead {
    padding: 10px;
  }
  .blocktitle {
    font-size: 19px;
  }
}
/*Request a demo css end here*/
a.btn-theme,
.btn-theme {
  border: 2px solid #7fc241;
  border-radius: 3px;
  color: #7fc241;
  cursor: pointer;
  display: table;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  padding: 14px 21px;
  text-align: center;
  transition: all 0.8s ease-out 0s;
  vertical-align: top;
}

a.btn-theme:hover,
.btn-theme:hover {
  background: #7fc241;
  border: 2px solid #7fc241;
  border-radius: 25px;
  color: #ffffff;
}

.common-loader {
  display: none;
  width: 30px;
  height: auto;
}

/*call back form*/
.show__pop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.rcb-pop .model-box-content {
  max-width: 870px;
}

.yellow-wrapper {
  background: #ffd133;
  display: table;
  width: 100%;
  padding: 20px;
}

.team-side {
  display: table-cell;
  width: 50%;
  padding-bottom: 0;
  padding: 40px;
}

.team-side h3 {
  color: #000;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 250px;
}

.team-side h3 strong {
  font-weight: 700;
}

.team-side ul {
  margin: 0 auto;
  text-align: center;
}

.team-side ul li {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 5px;
  border: solid 4px rgba(255, 255, 255, 0.56);
  display: inline-block;
  vertical-align: top;
}

.team-side img {
  max-width: 100%;
}

.white-wrapper {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
  padding: 40px 40px 20px 40px;
}

.required {
  text-align: right;
  font-size: 14px;
}

.rcb__form .form__fieldset {
  margin-bottom: 20px;
}

.rcb__form .field-for,
.rcb__form .field-to {
  width: 48%;
  display: inline-block;
  padding: 0;
}

.rfq__form.rcb__form input[type=submit] {
  display: block;
  border-radius: 2px;
  width: 100%;
  margin-top: 20px;
}

.call-back-time {
  display: flex;
  align-items: center;
  padding-right: 22px;
}

.call-back-time label {
  font-size: 15px;
  padding-right: 15px;
  white-space: nowrap;
  color: #777;
}

.dash {
  display: inline-block;
  width: 35px;
  text-align: center;
  vertical-align: middle;
}

.callback {
  text-align: center;
  padding-top: 20px;
  max-width: 360px;
}

.callback a {
  background-color: #ff4e69;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding: 15px 25px;
  transition: all 0.8s ease-out 0s;
}

.callback a:hover {
  background: #03545f;
}

@media screen and (max-width: 1024px) {
  .call-back-time {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .team-side {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .yellow-wrapper {
    display: block;
    padding: 10px;
  }
  .team-side,
  .white-wrapper {
    display: block;
    width: auto;
    padding: 10px;
  }
  .team-side {
    padding: 25px 0;
    display: none;
  }
  .team-side ul li {
    width: 70px;
    height: 70px;
  }
  .dash {
    width: 28px;
  }
  .callback {
    margin: 0 auto;
  }
  .request-form .time {
    margin: 0 0;
  }
}
/*call back form end*/
.popmodel {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.award-opened .popmodel {
  opacity: 1;
  visibility: visible;
}

.popmodel-box {
  display: table;
  margin: 0 auto;
  height: 100%;
  padding: 30px 0;
}

.modelbox-content {
  border-radius: 5px;
  position: relative;
  transform: scale(0.5);
  transition: 0.3s all ease-in-out;
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px;
}

.award-opened .modelbox-content {
  transform: scale(1);
}

.modelbox-mid {
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.modelbox-mid img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .modelbox-mid {
    padding: 10px;
  }
}
/*slick CSS end*/
[data-star] {
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  [data-star] {
    font-size: 1.125rem;
  }
}

[data-star]::before {
  display: block;
  content: "★★★★★";
  color: #808080;
}

[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  width: 0;
  color: #fbb21b;
  overflow: hidden;
  height: 100%;
}

[data-star^="1"]::after {
  width: 20%;
}

[data-star^="1.5"]::after {
  width: 30%;
}

[data-star^="2"]::after {
  width: 40%;
}

[data-star^="2.5"]::after {
  width: 50%;
}

[data-star^="3"]::after {
  width: 60%;
}

[data-star^="3.5"]::after {
  width: 70%;
}

[data-star^="4"]::after {
  width: 80%;
}

[data-star^="4.1"]::after {
  width: 82%;
}

[data-star^="4.2"]::after {
  width: 84%;
}

[data-star^="4.3"]::after {
  width: 86%;
}

[data-star^="4.4"]::after {
  width: 88%;
}

[data-star^="4.5"]::after {
  width: 90%;
}

[data-star^="4.6"]::after {
  width: 92%;
}

[data-star^="4.7"]::after {
  width: 94%;
}

[data-star^="4.8"]::after {
  width: 96%;
}

[data-star^="4.9"]::after {
  width: 98%;
}

[data-star^="5"]::after {
  width: 100%;
}

.section--rating {
  padding: 2.5rem 0;
}

.rating {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .rating {
    display: flex;
  }
}
.rating h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media (min-width: 992px) {
  .rating-wrapper {
    gap: clamp(1rem, 4vw, 4rem);
  }
}
@media (max-width: 1200px) {
  .rating-wrapper {
    margin-top: 1rem;
  }
}
.rating__stars {
  unicode-bidi: bidi-override;
  color: #dfdfdf;
  font-size: 1.75rem;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 5px;
}
.rating__provider {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .rating__provider {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .rating__provider {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .rating__provider {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
.rating__col {
  text-align: center;
}
@media (max-width: 767px) {
  .rating__col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.rating__col .rating__detail {
  display: inline-flex;
  align-items: center;
}
.rating__col .rating__detail .rating__count {
  margin-right: 10px;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 991px) {
  .rating__col .rating__detail .rating__count {
    font-size: 15px;
  }
}
@media (min-width: 678px) and (max-width: 991px) {
  .rating__col .rating__detail .rating__count {
    margin-top: 2px;
  }
}
.rating__col .rating__detail .rating__stars {
  letter-spacing: unset !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: grab;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.review-slider {
  position: fixed;
  z-index: 999;
  width: 500px;
  bottom: 1.7rem;
  left: 1.7rem;
  padding: 0 !important;
  margin: -2rem;
}
.review-slider:not(.slick-initialized) {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .review-slider {
    display: none !important;
    opacity: 0;
  }
}
.review-slider .slick-slide {
  padding: 2rem;
  cursor: auto;
}
.review-slider .slick-slide {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.review-slider .slick-active {
  opacity: 1 !important;
  transition: opacity 0.5s ease-in;
}
.review-slider .slick-cloned {
  opacity: 0.5;
}
.review-slider .slick-list,
.review-slider .slick-slide {
  transform: rotate(180deg);
}

.review {
  all: revert;
  display: flex;
  background-color: #fff;
  max-width: 420px;
  border-radius: 16px;
  transition: 0.3s;
  box-shadow: 0 8px 25px 0px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
}
.review:hover {
  transform: scaleX(1.02) scaleY(1.02);
}
.review:hover .review-close {
  opacity: 1;
}
.review-close {
  position: absolute;
  background: white;
  bottom: 90%;
  right: 1rem;
  z-index: 99;
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  border-radius: 100px;
  font-size: 1.5rem;
  line-height: 0;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
  opacity: 0;
}
.review-popup-wrapper .review-close {
  display: none;
}
.review__media {
  flex: 0 0 27%;
  position: relative;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.review__media:has(video, .yt-wrapper-side) .play-btn {
  opacity: 1;
}
.review__media:has(img + video, img + .yt-wrapper-side) img {
  display: none;
}
.review-popup .review__media:has(img + video, img + .yt-wrapper-side) img {
  display: block;
}
.review__media img {
  height: 100%;
  object-fit: cover;
}
.review__media video {
  object-fit: cover;
  width: 100%;
  height: 108%;
}
.review__media .play-btn {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  border-radius: 99px;
  backdrop-filter: blur(12px) brightness(1) contrast(1) grayscale(0) hue-rotate(0) invert(0) opacity(1) saturate(1) sepia(0);
  color: #fff;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  right: 10px;
  bottom: 10px;
  animation: pulse-animation 2s infinite;
}
.review__content {
  padding: 12px 16px;
  border-radius: 0 16px 16px 0;
  border: 1px solid #e5e7eb;
}
.review__content .ratings {
  display: none;
  gap: 1rem;
  position: relative;
}
.review__content .ratings [data-star] {
  font-style: normal;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.review__content .ratings .source {
  width: 18px;
  aspect-ratio: 1/1;
  display: none;
}
.review-popup .review__content .ratings .source {
  display: block;
  width: 24px;
}
.review__content .ratings .country {
  display: none;
}
.review-popup .review__content .ratings .country {
  display: block;
  width: 31px;
}
.review__content .content {
  font-size: 12.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 7px 0;
  font-weight: 500;
  line-height: 1.7;
}
.review__content .author {
  font-size: 12px;
  color: #a1a1a1;
}
.review__content mark {
  background: rgba(255, 205, 54, 0.2509803922);
  padding: 1px 5px;
  border-radius: 5px;
}
.review-slider .review__content video {
  display: none;
}

.review-popup-wrapper {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7098039216);
  z-index: 9999999999;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.3s;
  overflow: auto;
  display: grid;
  align-items: center;
}
.review-popup-wrapper:not(.show) {
  opacity: 0;
  user-select: none;
  z-index: -1;
}

.review-popup {
  width: 512px;
  padding: 1.5rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #519cea 70px, #ffffff 70px);
  transition: 0.4s all ease-in-out;
  scale: 0.1;
  margin: 2rem auto;
}
.show .review-popup {
  scale: 1;
}
.review-popup .review__media {
  width: 88px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  overflow: hidden;
  background-color: #ddd;
  border: 3px solid #fff;
}
.review-popup .review__media video,
.review-popup .review__media .play-btn {
  display: none;
}
.review-popup .review__content {
  all: revert;
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
.review-popup .review__content .author {
  order: 0;
  font-size: 1rem;
}
.review-popup .review__content .author span {
  display: block;
}
.review-popup .review__content .author span:first-child {
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
}
.review-popup .review__content .author span:nth-child(2) {
  display: none;
}
.review-popup .review__content .ratings {
  order: 1;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.review-popup .review__content .ratings [data-star] {
  font-size: 2rem;
}
.review-popup .review__content .content {
  all: revert;
  order: 2;
  font-size: 1rem;
  font-weight: 500;
  margin: 1.3rem 0 0;
  line-height: 1.9;
}
.review-popup .review__content video {
  width: 100%;
  margin: 10px 0 6px 0;
  border-radius: 10px;
}
.review-popup .action {
  margin-top: 1.8rem;
}
.review-popup-close {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 40px;
  display: grid;
  place-content: center;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-weight: 100;
  transition: 0.3s;
}
.review-popup-close:hover {
  background: rgba(255, 255, 255, 0.2392156863);
}
.review-popup .btn {
  background-color: #000;
}
.review-popup .btn:hover {
  background-color: #000;
}
.review-popup .yt-wrapper-side {
  display: none;
}

.yt-frame-wrapper {
  border-radius: 10px;
  overflow: hidden;
  margin: 12px 0;
  display: none;
}
.yt-frame-wrapper iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.review-popup .yt-frame-wrapper {
  display: block;
}

.yt-wrapper-side {
  position: relative;
}
.yt-wrapper-side iframe {
  width: 100%;
  scale: 3;
}
.yt-wrapper-side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

body:has(.review-popup-wrapper.show) {
  overflow: hidden;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #ddd;
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hero-banner {
    display: block;
  }
  .hero-banner h1 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .hero-banner h1 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__content {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 2rem;
  }
  .hero-banner__content .list-mdify li:last-child {
    padding-bottom: 0px;
  }
}
.hero-banner__content p {
  font-size: calc(70.5% + 0.5vw);
  line-height: 1.4;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .hero-banner__content p {
    font-size: calc(90.5% + 0.5vw);
  }
}
.hero-banner__content .banner--btn {
  margin-top: calc(0.6rem + 1.9vw);
}
@media (max-width: 767px) {
  .hero-banner__content .banner--btn {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__graphic {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .hero-banner__graphic {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__graphic picture {
    float: right;
  }
}

@media (max-width: 1600px) {
  .section--banner {
    padding: 7rem 0;
  }
}
@media (max-width: 1199px) {
  .section--banner {
    padding: 2.5rem 0;
  }
}

.quality img {
  border-radius: 0 48px;
}

.banner-sm {
  padding-bottom: 8rem;
}
.banner-sm .banner-content {
  text-align: center;
}
.banner-sm .banner-content p {
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-top: 1rem;
}

.section__head {
  padding-bottom: clamp(1.5rem, 4.5vw, 4.5rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section__head h2 br {
    display: none;
  }
}
.section__head.left {
  margin: 0;
}
@media (min-width: 1200px) {
  .section__head--sm {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .section__head--sm {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .section__head--md {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .section__head--lg {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .section__head--lg {
    max-width: 80%;
  }
}
.section__head h2 {
  margin-bottom: 0;
}
.section__head p {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}
.section__footer {
  padding-top: clamp(1.5rem, 4.5vw, 4.5rem);
}
@media (max-width: 992px) {
  .section--quickbg {
    background: #000 !important;
  }
}
.section--quickbg .section__head {
  padding: clamp(0.1rem, 3.5vw, 3.5rem) 0;
}

@media (min-width: 1200px) {
  .section__body--sm {
    max-width: 80%;
    margin: 0 auto;
  }
}

.section.section--featured {
  padding: 2.5rem 0;
  border-bottom: 1px solid #e4e3e3;
  border-top: 1px solid #e4e3e3;
}

.featured-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .featured-in {
    display: block;
    text-align: center;
  }
}
.featured-in h4 {
  color: #000;
  font-size: calc(70% + 0.29vw);
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .featured-in h4 br {
    display: none;
  }
}
.featured-in .featured-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .featured-in .featured-media {
    margin-top: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.featured-in .featured-media img {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .featured-in .featured-media img {
    margin: 1rem;
  }
}
.featured-in .featured-media .inc {
  width: 65px;
  height: 28px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .inc {
    width: 60px;
  }
}
.featured-in .featured-media .insider {
  width: 78px;
  height: 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .insider {
    width: 75px;
  }
}
.featured-in .featured-media .forbes {
  width: 100px;
  height: 40px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .forbes {
    width: 95px;
  }
}
.featured-in .featured-media .nasdaq {
  width: 123px;
  height: 33px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .nasdaq {
    width: 110px;
  }
}
.featured-in .featured-media .huffpost {
  width: 142px;
  height: 16px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .huffpost {
    width: 130px;
  }
}
.featured-in .featured-media .entrepreneur {
  width: 103px;
  height: 23px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .entrepreneur {
    width: 100px;
  }
}
.featured-in .featured-media .telegraph {
  width: 142px;
  height: 23px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-in .featured-media .telegraph {
    width: 125px;
  }
}

.accordion > ul > li {
  color: #3b3b3c;
  padding: 35px 117px 35px 117px;
  background-color: #fafafa;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.accordion > ul > li:nth-child(odd) {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .accordion > ul > li {
    padding: 1.25rem;
  }
}
.accordion > ul > li .acc-data {
  max-width: 90%;
  display: none;
  padding: 2rem 2rem 1rem 0;
}
.accordion .acc-triger {
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  padding-right: 30px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .accordion .acc-triger {
    font-size: calc(100.5% + 0.24vw);
  }
}
@media (max-width: 768px) {
  .accordion .acc-triger {
    font-size: calc(112.5% + 0.24vw);
  }
}
.accordion .acc-triger::before {
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 800;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 18px;
}
.accordion .acc-triger::after {
  font-weight: 800;
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
}
.accordion .acc-triger.active:before {
  transform: rotate(0deg);
  content: normal;
}

.accordion ul li .active {
  color: #519cea;
}

.accordian--v2 ul li {
  padding: 0 0 0.6rem 0;
  background-color: transparent;
  margin-bottom: 0.6rem;
}
.accordian--v2 ul li:nth-child(odd) {
  background-color: transparent;
}
.accordian--v2 .acc-triger:after {
  background: currentColor;
}
.accordian--v2 .acc-triger:before {
  background: currentColor;
}

@media only screen and (min-width: 1200px) {
  .section--testimonials .container {
    max-width: 1400px;
    padding: 0 calc(2.9rem + 2.8vw);
  }
}
@media only screen and (min-width: 1380px) {
  .section--testimonials .container {
    max-width: 1800px;
  }
}
.section--testimonials .slick-initialized.slick-slider {
  padding-bottom: 0px !important;
}

.testimonials {
  display: grid;
  grid-template-columns: minmax(32%, 32%) 50%;
  grid-gap: 0 4.5rem;
  min-width: 0;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}
.testimonials .box-client_logo img {
  border-top-right-radius: 55px;
  border-bottom-left-radius: 53px;
  cursor: default;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .testimonials {
    display: block;
    max-width: 800px;
    margin: 0 auto;
  }
}
.testimonials__footer {
  text-align: right;
  display: flex;
  justify-content: right;
}

.testimonial-arrows {
  display: flex;
  padding-top: 1.5rem;
}
.testimonial-arrows .slider-btn {
  display: block;
  height: 40px;
  width: 40px;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  position: relative;
  margin: 0 5px;
  flex: 0 0 40px;
  max-width: 40px;
}
.testimonial-arrows .slider-btn:hover {
  color: #464646;
}
.testimonial-arrows .slider-btn::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  width: 15px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(135deg) translate(-50%, -50%);
  transform-origin: top left;
  margin: 0 0px 0 -3px;
  margin-left: -3px;
}
.testimonial-arrows .slider-btn.prev-btn::after {
  margin-left: 4px;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.testimonial .text-link {
  color: #464646;
  font-size: 1rem;
  padding: 0;
  font-weight: normal;
  text-align: inherit;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.testimonial .text-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .testimonial__detail {
    text-align: left;
  }
}
.testimonial .testimonial__provider {
  padding-top: 1.5rem;
  font-size: 1.125rem;
}
.testimonial .testimonial__provider p {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .testimonial .testimonial__provider {
    padding-top: 0.75rem;
  }
  .testimonial .testimonial__provider .btn {
    margin-top: 1rem;
  }
}
.testimonial p {
  padding-bottom: 1.1rem;
}

@media (min-width: 1200px) {
  .testimonial__detail {
    position: relative;
  }
  .testimonial__detail:before {
    content: " ";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAVCAYAAAC+NTVfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNpiDJzzqpyBgaGDgTigDMT30MRmAnEakfoZkTlMDAMIRi0ftXxQWy5IoX2ClFgeSqHlaZRYTkqBhA10QM2AW/6eDAf8h5ZsDGTo74Dpp0aCe09JgjtLoeX3KLX8PQWW76E0q62mMNj3UGJ5J4VB30mJ5aB4q6Aw6FeTaznM9XsocEA6qYkXPau5UuCA96Tqx5bPXaG+oMQBFeRaDgKzoO2tCiibnAQI048zLQAEGAAnCCQ82e04CAAAAABJRU5ErkJggg==");
    height: 21px;
    width: 31px;
    position: absolute;
    left: -50px;
    padding-left: 20px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.video-testimonial_wrap {
  position: relative;
}
.video-testimonial_wrap .play-btn {
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.video-testimonial_wrap .play-btn:after {
  content: "";
  border: 0;
  background: 0 0;
  box-sizing: border-box;
  width: 0;
  border-color: transparent transparent transparent #fff;
  transition: 0.1s all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  z-index: 15;
  position: absolute;
  margin-left: -6px;
}

@keyframes video-waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video_play_testimonial .waves {
  width: 130px;
  height: 130px;
  background: #232323;
  opacity: 0;
  border-radius: 100%;
  z-index: -1;
  animation: video-waves 3s ease-in-out infinite;
  z-index: 3;
  cursor: default;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  top: -3.2rem;
  justify-content: center;
}
@media (max-width: 1199px) {
  .video_play_testimonial .waves {
    display: none;
  }
}
.video_play_testimonial .wave-1 {
  animation-delay: 0s;
}
.video_play_testimonial .wave-2 {
  animation-delay: 1s;
}
.video_play_testimonial .wave-3 {
  animation-delay: 2s;
}

.yocoach-video-popup {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.5s;
}
.yocoach-video-popup::before {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.yocoach-video-popup .video-card {
  max-width: 72%;
  margin: 0 auto;
  position: relative;
  top: 12%;
  transition: 0.3s;
}

.close-btn-popup {
  position: absolute;
  right: 14%;
  top: 8%;
  border-radius: 50%;
  z-index: 9;
  transition: 0.8s;
  display: block;
  cursor: pointer;
}
.close-btn-popup:before {
  content: "+";
  position: absolute;
  font-size: 4rem;
  color: #fff;
  transform: rotate(-45deg);
}

.video-ratio:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.video-ratio > * {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link--expand {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #519cea;
}
.link--expand:after {
  display: inline-block;
  order: 10;
  margin-left: -6px;
  margin-right: 1rem;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(46deg);
  transition: width ease 0.3s, margin ease 0.3s;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: 0.3s;
}
.link--expand:before {
  border: none;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  top: -12px;
  bottom: auto;
}
.link--expand:hover:after {
  bottom: -15px;
}
.link--expand:hover:before {
  bottom: -15px;
}

@media (min-width: 1200px) {
  .rounded-video-btn .btns {
    display: none;
  }
  .video_play_testimonial {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .box-client_logo img {
    display: none !important;
  }
  .rounded-video-btn {
    background-color: #4c4c4c !important;
    border-radius: unset;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
  }
  .rounded-video-btn span {
    color: #fff;
  }
  .play-btn::after {
    left: 20px;
    top: 10px;
    transform: translate(0%, 0%);
    border-width: 10px 0 10px 18px;
    display: none;
  }
}
.bm-slider img {
  padding-bottom: 2rem;
}

.vide-testimonial_wrap {
  position: relative;
}
.vide-testimonial_wrap .video_play_testimonial .rounded-video-btn {
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.vide-testimonial_wrap .video_play_testimonial .rounded-video-btn:after {
  content: "";
  border: 0;
  background: 0 0;
  box-sizing: border-box;
  width: 0;
  border-color: transparent transparent transparent #fff;
  transition: 0.1s all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  z-index: 15;
  position: absolute;
  margin-left: -6px;
}

.js-testimonialSlider {
  display: none;
}

.section--testimonials .slick-slider {
  display: block;
}

.slick-arrow {
  text-indent: -9999px;
  border: none;
  box-shadow: 5px 5px 38px rgba(0, 0, 0, 0.2117647059);
  border-radius: 50%;
  height: 56px;
  position: absolute;
  text-indent: -999999px;
  width: 56px;
  z-index: 3;
  outline: none !important;
  position: absolute;
  top: 30%;
  background-color: #fff;
  right: -20px;
}
.slick-arrow::before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #519cea;
  border-bottom: 7px solid transparent;
  transform: translate(0%, -50%);
}
.slick-arrow::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #519cea;
  position: absolute;
  transform-origin: 50% 50%;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-prev::before {
  border: none;
  border-top: 7px solid transparent;
  border-right: 12px solid #519cea;
  border-bottom: 7px solid transparent;
  transform: translate(-12px, -7px);
}
.slick-arrow.slick-prev:after {
  width: 15px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-12px, -1px);
  transform: translate(-5px, -1px);
}
.slick-arrow.slick-next:after {
  width: 15px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-12px, -1px);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.slick-dots li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
.slick-dots li button {
  background: none;
  border: none;
  text-indent: -9999999px;
}
.slick-dots li.slick-active {
  border: 1px solid #e84c3d;
  background-color: #e84c3d;
  width: 30px;
  border-radius: 15px;
}

.slick-initialized.slick-slider {
  padding-bottom: calc(2rem + 1.6vw);
}

.xdsoft_datetimepicker {
  z-index: 9999999999;
}

.select2-container {
  z-index: 9999999999;
}

.select2-dropdown {
  z-index: 9999999999;
}

.body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}
.tg-popup .body::before {
  display: block;
}

.tg-popup .fixed-right-btn {
  display: none;
}

.demo-form {
  position: fixed;
  inset: 0;
  left: 45%;
  background: #fff;
  height: 100vh;
  transform: translateX(110%);
  transition: 0.3s;
  z-index: 9;
  padding: calc(0.5rem + 3.5vw);
  opacity: 0;
  z-index: 999999999999;
}
@media (max-width: 1200px) {
  .demo-form {
    height: 85vh;
    margin: auto;
  }
}
.demo-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .demo-form {
    padding: 30px;
  }
}
.tg-popup .demo-form {
  transform: translate(0);
  opacity: 1;
}
.demo-form-inner {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
@media (min-width: 1199px) {
  .demo-form-inner .form-subheading {
    font-size: 1rem;
  }
}
@media (max-width: 1600px) {
  .demo-form-inner {
    padding-right: 20px;
  }
}
.demo-form input[type=text],
.demo-form input[type=email],
.demo-form input[type=phone],
.demo-form input[type=search],
.demo-form input[type=password],
.demo-form input[type=date],
.demo-form input[type=url],
.demo-form input[type=tel],
.demo-form textarea,
.demo-form select,
.demo-form input[type=number],
.demo-form input[type=file] {
  height: 38px;
  color: #000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  outline: none;
  width: 100%;
  padding-right: 40px;
}
.demo-form h2 {
  color: #000;
}
@media (min-width: 1199px) {
  .demo-form h2 {
    font-size: calc(50% + 1vw);
  }
}
@media (max-width: 992px) and (orientation: landscape), (max-width: 768px) {
  .demo-form h2 {
    padding-top: 20px;
  }
}
.demo-form input::-webkit-input-placeholder,
.demo-form .select::-webkit-input-placeholder {
  opacity: 0.75;
}
.demo-form .input::-moz-placeholder,
.demo-form .select::-moz-placeholder {
  opacity: 0.75;
}
.demo-form .input:-ms-input-placeholder,
.demo-form .select:-ms-input-placeholder {
  opacity: 0.75;
}
.demo-form .input::-ms-input-placeholder,
.demo-form .select::-ms-input-placeholder {
  opacity: 0.75;
}
.demo-form .input::placeholder,
.demo-form .select::placeholder {
  opacity: 0.75;
}
.demo-form form {
  padding-top: 40px;
}
@media (max-width: 1600px) {
  .demo-form form {
    padding-top: 25px;
  }
}
@media (min-width: 577px) {
  .demo-form .fields-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.demo-form .fields-set .field {
  margin-bottom: 30px;
  position: relative;
  font-size: 16px;
}
@media (min-width: 577px) {
  .demo-form .fields-set .field {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 1600px) {
  .demo-form .fields-set .field {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.demo-form .fields-set .field-full {
  flex: 0 0 100%;
  max-width: 100%;
}
.demo-form .fields-set .field textarea {
  height: 100px;
  width: 100%;
}
@media (max-width: 1600px) {
  .demo-form .fields-set .field textarea {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .demo-form .fields-set .field textarea {
    height: 30px;
  }
}
.demo-form .fields-set .field button {
  border: none;
  box-shadow: none;
  min-width: calc(11.2rem + 2vw);
}
.demo-form .fields-set .field.error input {
  border-color: red;
}
.demo-form .fields-set .field .field__type {
  position: relative;
}
.demo-form .fields-set label {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: inherit;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.demo-form .fields-set label span {
  font-size: 11px;
  color: #858585;
}
.demo-form .fields-set label .req_ssterisk {
  color: red;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .demo-form .fields-set label {
    padding-bottom: 5px;
  }
}
.demo-form .fields-set .error-txt {
  font-size: 12px;
  display: block;
  padding-top: 2px;
  color: red;
  display: none;
}
.demo-form .fields-set .field-date input {
  background: url(/images/calendar.svg) no-repeat 98% center;
  background-size: 20px;
}
.demo-form .fields-set .field-time input {
  background: url(/images/clock.svg) no-repeat 98% center;
  background-size: 20px;
}
.demo-form .fields-set .radio {
  display: flex;
  align-items: center;
}
.demo-form .fields-set .radio input[type=radio] {
  height: 16px;
  width: 16px;
  margin-right: 7px;
}
.demo-form .fields-set .tool-tip {
  background-color: transparent;
  margin-top: 3px;
  margin-left: 2px;
}
.demo-form .fields-set .tool-tip .bubble {
  color: #fff;
  background-color: #6c6c6c;
  padding: 15px;
  top: auto;
  bottom: calc(100% + 5px);
}
.demo-form .fields-set .tool-tip .bubble ul {
  padding: 0;
  padding-left: 10px;
}
.demo-form .fields-set .tool-tip__icon {
  background-color: #888;
  color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1.4;
}
.demo-form .select--field {
  position: relative;
}
.demo-form .select--field::after {
  content: "";
  position: absolute;
  right: 13px;
  height: 10px;
  width: 10px;
  border-left: solid #000 2px;
  border-top: solid #000 2px;
  transform: rotate(224deg);
  top: 12px;
}
.demo-form .field.error .field__type::before {
  content: "!";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 4px;
  color: #fff;
  background-color: red;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.demo-form .field.valid .field__type::after {
  position: absolute;
  content: "";
  top: 10px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 9px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.demo-form .field.valid .field__type::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 4px;
  color: #fff;
  background-color: #0cb000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .demo-form {
    padding: 40px;
    padding-right: 20px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .demo-form {
    padding: 22px;
    padding-right: 10px;
  }
  .demo-form form {
    padding-top: 15px;
  }
}
.demo-form .popup--btn {
  position: absolute;
  left: -65px;
  top: 0;
  height: 45px;
  width: 65px;
  background: #519cea;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
  visibility: visible;
  color: #fff;
  z-index: 99;
}
@media (min-width: 1201px) {
  .demo-form .popup--btn::before {
    display: inline-block;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-left: -12px;
    margin-right: 1rem;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: width ease 0.3s, margin ease 0.3s;
  }
  .demo-form .popup--btn::after {
    display: inline-block;
    content: "";
    width: 1.8rem;
    margin-left: 1rem;
    height: 2px;
    background-color: currentColor;
    transition: width ease 0.3s, margin ease 0.3s;
  }
}
@media (max-width: 1200px) {
  .demo-form .popup--btn {
    left: revert;
    right: 0;
    height: 42px;
    width: 42px;
  }
  .demo-form .popup--btn::before, .demo-form .popup--btn::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    left: 20px;
    background-color: #fff;
    transform: rotate(50deg);
  }
  .demo-form .popup--btn::before {
    transform: rotate(130deg);
  }
}
.demo-form .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: solid #000 1px;
  border-radius: 0;
  padding-bottom: 4px;
  height: 38px;
}
.demo-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 38px;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}
.demo-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  line-height: 38px;
}
.demo-form .loader-wrap {
  display: none;
}
.demo-form .loader,
.demo-form .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@media (max-width: 767px) {
  .demo-form .loader,
  .demo-form .loader:after {
    width: 7em;
    height: 7em;
  }
}
.demo-form .loader-wrap::after {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
.demo-form .loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  inset: 0;
  margin: auto;
  z-index: 12;
}
@media (max-width: 767px) {
  .demo-form .loader {
    font-size: 8px;
    border-width: 0.8em;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.demo-form .note-txt {
  font-size: 12px !important;
}
@media (max-width: 1600px) {
  .demo-form h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.demo-form .select2-container {
  width: 100% !important;
}
.demo-form .fa-question-circle {
  font-size: 14px;
}

@media (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
  .fixed-right-btn {
    top: 65% !important;
  }
}
.grecaptcha-badge {
  filter: opacity(0);
  z-index: -9;
}

.demo-form .select--field select {
  background-image: url("/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 7px;
}

.demo-form .select--field::after {
  display: none;
}

/* TIMEPICKER */
.ui-timepicker-standard {
  z-index: 9999999999 !important;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 320px;
  padding: 10px 8px;
}
@media only screen and (max-width: 767px) {
  .ui-timepicker-standard {
    max-width: 245px;
  }
}
.ui-timepicker-standard li a {
  padding: 5px 15px;
  border: none !important;
  background: #f5f5f5 !important;
  border-top: 1px solid #ddd !important;
  color: #666 !important;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

#gcaptcha ~ div {
  left: 0 !important;
}

.table-condensed .fa {
  width: 30px;
  height: 25px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.fa-chevron-left::before {
  font-style: normal;
  content: " ┎";
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
}

.fa-chevron-right::before {
  font-style: normal;
  content: " ┎";
  transform: rotate(135deg) translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
}

/*!
* Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 280px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 15px -7px rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.picker-switch.accordion-toggle::before {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td i, .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0rem;
  padding: 0.45em 0.25em;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 600;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: 0 0;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 15px;
  line-height: 15px;
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 15px;
  line-height: 15px;
  width: 15px;
  font-size: 14px;
  font-weight: 600;
}

.bootstrap-datetimepicker-widget table td.day:first-child {
  width: 15px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: 0 0;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td i, .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td i:hover, .bootstrap-datetimepicker-widget table td span:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td i.active, .bootstrap-datetimepicker-widget table td span.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td i.old, .bootstrap-datetimepicker-widget table td span.old {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td i.disabled:hover, .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: 0 0;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group.date .input-group-text {
  cursor: pointer;
}

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

.fixed-right-btn {
  position: fixed;
  z-index: 998;
  right: 0;
  text-align: center;
  top: calc(50% - 100px);
  border-right: none;
  background-color: #519cea;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0 8px 8px 0;
  transition: 0.2s linear;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .fixed-right-btn {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .fixed-right-btn {
    bottom: 0px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
    margin: 0 auto;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
}
.fixed-right-btn:hover {
  background-color: #000;
}

.sticker-Btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: currentColor;
}
@media (min-width: 768px) {
  .sticker-Btn {
    padding: 20px 8px;
  }
}

.grid-xl {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
}
@media (max-width: 992px) {
  .grid-xl {
    overflow-x: auto;
  }
  .grid-xl .small-box {
    min-width: 110px;
  }
}
.grid-lg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
}
@media (max-width: 992px) {
  .grid-lg {
    overflow-x: auto;
  }
  .grid-lg .medium-box {
    min-width: 160px;
  }
}
.grid-md {
  display: grid;
  grid-gap: 3rem;
}
@media (min-width: 768px) {
  .grid-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-sm {
  align-items: center;
  display: grid;
}
@media (min-width: 768px) {
  .grid-sm {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .grid-sm {
    grid-gap: 2rem;
  }
}
.grid-mdscroll {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .grid-mdscroll {
    overflow-x: auto;
  }
}
.grid-icon svg {
  height: calc(2.5rem + 1.8vw);
  width: calc(2.5rem + 1.8vw);
  fill: #519cea;
}

.grid-icon + .grid-title {
  margin-top: 1.2rem;
}

.section--cta {
  padding: calc(2rem + 1.5vw) 20px;
}
.section--cta .cta {
  margin: 0;
}

.cta h5 {
  margin: 0 auto;
  margin-bottom: 1.875rem;
  max-width: 830px;
  font-size: calc(112.5% + 0.1vw);
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .cta h5 {
    margin-bottom: 1.125rem;
  }
}

.brands-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .brands-wrapper {
    grid-gap: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .brands-wrapper {
    grid-gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .brands-logo {
    flex: 0 0 23%;
    width: 23%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .brands-logo {
    flex: 0 0 28%;
    width: 28%;
  }
}
.brands-logo h4 {
  color: #000;
  font-size: 3.2rem;
}
.brands-logo img {
  width: 200px;
  height: 70px;
  object-fit: scale-down;
}
.brands-logo svg {
  width: 200px;
  height: 46px;
  object-fit: scale-down;
}

.brands-desclaimer {
  margin-top: 3.5rem;
}

.desclainer-text {
  font-weight: 400;
  font-size: 14px;
}

.feature-block h3 {
  font-size: calc(112.5% + 0.24vw);
}

@media only screen and (max-width: 767px) {
  .grid-mdscroll .grid-box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    min-width: 250px;
    padding-bottom: 10px;
  }
}
.grid-mdscroll .grid-box .grid-title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .grid-mdscroll .grid-box .grid-title {
    font-size: 1rem;
  }
}
.grid-mdscroll .grid-box .grid-img {
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .grid-mdscroll .grid-box .grid-img {
    border-radius: 0;
  }
}
.grid-mdscroll .grid-box .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .performance-content {
    max-width: 90%;
    padding: 2rem;
  }
}
.performance-content .section__head {
  padding-bottom: 1.5rem;
}
.performance-content .more-link {
  border-bottom: 2px solid;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  transition: 0.3s;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .performance-content .more-link {
    font-size: 14px;
  }
}
.performance-content .more-link:hover {
  color: #007bff;
}
.performance-content .list-mdify li {
  font-weight: 400;
  font-size: 1rem;
}
.performance-content .list-mdify li:after {
  width: 6px !important;
  height: 6px !important;
  background: #000 !important;
  border-radius: 50% !important;
}

.bg-app {
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 1200px) {
  .bg-app .bg-app-content {
    padding: 5rem 3rem;
  }
}
@media (max-width: 1199px) {
  .bg-app {
    background: none !important;
  }
  .bg-app .bg-app-content {
    padding-top: 5rem;
  }
}
.bg-app .bg-app-content {
  position: relative;
  background: #fff;
  max-width: 100%;
  border-radius: 0 48px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .bg-app .bg-app-content .btn-grp {
    display: inline-grid;
  }
  .bg-app .bg-app-content .btn-grp .more-link {
    margin-top: 20px;
  }
}
.bg-app .bg-app-content .btn-grp a + a {
  margin-left: 20px;
}
.bg-app .bg-app-content .offer-tag {
  font-weight: 500;
  line-height: 1;
  padding: 8px 0 8px 10px;
  background-color: #e84c3d;
  position: absolute;
  top: 1.25rem;
  color: #fff;
  left: 0;
}
.bg-app .bg-app-content .offer-tag::after {
  border-width: 14px;
  bottom: 0;
  border-right-color: transparent;
  content: "";
  position: absolute;
  border: 16px solid #e84c3d;
  border-right-color: transparent;
  border-bottom-color: #e84c3d;
  top: 0;
}

@media (max-width: 767px) {
  .graph-content {
    margin-top: 2rem;
  }
}
.graph-content span {
  font-size: calc(90% + 0.42vw);
  font-weight: 700;
  padding-left: 10px;
}
.graph-content .graph-stats {
  font-size: calc(1.5rem + 5vw);
  font-weight: 700;
}
@media (max-width: 768px) {
  .graph-content .graph-stats {
    font-size: calc(1.1rem + 1vw);
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .feature-content {
    margin-top: 2rem;
  }
}
.feature-content .feature-block:not(:last-child) {
  margin-bottom: clamp(1rem, 3vw, 3rem);
}

/*# sourceMappingURL=launch-live-courses-platform.css.map */
