/* https://sphere.it/wp-content/themes/sphere-learning-platform/style.css?ver=1619445997 */
/*
Theme Name: Sphere Learning Platform
Theme URI: 
Author: Jakub Lange && Marta Chojnacka
Author URI: https://virtuslab.com
Description: Hello World
Version: 3.0
Text Domain: sphere-theme

__('String', 'sphere-theme'); //translation string for variables
_e('String', 'sphere-theme'); //translation string with echo == _e()

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;

*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.container-flexible {
  width: 85.75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 1439.98px) {
  .container-flexible {
    width: 85.75%;
  }
}
@media (max-width: 1199.98px) {
  .container-flexible {
    width: 91.5%;
  }
}
@media (max-width: 991.98px) {
  .container-flexible {
    width: 95%;
  }
}
@media (max-width: 575.98px) {
  .container-flexible {
    width: 100%;
  }
}

.container-panoramic-fhd {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .container-panoramic-fhd {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  }
}

.wp-block-button__link,
.cta-button {
  display: inline-block;
  padding: 17px 40px;
  border: 2px solid #21212C;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s background-color ease-out, 0.3s border-color ease-out, 0.3s color ease-out, 0.3s box-shadow ease-in-out;
}
@media (max-width: 767.98px) {
  .wp-block-button__link,
.cta-button {
    padding: 14px 28px;
    font-size: 0.875rem;
    line-height: 17px;
  }
}
.wp-block-button__link.outline-light,
.cta-button.outline-light {
  border-color: #f6f9fc;
  color: #f6f9fc;
}
.wp-block-button__link.outline-light:hover,
.cta-button.outline-light:hover {
  background-color: #f6f9fc;
  border-color: #f6f9fc;
  color: #21212C;
}
.wp-block-button__link.outline-light:active,
.cta-button.outline-light:active {
  background-color: #E7EBF1;
  border-color: #E7EBF1;
  color: #21212C;
}
.wp-block-button__link.outline-black,
.cta-button.outline-black {
  border-color: #21212C;
  color: #21212C;
}
.wp-block-button__link.filled-black,
.cta-button.filled-black {
  background-color: #21212C;
  border-color: #21212C;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(33, 33, 44, 0.1), 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
}
.wp-block-button__link.filled-light,
.cta-button.filled-light {
  background-color: #f6f9fc;
  border-color: #f6f9fc;
  color: #21212C;
}
.wp-block-button__link.filled-light:hover,
.cta-button.filled-light:hover {
  background-color: #21212C;
  border-color: #21212C;
  color: #fff;
}
.wp-block-button__link:hover,
.cta-button:hover {
  background-color: #556173;
  border-color: #556173;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(33, 33, 44, 0.1), 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
}
.wp-block-button__link:active,
.cta-button:active {
  background-color: #333542;
  border-color: #333542;
  color: #fff;
}

.slider-nav-button {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
  filter: drop-shadow(0px 4px 4px rgba(33, 33, 44, 0.1));
  transition: 0.3s background-color ease;
}
@media (prefers-reduced-motion: reduce) {
  .slider-nav-button {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .slider-nav-button {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  .slider-nav-button {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .slider-nav-button:hover {
    background-color: #f6f9fc;
  }
}
.slider-nav-button .fa-chevron-left,
.slider-nav-button .fa-chevron-right {
  display: none;
}
@media (max-width: 767.98px) {
  .slider-nav-button .fa-chevron-left,
.slider-nav-button .fa-chevron-right {
    display: block;
  }
}
.slider-nav-button .fa-arrow-left,
.slider-nav-button .fa-arrow-right {
  display: block;
}
@media (max-width: 767.98px) {
  .slider-nav-button .fa-arrow-left,
.slider-nav-button .fa-arrow-right {
    display: none;
  }
}
.slider-nav-button i, .slider-nav-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.28125rem;
  color: #21212C;
}
@media (max-width: 1199.98px) {
  .slider-nav-button i, .slider-nav-button svg {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .slider-nav-button i, .slider-nav-button svg {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .slider-nav-button.dark-bg i, .slider-nav-button.dark-bg svg {
    color: #fff;
  }
}

.round-button-more-info {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #98A9C1;
  cursor: pointer;
  transition: 0.3s background-color linear;
}
@media (prefers-reduced-motion: reduce) {
  .round-button-more-info {
    transition: none;
  }
}
.round-button-more-info i, .round-button-more-info svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 16px;
  color: #fff;
}
.round-button-more-info .floating-description-info {
  position: absolute;
  bottom: 100%;
  border-radius: 8px;
  background-color: #21212C;
  pointer-events: none;
  z-index: 24;
  opacity: 0;
  box-shadow: 0px 20px 30px -10px rgba(85, 97, 115, 0.2), 0px 5px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s opacity ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .round-button-more-info .floating-description-info {
    transition: none;
  }
}
.round-button-more-info .floating-description-info .info-content {
  position: relative;
  padding: 16px 22px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 600;
  color: #f6f9fc;
}
@media (max-width: 575.98px) {
  .round-button-more-info .floating-description-info .info-content {
    padding: 15px;
  }
}
.round-button-more-info .floating-description-info .info-content:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #21212C;
}
.round-button-more-info .floating-description-info.popup-center {
  left: 50%;
  transform: translate(-50%, -15px);
}
.round-button-more-info .floating-description-info.popup-center .info-content:after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media (max-width: 575.98px) {
  .round-button-more-info .floating-description-info.mobile-left {
    left: 0;
    transform: translate(0, -15px);
    border-radius: 8px 8px 8px 6px;
  }
  .round-button-more-info .floating-description-info.mobile-left .info-content:after {
    left: 0;
    transform: translate(50%, 48%) rotate(45deg);
  }
}
@media (max-width: 575.98px) {
  .round-button-more-info .floating-description-info.mobile-right {
    left: unset;
    right: 0;
    transform: translate(0, -15px);
    border-radius: 8px 8px 6px;
  }
  .round-button-more-info .floating-description-info.mobile-right .info-content:after {
    left: unset;
    right: 0;
    transform: translate(-50%, 48%) rotate(45deg);
  }
}
.round-button-more-info.active {
  background-color: #5FAB30;
}
.round-button-more-info.active .floating-description-info {
  pointer-events: initial;
  cursor: initial;
  opacity: 1;
}
.round-button-more-info.on-bottle-green {
  background-color: #21212C;
}
.round-button-more-info.on-bottle-green.active {
  background-color: #5FAB30;
}
.round-button-more-info.on-bottle-green i, .round-button-more-info.on-bottle-green svg {
  color: #2C676A;
}

.sphere-socials-wrapper .sphere-social {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #21212C;
  border-radius: 50%;
  color: #f6f9fc;
  background-color: #21212C;
  transition: 0.3s border-color ease-out, 0.3s color ease-out, 0.3s background-color ease-out;
}
@media (max-width: 767.98px) {
  .sphere-socials-wrapper .sphere-social {
    width: 42px;
    height: 42px;
  }
}
.sphere-socials-wrapper .sphere-social i, .sphere-socials-wrapper .sphere-social svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
}
.sphere-socials-wrapper .sphere-social:not(:last-child) {
  margin-right: 20px;
}
.sphere-socials-wrapper.on-dark-bg .sphere-social {
  border-color: #f6f9fc;
  background-color: transparent;
  color: #f6f9fc;
}
.sphere-socials-wrapper.on-dark-bg .sphere-social:hover {
  border-color: #f6f9fc;
  color: #21212C;
  background-color: #f6f9fc;
}

.round-icon {
  position: relative;
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: 0.3s background-color ease-out, 0.3s border-color ease-out;
}
.round-icon i, .round-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4375rem;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .round-icon i, .round-icon svg {
    transition: none;
  }
}
.round-icon.with-shadow {
  filter: drop-shadow(0px 4px 4px rgba(33, 33, 44, 0.1));
}
.round-icon.white-bg {
  border: 1px solid #fff;
  background-color: #fff;
}
.round-icon.white-bg i, .round-icon.white-bg svg {
  color: #21212C;
}
.round-icon.gray-bg {
  background-color: #E7EBF1;
}
.round-icon.gray-bg i, .round-icon.gray-bg svg {
  color: #677c9a;
}
.round-icon.gray-bg:hover {
  background-color: #556173;
}
.round-icon.gray-bg:hover i, .round-icon.gray-bg:hover svg {
  color: #fff;
}
.round-icon.gray-bg:active {
  background-color: #152536;
}
.round-icon.gray-bg:active i, .round-icon.gray-bg:active svg {
  color: #fff;
}
.round-icon.forty-forty {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper {
    margin-bottom: 12px;
  }
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail {
  background-position: center;
  background-size: cover;
  transition: 0.5s transform ease;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail {
    transition: none;
  }
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail:after,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 53, 66, 0.4);
  opacity: 0;
  transition: 0.3s opacity ease-out, 0.3s background-color ease-out;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags__tag,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags__tag {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  background-color: #152536;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags__tag:not(:last-child),
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags__tag:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags__tag,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-tags__tag {
    padding: 3px 4px;
    font-size: 0.5rem;
    line-height: 8px;
  }
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-date,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-date {
  font-weight: 600;
  letter-spacing: 0.07em;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title {
  font-weight: 700;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  color: #556173;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .read-more,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .read-more {
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item .read-more,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item .read-more {
    transition: none;
  }
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-thumbnail, .page-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-thumbnail,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-thumbnail,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-thumbnail {
  transform: scale(1.2);
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-thumbnail:after, .page-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-thumbnail:after,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-thumbnail:after,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-thumbnail:after {
  opacity: 1;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-title,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-text,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .read-more, .page-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-title,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-text,
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .read-more,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-title,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .bp-item-text,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:hover .read-more,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-title,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-text,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .read-more {
  color: #677c9a;
}
.page-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-thumbnail:after,
.block-blogposts-listing .blogpost-item-wrapper .blogpost-item:active .bp-item-thumbnail:after {
  background-color: rgba(51, 53, 66, 0.8);
}

.speaker-avatar-wrap {
  position: relative;
}
.speaker-avatar-wrap:after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #556173;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s opacity ease-out, 0.3s background-color ease-out;
}
.speaker-avatar-wrap .speaker-avatar {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.speaker-avatar-wrap .speaker-avatar-bg {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}

.column-fullscreen-bg:before, .column-fullscreen-bg:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc( ( 100vw - 85.75vw ) / 2 + 15px );
  height: 100%;
  background-color: #f6f9fc;
}
@media (min-width: 1921px) {
  .column-fullscreen-bg:before, .column-fullscreen-bg:after {
    width: calc( ( 1920px - 1646.4px ) / 2 + 15px );
  }
}
@media (max-width: 1439.98px) {
  .column-fullscreen-bg:before, .column-fullscreen-bg:after {
    width: calc( ( 100vw - 85.75vw ) / 2 + 15px );
  }
}
@media (max-width: 1199.98px) {
  .column-fullscreen-bg:before, .column-fullscreen-bg:after {
    width: calc( ( 100vw - 91.5vw ) / 2 + 15px );
  }
}
@media (max-width: 991.98px) {
  .column-fullscreen-bg:before, .column-fullscreen-bg:after {
    width: calc( ( 100vw - 95vw ) / 2 + 15px );
  }
}
@media (max-width: 575.98px) {
  .column-fullscreen-bg:before, .column-fullscreen-bg:after {
    width: 15px;
  }
}
.column-fullscreen-bg:before {
  left: 15px;
  transform: translateX(-100%);
}
.column-fullscreen-bg:after {
  right: 15px;
  transform: translateX(100%);
}
.column-fullscreen-bg.dark-bg {
  background-color: #21212C;
  color: #f6f9fc;
}
.column-fullscreen-bg.dark-bg:before, .column-fullscreen-bg.dark-bg:after {
  background-color: #21212C;
}
.column-fullscreen-bg.light-bg {
  background-color: #E7EBF1;
  color: #21212C;
}
.column-fullscreen-bg.light-bg:before, .column-fullscreen-bg.light-bg:after {
  background-color: #E7EBF1;
}
.column-fullscreen-bg.bottle-green-bg {
  background-color: #2C676A;
  color: #fff;
}
.column-fullscreen-bg.bottle-green-bg:before, .column-fullscreen-bg.bottle-green-bg:after {
  background-color: #2C676A;
}
@media (min-width: 992px) {
  .column-fullscreen-bg.left-side:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .column-fullscreen-bg.right-side:before {
    display: none;
  }
}

.read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 700;
  color: #21212C;
}
.read-more i, .read-more svg {
  margin-left: 2.5px;
}

.hover-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(51, 53, 66, 0.4);
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s opacity linear, 0.3s background-color ease;
}
.hover-layer .round-icon {
  box-shadow: 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
  filter: drop-shadow(0px 4px 4px rgba(33, 33, 44, 0.1));
  transition: 0.3s transform ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-layer .round-icon {
    transition: none;
  }
}
.hover-layer .round-icon i, .hover-layer .round-icon svg {
  color: #21212C;
}

.heading-1, h1,
.heading-2, h2,
.heading-3, h3,
.heading-4, h4,
.heading-single {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.heading-1,
h1 {
  font-size: 4.5rem;
  line-height: 64px;
}
@media (max-width: 1199.98px) {
  .heading-1,
h1 {
    font-size: 4rem;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .heading-1,
h1 {
    font-size: 3.5rem;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .heading-1,
h1 {
    font-size: 3rem;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .heading-1,
h1 {
    font-size: 2.625rem;
    line-height: 42px;
  }
}

.heading-2,
h2 {
  font-size: 3rem;
  line-height: 48px;
}
@media (max-width: 1199.98px) {
  .heading-2,
h2 {
    font-size: 2.625rem;
    line-height: 42px;
  }
}
@media (max-width: 991.98px) {
  .heading-2,
h2 {
    font-size: 2.25rem;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .heading-2,
h2 {
    font-size: 1.75rem;
    line-height: 28px;
  }
}

.heading-3,
h3 {
  font-size: 2rem;
  line-height: 32px;
}
@media (max-width: 1199.98px) {
  .heading-3,
h3 {
    font-size: 1.625rem;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  .heading-3,
h3 {
    font-size: 1.375rem;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .heading-3,
h3 {
    font-size: 1.125rem;
    line-height: 18px;
  }
}

.heading-4,
h4 {
  font-size: 1.25rem;
  line-height: 20px;
}
@media (max-width: 1199.98px) {
  .heading-4,
h4 {
    font-size: 1.125rem;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .heading-4,
h4 {
    font-size: 1rem;
    line-height: 16px;
  }
}

.heading-single {
  font-size: 2.375rem;
  line-height: 48px;
}
@media (max-width: 1199.98px) {
  .heading-single {
    font-size: 1.875rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .heading-single {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.gform_wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #21212C;
  border-radius: 0px !important;
  width: 100%;
}
.gform_wrapper textarea.medium, .gform_wrapper textarea.large {
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-radius: 0px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gfield {
  position: relative;
  margin-top: 20px !important;
}
.gform_wrapper .gfield .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .gfield .gfield_label {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  left: 4px;
  font-weight: 400;
  opacity: 0.7;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.gform_wrapper .gfield.focused-field .gfield_label {
  top: -15px;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .gform_wrapper .gfield.focused-field .gfield_label {
    top: -10px;
  }
}

.validation_message {
  display: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25) !important;
  margin-bottom: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  box-sizing: border-box !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 0 !important;
  border-bottom: 1px solid #f32000 !important;
}

input[type=text]:focus, input.text:focus, input.title:focus {
  border-bottom: 2px solid #28a745 !important;
  color: #28a745;
  outline: none;
}

textarea:focus {
  border-bottom: 2px solid #28a745 !important;
  color: #28a745;
  outline: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  background-color: #152536;
  color: #fff;
  box-shadow: 0px 7px 14px #00B44E33;
  border: 0;
  border-radius: 28px;
  padding: 17px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 14px;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #556173 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00B44E4D;
}
.gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus {
  background: #125936 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #12593633;
}
.gform_wrapper h2.gsection_title {
  font-weight: normal;
  font-size: 2em;
}
.gform_wrapper .gsection {
  padding: 20px !important;
  border-bottom: none;
  background-color: #28a745;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  visibility: hidden;
  margin: 0;
  width: 0 !important;
}
.gform_wrapper br {
  display: none;
  visibility: hidden;
}
.gform_wrapper input[type=checkbox] + label, .gform_wrapper input[type=radio] + label {
  font-size: 16px;
}

/*** BUTTON HOVER STYLING ***/
/*** SECTION STYLING ***/
/*** GRAVITY RADIO AND CHECKBOXES ***/
input[type=checkbox] + label:hover, input[type=radio] + label:hover {
  cursor: pointer;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  font-family: "ETmodules" !important;
  font-size: 30px;
  position: relative;
  top: 0.3em;
  margin-right: 0.2em;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  display: -moz-inline;
  display: inline;
}

