/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* site wide variables (colours, font sizes) */
/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}
.slick-slider img {
  max-width: 100%;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

* html .clearfix {
  height: 1%;
}

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block;
}

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

a svg,
button svg {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g,
button svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g *,
button svg g * {
  -webkit-transition: 0.3s 0s !important;
  transition: 0.3s 0s !important;
}

i[class^=fa-] {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before, i[class^=fa-]:after,
i[class^=fa-] * {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 0.6944444444vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0 !important;
  background-color: #FFFFFF;
  overflow-x: clip;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 1921px) {
  html {
    font-size: 13.3333px;
  }
}
html.internal-loaded .loading-block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html .loading-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #E1011C;
  z-index: 9999999;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: width;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 992px) {
  html {
    font-size: 2.5445292621vw;
    overflow-x: clip;
  }
}
@media (max-width: 992px) and (min-width: 543px) {
  html {
    font-size: 1.4450867052vw;
  }
}
html#BTT {
  margin-top: 0 !important;
}
html:-webkit-scrollbar {
  display: none;
}
html:before, html:after,
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html:before:-webkit-scrollbar, html:after:-webkit-scrollbar,
html *:-webkit-scrollbar {
  display: none;
}
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:-webkit-scrollbar {
  display: none;
}
html *:before, html *:after,
html * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:before:-webkit-scrollbar, html *:after:-webkit-scrollbar,
html * *:-webkit-scrollbar {
  display: none;
}

#BTT body {
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  position: relative;
  overflow: clip;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-font-feature-settings: "calt" 1;
          font-feature-settings: "calt" 1;
  background-color: #FFFFFF;
}
#BTT body:-webkit-scrollbar {
  display: none;
}
#BTT body:before, #BTT body:after,
#BTT body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#BTT body:before:-webkit-scrollbar, #BTT body:after:-webkit-scrollbar,
#BTT body *:-webkit-scrollbar {
  display: none;
}
#BTT body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#BTT body *:-webkit-scrollbar {
  display: none;
}
#BTT body *:before, #BTT body *:after,
#BTT body * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#BTT body *:before:-webkit-scrollbar, #BTT body *:after:-webkit-scrollbar,
#BTT body * *:-webkit-scrollbar {
  display: none;
}

#wpadminbar {
  display: none;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label,
label,
h1,
h2,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title,
h3,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title,
.course-item.course-item.course-item.course-item.course-item h3,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1,
h4,
h5,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price,
.course-item.course-item.course-item.course-item.course-item .course-info .price,
.gform_wrapper .gfield--input-type-section .gsection_title,
h6,
p,
address,
blockquote,
pre,
table,
li:not(.menu-item) {
  color: #262626;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1.6em;
  margin-bottom: 0.95em;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a,
label a,
h1 a,
h2 a,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title a,
h3 a,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title a,
.course-item.course-item.course-item.course-item.course-item h3 a,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 a,
h4 a,
h5 a,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price a,
.course-item.course-item.course-item.course-item.course-item .course-info .price a,
.gform_wrapper .gfield--input-type-section .gsection_title a,
h6 a,
p a,
address a,
blockquote a,
pre a,
table a,
li:not(.menu-item) a {
  font-size: inherit;
  text-decoration: underline;
  font-weight: inherit;
  color: inherit;
  position: relative;
  display: inline-block;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover, .wc-block-checkout__terms .wc-block-components-checkbox__label a:focus-visible,
label a:hover,
label a:focus-visible,
h1 a:hover,
h1 a:focus-visible,
h2 a:hover,
h2 a:focus-visible,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title a:hover,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title a:focus-visible,
h3 a:hover,
h3 a:focus-visible,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title a:hover,
.course-item.course-item.course-item.course-item.course-item h3 a:hover,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 a:hover,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title a:focus-visible,
.course-item.course-item.course-item.course-item.course-item h3 a:focus-visible,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 a:focus-visible,
h4 a:hover,
h4 a:focus-visible,
h5 a:hover,
h5 a:focus-visible,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price a:hover,
.course-item.course-item.course-item.course-item.course-item .course-info .price a:hover,
.gform_wrapper .gfield--input-type-section .gsection_title a:hover,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price a:focus-visible,
.course-item.course-item.course-item.course-item.course-item .course-info .price a:focus-visible,
.gform_wrapper .gfield--input-type-section .gsection_title a:focus-visible,
h6 a:hover,
h6 a:focus-visible,
p a:hover,
p a:focus-visible,
address a:hover,
address a:focus-visible,
blockquote a:hover,
blockquote a:focus-visible,
pre a:hover,
pre a:focus-visible,
table a:hover,
table a:focus-visible,
li:not(.menu-item) a:hover,
li:not(.menu-item) a:focus-visible {
  text-decoration: none;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label strong,
label strong,
h1 strong,
h2 strong,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title strong,
h3 strong,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title strong,
.course-item.course-item.course-item.course-item.course-item h3 strong,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 strong,
h4 strong,
h5 strong,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price strong,
.course-item.course-item.course-item.course-item.course-item .course-info .price strong,
.gform_wrapper .gfield--input-type-section .gsection_title strong,
h6 strong,
p strong,
address strong,
blockquote strong,
pre strong,
table strong,
li:not(.menu-item) strong {
  font-weight: 700;
  color: inherit;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label em,
label em,
h1 em,
h2 em,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title em,
h3 em,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title em,
.course-item.course-item.course-item.course-item.course-item h3 em,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 em,
h4 em,
h5 em,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price em,
.course-item.course-item.course-item.course-item.course-item .course-info .price em,
.gform_wrapper .gfield--input-type-section .gsection_title em,
h6 em,
p em,
address em,
blockquote em,
pre em,
table em,
li:not(.menu-item) em {
  color: inherit;
  text-transform: none;
  font-style: italic;
}

h1,
h2,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title,
h3,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title,
.course-item.course-item.course-item.course-item.course-item h3,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1,
h4,
h5,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price,
.course-item.course-item.course-item.course-item.course-item .course-info .price,
.gform_wrapper .gfield--input-type-section .gsection_title,
h6, W blockquote {
  margin-bottom: 0.25em;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  color: #262626;
}
h1:has(img),
h2:has(img),
.lp-single-course__header__inner.lp-single-course__header__inner .course-title:has(img),
h3:has(img),
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title:has(img),
.course-item.course-item.course-item.course-item.course-item h3:has(img),
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1:has(img),
h4:has(img),
h5:has(img),
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price:has(img),
.course-item.course-item.course-item.course-item.course-item .course-info .price:has(img),
.gform_wrapper .gfield--input-type-section .gsection_title:has(img),
h6:has(img), W blockquote:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 img,
h2 img,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title img,
h3 img,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title img,
.course-item.course-item.course-item.course-item.course-item h3 img,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 img,
h4 img,
h5 img,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price img,
.course-item.course-item.course-item.course-item.course-item .course-info .price img,
.gform_wrapper .gfield--input-type-section .gsection_title img,
h6 img, W blockquote img {
  width: 10rem;
}

h1 {
  font-size: 8rem;
  line-height: 1.175;
  margin-bottom: 0.4em;
}
@media (max-width: 992px) {
  h1 {
    font-size: 4rem;
    margin-bottom: 0.55em;
  }
}

h2,
.lp-single-course__header__inner.lp-single-course__header__inner .course-title {
  font-size: 4.8rem;
  line-height: 1.1666666667;
  margin-bottom: 0.35em;
}

h3,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title,
.course-item.course-item.course-item.course-item.course-item h3,
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 {
  font-size: 3.2rem;
  line-height: 1.1875;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  h3,
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title,
  .course-item.course-item.course-item.course-item.course-item h3,
  .lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  margin-bottom: 0;
}

h5,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price,
.course-item.course-item.course-item.course-item.course-item .course-info .price,
.gform_wrapper .gfield--input-type-section .gsection_title {
  font-size: 2rem;
  line-height: 1.15;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5em;
}

p {
  font-size: 1.6rem;
  line-height: 1.1875;
}
p.small {
  font-size: 1.2rem;
}
p.large {
  font-size: 2rem;
}

p + ul, p + ol {
  margin-top: 1.15em;
}

sub,
sup {
  font-size: 25.9%;
  font-size: 51.5625%;
  font-weight: inherit;
  margin-left: -0.1em;
}

sup {
  top: -0.71em;
}

sub {
  bottom: 0.3em;
}

small {
  font-size: 86.666666%;
}
small a {
  text-decoration: none;
  font-weight: 700;
}
small a:hover, small a:focus-visible {
  text-decoration: underline;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
a {
  font-size: inherit;
  color: #262626;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: from-font;
  text-underline-offset: -0.001em;
}
button:before, button:after,
button *:before,
button *:after,
button *,
a:before,
a:after,
a *:before,
a *:after,
a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover, button:focus-visible,
a:hover,
a:focus-visible {
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

mark {
  background-color: transparent;
  color: inherit;
  padding: 0em 0em 0em 2em;
  display: block;
  border-left: 0.4rem solid #E1011C;
  font-size: 1.6rem;
  line-height: 1.625;
}

strong {
  font-weight: 700;
}

blockquote {
  font-size: 1.6rem;
  line-height: 1.1875;
  margin: 0 0 1.8em;
  text-transform: none;
  padding: 0;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-weight: 400;
  text-align: left;
  color: #262626;
}
@media (max-width: 992px) {
  blockquote {
    margin: 0 0 2em;
  }
}
blockquote:before {
  content: "";
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  aspect-ratio: 40/33;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 2.5em;
  min-width: 2.5em;
  float: left;
  margin-right: 1.1em;
  margin-left: 0.4em;
  margin-top: 0.1em;
}
blockquote ~ .by {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
}
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  letter-spacing: inherit !important;
  display: inline;
  color: inherit !important;
}

hr {
  border: 0;
  width: 100%;
  height: 0.1rem;
  min-height: 1px;
  background-color: #262626;
  margin: 3.8rem auto 3.8rem;
}
hr:first-of-type {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.1875;
  color: #262626;
  margin-bottom: 1.5em;
}

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 1.3em;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
  font-size: 1.6rem;
  line-height: 1.1875;
}
ol li.small,
ol dt.small,
ol dd.small,
ul li.small,
ul dt.small,
ul dd.small,
dl li.small,
dl dt.small,
dl dd.small {
  font-size: 1.2rem;
}
ol li.large,
ol dt.large,
ol dd.large,
ul li.large,
ul dt.large,
ul dd.large,
dl li.large,
dl dt.large,
dl dd.large {
  font-size: 2rem;
}
ol li a,
ol dt a,
ol dd a,
ul li a,
ul dt a,
ul dd a,
dl li a,
dl dt a,
dl dd a {
  font-size: inherit;
}
ol dd,
ul dd,
dl dd {
  margin-bottom: 1rem;
}

.acf_content ol,
.acf_content ul,
.acf_content dl,
main ol,
main ul,
main dl {
  font-size: 1.6rem;
  line-height: 1.1875;
  margin-bottom: 0;
}

ul {
  list-style-position: inside;
  padding-left: 0;
}
ul li:not(.menu-item) {
  padding-left: 1.5em;
  list-style: none;
  position: relative;
  margin-bottom: 0;
}
ul li:not(.menu-item):before {
  content: "";
  position: absolute;
  left: 0.65em;
  top: 0.45em;
  width: 0.2em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}
ul li:not(.menu-item) ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0;
  counter-reset: section;
}
ol:not(.pagination) li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  padding-left: 2.45em;
  line-height: 1.9;
}
ol:not(.pagination) li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.778em;
  min-width: 0.778em;
  aspect-ratio: 1/1;
  background-image: url(../images/tick-point.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0.6em;
  left: 1em;
}
@media (max-width: 992px) {
  ol:not(.pagination) li em:first-child {
    display: block;
    margin-bottom: 0.2em;
  }
}
ol:not(.pagination) li:has(+ li) {
  margin-bottom: 0.38em;
}
@media (max-width: 992px) {
  ol:not(.pagination) li:has(+ li) {
    margin-bottom: 0.88em;
  }
}

ul.form-fields,
ul.learn-press-tabs__nav,
ul.learn-press-filters,
ul.profile-tab-sections,
ul.lp-profile-nav-tabs,
ul.payment-methods,
ul.lp-form-fields,
ul.course-sections,
ul.course-curriculum-info__left,
ul.learn-press-courses,
ul.learn-press-breadcrumb,
ul.el-select-dropdown__list,
ul.wc-item-meta,
ul.order_details,
ul.filter-items,
ul.woocommerce-PaymentMethods,
ul.woocommerce-shipping-methods,
ul.woocommerce-order-overview,
ul.wc_payment_methods,
ul.select2-results__options,
.woocommerce-MyAccount-navigation ul,
ul.woocommerce-error,
ul.tabs,
ul.term-menu,
ul.small-menu,
ul.main-menu,
ul.footer-menu,
ul.sub-menu,
ul.g_fields,
ul.social-menu,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}
ul.form-fields > li,
ul.learn-press-tabs__nav > li,
ul.learn-press-filters > li,
ul.profile-tab-sections > li,
ul.lp-profile-nav-tabs > li,
ul.payment-methods > li,
ul.lp-form-fields > li,
ul.course-sections > li,
ul.course-curriculum-info__left > li,
ul.learn-press-courses > li,
ul.learn-press-breadcrumb > li,
ul.el-select-dropdown__list > li,
ul.wc-item-meta > li,
ul.order_details > li,
ul.filter-items > li,
ul.woocommerce-PaymentMethods > li,
ul.woocommerce-shipping-methods > li,
ul.woocommerce-order-overview > li,
ul.wc_payment_methods > li,
ul.select2-results__options > li,
.woocommerce-MyAccount-navigation ul > li,
ul.woocommerce-error > li,
ul.tabs > li,
ul.term-menu > li,
ul.small-menu > li,
ul.main-menu > li,
ul.footer-menu > li,
ul.sub-menu > li,
ul.g_fields > li,
ul.social-menu > li,
ul.slick > li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.form-fields > li:before, ul.form-fields > li:after,
ul.learn-press-tabs__nav > li:before,
ul.learn-press-tabs__nav > li:after,
ul.learn-press-filters > li:before,
ul.learn-press-filters > li:after,
ul.profile-tab-sections > li:before,
ul.profile-tab-sections > li:after,
ul.lp-profile-nav-tabs > li:before,
ul.lp-profile-nav-tabs > li:after,
ul.payment-methods > li:before,
ul.payment-methods > li:after,
ul.lp-form-fields > li:before,
ul.lp-form-fields > li:after,
ul.course-sections > li:before,
ul.course-sections > li:after,
ul.course-curriculum-info__left > li:before,
ul.course-curriculum-info__left > li:after,
ul.learn-press-courses > li:before,
ul.learn-press-courses > li:after,
ul.learn-press-breadcrumb > li:before,
ul.learn-press-breadcrumb > li:after,
ul.el-select-dropdown__list > li:before,
ul.el-select-dropdown__list > li:after,
ul.wc-item-meta > li:before,
ul.wc-item-meta > li:after,
ul.order_details > li:before,
ul.order_details > li:after,
ul.filter-items > li:before,
ul.filter-items > li:after,
ul.woocommerce-PaymentMethods > li:before,
ul.woocommerce-PaymentMethods > li:after,
ul.woocommerce-shipping-methods > li:before,
ul.woocommerce-shipping-methods > li:after,
ul.woocommerce-order-overview > li:before,
ul.woocommerce-order-overview > li:after,
ul.wc_payment_methods > li:before,
ul.wc_payment_methods > li:after,
ul.select2-results__options > li:before,
ul.select2-results__options > li:after,
.woocommerce-MyAccount-navigation ul > li:before,
.woocommerce-MyAccount-navigation ul > li:after,
ul.woocommerce-error > li:before,
ul.woocommerce-error > li:after,
ul.tabs > li:before,
ul.tabs > li:after,
ul.term-menu > li:before,
ul.term-menu > li:after,
ul.small-menu > li:before,
ul.small-menu > li:after,
ul.main-menu > li:before,
ul.main-menu > li:after,
ul.footer-menu > li:before,
ul.footer-menu > li:after,
ul.sub-menu > li:before,
ul.sub-menu > li:after,
ul.g_fields > li:before,
ul.g_fields > li:after,
ul.social-menu > li:before,
ul.social-menu > li:after,
ul.slick > li:before,
ul.slick > li:after {
  display: none;
}

html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) {
  margin-bottom: 1.77778em;
  border: none;
  width: 100% !important;
  background-color: transparent;
  text-align: left;
  table-layout: fixed;
  font-size: 1.6rem;
  line-height: 1.1875;
  overflow: hidden;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) * {
  vertical-align: middle;
}
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead td,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead th {
  padding: 1.2rem 2.3rem;
  font-family: "Roboto", sans-serif;
  color: #262626;
  font-weight: 400;
  color: #222222;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
  html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
  html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead td,
  html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead th {
    font-size: 1.6rem;
    padding: 1.2rem 0.6rem;
  }
}
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td:last-of-type,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th:last-of-type,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead td:last-of-type,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead th:last-of-type {
  border-right: none;
}
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td a,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th a,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead td a,
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) thead th a {
  color: #E1011C;
}
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) tbody td {
  padding: 1.2rem 2.3rem;
  color: #262626;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) tbody td {
    font-size: 1.6rem;
    padding: 1.2rem 0.6rem;
  }
}
html body table:not(.ui-datepicker-calendar.ui-datepicker-calendar.ui-datepicker-calendar) tbody td a {
  color: #E1011C;
}

