/*
  Author: Basework Studio
  Author URI: https://basework.studio
  Contact: info@basework.studio
*/
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto
}

@font-face {
  font-display: swap;
  font-family: 'Avalon';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Avalon-Bold.woff2") format("woff2"), url("../fonts/Avalon-Bold.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: 'Avalon';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avalon-Book.woff2") format("woff2"), url("../fonts/Avalon-Book.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: 'Avalon';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Avalon-Demi.woff2") format("woff2"), url("../fonts/Avalon-Demi.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: 'Avalon';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Avalon-ExtraLight.woff2") format("woff2"), url("../fonts/Avalon-ExtraLight.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: 'Avalon';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Avalon-Medium.woff2") format("woff2"), url("../fonts/Avalon-Medium.woff") format("woff")
}

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

html,
body {
  width: 100%;
  height: 100%
}

body {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: #fff;
  -webkit-font-smoothing: antialiased
}

*:focus {
  outline: none
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0
}

a:hover {
  text-decoration: none !important
}

main {
  overflow-x: hidden
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important
  }
}

@media only screen and (min-width: 1680px) {
  .container {
    max-width: 1200px !important
  }
}

@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1200px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  [class^='col-'],
  [class*=' col-'] {
    padding-right: 10px !important;
    padding-left: 10px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .row {
    margin-right: -10px !important;
    margin-left: -10px !important
  }
}

.text>*,
.title>* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

a {
  text-decoration: none
}

ul li {
  list-style: none
}

.overflow-h {
  overflow: hidden !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .sticky-container {
    position: relative
  }
}

.sticky-container .form-button-wrapper-sticky {
  position: sticky;
  z-index: 98;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #ebedf1
}

@media (min-width: 992px) {
  .sticky-container .form-button-wrapper-sticky {
    display: none
  }
}

.sticky-container .form-button-wrapper-sticky-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 79px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff
}

.sticky-container .form-button-wrapper-sticky .btn {
  width: 100%;
  max-width: 335px
}

.active[data-tab-link] {
  pointer-events: none
}

:not(.active)[data-tab-content]>* {
  display: none
}

.body-home main section:last-child {
  margin-bottom: 162.5px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .body-home main section:last-child {
    margin-bottom: 70px
  }
}

main {
  margin-top: 90px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  main {
    margin-top: 80px
  }
}

.has-sticky main {
  overflow: unset
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto
}

.alignright {
  margin: 5px 0 20px 20px;
  float: right
}

.alignleft {
  margin: 5px 20px 20px 0;
  float: left
}

a img.alignright {
  margin: 5px 0 20px 20px;
  float: right
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  padding: 0;
  border: 0 none;
  margin: 0
}

.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 17px
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: red;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: red;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.container,
.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: -webkit-box;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

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

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

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

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

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

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

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

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

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

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

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

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

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-sm-1 {
    margin-left: 8.33333%
  }

  .offset-sm-2 {
    margin-left: 16.66667%
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%
  }

  .offset-sm-5 {
    margin-left: 41.66667%
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%
  }

  .offset-sm-8 {
    margin-left: 66.66667%
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%
  }

  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

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

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

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

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

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

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

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-md-1 {
    margin-left: 8.33333%
  }

  .offset-md-2 {
    margin-left: 16.66667%
  }

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

  .offset-md-4 {
    margin-left: 33.33333%
  }

  .offset-md-5 {
    margin-left: 41.66667%
  }

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

  .offset-md-7 {
    margin-left: 58.33333%
  }

  .offset-md-8 {
    margin-left: 66.66667%
  }

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

  .offset-md-10 {
    margin-left: 83.33333%
  }

  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

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

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

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-lg-1 {
    margin-left: 8.33333%
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%
  }

  .offset-lg-5 {
    margin-left: 41.66667%
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%
  }

  .offset-lg-8 {
    margin-left: 66.66667%
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%
  }

  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

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

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

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-xl-1 {
    margin-left: 8.33333%
  }

  .offset-xl-2 {
    margin-left: 16.66667%
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%
  }

  .offset-xl-5 {
    margin-left: 41.66667%
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%
  }

  .offset-xl-8 {
    margin-left: 66.66667%
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%
  }

  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}

.align-baseline {
  vertical-align: baseline !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-danger {
  background-color: red !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
  border: 0 !important
}

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

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

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

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

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

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

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

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

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

.border-danger {
  border-color: red !important
}

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

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

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

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

.rounded {
  border-radius: .25rem !important
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

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

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

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

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

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

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

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

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

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

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

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

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

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

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

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

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

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

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

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

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

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

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

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

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

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

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

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

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

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

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

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

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

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

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

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important
}

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

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

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

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

.h-auto {
  height: auto !important
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

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

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

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

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

.m-1 {
  margin: .25rem !important
}

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

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

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

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

.m-2 {
  margin: .5rem !important
}

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

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

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

.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
  padding: .5rem !important
}

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

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

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

.pl-2,
.px-2 {
  padding-left: .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: -.25rem !important
}

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

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

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

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

.m-n2 {
  margin: -.5rem !important
}

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -.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: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.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
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
  text-align: justify !important
}

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

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

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

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important
}

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

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important
}

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

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important
}

.text-danger {
  color: red !important
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b30000 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15)
}

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

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

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

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

.swiper-pagination-lock {
  display: none
}

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

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

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

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

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

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

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

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

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

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

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

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

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

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

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

.swiper-cube {
  overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

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

.fancybox-active {
  height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
  z-index: 1
}

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

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

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

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

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

.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0
}

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

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

.fancybox-button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  margin: 0;
  background: rgba(30, 30, 30, 0.6);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit
}

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

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

.fancybox-button:focus {
  outline: none
}

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

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

.fancybox-button div {
  height: 100%
}

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

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

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

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

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

.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;
  padding: 8px;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8
}

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

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

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

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

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  background-clip: content-box;
  opacity: 0
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px
}

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

.fancybox-caption--separate {
  margin-top: -50px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: #4e4e4e;
    color: #f2f4f6;
    opacity: 1
  }

  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5
}

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

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

.fancybox-toolbar {
  display: none !important
}

.responsively-lazy:not(img) {
  position: relative;
  height: 0
}

.responsively-lazy:not(img)>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

img.responsively-lazy {
  width: 100%
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  40% {
    opacity: 0.3
  }

  60% {
    opacity: 0.5
  }

  80% {
    opacity: 0.9
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  40% {
    opacity: 0.3
  }

  60% {
    opacity: 0.5
  }

  80% {
    opacity: 0.9
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  40% {
    opacity: 0.3
  }

  60% {
    opacity: 0.5
  }

  80% {
    opacity: 0.9
  }

  100% {
    opacity: 1
  }
}

.fadeInUp-scroll {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}

.fadeInUp-scroll[data-position*='left-to-right'] {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}

.fadeInUp-scroll[data-position*='right-to-left'] {
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}

.fadeInUp-scroll[data-position*='top-to-bottom'] {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

.fadeInUp-scroll[data-position*='bottom-to-top'] {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}

.fadeInUp-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s
}

.fadeInUp-scroll.visible[data-position*='left-to-right'],
.fadeInUp-scroll.visible[data-position*='right-to-left'] {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.scale-scroll {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9)
}

.scale-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 1s;
  transition: all 1s
}

.image-animation {
  position: relative;
  overflow: hidden
}

.image-animation::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
  transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s
}

.image-animation::after {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(247, 247, 249, 0.95)
}

.image-animation.animate::before {
  left: 100%
}

@-webkit-keyframes image-animation {
  from {
    background-color: #fff
  }

  to {
    background-color: transparent
  }
}

@keyframes image-animation {
  from {
    background-color: #fff
  }

  to {
    background-color: transparent
  }
}

@-webkit-keyframes image-animation-filter {
  0% {
    width: 0
  }

  50% {
    width: 100%
  }
}

@keyframes image-animation-filter {
  0% {
    width: 0
  }

  50% {
    width: 100%
  }
}

.text-title-animation span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms opacity, 300ms visibility;
  transition: 300ms opacity, 300ms visibility
}

.text-title-animation span.show {
  opacity: 1;
  visibility: visible
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em
}

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

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

a {
  background-color: transparent
}

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

b,
strong {
  font-weight: bolder
}

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

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
}

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em
}

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

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.no-horizontal-padding {
  padding-right: 0;
  padding-left: 0
}

.cookie {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 127px;
  padding: 40px 0;
  background-color: #0b0622;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.8s all ease-in;
  transition: 0.8s all ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie {
    padding: 20px 0
  }
}

.cookie.show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.cookie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.cookie-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-head {
    gap: 10px;
    margin-bottom: 10px
  }
}

.cookie-head-image img {
  display: block;
  width: auto;
  max-width: 46px;
  height: auto;
  max-height: 46px
}

.cookie-head-text {
  width: 95px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-head-text {
    width: auto
  }
}

.cookie-head-text h1,
.cookie-head-text h2,
.cookie-head-text h3,
.cookie-head-text h4,
.cookie-head-text h5,
.cookie-head-text h6,
.cookie-head-text p,
.cookie-head-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 21px
}

.cookie-body {
  max-width: 693px;
  margin: 0 51px 0 56px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-body {
    max-width: none;
    margin: 0
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-body-text {
    margin-bottom: 20px
  }
}

.cookie-body-text h1,
.cookie-body-text h2,
.cookie-body-text h3,
.cookie-body-text h4,
.cookie-body-text h5,
.cookie-body-text h6,
.cookie-body-text p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 21px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .cookie-body-text h1,
  .cookie-body-text h2,
  .cookie-body-text h3,
  .cookie-body-text h4,
  .cookie-body-text h5,
  .cookie-body-text h6,
  .cookie-body-text p {
    font-family: 'Avalon', sans-serif;
    font-style: normal;
    font-weight: 400
  }
}

.cookie-body-text h1 a,
.cookie-body-text h2 a,
.cookie-body-text h3 a,
.cookie-body-text h4 a,
.cookie-body-text h5 a,
.cookie-body-text h6 a,
.cookie-body-text p a {
  color: #fff;
  font-style: italic;
  text-decoration: underline
}

.cookie-body-text h1 a:hover,
.cookie-body-text h2 a:hover,
.cookie-body-text h3 a:hover,
.cookie-body-text h4 a:hover,
.cookie-body-text h5 a:hover,
.cookie-body-text h6 a:hover,
.cookie-body-text p a:hover {
  text-decoration: underline !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-footer {
    width: 100%
  }
}

.cookie-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-footer-buttons {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cookie-footer-buttons-accept {
  width: 100%
}

.cookie-footer .btn-default {
  background-color: #f2f4fc;
  color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-footer .btn-default {
    width: 100%
  }
}

.cookie-footer .btn-default:hover {
  background-color: #5421ad;
  color: #fff
}

.cookie-footer .btn-decline {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-footer .btn-decline {
    font-size: 16px;
    line-height: 24px
  }
}

.cookie-footer .btn-decline::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  background-color: #fff;
  content: '';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.cookie-footer .btn-decline:hover::after {
  width: 100%
}

footer {
  background-color: #291c49;
  padding-top: 69px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    padding-top: 48px
  }
}

footer .footer-logo-wrapper {
  margin-bottom: 50px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .footer-logo-wrapper {
    margin-bottom: 48px
  }
}

footer .footer-logo-wrapper .footer-logo {
  max-width: 168px
}

footer .footer-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .footer-contact-us {
    margin-top: 40px
  }
}

footer .footer-contact-us .contact-us-link {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

footer .footer-contact-us .contact-us-link:hover svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

footer .footer-contact-us .contact-us-link span {
  margin-right: 10px
}

footer .footer-contact-us .contact-us-link i {
  width: 18px;
  height: 18px
}

footer .footer-contact-us .contact-us-link i svg {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

footer .footer-contact-us .contact-us-mail {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #eae5f8;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: 20px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .footer-contact-us .contact-us-mail {
    display: none
  }
}

footer .footer-contact-us .contact-us-mail:hover {
  color: #fff;
  text-decoration: none
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .footer-menu.top-offset {
    margin-top: -22px
  }
}

footer .footer-menu .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff
}

footer .footer-menu ul {
  margin-top: 20px
}

footer .footer-menu ul li:not(:first-child) {
  margin-top: 10px
}

footer .footer-menu ul li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #948da4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

footer .footer-menu ul li a:hover {
  color: #fff
}

footer .footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .footer-social-list {
    margin-top: 40px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .footer-social-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

footer .footer-social-list li:not(:first-child) {
  margin-top: 20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .footer-social-list li:not(:first-child) {
    margin-top: 0;
    margin-left: 18px
  }
}

footer .footer-social-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #332358;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease
}

footer .footer-social-list li a:hover {
  background-color: #5421ad
}

footer .footer-social-list li a i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

footer .footer-social-list li a i img {
  max-width: 20px
}

footer .policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .policy-list {
    margin-top: 56px
  }
}

footer .policy-list li:not(:last-child) {
  margin-right: 30px
}

footer .policy-list li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff
}

footer .policy-list li a:hover {
  text-decoration: underline !important
}

footer .footer-bottom {
  padding: 19px 0;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #332358
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .footer-bottom {
    padding: 16px 0 30px 0;
    margin-top: 11px
  }
}

footer .footer-bottom .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header {
    height: 80px
  }
}