.ginput_container_checkbox {
  padding-top: 45px !important;
}

ul.gfield_checkbox li {
  height: 30px;
}
ul.gfield_checkbox input[type=checkbox] {
  visibility: hidden;
  display: none;
}
ul.gfield_checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
}
ul.gfield_checkbox input[type=checkbox] + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #ccc;
  opacity: 0.9;
  border-radius: 3px;
}
ul.gfield_checkbox input[type=checkbox] + label:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.gfield_checkbox input[type=checkbox] + label:hover:before {
  opacity: 1;
}
ul.gfield_checkbox input[type=checkbox]:checked + label:before {
  border-color: #28a745;
  background-color: #28a745;
}
ul.gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
}
ul.gfield_checkbox input[type=checkbox]:checked + label:hover:before {
  opacity: 1;
}

.ginput_container_radio {
  padding-top: 45px !important;
}

ul.gfield_radio li {
  height: 30px;
}
ul.gfield_radio input[type=radio] {
  visibility: hidden;
  display: none;
}
ul.gfield_radio input[type=radio] + label {
  position: relative;
  padding-left: 30px;
}
ul.gfield_radio input[type=radio] + label:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #ccc;
  border-radius: 100px;
  opacity: 0.9;
}
ul.gfield_radio input[type=radio] + label:after {
  position: absolute;
  top: 10px;
  left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 100px;
  opacity: 0.9;
}
ul.gfield_radio input[type=radio] + label:hover:before {
  opacity: 1;
}
ul.gfield_radio input[type=radio]:checked + label:before {
  border-color: #28a745;
  background-color: #28a745;
}
ul.gfield_radio input[type=radio]:checked + label:after {
  content: "";
}
ul.gfield_radio input[type=radio]:checked + label:hover:before {
  opacity: 1;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal;
}

/*** SUCCESS MESSAGE ***/
.gform_confirmation_wrapper {
  background-color: #fff;
  padding: 15px;
}