.wp-caption .wp-caption-text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
}
.wp-caption .wp-caption-text:last-of-type:last-of-type {
  margin-bottom: 0;
  padding-top: 0.9rem;
}

svg,
p.p-img a,
p.p-img img,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
svg.alignnone,
p.p-img a.alignnone,
p.p-img img.alignnone,
.wp-caption.alignnone,
video.alignnone,
img.alignnone {
  margin: 1.4em 0 1.4em;
  width: auto;
}
svg.alignright,
p.p-img a.alignright,
p.p-img img.alignright,
.wp-caption.alignright,
video.alignright,
img.alignright {
  float: right;
  margin: 1.4em 0 1.4em 1.8em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
svg.alignleft,
p.p-img a.alignleft,
p.p-img img.alignleft,
.wp-caption.alignleft,
video.alignleft,
img.alignleft {
  float: left;
  margin: 1.4em 1.8em 1.4em 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
svg.aligncenter,
p.p-img a.aligncenter,
p.p-img img.aligncenter,
.wp-caption.aligncenter,
video.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 1.4em auto 1.4em;
  width: auto;
}

video,
img {
  width: 100%;
}

a img.alignright {
  float: right;
  margin: 1.4em 0 1.4em 1.8em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a img.alignleft {
  float: left;
  margin: 1.4em 1.8em 1.4em 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a img.aligncenter {
  clear: both;
  display: block;
  margin: 1.4em auto 1.4em;
  width: auto;
}

::-moz-selection {
  background: #262626;
  color: #FFFFFF;
}

::selection {
  background: #262626;
  color: #FFFFFF;
}

::-moz-selection {
  background: #262626;
  color: #FFFFFF;
}

.fieldset {
  margin-bottom: 0;
}
.fieldset .field {
  position: relative;
  padding-bottom: 1px;
}
.fieldset div.mage-error[generated] {
  position: absolute;
  bottom: 5px;
}

input[type=radio]:focus-visible + span:before,
input[type=radio]:focus-visible + .wpcf7-list-item-label :before,
input[type=radio]:focus-visible + label:before,
input[type=checkbox]:focus-visible + span:before,
input[type=checkbox]:focus-visible + .wpcf7-list-item-label :before,
input[type=checkbox]:focus-visible + label:before,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[name][name][name]:focus-visible,
textarea[name][name][name]:focus-visible,
select[name][name][name]:focus-visible {
  border-color: #009e59 !important;
}

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error .ginput_container_consent label:before,
.gfield_error .ginput_container_consent label:after,
.gfield_error .gchoice label:before,
.gfield_error .gchoice label:after,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea {
  border-color: #E1011C !important;
}

.gfield_error input,
.gfield_error textarea {
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem top 50%;
  background-size: 1.6rem auto;
  padding-right: 3.8rem;
}

.gfield_error select {
  background-image: url(../images/select-icon.svg), url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: right 4.4rem top 50%, right 1.4rem top 50%;
  background-size: 1.6rem auto;
  padding-right: 6.6rem;
}

pre {
  font-size: 0.6944444444vw;
  font-size: 1rem;
}

.main-wrapper {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 0;
  width: 100%;
  width: 100dvw;
}
.main-wrapper section {
  overflow-x: clip;
}

.inner {
  position: relative;
}

img.full-bg,
.full-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

video.full-bg,
img.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .wpml-ls-legacy-dropdown-click {
  width: 7em;
  margin-right: 3.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  body .wpml-ls-legacy-dropdown-click {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  body .wpml-ls-legacy-dropdown-click .wpml-ls-native {
    display: none;
  }
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.576rem !important;
  line-height: 1.1875;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 0.85rem 2rem;
  background-color: transparent;
  border: 0.2rem solid #FFFFFF !important;
  border-radius: 4.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.image-slide .swiper-button-next, .image-slide .swiper-button-prev {
  background: #FFF !important;
}

.container {
  width: 100%;
  padding-right: 12;
  padding-left: 12;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1277;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1278;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 1279;
  }
}
@media (min-width: 1280) {
  .container {
    max-width: 1280;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12;
  padding-left: 12;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12;
  margin-left: -12;
}
.row.no-padding {
  padding: 0;
}
.row {
  max-width: none;
}

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

.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: 12;
  padding-left: 12;
}
.no-padding.col-xl,
.no-padding.col-xl-auto, .no-padding.col-xl-12, .no-padding.col-xl-11, .no-padding.col-xl-10, .no-padding.col-xl-9, .no-padding.col-xl-8, .no-padding.col-xl-7, .no-padding.col-xl-6, .no-padding.col-xl-5, .no-padding.col-xl-4, .no-padding.col-xl-3, .no-padding.col-xl-2, .no-padding.col-xl-1, .no-padding.col-lg,
.no-padding.col-lg-auto, .no-padding.col-lg-12, .no-padding.col-lg-11, .no-padding.col-lg-10, .no-padding.col-lg-9, .no-padding.col-lg-8, .no-padding.col-lg-7, .no-padding.col-lg-6, .no-padding.col-lg-5, .no-padding.col-lg-4, .no-padding.col-lg-3, .no-padding.col-lg-2, .no-padding.col-lg-1, .no-padding.col-md,
.no-padding.col-md-auto, .no-padding.col-md-12, .no-padding.col-md-11, .no-padding.col-md-10, .no-padding.col-md-9, .no-padding.col-md-8, .no-padding.col-md-7, .no-padding.col-md-6, .no-padding.col-md-5, .no-padding.col-md-4, .no-padding.col-md-3, .no-padding.col-md-2, .no-padding.col-md-1, .no-padding.col-sm,
.no-padding.col-sm-auto, .no-padding.col-sm-12, .no-padding.col-sm-11, .no-padding.col-sm-10, .no-padding.col-sm-9, .no-padding.col-sm-8, .no-padding.col-sm-7, .no-padding.col-sm-6, .no-padding.col-sm-5, .no-padding.col-sm-4, .no-padding.col-sm-3, .no-padding.col-sm-2, .no-padding.col-sm-1, .no-padding.col,
.no-padding.col-auto, .no-padding.col-12, .no-padding.col-11, .no-padding.col-10, .no-padding.col-9, .no-padding.col-8, .no-padding.col-7, .no-padding.col-6, .no-padding.col-5, .no-padding.col-4, .no-padding.col-3, .no-padding.col-2, .no-padding.col-1 {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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: 1280) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 993px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* adapted boostap 4 grid*/
header[role=banner] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
}

#site-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  aspect-ratio: 150/150;
}
@media (max-width: 992px) {
  #site-logo {
    width: 10.1rem;
    z-index: 4;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#site-logo svg,
#site-logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-top-outer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .menu-top-outer {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }
}
.menu-top-outer .container {
  max-width: 144rem;
}
.menu-top-outer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
}
.menu-top-outer .col-12 .left,
.menu-top-outer .col-12 .middle,
.menu-top-outer .col-12 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-top-outer .col-12 .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 15rem;
}
.menu-top-outer .col-12 .middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.menu-top-outer .col-12 .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.mob-only.mob-only {
  width: 100%;
}
@media (min-width: 993px) {
  .mob-only.mob-only {
    display: none;
  }
}

.burger {
  height: 4rem;
  width: 4rem;
  border-radius: 0;
  line-height: 4rem;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 0;
  color: #EEEEEE;
  display: none;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .burger {
    display: block;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    z-index: 3;
  }
}
.burger:hover {
  cursor: pointer;
}
.burger:hover:not(.open) .line1:before, .burger:hover:not(.open) .line1:after {
  left: 0;
}
.burger .line1 {
  width: 5rem;
  max-width: 100%;
  height: 0.2rem;
  background-color: #000000;
  position: absolute;
  top: 1.9rem;
  left: 50%;
  border-radius: 0rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center center;
}
@media (max-width: 992px) {
  .burger .line1 {
    width: 2.8rem;
    height: 0.4rem;
    top: 2.3rem;
    border-radius: 0;
  }
}
.burger .line1:before, .burger .line1:after {
  width: 5rem;
  max-width: 5rem;
  height: 0.2rem;
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 0rem;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .burger .line1:before, .burger .line1:after {
    width: 2.8rem;
    max-width: 2.8rem;
    height: 0.4rem;
    border-radius: 0;
  }
}
.burger .line1:before {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  background-color: #000000;
}
@media (max-width: 992px) {
  .burger .line1:before {
    -webkit-transform: translateY(-0.8rem);
        -ms-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
.burger .line1:after {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #000000;
}
@media (max-width: 992px) {
  .burger .line1:after {
    -webkit-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
.burger.close .line1 {
  background-color: #000000;
  -webkit-transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  background-size: 100% 100%;
}
.burger.close .line1:before {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  background-color: #000000;
  visibility: visible;
  -webkit-animation: before 0.5s linear;
          animation: before 0.5s linear;
  -webkit-transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .burger.close .line1:before {
    -webkit-transform: translateY(-0.8rem);
        -ms-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
    -webkit-animation: beforeM 0.5s linear;
            animation: beforeM 0.5s linear;
  }
}
.burger.close .line1:after {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #000000;
  visibility: visible;
  -webkit-animation: after 0.5s linear;
          animation: after 0.5s linear;
  -webkit-transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .burger.close .line1:after {
    -webkit-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
    -webkit-animation: afterM 0.5s linear;
            animation: afterM 0.5s linear;
  }
}
@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
.burger.open {
  z-index: 112;
}
.burger.open .line1 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  background-color: transparent;
  background-size: 100% 0;
}
.burger.open .line1:before {
  -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
  background-color: #000000;
  visibility: visible;
  -webkit-animation: before-open 0.5s linear;
          animation: before-open 0.5s linear;
  -webkit-transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  left: 0;
}
@media (max-width: 992px) {
  .burger.open .line1:before {
    -webkit-animation: before-openM 0.5s linear;
            animation: before-openM 0.5s linear;
  }
}
.burger.open .line1:after {
  -webkit-transform: rotate(-45deg) translateY(0);
      -ms-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
  background-color: #000000;
  visibility: visible;
  -webkit-animation: after-open 0.5s linear;
          animation: after-open 0.5s linear;
  -webkit-transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  left: 0;
}
@media (max-width: 992px) {
  .burger.open .line1:after {
    -webkit-animation: after-openM 0.5s linear;
            animation: after-openM 0.5s linear;
  }
}
@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-open {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-open {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}

@media (min-width: 993px) {
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-item > a,
  .main-menu.main-menu.main-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu > .current-menu-item > a {
    color: #E1011C;
  }
}
.main-menu-con {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  .main-menu-con .mega-menu-side {
    display: block;
  }
  .main-menu-con .mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-menu-con {
    max-height: calc(100dvh - 12.508rem);
    position: absolute;
    left: 0;
    width: 100%;
    top: 12.508rem;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-bottom: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-open .main-menu-con {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-menu-con .btn {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
    width: calc(100% - 2.4rem);
    margin-top: 1.2rem !important;
  }
}
.main-menu-con .btn {
  white-space: nowrap;
}

ul.main-menu.main-menu {
  margin: 0;
  font-size: 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.2rem 1.2rem 0;
    overflow: auto;
    max-height: calc(100dvh - 12.508rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu .menu-item-has-children > a {
    padding-right: 3.4rem;
  }
  ul.main-menu.main-menu .menu-item-has-children > a:hover:after, ul.main-menu.main-menu .menu-item-has-children > a:focus-visible:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  ul.main-menu.main-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    aspect-ratio: 1/1;
    width: 2.4rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu .menu-item-has-children:after {
    content: "";
    aspect-ratio: 1/1;
    width: 2.4rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: rotateX(0deg) rotate(0deg);
            transform: rotateX(0deg) rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    margin-left: 0.5rem;
    position: absolute;
    top: 1.4rem;
    right: 1.3rem;
  }
  ul.main-menu.main-menu .menu-item-has-children.open:after {
    -webkit-transform: rotateX(0deg) rotateX(180deg);
            transform: rotateX(0deg) rotateX(180deg);
  }
}
ul.main-menu.main-menu > li {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  position: relative;
  margin: 0 4.8rem 0 0;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li {
    margin: 0 0 0 0;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.hide {
    display: none;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.mob-only {
    display: none;
  }
  ul.main-menu.main-menu > li:hover > a, ul.main-menu.main-menu > li:focus-visible > a {
    color: #E1011C;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.menu-item-has-children:hover > .sub-menu, ul.main-menu.main-menu > li.menu-item-has-children:focus-visible > .sub-menu {
    pointer-events: auto;
    -webkit-transition: 0.3s 0.1s;
    transition: 0.3s 0.1s;
    opacity: 1;
    visibility: visible;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    max-width: none;
    top: 100%;
    left: 0;
    pointer-events: none;
    margin: 0;
    z-index: 1;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: calc(100% + 4.8rem);
    max-width: none;
    left: -2.4rem;
    background-color: #FFFFFF;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li {
    position: static;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    font-style: normal;
    text-transform: none;
    color: #262626;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 1.6rem 0;
    font-weight: 700;
    width: 30rem;
    max-width: 30rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a:hover, ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a:focus-visible {
    color: #E1011C;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li.menu-item-has-children {
    position: relative;
    padding-right: 4.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children.open > .sub-menu {
    max-height: 150rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    margin: 0;
    width: calc(100% + 4.8rem);
    max-width: calc(100% + 4.8rem);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li {
    display: block;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
    padding-right: 4.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    right: -3.5rem;
    top: 1.7rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children.open > .sub-menu {
    max-height: 90rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0.8rem;
    padding-bottom: 2.2rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li:after {
    top: 0.9rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    font-style: normal;
    font-weight: 400;
    padding: 0.075rem 0;
    text-transform: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a {
    padding: 0.5rem 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-decoration: none;
    display: block;
    color: #262626;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a:hover, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a:focus-visible {
    color: #E1011C;
  }
}
ul.main-menu.main-menu > li.no-link > a {
  pointer-events: none;
}
ul.main-menu.main-menu > li > a {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  width: auto;
  color: #262626;
  text-decoration: none !important;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
  padding: 1.6rem 0;
  display: block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li > a:hover, ul.main-menu.main-menu > li > a:focus-visible {
    color: #E1011C;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li > a {
    padding: 1.2rem 0;
    position: relative;
    z-index: 1;
  }
  ul.main-menu.main-menu > li > a:hover, ul.main-menu.main-menu > li > a:focus-visible {
    color: #E1011C;
  }
}

@media (min-width: 993px) {
  .single-lp_course #menu-item-235 > a {
    color: #000000;
  }
  .single-lp_course #menu-item-235 > a:hover, .single-lp_course #menu-item-235 > a:focus-visible {
    color: #E1011C;
  }
}

footer {
  position: relative;
  z-index: 2;
  background-image: url(../images/footer-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 101% auto;
  background-position: 50% 0;
  background-color: black;
}
@media (max-width: 992px) {
  footer {
    background-size: auto 74%;
    background-position: 0% -1.4rem;
  }
}
footer .footer-top-outer .container {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  max-width: 108rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
footer .footer-top-outer * {
  color: #FFFFFF;
}
footer .footer-top-outer .logo-con {
  margin-bottom: 1.6rem;
}
footer .footer-top-outer #footer-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 992px) {
  footer .footer-top-outer #footer-logo {
    width: 11rem;
  }
}
footer .footer-top-outer #footer-logo svg,
footer .footer-top-outer #footer-logo img {
  width: 100%;
}
footer .footer-top-outer .menu-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.1rem solid #FFFFFF;
  padding-bottom: 2.3rem;
}
footer .footer-top-outer .menu-con strong {
  margin-right: 1.6rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .menu-con strong {
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 992px) {
  footer .footer-top-outer .menu-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-top-outer .footer-menu {
  font-size: 1.6rem;
  line-height: 1.3333333333;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  footer .footer-top-outer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-top-outer .footer-menu > li {
  font-size: 1.6rem;
  line-height: 1.3333333333;
  font-family: "Roboto", sans-serif;
}
footer .footer-top-outer .footer-menu > li:has(+ li) {
  margin-right: 1.6rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .footer-menu > li:has(+ li) {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
footer .footer-top-outer .footer-menu > li > a {
  font-size: 1.6rem;
  line-height: 1.3333333333;
  font-family: "Roboto", sans-serif;
  padding: 0;
  text-decoration: underline;
  font-weight: 400;
}
@media (min-width: 993px) {
  footer .footer-top-outer .footer-menu > li > a:hover, footer .footer-top-outer .footer-menu > li > a:focus-visible {
    color: #E1011C;
  }
}
footer .footer-top-outer .social-con {
  margin-bottom: 1.7rem;
}
footer .footer-top-outer .info-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
footer .footer-top-outer .info-con span,
footer .footer-top-outer .info-con a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-decoration: none;
}
footer .footer-top-outer .info-con span:has(+ a),
footer .footer-top-outer .info-con a:has(+ a) {
  margin-bottom: 1.6rem;
}
footer .footer-top-outer .info-con span svg,
footer .footer-top-outer .info-con a svg {
  width: 1.997rem;
  margin-right: 0.8rem;
}
footer .footer-top-outer .info-con a:hover, footer .footer-top-outer .info-con a:focus-visible {
  color: #E1011C;
}
footer .footer-top-outer .copy-con {
  padding-top: 2.3rem;
}
footer .footer-top-outer .copy {
  text-align: center;
}

.social-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-menu span {
  margin-right: 0.7rem;
}
.social-menu a {
  font-size: 3.2rem;
  line-height: 3.2rem;
  height: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 0;
  margin: 0 1.6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-menu a:last-of-type {
  margin-right: 0;
}
.social-menu a:first-of-type {
  margin-left: 0;
}
.social-menu a svg {
  width: 100%;
}
.social-menu a:hover svg *, .social-menu a:focus-visible svg * {
  fill: #E1011C !important;
}
.social-menu a i {
  font-size: inherit;
  line-height: inherit;
  height: inherit;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit !important;
}
.social-menu a i:before {
  color: inherit !important;
}
.social-menu a.facebook:hover i, .social-menu a.facebook:focus-visible i {
  color: #3b5999 !important;
}
.social-menu a.twitter:hover i, .social-menu a.twitter:focus-visible i {
  color: #55acee !important;
}
.social-menu a.linkedin:hover i, .social-menu a.linkedin:focus-visible i {
  color: #007bb5 !important;
}
.social-menu a.pinterest:hover i, .social-menu a.pinterest:focus-visible i {
  color: #cb2027 !important;
}
.social-menu a.instagram:hover i, .social-menu a.instagram:focus-visible i {
  color: #8a3ab9 !important;
}

button:focus-visible,
.btn:focus-visible {
  outline: none;
}

.more-con,
.link-con,
.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.2rem;
  max-width: calc(100% + 1.2rem + 1.2rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.more-con > *,
.more-con .link,
.more-con .btn,
.link-con > *,
.link-con .link,
.link-con .btn,
.btn-con > *,
.btn-con .link,
.btn-con .btn {
  margin: 0 1.2rem 1.2rem;
}
@media (max-width: 992px) {
  .more-con > *,
  .more-con .link,
  .more-con .btn,
  .link-con > *,
  .link-con .link,
  .link-con .btn,
  .btn-con > *,
  .btn-con .link,
  .btn-con .btn {
    margin-bottom: 3.2rem;
  }
}
.more-con > *:first-of-type:last-of-type,
.more-con .link:first-of-type:last-of-type,
.more-con .btn:first-of-type:last-of-type,
.link-con > *:first-of-type:last-of-type,
.link-con .link:first-of-type:last-of-type,
.link-con .btn:first-of-type:last-of-type,
.btn-con > *:first-of-type:last-of-type,
.btn-con .link:first-of-type:last-of-type,
.btn-con .btn:first-of-type:last-of-type {
  margin-bottom: 0;
}
.more-con p,
.link-con p,
.btn-con p {
  margin-right: 2.7rem;
}
.more-con.link-con-center, .more-con.btn-con-center,
.link-con.link-con-center,
.link-con.btn-con-center,
.btn-con.link-con-center,
.btn-con.btn-con-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more-con.link-con-left, .more-con.btn-con-left,
.link-con.link-con-left,
.link-con.btn-con-left,
.btn-con.link-con-left,
.btn-con.btn-con-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-con.link-con-right, .more-con.btn-con-right,
.link-con.link-con-right,
.link-con.btn-con-right,
.btn-con.link-con-right,
.btn-con.btn-con-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.facetwp-reset, .btn, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson, .pagename-lp-profile .learn-press-course-builder-link, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit], .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit],
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit], *[type=submit],
.submit-con [type=submit], .facetwp-load-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem !important;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  padding: 1.428rem 3.9rem;
  background-color: #E1011C;
  border: 0.188rem solid #E1011C;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  white-space: nowrap;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 992px) {
  .facetwp-reset, .btn, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson, .pagename-lp-profile .learn-press-course-builder-link, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit], .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit],
  .learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit], *[type=submit],
  .submit-con [type=submit], .facetwp-load-more {
    padding: 1.25rem 3rem;
  }
}
.facetwp-reset:hover, .facetwp-reset:focus-visible, .btn:hover, .btn:focus-visible, #popup-content .button-complete-lesson:hover, .pagename-lp-profile .learn-press-course-builder-link:hover, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit]:hover, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button:hover, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a:hover, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit]:hover,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit]:hover, [type=submit]:hover, .facetwp-load-more:hover, #popup-content .button-complete-lesson:focus-visible, .pagename-lp-profile .learn-press-course-builder-link:focus-visible, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit]:focus-visible, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button:focus-visible, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a:focus-visible, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit]:focus-visible,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit]:focus-visible, [type=submit]:focus-visible, .facetwp-load-more:focus-visible {
  outline: none;
  background-color: #FFFFFF;
  border-color: #E1011C;
  color: #E1011C !important;
}
.facetwp-reset.disabled, .facetwp-reset:disabled, .btn.disabled, .btn:disabled, #popup-content .disabled.button-complete-lesson, .pagename-lp-profile .disabled.learn-press-course-builder-link, #BTT#BTT .lp-checkout-form.lp-checkout-form .disabled[type=submit], .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .disabled.lp-button, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a.disabled, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register .disabled[type=submit],
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login .disabled[type=submit], .disabled[type=submit], .disabled.facetwp-load-more, #popup-content .button-complete-lesson:disabled, .pagename-lp-profile .learn-press-course-builder-link:disabled, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit]:disabled, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button:disabled, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a:disabled, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit]:disabled,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit]:disabled, [type=submit]:disabled, .facetwp-load-more:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.facetwp-reset i, .btn i, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson i, .pagename-lp-profile .learn-press-course-builder-link i, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit] i, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button i, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a i, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit] i,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit] i, *[type=submit] i,
.submit-con [type=submit] i, .facetwp-load-more i {
  color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.2rem;
  margin-left: 0.8rem;
  width: 2.4rem;
  min-width: 2.4rem;
  aspect-ratio: 1/1;
}
.facetwp-reset svg, .btn svg, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson svg, .pagename-lp-profile .learn-press-course-builder-link svg, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit] svg, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button svg, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a svg, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit] svg,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit] svg, *[type=submit] svg,
.submit-con [type=submit] svg, .facetwp-load-more svg {
  width: 1.2rem;
  min-width: 1.2rem;
  aspect-ratio: 1/1;
  color: inherit !important;
}
.facetwp-reset svg ~ svg, .btn svg ~ svg, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson svg ~ svg, .pagename-lp-profile .learn-press-course-builder-link svg ~ svg, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit] svg ~ svg, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button svg ~ svg, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a svg ~ svg, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit] svg ~ svg,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit] svg ~ svg, *[type=submit] svg ~ svg,
.submit-con [type=submit] svg ~ svg, .facetwp-load-more svg ~ svg {
  display: none;
}
.facetwp-reset svg *, .btn svg *, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson svg *, .pagename-lp-profile .learn-press-course-builder-link svg *, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit] svg *, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button svg *, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a svg *, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit] svg *,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit] svg *, *[type=submit] svg *,
.submit-con [type=submit] svg *, .facetwp-load-more svg * {
  color: inherit !important;
  fill: currentColor;
}

.btn.black {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF !important;
}
.btn.black:hover, .btn.black:focus-visible {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000 !important;
}
.btn.large {
  font-size: 2.4rem !important;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #000000 !important;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0.5rem;
}
.link:hover, .link:focus-visible {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: inherit;
}

:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

form {
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html form {
  height: 1%;
}

input,
textarea,
.fake-select,
select {
  display: block;
  padding: 0.7rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #262626;
  font-family: "Roboto Flex", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0.1rem solid #C7C7C7;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 20rem;
  min-height: 20rem;
  min-width: 100%;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.fake-select,
select {
  padding-right: 3.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.77rem auto;
  line-height: 3.233rem;
  height: 3.433rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.fake-select::-ms-expand,
select::-ms-expand {
  display: none;
}
.fake-select option,
select option {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  color: #000000;
}

legend,
label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 400;
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #262626;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
legend .hsfc-FieldLabel__RequiredIndicator,
legend .gfield_required,
label .hsfc-FieldLabel__RequiredIndicator,
label .gfield_required {
  color: #E1011C;
  color: #262626;
}
legend .hsfc-FieldLabel__RequiredIndicator::before,
legend .gfield_required::before,
label .hsfc-FieldLabel__RequiredIndicator::before,
label .gfield_required::before {
  content: "*";
  color: #E1011C;
  color: #262626;
  display: inline-block;
}
legend .hsfc-FieldLabel__RequiredIndicator span,
legend .gfield_required span,
label .hsfc-FieldLabel__RequiredIndicator span,
label .gfield_required span {
  display: none;
}

*[type=submit],
.submit-con [type=submit] {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF !important;
}
@media (max-width: 992px) {
  *[type=submit],
  .submit-con [type=submit] {
    padding: 0.7rem 2.4rem;
  }
}
*[type=submit]:hover, *[type=submit]:focus-visible,
.submit-con [type=submit]:hover,
.submit-con [type=submit]:focus-visible {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
}

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.input-radio:before,
.input-checkbox:before {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
input[type=checkbox] + span,
input[type=checkbox] + .wpcf7-list-item-label,
input[type=checkbox] + label {
  padding-left: 3.2rem !important;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  display: inline-block;
  margin-top: 0;
  color: #000000;
  text-align: left !important;
  width: 100%;
  margin-bottom: 0;
  min-height: 1.875rem;
}
@media (max-width: 992px) {
  input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
  input[type=checkbox] + span,
  input[type=checkbox] + .wpcf7-list-item-label,
  input[type=checkbox] + label {
    width: 30rem;
  }
}
input[type=radio] + span a, input[type=radio] + .wpcf7-list-item-label a, input[type=radio] + label a,
input[type=checkbox] + span a,
input[type=checkbox] + .wpcf7-list-item-label a,
input[type=checkbox] + label a {
  margin-left: 0.4ch;
}
input[type=radio] + span .gfield_required, input[type=radio] + .wpcf7-list-item-label .gfield_required, input[type=radio] + label .gfield_required,
input[type=checkbox] + span .gfield_required,
input[type=checkbox] + .wpcf7-list-item-label .gfield_required,
input[type=checkbox] + label .gfield_required {
  display: none;
}
input[type=radio] + span:before, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + label:before,
input[type=checkbox] + span:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.3rem;
  border-radius: 0;
  border-radius: 0.2rem;
  border: 0.1rem solid #C7C7C7;
  background-color: #FFFFFF;
}
input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:after,
input[type=checkbox] + span:after,
input[type=checkbox] + .wpcf7-list-item-label:after,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.3rem;
  border-radius: 0;
  border-radius: 0.2rem;
  border: 0.1rem solid #C7C7C7;
  background-color: #FFFFFF;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.4rem auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + .wpcf7-list-item-label:after, input[type=radio]:checked + span:after, input[type=radio] + label.checked:after,
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=checkbox]:checked + span:after,
input[type=checkbox] + label.checked:after {
  opacity: 1;
}

input[type=radio] + span:before, input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%;
}

.hsfc-Row {
  margin-bottom: 1.8rem;
}

.hsfc-NavigationRow__Buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hsfc-ErrorAlert {
  color: #E1011C;
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.hsfc-PhoneInput__FlagAndCaret {
  background-color: #FFFFFF;
  padding: 1rem;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem;
  border-color: #131313;
}
.hsfc-PhoneInput__FlagAndCaret .flag {
  width: 1rem;
}
.hsfc-PhoneInput__FlagAndCaret .hsfc-PhoneInput__FlagAndCaret__Caret {
  border: none;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
}
.hsfc-PhoneInput__FlagAndCaret + input[type=tel] {
  border-radius: 0 0.4rem 0.4rem 0;
}

.gform_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gform_wrapper .gform_description {
  margin-bottom: 0.6rem;
}
.gform_wrapper .gfield--input-type-section {
  border-bottom: 0.1rem solid #000000;
  margin-bottom: 2.2rem !important;
}
.gform_wrapper .gfield--input-type-section .gsection_title {
  margin-bottom: 0.7em;
}
.gform_wrapper .gform_heading {
  -webkit-box-ordinal-group: 1000000;
      -ms-flex-order: 999999;
          order: 999999;
}
.gform_wrapper .gform_heading p {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #B4B4B3;
}
.gform_wrapper .gform-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gform_wrapper .gform_submission_error {
  display: none;
}
.gform_wrapper fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 0 1px;
}
.gform_wrapper .gform_fields .gfield_visibility_hidden {
  opacity: 0.5;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.gform_wrapper .gform_fields .gfield,
.gform_wrapper .gform_fields .gfield--width-half,
.gform_wrapper .gform_fields .gfield--width-third {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.8rem;
  place-items: flex-start;
}
.gform_wrapper .gform_fields .gfield.gfield--type-choice,
.gform_wrapper .gform_fields .gfield--width-half.gfield--type-choice,
.gform_wrapper .gform_fields .gfield--width-third.gfield--type-choice {
  margin-top: 1.7rem;
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-choice,
  .gform_wrapper .gform_fields .gfield--width-half.gfield--type-choice,
  .gform_wrapper .gform_fields .gfield--width-third.gfield--type-choice {
    margin-top: 3.9rem;
  }
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 993px) {
  .gform_wrapper .gform_fields .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gform_wrapper .gform_fields .gfield.spacer {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield--width-half {
  width: calc(50% - (1.2rem));
  width: calc(50% - 0.9rem);
}
.gform_wrapper .gform_fields .gfield--width-third {
  width: 32%;
  width: calc(33.333% - (1.2rem));
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: calc(50% - (1.2rem2));
    width: calc(50% - 0.9rem);
  }
  .gform_wrapper .gform_fields .gfield--width-third + .small + .small {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-textarea + .gfield--type-checkbox {
  margin-top: 1.4rem;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields fieldset.gfield {
  position: relative;
}
.gform_wrapper .gfield.gfield--type-html {
  display: block;
}
.gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + span:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + .wpcf7-list-item-label:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + label:before {
  border-color: #E1011C;
}
.gform_wrapper .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gfield--type-choice,
.gform_wrapper .gfield--type-consent,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-consent .gfield_label,
.gform_wrapper .gfield_checkbox .gfield_label,
.gform_wrapper .gfield_radio .gfield_label {
  margin-bottom: 1rem;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-consent .gfield_label,
.gform_wrapper .gfield_checkbox .gfield_label,
.gform_wrapper .gfield_radio .gfield_label {
  margin-bottom: 1.5rem;
  width: 100%;
}
.gform_wrapper .gfield--type-choice .ginput_container_consent,
.gform_wrapper .gfield--type-choice .gchoice,
.gform_wrapper .gfield--type-consent .ginput_container_consent,
.gform_wrapper .gfield--type-consent .gchoice,
.gform_wrapper .gfield_checkbox .ginput_container_consent,
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .ginput_container_consent,
.gform_wrapper .gfield_radio .gchoice {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-choice .ginput_container_consent,
  .gform_wrapper .gfield--type-choice .gchoice,
  .gform_wrapper .gfield--type-consent .ginput_container_consent,
  .gform_wrapper .gfield--type-consent .gchoice,
  .gform_wrapper .gfield_checkbox .ginput_container_consent,
  .gform_wrapper .gfield_checkbox .gchoice,
  .gform_wrapper .gfield_radio .ginput_container_consent,
  .gform_wrapper .gfield_radio .gchoice {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.gform_wrapper .gfield--type-choice .ginput_container_consent:last-of-type,
.gform_wrapper .gfield--type-choice .gchoice:last-of-type,
.gform_wrapper .gfield--type-consent .ginput_container_consent:last-of-type,
.gform_wrapper .gfield--type-consent .gchoice:last-of-type,
.gform_wrapper .gfield_checkbox .ginput_container_consent:last-of-type,
.gform_wrapper .gfield_checkbox .gchoice:last-of-type,
.gform_wrapper .gfield_radio .ginput_container_consent:last-of-type,
.gform_wrapper .gfield_radio .gchoice:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gfield--type-choice .ginput_container_consent label,
.gform_wrapper .gfield--type-choice .gchoice label,
.gform_wrapper .gfield--type-consent .ginput_container_consent label,
.gform_wrapper .gfield--type-consent .gchoice label,
.gform_wrapper .gfield_checkbox .ginput_container_consent label,
.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .gfield_radio .ginput_container_consent label,
.gform_wrapper .gfield_radio .gchoice label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #262626;
}
.gform_wrapper [type=file]:hover::file-selector-button, .gform_wrapper [type=file]:focus-visible::file-selector-button {
  background-color: transparent;
  border-color: #262626;
  color: #262626 !important;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 11rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
    min-height: 5.619rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
  width: calc(50% - 2.4rem / 2);
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
    width: calc(100% - 5.823rem);
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
  width: calc(50% - 2.4rem / 2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 0.3rem;
}
@media (min-width: 993px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    padding-right: 3rem;
  }
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    width: calc(100% - 5.823rem);
    margin-top: -0.6rem;
    padding-right: 7rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
  width: calc(50% - 2.4rem / 2);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
    width: 5.823rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con {
  height: 100%;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
  height: 100%;
  border-radius: 0.9rem;
  border-style: dashed;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
    height: 5.619rem;
    border-radius: 0.6rem;
    font-size: 0rem;
    border-width: 0.184rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-name {
  display: none;
}
.gform_wrapper .ginput_preview_list {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 100%;
  width: 100%;
}
.gform_wrapper .ginput_preview_list .gfield_fileupload_percent {
  margin-left: 0.4em;
}
.gform_wrapper .ginput_preview_list .gform_delete_file {
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 0em;
  line-height: 1.1;
}
.gform_wrapper .ginput_preview_list .gform_delete_file * {
  font-size: 1.6rem;
}
.gform_wrapper .gfield_validation_message {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 1rem auto 0;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
}
.gform_wrapper .gform_submission_error {
  font-size: 1.6rem;
  color: #E1011C;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.gfield--type-honeypot {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gform_confirmation_message {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3333333333;
  font-family: "Roboto", sans-serif;
  color: #009E59;
}

.gdatepicker_with_icon {
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-size: 1.3125rem auto;
  background-position: 100% 50%;
  padding-right: 2.5rem;
}
.gdatepicker_with_icon + .ui-datepicker-trigger {
  display: none;
}

#ui-datepicker-div {
  background-color: #FFFFFF;
  border: 0.1rem solid #262626;
  width: 24rem;
  z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  padding: 0.5rem 0.5rem;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  border: 0.1rem solid #EEEEEE;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
  width: calc(50% - 0.5rem);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible {
  background-color: #262626;
  color: #FFFFFF;
  border-color: #000000;
  background-color: #000000;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
#ui-datepicker-div .ui-datepicker-header select {
  line-height: 3.2rem;
  height: 3.3rem;
  font-size: 1.4rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr {
  background-color: #262626;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  padding: 0rem 0rem;
  border-top: 0.1rem solid #262626;
  border-right: 0.1rem solid #262626;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Roboto Flex", sans-serif;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:last-of-type {
  border-right: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  background-color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 0rem 0.1rem;
  border-top: 0.1rem solid #262626;
  border-right: 0.1rem solid #262626;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #262626;
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #FFFFFF;
  color: #262626;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type {
  border-right: none;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper.swiper-fade .swiper-slide-active, .swiper.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

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

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide:has(> .inner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide:has(> .inner) .inner {
  width: 100%;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper {
  max-width: none;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper *:not(.swiper-pagination):not(.col-12) {
  max-width: none;
}
.swiper .container.container.container.container {
  max-width: 128rem;
}
.swiper .swiper-slide *:not(.row):not(.btn-con) {
  max-width: 100%;
}
.swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: -2.7rem;
  right: auto;
  z-index: 2;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  width: 100%;
}
@media (max-width: 992px) {
  .swiper-pagination {
    bottom: -2.9rem;
    padding-left: 1.1rem;
  }
}
.swiper-pagination:has(.swiper-pagination-bullet:first-of-type:last-of-type) {
  display: none;
}
.swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
  bottom: -4.7rem;
  left: 2.5rem;
  width: auto;
  font-size: 1.4rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-family: "Roboto Flex", sans-serif;
  padding: 0;
  width: 6.2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .swiper-pagination.swiper-pagination-fraction {
    left: 1.9rem;
    font-size: 1.2rem;
    bottom: -4.5rem;
  }
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current:before {
  content: "0";
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-total:before {
  content: "0";
}
.swiper-pagination.swiper-pagination-fraction span {
  display: inline-block;
  margin: 0 0;
  font-weight: 500;
}
.swiper-pagination.swiper-pagination-custom {
  bottom: -1.65rem;
  right: auto;
  left: 1rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  padding: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination.swiper-pagination-custom span {
  opacity: 0.5;
}
.swiper-pagination.swiper-pagination-custom span:nth-of-type(1) {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-custom span.spacer {
  width: 1.2rem;
  height: 0.12rem;
  background-color: currentColor;
  margin: 0 0.7rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(59, 64, 71, 0.5);
  margin: 0 0.8rem;
  border-radius: 0.75rem;
  border: 0.1rem solid #FFFFFF;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-color: #3b4047;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E1011C;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 12;
  font-size: 0rem;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  top: 0rem;
}
@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: -4.9rem;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  pointer-events: none;
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 1.6rem;
  min-width: 1.6rem;
  aspect-ratio: 16/16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next svg *,
.swiper-button-prev svg * {
  fill: #E1011C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next:hover:not(.swiper-button-disabled) svg *, .swiper-button-next:focus-visible:not(.swiper-button-disabled) svg *,
.swiper-button-prev:hover:not(.swiper-button-disabled) svg *,
.swiper-button-prev:focus-visible:not(.swiper-button-disabled) svg * {
  fill: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev {
  right: 5.1rem;
}

.swiper-button-next {
  right: 1.1rem;
}

.swiper-scrollbar {
  height: 1.4rem;
  background-color: #262626;
  position: relative;
  bottom: -10.5rem;
  z-index: 2;
  width: calc(100% - 2.4rem);
  width: calc(100% - 0.75rem);
  margin: 0 auto;
  border-radius: 0.7rem;
}
@media (max-width: 992px) {
  .swiper-scrollbar {
    height: 1rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: transparent;
  position: absolute;
  top: -2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media (max-width: 992px) {
  .swiper-scrollbar .swiper-scrollbar-drag {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    top: -1.4rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag:hover:after, .swiper-scrollbar .swiper-scrollbar-drag:focus-visible:after {
  background-color: #000000;
}
.swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: #000000;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .swiper-scrollbar .swiper-scrollbar-drag:after {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
  }
}

.swiper {
  width: calc(100% + 1.2rem + 1.2rem);
  max-width: calc(100% + 1.2rem + 1.2rem);
  margin-left: -1.2rem;
}
@media (max-width: 992px) {
  .swiper {
    width: calc(100% + 1.15rem + 1.15rem);
    max-width: calc(100% + 1.15rem + 1.15rem);
    margin-left: -1.15rem;
  }
}
.swiper.no-gap {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.swiper.no-gap .swiper-slide {
  padding: 0 0;
}

.swiper-slide {
  padding: 0 1.2rem;
}
@media (max-width: 992px) {
  .swiper-slide {
    padding: 0 1.15rem;
  }
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
      -ms-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.f-thumbs * {
  max-width: none;
}

.fancybox__caption {
  font-size: 1.4rem;
  padding: 1rem 0 0.4rem 0;
}

.fancybox__container {
  --fancybox-color: rgba(250,250,248,.98);
  --fancybox-bg: rgba(29,36,44,.98);
  max-width: 100dvw !important;
}

.f-button.is-prev,
.f-button.is-next {
  width: 4rem;
  height: 4rem;
}
.f-button.is-prev svg,
.f-button.is-next svg {
  width: 3rem;
}
.f-button.is-prev svg *,
.f-button.is-next svg * {
  stroke: #262626;
  stroke-width: 0.2rem;
}

.fancybox__infobar {
  color: var(--f-button-color);
  background: var(--f-button-bg);
}

.fancybox-focus-guard,
.fancybox__container {
  z-index: 999999;
}

@media (min-width: 993px) {
  .swiper:has(.waypoint) .animate {
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
    will-change: transform;
  }
  .swiper:has(.waypoint) .swiper-slide.swiper-slide-active .waypoint.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0rem, 0);
            transform: translate3d(0, 0rem, 0);
    -webkit-transition: 0.5s 0.3s ease-out;
    transition: 0.5s 0.3s ease-out;
  }
}

.waypoint {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-transform: translate3d(0, 3rem, 0);
          transform: translate3d(0, 3rem, 0);
  will-change: transform;
}
.waypoint.animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
  -webkit-transition: 0.5s 0s ease-out;
  transition: 0.5s 0s ease-out;
}

@media (max-width: 992px) {
  [data-offset] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.pin-spacer.pin-spacer.pin-spacer.pin-spacer section {
  overflow-x: unset;
}

body section {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}
body section .container {
  position: relative;
  z-index: 3;
}
body section *:last-child {
  margin-bottom: 0;
}
body section .btn-con {
  margin-top: 3.2rem;
}
@media (max-width: 992px) {
  body section .btn-con {
    margin-top: 2.5rem;
  }
}
body section .more-con {
  margin-top: 1.3rem;
}
body section .inner:has(button.over), body section .inner:has(a.over) {
  position: relative;
}
body section .inner button.over,
body section .inner a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}

*[id] {
  scroll-margin-top: 10.4rem;
}

.four-zero-four-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 993px) {
  .four-zero-four-section .row {
    min-height: calc(100dvh - 17.6rem - 45.694rem);
  }
}
@media (max-width: 992px) {
  .four-zero-four-section .row {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: calc(100dvh - 12.508rem - 63.596rem);
  }
}

.video-con {
  position: relative;
}
.video-con .unmute {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.9rem;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}
.video-con .unmute:hover, .video-con .unmute:focus-visible {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.video-con .unmute svg {
  width: 3.2rem;
  min-width: 3.2rem;
  margin-right: 1.6rem;
  margin-left: -0.2rem;
}
.video-con .unmute svg * {
  fill: currentColor;
}

.video-hero-section .bottom {
  background-image: url(../images/text-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
@media (max-width: 992px) {
  .video-hero-section .bottom {
    background-position: 0% 50%;
  }
}
.video-hero-section .bottom * {
  color: #FFFFFF;
}
.video-hero-section .row {
  padding-top: 4rem;
  padding-bottom: 4.1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .video-hero-section .row {
    padding-bottom: 10.9rem;
  }
}
@media (max-width: 992px) {
  .video-hero-section .video-con {
    display: none;
  }
}
.video-hero-section .video-con.mob {
  position: relative;
}
@media (min-width: 993px) {
  .video-hero-section .video-con.mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .video-hero-section .video-con.mob {
    display: block;
  }
}
.video-hero-section .video-con.mob a {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.7rem;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}
.video-hero-section .video-con.mob a:hover, .video-hero-section .video-con.mob a:focus-visible {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.video-hero-section .video-con.mob a svg {
  width: 1.6rem;
  min-width: 1.6rem;
  margin-right: 1rem;
  margin-left: -0.2rem;
}
.video-hero-section .video-con.mob a svg * {
  fill: currentColor;
}

.hero-section {
  position: relative;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-section .row {
  min-height: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 992px) {
  .hero-section .row {
    min-height: 23.9rem;
  }
}
.hero-section * {
  color: #FFFFFF;
}
.hero-section .text {
  width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .hero-section .text h1,
  .hero-section .text h2 {
    margin-bottom: 0;
  }
  .hero-section .text h3,
  .hero-section .text h4,
  .hero-section .text h5,
  .hero-section .text h6,
  .hero-section .text p,
  .hero-section .text li,
  .hero-section .text ol,
  .hero-section .text ul {
    display: none;
  }
}

.video-hero-2-section .container {
  max-width: 100%;
  padding: 0 0.6rem;
}
.video-hero-2-section .row {
  min-height: 85.4rem;
}
@media (max-width: 992px) {
  .video-hero-2-section .row {
    min-height: 0;
  }
}
.video-hero-2-section .text-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 8rem;
  background-image: url(../images/left-side.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -0.1rem top 50%;
}
@media (max-width: 992px) {
  .video-hero-2-section .text-side {
    padding: 4rem 2.3rem 4.2rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .video-hero-2-section .video-con {
    display: none;
  }
}
.video-hero-2-section .video-con.mob {
  position: relative;
}
@media (min-width: 993px) {
  .video-hero-2-section .video-con.mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .video-hero-2-section .video-con.mob {
    display: block;
    padding: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.video-hero-2-section .video-con.mob a {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.7rem;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}
.video-hero-2-section .video-con.mob a:hover, .video-hero-2-section .video-con.mob a:focus-visible {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.video-hero-2-section .video-con.mob a svg {
  width: 1.6rem;
  min-width: 1.6rem;
  margin-right: 1rem;
  margin-left: -0.2rem;
}
.video-hero-2-section .video-con.mob a svg * {
  fill: currentColor;
}
.video-hero-2-section .video-side {
  padding: 0;
}
@media (max-width: 992px) {
  .video-hero-2-section .video-side {
    display: none;
  }
}
.video-hero-2-section .video-side video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 993px) {
  .video-hero-2-section .video-side video {
    height: 100%;
  }
}
.video-hero-2-section * {
  color: #FFFFFF;
}
.video-hero-2-section h1 {
  margin-bottom: 0.55em;
}
@media (min-width: 993px) {
  .video-hero-2-section h1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 992px) {
  .video-hero-2-section h1 {
    font-size: 3.2rem;
    margin-bottom: 0.95em;
  }
}
.video-hero-2-section p {
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 1.2em;
}
.video-hero-2-section .btn-con {
  margin-top: 3.6rem;
}
@media (max-width: 992px) {
  .video-hero-2-section .btn-con {
    margin-top: 2.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.center-text-section + .logos-section {
  margin-top: -5rem;
}

@media (max-width: 992px) {
  .logos-section {
    position: relative;
  }
  .logos-section:before {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(32.84%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 32.84%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
    pointer-events: none;
  }
  .logos-section:after {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 100%;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(32.84%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, white 32.84%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
    pointer-events: none;
  }
}
.logos-section .container {
  max-width: 82rem;
}
.logos-section .row {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.logos-section .swiper {
  width: calc(100% + 1.6rem + 1.6rem);
  max-width: calc(100% + 1.6rem + 1.6rem);
  margin-left: -1.6rem;
}
@media (max-width: 992px) {
  .logos-section .swiper .swiper-wrapper-con {
    overflow: visible !important;
  }
}
.logos-section .swiper .swiper-slide {
  padding: 0 1.6rem;
}

@media (max-width: 992px) {
  .text-with-image-section + .center-text-section .row {
    padding-top: 6.8rem;
    padding-bottom: 10.2rem;
  }
}

@media (max-width: 992px) {
  .center-text-section .container {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.center-text-section.grey {
  background-color: #262626;
}
.center-text-section.grey * {
  color: #FFFFFF;
}
.center-text-section .row {
  padding-top: 7.8rem;
  padding-bottom: 8.1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .center-text-section .row {
    padding-top: 8.5rem;
    padding-bottom: 8.1rem;
  }
  .center-text-section .row h3 {
    font-size: 3.2rem;
    line-height: 1.169;
  }
}
.center-text-section .text {
  width: 79.8rem;
  margin-left: auto;
  margin-right: auto;
}
.center-text-section .btn-con {
  margin-top: 2.3rem;
}
.center-text-section ul,
.center-text-section ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.center-text-section * + ul,
.center-text-section * + ol {
  margin-top: -0.85em;
}

@media (max-width: 992px) {
  .lp-user-profile.guest.guest.guest .lp-content-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.single-lp_course .lp-content-area {
  max-width: 128rem !important;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  margin: 0 auto;
}

.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login {
  margin: 4rem auto;
  width: calc(50% - 1.2rem);
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media (max-width: 992px) {
  .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register,
  .learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login {
    width: 100%;
    margin: 4rem 0 0;
    max-width: none;
  }
  .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register:last-of-type,
  .learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login:last-of-type {
    margin-bottom: 4rem;
  }
}
.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register p:has([type=checkbox]),
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login p:has([type=checkbox]) {
  display: none;
}
.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit],
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit] {
  border-radius: 0.4rem;
  border-color: #E1011C;
  background-color: #E1011C;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 1.4rem 2.3rem;
  text-transform: none;
  margin-bottom: 1rem;
}
.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit]:hover, .learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register.learn-press-form-register [type=submit]:focus-visible,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit]:hover,
.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login.learn-press-form-login [type=submit]:focus-visible {
  background-color: transparent;
  color: #E1011C !important;
}

.our-courses-section {
  background-color: #EEEEEE;
}
.our-courses-section .container {
  max-width: 129.6rem;
}
@media (max-width: 992px) {
  .our-courses-section .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.our-courses-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.our-courses-section .title-con {
  text-align: center;
  margin-bottom: 3.1rem;
}
@media (max-width: 992px) {
  .our-courses-section .title-con h3 {
    font-size: 4.8rem;
  }
}

@media (max-width: 992px) {
  .c-item {
    margin-bottom: 3.2rem;
  }
}
.c-item .inner {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.3));
}
.c-item .image-con img {
  aspect-ratio: 408/300;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .c-item .image-con img {
    aspect-ratio: 408/237;
  }
}
.c-item .text-con {
  padding: 3.2rem 3.2rem 0;
}
.c-item .text-con .title {
  margin-bottom: 2.5rem;
}
.c-item .text-con .Free {
  display: none;
}
@media (max-width: 992px) {
  .c-item .text-con .price {
    font-size: 2rem;
  }
}
.c-item .info-metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.3rem;
}
.c-item .info-metas > span {
  position: relative;
  padding-left: 2.8rem;
  font-family: "Inter", sans-serif;
}
.c-item .info-metas > span:has(+ span) {
  margin-bottom: 2.5rem;
}
.c-item .info-metas > span svg {
  position: absolute;
  width: 1.8rem;
  min-width: 1.8rem;
  top: 0;
  left: 0;
}
.c-item .info-metas > span h6 {
  font-family: "Inter", sans-serif;
  margin-bottom: 0.1em;
}
.c-item .btn-con {
  padding: 0 3.2rem 3.2rem;
  margin-top: 5.9rem;
}
@media (max-width: 992px) {
  .c-item .btn-con {
    margin-top: 2.3rem;
  }
}
.c-item .btn-con .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .c-item .btn-con .btn {
    padding: 0.7rem 3rem;
  }
}

.our-success-stories-section .row {
  padding-top: 8rem;
  padding-bottom: 10.7rem;
}
.our-success-stories-section .title-con {
  text-align: center;
  margin-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .our-success-stories-section .title-con h3 {
    font-size: 4.8rem;
  }
}
.our-success-stories-section .swiper {
  width: calc(100% + 1.6rem + 1.6rem);
  max-width: calc(100% + 1.6rem + 1.6rem);
  margin-left: -1.6rem;
}
@media (max-width: 992px) {
  .our-success-stories-section .swiper .swiper-wrapper-con {
    overflow: visible !important;
  }
}
.our-success-stories-section .swiper .swiper-slide {
  padding: 0 1.6rem;
}
.our-success-stories-section .swiper .swiper-pagination {
  max-width: none;
}

.ss-item.ss-item.ss-item .inner {
  -webkit-box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.ss-item.ss-item.ss-item .image-con {
  position: relative;
}
@media (min-width: 993px) {
  .ss-item.ss-item.ss-item .image-con {
    margin-left: -0.38rem;
    width: calc(100% + 0.38rem + 0.38rem);
    max-width: calc(100% + 0.38rem + 0.38rem);
  }
}
.ss-item.ss-item.ss-item .image-con img {
  aspect-ratio: 405/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .ss-item.ss-item.ss-item .image-con img {
    aspect-ratio: 405/337;
  }
}
.ss-item.ss-item.ss-item .image-con a {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.7rem;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}
.ss-item.ss-item.ss-item .image-con a:hover, .ss-item.ss-item.ss-item .image-con a:focus-visible {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.ss-item.ss-item.ss-item .image-con a svg {
  width: 1.6rem;
  min-width: 1.6rem;
  margin-right: 1rem;
  margin-left: -0.2rem;
}
.ss-item.ss-item.ss-item .image-con a svg * {
  fill: currentColor;
}
.ss-item.ss-item.ss-item .text-con {
  padding: 3.2rem 2.3rem 3.2rem 3.2rem;
}
@media (max-width: 992px) {
  .ss-item.ss-item.ss-item .text-con {
    padding: 2.5rem 2.4rem 2.3rem 2.4rem;
  }
}
.ss-item.ss-item.ss-item h4 {
  margin-bottom: -0.1em;
}

@media (min-width: 993px) {
  .text-with-image-section.right .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 993px) {
  .text-with-image-section .container,
  .text-with-image-section .col-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .text-with-image-section .row {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}
.text-with-image-section.white .row {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 992px) {
  .text-with-image-section.white .row {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }
}
.text-with-image-section.grey {
  background-color: #262626;
}
.text-with-image-section.grey * {
  color: #FFFFFF;
}
.text-with-image-section.grey-light {
  background-color: #EEEEEE;
}
@media (max-width: 992px) {
  .text-with-image-section.grey-light ~ .text-with-image-section .row {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.text-with-image-section.grey-light .row {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.text-with-image-section img {
  -webkit-box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15), 0 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15), 0 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
  aspect-ratio: 612/276;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .text-with-image-section img {
    aspect-ratio: 612/357;
  }
}
.text-with-image-section .container {
  max-width: 128.8rem;
}
.text-with-image-section .row {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .text-with-image-section .row {
    padding-top: 3.3rem;
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 992px) {
  .text-with-image-section .text-side {
    text-align: center;
    margin-bottom: 3.1rem;
  }
  .text-with-image-section .text-side h3 {
    font-size: 3.2rem;
  }
}
.text-with-image-section p {
  font-family: "Inter", sans-serif;
}
.text-with-image-section .btn-con {
  margin-top: 1.2rem;
}
@media (max-width: 992px) {
  .text-with-image-section .btn-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .text-with-image-section ol,
  .text-with-image-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) {
  .text-with-image-section p + ul,
  .text-with-image-section p + ol {
    margin-top: -0.95em;
  }
}

.hero-section + .icon-blocks-section .row {
  padding-top: 9rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 992px) {
  .hero-section + .icon-blocks-section .row {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.hero-section + .icon-blocks-section .col-12.text-con {
  margin-bottom: 3.2rem;
}

.icon-blocks-section {
  background-color: #EEEEEE;
}
@media (min-width: 993px) {
  .icon-blocks-section .container,
  .icon-blocks-section .col-12 {
    padding-right: 1.65rem;
    padding-left: 1.65rem;
  }
  .icon-blocks-section .row {
    margin-right: -1.65rem;
    margin-left: -1.65rem;
  }
}
.icon-blocks-section .container {
  max-width: 128.8rem;
}
@media (max-width: 992px) {
  .icon-blocks-section .container {
    max-width: 31.1rem;
  }
}
.icon-blocks-section .row {
  padding-top: 8rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 992px) {
  .icon-blocks-section .row {
    padding-top: 3.2rem;
    padding-bottom: 3.3rem;
  }
}
.icon-blocks-section .col-12.text-con {
  text-align: center;
  margin-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .icon-blocks-section .col-12.text-con h3 {
    font-size: 3.2rem;
  }
}

.i-item {
  margin-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .i-item {
    position: sticky;
    top: 3.3rem;
  }
}
.i-item .icon-con {
  width: 15rem;
  margin: 0 auto -13rem;
}
.i-item .icon-con img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.i-item .text-con {
  border: 0.1rem solid #B5B5B5;
  padding: 15.2rem 2.4rem 4rem;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
}

.our-team-section {
  background-color: #EEEEEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#B5B5B5));
  background: linear-gradient(180deg, #EEEEEE 0%, #B5B5B5 100%);
  position: relative;
}
.our-team-section:before {
  content: "";
  background-image: url(../images/boxes.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1.2rem;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/316;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .our-team-section:before {
    aspect-ratio: 1540/900;
  }
}
@media (min-width: 993px) {
  .our-team-section .container,
  .our-team-section .col-12 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .our-team-section .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
.our-team-section .container {
  max-width: 127.4rem;
}
.our-team-section .row {
  padding-top: 8rem;
  padding-bottom: 6.5rem;
}
.our-team-section .title-con {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .our-team-section .title-con h3 {
    font-size: 3.2rem;
  }
}

.t-item {
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .t-item {
    margin-bottom: 1.6rem;
  }
}
.t-item .inner {
  -webkit-box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
}
.t-item .image-con img {
  aspect-ratio: 408/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .t-item .image-con img {
    aspect-ratio: 408/387;
  }
}
.t-item .text-con {
  padding: 3.2rem 3.2rem 2.9rem;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 0;
}
.t-item h3 {
  margin-bottom: 0.3em;
}
@media (max-width: 992px) {
  .t-item h3 {
    font-size: 3.2rem;
  }
}
.t-item h4 {
  margin-bottom: 0.41em;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 993px) {
  .contact-section .container,
  .contact-section .col-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .contact-section .row {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}
.contact-section .container {
  max-width: 129.2rem;
}
.contact-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.contact-section .text-side .inner {
  background-color: #EEEEEE;
  padding: 2.4rem 2.4rem 2.4rem;
}
.contact-section h3 {
  margin-bottom: 0.8em;
}
@media (max-width: 992px) {
  .contact-section h3 {
    font-size: 3.2rem;
    margin-bottom: 0.5em;
  }
}
.contact-section .social-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.2rem;
}
.contact-section .social-menu * {
  fill: #E1011C;
}
@media (max-width: 992px) {
  .contact-section .social-menu a {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.contact-section .social-menu a:hover *, .contact-section .social-menu a:focus-visible * {
  fill: #000000 !important;
}
.contact-section h6 {
  margin-top: 2.55rem;
}
@media (max-width: 992px) {
  .contact-section h6 {
    margin-top: 2.15rem;
  }
}
.contact-section .info-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-section .info-con span,
.contact-section .info-con a {
  text-decoration: none;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
}
.contact-section .info-con span:has(+ a),
.contact-section .info-con a:has(+ a) {
  margin-bottom: 1.6rem;
}
.contact-section .info-con a {
  color: #E1011C;
}
.contact-section .info-con a:hover, .contact-section .info-con a:focus-visible {
  color: #000000;
}
.contact-section .form-side {
  margin-bottom: 3.2rem;
}
.contact-section .form-side .inner {
  padding: 2.2rem 2.4rem 2rem;
  -webkit-box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .contact-section .form-side .inner {
    padding: 5.5rem 2.4rem 1.8rem;
  }
}

.locations-section {
  background-color: #EEEEEE;
}
.locations-section .container {
  max-width: 127.4rem;
}
@media (max-width: 992px) {
  .locations-section .container {
    max-width: 37rem;
  }
}
.locations-section .row {
  padding-top: 8rem;
  padding-bottom: 5.7rem;
}
@media (max-width: 992px) {
  .locations-section .row {
    padding-bottom: 5rem;
  }
}
.locations-section .text-con {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .locations-section .text-con {
    margin-bottom: 2.9rem;
  }
}
.locations-section .text-con h3 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .locations-section .text-con h3 {
    font-size: 4.8rem;
  }
}
@media (max-width: 992px) {
  .locations-section .text-con ol,
  .locations-section .text-con ul,
  .locations-section .text-con li,
  .locations-section .text-con p {
    display: none;
  }
}

.lo-item {
  margin-bottom: 2.4rem !important;
}
@media (max-width: 992px) {
  .lo-item {
    margin-bottom: 3.1rem !important;
  }
}
.lo-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0.4rem rgba(0, 0, 0, 0.15);
}
.lo-item .image-side {
  width: 32.7%;
}
@media (max-width: 992px) {
  .lo-item .image-side {
    width: 100%;
  }
}
.lo-item .image-side img {
  height: 100%;
  aspect-ratio: 408/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .lo-item .image-side img {
    aspect-ratio: 345/300;
  }
}
.lo-item .text-side {
  width: 67.3%;
  padding: 3.2rem 3.2rem 3.2rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 992px) {
  .lo-item .text-side {
    width: 100%;
  }
}
.lo-item h3 {
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .lo-item h3 {
    font-size: 3.2rem;
    margin-bottom: 0.8em;
  }
}
.lo-item p {
  font-family: "Roboto Flex", sans-serif;
}
@media (max-width: 992px) {
  .lo-item p {
    margin-bottom: 1.4em;
  }
}
.lo-item .info-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lo-item .info-con span,
.lo-item .info-con a {
  text-decoration: none;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 3.1rem;
}
.lo-item .info-con span:has(+ a),
.lo-item .info-con a:has(+ a) {
  margin-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .lo-item .info-con span:has(+ a),
  .lo-item .info-con a:has(+ a) {
    margin-bottom: 2.5rem;
  }
}
.lo-item .info-con span svg,
.lo-item .info-con a svg {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 1.9rem;
}
.lo-item .info-con a {
  color: #E1011C;
}
.lo-item .info-con a:hover, .lo-item .info-con a:focus-visible {
  color: #000000;
}
.lo-item .btn-con {
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .lo-item .btn-con {
    margin-top: 2.2rem;
  }
}
.lo-item .btn-con .btn {
  padding: 0.728rem 2.3rem;
}
@media (max-width: 992px) {
  .lo-item .btn-con .btn {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .logos-section + .banner-section {
    padding-top: 5.9rem;
    padding-bottom: 0;
  }
  .logos-section + .banner-section p + ul,
  .logos-section + .banner-section p + ol {
    margin-top: -0.95em;
  }
}
.logos-section + .banner-section .text {
  text-align: center;
  width: 58.5rem;
}
.logos-section + .banner-section .text ol,
.logos-section + .banner-section .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-section {
  position: relative;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media (max-width: 992px) {
  .banner-section {
    padding-bottom: 4.4rem;
  }
}
.banner-section .container {
  position: relative;
}
@media (max-width: 992px) {
  .banner-section .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.banner-section .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.banner-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.banner-section h1,
.banner-section h2,
.banner-section h3,
.banner-section h4,
.banner-section h5,
.banner-section h6 {
  text-align: center;
}
.banner-section .text {
  width: 46.5rem;
  margin-left: auto;
  margin-right: auto;
}
.banner-section .text * {
  color: #FFFFFF;
}
.banner-section ul,
.banner-section ol {
  text-align: left;
}
.banner-section .btn-con {
  margin-top: 1.5rem;
}

.banner-section + .column-text-section .row {
  padding-top: 0.9rem;
}

@media (max-width: 992px) {
  .column-text-section .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.column-text-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .column-text-section .row {
    padding-bottom: 3.1rem;
  }
}
@media (min-width: 993px) {
  .column-text-section .text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3.8rem;
       -moz-column-gap: 3.8rem;
            column-gap: 3.8rem;
  }
}
.column-text-section * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.column-text-section h1,
.column-text-section h2,
.column-text-section h3 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
.column-text-section h3 {
  margin-bottom: 0.52em;
}
@media (max-width: 992px) {
  .column-text-section h3 {
    font-size: 3.2rem;
    text-align: center;
  }
}
.column-text-section p {
  margin-bottom: 1.2em;
}
.column-text-section .btn-con {
  margin-top: 0.6rem;
}
@media (max-width: 992px) {
  .column-text-section .btn-con {
    margin-top: 4.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.red-banner-section {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1011C), to(#7B010F));
  background: linear-gradient(180deg, #E1011C 0%, #7B010F 100%);
}
.red-banner-section:before {
  content: "";
  background-image: url(../images/red-boxes2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/316;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .red-banner-section:before {
    aspect-ratio: 393/406;
  }
}
.red-banner-section .row {
  padding-top: 7.8rem;
  padding-bottom: 8.1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .red-banner-section .row {
    padding-top: 7.9rem;
    padding-bottom: 8.2rem;
  }
  .red-banner-section .row h3 {
    font-size: 3.2rem;
  }
}
.red-banner-section .text {
  width: 79.8rem;
  margin-left: auto;
  margin-right: auto;
}
.red-banner-section .text ul,
.red-banner-section .text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.red-banner-section .text * {
  color: #FFFFFF;
}
.red-banner-section .text * + ul,
.red-banner-section .text * + ol {
  margin-top: -0.85em;
}
.red-banner-section .btn-con {
  margin-top: 2.3rem;
}

.learn-press-breadcrumb.learn-press-breadcrumb {
  padding: 1.4rem 0;
}
@media (max-width: 992px) {
  .learn-press-breadcrumb.learn-press-breadcrumb {
    padding: 1.6rem 0;
  }
}
.learn-press-breadcrumb.learn-press-breadcrumb li {
  font-size: 1.6rem;
}
.learn-press-breadcrumb.learn-press-breadcrumb li.breadcrumb-delimiter i {
  margin: 0 0.4rem;
}
.learn-press-breadcrumb.learn-press-breadcrumb li.breadcrumb-delimiter i:before {
  content: ">";
  font-size: 1.6rem;
}
.learn-press-breadcrumb.learn-press-breadcrumb li a {
  text-decoration: none;
}
.learn-press-breadcrumb.learn-press-breadcrumb li a:hover, .learn-press-breadcrumb.learn-press-breadcrumb li a:focus-visible {
  color: #E1011C;
}

.lp-single-course__header__inner.lp-single-course__header__inner,
.lp-archive-courses.lp-archive-courses {
  max-width: 128rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  margin: 0 auto;
}

.lp-archive-courses.lp-archive-courses.lp-archive-courses .lp-courses-bar {
  display: none;
}
.lp-archive-courses.lp-archive-courses.lp-archive-courses .lp-content-area {
  padding: 0.3rem 0 3rem;
}
.lp-archive-courses.lp-archive-courses.lp-archive-courses .lp-content-area p a {
  color: #E1011C;
}
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header {
    margin-bottom: 4rem;
  }
}
.lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 {
  font-weight: 700;
}
@media (max-width: 992px) {
  .lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses-header h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 992px) {
  .lp-archive-courses.lp-archive-courses.lp-archive-courses .learn-press-courses {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}
.lp-archive-courses.lp-archive-courses.lp-archive-courses .lp-list-courses-default {
  margin-left: -1.2rem;
  width: calc(100% + 2.4rem);
  max-width: calc(100% + 2.4rem);
}
.lp-archive-courses.lp-archive-courses.lp-archive-courses .lp-content-area {
  padding-bottom: 0;
}

.course.course.course.course.course.course {
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #B5B5B5;
  margin-bottom: 4.8rem;
}
@media (max-width: 992px) {
  .course.course.course.course.course.course {
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
}

.learn-press-courses.grid.grid.grid {
  margin-left: 0;
}
.learn-press-courses.grid.grid.grid .course {
  padding: 0;
}

.course-item.course-item.course-item.course-item.course-item {
  border: none;
  border-radius: 0;
}
.course-item.course-item.course-item.course-item.course-item .course-thumbnail {
  width: 48.7%;
}
@media (max-width: 992px) {
  .course-item.course-item.course-item.course-item.course-item .course-thumbnail {
    width: 100%;
  }
}
.course-item.course-item.course-item.course-item.course-item .course-thumbnail img {
  border-radius: 0.4rem;
  aspect-ratio: 642/284;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .course-item.course-item.course-item.course-item.course-item .course-thumbnail img {
    aspect-ratio: 345/276;
  }
}
.course-item.course-item.course-item.course-item.course-item .course-content {
  width: 51.3%;
  padding-left: 3.2rem;
}
@media (max-width: 992px) {
  .course-item.course-item.course-item.course-item.course-item .course-content {
    width: 100%;
    padding: 3rem 0 1rem;
  }
}
.course-item.course-item.course-item.course-item.course-item h3 {
  margin-bottom: 0.45em;
}
@media (max-width: 992px) {
  .course-item.course-item.course-item.course-item.course-item h3 {
    font-size: 3.2rem;
    line-height: 1.1875;
    margin-bottom: 0.5em;
  }
  .course-item.course-item.course-item.course-item.course-item h3 a {
    font-size: 3.2rem;
    line-height: 1.1875;
  }
}
.course-item.course-item.course-item.course-item.course-item h3 * {
  font-size: inherit;
}
.course-item.course-item.course-item.course-item.course-item h3 a {
  text-decoration: none;
}
.course-item.course-item.course-item.course-item.course-item h3 a:hover, .course-item.course-item.course-item.course-item.course-item h3 a:focus-visible {
  color: #E1011C;
}
.course-item.course-item.course-item.course-item.course-item .course-wrap-meta,
.course-item.course-item.course-item.course-item.course-item .course-instructor-category {
  display: none;
}
.course-item.course-item.course-item.course-item.course-item .course-short-description {
  font-family: "Inter", sans-serif;
  -webkit-line-clamp: unset;
  margin-bottom: 1rem;
}
.course-item.course-item.course-item.course-item.course-item .course-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5rem;
  gap: 1.7rem;
}
@media (max-width: 992px) {
  .course-item.course-item.course-item.course-item.course-item .course-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.course-item.course-item.course-item.course-item.course-item .course-info .free {
  display: none;
}
.course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a {
  border-radius: 0.4rem;
  border-width: 0.2rem;
  border-color: #E1011C;
  background-color: transparent;
  color: #E1011C !important;
  font-weight: 700;
  padding: 0.6rem 2.3rem;
}
.course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a:hover, .course-item.course-item.course-item.course-item.course-item .course-info .course-readmore a:focus-visible {
  background-color: #E1011C;
  color: #FFFFFF !important;
}

.lp-single-course__header__inner.lp-single-course__header__inner {
  padding-top: 5.4rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .lp-single-course__header__inner.lp-single-course__header__inner {
    padding-top: 5.6rem;
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 993px) {
  .lp-single-course__header__inner.lp-single-course__header__inner {
    min-height: 32.819rem;
  }
}
.lp-single-course__header__inner.lp-single-course__header__inner > * {
  width: calc(100% - 44rem);
}
@media (max-width: 992px) {
  .lp-single-course__header__inner.lp-single-course__header__inner > * {
    width: 100%;
  }
}
.lp-single-course__header__inner.lp-single-course__header__inner .learn-press-breadcrumb {
  margin: 0 0 1.6rem;
}
.lp-single-course__header__inner.lp-single-course__header__inner .lp-single-course-info-one,
.lp-single-course__header__inner.lp-single-course__header__inner .course-instructor-category {
  display: none;
}
.lp-single-course__header__inner.lp-single-course__header__inner .info-metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-single-course__header__inner.lp-single-course__header__inner .info-metas > span {
  position: relative;
  padding-left: 2.8rem;
  font-family: "Inter", sans-serif;
}
.lp-single-course__header__inner.lp-single-course__header__inner .info-metas > span:has(+ span) {
  margin-bottom: 1.7rem;
}
.lp-single-course__header__inner.lp-single-course__header__inner .info-metas > span svg {
  position: absolute;
  width: 1.8rem;
  min-width: 1.8rem;
  top: 0;
  left: 0;
}
.lp-single-course__header__inner.lp-single-course__header__inner .info-metas > span h6 {
  font-family: "Inter", sans-serif;
  margin-bottom: 0.1em;
}

.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 0;
  padding: 4.3rem 0 6.6rem;
}
@media (min-width: 993px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main {
    margin-left: -0.4rem;
    width: calc(100% + 0.8rem);
    max-width: calc(100% + 0.8rem);
  }
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main {
    margin-left: 0.6rem;
    width: calc(100% - 1.2rem);
    max-width: calc(100% - 1.2rem);
    padding-bottom: 3.4rem;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left {
  width: calc(100% - 45rem);
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left {
    width: 100%;
    margin-top: 4rem;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description {
  margin-bottom: 1rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description P:has(.fluid-width-video-wrapper) {
  width: 67.7%;
  margin-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description P:has(.fluid-width-video-wrapper) {
    width: 93.3%;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description p,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description li {
  font-family: "Roboto Flex", sans-serif;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description p + ul,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description p + ol {
  margin-top: -0.65em;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description ul,
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description ol {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-description h3 {
    font-size: 3.2rem;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .learn-press-message {
  display: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .lp-course-curriculum__title {
    font-size: 3.2rem;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .course-curriculum-info {
  gap: 2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .course-curriculum-info {
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum ul.course-curriculum-info__left {
  gap: 0.8rem;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum ul.course-curriculum-info__left {
    width: 19rem;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum ul.course-curriculum-info__left li {
  gap: 0.8rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum ul.course-curriculum-info__left li:after {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e2e0db;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .lp-course-curriculum .course-toggle-all-sections {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section {
  border: 0.1rem solid #B5B5B5;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section-header {
  background-color: #F6F6FA;
  padding: 1.6rem 1.1rem 1.6rem 1.8rem;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section-header .section-toggle i {
  font-size: 2rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section-header .section-count-items {
  min-width: 2.4rem;
  font-family: "Inter", sans-serif;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section-header .course-section__title {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items {
  margin: 0;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item {
  border-color: #B5B5B5;
  padding: 1.51rem 1.7rem;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item {
    padding: 1.57rem 1.7rem;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.8rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link:hover, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link:focus-visible {
  color: #E1011C;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__left:hover, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__left:focus-visible {
  color: #E1011C;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__info {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.8rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__info .course-item-ico {
  min-width: 2rem;
  font-size: 2rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__content {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.8rem;
  font-family: "Inter", sans-serif;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico {
  width: 2.4rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__left .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico:before {
  color: #B5B5B5;
}
@media (min-width: 993px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right {
    width: 45rem;
    margin-top: -31.7rem;
  }
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right {
    margin-top: -5.6rem;
    width: 100%;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-img {
  margin: -2rem -2rem 2rem -2rem;
  border-radius: 0;
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-img img {
  aspect-ratio: 452/227;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-img img {
    aspect-ratio: 361/227;
  }
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .graduation {
  margin-bottom: 1rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-learning {
  margin-bottom: 0.7rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-progress {
  margin-bottom: 1rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-items-completed-progress-bar {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-items-completed-progress-bar .course-progress__line {
  height: 0.7rem;
  border-radius: 0.5rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-items-completed-progress-bar .course-progress__line .course-progress__line__active {
  background-color: #E1011C;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-icon-question-circle {
  display: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-single-course-main__right__inner {
  padding: 2rem 2rem 2rem;
  background-color: #FFFFFF;
  border-radius: 0.6rem;
  border: 0.1rem solid #EEEEEE;
  top: 5.4rem;
  overflow: clip;
  position: static;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-single-course-main__right__inner form:after {
  display: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price {
  margin-bottom: 0.4em;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-price .free {
  display: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas {
  margin-bottom: -0.1rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas .info-meta-item {
  gap: 0.2rem;
  margin-bottom: 0.9rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas .info-meta-item:has(.lp-icon-user-graduate), .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas .info-meta-item:has(.lp-icon-puzzle-piece), .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas .info-meta-item:has(.lp-icon-signal) {
  display: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas .info-meta-item .info-meta-left {
  gap: 1rem;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .info-metas .info-meta-item i:before {
  color: #E1011C;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .social-swapper {
  display: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .course-buttons {
  margin-bottom: 0;
  gap: 0;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button {
  border-radius: 0.4rem;
  border-color: #E1011C;
  background-color: #E1011C;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 1.4rem 2.3rem;
  text-transform: none;
}
.lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button:hover, .lp-single-course.lp-single-course.lp-single-course.lp-single-course.lp-single-course .lp-single-course-main__right .lp-button:focus-visible {
  background-color: transparent;
  color: #E1011C !important;
}

.lp-single-course .lp-course-comment,
.lp-single-course .lp-section-instructor,
.lp-single-course .lp-list-courses-related {
  display: none;
}

.learn-press-message.error.error {
  color: #E1011C;
}

#BTT#BTT .lp-checkout-form.lp-checkout-form {
  margin: 0 auto;
}
@media (min-width: 993px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-form__before,
  #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-form__after {
    width: calc(50% - 1.2rem);
    margin: 0 1.2rem 4rem 1.2rem;
  }
}
@media (min-width: 993px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-form__before {
    margin-right: 0;
  }
}
#BTT#BTT .lp-checkout-form.lp-checkout-form #checkout-account-logged-in {
  margin-bottom: 2.4rem;
}
@media (min-width: 993px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-form__after {
    margin-left: 0;
  }
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-block h4 {
  margin-bottom: 1.8rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-form-fields .form-field {
  margin: 0 0 1.8rem 0;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-form-fields label {
  margin-bottom: 1rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-form-fields input:not([type=checkbox]) {
  padding: 1rem 1.5rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .order-comments {
  padding: 1.5rem;
  min-height: 15rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-lost-password-link:hover, #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-lost-password-link:focus-visible {
  color: #E1011C;
  -webkit-text-decoration-color: #E1011C;
          text-decoration-color: #E1011C;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-remember.lp-checkout-remember label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-remember.lp-checkout-remember label {
    margin-bottom: 0;
  }
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-remember.lp-checkout-remember [type=checkbox] {
  top: 0rem;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 0.4rem 0 0;
  opacity: 1;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-remember.lp-checkout-remember [type=checkbox]:checked:after {
  color: red;
  top: 0.2rem;
  left: 0.2rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-order__inner {
  padding: 0 2rem;
}
@media (max-width: 992px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form .lp-checkout-order__inner {
    padding: 0 1rem;
  }
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .learn-press-checkout-comment {
  margin-bottom: 2rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form #checkout-payment {
  margin-bottom: 2.5rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .secure-connection {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .payment-methods .lp-payment-method > label {
  padding: 1rem 2rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .payment-methods.payment-methods .lp-payment-method {
  margin-bottom: 2rem;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .payment-methods.payment-methods [type=radio] {
  top: 0rem;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 0.4rem 0 0;
  opacity: 1;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .payment-methods.payment-methods [type=radio]:checked:before {
  color: red;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form .payment-methods.payment-methods .gateway-icon {
  max-height: 3.2rem;
  width: auto;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit] {
  border-radius: 0.4rem;
  border-color: #E1011C;
  background-color: #E1011C;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 1.4rem 2.3rem;
  text-transform: none;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit]:hover, #BTT#BTT .lp-checkout-form.lp-checkout-form [type=submit]:focus-visible {
  background-color: transparent;
  color: #E1011C !important;
}
#BTT#BTT .lp-checkout-form.lp-checkout-form #checkout-order .course-thumbnail {
  width: 8rem;
  padding: 2rem 1.3rem 1.8rem 0;
}
@media (max-width: 992px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form #checkout-order .course-thumbnail {
    padding: 1.2rem 0.6rem 1.2rem 0;
  }
}
#BTT#BTT .lp-checkout-form.lp-checkout-form #checkout-order .col-number {
  min-width: 4rem;
}
@media (max-width: 992px) {
  #BTT#BTT .lp-checkout-form.lp-checkout-form #checkout-order .col-number {
    min-width: 5rem;
    width: 11rem;
    font-size: 1.6rem;
  }
}

.lp-user-profile.lp-user-profile.lp-user-profile .lp-profile-nav-tabs > li > a {
  padding: 1.4rem 2rem;
  gap: 0.8rem;
}
.lp-user-profile.lp-user-profile.lp-user-profile .lp-profile-nav-tabs > li > a > i {
  margin-top: 0.3rem;
}
.lp-user-profile.lp-user-profile.lp-user-profile .lp-profile-nav-tabs > li.has-child > a:after {
  right: 1.5rem;
}

.pagename-lp-profile .wrapper-profile-header {
  display: none;
}
.pagename-lp-profile .lp-archive-courses {
  padding: 0;
}
.pagename-lp-profile .profile-courses-list.profile-courses-list.profile-courses-list {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 993px) {
  .pagename-lp-profile .profile-courses-list.profile-courses-list.profile-courses-list .course.course.course.course.course.course {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .pagename-lp-profile .profile-courses-list.profile-courses-list.profile-courses-list .course.course.course.course.course.course .course-info .course-info > span {
    width: 100%;
    text-align: center;
  }
}
.pagename-lp-profile .learn-press-course-builder-link {
  border-radius: 0.4rem;
  border-color: #E1011C;
  background-color: #E1011C;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 1.4rem 2.3rem;
  text-transform: none;
}
.pagename-lp-profile .learn-press-course-builder-link:hover, .pagename-lp-profile .learn-press-course-builder-link:focus-visible {
  background-color: transparent;
  color: #E1011C !important;
}
.pagename-lp-profile .course.course.course.course.course .course-item .course-content,
.pagename-lp-profile .course.course.course.course.course .course-item .course-thumbnail {
  width: 100%;
}
.pagename-lp-profile .course.course.course.course.course .course-item .course-content {
  padding: 2rem;
}

.learn-press-message.learn-press-message.learn-press-message.learn-press-message.learn-press-message {
  margin-top: 2rem;
}

#popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson {
  border-radius: 0.4rem;
  border-color: #E1011C;
  background-color: #E1011C;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 1.4rem 2.3rem;
  text-transform: none;
}
#popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson:hover, #popup-content .button-complete-lesson.button-complete-lesson.button-complete-lesson:focus-visible {
  background-color: transparent;
  color: #E1011C !important;
}

.course-section__items .course-item:before {
  display: none;
}
.course-section__items .course-item a {
  text-decoration: none;
}

.learn-press-message.learn-press-message.learn-press-message.success {
  padding: 1rem 1rem;
}

.lp-button.completed.completed.completed.completed.completed.completed.completed.completed.completed {
  text-decoration: none;
}

.btn-finish-course.btn-finish-course.btn-finish-course.btn-finish-course.btn-finish-course {
  margin-top: 1rem !important;
  text-decoration: none;
}

@media (min-width: 993px) {
  .container {
    max-width: 128rem;
  }
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 992px) {
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .container {
    max-width: 128rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .row {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */
