@charset "UTF-8";
/*!
Theme Name: Userpilot
Theme URI: http://underscores.me/
Author: Teodor Mitkov @ Userpilot Team
Author URI: https://userpilot.com/
Description: WordPress site by Userpilot
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: userpilot-inc

*/
@font-face {
  font-family: "Eudoxus Sans";
  font-display: swap;
  src: url("fonts/EudoxusSans-Bold.woff2") format("woff2"), url("fonts/EudoxusSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Eudoxus Sans";
  font-display: swap;
  src: url("fonts/EudoxusSans-Regular.woff2") format("woff2"), url("fonts/EudoxusSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Eudoxus Sans";
  font-display: swap;
  src: url("fonts/EudoxusSans-Light.woff2") format("woff2"), url("fonts/EudoxusSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-Light.woff2") format("woff2"), url("fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/*
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1990px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .container {
    max-width: 1460px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -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);
}

body::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  outline: 1px solid #1F1F24;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-content-404 {
  padding-top: 160px;
  padding-bottom: 160px;
  height: 100%;
  margin-top: 30px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-content-404 img {
  max-width: 600px;
}

a {
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  word-spacing: -0.3px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #15142E;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0;
  font-family: "Eudoxus Sans", system-ui, sans-serif;
}
@media (max-width: 1440px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 14px;
  }
}

h1.headline-dark, h2.headline-dark, h3.headline-dark, h4.headline-dark, h5.headline-dark, h6.headline-dark {
  color: #15142E !important;
}

p {
  margin-top: 0;
  font-weight: 300;
  color: #474747;
}

a {
  text-decoration: none;
  color: #15142E;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.h2-bold-light {
  color: #E1E0FA;
  font-family: Eudoxus Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
}

.blue-title {
  color: #6765E8;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

ul.reset,
ol.reset {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.semi-reset,
ol.semi-reset {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
}

h1,
.h1 {
  font-size: 1.75rem;
}

h2,
.h2 {
  font-size: 1.625rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.light,
.light-text,
.light-font {
  font-weight: 300;
  color: #E1E0FA;
}

.regular,
.regular-font,
.regular-text {
  font-weight: 500;
}

.semi,
.semi-font,
.semi-text {
  font-weight: 600;
}

.bold,
.bold-font,
.bold-text {
  font-weight: 800;
}

.italic-font,
.italic-text {
  font-style: italic;
}

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

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

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: gray;
  background-color: transparent;
}

blockquote {
  margin: 30px 0;
  border-left: 10px solid #b6b6b6;
  background-color: #ebebeb;
  padding: 15px 30px;
}
blockquote:first-of-type {
  margin-top: 0;
}
blockquote p {
  margin: 0;
}

@media (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  p.home-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  p.home-text {
    font-size: 18px;
  }
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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;
}

dfn, cite, em, i {
  font-style: italic;
}

.Get-a-demo a {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.Get-a-demo a:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
}

.underline-blue-link {
  color: #6765E8;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .main-navigation .Get-a-demo a {
    padding: 7px;
  }
}

.btn {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  word-spacing: normal;
  font-size: 16px;
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inline-block {
  display: inline-block;
}

#social_side_links {
  position: absolute;
  top: 40%;
  right: 50px;
  padding: 0;
  list-style: none;
  z-index: 99;
}

@media (max-width: 769px) {
  #social_side_links {
    top: 25%;
  }
}
@media (max-width: 580px) {
  #social_side_links {
    top: 55%;
  }
}
#social_side_links li a {
  display: block;
  margin-bottom: 15px;
}

#social_side_links li a img {
  display: block;
  width: 42px;
  max-width: 42px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 769px) {
  #social_side_links li a img {
    max-width: 35px;
  }
}
#social_side_links li a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1px;
}

.rotate-in-2-tr-cw {
  -webkit-animation: rotate-in-2-tr-cw 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
          animation: rotate-in-2-tr-cw 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

@-webkit-keyframes rotate-in-2-tr-cw {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes rotate-in-2-tr-cw {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
.swiper {
  position: relative;
  width: 80%;
  height: 300px;
}
@media (max-width: 991px) {
  .swiper {
    height: 100%;
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  position: absolute;
  right: 120px !important;
  top: 82% !important;
  left: auto !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover {
  right: 125px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-next {
  position: absolute;
  right: 20px !important;
  top: 80% !important;
  left: auto !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next:hover, .swiper-rtl .swiper-button-next:hover {
  right: 15px !important;
}

.swiper-button-prev {
  background-image: url("/wp-content/uploads/2024/01/back-button-usp.svg") !important;
  width: 100%;
  width: 48px !important;
  height: 48px !important;
  background-repeat: no-repeat;
}

.swiper-button-next {
  background-image: url("/wp-content/uploads/2024/01/next-button-usp.svg") !important;
  width: 62px !important;
  height: 62px !important;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next:hover {
  margin-left: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "" !important;
}

@media (max-width: 414px) {
  .swiper-button-prev {
    z-index: 999;
    right: 65px !important;
    top: 80% !important;
    width: 24px !important;
    height: 24px !important;
    background-repeat: round;
  }
  .swiper-button-next {
    top: 80% !important;
    width: 24px !important;
    height: 24px !important;
    background-repeat: round;
  }
}
#gform_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  #gform_4 {
    -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;
  }
}
#gform_4 input {
  margin: 0px;
}
#gform_4 .gform_footer {
  margin-top: 0px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #gform_4 .gform_footer {
    margin-left: 0px;
  }
}

#gform_submit_button_4 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  min-width: 200px;
  margin-left: 15px;
  display: block;
}
#gform_submit_button_4:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #gform_submit_button_4 {
    padding: 0px;
  }
}

#input_4_1 {
  display: block;
  border-radius: 8px;
  border: none;
  height: 45px;
  min-width: 315px;
  padding: 12px 25px;
}

.container-guest-post-form-template .gfield_label {
  color: #E1E0FA !important;
  font-family: "Eudoxus Sans", system-ui, sans-serif;
}
.container-guest-post-form-template .ginput_container input {
  border: none;
  min-height: 42px;
  border-radius: 6px;
}

#gform_submit_button_6 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #6765E8;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9e9ff), color-stop(#e4e3fd), color-stop(#d5d4ff), to(#f8f8ff));
  background-image: linear-gradient(to right, #e9e9ff, #e4e3fd, #d5d4ff, #f8f8ff);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  min-width: 200px;
  display: block;
}
#gform_submit_button_6:hover {
  background-color: transparent;
  color: #15142E;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #gform_submit_button_6 {
    padding: 0px;
  }
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #e86565 !important;
}

#gform_6 .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
}

#input_7_1 {
  margin-left: 0;
  max-width: 270px;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: rgb(21, 20, 46);
  font-weight: 500;
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  border-radius: 5px;
  border: 1px solid #CCC;
}
@media (max-width: 512px) {
  #input_7_1 {
    max-width: 100%;
  }
}

#input_7_1:focus {
  border-color: #5553B7;
  -webkit-box-shadow: 0 0 4px 0 rgba(76, 73, 233, 0.5294117647), inset 0 0 4px 0 rgba(76, 73, 233, 0.2784313725);
          box-shadow: 0 0 4px 0 rgba(76, 73, 233, 0.5294117647), inset 0 0 4px 0 rgba(76, 73, 233, 0.2784313725);
}