@media (min-width: 641px) {
  .gf_right_half {
    float: right !important;
  }
}
.ginput_container_consent {
  position: relative;
}
.ginput_container_consent + .gfield_label {
  display: none !important;
}
.ginput_container_consent .gfield_consent_label {
  position: relative;
  font-size: 14px;
  opacity: 0.9;
  line-height: 20px;
  transform: translateY(-4px);
  padding-left: 50px;
  cursor: pointer;
  padding-top: 7px;
}
.ginput_container_consent .gfield_consent_label:after {
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ginput_container_consent .gfield_consent_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 5px;
  transition: 0.2s ease all;
}
.ginput_container_consent .gfield_consent_label:hover:before {
  background-color: #646464;
}
.ginput_container_consent input {
  position: absolute;
  top: -10px;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ginput_container_consent input:checked ~ .gfield_consent_label:after {
  content: "";
}
.ginput_container_consent input:checked ~ .gfield_consent_label:before {
  background-color: #28a745;
}

.gform_footer {
  display: block;
  margin-top: 20px !important;
  padding: 0 !important;
  width: 100%;
  position: relative;
  text-align: left;
}

.js .gform_wrapper label.inputfile {
  display: none !important;
}
.js .gform_wrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.js .gform_wrapper input[type=file] + label {
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #3B3A3F;
  color: #556173;
  background-color: transparent;
  display: inline-block !important;
  border: 1px solid #53575C;
  border-radius: 28px;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.2s ease all;
}
.js .gform_wrapper input[type=file] + label span {
  display: inline;
  margin-right: 10px;
}
.js .gform_wrapper input[type=file] + label * {
  pointer-events: none;
}
.js .gform_wrapper input[type=file]:focus + label, .js .gform_wrapper input[type=file] + label:hover {
  background-color: #00B44E;
  border-color: #00B44E;
  box-shadow: 0px 10px 20px #00b44e4d;
  color: #fff;
}
.js .gform_wrapper input[type=file]:focus + label {
  outline: 1px dotted #28a745;
  outline: -webkit-focus-ring-color auto 5px;
}

.single-job_offer .footer-cover .gform_wrapper input[type=file] + label {
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.single-job_offer .footer-cover .gform_wrapper input[type=file]:focus + label, .single-job_offer .footer-cover .gform_wrapper input[type=file] + label:hover {
  background-color: #fff;
  color: #556173;
}

html:not(.js) input[type=file] + label {
  display: none !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .gform_wrapper .gform_heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .gform_wrapper .gform_heading {
    margin-bottom: 20px;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 1.5rem;
  }
}
.gform_wrapper .gform_body ul.gform_fields {
  margin: 0 -15px !important;
}
@media (max-width: 1439.98px) {
  .gform_wrapper .gform_body ul.gform_fields {
    margin: 0 -13px !important;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding: 0 15px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1439.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding: 0 13px;
  }
}
@media (max-width: 1199.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-bottom: 25px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
  left: 15px;
  font-size: 1rem;
  line-height: 20px;
  color: #21212C;
}
@media (max-width: 1439.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
    left: 13px;
  }
}
@media (max-width: 575.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
    font-size: 0.875rem;
    line-height: 14px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label .gfield_required {
  margin-left: 6px;
  color: #21212C;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  padding: 10px 0;
  border-bottom: 1px solid #21212C;
  font-size: 16px !important;
  line-height: 20px;
  color: #21212C;
  opacity: 0.5;
  transition: 0.2s border-color ease;
}
@media (prefers-reduced-motion: reduce) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
    font-size: 14px !important;
    line-height: 14px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input[type=text]:hover,
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover {
  border-color: #677c9a;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  overflow: hidden;
  height: 44px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus,
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.focused-field .gfield_label,
.gform_wrapper .gform_body ul.gform_fields li.gfield.focused-field .gfield_label .gfield_required {
  color: #677c9a;
  opacity: 1;
  transform: translateX(-12%) scale(0.75);
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.focused-field input[type=text],
.gform_wrapper .gform_body ul.gform_fields li.gfield.focused-field textarea {
  border-bottom: 1px solid #272727 !important;
  opacity: 1;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.filled-field .gfield_label,
.gform_wrapper .gform_body ul.gform_fields li.gfield.filled-field .gfield_label .gfield_required {
  color: #2c676a;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label {
  opacity: 1;
  font-size: 0.8125rem;
  line-height: 20px;
  color: #53575C;
  padding-top: 0;
  padding-left: 32px;
  transform: none;
  letter-spacing: normal;
  transition: 0.3s all ease;
}
@media (prefers-reduced-motion: reduce) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
@media (max-width: 575.98px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label {
    font-size: 0.6875rem;
    line-height: 16px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label:before {
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #272727;
  border-radius: 3px;
  background-color: #fff;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label:after {
  content: "";
  left: 11px;
  top: 11px;
  width: 0;
  height: 0;
  border: solid #272727;
  border-width: 0;
  transition: 0.1s all linear;
}
@media (prefers-reduced-motion: reduce) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label:after {
    transition: none;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label:hover:before {
  border-color: #677c9a;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent .gfield_consent_label:active:before {
  border-color: #677c9a;
  background-color: rgba(195, 199, 205, 0.17);
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent input:checked ~ .gfield_consent_label:before {
  border-color: #272727;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_consent input:checked ~ .gfield_consent_label:after {
  left: 7px;
  top: 3px;
  width: 8px;
  height: 13px;
  border-width: 0 3px 3px 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error {
  background-color: transparent !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  position: absolute;
  display: block !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 19px;
  font-weight: 400;
  color: #F32000;
  padding: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_text + .validation_message,
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_email + .validation_message,
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_textarea + .validation_message {
  top: -15px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_consent + .validation_message {
  top: 0;
  left: 47px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .gfield_label,
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .gfield_required {
  color: #F32000 !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type=text],
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container textarea {
  border-bottom: 1px solid #F32000 !important;
  margin-bottom: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_consent .gfield_consent_label {
  padding-top: 20px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_consent .gfield_consent_label:before {
  border-color: #F32000 !important;
  background-color: rgba(193, 66, 66, 0.08) !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error.focused-field .gfield_label {
  opacity: 0;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}
.gform_wrapper .gform_footer:before {
  display: none;
}
.gform_wrapper .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 700;
  text-transform: initial;
  letter-spacing: initial;
  background-color: #21212C;
  padding: 17px 40px;
  border-radius: 28px;
  margin: 0;
  box-shadow: 0px 4px 4px rgba(33, 33, 44, 0.1), 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
  transition: 0.3s all linear;
}
@media (prefers-reduced-motion: reduce) {
  .gform_wrapper .gform_footer input[type=submit] {
    transition: none;
  }
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #556173;
  box-shadow: 0px 4px 4px rgba(33, 33, 44, 0.1), 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
}
.gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_footer input[type=submit]:active {
  background-color: #152536;
  box-shadow: 0px 4px 4px rgba(33, 33, 44, 0.1), 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
  outline: 0;
}
.gform_wrapper.gform_validation_error .validation_error {
  display: none;
}
.gform_confirmation_wrapper {
  padding: 0;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.gform_confirmation_wrapper .gform_confirmation_message h1, .gform_confirmation_wrapper .gform_confirmation_message h2, .gform_confirmation_wrapper .gform_confirmation_message h3, .gform_confirmation_wrapper .gform_confirmation_message h4, .gform_confirmation_wrapper .gform_confirmation_message h5, .gform_confirmation_wrapper .gform_confirmation_message h6 {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 31px;
  font-weight: 700;
}
.gform_confirmation_wrapper .gform_confirmation_message code {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .gform_confirmation_wrapper .gform_confirmation_message code {
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon {
  width: 136px;
  height: 136px;
  background-color: #677c9a;
  border-color: #677c9a;
}
@media (max-width: 991.98px) {
  .gform_confirmation_wrapper .gform_confirmation_message code .round-icon {
    width: 100px;
    height: 100px;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon i.fas.fa-envelope,
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon svg.svg-inline--fa.fa-envelope {
  font-size: 4.375rem;
}
@media (max-width: 991.98px) {
  .gform_confirmation_wrapper .gform_confirmation_message code .round-icon i.fas.fa-envelope,
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon svg.svg-inline--fa.fa-envelope {
    font-size: 3.625rem;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon i.fas.fa-check,
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon svg.svg-inline--fa.fa-check {
  font-size: 1.375rem;
  color: #677c9a;
  transform: translate(-39%, -85%);
}
@media (max-width: 991.98px) {
  .gform_confirmation_wrapper .gform_confirmation_message code .round-icon i.fas.fa-check,
.gform_confirmation_wrapper .gform_confirmation_message code .round-icon svg.svg-inline--fa.fa-check {
    font-size: 1rem;
  }
}

.navigation {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 24;
}
.navigation__wrapper {
  display: flex;
}
.navigation-logo {
  width: 175px;
}
.navigation-logo a {
  display: block;
  padding: 25px 0;
}
.navigation-logo img {
  display: block;
  max-width: 175px;
  max-height: 40px;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .navigation-logo img {
    max-width: 130px;
    max-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .navigation-logo img {
    max-width: 106px;
    max-height: 23px;
  }
}
.navigation-menus {
  width: calc(100% - 175px - 36px);
  padding: 0 15px;
  display: flex;
}
@media (max-width: 991.98px) {
  .navigation-menus {
    width: 100%;
    position: relative;
    display: block;
    align-items: initial;
  }
}
.navigation-menus__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .navigation-menus__wrapper {
    width: calc(100% - 17px - 2 * 15px);
    display: none;
  }
  .navigation-menus__wrapper.opened {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    align-items: initial;
    position: absolute;
    top: 16px;
    right: 0;
    width: 222px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 20px 30px -10px rgba(85, 97, 115, 0.2);
    filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1));
  }
  .navigation-menus__wrapper.opened .nav-main-menu,
.navigation-menus__wrapper.opened .nav-logo-menu {
    width: 100%;
  }
  .navigation-menus__wrapper.opened .nav-main-menu {
    order: 1;
    padding-top: 40px;
  }
  .navigation-menus__wrapper.opened .nav-main-menu a {
    margin: 0;
    padding: 15px 0;
  }
  .navigation-menus__wrapper.opened .nav-logo-menu {
    order: 2;
    padding: 0;
    background-color: #f6f9fc;
    padding: 5px 0;
  }
  .navigation-menus__wrapper.opened .nav-logo-menu a {
    display: block;
    padding: 10px 0;
  }
  .navigation-menus__wrapper.opened ul {
    display: block;
    padding: 0 18px;
  }
  .navigation-menus__wrapper.opened ul li {
    display: block;
  }
}
.navigation-menus__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navigation-menus__wrapper ul.menu {
    height: 100%;
    display: flex;
  }
  .navigation-menus__wrapper ul.menu li {
    display: flex;
    align-items: center;
  }
  .navigation-menus__wrapper ul.sub-menu li {
    display: inline-block;
  }
}
.navigation-menus__wrapper ul li {
  display: inline-block;
}
.navigation-menus__wrapper ul li a {
  transition: 0.3s ease color;
  color: #21212C;
  padding: 15px 10px;
  margin: 0 5px;
}
.navigation-menus__wrapper ul li a:hover {
  text-decoration: none;
  color: #677c9a;
}
.navigation-menus__wrapper ul li a i, .navigation-menus__wrapper ul li a svg {
  margin-left: 6px;
}
.navigation-menus__wrapper ul li.current-menu-item, .navigation-menus__wrapper ul li.current-menu-ancestor {
  position: relative;
}
.navigation-menus__wrapper ul li.current-menu-item:before, .navigation-menus__wrapper ul li.current-menu-ancestor:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 5px;
  top: 0;
  left: 15px;
  background-color: #8EC331;
}
@media (max-width: 991.98px) {
  .navigation-menus__wrapper ul li.current-menu-item:before, .navigation-menus__wrapper ul li.current-menu-ancestor:before {
    width: 5px;
    height: 100%;
    left: -18px;
  }
}
.navigation-menus__wrapper ul li.current-menu-ancestor .current-menu-item:before {
  display: none;
}
.navigation-menus__wrapper ul li.current-menu-ancestor .current-menu-item a {
  color: #5FAB30;
}
.navigation-menus__wrapper .nav-logo-menu {
  padding-left: 20px;
}
.navigation-menus__wrapper .nav-logo-menu a {
  font-weight: 400;
  font-size: 0.8125rem;
}
.navigation-menus__wrapper .nav-main-menu a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children {
  position: relative;
}
@media (max-width: 991.98px) {
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children a:hover {
    color: #21212C;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children span {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #f6f9fc;
    float: right;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children span i, .navigation-menus__wrapper .nav-main-menu .menu-item-has-children span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children.opened i, .navigation-menus__wrapper .nav-main-menu .menu-item-has-children.opened svg {
    transform: translate(-50%, -50%) rotate(180deg) !important;
  }
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container {
  position: absolute;
  bottom: 20px;
  left: -15px;
  transform: translateY(100%);
  display: none;
  padding: 15px;
  min-width: 205px;
  background: #fff;
  box-shadow: 0px 20px 30px -10px rgba(85, 97, 115, 0.2), 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    min-width: initial;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container ul {
    padding: 0 0 15px;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container ul a {
    padding: 5px 0 5px 10px;
    font-size: 13px;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container:after {
    display: none;
  }
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container a {
  padding: 10px;
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children .sub-menu-container:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-50%);
  background-color: #fff;
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children.opened > a {
  color: #677c9a;
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children.opened > a i, .navigation-menus__wrapper .nav-main-menu .menu-item-has-children.opened > a svg {
  transform: rotate(180deg);
}
.navigation-menus__wrapper .nav-main-menu .menu-item-has-children.opened .sub-menu-container {
  display: block;
}
@media (min-width: 992px) {
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children:hover > a {
    color: #677c9a;
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children:hover > a i, .navigation-menus__wrapper .nav-main-menu .menu-item-has-children:hover > a svg {
    transform: rotate(180deg);
  }
  .navigation-menus__wrapper .nav-main-menu .menu-item-has-children:hover .sub-menu-container {
    display: block;
  }
}
.navigation-menus__mobile-menu {
  display: none;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .navigation-menus__mobile-menu {
    display: block;
    width: calc(17px + 2 * 15px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.navigation-menus__mobile-menu .menu-toggler-icon {
  color: #21212C;
}
.navigation-menus__mobile-menu .menu-toggler-icon__bars {
  position: relative;
  width: 17px;
  height: 15px;
  display: flex;
  align-items: center;
}
.navigation-menus__mobile-menu .menu-toggler-icon__bars:before, .navigation-menus__mobile-menu .menu-toggler-icon__bars:after {
  position: absolute;
  content: "";
  left: 0;
  width: 17px;
  height: 3px;
  background-color: #21212C;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.navigation-menus__mobile-menu .menu-toggler-icon__bars:before {
  top: 0;
}
.navigation-menus__mobile-menu .menu-toggler-icon__bars:after {
  bottom: 0;
}
.navigation-menus__mobile-menu .menu-toggler-icon__bars-bar {
  width: 17px;
  height: 3px;
  background-color: #21212C;
  transition: 0.3s all ease;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-menus__mobile-menu .menu-toggler-icon__bars-bar {
    transition: none;
  }
}
.navigation-menus__mobile-menu.opened .menu-toggler-icon__bars:before, .navigation-menus__mobile-menu.opened .menu-toggler-icon__bars:after {
  left: 0px;
  width: 17px;
  background-color: #21212C;
}
.navigation-menus__mobile-menu.opened .menu-toggler-icon__bars:before {
  top: 5px;
  transform: rotate(45deg);
}
.navigation-menus__mobile-menu.opened .menu-toggler-icon__bars:after {
  transform: rotate(-45deg);
  bottom: 7px;
}
.navigation-menus__mobile-menu.opened .menu-toggler-icon__bars-bar {
  opacity: 0;
}
.navigation-search {
  width: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .navigation-search {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    background: #fff;
    display: none;
  }
  .navigation-search.mobile-opened {
    display: flex;
  }
  .navigation-search.mobile-opened.opened {
    right: 40px;
  }
  .navigation-search.mobile-opened .navigation-search__icon {
    background: transparent;
    color: #21212C;
  }
}
@media (max-width: 767.98px) {
  .navigation-search {
    right: 65px;
  }
  .navigation-search.mobile-opened.opened {
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .navigation-search {
    right: 50px;
  }
  .navigation-search.mobile-opened.opened {
    right: 20px;
  }
}
.navigation-search .fa-search {
  opacity: 1;
}
.navigation-search .fa-times {
  opacity: 0;
}
.navigation-search.opened .navigation-search__icon {
  background: transparent;
  color: #21212C;
}
.navigation-search.opened .navigation-search__icon:hover {
  color: #677c9a;
}
.navigation-search.opened .fa-search {
  opacity: 0;
}
.navigation-search.opened .fa-times {
  opacity: 1;
  font-size: 1.3125rem;
}
.navigation-search.opened .navigation-search__input {
  display: block;
}
.navigation-search__icon {
  transition: 0.3s ease all;
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #21212C;
  border-radius: 36px;
  font-size: 0.875rem;
  color: #fff;
  cursor: pointer;
}
.navigation-search__icon:hover {
  background-color: #677c9a;
}
.navigation-search__icon i, .navigation-search__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigation-search__input {
  display: none;
  position: absolute;
  right: calc(36px + 15px);
  height: calc(36px + 18px);
  width: 415px;
  border-radius: 36px;
  border: 1px solid #21212C;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 20px 30px -10px rgba(85, 97, 115, 0.2), 0px 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .navigation-search__input {
    width: calc( 100vw - ( ( 2 * 15px ) + ( 51px ) ));
  }
}
.navigation-search__input .search-field {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: block;
  border: 0;
  padding: 5px 0 5px 5px;
  margin: 0;
  width: 350px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  .navigation-search__input .search-field {
    width: calc(100% - 66px);
  }
}
.navigation-search__input .search-field:focus {
  border: 0;
  outline: 0;
}
.navigation-search__input .search-button {
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  border: 0;
  width: 36px;
  height: 36px;
  background-color: #21212C;
  border-radius: 36px;
  font-size: 0.875rem;
  color: #fff;
  cursor: pointer;
}
.navigation-search__input .search-button i, .navigation-search__input .search-button svg {
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigation-search__input .search-button:hover {
  background-color: #677c9a;
}
.navigation-search__input .search-button:focus {
  border: 0;
  outline: 0;
}

.single-post .container-flexible,
.single-talks .container-flexible,
.single-speakers .container-flexible {
  position: relative;
}
.single-post .container-flexible .back-to-all,
.single-talks .container-flexible .back-to-all,
.single-speakers .container-flexible .back-to-all {
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 600;
  z-index: 1;
}
.single-post .container-flexible .back-to-all i, .single-post .container-flexible .back-to-all svg,
.single-talks .container-flexible .back-to-all i,
.single-talks .container-flexible .back-to-all svg,
.single-speakers .container-flexible .back-to-all i,
.single-speakers .container-flexible .back-to-all svg {
  margin-right: 5px;
}
.single-post .post-taxes-section .heading-4,
.single-post .talk-speakers .heading-4,
.single-post .speaker-talks .heading-4,
.single-talks .post-taxes-section .heading-4,
.single-talks .talk-speakers .heading-4,
.single-talks .speaker-talks .heading-4,
.single-speakers .post-taxes-section .heading-4,
.single-speakers .talk-speakers .heading-4,
.single-speakers .speaker-talks .heading-4 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .single-post .post-taxes-section .heading-4,
.single-post .talk-speakers .heading-4,
.single-post .speaker-talks .heading-4,
.single-talks .post-taxes-section .heading-4,
.single-talks .talk-speakers .heading-4,
.single-talks .speaker-talks .heading-4,
.single-speakers .post-taxes-section .heading-4,
.single-speakers .talk-speakers .heading-4,
.single-speakers .speaker-talks .heading-4 {
    margin-bottom: 20px;
  }
}

.single-talks .container-flexible .talk-content-wrapper .bodytext-content,
.single-talks .container-flexible .speaker-content-wrapper .bodytext-content,
.single-speakers .container-flexible .talk-content-wrapper .bodytext-content,
.single-speakers .container-flexible .speaker-content-wrapper .bodytext-content {
  margin-bottom: 80px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1875rem;
  line-height: 32px;
  font-weight: 400;
  color: #556173;
}
@media (max-width: 1199.98px) {
  .single-talks .container-flexible .talk-content-wrapper .bodytext-content,
.single-talks .container-flexible .speaker-content-wrapper .bodytext-content,
.single-speakers .container-flexible .talk-content-wrapper .bodytext-content,
.single-speakers .container-flexible .speaker-content-wrapper .bodytext-content {
    margin-bottom: 70px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .single-talks .container-flexible .talk-content-wrapper .bodytext-content,
.single-talks .container-flexible .speaker-content-wrapper .bodytext-content,
.single-speakers .container-flexible .talk-content-wrapper .bodytext-content,
.single-speakers .container-flexible .speaker-content-wrapper .bodytext-content {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .single-talks .container-flexible .talk-content-wrapper .bodytext-content,
.single-talks .container-flexible .speaker-content-wrapper .bodytext-content,
.single-speakers .container-flexible .talk-content-wrapper .bodytext-content,
.single-speakers .container-flexible .speaker-content-wrapper .bodytext-content {
    margin-bottom: 60px;
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .talk-content-wrapper .bodytext-content,
.single-talks .container-flexible .speaker-content-wrapper .bodytext-content,
.single-speakers .container-flexible .talk-content-wrapper .bodytext-content,
.single-speakers .container-flexible .speaker-content-wrapper .bodytext-content {
    margin-bottom: 50px;
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
.single-talks .container-flexible .other-stuff-wrapper .other-stuff,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff {
  padding: 80px 0;
  position: relative;
  background-color: #f6f9fc;
}
@media (max-width: 1199.98px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff {
    padding: 50px 0;
  }
}
.single-talks .container-flexible .other-stuff-wrapper .other-stuff:before, .single-talks .container-flexible .other-stuff-wrapper .other-stuff:after,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff:before,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff:after {
  background-color: #f6f9fc;
}
.single-talks .container-flexible .other-stuff-wrapper .other-stuff:after,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff:after {
  right: 0;
}
.single-talks .container-flexible .other-stuff-wrapper .other-stuff:before,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff:before {
  left: 0;
}
@media (min-width: 768px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff:before,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff-content,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff-content {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff-content,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff-content {
    padding-left: 26.5%;
  }
}
.single-talks .container-flexible .other-stuff-wrapper .other-stuff-content .heading-3,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff-content .heading-3 {
  margin-bottom: 30px;
  line-height: 36px;
}
@media (max-width: 1199.98px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff-content .heading-3,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff-content .heading-3 {
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff-content .heading-3,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff-content .heading-3 {
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .other-stuff-wrapper .other-stuff-content .cta-button,
.single-speakers .container-flexible .other-stuff-wrapper .other-stuff-content .cta-button {
    display: block;
  }
}
.single-talks .container-flexible .videos-list .video-item-wrapper,
.single-speakers .container-flexible .videos-list .video-item-wrapper {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .videos-list .video-item-wrapper,
.single-speakers .container-flexible .videos-list .video-item-wrapper {
    margin-bottom: 25px;
  }
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper {
  position: relative;
  margin-bottom: 12px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper {
    margin-bottom: 8px;
  }
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-thumbnail,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-thumbnail {
  background-position: center;
  background-size: cover;
  padding-bottom: 56.25%;
  transition: 0.5s transform ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-thumbnail,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-thumbnail {
    transition: none;
  }
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags__tag,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags__tag {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  background-color: #21212C;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags__tag:not(:last-child),
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags__tag:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags__tag,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-thumbnail-wrapper .video-item-tags__tag {
    padding: 3px 4px;
    font-size: 0.5rem;
    line-height: 8px;
  }
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title {
    font-size: 0.9375rem;
    line-height: 19px;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-title {
    margin-bottom: 6px;
  }
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item .video-item-speakers,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item .video-item-speakers {
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 400;
  color: #556173;
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:hover .video-item-thumbnail, .single-talks .container-flexible .videos-list .video-item-wrapper .video-item:active .video-item-thumbnail,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:hover .video-item-thumbnail,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:active .video-item-thumbnail {
  transform: scale(1.2);
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:hover .hover-layer, .single-talks .container-flexible .videos-list .video-item-wrapper .video-item:active .hover-layer,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:hover .hover-layer,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:active .hover-layer {
  opacity: 1;
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:hover .video-item-title,
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:hover .video-item-speakers, .single-talks .container-flexible .videos-list .video-item-wrapper .video-item:active .video-item-title,
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:active .video-item-speakers,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:hover .video-item-title,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:hover .video-item-speakers,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:active .video-item-title,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:active .video-item-speakers {
  color: #677c9a;
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:active .hover-layer,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:active .hover-layer {
  background-color: rgba(51, 53, 66, 0.8);
}
.single-talks .container-flexible .videos-list .video-item-wrapper .video-item:active .hover-layer .round-icon,
.single-speakers .container-flexible .videos-list .video-item-wrapper .video-item:active .hover-layer .round-icon {
  transform: scale(0.9);
}
.single-talks .container-flexible .speakers-container .speaker-profile,
.single-speakers .container-flexible .speakers-container .speaker-profile {
  display: block;
}
.single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line {
  display: flex;
}
@media (max-width: 991.98px) {
  .single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line {
    margin-bottom: 13px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line {
    margin-bottom: 10px;
  }
}
.single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-name,
.single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-position,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-name,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-position {
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-name,
.single-talks .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-position,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-name,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-main-line .speaker-position {
    transition: none;
  }
}
.single-talks .container-flexible .speakers-container .speaker-profile .profile-rest .speaker-bio,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-rest .speaker-bio {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #556173;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-talks .container-flexible .speakers-container .speaker-profile .profile-rest .speaker-bio,
.single-speakers .container-flexible .speakers-container .speaker-profile .profile-rest .speaker-bio {
    transition: none;
  }
}
.single-talks .container-flexible .speakers-container .speaker-profile:hover .speaker-avatar-wrap:after,
.single-speakers .container-flexible .speakers-container .speaker-profile:hover .speaker-avatar-wrap:after {
  opacity: 1;
}
.single-talks .container-flexible .speakers-container .speaker-profile:hover .speaker-name,
.single-talks .container-flexible .speakers-container .speaker-profile:hover .speaker-position,
.single-talks .container-flexible .speakers-container .speaker-profile:hover .speaker-bio,
.single-speakers .container-flexible .speakers-container .speaker-profile:hover .speaker-name,
.single-speakers .container-flexible .speakers-container .speaker-profile:hover .speaker-position,
.single-speakers .container-flexible .speakers-container .speaker-profile:hover .speaker-bio {
  color: #152536;
}
.single-talks .container-flexible .speakers-container .speaker-profile:active .speaker-avatar-wrap:after,
.single-speakers .container-flexible .speakers-container .speaker-profile:active .speaker-avatar-wrap:after {
  opacity: 1;
  background-color: rgba(21, 37, 54, 0.25);
}
.single-talks .container-flexible .speaker-position,
.single-speakers .container-flexible .speaker-position {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  color: #556173;
}
@media (max-width: 575.98px) {
  .single-talks .container-flexible .speaker-position,
.single-speakers .container-flexible .speaker-position {
    font-size: 0.875rem;
  }
}

.single-post .post-taxes-section .taxes-container,
.single-talks .post-taxes-section .taxes-container {
  margin-bottom: -10px;
}
@media (max-width: 767.98px) {
  .single-post .post-taxes-section .taxes-container,
.single-talks .post-taxes-section .taxes-container {
    margin-bottom: -7px;
  }
}
.single-post .post-taxes-section .taxes-container .tax-block,
.single-talks .post-taxes-section .taxes-container .tax-block {
  display: inline-block;
  margin-bottom: 10px;
  padding: 11px 14px;
  border-radius: 3px;
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s background-color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-post .post-taxes-section .taxes-container .tax-block,
.single-talks .post-taxes-section .taxes-container .tax-block {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .single-post .post-taxes-section .taxes-container .tax-block,
.single-talks .post-taxes-section .taxes-container .tax-block {
    margin-bottom: 7px;
    font-size: 0.75rem;
    line-height: 12px;
  }
}
.single-post .post-taxes-section .taxes-container .tax-block:not(:last-child),
.single-talks .post-taxes-section .taxes-container .tax-block:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .single-post .post-taxes-section .taxes-container .tax-block:not(:last-child),
.single-talks .post-taxes-section .taxes-container .tax-block:not(:last-child) {
    margin-right: 7px;
  }
}
.single-post .post-taxes-section .taxes-container .tax-block.category,
.single-talks .post-taxes-section .taxes-container .tax-block.category {
  background-color: #21212C;
}
.single-post .post-taxes-section .taxes-container .tax-block.tag,
.single-talks .post-taxes-section .taxes-container .tax-block.tag {
  background-color: #98A9C1;
}
.single-post .post-taxes-section .taxes-container .tax-block.category:hover, .single-post .post-taxes-section .taxes-container .tax-block.tag:hover,
.single-talks .post-taxes-section .taxes-container .tax-block.category:hover,
.single-talks .post-taxes-section .taxes-container .tax-block.tag:hover {
  background-color: #556173 !important;
}
.single-post .post-socials,
.single-talks .post-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 600;
  color: #677c9a;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-post .post-socials,
.single-talks .post-socials {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-post .post-socials .likes-counter,
.single-talks .post-socials .likes-counter {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .single-post .post-socials,
.single-talks .post-socials {
    font-size: 0.75rem;
    line-height: 16px;
  }
}
.single-post .post-socials .likes-counter,
.single-talks .post-socials .likes-counter {
  display: flex;
  align-items: center;
}
.single-post .post-socials .likes-counter span,
.single-talks .post-socials .likes-counter span {
  white-space: nowrap;
}
.single-post .post-socials .likes-counter .like__btn,
.single-talks .post-socials .likes-counter .like__btn {
  display: inline-block;
  cursor: pointer;
  color: #677c9a;
  margin-left: 13px;
  margin-right: 7px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.single-post .post-socials .likes-counter .like__btn .like-filled,
.single-talks .post-socials .likes-counter .like__btn .like-filled {
  display: none;
}
.single-post .post-socials .likes-counter .like__btn .like-filled path,
.single-talks .post-socials .likes-counter .like__btn .like-filled path {
  fill: #677c9a;
  transition: fill 0.4s ease;
}
.single-post .post-socials .likes-counter .like__btn:disabled,
.single-talks .post-socials .likes-counter .like__btn:disabled {
  cursor: initial;
  pointer-events: none;
}
.single-post .post-socials .likes-counter .like__btn:disabled .like-outline,
.single-talks .post-socials .likes-counter .like__btn:disabled .like-outline {
  display: none;
}
.single-post .post-socials .likes-counter .like__btn:disabled .like-filled,
.single-talks .post-socials .likes-counter .like__btn:disabled .like-filled {
  display: block;
}
.single-post .post-socials .likes-counter .like__btn:hover .like-outline,
.single-talks .post-socials .likes-counter .like__btn:hover .like-outline {
  display: none;
}
.single-post .post-socials .likes-counter .like__btn:hover .like-filled,
.single-talks .post-socials .likes-counter .like__btn:hover .like-filled {
  display: block;
}
.single-post .post-socials .likes-counter .like__btn:hover .like-filled path,
.single-talks .post-socials .likes-counter .like__btn:hover .like-filled path {
  fill: #21212C;
}
.single-post .post-socials .share-via,
.single-talks .post-socials .share-via {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .single-post .post-socials .share-via,
.single-talks .post-socials .share-via {
    cursor: pointer;
  }
}
.single-post .post-socials .share-via span,
.single-talks .post-socials .share-via span {
  white-space: nowrap;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .single-post .post-socials .share-via span,
.single-talks .post-socials .share-via span {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .single-post .post-socials .share-via span,
.single-talks .post-socials .share-via span {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .single-post .post-socials .share-via .expand-list .fa-chevron-down,
.single-talks .post-socials .share-via .expand-list .fa-chevron-down {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .single-post .post-socials .share-via .expand-list i, .single-post .post-socials .share-via .expand-list svg,
.single-talks .post-socials .share-via .expand-list i,
.single-talks .post-socials .share-via .expand-list svg {
    margin-left: 5px;
    transition: 0.2s transform linear;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .single-post .post-socials .share-via .expand-list i, .single-post .post-socials .share-via .expand-list svg,
.single-talks .post-socials .share-via .expand-list i,
.single-talks .post-socials .share-via .expand-list svg {
    transition: none;
  }
}
.single-post .post-socials .share-via a,
.single-post .post-socials .share-via .talk-copy-link,
.single-talks .post-socials .share-via a,
.single-talks .post-socials .share-via .talk-copy-link {
  display: inline-block;
  color: #677c9a;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-post .post-socials .share-via a,
.single-post .post-socials .share-via .talk-copy-link,
.single-talks .post-socials .share-via a,
.single-talks .post-socials .share-via .talk-copy-link {
    transition: none;
  }
}
.single-post .post-socials .share-via a:not(:last-child),
.single-post .post-socials .share-via .talk-copy-link:not(:last-child),
.single-talks .post-socials .share-via a:not(:last-child),
.single-talks .post-socials .share-via .talk-copy-link:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .single-post .post-socials .share-via a:not(:last-child),
.single-post .post-socials .share-via .talk-copy-link:not(:last-child),
.single-talks .post-socials .share-via a:not(:last-child),
.single-talks .post-socials .share-via .talk-copy-link:not(:last-child) {
    margin-right: 10px;
  }
}
.single-post .post-socials .share-via a i, .single-post .post-socials .share-via a svg,
.single-post .post-socials .share-via .talk-copy-link i,
.single-post .post-socials .share-via .talk-copy-link svg,
.single-talks .post-socials .share-via a i,
.single-talks .post-socials .share-via a svg,
.single-talks .post-socials .share-via .talk-copy-link i,
.single-talks .post-socials .share-via .talk-copy-link svg {
  font-size: 1.25rem;
}
.single-post .post-socials .share-via a span,
.single-post .post-socials .share-via .talk-copy-link span,
.single-talks .post-socials .share-via a span,
.single-talks .post-socials .share-via .talk-copy-link span {
  display: none;
}
.single-post .post-socials .share-via a:hover,
.single-post .post-socials .share-via .talk-copy-link:hover,
.single-talks .post-socials .share-via a:hover,
.single-talks .post-socials .share-via .talk-copy-link:hover {
  color: #21212C;
}
.single-post .post-socials .share-via .talk-copy-link,
.single-talks .post-socials .share-via .talk-copy-link {
  position: relative;
  cursor: pointer;
}
.single-post .post-socials .share-via .talk-copy-link input,
.single-talks .post-socials .share-via .talk-copy-link input {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.single-post .post-socials .share-via .socials-list,
.single-talks .post-socials .share-via .socials-list {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .single-post .post-socials .share-via .socials-list,
.single-talks .post-socials .share-via .socials-list {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    transform: translate(15px, 12px);
    z-index: 10;
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0px 20px 30px -10px rgba(85, 97, 115, 0.2), 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    pointer-events: none;
  }
  .single-post .post-socials .share-via .socials-list a,
.single-post .post-socials .share-via .socials-list .talk-copy-link,
.single-talks .post-socials .share-via .socials-list a,
.single-talks .post-socials .share-via .socials-list .talk-copy-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 0;
  }
  .single-post .post-socials .share-via .socials-list a:not(:last-child),
.single-post .post-socials .share-via .socials-list .talk-copy-link:not(:last-child),
.single-talks .post-socials .share-via .socials-list a:not(:last-child),
.single-talks .post-socials .share-via .socials-list .talk-copy-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .single-post .post-socials .share-via .socials-list a span, .single-post .post-socials .share-via .socials-list a i, .single-post .post-socials .share-via .socials-list a svg,
.single-post .post-socials .share-via .socials-list .talk-copy-link span,
.single-post .post-socials .share-via .socials-list .talk-copy-link i,
.single-post .post-socials .share-via .socials-list .talk-copy-link svg,
.single-talks .post-socials .share-via .socials-list a span,
.single-talks .post-socials .share-via .socials-list a i,
.single-talks .post-socials .share-via .socials-list a svg,
.single-talks .post-socials .share-via .socials-list .talk-copy-link span,
.single-talks .post-socials .share-via .socials-list .talk-copy-link i,
.single-talks .post-socials .share-via .socials-list .talk-copy-link svg {
    display: inline-block;
  }
  .single-post .post-socials .share-via .socials-list a span,
.single-post .post-socials .share-via .socials-list .talk-copy-link span,
.single-talks .post-socials .share-via .socials-list a span,
.single-talks .post-socials .share-via .socials-list .talk-copy-link span {
    margin-left: 8px;
  }
  .single-post .post-socials .share-via .socials-list:before,
.single-talks .post-socials .share-via .socials-list:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    right: 15px;
    transform: translate(1px, -50%) rotate(45deg);
    background-color: #fff;
  }
}
@media (max-width: 575.98px) {
  .single-post .post-socials .share-via .socials-list,
.single-talks .post-socials .share-via .socials-list {
    padding: 20px 15px;
  }
  .single-post .post-socials .share-via .socials-list a i, .single-post .post-socials .share-via .socials-list a svg,
.single-post .post-socials .share-via .socials-list .talk-copy-link i,
.single-post .post-socials .share-via .socials-list .talk-copy-link svg,
.single-talks .post-socials .share-via .socials-list a i,
.single-talks .post-socials .share-via .socials-list a svg,
.single-talks .post-socials .share-via .socials-list .talk-copy-link i,
.single-talks .post-socials .share-via .socials-list .talk-copy-link svg {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .single-post .post-socials .share-via.list-open,
.single-talks .post-socials .share-via.list-open {
    color: #21212C;
  }
  .single-post .post-socials .share-via.list-open .expand-list .fa-chevron-down,
.single-talks .post-socials .share-via.list-open .expand-list .fa-chevron-down {
    transform: rotate(180deg);
  }
  .single-post .post-socials .share-via.list-open .socials-list,
.single-talks .post-socials .share-via.list-open .socials-list {
    display: block;
    pointer-events: initial;
    cursor: initial;
  }
}

.wrap-post-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1875rem;
  line-height: 32px;
  font-weight: 400;
  color: #556173;
}
@media (max-width: 1199.98px) {
  .wrap-post-content {
    font-size: 1.0625rem;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .wrap-post-content {
    font-size: 1.125rem;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .wrap-post-content {
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
.wrap-post-content strong {
  font-weight: 700;
}
.wrap-post-content a {
  color: #2264C2;
  text-decoration: underline;
}
.wrap-post-content p {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .wrap-post-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .wrap-post-content p {
    margin-bottom: 20px;
  }
}
.wrap-post-content p:last-child {
  margin-bottom: 0;
}
.wrap-post-content .heading-1, .wrap-post-content h1,
.wrap-post-content .heading-2, .wrap-post-content h2,
.wrap-post-content .heading-3, .wrap-post-content h3,
.wrap-post-content .heading-4, .wrap-post-content h4,
.wrap-post-content .heading-5, .wrap-post-content h5,
.wrap-post-content .heading-6, .wrap-post-content h6 {
  color: #21212C;
}
.wrap-post-content .heading-1, .wrap-post-content h1,
.wrap-post-content .heading-2, .wrap-post-content h2,
.wrap-post-content .heading-3, .wrap-post-content h3,
.wrap-post-content .heading-4, .wrap-post-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .wrap-post-content .heading-1, .wrap-post-content h1,
.wrap-post-content .heading-2, .wrap-post-content h2,
.wrap-post-content .heading-3, .wrap-post-content h3,
.wrap-post-content .heading-4, .wrap-post-content h4 {
    margin-bottom: 20px;
  }
}
.wrap-post-content h3,
.wrap-post-content .heading-3 {
  font-size: 1.875rem;
  line-height: 40px;
}
@media (max-width: 1199.98px) {
  .wrap-post-content h3,
.wrap-post-content .heading-3 {
    font-size: 1.25rem;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .wrap-post-content h3,
.wrap-post-content .heading-3 {
    font-size: 1rem;
    line-height: 20px;
  }
}
.wrap-post-content .heading-5, .wrap-post-content h5,
.wrap-post-content .heading-6, .wrap-post-content h6 {
  margin-bottom: 20px;
}
.wrap-post-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrap-post-content .wp-block-image {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .wrap-post-content .wp-block-image {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .wrap-post-content .wp-block-image {
    margin-bottom: 40px;
  }
}
.wrap-post-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: 4px;
}
.wrap-post-content .wp-block-gallery {
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .wrap-post-content .wp-block-gallery {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .wrap-post-content .wp-block-gallery {
    margin-bottom: 40px;
  }
}
.wrap-post-content .wp-block-gallery img {
  height: 100%;
}
.wrap-post-content figcaption {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.wrap-post-content .wp-block-columns {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .wrap-post-content .wp-block-columns {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .wrap-post-content .wp-block-columns {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .wrap-post-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.wrap-post-content .wp-block-buttons .wp-block-button a {
  text-decoration: none;
  white-space: nowrap;
  box-shadow: rgba(33, 33, 44, 0.1) 0px 4px 4px, rgba(33, 33, 44, 0.25) 0px 10px 15px -7px;
}

.template-listing .pagination,
.page-speakers .pagination,
.search-page .pagination {
  text-align: center;
}
.template-listing .pagination__wrapper,
.page-speakers .pagination__wrapper,
.search-page .pagination__wrapper {
  display: inline-block;
  margin: 0 -3px;
  margin-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .template-listing .pagination__wrapper,
.page-speakers .pagination__wrapper,
.search-page .pagination__wrapper {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .template-listing .pagination__wrapper,
.page-speakers .pagination__wrapper,
.search-page .pagination__wrapper {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .template-listing .pagination__wrapper,
.page-speakers .pagination__wrapper,
.search-page .pagination__wrapper {
    margin-top: 50px;
    padding-bottom: 75px;
  }
}
.template-listing .pagination__wrapper span, .template-listing .pagination__wrapper a,
.page-speakers .pagination__wrapper span,
.page-speakers .pagination__wrapper a,
.search-page .pagination__wrapper span,
.search-page .pagination__wrapper a {
  transition: 0.3s ease all;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: transparent;
  margin: 0 3px;
  padding-top: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 18px;
}
.template-listing .pagination__wrapper span.next, .template-listing .pagination__wrapper span.prev, .template-listing .pagination__wrapper a.next, .template-listing .pagination__wrapper a.prev,
.page-speakers .pagination__wrapper span.next,
.page-speakers .pagination__wrapper span.prev,
.page-speakers .pagination__wrapper a.next,
.page-speakers .pagination__wrapper a.prev,
.search-page .pagination__wrapper span.next,
.search-page .pagination__wrapper span.prev,
.search-page .pagination__wrapper a.next,
.search-page .pagination__wrapper a.prev {
  background-color: #21212C;
  color: #fff;
}
.template-listing .pagination__wrapper a:hover,
.page-speakers .pagination__wrapper a:hover,
.search-page .pagination__wrapper a:hover {
  background-color: #556173;
  color: #fff;
}
.template-listing .pagination__wrapper span,
.page-speakers .pagination__wrapper span,
.search-page .pagination__wrapper span {
  border: 1px solid #21212C;
  color: #21212C;
}

.page-template-default .page-default {
  padding: 75px 0 160px;
  font-family: "Montserrat", sans-serif;
  color: #21212C;
}
@media (max-width: 1199.98px) {
  .page-template-default .page-default {
    padding: 60px 0 140px;
  }
}
@media (max-width: 991.98px) {
  .page-template-default .page-default {
    padding: 20px 0 140px;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .page-default {
    padding: 20px 0 120px;
  }
}
@media (max-width: 575.98px) {
  .page-template-default .page-default {
    padding: 40px 0 100px;
  }
}
.page-template-default .page-default .page-side-menu {
  margin: 0;
  padding-inline-start: 16px;
}
.page-template-default .page-default .page-side-menu .menu-item {
  font-size: 1.25rem;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .page-template-default .page-default .page-side-menu .menu-item {
    font-size: 0.8125rem;
    line-height: 16px;
  }
}
.page-template-default .page-default .page-side-menu .menu-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-default .page-default .page-side-menu .menu-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page-template-default .page-default .page-side-menu li::marker {
  color: transparent;
}
.page-template-default .page-default .page-side-menu li.current-menu-item::marker {
  color: #8EC331;
}
.page-template-default .page-default .page-content .heading-single {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-template-default .page-default .page-content .heading-single {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-default .page-default .page-content .heading-single {
    margin-bottom: 20px;
  }
}

.template-listing {
  background-color: #F6F9FC;
}
.template-listing .filters {
  padding-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 55px;
  border-bottom: 1px solid #E7EBF1;
}
@media (max-width: 991.98px) {
  .template-listing .filters {
    flex-wrap: wrap;
  }
}
.template-listing .filters__input {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .template-listing .filters__input {
    width: 100%;
    margin-right: 0;
    padding-bottom: 25px;
  }
}
.template-listing .filters__input-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  padding-right: 0;
  cursor: pointer;
}
.template-listing .filters__input-search i:hover, .template-listing .filters__input-search svg:hover {
  color: #556173;
}
.template-listing .filters__input-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.template-listing .filters__input-wrap input {
  max-width: 100%;
  width: 330px;
  border: 0;
  border-bottom: 2px solid #21212C;
  color: #21212C;
  padding: 0 30px 12px 5px;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
}
.template-listing .filters__input-wrap input:focus, .template-listing .filters__input-wrap input:hover {
  outline: 0;
}
.template-listing .videos-listing .video-item {
  display: block;
  text-decoration: none;
  border: 0;
  margin-bottom: 30px;
}
.template-listing .videos-listing .video-item .feature-image {
  position: relative;
  padding-bottom: 54%;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 12px;
}
.template-listing .videos-listing .video-item .feature-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.template-listing .videos-listing .video-item .feature-image__category {
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 3px;
  background-color: #b6b6b6;
  color: #fff;
  padding: 4px 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 12px;
}
.template-listing .videos-listing .video-item .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 8px;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .template-listing .videos-listing .video-item .title {
    transition: none;
  }
}
.template-listing .videos-listing .video-item .author {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  color: #556173;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .template-listing .videos-listing .video-item .author {
    transition: none;
  }
}
.template-listing .videos-listing .video-item:hover .hover-layer, .template-listing .videos-listing .video-item:active .hover-layer {
  opacity: 1;
}
.template-listing .videos-listing .video-item:hover .title,
.template-listing .videos-listing .video-item:hover .author, .template-listing .videos-listing .video-item:active .title,
.template-listing .videos-listing .video-item:active .author {
  color: #677c9a;
}
.template-listing .videos-listing .video-item:active .hover-layer {
  background-color: rgba(51, 53, 66, 0.8);
}
.template-listing .videos-listing .video-item:active .hover-layer .round-icon {
  transform: scale(0.9);
}
.template-listing .videos-listing.loading .video-item {
  cursor: default;
  pointer-events: none;
}
.template-listing .videos-listing.loading .video-item span.load {
  background: #98A9C1;
  color: #98A9C1;
}
.template-listing .videos-listing.loading .video-item .feature-image {
  position: relative;
}
.template-listing .videos-listing.loading .video-item .feature-image:after {
  display: block;
  color: #98A9C1 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: ease-out;
  background: #5f6b7d;
  background: linear-gradient(to right, #98A9C1 10%, #acbbd1 30%, #98A9C1 50%);
}

@keyframes placeholderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 100em 0;
  }
}
.page-template-page-speakers-filters .filters,
.page-template-page-talks-filters .filters {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
}
.page-template-page-speakers-filters .filters__dropdown,
.page-template-page-talks-filters .filters__dropdown {
  display: flex;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .filters__dropdown,
.page-template-page-talks-filters .filters__dropdown {
    width: 100%;
    position: relative;
  }
}
.page-template-page-speakers-filters .filters__dropdown-wrap,
.page-template-page-talks-filters .filters__dropdown-wrap {
  display: inline-block;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .filters__dropdown-wrap,
.page-template-page-talks-filters .filters__dropdown-wrap {
    position: initial;
  }
}
.page-template-page-speakers-filters .filters__dropdown-wrap.active .filters__dropdown-drop,
.page-template-page-talks-filters .filters__dropdown-wrap.active .filters__dropdown-drop {
  display: block;
}
.page-template-page-speakers-filters .filters__dropdown-label,
.page-template-page-talks-filters .filters__dropdown-label {
  padding: 0 30px 12px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .filters__dropdown-label.first,
.page-template-page-talks-filters .filters__dropdown-label.first {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .filters__dropdown-label,
.page-template-page-talks-filters .filters__dropdown-label {
    font-size: 0.875rem;
    line-height: 14px;
    padding: 0 20px 12px;
  }
}
.page-template-page-speakers-filters .filters__dropdown-label.active,
.page-template-page-talks-filters .filters__dropdown-label.active {
  color: #556173;
}
.page-template-page-speakers-filters .filters__dropdown-label.active i, .page-template-page-speakers-filters .filters__dropdown-label.active svg,
.page-template-page-talks-filters .filters__dropdown-label.active i,
.page-template-page-talks-filters .filters__dropdown-label.active svg {
  transform: rotate(180deg);
}
.page-template-page-speakers-filters .filters__dropdown-label.active:before,
.page-template-page-talks-filters .filters__dropdown-label.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 21.5px;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  z-index: 9999;
}
.page-template-page-speakers-filters .filters__dropdown-label i, .page-template-page-speakers-filters .filters__dropdown-label svg,
.page-template-page-talks-filters .filters__dropdown-label i,
.page-template-page-talks-filters .filters__dropdown-label svg {
  transition: 0.3s ease transform;
  margin-left: 10px;
}
.page-template-page-speakers-filters .filters__dropdown-drop,
.page-template-page-talks-filters .filters__dropdown-drop {
  display: none;
  width: 275px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 20px 30px -10px rgba(85, 97, 115, 0.2), 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 30px 10px 10px;
  transform: translate(-50%, 100%);
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .filters__dropdown-drop,
.page-template-page-talks-filters .filters__dropdown-drop {
    bottom: -5px;
  }
}
.page-template-page-speakers-filters .filters__dropdown-drop.three-columns,
.page-template-page-talks-filters .filters__dropdown-drop.three-columns {
  width: 600px;
  column-count: 3;
  padding: 10px 30px 15px 10px;
}
@media (min-width: 992px) and (max-width: 1111px) {
  .page-template-page-speakers-filters .filters__dropdown-drop.three-columns,
.page-template-page-talks-filters .filters__dropdown-drop.three-columns {
    transform: translate(-60%, 100%);
  }
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .filters__dropdown-drop.three-columns,
.page-template-page-talks-filters .filters__dropdown-drop.three-columns {
    transform: translate(-41.5%, 100%);
  }
}
@media (max-width: 767.98px) {
  .page-template-page-speakers-filters .filters__dropdown-drop.three-columns,
.page-template-page-talks-filters .filters__dropdown-drop.three-columns {
    width: 100%;
    transform: translate(-50%, 100%);
    column-count: 2;
  }
}
.page-template-page-speakers-filters .filters__dropdown-drop.three-columns .item,
.page-template-page-talks-filters .filters__dropdown-drop.three-columns .item {
  font-size: 0.8125rem;
  line-height: 13px;
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .filters__dropdown-drop.one-column,
.page-template-page-talks-filters .filters__dropdown-drop.one-column {
    left: 0;
    transform: translate(0%, 100%);
  }
}
.page-template-page-speakers-filters .filters__dropdown-drop .item,
.page-template-page-talks-filters .filters__dropdown-drop .item {
  width: 100%;
  color: #556173;
  padding: 7px 0 7px 20px;
  position: relative;
  font-size: 0.875rem;
  line-height: 14px;
}
.page-template-page-speakers-filters .filters__dropdown-drop .item span,
.page-template-page-talks-filters .filters__dropdown-drop .item span {
  cursor: pointer;
}
.page-template-page-speakers-filters .filters__dropdown-drop .item:last-child,
.page-template-page-talks-filters .filters__dropdown-drop .item:last-child {
  padding-bottom: 7px;
}
.page-template-page-speakers-filters .filters__dropdown-drop .item.active,
.page-template-page-talks-filters .filters__dropdown-drop .item.active {
  color: #21212C;
}
.page-template-page-speakers-filters .filters__dropdown-drop .item.active:after,
.page-template-page-talks-filters .filters__dropdown-drop .item.active:after {
  display: block;
  content: "";
  position: absolute;
  top: 42.5%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-left: 2.5px solid #21212C;
  border-bottom: 2.5px solid #21212C;
}
.page-template-page-speakers-filters .pills,
.page-template-page-talks-filters .pills {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .pills,
.page-template-page-talks-filters .pills {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .pills,
.page-template-page-talks-filters .pills {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .pills,
.page-template-page-talks-filters .pills {
    margin-bottom: 25px;
  }
}
.page-template-page-speakers-filters .pills__title,
.page-template-page-talks-filters .pills__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.375rem;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .pills__title,
.page-template-page-talks-filters .pills__title {
    font-size: 1.875rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .pills__title,
.page-template-page-talks-filters .pills__title {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.page-template-page-speakers-filters .pills__title .all,
.page-template-page-talks-filters .pills__title .all {
  display: none;
}
.page-template-page-speakers-filters .pills__title .loading,
.page-template-page-talks-filters .pills__title .loading {
  display: none;
}
.page-template-page-speakers-filters .pills__title .result,
.page-template-page-talks-filters .pills__title .result {
  display: none;
}
.page-template-page-speakers-filters .pills__title.all .all,
.page-template-page-talks-filters .pills__title.all .all {
  display: block;
}
.page-template-page-speakers-filters .pills__title.results .result,
.page-template-page-talks-filters .pills__title.results .result {
  display: block;
}
.page-template-page-speakers-filters .pills__title.loads .loading,
.page-template-page-talks-filters .pills__title.loads .loading {
  display: block;
}
.page-template-page-speakers-filters .pills__title.loads .all,
.page-template-page-talks-filters .pills__title.loads .all {
  display: none !important;
}
.page-template-page-speakers-filters .pills__title.loads .result,
.page-template-page-talks-filters .pills__title.loads .result {
  display: none !important;
}
.page-template-page-speakers-filters .pills__wrapper,
.page-template-page-talks-filters .pills__wrapper {
  margin: 15px -5px 0;
}
.page-template-page-speakers-filters .pills .pill,
.page-template-page-talks-filters .pills .pill {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 13px;
  color: #fff;
  background-color: #152536;
  padding: 11px 14px;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (max-width: 767.98px) {
  .page-template-page-speakers-filters .pills .pill,
.page-template-page-talks-filters .pills .pill {
    margin-bottom: 10px;
  }
}
.page-template-page-speakers-filters .pills .pill i, .page-template-page-speakers-filters .pills .pill svg,
.page-template-page-talks-filters .pills .pill i,
.page-template-page-talks-filters .pills .pill svg {
  margin-left: 10px;
}
.page-template-page-speakers-filters .pills .pill:hover,
.page-template-page-talks-filters .pills .pill:hover {
  background-color: #556173;
}
.page-template-page-speakers-filters .pills .pill.close,
.page-template-page-talks-filters .pills .pill.close {
  display: none;
  color: #21212C;
  background-color: transparent;
}
.page-template-page-speakers-filters .pills .pill.close.show,
.page-template-page-talks-filters .pills .pill.close.show {
  display: inline-block;
}
.page-template-page-speakers-filters .pills .pill.close:hover,
.page-template-page-talks-filters .pills .pill.close:hover {
  color: #556173;
}
.page-template-page-speakers-filters .heading-single,
.page-template-page-talks-filters .heading-single {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-template-page-speakers-filters .page-speakers {
  font-family: "Montserrat", sans-serif;
  color: #21212C;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff {
    margin-bottom: 60px;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff {
    margin-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters {
    flex-direction: column;
  }
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input input {
  max-width: 100%;
  width: 330px;
  border: 0;
  border-bottom: 2px solid #21212C;
  color: #21212C;
  padding: 0 30px 12px 5px;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input input:focus, .page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input input:hover {
  outline: 0;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  padding-right: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input-search i:hover, .page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__input-search svg:hover {
  color: #556173;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .filters .filters__dropdown-label {
  white-space: nowrap;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages {
  display: flex;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages {
    justify-content: space-between;
  }
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption {
  display: flex;
  align-items: center;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:not(:last-child) {
  margin-right: 40px;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption span {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption span {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:hover .gray-bg {
  background-color: #556173;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:hover .gray-bg i, .page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:hover .gray-bg svg {
  color: #fff;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:active .gray-bg {
  background-color: #152536;
}
.page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:active .gray-bg i, .page-template-page-speakers-filters .page-speakers .page-filter-stuff .speaker-other-pages .icon-with-caption:active .gray-bg svg {
  color: #fff;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container {
  margin-bottom: -35px;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container {
    margin-bottom: -15px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container {
    margin-bottom: -20px;
  }
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper {
    margin-bottom: 20px;
  }
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .speaker-avatar-wrap {
  margin-bottom: 15px;
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .speaker-avatar-wrap {
    max-width: 178px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .speaker-avatar-wrap {
    margin-bottom: 12px;
    max-width: 132px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .speaker-avatar-wrap {
    margin-bottom: 10px;
    max-width: 120px;
  }
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .speaker-avatar-wrap:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  opacity: 0;
  border: 2px solid #677c9a;
  transition: 0.3s opacity ease-out, 0.3s background-color ease-out;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info {
  text-align: center;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info .speaker-name {
  font-size: 1.125rem;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info .speaker-name {
    font-size: 1rem;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info .speaker-name {
    font-size: 0.875rem;
    line-height: 16px;
  }
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info .speaker-position {
  margin-top: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  color: #556173;
}
@media (max-width: 1199.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info .speaker-position {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 16px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper .speaker-profile .profile-info .speaker-position {
    font-size: 0.6875rem;
    line-height: 15px;
  }
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper:hover .speaker-avatar-wrap:after {
  opacity: 1;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing .speakers-container .speaker-profile-wrapper:active .speaker-avatar-wrap:after {
  opacity: 1;
  background-color: rgba(21, 37, 54, 0.25);
}
.page-template-page-speakers-filters .page-speakers .speakers-listing.loading .speaker-profile-wrapper {
  cursor: default;
  pointer-events: none;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing.loading .speaker-profile-wrapper span.load {
  background: #98A9C1;
  color: #98A9C1;
}
.page-template-page-speakers-filters .page-speakers .speakers-listing.loading .speaker-profile-wrapper .speaker-avatar-wrap:before {
  display: block;
  color: #98A9C1 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 8;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: ease-out;
  background: #5f6b7d;
  background: linear-gradient(to right, #98A9C1 10%, #acbbd1 30%, #98A9C1 50%);
}

.page-template-page-blog .page-blogposts-listing {
  font-family: "Montserrat", sans-serif;
  color: #21212C;
  padding: 30px 0 160px;
}
@media (max-width: 1199.98px) {
  .page-template-page-blog .page-blogposts-listing {
    padding: 30px 0 140px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-blog .page-blogposts-listing {
    padding: 15px 0 140px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .page-blogposts-listing {
    padding: 15px 0 100px;
  }
}
.page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper {
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper {
    margin-bottom: 50px;
  }
}
.page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper {
  border-radius: 8px;
}
@media (min-width: 576px) {
  .page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper {
    margin-bottom: 20px;
  }
}
.page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-thumbnail-wrapper .bp-item-thumbnail {
  padding-bottom: 45%;
}
.page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-date {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 14px;
}
@media (max-width: 575.98px) {
  .page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-date {
    margin-bottom: 8px;
    font-size: 0.75rem;
    line-height: 12px;
  }
}
.page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .page-blogposts-listing .blogpost-item-wrapper .blogpost-item .bp-item-text {
    margin-bottom: 15px;
  }
}

.search .search-page {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 85px;
}
@media (max-width: 1199.98px) {
  .search .search-page {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .search .search-page {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .search .search-page {
    margin-bottom: 25px;
  }
}
.search .search-page .page-filter-stuff {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .search .search-page .page-filter-stuff {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .search .search-page .page-filter-stuff {
    margin-top: 45px;
  }
}
@media (max-width: 575.98px) {
  .search .search-page .page-filter-stuff {
    margin-top: 5px;
    margin-bottom: 45px;
  }
}
.search .search-page .page-filter-stuff .filters__input {
  display: inline-block;
  position: relative;
}
@media (max-width: 991.98px) {
  .search .search-page .page-filter-stuff .filters__input {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .search .search-page .page-filter-stuff .filters__input {
    width: 100%;
  }
}
.search .search-page .page-filter-stuff .filters__input input {
  max-width: 100%;
  width: 330px;
  border: 0;
  border-bottom: 2px solid #21212C;
  color: #21212C;
  padding: 0 30px 12px 5px;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .search .search-page .page-filter-stuff .filters__input input {
    width: 100%;
  }
}
.search .search-page .page-filter-stuff .filters__input input:focus, .search .search-page .page-filter-stuff .filters__input input:hover {
  outline: 0;
}
.search .search-page .page-filter-stuff .filters__input-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  padding-right: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
}
.search .search-page .page-filter-stuff .filters__input-search i:hover, .search .search-page .page-filter-stuff .filters__input-search svg:hover {
  color: #556173;
}
.search .search-page .heading-single {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .search .search-page .heading-single {
    margin-bottom: 30px;
  }
}
.search .search-page .search-results {
  flex-direction: column;
}
.search .search-page .search-results .result-item-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .search .search-page .search-results .result-item-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item {
  display: flex;
}
.search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper {
  width: 208px;
  min-width: 208px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper {
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 375px) {
  .search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper {
    width: 90px;
    min-width: 90px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .item-thumbnail {
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  padding-bottom: 54%;
}
.search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .item-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 53, 66, 0.4);
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s opacity linear, 0.3s background-color ease;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .item-thumbnail .hover-layer .round-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .item-thumbnail .hover-layer .round-icon i, .search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .item-thumbnail .hover-layer .round-icon svg {
    font-size: 1rem;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .speaker-avatar {
  width: 113px;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .speaker-avatar {
    width: 51px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .item-thumbnail-wrapper .speaker-avatar-bg {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info {
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info {
    margin-left: 15px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container {
    margin-bottom: 0;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container .tag-block {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #21212C;
  border-color: #21212C;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 7px;
  transition: 0.3s background-color ease, 0.3s color ease;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container .tag-block {
    margin-bottom: 5px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container .tag-block:not(:last-child) {
  margin-right: 7px;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container .tag-block:not(:last-child) {
    margin-right: 5px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .tags-container .tag-block.default {
  background: #fff;
  color: #21212C;
  border: 1px solid #98A9C1;
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .heading-4 {
  font-size: 1.25rem;
  line-height: 25px;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info .heading-4 {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .speaker-position {
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #556173;
}
@media (max-width: 575.98px) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info .speaker-position {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item .main-info .heading-4,
.search .search-page .search-results .result-item-wrapper .result-item .main-info .speaker-position {
  transition: 0.2s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .search .search-page .search-results .result-item-wrapper .result-item .main-info .heading-4,
.search .search-page .search-results .result-item-wrapper .result-item .main-info .speaker-position {
    transition: none;
  }
}
.search .search-page .search-results .result-item-wrapper .result-item:hover .item-thumbnail:after,
.search .search-page .search-results .result-item-wrapper .result-item:hover .speaker-avatar-wrap:after,
.search .search-page .search-results .result-item-wrapper .result-item:hover .hover-layer, .search .search-page .search-results .result-item-wrapper .result-item:active .item-thumbnail:after,
.search .search-page .search-results .result-item-wrapper .result-item:active .speaker-avatar-wrap:after,
.search .search-page .search-results .result-item-wrapper .result-item:active .hover-layer {
  opacity: 1;
}
.search .search-page .search-results .result-item-wrapper .result-item:hover .tag-block, .search .search-page .search-results .result-item-wrapper .result-item:active .tag-block {
  border-color: #556173 !important;
  background-color: #556173 !important;
  color: #fff !important;
}
.search .search-page .search-results .result-item-wrapper .result-item:hover .heading-4,
.search .search-page .search-results .result-item-wrapper .result-item:hover .speaker-position, .search .search-page .search-results .result-item-wrapper .result-item:active .heading-4,
.search .search-page .search-results .result-item-wrapper .result-item:active .speaker-position {
  color: #677c9a;
}
.search .search-page .search-results .result-item-wrapper .result-item:active .speaker-avatar-wrap:after {
  opacity: 1;
  background-color: rgba(21, 37, 54, 0.25);
}
.search .search-page .search-results .result-item-wrapper .result-item:active .hover-layer {
  background-color: rgba(51, 53, 66, 0.8);
}
.search .search-page .search-results .result-item-wrapper .result-item:active .hover-layer .round-icon {
  transform: scale(0.9);
}
.search .search-page .search-results .result-item-wrapper .result-item.speaker .item-thumbnail:after, .search .search-page .search-results .result-item-wrapper .result-item.watch .item-thumbnail:after {
  display: none;
}
.search .search-page .heading-3 {
  font-weight: 400;
}

.single-post .single-post-page-content {
  font-family: "Montserrat", sans-serif;
  color: #21212C;
}
.single-post .single-post-page-content .single-post-content-wrapper {
  padding: 70px 0 110px;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper {
    padding: 60px 0 90px;
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper {
    padding: 40px 0 70px;
  }
}
@media (min-width: 992px) {
  .single-post .single-post-page-content .single-post-content-wrapper .text-container {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .single-post .single-post-page-content .single-post-content-wrapper .text-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .single-post .single-post-page-content .single-post-content-wrapper .text-container .wp-block-gallery,
.single-post .single-post-page-content .single-post-content-wrapper .text-container .block-blog-bigquote {
    width: 120%;
    margin-left: -10%;
  }
  .single-post .single-post-page-content .single-post-content-wrapper .text-container .wp-block-gallery img,
.single-post .single-post-page-content .single-post-content-wrapper .text-container .block-blog-bigquote img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-post .single-post-page-content .single-post-content-wrapper .text-container .wp-block-gallery,
.single-post .single-post-page-content .single-post-content-wrapper .text-container .block-blog-bigquote {
    width: 125%;
    margin-left: -12.5%;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .heading-single {
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .heading-single {
    margin-bottom: 20px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .blogpost-date {
  margin-bottom: 60px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .blogpost-date {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .blogpost-date {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .blogpost-date {
    margin-bottom: 30px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .blogpost-cover-wrapper {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 45%;
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .blogpost-cover-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .blogpost-cover-wrapper {
    margin-bottom: 40px;
    width: 100vw;
    margin-left: calc( -1 * calc( ( 100vw - 95vw ) / 2 + 15px ) );
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .blogpost-cover-wrapper {
    margin-bottom: 30px;
    margin-left: calc( -1 * 15px );
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .blogpost-cover-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post .single-post-page-content .single-post-content-wrapper .wrap-post-content {
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .wrap-post-content {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .wrap-post-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .wrap-post-content {
    margin-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .wrap-post-content {
    margin-bottom: 40px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .post-taxes-section {
  margin-top: 80px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-taxes-section {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-taxes-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-taxes-section {
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-taxes-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .post-socials {
  border-top: 1px solid #E7EBF1;
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-socials {
    padding-top: 15px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .post-navigation {
  margin-top: 110px;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation {
    margin-top: 90px;
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation {
    margin-top: 70px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .post-navigation a {
  display: block;
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation a:first-child {
    margin-bottom: 30px;
  }
}
.single-post .single-post-page-content .single-post-content-wrapper .post-navigation a .nav-label {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.single-post .single-post-page-content .single-post-content-wrapper .post-navigation a .heading-4 {
  line-height: 25px;
}
@media (max-width: 1199.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation a .heading-4 {
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation a .heading-4 {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .single-post .single-post-page-content .single-post-content-wrapper .post-navigation a .heading-4 {
    font-size: 0.9375rem;
    line-height: 22px;
  }
}

.single-talks .single-talk-page-content {
  font-family: "Montserrat", sans-serif;
  color: #21212C;
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper {
    margin-top: 40px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section {
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section {
    margin-bottom: 20px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section:before, .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section:after {
  display: none;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video {
  position: absolute;
  top: 50%;
  right: -11.5%;
  transform: translate(0, -50%);
  z-index: 1;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon {
  cursor: pointer;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon i, .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon svg {
  color: #677c9a;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon i, .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon svg {
    transition: none;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon .fa-compress {
  display: none;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon .floating-description-info .info-content {
  white-space: nowrap;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon:hover {
  background-color: #fff;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon:hover i, .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon:hover svg {
  color: #21212C;
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video .round-icon:hover .floating-description-info {
    transition-delay: 0.1s;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .cinema-wrap .expand-video {
    display: none;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-watch-section .post-socials {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .heading-single {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .heading-single {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .heading-single {
    margin-bottom: 20px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-date {
  margin-bottom: 50px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-date {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-date {
    margin-bottom: 30px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .content-divider {
  height: 1px;
  margin-bottom: 50px;
  background-color: #E7EBF1;
}
@media (max-width: 1199.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .content-divider {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .content-divider {
    margin-bottom: 30px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .post-taxes-section {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .post-taxes-section {
    margin-bottom: 40px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers {
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers {
    margin-bottom: 50px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile:not(:last-child) {
    margin-bottom: 30px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap {
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-right: 15px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap .speaker-avatar {
  box-shadow: 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
  filter: drop-shadow(0px 4px 4px rgba(33, 33, 44, 0.1));
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-name {
  margin-bottom: 8px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-name {
    font-size: 1.625rem;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-name {
    margin-bottom: 3px;
    font-size: 1.375rem;
    line-height: 24px;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-main-line .speaker-position {
  margin-bottom: 5px;
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-rest {
  margin-left: 120px;
}
@media (max-width: 1199.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-rest {
    margin-left: 100px;
  }
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-rest {
    margin-left: 82px;
  }
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-rest {
    margin-left: 0;
  }
}
.single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-rest .speaker-bio {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 26px;
}
@media (max-width: 575.98px) {
  .single-talks .single-talk-page-content .container-flexible .talk-content-wrapper .talk-content .talk-speakers .speakers-container .speaker-profile .profile-rest .speaker-bio {
    margin-bottom: 15px;
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.single-talks .single-talk-page-content .container-flexible .other-stuff-wrapper .videos-list {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .single-talks .single-talk-page-content .container-flexible .other-stuff-wrapper .videos-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-talks .single-talk-page-content .container-flexible .other-stuff-wrapper .videos-list {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible .other-stuff-wrapper .videos-list .video-item-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .back-to-all {
    top: 20px;
    color: #677c9a;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper {
    margin-top: 0;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section {
    padding-top: 60px;
    background-color: #21212C;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section:before, .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section:after {
    background-color: #21212C;
    display: block;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon {
    background-color: transparent;
    border-color: #677c9a;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon i, .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon svg {
    color: #f6f9fc;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon .fa-compress {
    display: block;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon .fa-expand {
    display: none;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon .floating-description-info {
    background-color: #98A9C1;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon .floating-description-info .info-content:after {
    background-color: #98A9C1;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon:hover {
    background-color: #21212C;
  }
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon:hover i, .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .cinema-wrap .round-icon:hover svg {
    color: #f6f9fc;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .post-socials {
    margin-left: 16.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .post-socials {
    margin-left: 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .post-socials .like__btn:hover .like-filled path {
    fill: #f6f9fc;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .post-socials a:hover,
.single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-watch-section .post-socials .talk-copy-link:hover {
    color: #E7EBF1;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-content {
    margin-left: 16.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .talk-content-wrapper .talk-content {
    margin-left: 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .single-talks .single-talk-page-content .container-flexible.cinema-view .other-stuff-wrapper {
    display: none;
  }
}

.single-speakers .single-speaker-page-content {
  font-family: "Montserrat", sans-serif;
  color: #21212C;
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content {
  padding: 80px 0 160px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content {
    padding: 70px 0 200px;
  }
}
@media (max-width: 991.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content {
    padding: 60px 0 140px;
  }
}
@media (max-width: 767.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content {
    padding: 60px 0 120px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content {
    padding: 30px 0 100px;
  }
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile {
  margin-bottom: 50px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .speaker-avatar-wrap {
  width: 210px;
  min-width: 210px;
  height: 210px;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .speaker-avatar-wrap {
    width: 178px;
    min-width: 178px;
    height: 178px;
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .speaker-avatar-wrap {
    width: 143px;
    min-width: 143px;
    height: 143px;
  }
}
@media (max-width: 767.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .speaker-avatar-wrap {
    width: 162px;
    min-width: 162px;
    height: 162px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .speaker-avatar-wrap {
    width: 156px;
    min-width: 156px;
    height: 156px;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base {
    text-align: center;
  }
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .heading-single {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .heading-single {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .speaker-socials-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .speaker-socials-container {
    margin-top: 25px;
  }
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .speaker-socials-container a {
  font-size: 1.25rem;
  color: #556173;
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .speaker-socials-container a {
    transition: none;
  }
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .speaker-socials-container a:hover {
  color: #152536;
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .speaker-main-profile .profile-base .speaker-socials-container a:not(:last-child) {
  margin-right: 25px;
}
.single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .videos-list {
  margin-bottom: -30px;
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .speaker-content-wrapper .speaker-content .videos-list {
    margin-bottom: -25px;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container {
    margin-bottom: 30px;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .row {
  margin-bottom: -40px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .row {
    margin-bottom: -30px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .row {
    margin-bottom: -25px;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile {
    margin-bottom: 25px;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line {
    margin-bottom: 0;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-avatar-wrap {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-right: 10px;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 20px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-name {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-name {
    font-size: 1.125rem;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-position {
  font-size: 0.875rem;
  line-height: 18px;
}
@media (max-width: 1199.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-position {
    font-size: 0.75rem;
    line-height: 14px;
  }
}
@media (max-width: 991.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-main-line .speaker-position {
    font-weight: 400;
  }
}
.single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-rest .speaker-bio {
  font-size: 0.875rem;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .single-speakers .single-speaker-page-content .other-stuff-wrapper .other-stuff-content .speakers-container .speaker-profile .profile-rest .speaker-bio {
    display: none;
  }
}

.pre-footer {
  font-family: "Montserrat", sans-serif;
}
.pre-footer .wrap-column {
  height: 100%;
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .pre-footer .wrap-column {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .pre-footer .wrap-column {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .pre-footer .wrap-column {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pre-footer .wrap-column:not(.newsletter-signup-wrapper) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pre-footer .wrap-column:not(.newsletter-signup-wrapper) .heading-3 {
    margin-bottom: 0 !important;
  }
}
.pre-footer .wrap-column .heading-3 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .pre-footer .wrap-column .heading-3 {
    margin-bottom: 20px;
  }
}
.pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info {
  width: 420px;
}
@media (max-width: 575.98px) {
  .pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info {
    width: calc( 100vw - 30px );
  }
}
.pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info .info-content {
  padding: 25px 23px;
  text-align: left;
  font-weight: 400;
}
.pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info .info-content .close-icon {
  position: absolute;
  padding: 17px;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
.pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info .info-content .close-icon i, .pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info .info-content .close-icon svg {
  color: #f6f9fc;
  font-weight: 400;
}
.pre-footer .newsletter-signup-wrapper .round-button-more-info .floating-description-info .info-content a {
  color: #85B5FB;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .pre-footer .social-column {
    padding-left: 20%;
  }
}
.pre-footer .social-column .sphere-socials-wrapper {
  display: flex;
  align-items: center;
}
.pre-footer .social-column .sphere-socials-wrapper span {
  display: block;
  margin-right: 20px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .pre-footer .social-column .sphere-socials-wrapper span {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
@media (max-width: 767.98px) {
  .pre-footer .social-column .sphere-socials-wrapper span {
    font-size: 0.8125rem;
    line-height: 17px;
  }
}

footer {
  overflow: hidden;
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  footer {
    padding: 60px 0 50px;
  }
}
@media (max-width: 575.98px) {
  footer {
    padding: 40px 0 25px;
  }
}
@media (max-width: 991.98px) {
  footer {
    font-size: 0.8125rem;
    line-height: 15px;
  }
}
footer .footer-main-line {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E7EBF1;
}
@media (max-width: 767.98px) {
  footer .footer-main-line {
    flex-direction: column;
    justify-content: center;
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  footer .footer-main-line {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
footer .footer-main-line .sphere-logo-pill {
  width: 25px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  footer .footer-main-line .sphere-logo-pill {
    width: 36px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-main-line .sphere-logo-pill {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .footer-main-line .sphere-logo-pill img {
  max-width: 100%;
  height: auto;
  width: 25px;
}
@media (max-width: 991.98px) {
  footer .footer-main-line .sphere-logo-pill img {
    width: 36px;
  }
}
footer .footer-main-line .footer-main-menus {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  footer .footer-main-line .footer-main-menus {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  footer .footer-main-line .footer-main-menus {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    /* Hide vertical scrollbar */
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  footer .footer-main-line .footer-main-menus::-webkit-scrollbar {
    display: none;
  }
}
footer .footer-main-line .footer-main-menus ul.menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer-main-line .footer-main-menus ul.menu a {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  footer .footer-main-line .footer-main-menus ul.menu li:not(.menu-item-has-children) {
    padding-bottom: 15px;
    border-bottom: 2px solid #E7EBF1;
  }
  footer .footer-main-line .footer-main-menus ul.menu li:not(.menu-item-has-children).current-menu-item {
    border-color: #98A9C1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-main-line .footer-main-menus .footer-logo-menu {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-main-line .footer-main-menus .footer-logo-menu {
    margin-right: 25px;
  }
}
footer .footer-secondary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #98A9C1;
}
@media (max-width: 767.98px) {
  footer .footer-secondary-line {
    flex-direction: column;
  }
}
footer .footer-secondary-line a {
  color: #98A9C1;
}
footer .footer-secondary-line a:hover {
  color: #98A9C1;
}
@media (max-width: 767.98px) {
  footer .footer-secondary-line .site-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-secondary-line .footer-static-pages .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
  }
  footer .footer-secondary-line .footer-static-pages .menu .menu-item {
    margin-bottom: 10px;
  }
}
footer ul.menu {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  footer ul.menu {
    margin: 0 -10px;
  }
}
@media (max-width: 767.98px) {
  footer ul.menu {
    margin: 0 -12.5px;
  }
}
footer ul.menu li {
  display: inline-block;
}
footer ul.menu li:not(.menu-item-has-children) {
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  footer ul.menu li:not(.menu-item-has-children) {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  footer ul.menu li:not(.menu-item-has-children) {
    padding: 0 12.5px;
  }
}
footer ul.menu .menu-item-has-children a:not(.sub-menu-container a) {
  display: none;
}
footer ul.menu .sub-menu {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #21212C;
  background-color: #f6f9fc;
}
body a {
  color: #21212C;
}
body a:hover {
  color: #21212C;
  text-decoration: none;
}

.slider-nav-button {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: 0px 10px 15px -7px rgba(33, 33, 44, 0.25);
}
@media (max-width: 1199.98px) {
  .slider-nav-button {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  .slider-nav-button {
    background-color: transparent;
  }
}
.slider-nav-button .fa-chevron-left,
.slider-nav-button .fa-chevron-right {
  display: none;
}
@media (max-width: 767.98px) {
  .slider-nav-button .fa-chevron-left,
.slider-nav-button .fa-chevron-right {
    display: block;
  }
}
.slider-nav-button .fa-arrow-left,
.slider-nav-button .fa-arrow-right {
  display: block;
}
@media (max-width: 767.98px) {
  .slider-nav-button .fa-arrow-left,
.slider-nav-button .fa-arrow-right {
    display: none;
  }
}
.slider-nav-button i, .slider-nav-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.28125rem;
  color: #21212C;
}
@media (max-width: 1199.98px) {
  .slider-nav-button i, .slider-nav-button svg {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .slider-nav-button.dark-bg i, .slider-nav-button.dark-bg svg {
    color: #fff;
  }
}

.cookie-notice-container {
  width: 85.75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}
@media (max-width: 1439.98px) {
  .cookie-notice-container {
    width: 85.75% !important;
  }
}
@media (max-width: 1199.98px) {
  .cookie-notice-container {
    width: 91.5% !important;
  }
}
@media (max-width: 991.98px) {
  .cookie-notice-container {
    width: 95% !important;
  }
}
@media (max-width: 575.98px) {
  .cookie-notice-container {
    width: 100% !important;
  }
}
.cookie-notice-container .cn-text-container {
  margin-bottom: 15px;
}
.cookie-notice-container a:not(.cn-button) {
  color: #fff !important;
  text-decoration: underline !important;
}

#cookie-notice {
  background-color: #21212C !important;
}

.cn-revoke-cookie {
  display: inline-block !important;
  background-color: #5FAB30 !important;
  color: #fff !important;
  box-shadow: -15px 3px 25px 0px rgba(19, 32, 56, 0.2) !important;
  margin-bottom: 45px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 20px 45px !important;
  font-family: "Exo 2", "Arial" !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
  font-size: 0.875rem;
}
.cn-revoke-cookie:hover {
  background-color: #28a745;
  color: #fff;
}

#cn-notice-buttons .cn-button {
  background-color: #5FAB30 !important;
  padding: 10px 15px !important;
}

/*# sourceMappingURL=style.css.map */