header.waiting {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

header.moving {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

header.scrolled {
  z-index: 999;
  background-color: #fff
}

header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ebedf1;
  content: ''
}

header .header-container,
header .header-row,
header .header-col {
  height: 100%
}

header .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

header .header-inner .logo-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .header-inner .header-menu {
  margin-left: auto
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-inner .header-menu {
    position: fixed;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    background-color: #291c49;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
  }

  header .header-inner .header-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

header .header-inner .header-menu .header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-inner .header-menu .header-menu-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto;
    overflow-y: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-inner .header-menu .header-menu-list {
    max-width: 720px
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  header .header-inner .header-menu .header-menu-list {
    max-width: 520px
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  header .header-inner .header-menu .header-menu-list {
    max-width: 100%
  }
}

header .header-inner .header-menu .header-menu-list .header-menu-list-item {
  height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-inner .header-menu .header-menu-list .header-menu-list-item {
    height: auto
  }

  header .header-inner .header-menu .header-menu-list .header-menu-list-item:first-child .header-menu-list-link {
    padding-top: 0
  }
}

@media (min-width: 992px) {
  header .header-inner .header-menu .header-menu-list .header-menu-list-item:hover .header-menu-list-link {
    color: #5421ad
  }
}

header .header-inner .header-menu .header-menu-list .header-menu-list-item .header-menu-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  color: #291c49;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 150%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-inner .header-menu .header-menu-list .header-menu-list-item .header-menu-list-link {
    font-size: 26px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .header-inner .header-menu .header-menu-list .header-menu-list-item .header-menu-list-link {
    font-size: 22px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-inner .header-menu .header-menu-list .header-menu-list-item .header-menu-list-link {
    padding: 15px 0;
    border-bottom: 1px solid #332358;
    color: #fff
  }
}

@media (min-width: 992px) {
  header .header-inner .header-menu .header-menu-list .header-menu-list-item:hover .header-submenu {
    opacity: 1;
    pointer-events: visible
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-inner .header-menu .header-submenu-return a {
    position: relative;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6px;
    background-color: #332358;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease
  }

  header .header-inner .header-menu .header-submenu-return a:hover {
    background-color: #5421ad
  }

  header .header-inner .header-menu .header-submenu-return a.active {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s
  }
}

@media (min-width: 992px) {
  header .header-inner .header-menu .header-submenu-return {
    display: none !important
  }
}

header .header-inner .form-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-inner .form-button-wrapper {
    display: none
  }
}

header .header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #332358;
  -webkit-box-shadow: 0 12px 20px rgba(41, 28, 73, 0.01);
  box-shadow: 0 12px 20px rgba(41, 28, 73, 0.01);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-submenu {
    position: fixed;
    top: 0;
    padding-top: 70px;
    padding-bottom: 95px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  header .header-submenu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-submenu .header-submenu-wrapper:first-child .header-submenu-inner {
    padding-top: 0
  }
}

header .header-submenu .header-submenu-wrapper:not(:last-child) {
  border-right: 1px solid #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-submenu .header-submenu-wrapper:not(:last-child) {
    border-right: none
  }
}

header .header-submenu .header-submenu-inner {
  padding: 40px 25px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-submenu .header-submenu-inner {
    padding: 15px 0;
    border-bottom: 1px solid #332358
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .header-submenu .header-submenu-inner {
    padding: 32px 0
  }
}

header .header-submenu .header-submenu-inner .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 150%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-submenu .header-submenu-inner .title {
    font-size: 26px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .header-submenu .header-submenu-inner .title {
    font-size: 22px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-submenu .header-submenu-inner .title {
    margin-bottom: 0;
    cursor: pointer
  }
}

header .header-submenu .header-submenu-list {
  margin-top: -15px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-submenu .header-submenu-list {
    display: none;
    margin-top: 0
  }
}

header .header-submenu .header-submenu-list .header-submenu-list-item {
  margin-top: 15px
}

header .header-submenu .header-submenu-list .header-submenu-list-item a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ebedf1;
  font-size: 14px;
  line-height: 150%;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .header-submenu .header-submenu-list .header-submenu-list-item a {
    font-size: 13px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-submenu .header-submenu-list .header-submenu-list-item a {
    font-size: 18px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .header-submenu .header-submenu-list .header-submenu-list-item a {
    font-size: 16px
  }
}

header .header-submenu .header-submenu-list .header-submenu-list-item a:hover {
  opacity: 1
}

@media (min-width: 992px) {
  header .header-submenu {
    opacity: 0;
    pointer-events: none
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .hamburger-menu-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: auto 0 auto auto
  }

  header .hamburger-menu-icon.active .line-top {
    -webkit-transform: rotate(-45deg) translateY(5.5px);
    transform: rotate(-45deg) translateY(5.5px)
  }

  header .hamburger-menu-icon.active .line-bottom {
    width: 30px;
    -webkit-transform: rotate(45deg) translateY(-5px);
    transform: rotate(45deg) translateY(-5px)
  }
}

@media (min-width: 992px) {
  header .hamburger-menu-icon {
    display: none
  }
}

header .hamburger-menu-icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

header .hamburger-menu-icon-inner .line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3px;
  background-color: #291c49;
  border-radius: 30px;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

header .hamburger-menu-icon-inner .line-top {
  width: 30px;
  margin-bottom: 2.5px
}

header .hamburger-menu-icon-inner .line-bottom {
  width: 20px;
  margin-top: 2.5px
}

header .header-social-list {
  position: relative;
  z-index: 3;
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #291c49
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-social-list {
    max-width: 720px
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  header .header-social-list {
    max-width: 520px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

header .header-social-list li {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

header .header-social-list li:not(:last-child) {
  margin-right: 18px
}

header .header-social-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #332358;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease
}

header .header-social-list li a:hover {
  background-color: #5421ad
}

header .header-social-list li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

header .header-social-list li a img {
  max-width: 22px;
  height: auto
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease
}

.btn-default {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  min-width: 133px;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5421ad;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}

.btn-default:hover {
  background-color: #291c49
}

.btn-default.disabled {
  background-color: #ebedf1;
  color: rgba(148, 141, 164, 0.5);
  cursor: not-allowed !important;
  pointer-events: none
}

.btn-slider {
  width: 40px;
  height: 40px;
  background: #332358;
  border-radius: 50%
}

.btn-slider:hover {
  background-color: #5421ad
}

.btn-slider.swiper-button-disabled {
  background-color: #332358;
  pointer-events: none
}

.btn-slider.swiper-button-disabled svg {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.btn-slider.swiper-button-disabled svg path {
  stroke: #948da4
}

.btn-slider i,
.btn-slider svg {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease
}

.btn-slider i path,
.btn-slider svg path {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease
}

.btn-slider-next:hover svg {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: next;
  animation-name: next
}

@-webkit-keyframes next {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes next {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.btn-slider-back:hover svg {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: back;
  animation-name: back
}

@-webkit-keyframes back {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes back {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.btn-text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #291c49;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease
}

.btn-text:hover {
  color: #5421ad;
  text-decoration: underline !important
}

.btn-text-arrow {
  height: 24px;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn-text-arrow h1,
.btn-text-arrow h2,
.btn-text-arrow h3,
.btn-text-arrow h4,
.btn-text-arrow h5,
.btn-text-arrow h6,
.btn-text-arrow p,
.btn-text-arrow a,
.btn-text-arrow span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease
}

.btn-text-arrow svg {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.btn-text-arrow svg path {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.btn-text-arrow:hover h1,
.btn-text-arrow:hover h2,
.btn-text-arrow:hover h3,
.btn-text-arrow:hover h4,
.btn-text-arrow:hover h5,
.btn-text-arrow:hover h6,
.btn-text-arrow:hover p,
.btn-text-arrow:hover a,
.btn-text-arrow:hover span {
  color: #5421ad
}

.btn-text-arrow:hover svg path {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: arrow-btn;
  animation-name: arrow-btn;
  fill: #5421ad
}

@-webkit-keyframes arrow-btn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1.5px)
  }

  75% {
    -webkit-transform: translateX(1.5px);
    transform: translateX(1.5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes arrow-btn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1.5px)
  }

  75% {
    -webkit-transform: translateX(1.5px);
    transform: translateX(1.5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.btn-icon {
  position: relative;
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #332358;
  border-radius: 6px
}

.btn-icon img {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in
}

.btn-icon.active {
  background-color: #5421ad
}

.btn-icon.active:hover {
  background-color: #5421ad
}

.btn-icon.active:hover img {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.btn-icon.active:hover::after {
  display: none
}

.btn-icon:hover {
  background-color: transparent
}

.btn-icon:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.btn-icon::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5421ad;
  border-color: transparent;
  border-radius: 6px;
  content: '';
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.5s, background-color 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.3s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.3s, -webkit-transform 0.5s
}

.btn-tag {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 400;
  min-width: 69px;
  min-height: 40px;
  padding: 0 20px;
  background-color: #eae5f8;
  border-radius: 6px;
  color: #291c49;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap
}

.btn-tag:hover {
  background-color: #5421ad;
  color: #fff
}

.btn-source {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  height: 26px;
  padding: 0 10px;
  background-color: #a841fd;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.btn-source.darkblue {
  background-color: #291c49
}

.btn-source.disco {
  background-color: #34d1fd
}

.btn-source.purple {
  background-color: #5421ad
}

.test .btn-source {
  position: inherit
}

.wp-block-button {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 133px;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  border: none;
  background-color: #5421ad;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease
}

.wp-block-button:hover {
  background-color: #291c49
}

.wp-block-button.disabled {
  background-color: #ebedf1;
  color: rgba(148, 141, 164, 0.5);
  cursor: not-allowed !important
}

.gform_button {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  min-width: 133px;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5421ad;
  border-radius: 6px !important;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}

.gform_button:hover {
  background-color: #291c49
}

.gform_button.disabled {
  background-color: #ebedf1;
  color: rgba(148, 141, 164, 0.5);
  cursor: not-allowed !important;
  pointer-events: none
}

section.by-content-hero {
  background-color: #291c49;
  padding: 125px 0 61px 0;
  overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero {
    padding-top: 0;
    padding-bottom: 46px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .by-content-hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

section.by-content-hero .hero-content {
  margin-top: 15px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .hero-content {
    margin-top: 50px
  }
}

section.by-content-hero .hero-content::after {
  content: '';
  display: block;
  width: 45px;
  height: 5px;
  background-color: rgba(84, 33, 173, 0.5);
  margin-top: 60px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .hero-content::after {
    margin-top: 45px
  }
}

section.by-content-hero .hero-content .hero-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.by-content-hero .hero-content .hero-tag i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px
}

section.by-content-hero .hero-content .hero-tag i img {
  width: 24px;
  height: 24px
}

section.by-content-hero .hero-content .hero-tag p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #fff
}

section.by-content-hero .hero-content .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 140%;
  color: #fff;
  max-width: 502px;
  width: 100%;
  margin-top: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .hero-content .title {
    margin-top: 20px;
    max-width: 100%
  }
}

section.by-content-hero .hero-content .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #eae5f8;
  max-width: 502px;
  width: 100%;
  margin-top: 10px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .hero-content .text {
    margin-top: 20px;
    max-width: 100%
  }
}

section.by-content-hero .hero-media-wrapper {
  width: 100%;
  position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.by-content-hero .hero-media-wrapper {
    height: 100%
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.by-content-hero .hero-media-wrapper {
    width: auto;
    margin-left: -20px;
    margin-right: -20px
  }
}

section.by-content-hero .hero-media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.by-content-hero .hero-media-wrapper .main-img {
  width: 100%;
  height: 100%;
  max-height: 356px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.by-content-hero .hero-media-wrapper .main-img {
    max-height: 100%
  }
}

section.by-content-hero .hero-media-wrapper .hero-media-bg {
  position: absolute
}

section.by-content-hero .hero-media-wrapper .hero-media-bg.big-bg {
  width: 370px;
  height: 251px;
  right: -20px;
  bottom: -20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .hero-media-wrapper .hero-media-bg.big-bg {
    display: none
  }
}

section.by-content-hero .hero-media-wrapper .hero-media-bg.small-bg {
  width: 212px;
  height: 144px;
  top: -20px;
  left: -20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-hero .hero-media-wrapper .hero-media-bg.small-bg {
    right: 0;
    left: unset;
    bottom: -20px;
    top: unset;
    width: 227px;
    height: 154px
  }
}

section.by-content-left-img-right-text {
  padding: 120px 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text {
    padding: 0 0 60px 0
  }
}

section.by-content-left-img-right-text .media-container {
  position: relative;
  height: 100%
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.by-content-left-img-right-text .media-container {
    margin-left: -20px;
    margin-right: -20px
  }
}

section.by-content-left-img-right-text .media-container .media-inner {
  position: sticky;
  top: 40px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease
}

body.scrolled section.by-content-left-img-right-text .media-container .media-inner {
  top: 130px
}

body.scrolled.waiting section.by-content-left-img-right-text .media-container .media-inner {
  top: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .media-container .media-inner {
    position: unset;
    top: unset
  }
}

section.by-content-left-img-right-text .media-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.by-content-left-img-right-text .media-container .img-bg {
  position: absolute;
  bottom: -20px;
  width: 212px;
  height: 144px;
  z-index: -1
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .media-container .img-bg {
    display: none
  }
}

section.by-content-left-img-right-text .media-container .img-bg.left {
  left: -20px
}

section.by-content-left-img-right-text .media-container .img-bg.right {
  right: -20px
}

section.by-content-left-img-right-text .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .content-container {
    margin-top: 30px
  }
}

section.by-content-left-img-right-text .content-container ul {
  max-width: 511px;
  width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .content-container ul {
    max-width: 100%
  }
}

section.by-content-left-img-right-text .content-container ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

section.by-content-left-img-right-text .content-container ul li:not(:first-child) {
  margin-top: 60px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .content-container ul li:not(:first-child) {
    margin-top: 40px
  }
}

section.by-content-left-img-right-text .content-container ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #5421ad;
  position: relative;
  top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

section.by-content-left-img-right-text .content-container .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  max-width: 470px;
  width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .content-container .title {
    max-width: 100%
  }
}

section.by-content-left-img-right-text .content-container .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-top: 32px;
  max-width: 470px;
  width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text .content-container .text {
    max-width: 100%;
    margin-top: 10px
  }
}

section.by-content-left-img-right-text.dark {
  background-color: #291c49
}

section.by-content-left-img-right-text.dark .content-container .title {
  color: #fff
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.by-content-left-img-right-text.dark .content-container .title {
    color: #eae5f8
  }
}

section.by-content-left-img-right-text.dark .content-container .text {
  color: #eae5f8
}

section.by-content-left-img-right-text.dark .media-inner {
  position: relative;
  top: unset !important
}

section.by-content-left-img-right-text.dark .media-inner img:first-of-type {
  position: relative;
  z-index: 1
}

section.by-content-left-img-right-text.dark .media-inner .img-bg {
  z-index: 0
}

section.by-content-left-img-right-text.light {
  background-color: #fff
}

section.by-content-left-img-right-text.light .content-container .title,
section.by-content-left-img-right-text.light .content-container .text {
  color: #291c49
}

section.by-content-left-img-right-text .reverse-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (min-width: 1200px) and (max-width: 1235px) {
  section.by-content-left-img-right-text .reverse-content .img-bg.right {
    right: 20px
  }
}

section.by-content-left-img-right-text .reverse-content .content-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (min-width: 1200px) and (max-width: 1235px) {
  section.by-content-left-img-right-text:not(.reverse-content) .img-bg.left {
    left: 20px
  }
}

.card-post.big .card-post-image {
  margin-bottom: 30px
}

.card-post.big .card-post-text {
  margin-top: 20px
}

.card-post.big .card-post-title h1,
.card-post.big .card-post-title h2,
.card-post.big .card-post-title h3,
.card-post.big .card-post-title h4,
.card-post.big .card-post-title h5,
.card-post.big .card-post-title h6,
.card-post.big .card-post-title p,
.card-post.big .card-post-title a,
.card-post.big .card-post-title span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 48px
}

.card-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-post-image {
  position: relative;
  margin-bottom: 20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .card-post-image {
    margin-bottom: 10px
  }
}

.card-post-image img,
.card-post-image video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 470px;
  -o-object-fit: cover;
  object-fit: cover
}

.card-post-title {
  margin-top: 16.5px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .card-post-title {
    margin-top: 10px
  }
}

.card-post-title h1,
.card-post-title h2,
.card-post-title h3,
.card-post-title h4,
.card-post-title h5,
.card-post-title h6,
.card-post-title p,
.card-post-title a,
.card-post-title span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.card-post-text {
  margin-top: 20px
}

.card-post-text h1,
.card-post-text h2,
.card-post-text h3,
.card-post-text h4,
.card-post-text h5,
.card-post-text h6,
.card-post-text p,
.card-post-text a,
.card-post-text span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .card-post-text h1,
  .card-post-text h2,
  .card-post-text h3,
  .card-post-text h4,
  .card-post-text h5,
  .card-post-text h6,
  .card-post-text p,
  .card-post-text a,
  .card-post-text span {
    font-size: 16px;
    line-height: 24px
  }
}

.card-post-date h1,
.card-post-date h2,
.card-post-date h3,
.card-post-date h4,
.card-post-date h5,
.card-post-date h5,
.card-post-date p,
.card-post-date a,
.card-post-date span {
  color: #948da4;
  font-size: 14px;
  line-height: 21px
}

.card-post:hover a {
  cursor: url("../img/static/blog-cursor.svg"), auto !important
}

.contact-bar {
  background-color: #291c49;
  padding: 0 0 60px 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar {
    padding: 0
  }
}

.contact-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.contact-bar-image {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-image {
    margin: 0px 0 20px 0
  }
}

.contact-bar-image img {
  width: 100%;
  height: auto;
  max-width: 146px;
  display: block
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-arrow {
    margin: 55px 0 51px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

.contact-bar-arrow img {
  width: 100%;
  height: auto;
  max-width: 88.5px;
  display: block
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-arrow img {
    max-width: 54.5px;
    max-height: 54.5px;
    height: 100%
  }
}

.contact-bar-content {
  width: 100%;
  margin-left: 54px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-content {
    margin-left: 0;
    text-align: center
  }
}

.contact-bar-content-title {
  margin-bottom: 5px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-content-title {
    margin-bottom: 10px
  }
}

.contact-bar-content-title h1,
.contact-bar-content-title h2,
.contact-bar-content-title h3,
.contact-bar-content-title h4,
.contact-bar-content-title h5,
.contact-bar-content-title h6,
.contact-bar-content-title p,
.contact-bar-content-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  line-height: 51px
}

.contact-bar-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-content-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.contact-bar-content-text h1,
.contact-bar-content-text h2,
.contact-bar-content-text h3,
.contact-bar-content-text h4,
.contact-bar-content-text h5,
.contact-bar-content-text h6,
.contact-bar-content-text p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #eae5f8;
  opacity: 0.9;
  font-size: 16px;
  line-height: 24px;
  max-width: 500px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .contact-bar-content-text h1,
  .contact-bar-content-text h2,
  .contact-bar-content-text h3,
  .contact-bar-content-text h4,
  .contact-bar-content-text h5,
  .contact-bar-content-text h6,
  .contact-bar-content-text p {
    max-width: none
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .contact-bar-content-text h1,
  .contact-bar-content-text h2,
  .contact-bar-content-text h3,
  .contact-bar-content-text h4,
  .contact-bar-content-text h5,
  .contact-bar-content-text h6,
  .contact-bar-content-text p {
    max-width: 335px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-bar-content-text a {
    margin: 0 0 50px 0
  }
}

.contact-bar-content-text a:hover {
  background-color: #a841fd !important
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #7e788d;
  font-size: 16px;
  line-height: 24px
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #7e788d;
  font-size: 16px;
  line-height: 24px
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #7e788d;
  font-size: 16px;
  line-height: 24px
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
button::-ms-input-placeholder {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #7e788d;
  font-size: 16px;
  line-height: 24px
}

input::placeholder,
select::placeholder,
textarea::placeholder,
button::placeholder {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #7e788d;
  font-size: 16px;
  line-height: 24px
}

input {
  width: 100%;
  height: 56px;
  padding-top: 23px;
  padding-left: 18px;
  border: 1px solid #7e788d;
  border-radius: 6px;
  color: #291c49;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease
}

input.gfield_error {
  border: 1px solid red
}

input:focus {
  border: 1px solid #291c49
}

input[type='checkbox'] {
  width: 16px;
  height: 16px;
  border: 1px solid #948da4;
  background-color: #fff;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 2px;
  cursor: pointer
}

input[type='checkbox'].gfield_error {
  border: 1px solid red
}

input[type='checkbox']:checked {
  background-image: url("../img/static/checkbox.svg");
  border-color: #291c49
}

input[type='checkbox']+label {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 14px;
  line-height: 21px
}

input[type='checkbox']+label a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #291c49;
  text-decoration: underline !important
}

.gfield_label {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  margin: 17px 0 15px 20px;
  color: #7e788d;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in
}

.base-test-class {
  position: relative;
  margin-bottom: 25px
}

.base-field {
  position: relative;
  margin-bottom: 25px
}

.base-checkbox {
  padding: 0 !important;
  border: none !important
}

.active-label {
  margin: 9px 0 35px 20px;
  font-size: 12px;
  line-height: 14px
}

.gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-wrapper button {
  margin-top: 68px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .form-wrapper button {
    width: 100%;
    margin-top: 46px
  }
}

textarea {
  width: 100%;
  height: 56px;
  min-height: 120px;
  padding: 17px 0 17px 20px;
  border: 1px solid #7e788d;
  border-radius: 6px;
  color: #291c49;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease
}

textarea:focus {
  border: 1px solid #291c49
}

.textarea-class {
  margin-top: 40px
}

.textarea-class label {
  position: relative;
  margin: 0 !important
}

.textarea-class textarea {
  margin: 10px 0 30px
}

.textarea-class .validation_message {
  display: none !important
}

.gfield_validation_message {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  border: none;
  margin: 3px 0 0;
  color: red;
  font-size: 12px;
  line-height: 18px
}

.gfield.gfield_error input {
  border: 1px solid red;
  border-radius: 6px
}

.gform_submission_error {
  display: none !important
}

.gfield_label_before_complex {
  display: none
}

.gfield_required {
  display: none !important
}

fieldset {
  padding: 0 !important;
  border: none !important
}

.ginput_container_consent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.hero {
  position: relative;
  padding: 100px 0 0;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero {
    padding: 0 0 78px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero .offset-lg-1 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero .row {
    margin-right: -20px !important;
    margin-left: -20px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero .col-lg-5 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  bottom: -18%;
  margin-left: 10%;
  -webkit-animation: MoveUpDown 4s linear infinite;
  animation: MoveUpDown 4s linear infinite;
  mix-blend-mode: difference
}

@media screen and (min-width: 1800px) {
  .hero-arrow {
    margin-left: 21% !important
  }
}

@media screen and (min-width: 1441px) {
  .hero-arrow {
    margin-left: 15.5%
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-arrow {
    bottom: -7%;
    margin-left: calc(50% - 16px);
    -webkit-animation: MoveUpDownMobile 4s linear infinite;
    animation: MoveUpDownMobile 4s linear infinite
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-arrow {
    bottom: -20%;
    -webkit-animation: MoveUpDownLg 4s linear infinite;
    animation: MoveUpDownLg 4s linear infinite
  }
}

@-webkit-keyframes MoveUpDown {
  0% {
    bottom: -18%
  }

  50% {
    bottom: -9%
  }

  100% {
    bottom: -18%
  }
}

@keyframes MoveUpDown {
  0% {
    bottom: -18%
  }

  50% {
    bottom: -9%
  }

  100% {
    bottom: -18%
  }
}

@-webkit-keyframes MoveUpDownLg {
  0% {
    bottom: -20%
  }

  50% {
    bottom: -25%
  }

  100% {
    bottom: -20%
  }
}

@keyframes MoveUpDownLg {
  0% {
    bottom: -20%
  }

  50% {
    bottom: -25%
  }

  100% {
    bottom: -20%
  }
}

@-webkit-keyframes MoveUpDownMobile {
  0% {
    bottom: -7%
  }

  50% {
    bottom: 0%
  }

  100% {
    bottom: -7%
  }
}

@keyframes MoveUpDownMobile {
  0% {
    bottom: -7%
  }

  50% {
    bottom: 0%
  }

  100% {
    bottom: -7%
  }
}

.hero-title {
  max-width: 380px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-title {
    margin-top: 40px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    max-width: none
  }
}

.hero-title h1,
.hero-title h2,
.hero-title h3,
.hero-title h4,
.hero-title h5,
.hero-title h6,
.hero-title p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #291c49;
  font-size: 60px;
  line-height: 72px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .hero-title h1,
  .hero-title h2,
  .hero-title h3,
  .hero-title h4,
  .hero-title h5,
  .hero-title h6,
  .hero-title p {
    font-size: 42px;
    line-height: 50px
  }
}

.hero-title h1 span,
.hero-title h2 span,
.hero-title h3 span,
.hero-title h4 span,
.hero-title h5 span,
.hero-title h6 span,
.hero-title p span {
  color: #5421ad
}

.hero-text {
  max-width: 390px;
  margin-top: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-text {
    max-width: none
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-text {
    margin-top: 26px
  }
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6,
.hero-text p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

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

.hero-img-wrapper {
  position: relative;
  z-index: 3;
  margin-bottom: -45px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-img-wrapper {
    margin-bottom: 0
  }
}

.hero-img-wrapper .hero-img-second {
  position: absolute;
  z-index: 3;
  bottom: -30px;
  left: -80px;
  width: 169px;
  height: 157px;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-img-wrapper .hero-img-second {
    right: 20px;
    bottom: -40px;
    left: unset;
    width: 131px;
    height: 122px;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.hero-img video,
.hero-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

@media only screen and (min-width: 321px) and (max-width: 576px) {

  .hero-img video,
  .hero-img img {
    max-height: 254px
  }
}

.hero-img.bar .hero-img-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 193px;
  height: 45px;
  background-color: #5421ad;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-img.bar .hero-img-wrapper::after {
    width: 38%;
    height: 15px
  }
}

.hero-animation {
  position: absolute;
  z-index: 4;
  top: -25px;
  right: -84px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation {
    top: unset;
    right: unset;
    bottom: -15px;
    left: 20px
  }
}

.hero-animation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-wrapper .hero-animation-item:nth-child(2) {
    display: none
  }
}

.hero-animation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 12px 11px 15px;
  background: #fff;
  border-radius: 6px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item {
    width: 150px;
    height: 36px;
    padding: 8px 9px 8px 11px
  }
}

.hero-animation-item-icon {
  margin-right: 18px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-icon {
    margin-right: 13px
  }
}

.hero-animation-item-icon img {
  width: 26px;
  height: 26px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-icon img {
    width: 20px;
    height: 20px
  }
}

.hero-animation-item-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 23px;
  border-radius: 6px;
  -webkit-box-shadow: 4px 1px 40px rgba(41, 28, 73, 0.05);
  box-shadow: 4px 1px 40px rgba(41, 28, 73, 0.05)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-progress {
    gap: 4.5px;
    margin-right: 17px;
    border-radius: 4.5px
  }
}

.hero-animation-item-progress-first {
  width: 40px;
  height: 6px;
  background-color: #5421ad;
  border-radius: 6px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-progress-first {
    width: 30px;
    height: 4.5px;
    border-radius: 4.5px
  }
}

.hero-animation-item-progress-second {
  position: relative;
  width: 90px;
  height: 6px;
  background-color: #dde1f2;
  border-radius: 6px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-progress-second {
    width: 68px;
    height: 4.5px;
    border-radius: 4.5px
  }
}

.hero-animation-item-progress-second::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  -webkit-animation: progress-full 3s forwards;
  animation: progress-full 3s forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #b8c0e2;
  border-radius: 6px;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-progress-second::after {
    height: 4.5px;
    border-radius: 4.5px
  }
}

@-webkit-keyframes progress-full {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@keyframes progress-full {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

.hero-animation-item-checkmark img {
  width: 16px;
  height: 16px;
  -webkit-animation: checkmark-anim 4s forwards;
  animation: checkmark-anim 4s forwards;
  opacity: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-animation-item-checkmark img {
    width: 12px;
    height: 12px
  }
}

@-webkit-keyframes checkmark-anim {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes checkmark-anim {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

section.left-tab-right-slider {
  padding: 120px 0;
  overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider {
    padding: 0 0 60px 0;
    position: relative
  }

  section.left-tab-right-slider::before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #291c49;
    z-index: -1
  }
}

section.left-tab-right-slider .section-heading {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 140%;
  color: #291c49;
  margin-bottom: 60px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .section-heading {
    margin-top: 49px;
    margin-bottom: 30px
  }
}

section.left-tab-right-slider .tab-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

section.left-tab-right-slider .tab-content-container .tab-list {
  max-width: 596px;
  width: 100%;
  margin-top: -20px
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item {
  list-style: none;
  position: relative;
  overflow: hidden
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item::before {
  content: '';
  position: absolute;
  top: 62px;
  left: 0;
  background: url(../img/static/tab-slider-line.svg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto;
  height: 90%;
  -webkit-transform-origin: top;
  transform-origin: top;
  width: 32px
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item.active .tab-link {
  color: #5421ad
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item.active .tab-link .tab-index .tab-index-inner {
  width: 100%;
  height: 100%;
  background-color: #5421ad
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item.active .tab-link .tab-index .tab-index-inner::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item.active .tab-link .tab-index .tab-index-inner img {
  -webkit-transform: translateY(24px);
  transform: translateY(24px)
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-link {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #291c49;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-top: 20px
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-link .tab-index {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-link .tab-index {
    margin-right: 10px
  }
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-link .tab-index .tab-index-inner {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #332358;
  -webkit-transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  overflow: hidden
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-link .tab-index .tab-index-inner::before {
  content: attr(data-index);
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-link .tab-index .tab-index-inner img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-content {
  display: none
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-content .tab-content-inner {
  margin-left: 52px;
  margin-top: 29px;
  padding-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-content .tab-content-inner {
    margin-left: 42px;
    margin-top: 20px
  }
}

section.left-tab-right-slider .tab-content-container .tab-list .tab-list-item .tab-content .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .tab-slider-layout {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

section.left-tab-right-slider .tab-slider-container {
  margin-top: 19px;
  position: relative
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.left-tab-right-slider .tab-slider-container {
    margin-left: -20px;
    margin-right: -20px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .tab-slider-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

section.left-tab-right-slider .tab-slider-container .tab-img-bg {
  position: absolute;
  z-index: -1
}

section.left-tab-right-slider .tab-slider-container .tab-img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.left-tab-right-slider .tab-slider-container .tab-img-bg.tab-img-small-bg {
  width: 212px;
  height: 144px;
  bottom: -20px;
  left: -20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .tab-slider-container .tab-img-bg.tab-img-small-bg {
    width: 169px;
    height: 115px
  }
}

section.left-tab-right-slider .tab-slider-container .tab-img-bg.tab-img-big-bg {
  width: 370px;
  height: 251px;
  top: -20px;
  right: -20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.left-tab-right-slider .tab-slider-container .tab-img-bg.tab-img-big-bg {
    width: 295px;
    height: 200px
  }
}

section.left-tab-right-slider .tab-slider-container .tab-slider .media-wrapper .main-img img {
  max-width: 100%
}

.partners {
  padding: 66px 0 15px 0;
  background-color: #5421ad
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .partners {
    padding: 50px 0 54px 0
  }
}

.partners-title h1,
.partners-title h2,
.partners-title h3,
.partners-title h4,
.partners-title h5,
.partners-title h6,
.partners-title p,
.partners-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #f2f4fc;
  font-size: 22px;
  line-height: 33px;
  text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .partners-title h1,
  .partners-title h2,
  .partners-title h3,
  .partners-title h4,
  .partners-title h5,
  .partners-title h6,
  .partners-title p,
  .partners-title a {
    color: #ebedf1
  }
}

.partners-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .partners-list {
    gap: 0px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .partners-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.partners-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 21%;
  flex: 1 0 21%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partners-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .partners-list-item:nth-child(even) {
    margin-left: 10px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .partners-list-item:nth-child(odd) {
    margin-left: 9px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .partners-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 155px !important
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .partners-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
  }
}

.partners-list-item img {
  width: 100%;
  height: auto;
  max-width: 205px;
  display: block
}

.solutions {
  padding: 125px 0 150px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .solutions {
    padding: 50px 0 60px
  }
}

.solutions .btn-icon {
  width: 50px;
  height: 50px
}

.solutions .btn-icon img {
  width: 27px;
  height: 27px
}

.solutions-title {
  margin-bottom: 100px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .solutions-title {
    margin-bottom: 30px
  }
}

.solutions-title h1,
.solutions-title h2,
.solutions-title h3,
.solutions-title h4,
.solutions-title h5,
.solutions-title h6,
.solutions-title p,
.solutions-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 38px;
  text-align: center
}

.solutions-card {
  min-height: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.solutions-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 0 20px 20px !important;
  margin-top: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .solutions-card-link {
    padding: 0 20px 30px !important
  }
}

.solutions-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 20px;
  background-color: #fff
}

.solutions-card-header[aria-expanded='true'] h1,
.solutions-card-header[aria-expanded='true'] h2,
.solutions-card-header[aria-expanded='true'] h3,
.solutions-card-header[aria-expanded='true'] h4,
.solutions-card-header[aria-expanded='true'] h5,
.solutions-card-header[aria-expanded='true'] h6,
.solutions-card-header[aria-expanded='true'] p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5421ad;
  font-size: 18px;
  line-height: 25px
}

.solutions-card-header[aria-expanded='true'] .btn {
  background-color: #5421ad !important
}

.solutions-card-header[aria-expanded='true'] .btn-icon:hover {
  background-color: #5421ad !important
}

.solutions-card-header[aria-expanded='false'] .btn {
  background-color: #332358 !important
}

.solutions-card-header[aria-expanded='false'] .btn-icon:hover {
  background-color: #332358 !important
}

.solutions-card-header h1,
.solutions-card-header h2,
.solutions-card-header h3,
.solutions-card-header h4,
.solutions-card-header h5,
.solutions-card-header h6,
.solutions-card-header p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 25px
}

.solutions-card-body {
  padding: 0 20px 20px !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .solutions-card-body {
    padding: 0 20px 30px !important
  }
}

.solutions-card-body h1,
.solutions-card-body h2,
.solutions-card-body h3,
.solutions-card-body h4,
.solutions-card-body h5,
.solutions-card-body h6,
.solutions-card-body p,
.solutions-card-body a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.solutions-card-img {
  padding: 0 20px 20px !important;
  margin: 0 -20px 20px !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .solutions-card-img {
    padding: 0 20px 30px !important
  }
}

.solutions-card-img img {
  display: block;
  width: 100%;
  height: auto
}

.solutions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  cursor: pointer;
  text-align: center
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-item {
    padding: 0
  }
}

.solutions-item[data-index='3'] img {
  margin-left: 4px
}

.solutions-item h1,
.solutions-item h2,
.solutions-item h3,
.solutions-item h4,
.solutions-item h5,
.solutions-item h6,
.solutions-item p,
.solutions-item a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  color: #7e788d;
  font-size: 18px;
  line-height: 27px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease
}

.solutions-item.active h1,
.solutions-item.active h2,
.solutions-item.active h3,
.solutions-item.active h4,
.solutions-item.active h5,
.solutions-item.active h6,
.solutions-item.active p,
.solutions-item.active a {
  color: #291c49
}

.solutions-item.active .btn-icon {
  position: relative;
  width: 70px;
  height: 70px
}

.solutions-item.active .btn-icon img {
  z-index: 3;
  width: 38px;
  height: 38px
}

.solutions-item.active .btn-icon::after {
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.solutions-item:hover h1,
.solutions-item:hover h2,
.solutions-item:hover h3,
.solutions-item:hover h4,
.solutions-item:hover h5,
.solutions-item:hover h6,
.solutions-item:hover p,
.solutions-item:hover a {
  color: #291c49
}

.solutions-item:hover .btn-icon {
  position: relative;
  width: 70px;
  height: 70px
}

.solutions-item:hover .btn-icon img {
  z-index: 3;
  width: 38px;
  height: 38px
}

.solutions-item:hover .btn-icon::after {
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.solutions-item .btn-icon {
  position: relative;
  width: 70px;
  height: 70px
}

.solutions-item .btn-icon img {
  z-index: 3;
  width: 38px;
  height: 38px
}

.solutions-item .btn-icon:hover::after {
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.solutions-slider-wrapper {
  margin-top: 100px
}

.solutions-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.solutions-slider-item-image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.solutions-slider-item-image-second {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 100%;
  max-width: 230px;
  height: auto
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-slider-item-image-second {
    left: -20px;
    max-width: 190px
  }
}

.solutions-slider-item-image-second img {
  display: block;
  width: 100%;
  height: auto
}

.solutions-slider-item-image>img {
  display: block;
  width: 100%;
  width: 570px;
  max-width: 570px;
  height: auto;
  min-height: 380px;
  -o-object-fit: cover;
  object-fit: cover
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-slider-item-image>img {
    width: 420px;
    min-height: 300px
  }
}

@media screen and (min-width: 1441px) {
  .solutions-slider-item-image>img {
    width: 570px;
    max-width: none
  }
}

.solutions-slider-item-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  height: 355px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 53px 70px 40px;
  background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-slider-item-card {
    height: 300px;
    padding: 25px 35px 20px
  }
}

@media screen and (min-width: 1441px) {
  .solutions-slider-item-card {
    max-width: none;
    height: unset;
    min-height: 355px
  }
}

.solutions-slider-item-card-title {
  margin-bottom: 20px
}

.solutions-slider-item-card-title h1,
.solutions-slider-item-card-title h2,
.solutions-slider-item-card-title h3,
.solutions-slider-item-card-title h4,
.solutions-slider-item-card-title h5,
.solutions-slider-item-card-title h6,
.solutions-slider-item-card-title p,
.solutions-slider-item-card-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 48px
}

.solutions-slider-item-card-text h1,
.solutions-slider-item-card-text h2,
.solutions-slider-item-card-text h3,
.solutions-slider-item-card-text h4,
.solutions-slider-item-card-text h5,
.solutions-slider-item-card-text h6,
.solutions-slider-item-card-text p,
.solutions-slider-item-card-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.solutions-slider-item-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: auto
}

.solutions .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
  visibility: hidden
}

.solutions .swiper-slide-active {
  opacity: 1;
  visibility: visible
}

.solutions .swiper {
  overflow: unset !important
}

.solutions .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 2px;
  background-color: #5421ad;
  -webkit-transition: 0.08s all ease-in;
  transition: 0.08s all ease-in
}

.solutions #progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: red
}

.collapse {
  margin-top: 10px;
  background-color: #fff
}

.collapsing {
  margin-top: 10px;
  background-color: #fff
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .small-source-boxes-wrapper {
    margin-top: 61px
  }
}

.small-source-boxes-wrapper .small-boxes-inner {
  margin-top: -24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .small-source-boxes-wrapper .small-boxes-inner {
    margin-top: -40px
  }
}

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

.source-box .box-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.source-box .box-inner:hover {
  cursor: url("../img/static/blog-cursor.svg"), auto !important
}

.source-box .box-inner .media-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.source-box .box-inner .media-wrapper img {
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover
}

.source-box .box-inner .media-wrapper .tag {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 150%
}

.source-box .box-inner .media-wrapper .tag.dark-violet {
  background-color: #291c49
}

.source-box .box-inner .media-wrapper .tag.grape {
  background-color: #5421ad
}

.source-box .box-inner .media-wrapper .tag.lavender-indigo {
  background-color: #a841fd
}

.source-box .box-inner .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.source-box .box-inner .content time {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #948da4;
  font-size: 14px;
  line-height: 150%
}

.source-box .box-inner .content .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 16.5px;
  color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box .box-inner .content .title {
    margin-top: 10px
  }
}

.source-box .box-inner .content .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  color: #291c49;
  font-size: 18px;
  line-height: 150%
}

.source-box.big .content {
  margin-top: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box.big .content {
    margin-top: 10px
  }
}

.source-box.big .content .title {
  font-size: 32px;
  line-height: 150%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box.big .content .title {
    font-size: 22px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box.big .content .text {
    font-size: 16px
  }
}

.source-box.big .content .media-wrapper img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover
}

.source-box.small {
  margin-top: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box.small {
    margin-top: 40px
  }
}

.source-box.small .content {
  margin-top: 20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box.small .content {
    margin-top: 10px
  }
}

.source-box.small .content .title {
  font-size: 18px;
  line-height: 150%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-box.small .content .title {
    font-size: 16px
  }
}

.source-box.small .media-wrapper img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover
}

section.sources {
  margin-top: 160px;
  overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources {
    margin-top: 60px
  }
}

section.sources .section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 52px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources .section-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px
  }
}

section.sources .section-nav .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources .section-nav .title {
    line-height: 120%;
    padding-left: 20px;
    padding-right: 20px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources .section-nav nav {
    margin-top: 41px;
    width: 100%;
    overflow: visible
  }
}

section.sources .section-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 39px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources .section-nav nav ul {
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources .section-nav nav ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

section.sources .section-nav nav ul li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #291c49;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

section.sources .section-nav nav ul li a:hover {
  color: #5421ad
}

section.sources .section-nav nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

section.sources .section-nav nav ul li a.active {
  color: #5421ad
}

section.sources .section-nav nav ul li a.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

section.sources .section-nav nav ul li a::before {
  content: '';
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  background-color: #5421ad;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none
}

section.sources .see-all-btn-wrapper {
  margin-top: 71.5px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources .see-all-btn-wrapper {
    margin-top: 75px
  }
}

section.stories {
  padding: 105px 0 143px;
  background-color: #5421ad
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories {
    padding: 50px 0 40px
  }
}

section.stories .section-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.stories .section-lead i {
  width: 24px;
  height: 24px
}

section.stories .section-lead i img {
  max-width: 100%
}

section.stories .section-lead .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 150%
}

section.stories .section-heading {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 28px;
  color: #fff;
  font-size: 32px;
  line-height: 150%;
  text-align: center
}

section.stories .story-slider-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 970px;
  margin: 100px auto 0;
  isolation: isolate
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 20px auto 0
  }
}

section.stories .story-slider-container::before {
  position: absolute;
  z-index: -1;
  top: -77px;
  left: -58px;
  width: 224px;
  height: 394px;
  background-image: url(../img/static/stories-bg-pattern.svg);
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container::before {
    display: none
  }
}

section.stories .story-slider-container .content-slider-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 770px;
  padding-top: 36px;
  padding-bottom: 25px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.stories .story-slider-container .content-slider-wrapper {
    max-width: 625px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.stories .story-slider-container .content-slider-wrapper {
    max-width: 500px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .content-slider-wrapper {
    overflow: visible;
    padding: 0;
    background-color: transparent
  }
}

section.stories .story-slider-container .content-slider-wrapper .content-slider {
  overflow: visible
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider {
    z-index: 2;
    background-color: #f2f4fc
  }
}

section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper {
  position: relative;
  max-width: 600px;
  padding-bottom: 34px;
  padding-left: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper {
    max-width: 450px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper {
    margin-right: 30px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper {
    max-width: 100%;
    padding: 30px 20px 74px
  }
}

section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper>* {
  max-width: 570px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper>* {
    max-width: 500px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper>* {
    max-width: 360px
  }
}

section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 142px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3d354d;
  font-size: 18px;
  line-height: 150%
}

section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper .btn-text-arrow {
  position: absolute;
  top: calc(100% + 28px);
  right: 0;
  margin-top: 5px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .content-slider-wrapper .content-slider .content-wrapper .btn-text-arrow {
    top: unset;
    right: 20px;
    bottom: 30px;
    margin-top: 0
  }
}

section.stories .story-slider-container .story-nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  margin-right: 30px;
  margin-left: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.stories .story-slider-container .story-nav-container {
    max-width: 420px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .story-nav-container {
    z-index: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 43px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
  }
}

section.stories .story-slider-container .story-nav-container .d-flex {
  z-index: 4;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.stories .story-slider-container .story-nav-container .d-flex {
    background-color: transparent
  }
}

section.stories .story-slider-container .story-nav-container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 570px;
  height: 1px;
  background-color: #dfe1e8;
  content: ''
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.stories .story-slider-container .story-nav-container::before {
    max-width: 100%
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .story-nav-container::before {
    display: none
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .story-nav-container .btn:hover {
    background-color: #291c49
  }
}

section.stories .story-slider-container .story-nav-container .btn-text-arrow {
  margin-left: auto
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .story-nav-container .btn-text-arrow {
    position: absolute;
    right: 20px;
    bottom: calc(100% + 30px)
  }
}

section.stories .story-slider-container .story-nav-container .btn-text-arrow:hover {
  background-color: transparent
}

section.stories .story-slider-container .media-slider-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  height: 240px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -29px;
  margin-left: -70px;
  background-color: #291c49
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.stories .story-slider-container .media-slider-wrapper {
    max-width: 220px;
    height: 220px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .media-slider-wrapper {
    z-index: 2;
    max-width: 100%;
    height: 271px;
    margin-top: 0;
    margin-left: 0
  }
}

section.stories .story-slider-container .media-slider-wrapper::after {
  position: absolute;
  z-index: 1;
  top: 118px;
  right: calc(100% - 16px);
  width: 92px;
  height: 64px;
  background-image: url(../img/static/quote-grape-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: ''
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.stories .story-slider-container .media-slider-wrapper::after {
    top: 90%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.stories .story-slider-container .media-slider-wrapper::after {
    top: 87%;
    right: unset;
    left: -30px;
    width: 64px
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .media-slider-wrapper::after {
    z-index: 2;
    top: unset;
    right: 20px;
    bottom: -12px;
    left: unset;
    width: 72px;
    height: 50px;
    background-color: transparent
  }
}

section.stories .story-slider-container .media-slider-wrapper .media-slider {
  width: 100%;
  height: 100%
}

section.stories .story-slider-container .media-slider-wrapper .media-slider .media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px
}

section.stories .story-slider-container .media-slider-wrapper .media-slider .media-wrapper img {
  max-width: 171px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  section.stories .story-slider-container .media-slider-wrapper .media-slider .media-wrapper img {
    max-width: 193px
  }
}

.success {
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .success-wrapper {
    margin: 0 20px
  }
}

.success-card {
  position: relative;
  background-color: #f2f4fc;
  width: 570px;
  height: 460px;
  padding: 52px 75px 50px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.05)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .success-card {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    padding: 59px 20px 102px 20px
  }
}

.success-card-image {
  margin-bottom: 82px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.success-card-image img {
  width: 100%;
  height: auto;
  max-width: 80px
}

.success-card::before {
  content: '';
  width: 100%;
  height: 184px;
  background-color: #291c49;
  position: absolute;
  top: 0;
  left: 0
}

.success-card-title {
  text-align: center;
  margin-bottom: 20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .success-card-title {
    margin-bottom: 10px
  }
}

.success-card-title h1,
.success-card-title h2,
.success-card-title h3,
.success-card-title h4,
.success-card-title h5,
.success-card-title h6,
.success-card-title p,
.success-card-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #332358;
  font-size: 32px;
  line-height: 48px
}

.success-card-text {
  margin-bottom: 40px
}

.success-card-text h1,
.success-card-text h2,
.success-card-text h3,
.success-card-text h4,
.success-card-text h5,
.success-card-text h6,
.success-card-text p {
  text-align: center;
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 16px;
  line-height: 24px
}

.success-card-button {
  -ms-flex-item-align: center;
  align-self: center
}

.success-card-close {
  position: absolute;
  top: 20px;
  right: 20px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .success-card-close {
    top: 10px;
    right: 10px
  }
}

.success-card-close:hover img {
  opacity: 0.85
}

.success-card-close img {
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
  width: 100%;
  height: auto;
  max-width: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .success-card-close img {
    max-width: 30px
  }
}

section.tech-partners {
  background-color: #eae5f8;
  padding: 120px 0;
  overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners {
    padding: 60px 0 40px 0
  }
}

section.tech-partners .tech-partners-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.tech-partners .tech-partners-heading i {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px
}

section.tech-partners .tech-partners-heading i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.tech-partners .tech-partners-heading .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #291c49
}

section.tech-partners .tech-partners-container {
  margin-top: 80px;
  overflow: unset
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container {
    margin-top: 52px
  }
}

@media (min-width: 992px) {
  section.tech-partners .tech-partners-container .tech-partners-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
  }
}

@media (min-width: 992px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container {
    max-width: 970px
  }

  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container:not(:first-child) {
    margin-top: 80px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container {
    max-width: 340px;
    width: 100%;
    height: auto
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container {
    max-width: 270px
  }
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner {
  background-color: #291c49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content {
  padding: 40px 30px 48px 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content {
    padding: 20px 20px 30px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  max-width: 630px;
  width: 100%
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #eae5f8;
  margin-top: 10px;
  max-width: 630px;
  width: 100%
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  max-width: 630px;
  width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container {
    margin-top: auto;
    padding-right: 10px
  }
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a {
    margin-top: 56px;
    margin-left: auto
  }
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a:hover {
  color: #a841fd
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a:hover svg path {
  fill: #a841fd
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a svg {
  width: 18px;
  height: 18px
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-content .btn-container a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-media-wrapper {
  width: 270px;
  height: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(30px, -30px);
  transform: translate(30px, -30px)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-media-wrapper {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%
  }
}

section.tech-partners .tech-partners-container .tech-partners-inner .tech-partners-item-container .tech-partners-item-inner .tech-partners-media-wrapper img {
  max-width: 100%
}

section.tech-partners .tech-partners-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px
}

@media (min-width: 992px) {
  section.tech-partners .tech-partners-nav {
    display: none
  }
}

.what-we-do {
  position: relative;
  padding: 206px 0 152px;
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .what-we-do {
    padding: 88px 0 83px
  }
}

.what-we-do .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.what-we-do-image {
  position: relative
}

.what-we-do-image img {
  display: block;
  width: 100%;
  height: auto
}

.what-we-do-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .what-we-do-bullet {
    margin-top: 44px;
    margin-bottom: 32px
  }
}

.what-we-do-bullet h1,
.what-we-do-bullet h2,
.what-we-do-bullet h3,
.what-we-do-bullet h4,
.what-we-do-bullet h5,
.what-we-do-bullet h6,
.what-we-do-bullet p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #f2f4fc;
  font-size: 18px;
  line-height: 27px
}

.what-we-do-bullet svg {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease
}

.what-we-do-bullet svg path {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease
}

.what-we-do-bullet:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.what-we-do-bullet:hover svg path {
  fill: #34d1fd
}

.what-we-do-title {
  max-width: 330px;
  margin-bottom: 34px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .what-we-do-title {
    margin-bottom: 18px
  }
}

.what-we-do-title h1,
.what-we-do-title h2,
.what-we-do-title h3,
.what-we-do-title h4,
.what-we-do-title h5,
.what-we-do-title h6,
.what-we-do-title p,
.what-we-do-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #f2f4fc;
  font-size: 42px;
  line-height: 140%
}

.what-we-do-title h1 span,
.what-we-do-title h2 span,
.what-we-do-title h3 span,
.what-we-do-title h4 span,
.what-we-do-title h5 span,
.what-we-do-title h6 span,
.what-we-do-title p span,
.what-we-do-title a span {
  color: #34d1fd;
  font-style: italic
}

.what-we-do-text h1,
.what-we-do-text h2,
.what-we-do-text h3,
.what-we-do-text h4,
.what-we-do-text h5,
.what-we-do-text h6,
.what-we-do-text p {
  color: #b0a9bf;
  font-size: 18px;
  line-height: 27px
}

.what-we-do-text h1 span,
.what-we-do-text h2 span,
.what-we-do-text h3 span,
.what-we-do-text h4 span,
.what-we-do-text h5 span,
.what-we-do-text h6 span,
.what-we-do-text p span {
  color: #f2f4fc
}

.what-we-do::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 55.5%;
  height: 55px;
  background-color: #f2f4fc;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .what-we-do::after {
    display: none
  }
}

@media screen and (min-width: 1800px) {
  .what-we-do::after {
    width: 53.5%
  }
}

.body-blog-detail {
  position: relative
}

.about-hero {
  padding: 107px 0 0;
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-hero {
    padding: 58px 0 0
  }
}

.about-hero-title {
  margin-top: 24px;
  margin-bottom: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-hero-title {
    margin-top: 0;
    margin-bottom: 58px;
    text-align: center
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-hero-title {
    margin-bottom: 90px
  }
}

.about-hero-title h1,
.about-hero-title h2,
.about-hero-title h3,
.about-hero-title h4,
.about-hero-title h5,
.about-hero-title h6,
.about-hero-title p,
.about-hero-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 59px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .about-hero-title h1,
  .about-hero-title h2,
  .about-hero-title h3,
  .about-hero-title h4,
  .about-hero-title h5,
  .about-hero-title h6,
  .about-hero-title p,
  .about-hero-title a {
    font-size: 36px;
    line-height: 48px
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {

  .about-hero-title h1,
  .about-hero-title h2,
  .about-hero-title h3,
  .about-hero-title h4,
  .about-hero-title h5,
  .about-hero-title h6,
  .about-hero-title p,
  .about-hero-title a {
    font-size: 32px;
    line-height: 40px
  }
}

.about-hero-title h1 span,
.about-hero-title h2 span,
.about-hero-title h3 span,
.about-hero-title h4 span,
.about-hero-title h5 span,
.about-hero-title h6 span,
.about-hero-title p span,
.about-hero-title a span {
  display: inline-block;
  color: #34d1fd
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .about-hero-title h1 span,
  .about-hero-title h2 span,
  .about-hero-title h3 span,
  .about-hero-title h4 span,
  .about-hero-title h5 span,
  .about-hero-title h6 span,
  .about-hero-title p span,
  .about-hero-title a span {
    display: block
  }
}

.about-hero-image {
  position: relative;
  margin-bottom: -157px
}

.about-hero-image>img {
  display: block;
  width: 100%;
  height: auto
}

.about-hero-image-second {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: -50px;
  -webkit-animation: rotateInf 6s linear infinite;
  animation: rotateInf 6s linear infinite
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-hero-image-second {
    top: -34px;
    right: -12px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-hero-image-second {
    top: -40px;
    right: -30px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-hero-image-second img {
    width: 93px;
    height: auto
  }
}

@-webkit-keyframes rotateInf {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes rotateInf {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

.about-text {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: 70px 0 150px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-text {
    padding: 187px 0 60px
  }
}

.about-text::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 839px;
  height: 45px;
  background-color: #5421ad;
  content: ''
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-text::after {
    width: 530px
  }
}

.about-text-counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 111px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-text-counter-wrapper {
    gap: 62px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .about-text-counter-wrapper {
    gap: 34px
  }
}

.about-text-counter-item:nth-child(1) {
  min-width: 59px
}

.about-text-counter-item:nth-child(2) {
  min-width: 91px
}

.about-text-counter-item:nth-child(3) {
  min-width: 61px
}

.about-text-counter-item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about-text-counter-item-number span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5421ad;
  font-size: 60px;
  line-height: 72px
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .about-text-counter-item-number span {
    font-size: 42px;
    line-height: 48px
  }
}

.about-text-counter-item-number h1,
.about-text-counter-item-number h2,
.about-text-counter-item-number h3,
.about-text-counter-item-number h4,
.about-text-counter-item-number h5,
.about-text-counter-item-number h6,
.about-text-counter-item-number p,
.about-text-counter-item-number a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
  color: #291c49;
  font-size: 18px;
  line-height: 29px
}

.about-text-content {
  margin-top: 110px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-text-content {
    margin-top: 54px
  }
}

.about-text-content-second {
  margin-top: 167px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-text-content-second {
    margin-top: 30px
  }
}

.about-text-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.about-text-content-head h1,
.about-text-content-head h2,
.about-text-content-head h3,
.about-text-content-head h4,
.about-text-content-head h5,
.about-text-content-head h6,
.about-text-content-head p,
.about-text-content-head a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0 !important;
  color: #291c49;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 27px
}

.about-text-content p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 35px;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-text-content p {
    margin-bottom: 30px
  }

  .about-text-content p:last-child {
    margin-bottom: 0
  }
}

.about-text-content p:last-child {
  margin-bottom: 0
}

.about-text-content p span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #5421ad
}

.about-team {
  overflow: hidden;
  padding: 142px 0 80px;
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-team {
    padding: 42px 0 46px
  }
}

.about-team-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 80px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-team-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
  }

  .about-team-buttons a:hover {
    background-color: #332358 !important
  }
}

.about-team-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 44px
}

.about-team-head svg {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.about-team-head svg path {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.about-team-head h1,
.about-team-head h2,
.about-team-head h3,
.about-team-head h4,
.about-team-head h5,
.about-team-head h6,
.about-team-head p,
.about-team-head a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 27px
}

.about-team-head:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.about-team-head:hover svg path {
  fill: #34d1fd
}

.about-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.about-team-item:hover .about-team-item-content-position svg circle {
  opacity: 1
}

.about-team-item-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (min-width: 1441px) {
  .about-team-item-image img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .about-team-item-image img {
    height: 184px
  }
}

.about-team-item-content {
  padding: 22px 27px 24px 20px;
  background-color: #5421ad
}

.about-team-item-content-name {
  margin-bottom: 10px
}

.about-team-item-content-name h1,
.about-team-item-content-name h2,
.about-team-item-content-name h3,
.about-team-item-content-name h4,
.about-team-item-content-name h5,
.about-team-item-content-name h6,
.about-team-item-content-name p,
.about-team-item-content-name a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 22px
}

.about-team-item-content-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-team-item-content-position i svg circle {
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in
}

.about-team-item-content-position h1,
.about-team-item-content-position h2,
.about-team-item-content-position h3,
.about-team-item-content-position h4,
.about-team-item-content-position h5,
.about-team-item-content-position h6,
.about-team-item-content-position p,
.about-team-item-content-position a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #948da4;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 17px
}

.team-slider {
  overflow: unset
}

.about-jobs {
  position: relative;
  background-color: #eae5f8
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs {
    overflow: hidden !important;
    height: auto
  }
}

.about-jobs::-webkit-scrollbar {
  display: none !important
}

.about-jobs-head {
  padding: 180px 0 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-jobs-head {
    padding: 46px 20px 80px;
    background-color: #f2f4fc
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .about-jobs-head {
    padding: 46px 20px 80px;
    margin: 0 -20px;
    background-color: #f2f4fc
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-jobs-head {
    padding: 80px 0 0
  }
}

.about-jobs-head-title {
  max-width: 334px;
  margin-bottom: 20px
}

.about-jobs-head-title h1,
.about-jobs-head-title h2,
.about-jobs-head-title h3,
.about-jobs-head-title h4,
.about-jobs-head-title h5,
.about-jobs-head-title h6,
.about-jobs-head-title p,
.about-jobs-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 38px
}

.about-jobs-head-text {
  max-width: 250px
}

.about-jobs-head-text h1,
.about-jobs-head-text h2,
.about-jobs-head-text h3,
.about-jobs-head-text h4,
.about-jobs-head-text h5,
.about-jobs-head-text h6,
.about-jobs-head-text p,
.about-jobs-head-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #332358;
  font-size: 18px;
  line-height: 27px
}

.about-jobs-gallery {
  position: relative;
  margin-top: 60px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-jobs-gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.about-jobs-gallery-1 {
  position: absolute;
  top: 0;
  right: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-gallery-1 {
    position: relative;
    top: 0;
    left: 0
  }
}

.about-jobs-gallery-1 img {
  width: 100%;
  max-width: 113px;
  height: auto;
  max-height: 113px;
  -webkit-animation: AboutImage 6s linear infinite;
  animation: AboutImage 6s linear infinite;
  -o-object-fit: cover;
  object-fit: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-jobs-gallery-1 img {
    max-width: 307px;
    max-height: 317px
  }
}

.about-jobs-gallery-2 {
  position: absolute;
  top: 33px;
  left: -40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-gallery-2 {
    position: relative;
    top: 0;
    left: 0
  }
}

.about-jobs-gallery-2 img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  -webkit-animation: AboutImage 4s linear infinite;
  animation: AboutImage 4s linear infinite;
  -o-object-fit: cover;
  object-fit: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-jobs-gallery-2 img {
    max-width: 334px;
    max-height: 316px
  }
}

.about-jobs-gallery-3 {
  position: absolute;
  top: 168px;
  right: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-gallery-3 {
    display: none
  }
}

.about-jobs-gallery-3 img {
  width: 100%;
  max-width: 230px;
  height: auto;
  max-height: 150px;
  -webkit-animation: AboutImage 6s linear infinite;
  animation: AboutImage 6s linear infinite;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover
}

.about-jobs::before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 30.3%;
  height: 100%;
  background-color: #f2f4fc;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs::before {
    display: none;
    width: 100%;
    height: 9.5%
  }
}

.about-jobs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 30.3%;
  height: 100%;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-bg {
    display: none
  }
}

.about-jobs-content {
  padding: 180px 0 0;
  margin-bottom: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-content {
    padding: 0;
    margin-top: 85px;
    margin-bottom: 36px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-jobs-content {
    padding: 80px 0 0
  }
}

.about-jobs-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about-jobs-content-head h1,
.about-jobs-content-head h2,
.about-jobs-content-head h3,
.about-jobs-content-head h4,
.about-jobs-content-head h5,
.about-jobs-content-head h6,
.about-jobs-content-head p,
.about-jobs-content-head a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.about-jobs-item {
  min-height: 145px;
  padding: 40px 30px 38px;
  margin-bottom: 30px;
  background-color: #332358;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs-item {
    margin-bottom: 20px
  }
}

.about-jobs-item-title {
  margin-bottom: 10px
}

.about-jobs-item-title h1,
.about-jobs-item-title h2,
.about-jobs-item-title h3,
.about-jobs-item-title h4,
.about-jobs-item-title h5,
.about-jobs-item-title h6,
.about-jobs-item-title p,
.about-jobs-item-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px
}

.about-jobs-item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-jobs-item-date h1,
.about-jobs-item-date h2,
.about-jobs-item-date h3,
.about-jobs-item-date h4,
.about-jobs-item-date h5,
.about-jobs-item-date h6,
.about-jobs-item-date p,
.about-jobs-item-date a,
.about-jobs-item-date span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #eae5f8;
  font-size: 16px;
  line-height: 24px
}

.about-jobs-item .btn {
  height: 20px;
  margin-top: 6px;
  opacity: 0
}

.about-jobs-item .btn svg path {
  fill: #fff !important
}

.about-jobs-item .btn h1,
.about-jobs-item .btn h2,
.about-jobs-item .btn h3,
.about-jobs-item .btn h4,
.about-jobs-item .btn h5,
.about-jobs-item .btn h6,
.about-jobs-item .btn p {
  color: #fff !important
}

.about-jobs-item:hover {
  background-color: #5421ad
}

.about-jobs-item:hover .btn {
  opacity: 1
}

.about-jobs-item:hover .btn svg path {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: arrow-btn;
  animation-name: arrow-btn;
  fill: #5421ad
}

@keyframes arrow-btn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1.5px)
  }

  75% {
    -webkit-transform: translateX(1.5px);
    transform: translateX(1.5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.control-top {
  margin-top: -142px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .control-top {
    margin-top: 36px
  }
}

.control-top::-webkit-scrollbar {
  display: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .margin-control-mobile {
    margin-bottom: -99px
  }
}

@-webkit-keyframes AboutImage {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes AboutImage {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.body-about {
  overflow: unset;
  overflow-x: hidden
}

.main-about {
  overflow: unset
}

.sticky {
  position: sticky;
  top: 0;
  bottom: 0;
  height: 500px;
  margin-bottom: calc(236px + 285px);
  -webkit-transition: top 0.7s ease, bottom 0.7s ease;
  transition: top 0.7s ease, bottom 0.7s ease
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .sticky {
    position: relative;
    height: auto;
    margin-bottom: 0
  }
}

.sticky-wrapper {
  height: 100%
}

.about-jobs .container .row .col-lg-8 {
  margin-bottom: 285px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-jobs .container .row .col-lg-8 {
    margin-bottom: 0
  }
}

.blank-page-content {
  position: relative;
  overflow: hidden;
  padding: 20px 0 150px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blank-page-content {
    padding: 0 0 40px
  }
}

.blank-page-content::before {
  position: absolute;
  top: -110px;
  right: -80px;
  width: 700px;
  height: 851px;
  background-image: url("../img/static/policy-page-bg.svg");
  background-position: right;
  background-repeat: no-repeat;
  content: ''
}

@media screen and (min-width: 1441px) {
  .blank-page-content::before {
    top: -65px;
    right: 0;
    width: 700px;
    height: 851px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blank-page-content::before {
    display: none
  }
}

.blank-page-content h1,
.blank-page-content h2,
.blank-page-content h3,
.blank-page-content h4,
.blank-page-content h5,
.blank-page-content h6 {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 60px 0 24px;
  color: #291c49;
  font-size: 22px;
  line-height: 33px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .blank-page-content h1,
  .blank-page-content h2,
  .blank-page-content h3,
  .blank-page-content h4,
  .blank-page-content h5,
  .blank-page-content h6 {
    margin: 40px 0 24px
  }
}

.blank-page-content p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.blank-page-content p a {
  color: #291c49;
  text-decoration: underline
}

.blank-page-content p span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600
}

.blank-page-content ul li,
.blank-page-content ol li {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-left: 2px;
  color: #291c49;
  font-size: 18px;
  line-height: 42px;
  list-style: disc
}

.blank-page-content ul li a,
.blank-page-content ol li a {
  color: #291c49;
  text-decoration: underline
}

.body-blog-detail {
  position: relative
}

.body-blog-detail::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 602px;
  background-color: #f2f4fc;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .body-blog-detail::after {
    display: none
  }
}

.main-blog-detail {
  overflow: unset
}

.blog-hero {
  padding: 116px 0 0;
  margin-top: 90px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero {
    padding: 0;
    margin-top: 80px
  }
}

.blog-hero-thumb {
  position: relative;
  margin-bottom: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-thumb {
    margin-bottom: 20px
  }
}

.blog-hero-thumb-second {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -40px
}

.blog-hero-thumb-second img {
  width: 100%;
  max-width: 370px;
  height: auto
}

.blog-hero-thumb img {
  width: 100%;
  height: auto
}

.blog-hero-social {
  position: sticky;
  top: 120px;
  margin-bottom: 100px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-social {
    position: relative;
    top: 0;
    padding: 40px 0;
    border-top: 1px solid #ebedf1;
    margin: 0;
    margin-bottom: 0
  }
}

.blog-hero-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-social ul {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .blog-hero-social ul {
    gap: 30px
  }
}

.blog-hero-social ul li {
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-social ul li {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    list-style: none !important
  }
}

.blog-hero-social ul li:hover {
  -webkit-transform: scale(1.09);
  transform: scale(1.09)
}

.blog-hero-social ul li:hover a i svg {
  display: block
}

.blog-hero-social ul li:hover a i svg rect {
  fill: #5421ad
}

.blog-hero-social ul li:hover a i svg ellipse {
  fill: #5421ad
}

.blog-hero-social ul li:hover a i svg path {
  fill: #f2f4fc
}

.blog-hero-social ul li a i svg {
  display: block
}

.blog-hero-social ul li a i svg rect {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.blog-hero-social ul li a i svg ellipse {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.blog-hero-social ul li a i svg path {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.blog-hero-head-title {
  margin-bottom: 26px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-head-title {
    margin-bottom: 20px
  }
}

.blog-hero-head-title h1,
.blog-hero-head-title h2,
.blog-hero-head-title h3,
.blog-hero-head-title h4,
.blog-hero-head-title h5,
.blog-hero-head-title h6,
.blog-hero-head-title p,
.blog-hero-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #291c49;
  font-size: 42px;
  line-height: 59px;
  text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .blog-hero-head-title h1,
  .blog-hero-head-title h2,
  .blog-hero-head-title h3,
  .blog-hero-head-title h4,
  .blog-hero-head-title h5,
  .blog-hero-head-title h6,
  .blog-hero-head-title p,
  .blog-hero-head-title a {
    font-size: 22px;
    line-height: 33px;
    text-align: start
  }
}

.blog-hero-head-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 54px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-head-end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
  }
}

.blog-hero-head-end h1,
.blog-hero-head-end h2,
.blog-hero-head-end h3,
.blog-hero-head-end h4,
.blog-hero-head-end h5,
.blog-hero-head-end h6,
.blog-hero-head-end p,
.blog-hero-head-end a,
.blog-hero-head-end span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #948da4;
  font-size: 16px;
  line-height: 24px
}

.blog-hero-content .special:first-child {
  margin: 80px 0 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special:first-child {
    margin: 60px 0 0
  }
}

.blog-hero-content .special:last-child {
  margin-bottom: 80px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special:last-child {
    margin-bottom: 60px
  }
}

.blog-hero-content .special {
  margin: 60px 0 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special {
    margin: 30px 0 0
  }
}

.blog-hero-content .special-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special-wrapper {
    display: block;
    gap: 0
  }

  .blog-hero-content .special-wrapper::after {
    display: table;
    clear: both;
    content: ''
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special-image {
    float: left
  }
}

.blog-hero-content .special-image img {
  width: 170px;
  height: 170px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special-image img {
    width: 120px;
    height: 120px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special-content-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 20px;
    float: left
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .blog-hero-content .special-content-title {
    max-width: 195px;
    margin-left: 19px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-hero-content .special-content-title {
    max-width: none;
    margin-top: 43px;
    margin-left: 20px
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .blog-hero-content .special-content-title {
    max-width: 135px !important
  }
}

.blog-hero-content .special-content-title h1,
.blog-hero-content .special-content-title h2,
.blog-hero-content .special-content-title h3,
.blog-hero-content .special-content-title h4,
.blog-hero-content .special-content-title h5,
.blog-hero-content .special-content-title h6,
.blog-hero-content .special-content-title p,
.blog-hero-content .special-content-title a {
  margin-bottom: 10px !important
}

@media only screen and (min-width: 300px) and (max-width: 320px) {

  .blog-hero-content .special-content-title h1,
  .blog-hero-content .special-content-title h2,
  .blog-hero-content .special-content-title h3,
  .blog-hero-content .special-content-title h4,
  .blog-hero-content .special-content-title h5,
  .blog-hero-content .special-content-title h6,
  .blog-hero-content .special-content-title p,
  .blog-hero-content .special-content-title a {
    font-size: 18px;
    line-height: 26px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .special-content-text {
    margin-top: 24px;
    float: left
  }
}

.blog-hero-content .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0
}

.blog-hero-content .wp-block-gallery .wp-block-image {
  max-height: 220px
}

.blog-hero-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.blog-hero-content .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%
}

.blog-hero-content .wp-block-embed {
  padding: 0 !important;
  margin: 0 !important
}

.blog-hero-content img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0
}

.blog-hero-content .wp-block-image {
  padding: 0 !important;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 60px
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .blog-hero-content .wp-block-image {
    margin: 0 -20px 40px;
    margin-top: 40px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-hero-content .wp-block-image {
    margin: 0;
    margin-top: 40px
  }
}

.blog-hero-content figcaption {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #948da4;
  font-size: 16px;
  line-height: 24px
}

.blog-hero-content ul li,
.blog-hero-content ol li {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #291c49;
  font-size: 18px;
  line-height: 27px;
  list-style: disc;
  list-style-position: inside
}

.blog-hero-content .wp-block-quote {
  padding: 0;
  margin: 80px 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content .wp-block-quote {
    margin: 60px 0 50px
  }
}

.blog-hero-content blockquote {
  border-left: 3px solid #5421ad
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content blockquote {
    border-left: none
  }
}

.blog-hero-content blockquote p,
.blog-hero-content blockquote cite {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-left: 30px;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .blog-hero-content blockquote p,
  .blog-hero-content blockquote cite {
    padding-left: 21px
  }
}

.blog-hero-content blockquote p a,
.blog-hero-content blockquote cite a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 700;
  border-left: none;
  color: #5421ad;
  text-decoration: underline
}

.blog-hero-content blockquote p {
  border-left: none;
  margin-bottom: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content blockquote p {
    border-left: 3px solid #5421ad;
    margin-bottom: 14px
  }
}

.blog-hero-content .wp-block-media-text__media {
  padding: 0;
  margin: 0
}

.blog-hero-content .wp-block-media-text__content h1,
.blog-hero-content .wp-block-media-text__content h2,
.blog-hero-content .wp-block-media-text__content h3,
.blog-hero-content .wp-block-media-text__content h4,
.blog-hero-content .wp-block-media-text__content h5,
.blog-hero-content .wp-block-media-text__content h6,
.blog-hero-content .wp-block-media-text__content p,
.blog-hero-content .wp-block-media-text__content a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.blog-hero-content pre code {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  min-height: 56px;
  padding: 15px;
  background-color: #f2f4fc;
  color: #948da4;
  font-size: 18px;
  line-height: 27px
}

.blog-hero-content h1,
.blog-hero-content h2,
.blog-hero-content h3,
.blog-hero-content h4,
.blog-hero-content h5,
.blog-hero-content h6 {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
  color: #291c49;
  font-size: 22px;
  line-height: 33px
}

.blog-hero-content p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 27px;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-hero-content p {
    margin-bottom: 35px
  }
}

.blog-hero-content p a {
  color: #291c49;
  text-decoration: underline
}

.blog-author {
  padding: 62px 0 64px;
  border-bottom: 2px solid #ebedf1;
  margin-bottom: 60px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-author {
    padding: 40px 0;
    margin-bottom: 40px
  }
}

.blog-author .mobile {
  margin-top: 20px
}

.blog-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-author-wrapper {
    display: block
  }
}

.blog-author-wrapper::after {
  display: table;
  clear: both;
  content: ''
}

.blog-author-image {
  float: left
}

.blog-author-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-author-content-title {
  margin-bottom: 15px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-author-content-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 33px;
    margin-bottom: 0;
    margin-left: 20px;
    float: left
  }
}

.blog-author-content-title h1,
.blog-author-content-title h2,
.blog-author-content-title h3,
.blog-author-content-title h4,
.blog-author-content-title h5,
.blog-author-content-title h6 {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #5421ad;
  font-size: 22px;
  line-height: 33px
}

.blog-author-content-text {
  float: left
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-author-content-text {
    margin-top: 20px
  }
}

.blog-author-content-text h1,
.blog-author-content-text h2,
.blog-author-content-text h3,
.blog-author-content-text h4,
.blog-author-content-text h5,
.blog-author-content-text h6,
.blog-author-content-text p,
.blog-author-content-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.blog-tag {
  margin-bottom: 100px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-tag {
    margin-bottom: 40px
  }
}

.blog-tag-head {
  margin-bottom: 10px
}

.blog-tag-head-title h1,
.blog-tag-head-title h2,
.blog-tag-head-title h3,
.blog-tag-head-title h4,
.blog-tag-head-title h5,
.blog-tag-head-title h6,
.blog-tag-head-title p,
.blog-tag-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #291c49;
  font-size: 22px;
  line-height: 33px
}

.blog-tag-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.same-post {
  padding: 110px 0;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .same-post {
    padding: 44px 0 58px
  }
}

.same-post-head-title {
  margin-bottom: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .same-post-head-title {
    margin-bottom: 30px
  }
}

.same-post-head-title h1,
.same-post-head-title h2,
.same-post-head-title h3,
.same-post-head-title h4,
.same-post-head-title h5,
.same-post-head-title h6,
.same-post-head-title p,
.same-post-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 22px;
  line-height: 33px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .same-post .card-post-title h1,
  .same-post .card-post-title h2,
  .same-post .card-post-title h3,
  .same-post .card-post-title h4,
  .same-post .card-post-title h5,
  .same-post .card-post-title h6,
  .same-post .card-post-title p,
  .same-post .card-post-title a {
    font-family: 'Avalon', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #291c49;
    font-size: 16px !important;
    line-height: 24px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .same-post .card-post-text {
    display: none
  }
}

.same-post .card-post-image {
  margin-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .same-post .card-post-image {
    margin-bottom: 10px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-image {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-image-row {
    margin-right: -20px !important;
    margin-left: -20px !important
  }
}

.blog-download {
  min-height: 307px;
  margin-top: -4px;
  background-color: #eae5f8
}

.blog-download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-download-wrapper {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -7px
  }
}

.blog-download-image {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px 32px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-download-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.blog-download-image img {
  display: block;
  width: 100%;
  max-width: 193px;
  height: auto
}

.blog-download-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 50px 0 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-download-content {
    padding: 30px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-download-content-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.blog-download-content-title h1,
.blog-download-content-title h2,
.blog-download-content-title h3,
.blog-download-content-title h4,
.blog-download-content-title h5,
.blog-download-content-title h6,
.blog-download-content-title p,
.blog-download-content-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  color: #291c49;
  font-size: 22px;
  line-height: 31px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .blog-download-content-title h1,
  .blog-download-content-title h2,
  .blog-download-content-title h3,
  .blog-download-content-title h4,
  .blog-download-content-title h5,
  .blog-download-content-title h6,
  .blog-download-content-title p,
  .blog-download-content-title a {
    font-size: 18px;
    line-height: 25px
  }
}

.blog-download-content-text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
  color: #291c49;
  font-size: 16px;
  line-height: 24px
}

.download-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.download-popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .download-popup-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto
  }
}

.download-popup-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 641px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 77px 70px 64px 60px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .download-popup-card {
    padding: 59px 20px 102px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease
  }
}

.download-popup-card-title {
  margin-bottom: 37px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .download-popup-card-title {
    padding-right: 20%;
    margin-bottom: 20px
  }
}

.download-popup-card-title h1,
.download-popup-card-title h2,
.download-popup-card-title h3,
.download-popup-card-title h4,
.download-popup-card-title h5,
.download-popup-card-title h6,
.download-popup-card-title p,
.download-popup-card-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 48px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .download-popup-card-title h1,
  .download-popup-card-title h2,
  .download-popup-card-title h3,
  .download-popup-card-title h4,
  .download-popup-card-title h5,
  .download-popup-card-title h6,
  .download-popup-card-title p,
  .download-popup-card-title a {
    font-size: 22px;
    line-height: 33px
  }
}

.download-popup-card-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .download-popup-card-close {
    top: 10px
  }
}

.download-popup-card-close:hover img {
  opacity: 0.85
}

.download-popup-card-close img {
  width: 100%;
  max-width: 40px;
  height: auto;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .download-popup-card-close img {
    max-width: 30px
  }
}

.popup-active {
  opacity: 1;
  pointer-events: all
}

.popup-active .download-popup-card {
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.popup-open {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.body-by-content section.contact-bar {
  padding: 56px 0;
  background-color: #5421ad
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .body-by-content section.contact-bar {
    padding: 40px 0 50px 0
  }
}

.body-by-content section.contact-bar .contact-bar-button a {
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .body-by-content section.contact-bar .contact-bar-button a {
    margin-bottom: 0
  }
}

.request-form {
  position: relative;
  padding: 80px 0 70px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .request-form {
    padding: 0 0 30px
  }
}

.request-form::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55.8%;
  height: 100%;
  background-color: #291c49;
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .request-form::before {
    width: 0%
  }
}

.request-form-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .request-form-head {
    z-index: 0
  }

  .request-form-head::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    margin: 0 -20px;
    background-color: #291c49;
    content: ''
  }
}

.request-form-head-title {
  margin-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .request-form-head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.request-form-head-title h1,
.request-form-head-title h2,
.request-form-head-title h3,
.request-form-head-title h4,
.request-form-head-title h5,
.request-form-head-title h6 {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  line-height: 48px
}

.request-form-head-text {
  margin-bottom: 37px
}

.request-form-head-text h1,
.request-form-head-text h2,
.request-form-head-text h3,
.request-form-head-text h4,
.request-form-head-text h5,
.request-form-head-text h6,
.request-form-head-text p,
.request-form-head-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #bab4c7;
  font-size: 16px;
  line-height: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .request-form-head-text h1,
  .request-form-head-text h2,
  .request-form-head-text h3,
  .request-form-head-text h4,
  .request-form-head-text h5,
  .request-form-head-text h6,
  .request-form-head-text p,
  .request-form-head-text a {
    color: #948da4
  }
}

.request-form-head-image {
  margin-bottom: 46px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .request-form-head-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .request-form-head-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 -20px 30px
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .request-form-head-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 -20px 30px
  }
}

.request-form-head-image img {
  width: 100%;
  height: auto
}

.request-form-head-button a p {
  color: #fff !important
}

.request-form-head-button a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.request-form-head-button a i path {
  fill: #fff !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .request-form-body {
    margin-top: 34px
  }
}

.request-form-body button {
  margin-top: 56px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .request-form-body button {
    margin-top: 40px
  }
}

.contact-us {
  padding: 65px 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-us {
    padding: 40px 0 60px
  }
}

.contact-us-title {
  position: relative;
  max-width: 87px;
  border-bottom: 4px solid #5421ad
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-us-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
  }
}

.contact-us-title h1,
.contact-us-title h2,
.contact-us-title h3,
.contact-us-title h4,
.contact-us-title h5,
.contact-us-title h6,
.contact-us-title p,
.contact-us-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #291c49;
  font-size: 32px;
  line-height: 48px
}

.contact-us-title-pin {
  position: absolute;
  top: 4px;
  right: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-us-title-pin {
    position: relative
  }
}

.contact-us-title-pin img {
  width: 100%;
  max-width: 22px;
  height: auto
}

.contact-us-location {
  padding-left: 68px
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .contact-us-location {
    position: relative;
    padding-left: 0;
    margin-bottom: 46px
  }

  .contact-us-location::before {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 100vw;
    height: 1px;
    background-color: #f2f4fc;
    content: ''
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .contact-us-location {
    padding-left: 0;
    margin-bottom: 46px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-location {
    position: relative;
    padding-left: 0;
    margin-bottom: 46px
  }
}

.contact-us-location-city {
  margin-bottom: 10px
}

.contact-us-location-city h1,
.contact-us-location-city h2,
.contact-us-location-city h3,
.contact-us-location-city h4,
.contact-us-location-city h5,
.contact-us-location-city h6,
.contact-us-location-city p,
.contact-us-location-city a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #291c49;
  font-size: 20px;
  line-height: 30px
}

.contact-us-location-adress {
  margin-bottom: 20px
}

.contact-us-location-adress h1,
.contact-us-location-adress h2,
.contact-us-location-adress h3,
.contact-us-location-adress h4,
.contact-us-location-adress h5,
.contact-us-location-adress h6,
.contact-us-location-adress p,
.contact-us-location-adress a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.contact-us-location-button a p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600
}

.contact-us-info {
  margin-top: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-us-info {
    margin-top: 0
  }
}

.contact-us-info h1,
.contact-us-info h2,
.contact-us-info h3,
.contact-us-info h4,
.contact-us-info h5,
.contact-us-info h6,
.contact-us-info p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

.contact-us-info h1 a,
.contact-us-info h2 a,
.contact-us-info h3 a,
.contact-us-info h4 a,
.contact-us-info h5 a,
.contact-us-info h6 a,
.contact-us-info p a {
  color: #291c49;
  text-decoration: underline !important
}

.contact-us-info-mail {
  margin-bottom: 18px
}

.body-contact .form-button-wrapper-sticky {
  display: none !important
}

.body-contact footer {
  display: none !important
}

.body-404 {
  overflow: hidden
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .body-404 {
    overflow: auto;
    background-color: #f2f4fc
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .body-404 {
    overflow: auto;
    background-color: #f2f4fc
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-404 {
    overflow: auto;
    background-color: #f2f4fc
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .body-404 {
    overflow: auto;
    background-color: #f2f4fc
  }
}

.body-404 footer {
  display: none
}

.body-404 .form-button-wrapper-sticky {
  display: none
}

.main-404 {
  overflow: hidden
}

.error-page {
  position: relative;
  height: calc(100vh - 90px);
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page {
    height: calc(var(--app-height) - 80px)
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .error-page {
    height: calc(var(--app-height) - 80px)
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .error-page {
    height: calc(100vh + 50px)
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page {
    height: calc(100vh + 250px)
  }
}

.error-page .container {
  position: relative
}

.error-page svg {
  display: block;
  width: 100%;
  max-width: 575px;
  height: auto;
  margin-top: -30px;
  margin-left: 120px
}

@media screen and (min-width: 1441px) {
  .error-page svg {
    max-width: none;
    margin-top: 57px;
    margin-left: 120px
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .error-page svg {
    max-width: 200px;
    margin-left: 48px
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .error-page svg {
    max-width: 200px;
    margin-left: 160px
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .error-page svg {
    max-width: 238px;
    margin-top: 0;
    margin-left: 15%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page svg {
    max-width: 380px;
    margin-top: 0;
    margin-left: 20%
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .error-page svg {
    max-width: 464px;
    margin-top: 0;
    margin-left: 75px
  }
}

.error-page .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(90vh - 90px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - var(--topfromtop));
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page .col-lg-5 {
    padding: 0 34px
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .error-page .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - var(--topfromtop));
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.error-page::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 55.9%;
  height: 100%;
  background-color: #291c49;
  content: ''
}

@media screen and (min-width: 1800px) {
  .error-page::before {
    width: 53.25%
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page::before {
    width: 100%;
    height: calc(var(--topfromtop) - 80px)
  }
}

@media screen and (min-width: 1441px) {
  .error-page::before {
    width: 53.3%
  }
}

.error-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page-content {
    height: 100%
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page-content-button {
    margin-top: auto;
    margin-bottom: 30px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page-content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page-content-button .btn {
    width: 100%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page-content-button .btn {
    width: 60%
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .error-page-content-title {
    margin-top: 30px
  }
}

.error-page-content-title h1,
.error-page-content-title h2,
.error-page-content-title h3,
.error-page-content-title h4,
.error-page-content-title h5,
.error-page-content-title h6,
.error-page-content-title p,
.error-page-content-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
  color: #291c49;
  font-size: 60px;
  line-height: 72px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .error-page-content-title h1,
  .error-page-content-title h2,
  .error-page-content-title h3,
  .error-page-content-title h4,
  .error-page-content-title h5,
  .error-page-content-title h6,
  .error-page-content-title p,
  .error-page-content-title a {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 45px;
    text-align: center
  }
}

.error-page-content-text h1,
.error-page-content-text h2,
.error-page-content-text h3,
.error-page-content-text h4,
.error-page-content-text h5,
.error-page-content-text h6,
.error-page-content-text p,
.error-page-content-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
  color: #291c49;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .error-page-content-text h1,
  .error-page-content-text h2,
  .error-page-content-text h3,
  .error-page-content-text h4,
  .error-page-content-text h5,
  .error-page-content-text h6,
  .error-page-content-text p,
  .error-page-content-text a {
    margin-bottom: 0;
    text-align: center
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .error-page-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 92%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .error-page-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 92%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width: 1800px) {
  .error-page-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.stars-1 {
  -webkit-animation: starAnim 5s linear infinite;
  animation: starAnim 5s linear infinite
}

.stars-2 {
  -webkit-animation: starAnim2 4s linear infinite;
  animation: starAnim2 4s linear infinite
}

.stars-3 {
  -webkit-animation: starAnim3 3.5s linear infinite;
  animation: starAnim3 3.5s linear infinite
}

.number {
  -webkit-animation: positionNumber 3.5s linear infinite;
  animation: positionNumber 3.5s linear infinite
}

.number-3 {
  -webkit-animation: lastNumber 3.5s linear infinite;
  animation: lastNumber 3.5s linear infinite
}

@-webkit-keyframes starAnim {
  0% {
    opacity: 0.9
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0.9
  }
}

@keyframes starAnim {
  0% {
    opacity: 0.9
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0.9
  }
}

@-webkit-keyframes starAnim2 {
  0% {
    opacity: 0.3
  }

  50% {
    opacity: 0.8
  }

  100% {
    opacity: 0.3
  }
}

@keyframes starAnim2 {
  0% {
    opacity: 0.3
  }

  50% {
    opacity: 0.8
  }

  100% {
    opacity: 0.3
  }
}

@-webkit-keyframes starAnim3 {
  0% {
    opacity: 0.3
  }

  50% {
    opacity: 0.8
  }

  100% {
    opacity: 0.3
  }
}

@keyframes starAnim3 {
  0% {
    opacity: 0.3
  }

  50% {
    opacity: 0.8
  }

  100% {
    opacity: 0.3
  }
}

@-webkit-keyframes positionNumber {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  50% {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes positionNumber {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  50% {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-webkit-keyframes lastNumber {
  0% {
    opacity: 0.8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
  }

  100% {
    opacity: 0.8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes lastNumber {
  0% {
    opacity: 0.8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
  }

  100% {
    opacity: 0.8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mobile-bg {
    width: 100vw;
    padding-bottom: 21px;
    margin-left: -10px;
    background-color: #291c49
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-bg {
    width: 100%;
    margin: 0
  }
}

body.handoff header,
body.handoff footer {
  display: none
}

section.handoff-hero {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: #030303;
  text-align: center
}

section.handoff-hero h1 {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 150%
}

section.handoff-hero p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 150%
}

section.handoff-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px
}

section.handoff-body .handoff-body-page-list ul {
  list-style: none
}

section.handoff-body .handoff-body-page-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.handoff-body .handoff-body-page-list ul li:not(:last-child) {
  margin-bottom: 26px
}

section.handoff-body .handoff-body-page-list ul li:hover::before {
  width: 50px
}

section.handoff-body .handoff-body-page-list ul li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 1px;
  margin-right: 16px;
  background-color: #030303;
  content: '';
  -webkit-transition: 0.3s width;
  transition: 0.3s width
}

section.handoff-body .handoff-body-page-list ul li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #030303;
  font-size: 14px;
  line-height: 150%
}

section.handoff-body .handoff-body-style-guide-item:not(:last-child) {
  margin-bottom: 100px
}

section.handoff-body .handoff-body-style-guide-item-title {
  margin-bottom: 50px
}

section.handoff-body .handoff-body-style-guide-item-title h5 {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #030303;
  font-size: 14px;
  line-height: 150%
}

section.handoff-body .handoff-body-style-guide-item-title h5::before {
  width: 40px;
  height: 1px;
  margin-right: 16px;
  background-color: #030303;
  content: ''
}

section.handoff-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

section.handoff-footer .handoff-footer-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(3, 3, 3, 0.5)
}

section.handoff-footer .handoff-footer-contain a,
section.handoff-footer .handoff-footer-contain p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #030303;
  font-size: 14px;
  line-height: 150%
}

section.handoff-footer .handoff-footer-contain a:hover {
  text-decoration: underline !important
}

.product-hero {
  position: relative;
  min-height: 640px;
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .product-hero {
    min-height: 0
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-hero {
    min-height: 500px
  }
}

.product-hero-content {
  padding: 140px 0 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .product-hero-content {
    padding: 50px 0 0
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-hero-content {
    padding: 70px 0 0
  }
}

.product-hero-content-tag .about-team-head {
  margin-bottom: 30px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .product-hero-content-tag .about-team-head {
    margin-bottom: 20px
  }
}

.product-hero-content-tag .about-team-head p {
  color: #fff
}

.product-hero-content-title {
  margin-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .product-hero-content-title {
    margin-bottom: 20px
  }
}

.product-hero-content-title h1,
.product-hero-content-title h2,
.product-hero-content-title h3,
.product-hero-content-title h4,
.product-hero-content-title h5,
.product-hero-content-title h6,
.product-hero-content-title p,
.product-hero-content-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 42px;
  line-height: 59px
}

.product-hero-content-text h1,
.product-hero-content-text h2,
.product-hero-content-text h3,
.product-hero-content-text h4,
.product-hero-content-text h5,
.product-hero-content-text h6,
.product-hero-content-text p,
.product-hero-content-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 120px;
  color: #eae5f8;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .product-hero-content-text h1,
  .product-hero-content-text h2,
  .product-hero-content-text h3,
  .product-hero-content-text h4,
  .product-hero-content-text h5,
  .product-hero-content-text h6,
  .product-hero-content-text p,
  .product-hero-content-text a {
    padding-bottom: 45px;
    margin-bottom: 45px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .product-hero-content-text h1,
  .product-hero-content-text h2,
  .product-hero-content-text h3,
  .product-hero-content-text h4,
  .product-hero-content-text h5,
  .product-hero-content-text h6,
  .product-hero-content-text p,
  .product-hero-content-text a {
    margin-bottom: 30px
  }
}

.product-hero-content-text h1::after,
.product-hero-content-text h2::after,
.product-hero-content-text h3::after,
.product-hero-content-text h4::after,
.product-hero-content-text h5::after,
.product-hero-content-text h6::after,
.product-hero-content-text p::after,
.product-hero-content-text a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 5px;
  background-color: #5421ad;
  content: ''
}

.product-hero-image {
  position: relative
}

.product-hero-image-bg {
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  width: 212px;
  height: 144px;
  content: ''
}

.product-hero-image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block
}

.product-hero-image img {
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 698px;
  height: auto
}

@media screen and (min-width: 1441px) {
  .product-hero-image img {
    max-width: 825px
  }
}

@media screen and (min-width: 1800px) {
  .product-hero-image img {
    max-width: 880px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-hero-image img {
    max-width: 490px
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .product-hero-image img {
    max-width: 636px
  }
}

.product-hero-image-col {
  position: relative
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .product-hero-image-col-wrapper {
    margin: 0 -20px
  }
}

.product-hero-image-col-wrapper::before {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -20px;
  width: 227px;
  height: 154px;
  background-image: url("../img/static/product-hero-bg-img.jpg");
  content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .product-hero-image-col-wrapper::before {
    right: -20px
  }
}

.product-hero-image-col img {
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 698px;
  height: auto
}

.solutions-mobile {
  padding-bottom: 60px
}

.featured {
  position: relative;
  overflow: hidden;
  max-height: 770px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .featured {
    max-height: none
  }
}

.featured::before {
  position: absolute;
  top: -200px;
  left: -155px;
  width: 397px;
  height: 1016px;
  background-image: url("../img/static/featured-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .featured::before {
    display: none
  }
}

.featured-title {
  margin: 100px 0 96px;
  text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .featured-title {
    margin: 50px 0 67px
  }
}

.featured-title h1,
.featured-title h2,
.featured-title h3,
.featured-title h4,
.featured-title h5,
.featured-title h6,
.featured-title p,
.featured-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 38px
}

.featured-card {
  position: relative;
  min-height: 302px;
  padding: 50px 69px 37px 50px;
  background-color: #f2f4fc;
  -webkit-transition: 0.35s background-color ease-in;
  transition: 0.35s background-color ease-in
}

.featured-card::after {
  position: absolute;
  bottom: -121px;
  left: 50%;
  width: 1px;
  height: 102px;
  background-image: url("../img/static/featured-slider-after.svg");
  content: ''
}

.featured-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.featured-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px
}

.featured-card-head-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #291c49;
  border-radius: 100px;
  -webkit-transition: 0.25s background-color ease-in;
  transition: 0.25s background-color ease-in
}

.featured-card-head-number h1,
.featured-card-head-number h2,
.featured-card-head-number h3,
.featured-card-head-number h4,
.featured-card-head-number h5,
.featured-card-head-number h6,
.featured-card-head-number p,
.featured-card-head-number a,
.featured-card-head-number span {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #eae5f8;
  font-size: 20px;
  line-height: 30px;
  -webkit-transition: 0.25s color ease-in;
  transition: 0.25s color ease-in
}

.featured-card-head-title h1,
.featured-card-head-title h2,
.featured-card-head-title h3,
.featured-card-head-title h4,
.featured-card-head-title h5,
.featured-card-head-title h6,
.featured-card-head-title p,
.featured-card-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #291c49;
  font-size: 22px;
  line-height: 33px;
  -webkit-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in
}

.featured-card-text h1,
.featured-card-text h2,
.featured-card-text h3,
.featured-card-text h4,
.featured-card-text h5,
.featured-card-text h6,
.featured-card-text p,
.featured-card-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.9;
  -webkit-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in
}

.featured .swiper-container {
  overflow: hidden;
  margin-top: 58px
}

.featured .swiper-slide-active .featured-card {
  background-color: #291c49
}

.featured .swiper-slide-active .featured-card-head-number {
  background-color: #5421ad
}

.featured .swiper-slide-active .featured-card-head-title h1,
.featured .swiper-slide-active .featured-card-head-title h2,
.featured .swiper-slide-active .featured-card-head-title h3,
.featured .swiper-slide-active .featured-card-head-title h4,
.featured .swiper-slide-active .featured-card-head-title h5,
.featured .swiper-slide-active .featured-card-head-title h6,
.featured .swiper-slide-active .featured-card-head-title p,
.featured .swiper-slide-active .featured-card-head-title a {
  color: #fff
}

.featured .swiper-slide-active .featured-card-text h1,
.featured .swiper-slide-active .featured-card-text h2,
.featured .swiper-slide-active .featured-card-text h3,
.featured .swiper-slide-active .featured-card-text h4,
.featured .swiper-slide-active .featured-card-text h5,
.featured .swiper-slide-active .featured-card-text h6,
.featured .swiper-slide-active .featured-card-text p,
.featured .swiper-slide-active .featured-card-text a {
  color: #eae5f8
}

.featured .solutions-card-header {
  min-height: 88px;
  background-color: #f2f4fc;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease
}

.featured .collapse {
  background-color: #291c49
}

.featured .collapsing {
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .featured .solutions-card-body {
    padding: 0 20px 20px !important
  }
}

.featured .solutions-card-body h1,
.featured .solutions-card-body h2,
.featured .solutions-card-body h3,
.featured .solutions-card-body h4,
.featured .solutions-card-body h5,
.featured .solutions-card-body h6,
.featured .solutions-card-body p,
.featured .solutions-card-body a {
  color: #eae5f8;
  opacity: 0.9
}

.featured .solutions-card-img {
  padding: 0 20px !important
}

.featured .solutions-card-header[aria-expanded='true'] {
  background-color: #291c49
}

.featured .solutions-card-header[aria-expanded='true'] .featured-card-head-number {
  background-color: #5421ad
}

.featured .solutions-card-header[aria-expanded='true'] h1,
.featured .solutions-card-header[aria-expanded='true'] h2,
.featured .solutions-card-header[aria-expanded='true'] h3,
.featured .solutions-card-header[aria-expanded='true'] h4,
.featured .solutions-card-header[aria-expanded='true'] h5,
.featured .solutions-card-header[aria-expanded='true'] h6,
.featured .solutions-card-header[aria-expanded='true'] p,
.featured .solutions-card-header[aria-expanded='true'] a {
  color: #fff
}

.dynamic-height {
  height: 740px !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in
}

.featured-slider .swiper-slide:last-child .featured-card::after {
  display: none
}

.featured-slider .swiper {
  width: 100%;
  height: 100%
}

.featured-slider .swiper-slide {
  height: 302px !important
}

.featured-slider {
  height: 884px !important
}

.image-slider .swiper {
  width: 100%;
  height: 100%
}

.image-slider .swiper-slide {
  width: 100%;
  height: 100%
}

.image-slider-item img {
  display: block;
  width: 100%;
  max-width: 628px;
  height: auto;
  border: 12px solid #291c49;
  border-radius: 15.2px;
  -o-object-fit: cover;
  object-fit: cover
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .image-slider-item img {
    border: none;
    border-radius: 0
  }
}

.image-slider-container {
  margin-left: -78px
}

@media screen and (min-width: 1441px) {
  .image-slider-container {
    margin-left: -130px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .image-slider-container {
    margin-left: 0
  }
}

.we-do {
  background-color: #291c49
}

.we-do-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-buttons {
    padding: 0 0 10px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-buttons a {
    background-color: #332358 !important
  }
}

.we-do-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.we-do-buttons-divider {
  width: 100%;
  height: 1px;
  background-color: #332358
}

.we-do-slider {
  overflow: unset
}

.we-do-slider .swiper-slide {
  height: 100% !important
}

.we-do-slider .swiper-slide-active .we-do-card {
  background-color: #5421ad
}

.we-do-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 0 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-head {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0 20px
  }
}

.we-do-head-divider {
  width: 3px;
  height: 22px;
  background-color: #34d1fd
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-head-divider {
    width: 22px;
    height: 3px
  }
}

.we-do-head-title h1,
.we-do-head-title h2,
.we-do-head-title h3,
.we-do-head-title h4,
.we-do-head-title h5,
.we-do-head-title h6,
.we-do-head-title p,
.we-do-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  line-height: 38px
}

.we-do-head-text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ebedf1;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-head-text {
    font-size: 14px;
    line-height: 21px
  }
}

.we-do-card {
  height: 100%;
  padding: 30px;
  background-color: #332358;
  -webkit-transition: 0.3s background-color ease-in;
  transition: 0.3s background-color ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-card {
    padding: 40px 30px 50px
  }
}

@media screen and (min-width: 1441px) {
  .we-do-card {
    min-height: 370px
  }
}

.we-do-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-card-head {
    margin-bottom: 20px
  }
}

.we-do-card-head-title h1,
.we-do-card-head-title h2,
.we-do-card-head-title h3,
.we-do-card-head-title h4,
.we-do-card-head-title h5,
.we-do-card-head-title h6,
.we-do-card-head-title p,
.we-do-card-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  line-height: 33px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .we-do-card-head-title h1,
  .we-do-card-head-title h2,
  .we-do-card-head-title h3,
  .we-do-card-head-title h4,
  .we-do-card-head-title h5,
  .we-do-card-head-title h6,
  .we-do-card-head-title p,
  .we-do-card-head-title a {
    font-size: 18px;
    line-height: 27px
  }
}

.we-do-card-head-image {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.we-do-card-head-image img {
  width: 100%;
  max-width: 70px;
  height: auto
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .we-do-card-head-image img {
    max-width: 50px
  }
}

.we-do-card-body-text h1,
.we-do-card-body-text h2,
.we-do-card-body-text h3,
.we-do-card-body-text h4,
.we-do-card-body-text h5,
.we-do-card-body-text h6,
.we-do-card-body-text p,
.we-do-card-body-text a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  opacity: 0.9
}

.similar {
  padding: 128px 0 138px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .similar {
    padding: 60px 0
  }
}

.similar-head-title {
  margin: 0 0 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .similar-head-title {
    margin: 0 0 33px
  }
}

.similar-head-title h1,
.similar-head-title h2,
.similar-head-title h3,
.similar-head-title h4,
.similar-head-title h5,
.similar-head-title h6,
.similar-head-title p,
.similar-head-title a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #291c49;
  font-size: 22px;
  line-height: 33px
}

.similar .source-box {
  margin-top: 0
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  .similar .col-lg-3 {
    margin-top: 0 !important
  }

  .similar .col-lg-3:nth-child(3) {
    margin-top: 40px !important
  }

  .similar .col-lg-3:nth-child(4) {
    margin-top: 40px !important
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .similar .col-lg-3 {
    margin-top: 0 !important
  }

  .similar .col-lg-3:nth-child(3) {
    margin-top: 40px !important
  }

  .similar .col-lg-3:nth-child(4) {
    margin-top: 40px !important
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .similar .col-lg-3 {
    margin-top: 0 !important
  }

  .similar .col-lg-3:nth-child(3) {
    margin-top: 0 !important
  }

  .similar .col-lg-3:nth-child(4) {
    margin-top: 0 !important
  }
}

section.sources-page .sources-page-lead {
  position: relative;
  z-index: 1;
  padding: 66px 0 31px;
  background-color: #291c49
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.sources-page .sources-page-lead {
    padding: 58px 0 20px
  }
}

section.sources-page .sources-page-lead .title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  line-height: 120%
}

section.sources-page .sources-page-lead .sources-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.sources-page .sources-page-lead .sources-page-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px
  }
}

section.sources-page .sources-page-lead .sources-page-nav nav {
  padding-top: 31px;
  border-top: 1px solid #332358
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.sources-page .sources-page-lead .sources-page-nav nav {
    padding-top: 0;
    border-top: none;
    margin-right: -20px;
    margin-left: -20px
  }
}

section.sources-page .sources-page-lead .sources-page-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow-x: auto
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.sources-page .sources-page-lead .sources-page-nav nav ul {
    gap: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
  }
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #948da4;
  font-size: 18px;
  line-height: 150%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.sources-page .sources-page-lead .sources-page-nav nav ul li a {
    font-size: 16px
  }
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li a.active {
  color: #fff
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li a.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li a:hover {
  color: #fff
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

section.sources-page .sources-page-lead .sources-page-nav nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  pointer-events: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

section.sources-page .sources-page-lead .sources-page-nav .search-container {
  width: 100%;
  max-width: 370px;
  margin-top: -6px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.sources-page .sources-page-lead .sources-page-nav .search-container {
    margin-top: 0;
    margin-bottom: 40px
  }
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner {
  position: relative
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner:focus-within path,
section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner:focus-within circle {
  stroke: #291c49
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner.search-active .search-input-wrapper {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #291c49;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper {
  position: relative;
  border: 1px solid #7e788d;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: calc(100% - 42px);
  height: 1px;
  background-color: #ebedf1;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 21px
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper svg path,
section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper svg circle {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper input {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  margin-left: 10px;
  background-color: transparent;
  color: #291c49;
  font-size: 16px;
  line-height: 150%
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper input::-webkit-input-placeholder {
  color: #7e788d
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper input::-moz-placeholder {
  color: #7e788d
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper input:-ms-input-placeholder {
  color: #7e788d
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper input::-ms-input-placeholder {
  color: #7e788d
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-input-wrapper input::placeholder {
  color: #7e788d
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-results {
  position: absolute;
  z-index: 1;
  top: calc(100% - 2px);
  left: 0;
  display: none;
  width: 100%;
  border: 1px solid #291c49;
  border-top: none;
  background-color: #fff;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-results li:first-child {
  padding-top: 16px
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-results li:last-child {
  padding-bottom: 16px
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-results li:not(:first-child) a {
  margin-top: 10px
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-results li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 57px;
  color: #7e788d;
  font-size: 16px;
  line-height: 165%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

section.sources-page .sources-page-lead .sources-page-nav .search-container .search-container-inner .search-results li a:hover {
  color: #291c49
}

section.sources-page .sources-page-content-lead {
  margin-top: 130px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-page-content-lead {
    display: none
  }
}

section.sources-page .sources-page-content-lead .media-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 470px
}

section.sources-page .sources-page-content-lead .media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.sources-page .sources-page-content-lead .media-wrapper .tag {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  background-color: #291c49;
  color: #fff;
  font-size: 12px;
  line-height: 150%
}

section.sources-page .sources-page-content-lead .content {
  width: 100%;
  max-width: 400px;
  margin-top: 40px;
  margin-left: auto
}

section.sources-page .sources-page-content-lead .content .content-lead {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #948da4;
  font-size: 16px;
  line-height: 150%
}

section.sources-page .sources-page-content-lead .content .content-title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #291c49;
  font-size: 32px;
  line-height: 150%
}

section.sources-page .sources-page-content-lead .content .content-text {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 30px;
  color: #291c49;
  font-size: 18px;
  line-height: 150%
}

section.sources-page .sources-page-content-lead .content .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

section.sources-page .sources-page-content-lead .content .content-footer time {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #948da4;
  font-size: 14px;
  line-height: 150%
}

section.sources-page .sources-page-tag-nav {
  margin-top: 80px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-page-tag-nav {
    margin-top: 0
  }
}

section.sources-page .sources-page-tag-nav nav {
  padding: 60px 24px;
  border-top: 1px solid #ebedf1
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-page-tag-nav nav {
    padding: 0;
    border: none
  }
}

section.sources-page .sources-page-tag-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-page-tag-nav nav ul {
    gap: 0 25px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 0 20px;
    margin-bottom: 20px;
    overflow-x: auto
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-page-tag-nav nav ul {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px
  }
}

section.sources-page .sources-page-tag-nav nav ul li a {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11.5px 20px;
  background-color: #eae5f8;
  border-radius: 6px;
  color: #291c49;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease
}

section.sources-page .sources-page-tag-nav nav ul li a:hover {
  background-color: #5421ad;
  color: #fff
}

section.sources-page .sources-page-content {
  padding: 130px 0 98px;
  background-color: #f2f4fc
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-page-content {
    padding: 60px 0
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-page-content {
    padding: 0;
    background-color: transparent
  }
}

section.sources-page .sources-page-content .small-boxes-inner {
  margin-top: -51.5px
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-page-content .small-boxes-inner {
    margin-top: -40px
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-page-content .small-source-boxes-wrapper {
    width: unset;
    max-width: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 53px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: 35px;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #f2f4fc
  }
}

section.sources-page .sources-page-content .small-source-boxes-wrapper .source-box {
  margin-top: 51.5px
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-page-content .small-source-boxes-wrapper .source-box {
    margin-top: 40px
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-page-content .small-source-boxes-wrapper .media-wrapper {
    height: 240px
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-page-content .small-source-boxes-wrapper .media-wrapper {
    height: 180px
  }
}

section.sources-page .sources-page-content .small-source-boxes-wrapper .media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.sources-page .sources-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 98.5px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .sources-pagination-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-pagination-container {
    margin-top: 40px
  }
}

@media only screen and (min-width: 321px) and (max-width: 576px) {
  section.sources-page .sources-pagination-container {
    width: unset;
    max-width: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    margin-top: 0;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #f2f4fc
  }
}

section.sources-page .sources-pagination-container .pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.sources-page .sources-pagination-container .pagination-inner p {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 24px;
  color: #291c49;
  font-size: 16px;
  line-height: 150%
}

section.sources-page .sources-pagination-container .pagination-inner p .current-page {
  margin-right: 4px
}

section.sources-page .sources-pagination-container .pagination-inner p .total-page {
  margin-left: 4px;
  color: #948da4
}

section.sources-page .sources-search-result-container {
  background-color: #f2f4fc
}

section.sources-page .source-tag-search-container {
  padding-top: 57px;
  padding-bottom: 130px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .source-tag-search-container {
    padding-top: 40px;
    padding-bottom: 70px
  }
}

section.sources-page .source-tag-search-container .source-search-result-content {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
  color: #291c49;
  font-size: 18px;
  line-height: 150%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .source-tag-search-container .source-search-result-content {
    margin-bottom: 0
  }
}

section.sources-page .source-tag-search-container .source-search-result-content .source-result-tag {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11.5px 20px;
  margin-right: 16px;
  background-color: #eae5f8;
  border-radius: 6px;
  font-size: 14px;
  line-height: 17px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .source-tag-search-container .source-search-result-content .source-result-tag {
    margin-right: 10px
  }
}

section.sources-page .no-result-container {
  padding-top: 100px;
  padding-bottom: 138px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .no-result-container {
    padding-top: 40px;
    padding-bottom: 54px
  }
}

section.sources-page .no-result-container figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.sources-page .no-result-container figure img {
  width: 170px;
  height: 170px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .no-result-container figure img {
    width: 100px;
    height: 100px
  }
}

section.sources-page .no-result-container figure figcaption {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  max-width: 458px;
  margin-top: 30px;
  color: #291c49;
  font-size: 32px;
  line-height: 150%;
  text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  section.sources-page .no-result-container figure figcaption {
    max-width: 335px;
    margin-top: 20px;
    font-size: 22px
  }
}

.source-most-visited-container {
  padding-top: 80px;
  padding-bottom: 139.5px;
  background-color: #fff
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-most-visited-container {
    padding-top: 43px;
    padding-bottom: 70px
  }
}

.source-most-visited-container .source-most-visited-title {
  font-family: 'Avalon', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
  color: #291c49;
  font-size: 22px;
  line-height: 150%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .source-most-visited-container .source-most-visited-title {
    margin-bottom: -7px
  }
}

.body-sources figure {
  margin: 0 !important
}

/*# sourceMappingURL=main.min.css.map */