#gform_submit_button_7 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  width: 270px;
  display: block;
}
@media (max-width: 512px) {
  #gform_submit_button_7 {
    width: 100%;
  }
}

#gform_7 .gform_footer {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#gform_wrapper_7 .gform_validation_errors {
  display: none;
}

#gform_wrapper_4 .gform_validation_errors {
  display: none;
}

.asl_w_container {
  max-width: 100%;
  width: 100%;
}
#featured-post .home-carousel-post img {
  width: 100%;
  height: 100%;
}
#featured-post .featured-post {
  padding-top: 60px;
  padding-bottom: 60px;
}
#featured-post .featured-post h2 a {
  color: #15142E;
  font-family: Eudoxus Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
#featured-post .category-name {
  padding-left: 0px;
}
#featured-post .post-info-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #featured-post .blue-title {
    margin-top: 30px;
  }
}

.category-name:first-child {
  padding: 0px;
}

.category-preview {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (max-width: 767px) {
  .category-preview {
    display: block;
  }
}

.card-box-static {
  position: relative;
  background: #6765E8;
  padding: 20px;
  height: 300px;
}

.featured-post .reading-time {
  display: inline-block;
}

/* Custom styles for the banner */
.banner {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #15142E;
  color: #fff;
  padding: 20px;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-inline-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .list-inline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .list-inline-item li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.list-inline-item i {
  margin-right: 5px;
}

#banner-main-h {
  position: relative;
  z-index: 150;
  padding: 60px 30px;
  background-image: url("/wp-content/uploads/2024/01/testme.png");
  background-repeat: no-repeat;
  background-position: 100% 70%;
  background-attachment: fixed;
}
#banner-main-h p {
  color: #E1E0FA;
  font-family: Eudoxus Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 36px;
}
#banner-main-h li {
  margin-bottom: 0px;
}
#banner-main-h .list-inline-item ul {
  margin: 0px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #banner-main-h .list-inline-item ul {
    padding-left: 0px;
  }
}
#banner-main-h .banner-content {
  position: relative;
  z-index: 150;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#banner-main-h h2 {
  margin-top: 48px;
}
@media (min-width: 1600px) {
  #banner-main-h h2 {
    font-size: 2.625rem;
  }
}
#banner-main-h .userpilot-preview {
  text-align: center;
}
#banner-main-h .userpilot-preview img {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  #banner-main-h .userpilot-preview {
    display: none;
  }
}
@media (max-width: 767px) {
  #banner-main-h .btn {
    margin-bottom: 30px;
  }
}

/* Custom styles for the banner */
.avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 100%;
  width: 40px !important;
}

.author-name {
  padding-left: 10px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.176px;
}

.author-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

:root {
  --white: #FFF;
  --primary-color: #15142E;
  --secondary-color: #282829;
  --body-color: #434345;
  --bg-grey: #EEEEEE;
  --accent: #6765E8;
  --semi: 500;
  --very-small: 12px;
  --bg-color: #F5F2FE;
}

.custom-grid-3 {
  display: -ms-grid;
  display: grid;
  gap: 48px 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .custom-grid-3 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.browse-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 512px) {
  .browse-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }
}

.custom-loop .custom-loop-featured {
  margin-bottom: 24px;
}
.custom-loop .custom-loop-featured a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-loop .custom-loop-featured a img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-loop .custom-loop-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.custom-loop .custom-loop-post-meta .custom-loop-post-date {
  font-size: var(--small);
  line-height: 18px;
  color: #727376;
}
.custom-loop .custom-post-loop-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}
.custom-loop .custom-loop-details {
  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;
  gap: 16px;
}
.custom-loop .custom-loop-details .custom-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.custom-loop .custom-loop-details .custom-author-info .custom-author-avatar {
  width: 40px;
  height: 40px;
}
.custom-loop .custom-loop-details .custom-author-info .custom-author-avatar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-loop .custom-loop-details .custom-author-info .custom-author-avatar a img {
  border-radius: 50%;
}
.custom-loop .custom-loop-details .custom-author-info .custom-author-name .custom-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.176px;
  margin-bottom: 4px;
  margin-top: 0;
  color: var(--secondary-color);
}
.custom-loop .custom-loop-details .custom-author-info .custom-author-name .custom-description {
  font-size: var(--very-small);
  line-height: 1;
  margin: 0;
  color: var(--body-color);
}
.custom-loop .custom-loop-details .wtr-time-wrap {
  font-size: var(--very-small);
  color: var(--body-color);
}

.custom-author-info .custom-author-avatar a img {
  max-width: 40px;
}

ul.categories-list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-name a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  background: var(--bg-grey);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: var(--semi);
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .category-name a {
    font-size: 12px;
  }
}
.category-name a:hover {
  background-color: var(--accent);
  color: var(--white);
}
.category-name.active a {
  background-color: var(--accent);
  color: var(--white);
}

.upcoming-promo .subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.upcoming-promo .row .image {
  margin-bottom: 24px;
}
.upcoming-promo .row .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 228px;
}
.upcoming-promo .row .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.upcoming-promo .row p {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .upcoming-promo .promo-box {
    margin-bottom: 30px;
  }
}

.cta-link {
  font-size: 16px;
  line-height: 24px;
  color: var(--accent);
  position: relative;
}
.cta-link:hover:before {
  width: 0;
}
.cta-link:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  position: absolute;
  top: 100%;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

.section-intro p {
  margin-bottom: 30px;
}

.search-form {
  height: auto;
  font-size: 14px;
  color: var(--primary-color);
}
.search-form label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form label input {
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 8px 16px 8px 32px;
}
.search-form label input::-webkit-input-placeholder {
  color: #848484 !important;
}
.search-form label input::-moz-placeholder {
  color: #848484 !important;
}
.search-form label input:-ms-input-placeholder {
  color: #848484 !important;
}
.search-form label input::-ms-input-placeholder {
  color: #848484 !important;
}
.search-form label input::placeholder {
  color: #848484 !important;
}
.search-form label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.8534 11.1465L8.4409 7.734C9.1019 6.91751 9.49989 5.88 9.49989 4.75001C9.49989 2.13101 7.3689 0 4.74993 0C2.13096 0 0 2.13098 0 4.74998C0 7.36898 2.13098 9.49999 4.74996 9.49999C5.87994 9.49999 6.91743 9.102 7.73392 8.44099L11.1464 11.8535C11.2439 11.951 11.3719 12 11.4999 12C11.6279 12 11.7559 11.951 11.8534 11.8535C12.0489 11.658 12.0489 11.342 11.8534 11.1465ZM4.74996 8.49998C2.68197 8.49998 0.999997 6.81799 0.999997 4.74998C0.999997 2.68198 2.68197 0.999984 4.74996 0.999984C6.81794 0.999984 8.49991 2.68198 8.49991 4.74998C8.49991 6.81799 6.81792 8.49998 4.74996 8.49998Z' fill='%23848484'/%3E%3C/svg%3E");
}

.asl_w_container .asl_w .probox .proinput {
  margin: 0;
  padding: 8px 16px;
}
.asl_w_container .asl_w .probox .proinput form input {
  height: auto;
  font-size: 14px;
  color: var(--primary-color);
}
.asl_w_container .asl_w .probox .proinput form input::-webkit-input-placeholder {
  color: rgba(71, 71, 71, 0.3) !important;
}
.asl_w_container .asl_w .probox .proinput form input::-moz-placeholder {
  color: rgba(71, 71, 71, 0.3) !important;
}
.asl_w_container .asl_w .probox .proinput form input:-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.3) !important;
}
.asl_w_container .asl_w .probox .proinput form input::-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.3) !important;
}
.asl_w_container .asl_w .probox .proinput form input::placeholder {
  color: rgba(71, 71, 71, 0.3) !important;
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  padding: 0px;
  padding-left: 10px;
}

.archive .no-results, .category-recent-articles .no-results {
  padding: 60px 0;
}
.archive .archive-template-file .row-category, .category-recent-articles .archive-template-file .row-category {
  padding-bottom: 75px;
  margin-bottom: 0;
}
.archive .archive-template-file .cat-meta, .category-recent-articles .archive-template-file .cat-meta {
  margin-bottom: 64px;
}
.archive .archive-template-file .breadcrumbs, .category-recent-articles .archive-template-file .breadcrumbs {
  padding-top: 22px;
  margin-bottom: 54px;
}
.archive .archive-template-file .breadcrumbs span, .category-recent-articles .archive-template-file .breadcrumbs span {
  text-transform: lowercase;
}
.archive .archive-template-file .breadcrumbs span.breadcrumb_last, .category-recent-articles .archive-template-file .breadcrumbs span.breadcrumb_last {
  color: rgba(71, 71, 71, 0.5);
}
.archive .archive-template-file .cat-info .page-title, .category-recent-articles .archive-template-file .cat-info .page-title {
  color: var(--accent);
  margin-bottom: 10px;
}
.archive .archive-template-file .cat-info > p, .category-recent-articles .archive-template-file .cat-info > p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.archive .archive-template-file .cat-info .cat-search .asl_w_container, .category-recent-articles .archive-template-file .cat-info .cat-search .asl_w_container {
  margin: 0;
  width: 330px;
  max-width: 100%;
}
.archive .archive-template-file .navigation, .category-recent-articles .archive-template-file .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 75px;
}
.archive .archive-template-file .navigation .nav-links, .category-recent-articles .archive-template-file .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.archive .archive-template-file .navigation .nav-links .page-numbers, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers {
  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;
  padding: 5px 4px;
  border-radius: 4px;
  border: 1px solid #DFE3E8;
  background: #FFF;
  width: 24px;
  color: #1F1F24;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.archive .archive-template-file .navigation .nav-links .page-numbers.current, .archive .archive-template-file .navigation .nav-links .page-numbers:hover, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers.current, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.archive .archive-template-file .navigation .nav-links .page-numbers.next, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers.next {
  font-size: 0;
  padding: 0;
}
.archive .archive-template-file .navigation .nav-links .page-numbers.next:before, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers.next:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.84009 7.41L13.4201 12L8.84009 16.59L10.2501 18L16.2501 12L10.2501 6L8.84009 7.41Z' fill='%23C4CDD5'/%3E%3C/svg%3E");
}
.archive .archive-template-file .navigation .nav-links .page-numbers.prev, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers.prev {
  font-size: 0;
  padding: 0;
}
.archive .archive-template-file .navigation .nav-links .page-numbers.prev:before, .category-recent-articles .archive-template-file .navigation .nav-links .page-numbers.prev:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.84009 7.41L13.4201 12L8.84009 16.59L10.2501 18L16.2501 12L10.2501 6L8.84009 7.41Z' fill='%23C4CDD5'/%3E%3C/svg%3E");
}

.related-posts {
  padding-top: 75px;
  padding-bottom: 75px;
}
.related-posts .related-posts-title {
  text-align: center;
  margin-bottom: 60px;
}

#hero-section-home .hero-graphic img {
  max-width: 500px;
}

.pitt-watch {
  position: relative;
}
.pitt-watch .fade img {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: 70%;
  left: 16%;
  top: -30%;
}

.row-gap-pitt {
  row-gap: 30px;
}

.pitt-container-grid-cards {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pitt-container-grid-cards .custom-author-info .custom-author-name .custom-name {
  color: #ffffff;
}
.pitt-container-grid-cards .custom-author-info .custom-author-name .custom-description {
  color: #d7d7ff;
}
.pitt-container-grid-cards .card {
  position: relative;
  width: 300px;
  height: 380px;
  max-width: 100%;
  max-height: 100%;
  z-index: 300;
}
.pitt-container-grid-cards .card img {
  border-radius: 8px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .pitt-container-grid-cards .card {
    margin: 0 auto;
  }
}
.pitt-container-grid-cards .card .card-img-top {
  height: 100%;
}
.pitt-container-grid-cards .card-pitt-memes {
  width: 300px;
  height: 300px;
}
.pitt-container-grid-cards .card-pitt-memes img {
  width: 300px;
  height: 300px;
}
.pitt-container-grid-cards .card-body {
  position: absolute;
  bottom: 10px;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1367px) {
  .pitt-container-grid-cards .card-body {
    bottom: 40px;
  }
}
.pitt-container-grid-cards .card-body:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 30px;
}
.pitt-container-grid-cards .card-body .card-title {
  color: #fff;
  font-family: "Eudoxus Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.pitt-container-grid-cards .card-body .align-flex {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pitt-container-grid-cards .card-body .speaker-company-logo img {
  width: 100%;
  border-radius: 0px;
}
.pitt-container-grid-cards .card-body .col-6 {
  padding: 0px;
}

.read-more-pitt {
  position: absolute;
  top: 20px;
  right: 20px;
}

.video-yt-pitt {
  position: absolute;
  top: 20px;
  left: 20px;
}

.static-content {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .static-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.static-content .box-intro {
  background-color: #6765e8;
  height: 100%;
  border-radius: 8px;
  padding: 12px 20px;
}
@media (max-width: 1024px) {
  .static-content .box-intro {
    margin-bottom: 30px;
    height: 60px;
    display: block;
  }
}
.static-content .box-intro h3 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  margin: 0px;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .static-content .box-intro h3 {
    font-size: 18px;
  }
}

.box-intro-read {
  background-image: url("/wp-content/uploads/2025/01/team-process-creation-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.box-intro-watch {
  background-image: url("/wp-content/uploads/2025/01/side-view-people-having-fun-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.box-intro-community {
  background-image: url("/wp-content/uploads/2025/01/team-process-creation-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.box-intro-memes {
  background-image: url("/wp-content/uploads/2025/01/pepe-the-frog-v0-dpbegahteypa1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.static-content-wrapper {
  padding: 0px 10px;
}

.static-content h2 {
  color: #6765e8;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 12px;
}

.pitt-watch .static-content p {
  color: #fff;
}

.pitt-watch {
  background-color: #15142e;
}

.pitt-cta-section {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#15142e), color-stop(#201e57), to(#3b2792));
  background: linear-gradient(90deg, #15142e, #201e57, #3b2792);
  background-size: 300% 300%;
  -webkit-animation: gradientWave 5s ease infinite;
          animation: gradientWave 5s ease infinite;
  height: 200px;
  border-radius: 8px;
  margin-top: 30px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 767px) {
  .pitt-cta-section {
    height: 330px;
    text-align: center;
  }
}
.pitt-cta-section:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: inset 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.pitt-cta-section h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 12px;
}
.pitt-cta-section p {
  color: #e1e0fa;
  margin: 0px;
}

@-webkit-keyframes gradientWave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientWave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Base column layout (1 column for all screen sizes by default) */
.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* Medium screen (768px and up): 2 columns */
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Large screen (992px and up): 3 columns */
@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
/* General gutter spacing (g-3: 1rem on all sides) */
.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.g-3 > * {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  margin-top: var(--bs-gutter-y);
}

.form-pitt {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .form-pitt {
    margin-top: 20px;
  }
}

#gform_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  #gform_8 {
    -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;
  }
}
#gform_8 input {
  margin: 0px;
}
#gform_8 .gform_footer {
  margin-top: 0px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #gform_8 .gform_footer {
    margin-left: 0px;
  }
}

#gform_submit_button_8 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765e8), color-stop(#4f4cef), color-stop(#4c49e9), to(#6765e8));
  background-image: linear-gradient(to right, #6765e8, #4f4cef, #4c49e9, #6765e8);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  min-width: 200px;
  margin-left: 15px;
  display: block;
}
#gform_submit_button_8:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #gform_submit_button_8 {
    padding: 0px;
    min-height: 40px;
  }
}

#input_8_1 {
  display: block;
  border-radius: 8px;
  border: none;
  height: 43px;
  min-width: 385px;
  padding: 12px 25px;
}
@media (max-width: 1440px) {
  #input_8_1 {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  #input_8_1 {
    min-width: 300px;
  }
}

#gform_9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  #gform_9 {
    -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;
  }
}
#gform_9 input {
  margin: 0px;
}
#gform_9 .gform_footer {
  margin-top: 0px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #gform_9 .gform_footer {
    margin-left: 0px;
  }
}

#gform_submit_button_9 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  min-width: 200px;
  margin-left: 15px;
  display: block;
}
#gform_submit_button_9:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #gform_submit_button_9 {
    padding: 0px;
  }
}

#input_9_1 {
  display: block;
  border-radius: 8px;
  border: none;
  height: 45px;
  min-width: 315px;
  padding: 12px 25px;
}

#gform_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  #gform_10 {
    -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;
  }
}
#gform_10 input {
  margin: 0px;
}
#gform_10 .gform_footer {
  margin-top: 0px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #gform_10 .gform_footer {
    margin-left: 0px;
  }
}

#gform_submit_button_10 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765e8), color-stop(#4f4cef), color-stop(#4c49e9), to(#6765e8));
  background-image: linear-gradient(to right, #6765e8, #4f4cef, #4c49e9, #6765e8);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  min-width: 200px;
  margin-left: 15px;
  display: block;
}
#gform_submit_button_10:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #gform_submit_button_10 {
    padding: 0px;
    min-height: 40px;
  }
}

#input_10_1 {
  display: block;
  border-radius: 8px;
  border: none;
  height: 43px;
  min-width: 385px;
  padding: 12px 25px;
}
@media (max-width: 1440px) {
  #input_10_1 {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  #input_10_1 {
    min-width: 300px;
  }
}

#gform_11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  #gform_11 {
    -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;
  }
}
#gform_11 input {
  margin: 0px;
}
#gform_11 .gform_footer {
  margin-top: 0px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #gform_11 .gform_footer {
    margin-left: 0px;
  }
}

#gform_submit_button_11 {
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  moz-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  min-width: 200px;
  margin-left: 15px;
  display: block;
}
#gform_submit_button_11:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #gform_submit_button_11 {
    padding: 0px;
  }
}

#input_11_1 {
  display: block;
  border-radius: 8px;
  border: none;
  height: 45px;
  min-width: 315px;
  padding: 12px 25px;
}

body.no-scroll {
  overflow: hidden;
}

#superheader .wrapper {
  position: relative;
  padding: 5px 0;
}
#superheader .wrapper p {
  margin: 0;
}
#superheader .wrapper a.close-superheader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: white;
}

#masthead {
  z-index: 990;
}

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

.searchbar-nav input {
  max-width: 130px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-size: 14px;
}

.search-submit {
  display: none;
}

.text-logo {
  margin-bottom: 0;
  line-height: 1;
}
.text-logo h1 {
  margin: inherit;
}

.site-logo {
  display: inline-block;
  background-position: center;
  background-size: contain;
}

a.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-toggle {
  position: relative;
  width: 34px;
  height: 25px;
  padding: 0;
  border: none !important;
  outline: none;
  background-color: transparent !important;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-toggle span {
  top: 50%;
}
.menu-toggle::before {
  top: 0;
}
.menu-toggle::after {
  top: calc(100% - 1px);
}
.menu-toggle.active span {
  opacity: 0;
}
.menu-toggle.active::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.menu-toggle.active::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 991.98px) {
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu-toggle {
    display: inline-block;
    font-size: clamp(14px, 2.2vw, 23px);
  }
}

.site-header {
  position: absolute;
  top: 1px;
  width: 100%;
  padding: 50px 0px;
}

.main-navigation-middle,
.second-navigation-side,
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
}

@media (max-width: 1440px) {
  .site-branding {
    width: 111%;
  }
}
@media (max-width: 1024px) {
  img.light-logo {
    max-width: 120px;
  }
}
.blog-link {
  margin-left: 8px;
  color: #E1E0FA;
  font-family: Eudoxus Sans;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  word-spacing: 0;
  min-width: 60px;
  text-transform: capitalize;
}
.blog-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.second-navigation-side {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.second-navigation-side .log-in a {
  font-weight: 500;
}

.main-navigation-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.menu,
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a:nth-child(0) {
  margin: 0px;
}

.main-navigation-middle li a {
  line-height: inherit;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin: 0px 12px;
}
@media (max-width: 1360px) {
  .main-navigation-middle li a {
    font-size: 10px;
  }
}

#primary-menu {
  position: relative;
}
@media (min-width: 991.98px) and (max-width: 1199px) {
  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  #primary-menu > li {
    display: block;
  }
  #primary-menu > li:not(:first-child) {
    margin-top: 25px;
  }
}
#primary-menu > li > a {
  position: relative;
}
#primary-menu > li > a::after {
  position: absolute;
  content: "";
  left: -6px;
  bottom: -10px;
  width: 0;
  background-color: var(--menu-color-var);
  height: 3px;
  border-radius: 1px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 1199.98px) {
  #primary-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  #primary-menu > li > a {
    font-size: clamp(14px, 2vw, 18px);
  }
}
#primary-menu > li:hover > a::after, #primary-menu > li:focus > a::after {
  width: calc(100% + 12px);
}

.menu-item *:not(.sub-menu-wrapper) a.menu-item-has-children {
  text-decoration: underline !important;
}

#primary-menu .menu-item-has-children > a {
  cursor: default;
}

.main-navigation {
  font-family: "Eudoxus Sans", system-ui, sans-serif;
}
.main-navigation li {
  line-height: 1;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .main-navigation li {
    display: block;
  }
}
.main-navigation li a {
  line-height: inherit;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.main-navigation li a:hover {
  text-decoration: none;
  color: #E1E0FA;
}
@media (max-width: 1366px) {
  .main-navigation li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .main-navigation li.menu-item-has-children:hover > .sub-menu-wrapper {
    display: block;
  }
}
@media (min-width: 991.98px) {
  .main-navigation .sub-menu-wrapper {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 999;
    width: 130%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 650px;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .main-navigation .sub-menu-wrapper {
    width: 125%;
  }
}
@media (min-width: 991.98px) {
  .main-navigation .sub-menu-wrapper.count-4 {
    width: 143%;
  }
  .main-navigation .sub-menu-wrapper.count-2 {
    width: 100%;
  }
}
.main-navigation .sub-menu__inner {
  margin-top: 26px;
  padding: 10px 12px 14px;
  background: #15142E;
  border: 1px solid rgba(103, 101, 232, 0.3);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.main-navigation ul.sub-menu {
  position: relative;
}
@media (min-width: 575.98px) {
  .main-navigation ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-navigation ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575.98px) {
  .main-navigation ul.sub-menu li a {
    padding: 10px;
  }
}
.main-navigation ul.sub-menu li:first-child a {
  margin-top: 0;
}
.main-navigation ul.sub-menu .menu-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation ul.sub-menu .menu-item__icon {
  min-width: 26px;
  max-width: 26px;
  line-height: 0;
}
.main-navigation ul.sub-menu .menu-item__icon img {
  height: 16px;
  width: auto;
  display: block;
  margin-right: auto;
}
.main-navigation ul.sub-menu .menu-item__content-title {
  font-family: "Inter";
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1399.98px) {
  .main-navigation ul.sub-menu .menu-item__content-title {
    font-size: 14px;
  }
}
@media (max-width: 1399.98px) {
  .main-navigation ul.sub-menu .menu-item__content-title {
    font-size: clamp(12px, 2vw, 14px);
    font-size: 12px;
  }
}
.main-navigation ul.sub-menu .menu-item__content-description {
  margin-top: 5px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 1.25;
  color: #E1E0FA;
}
@media (min-width: 1399.98px) {
  .main-navigation ul.sub-menu .menu-item__content-description {
    font-size: 12px;
  }
}
@media (max-width: 1399.98px) {
  .main-navigation ul.sub-menu .menu-item__content-description {
    font-size: clamp(8px, 2vw, 10px);
  }
}
@media (max-width: 575.98px) {
  .main-navigation ul.sub-menu .menu-item__content-description {
    display: none;
  }
}
.main-navigation ul.sub-menu--single li a {
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.main-navigation ul.sub-menu--single li:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
}
@media (min-width: 575.98px) {
  .main-navigation ul.sub-menu--single.count-4 .menu-item {
    min-width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 575.98px) {
  .main-navigation ul.sub-menu--single.count-3 .menu-item {
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 575.98px) {
  .main-navigation ul.sub-menu--single.count-2 .menu-item {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 575.98px) {
  .main-navigation ul.sub-menu--single:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media (min-width: 427.98px) {
  .main-navigation ul.sub-menu--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 427.98px) {
  .main-navigation ul.sub-menu--multiple.count-4 > .menu-item {
    min-width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 427.98px) {
  .main-navigation ul.sub-menu--multiple.count-3 > .menu-item {
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 427.98px) {
  .main-navigation ul.sub-menu--multiple.count-2 > .menu-item {
    min-width: 50%;
    max-width: 50%;
  }
}
.main-navigation ul.sub-menu--multiple > .menu-item > a {
  font-family: "Eudoxus Sans";
  font-weight: 400;
}
.main-navigation ul.sub-menu--multiple > .menu-item > a:hover, .main-navigation ul.sub-menu--multiple > .menu-item > a:focus {
  text-decoration: underline;
  text-decoration: none;
  cursor: default;
}
.main-navigation ul.sub-menu--multiple > .menu-item .sub-menu {
  display: block;
}
.main-navigation ul.sub-menu--multiple > .menu-item .sub-menu .menu-item__content-title {
  font-family: "Inter";
  font-weight: 400;
}
.main-navigation ul.sub-menu--multiple > .menu-item .sub-menu li {
  display: block;
}
.main-navigation ul.sub-menu--multiple > .menu-item .sub-menu li > a {
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.main-navigation ul.sub-menu--multiple > .menu-item .sub-menu li:hover > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
}

@media (min-width: 1200px) {
  .sticky .sub-menu__inner {
    margin-top: 42px;
  }
}

.second-navigation-side li a {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .second-navigation-side li a {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  #site-navigation {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .mobile-top-line {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .main-menu {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #15142E;
    z-index: 999;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  .main-menu.transition {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .main-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-menu .menu {
    padding-right: 10px;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin; /* "auto" или "thin" */
    scrollbar-color: #a5a5a5 #444; /* цвет бегунка и зоны отслеживания */
  }
  .main-menu .menu::-webkit-scrollbar {
    width: 10px; /* ширина всей полосы прокрутки */
  }
  .main-menu .menu::-webkit-scrollbar-track {
    background: #444; /* цвет зоны отслеживания */
  }
  .main-menu .menu::-webkit-scrollbar-thumb {
    background-color: #a5a5a5; /* цвет бегунка */
    border-radius: 6px; /* округлось бегунка */
    border: 3px solid #444; /* отступ вокруг бегунка */
  }
  .menu-primary-menu-container {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .mobile-top-line {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
    margin-bottom: 35px;
    padding: 0 10px 20px;
    position: relative;
  }
  .mobile-top-line::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #757272;
  }
  button.mobile-close-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    position: relative;
    background-color: transparent !important;
    outline: none;
    border: none !important;
  }
  button.mobile-close-btn::before, button.mobile-close-btn::after {
    position: absolute;
    content: "";
    background-color: #fff;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  button.mobile-close-btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  button.mobile-close-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 992px) {
  .menu-primary-menu-container {
    width: calc(100% - 30px);
  }
}
.entry-header {
  display: none;
}

.head-wrap {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  margin: 0 auto;
  padding: 0px 20px;
}
@media (min-width: 1440px) {
  .head-wrap {
    padding: 0px;
  }
}

.sticky {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(21, 20, 46, 0.8);
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 25px 0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(103, 101, 232, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.36);
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  height: 80px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
}
@media (max-width: 1366px) {
  .sticky {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .sticky {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

.menu-item-description {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  color: #E1E0FA;
  font-family: "Inter", sans-serif;
}

.main-product-menu .active a {
  color: #6765E8;
}

.main-solution-menu .active a {
  color: #1CBC97 !important;
}

.current-menu-parent {
  position: relative;
}

#menu-item-434.current-menu-parent:after {
  position: absolute;
  content: "";
  text-align: center;
  display: block;
  width: 100%;
  background-color: #6765E8;
  height: 2px;
  border-radius: 1px;
  margin-top: 15px;
}

#menu-item-435.current-menu-parent:after {
  position: absolute;
  content: "";
  text-align: center;
  display: block;
  width: 100%;
  background-color: #1CBC97;
  height: 2px;
  margin-top: 15px;
  border-radius: 1px;
}

.menu-item .btn-get-a-demo-mobile {
  display: none;
}

#colophon {
  background-color: #15142E;
  height: 100%;
  padding: 110px 0px;
  position: relative;
  z-index: 600;
}
@media (max-width: 768px) {
  #colophon {
    padding: 25px 0px;
  }
}
#colophon .footer-cta img {
  max-width: 120px;
}
@media (max-width: 768px) {
  #colophon .footer-cta {
    padding: 0px;
    text-align: center;
  }
}
#colophon .footer-cta p {
  display: block;
  font-size: 16px;
  margin-bottom: 35px;
  font-family: "Inter", sans-serif;
  color: #E1E0FA;
}
#colophon .social-media-footer {
  width: 100%;
}
@media (max-width: 768px) {
  #colophon .social-media-footer {
    margin-left: 0px;
  }
}
#colophon .social-media-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 300px;
  margin: 0 auto;
}
#colophon .social-media-footer a:hover {
  -webkit-filter: drop-shadow(6px 6px 25px #6765E8) invert(75%);
          filter: drop-shadow(6px 6px 25px #6765E8) invert(75%);
}
@media (max-width: 767px) {
  #colophon .footer-col {
    text-align: center;
  }
}
#colophon .footer-col h4 {
  color: #E1E0FA;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 10px;
}
#colophon .footer-col ul {
  margin: 0px;
  padding: 0px;
}
#colophon .footer-col ul li {
  list-style: none;
}
@media (max-width: 768px) {
  #colophon .footer-col {
    padding: 15px 35px;
    margin-bottom: 30px;
  }
}
#colophon .footer-col-main .footer-col {
  margin-bottom: 24px;
}
#colophon .footer-col-main .footer-bott {
  margin-bottom: 0px;
}
#colophon .footer-list a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #E1E0FA;
  font-weight: 300;
}
#colophon .footer-list a:hover {
  color: #6765E8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(6px 6px 25px #6765E8);
          filter: drop-shadow(6px 6px 25px #6765E8);
}
#colophon .footer-list li {
  line-height: 1.8;
}
#colophon .sub-footer .container {
  border-top: 1px solid rgba(158, 158, 158, 0.1803921569);
  margin-top: 60px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  #colophon .sub-footer .container {
    text-align: center;
    margin-top: 0px;
    padding-top: 35px;
  }
}
#colophon .sub-footer {
  font-size: 12px;
  color: #E1E0FA;
  font-weight: 500;
}
#colophon .sub-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  margin-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0px;
}
@media (max-width: 767px) {
  #colophon .sub-footer ul {
    display: inline-block;
    margin: 0px;
    float: none;
    padding: 0px;
    margin-top: 20px;
  }
}
#colophon .sub-footer ul a {
  color: #E1E0FA;
}
#colophon .sub-footer ul a:hover {
  color: #6765E8;
}
#colophon .sub-footer li {
  margin-left: 30px;
}
@media (max-width: 768px) {
  #colophon .sub-footer li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.terms-privacy {
  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 (max-width: 767px) {
  .terms-privacy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.terms-privacy ul {
  margin-left: 0px;
}

#colophon .footer-extras {
  border-top: 1px solid rgba(158, 158, 158, 0.1803921569);
  padding-top: 60px;
}
#colophon .footer-extras h4 {
  font-size: 16px;
  color: #E1E0FA;
  font-weight: 500;
  line-height: normal;
}
#colophon .footer-extras .footer-list a {
  font-size: 12px;
}

body {
  background-color: #15142E;
}

body:not(.page-template-template-homepage) .gb-2 {
  display: none;
}

body:not(.page-template-template-homepage) .gb-3 {
  display: none;
}

#hero-section-home {
  display: block;
  height: 800px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/wp-content/uploads/2024/01/testme.png");
  background-repeat: no-repeat;
  background-position: 100% 70%;
}
@media (max-width: 767px) {
  #hero-section-home .hero-graphic {
    display: none !important;
  }
}
#hero-section-home img {
  max-width: 100%;
}

.hero-section {
  position: relative;
  z-index: 501;
}
.hero-section h1 {
  font-size: 42px;
  font-weight: 800;
  margin-top: 20px;
}
.hero-section p {
  font-size: 34px;
}
@media (max-width: 1440px) {
  .hero-section p {
    font-size: 28px;
  }
}
.hero-section input {
  height: 45px;
  width: 50%;
  border-radius: 6px;
}

.gb-1 {
  position: absolute;
  width: 200px;
  height: 300px;
  background: linear-gradient(197.37deg, #6765E8 -0.38%, #6765E8 101.89%), linear-gradient(115.93deg, #6765E8 4.86%, #6765E8 38.05%, rgba(62, 235, 246, 0) 74.14%), radial-gradient(56.47% 76.87% at 6.92% 7.55%, rgba(62, 136, 246, 0.7) 0%, rgba(62, 158, 246, 0.182) 52.16%, rgba(62, 246, 246, 0) 100%), linear-gradient(306.53deg, #2EE4E3 19.83%, rgba(46, 228, 227, 0) 97.33%);
  background-blend-mode: normal, normal, normal, normal, normal, normal;
  opacity: 1;
  -webkit-filter: blur(90px);
          filter: blur(90px);
  z-index: 500;
  top: -120px;
  left: -50px;
  overflow: hidden;
  z-index: 500;
  -webkit-backdrop-filter: blur(90px); /* Safari */
  backdrop-filter: blur(90px); /* Standard */
}

.site-main-body {
  background-color: #FAF9F9;
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.47) inset;
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.47) inset;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .site-main-body {
    max-width: 1560px;
  }
}

@media (min-width: 1160px) and (max-width: 1430px) {
  .site-main-body {
    max-width: 1260px;
  }
}
.home-featured {
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 14px;
}

.inline-search {
  display: inline-block;
  margin: 0px;
}

.recent-articles-row {
  margin-top: 20px;
}

.view-all {
  text-align: right;
}
.view-all a {
  color: #6765E8;
}
@media (max-width: 512px) {
  .view-all {
    display: none;
  }
}

.upcoming-promo {
  padding-top: 60px;
}

.cta-section {
  background-color: #6765E8;
  height: 420px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-category-preview {
  padding-bottom: 60px;
}

@media (max-width: 515px) {
  .custom-column {
    margin-bottom: 60px;
  }
}

.case-study {
  background: #15142E;
}

.sq-info {
  height: 100%;
  background-color: #15142E;
  min-height: 464px;
  border-radius: 6px;
  background-image: url("/wp-content/uploads/2024/01/msk-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 30%;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.sq-info:hover {
  background-position: 0px 50%;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.sq-info h2 {
  font-family: Eudoxus Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.sq-info-2 {
  background-color: #15142E;
  min-height: 464px;
  border-radius: 6px;
  background-image: url("/wp-content/uploads/2024/01/msk-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 30%;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.sq-info-2:hover {
  background-position: 0px 50%;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.sq-info-2 h2 {
  font-family: Eudoxus Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.promo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 460px !important;
  max-width: 350px;
  padding-left: 30px;
}

.contribute-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 460px !important;
  max-width: 350px;
  padding-left: 30px;
}

#case-study {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 36px;
  position: relative;
}
#case-study .title-case-study {
  color: #E1E0FA;
  font-family: Eudoxus Sans;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
#case-study .case-study-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 55px 5px 55px;
}
#case-study .case-study-intro h2 {
  font-style: normal;
  font-weight: 700;
}
#case-study .case-author-name {
  font-weight: 800;
  font-size: 16px;
}
#case-study .case-study-author {
  margin-top: 36px;
}
#case-study .author-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
#case-study .author-align p {
  color: #c4c4c4;
  font-size: 16px;
  margin: 0px;
}
#case-study .case-study-image {
  padding-left: 0px;
}

#bottom-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
#bottom-section .fade img {
  overflow: hidden;
  position: absolute;
  width: 70%;
  left: 16%;
  top: -30%;
}

.homepage-cta {
  position: relative;
  z-index: 150;
  padding: 5% 8%;
  background-image: url(/wp-content/uploads/2024/01/testme.png);
  background-repeat: no-repeat;
  background-position: 100% 70%;
  background-attachment: fixed;
}
.homepage-cta .list-inline-item ul {
  margin: 0px;
  padding-left: 10px;
  color: #fff;
}
.homepage-cta .list-inline-item ul li {
  margin-bottom: 0px;
}
.homepage-cta img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 1px;
  /* top: 100px; */
  bottom: -90px;
}
@media (max-width: 1359px) {
  .homepage-cta img {
    width: 50%;
  }
}
.homepage-cta h2 {
  margin-top: 48px;
}
@media (min-width: 1600px) {
  .homepage-cta h2 {
    font-size: 2.625rem;
  }
}
.homepage-cta p {
  color: #E1E0FA;
  font-family: Eudoxus Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .homepage-cta .userpilot-preview-screens {
    display: none;
  }
}

#category-wrap .article-head {
  padding: 24px 0px;
}
#category-wrap .post-title {
  font-family: Eudoxus Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
#category-wrap .author-title {
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
#category-wrap .no-pad {
  padding: 0px;
}
#category-wrap .reading-time {
  text-align: right;
}
#category-wrap .reading-time span {
  color: #474747;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#category-wrap .category-footer {
  width: 100%;
}
#category-wrap .author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#category-wrap .author-name-f {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
#category-wrap .author-title-f {
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
#category-wrap .category-preview {
  display: inline;
}
#category-wrap .article-date-archive {
  display: inline;
  margin-left: 15px;
}

#category-wrap.entry-header {
  display: block !important;
}

.row-category {
  margin-bottom: 75px;
}

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

.img-wrap img {
  width: 100%;
  height: auto;
}

.post-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding-bottom: 15px;
}
.post-wrap .article-date-arhive {
  margin-left: 15px;
}

.entry-meta .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-box-static {
  position: relative;
  background: #6765E8;
  padding: 20px;
  height: 300px;
}

@media (max-width: 767px) {
  .other-popular-topics-categories-list {
    margin-top: 30px;
  }
  .row-category article {
    margin-bottom: 30px;
  }
}
.site-main {
  position: relative;
  z-index: 510;
}

.column-body {
  padding: 0 10px;
}
@media screen and (min-width: 1360px) {
  .column-body {
    padding-left: 30px;
  }
}

.featured-image {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1360px) {
  .single-post .fi-column {
    padding-left: 40px;
  }
  .single-post .breadcrumbs {
    padding-left: 30px;
  }
}
.breadcrumbs {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 10px;
  }
}

.article-info {
  padding: 30px 0px 30px 0;
}
.article-info .title {
  padding-top: 24px;
}
.article-info .after-title {
  font-weight: 400;
  font-size: 12px;
}

.column-banners {
  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: end;
}
.column-banners img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .column-banners img {
    width: 100%;
    margin-top: 30px;
  }
}

iframe {
  max-width: 100%;
}

.column-body p {
  color: #474747;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.column-body p:has(+ h2), .column-body p:has(+ h3), .column-body p:has(+ h4) {
  margin-bottom: 36px;
}
.column-body p iframe {
  margin-top: 18px;
}
.column-body p:has(img) {
  margin: 26px 0 36px;
}
.column-body p:empty {
  display: none;
}
.column-body p:empty:before {
  display: none;
}
.column-body figure {
  margin: 26px 0 36px;
}
.column-body figure figcaption {
  margin: 16px 0 0;
}
.column-body h2,
.column-body h3,
.column-body h4 {
  margin-bottom: 12px;
}
.column-body h2:has(+ ul),
.column-body h3:has(+ ul),
.column-body h4:has(+ ul) {
  margin-bottom: 9px;
}
.column-body ul,
.column-body ol {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin-bottom: 36px;
}
.column-body ul li,
.column-body ol li {
  color: #474747;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.column-body ul li ul,
.column-body ul li ol,
.column-body ol li ul,
.column-body ol li ol {
  margin-top: 16px;
  margin-bottom: 0;
}
.column-body ol {
  gap: 0;
}
.column-body a {
  color: #5553B7;
  font-weight: 500;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.column-body a:hover {
  color: #15142E;
}
.column-body img {
  max-width: 100%;
  height: 100%;
}
.column-body figure {
  max-width: 100%;
  height: 100%;
}
.column-body blockquote {
  background-color: var(--bg-color);
  border-left: 3px solid var(--accent);
  padding: 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.column-body blockquote:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 76px;
  height: 45px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25.7143H9.64285L3.21423 38.5714H12.8571L19.2857 25.7143V6.42862H0V25.7143Z' fill='%236765E8'/%3E%3Cpath d='M25.7143 6.42862V25.7143H35.3571L28.9285 38.5714H38.5714L45 25.7143V6.42862H25.7143Z' fill='%236765E8'/%3E%3C/svg%3E%0A");
}
.column-body blockquote p {
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  color: #474747;
}
@media (max-width: 600px) {
  .column-body blockquote iframe {
    height: auto;
  }
}
.column-body .container-banner-userpilot {
  background-color: var(--bg-color);
  padding: 20px 48px 19px 32px;
  margin: 36px 0;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot {
  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;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div {
  width: min(342px, 100%);
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div p {
  margin: 0 0 30px;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 14px;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div .fav-icon-banner-userpilot {
  width: 26px;
  height: 26px;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div .banner-userpilot-button-icon .banner-userpilot-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #6765E8;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6765E8), color-stop(#4F4CEF), color-stop(#4C49E9), to(#6765E8));
  background-image: linear-gradient(to right, #6765E8, #4F4CEF, #4C49E9, #6765E8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-spacing: normal;
  background-size: 300% 100%;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  text-decoration: none;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div .banner-userpilot-button-icon .banner-userpilot-button:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
          box-shadow: 0 5px 15px rgba(81, 78, 238, 0.4);
  background-position: 100% 0;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div .banner-userpilot-button-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div .banner-userpilot-button-icon ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 5px 1fr;
  grid-template-columns: 18px 1fr;
  gap: 5px;
  font-size: 14px;
  line-height: 19px;
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot > div .banner-userpilot-button-icon ul li:before {
  content: "";
  width: 18px;
  height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='18' height='18' rx='9' fill='%236765E8' fill-opacity='0.15'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8223 6.04253L7.45232 11.225L6.02732 9.70253C5.76482 9.45503 5.35232 9.44003 5.05232 9.65003C4.75982 9.86753 4.67732 10.25 4.85732 10.5575L6.54482 13.3025C6.70982 13.5575 6.99482 13.715 7.31732 13.715C7.62482 13.715 7.91732 13.5575 8.08232 13.3025C8.35232 12.95 13.5048 6.80753 13.5048 6.80753C14.1798 6.11753 13.3623 5.51003 12.8223 6.03503V6.04253Z' fill='%236765E8'/%3E%3C/svg%3E%0A");
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot .image-banner-userpilot {
  width: min(255px, 100%);
}
.column-body .container-banner-userpilot .wrapper-banner-userpilot .image-banner-userpilot img {
  width: 100%;
  height: auto;
}

.custom-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.custom-author-info .custom-author-avatar {
  width: 40px;
  height: 40px;
}
.custom-author-info .custom-author-avatar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-author-info .custom-author-avatar a img {
  border-radius: 50%;
}
.custom-author-info .custom-author-name .custom-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.176px;
  margin-bottom: 4px;
  margin-top: 0;
  color: var(--secondary-color);
}
.custom-author-info .custom-author-name .custom-description {
  font-size: var(--very-small);
  line-height: 1;
  margin: 0;
  color: var(--body-color);
}

.author .custom-author-info .custom-author-name .custom-name {
  font-size: 26px;
  font-weight: 600;
  color: #E1E0FA;
  margin-bottom: 15px;
}

.author .custom-job-title {
  color: #E1E0FA;
}

.author .author-dedicated .custom-author-avatar a img {
  width: 160px;
  height: 160px;
  max-width: 160px;
}

.author-dedicated .custom-author-avatar {
  width: 160px;
  height: 100%;
}

.author .custom-website a {
  display: block;
  color: #E1E0FA;
  padding-top: 12px;
}
.author p {
  margin: 0px;
  color: #E1E0FA;
}
.author .custom-bio {
  padding-top: 15px;
}

.author-dedicated {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.author .custom-author-info {
  gap: 35px;
}

.author .archive-template-file .cat-meta {
  margin-bottom: 34px;
}

.pad-top-60 {
  padding-top: 60px;
}

#tldr-section span {
  display: block;
  font-family: Inter;
  font-size: 16px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: 3px;
  text-transform: uppercase;
}
#tldr-section ul {
  list-style: none;
  padding: 0px;
  padding-left: 5px;
}
#tldr-section ul li {
  padding-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  position: relative;
}
#tldr-section ul li a {
  color: #474747;
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: 14 px;
}
#tldr-section ul li a:hover {
  color: #6765E8;
}

#tldr-section ul li:first-letter {
  text-transform: capitalize;
}

#tldr-section ul li a.is-active {
  font-weight: 600;
  color: #5553B7;
}

.tldr-list a.is-active::before {
  background: #5553B7;
  content: "";
  display: block;
  height: 80%;
  left: -1rem;
  position: absolute;
  top: 0;
  width: 3px;
}

.sticky-bar {
  position: sticky;
  top: 120px;
  /* Adjust this value as needed */
}

.product-rantz-sign-up {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #15142E;
  padding: 25px 10px;
  border-radius: 4px;
  position: relative;
  background-image: url(/wp-content/uploads/2024/01/testme.png);
  background-repeat: no-repeat;
  background-position: 100% 70%;
  background-attachment: fixed;
}
.product-rantz-sign-up h4 {
  color: #E1E0FA;
  margin-bottom: 10px;
  font-size: 28px;
}
.product-rantz-sign-up p {
  color: #E1E0FA;
  margin: 0px;
}
.product-rantz-sign-up .ginput_container_email input {
  height: 45px;
  margin: 0px;
}
.product-rantz-sign-up .gform_heading {
  display: none;
}
.product-rantz-sign-up .ginput_container {
  margin: 0px;
}
.product-rantz-sign-up .content-cta-pr {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 512px) {
  .product-rantz-sign-up .content-cta-pr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.product-rantz-sign-up span {
  color: #E1E0FA;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.product-rantz-sign-up .cta-pr-form {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#gform_5 {
  margin: 0px;
  height: 45px;
  position: relative;
}
#gform_5 .ginput_container_email {
  padding: 0px;
  margin: 0px;
}
#gform_5 .gform_body {
  position: relative;
}
#gform_5 li {
  margin: 0px;
  padding: 0px;
}

#input_5_1 {
  min-width: 300px;
  margin: 0px;
  padding: 10px 8px;
  border-radius: 5px;
  border: none;
}

#gform_submit_button_5 {
  position: absolute;
  right: 30px;
  top: 12px;
}

.sidebar-form-cta {
  margin-top: 30px;
  padding: 24px 14px;
  background-color: rgba(225, 224, 250, 0.5);
  border: 1px solid rgba(103, 101, 232, 0.5);
  border-radius: 6px;
}
.sidebar-form-cta span {
  display: block;
  color: #5553B7;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0;
  font-family: "Eudoxus Sans", system-ui, sans-serif;
  font-size: 20px;
  margin-bottom: 14px;
}
@media (max-width: 512px) {
  .sidebar-form-cta span {
    max-width: 100%;
    text-align: center;
  }
}
.sidebar-form-cta p {
  max-width: 270px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 512px) {
  .sidebar-form-cta p {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 14px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 512px) {
  .sidebar-container {
    margin-bottom: 30px;
  }
}
.custom-banner {
  background: #f5f2fe;
  border: 1px solid #dadada;
  border-radius: 6px;
  margin: 36px 0;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .custom-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.custom-banner .banner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 24px;
}
.custom-banner .banner-content h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 24px;
}
.custom-banner .banner-content .banner-button {
  display: inline-block;
  padding: 10px 20px;
  background: #6765e8;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 24px;
}
.custom-banner .banner-content .banner-button:hover {
  background: #554bcb;
}
.custom-banner .banner-content .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-banner .banner-content .banner-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333;
}
.custom-banner .banner-content .banner-list li:before {
  content: "";
  width: 18px;
  height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='18' height='18' rx='9' fill='%236765E8' fill-opacity='0.15'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8223 6.04253L7.45232 11.225L6.02732 9.70253C5.76482 9.45503 5.35232 9.44003 5.05232 9.65003C4.75982 9.86753 4.67732 10.25 4.85732 10.5575L6.54482 13.3025C6.70982 13.5575 6.99482 13.715 7.31732 13.715C7.62482 13.715 7.91732 13.5575 8.08232 13.3025C8.35232 12.95 13.5048 6.80753 13.5048 6.80753C14.1798 6.11753 13.3623 5.51003 12.8223 6.03503V6.04253Z' fill='%236765E8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.custom-banner .banner-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-banner .banner-image img {
  max-width: 300px;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .custom-banner .banner-image {
    margin-top: 20px;
  }
}

.container-guest-post-header-template {
  padding-top: 40px;
  padding-bottom: 40px;
}

.guideline-box {
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #6765E8;
  border-radius: 8px;
  background: #fff;
  min-height: 300px;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.guideline-box img {
  max-width: 48px;
}

.guideline-box h4 {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

#guest-post-signup {
  background-color: #6765E8;
  border-radius: 8px;
  padding: 20px 35px;
  margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */