@charset "UTF-8";
/*:root {*/
  /*--h1: 4.4rem;*/
  /*--h2: 4.2rem;*/
  /*--h3: 2.5rem;*/
  /*--h4: 2.2rem;*/
  /*--h5: 2rem;*/
  /*--h6: 1.8rem;*/
  /*--h1-lg: 5rem;*/
  /*--grid-gutter: 15px;*/
  /*--gutter: 30px;*/
  /*--gutter-ng: -30px;*/
  /*--vertical_rhythm: 1.2em;*/
/*}*/

/*@media (max-width: 1023px) {*/
  /*:root {*/
    /*--h1: 4.2rem;*/
    /*--h2: 3.6rem;*/
    /*--h3: 2.5rem;*/
    /*--h4: 2.2rem;*/
    /*--h5: 2rem;*/
    /*--h6: 1.8rem;*/
  /*}*/
/*}*/

/*@media (max-width: 767px) {*/
  /*:root {*/
    /*--h1: 3.8rem;*/
    /*--h2: 3.2rem;*/
    /*--h3: 2.3rem;*/
    /*--h4: 2.1rem;*/
    /*--h5: 2rem;*/
    /*--h6: 1.8rem;*/
  /*}*/
/*}*/

/*@media (max-width: 479px) {*/
  /*:root {*/
    /*--h1: 3.2rem;*/
    /*--h2: 2.8rem;*/
    /*--h3: 2.3rem;*/
    /*--h4: 2.1rem;*/
    /*--h5: 2rem;*/
    /*--h6: 1.8rem;*/
  /*}*/
/*}*/

/*@media (max-width: 1023px) {*/
  /*:root {*/
    /*--h1-lg: 4.6rem;*/
  /*}*/
/*}*/

/*@media (max-width: 767px) {*/
  /*:root {*/
    /*--h1-lg: 4.2rem;*/
  /*}*/
/*}*/

/*@media (max-width: 479px) {*/
  /*:root {*/
    /*--h1-lg: 3.4rem;*/
  /*}*/
/*}*/

/*@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {*/
  /*:root {*/
    /*--gutter: 50px;*/
  /*}*/
/*}*/

/*@media (max-width: 479px) {*/
  /*:root {*/
    /*--gutter: 20px;*/
  /*}*/
/*}*/


.icon-chevron-left-sm:before {
  content: "\e919";
}

.icon-chevron-right-sm:before {
  content: "\e91a";
}

.icon-arrow-right-thin:before {
  content: "\e918";
}

.icon-check1:before {
  content: "\e917";
}

.icon-open-quote:before {
  content: "\e916";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

.icon-arrow-l:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-approval:before {
  content: "\e90c";
}

.icon-support:before {
  content: "\e90d";
}

.icon-pallete:before {
  content: "\e90e";
}

.icon-quote:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e912";
}

.icon-facebook:before {
  content: "\e913";
}

.icon-instagram:before {
  content: "\e914";
}

.icon-lock:before {
  content: "\e910";
}

.icon-star-e:before {
  content: "\e911";
}

.icon-star:before {
  content: "\e915";
}

.icon-phone:before {
  content: "\e907";
}

.icon-envelope:before {
  content: "\e900";
}

.icon-check-b:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-chevron-right:before {
  content: "\e904";
}

.icon-chevron-left:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/*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.
 */
.auth-screen article,
.auth-screen aside,
.auth-screen details,
.auth-screen figcaption,
.auth-screen figure,
.auth-screen footer,
.auth-screen header,
.auth-screen hgroup,
.auth-screen main,
.auth-screen menu,
.auth-screen nav,
.auth-screen section,
.auth-screen 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.
 */
.auth-screen audio,
.auth-screen canvas,
.auth-screen progress,
.auth-screen video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
.auth-screen 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/10/11, Safari, and Firefox < 22.
 */
.auth-screen [hidden],
.auth-screen template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
.auth-screen a:active,
.auth-screen a:hover {
  outline: 0;
}

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
.auth-screen mark {
  font-weight: 700;
  background: transparent;
  color: #ef4511;
  white-space: nowrap;
}

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

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

.auth-screen sup {
  top: -0.5em;
}

.auth-screen sub {
  bottom: -0.25em;
}

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

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
.auth-screen code,
.auth-screen kbd,
.auth-screen pre,
.auth-screen 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.
 */
.auth-screen button,
.auth-screen input,
.auth-screen optgroup,
.auth-screen select,
.auth-screen textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
.auth-screen 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.
 */
.auth-screen button,
.auth-screen 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.
 */
.auth-screen button,
.auth-screen html input[type="button"],
.auth-screen input[type="reset"],
.auth-screen input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.auth-screen 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.
 */
.auth-screen input[type="checkbox"],
.auth-screen input[type="radio"] {
  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`.
 */
.auth-screen input[type="number"]::-webkit-inner-spin-button,
.auth-screen 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.
 */
.auth-screen input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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).
 */
.auth-screen input[type="search"]::-webkit-search-cancel-button,
.auth-screen input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
.auth-screen fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
.auth-screen legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
.auth-screen 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.
 */
.auth-screen optgroup {
  font-weight: bold;
}

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

.auth-screen td,
.auth-screen th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

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

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

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

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

.m-6_5 {
  margin: 6.5rem !important;
}

.mt-6_5,
.my-6_5 {
  margin-top: 6.5rem !important;
}

.mr-6_5,
.mx-6_5 {
  margin-right: 6.5rem !important;
}

.mb-6_5,
.my-6_5 {
  margin-bottom: 6.5rem !important;
}

.ml-6_5,
.mx-6_5 {
  margin-left: 6.5rem !important;
}

.m-7 {
  margin: 7rem !important;
}

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

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

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

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

.m-8 {
  margin: 8rem !important;
}

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

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

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

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

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

.m-10 {
  margin: 10rem !important;
}

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

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

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

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

.m-11 {
  margin: 11rem !important;
}

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

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

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

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

.m-12 {
  margin: 12rem !important;
}

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

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

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

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

.m-13 {
  margin: 13rem !important;
}

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

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

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

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

.m-14 {
  margin: 14rem !important;
}

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

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

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

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

.m-15 {
  margin: 15rem !important;
}

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

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

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

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

.m-16 {
  margin: 16rem !important;
}

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

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

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

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

.m-17 {
  margin: 17rem !important;
}

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

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

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

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

.m-18 {
  margin: 18rem !important;
}

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

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

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

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

.m-19 {
  margin: 19rem !important;
}

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

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

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

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

.m-20 {
  margin: 20rem !important;
}

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

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

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

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

.m-21 {
  margin: 21rem !important;
}

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

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

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

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

.m-22 {
  margin: 22rem !important;
}

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

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

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

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

.m-23 {
  margin: 23rem !important;
}

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

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

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

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

.m-24 {
  margin: 24rem !important;
}

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

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

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

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

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

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

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

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

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

.m-26 {
  margin: 26rem !important;
}

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

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

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

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

.m-27 {
  margin: 27rem !important;
}

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

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

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

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

.m-28 {
  margin: 28rem !important;
}

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

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

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

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

.m-29 {
  margin: 29rem !important;
}

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

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

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

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

.m-30 {
  margin: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

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

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

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

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

.p-6_5 {
  padding: 6.5rem !important;
}

.pt-6_5,
.py-6_5 {
  padding-top: 6.5rem !important;
}

.pr-6_5,
.px-6_5 {
  padding-right: 6.5rem !important;
}

.pb-6_5,
.py-6_5 {
  padding-bottom: 6.5rem !important;
}

.pl-6_5,
.px-6_5 {
  padding-left: 6.5rem !important;
}

.p-7 {
  padding: 7rem !important;
}

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

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

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

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

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

.p-10 {
  padding: 10rem !important;
}

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

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

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

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

.p-11 {
  padding: 11rem !important;
}

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

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

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

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

.p-12 {
  padding: 12rem !important;
}

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

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

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

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

.p-13 {
  padding: 13rem !important;
}

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

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

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

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

.p-14 {
  padding: 14rem !important;
}

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

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

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

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

.p-15 {
  padding: 15rem !important;
}

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

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

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

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

.p-16 {
  padding: 16rem !important;
}

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

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

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

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

.p-17 {
  padding: 17rem !important;
}

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

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

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

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

.p-18 {
  padding: 18rem !important;
}

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

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

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

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

.p-19 {
  padding: 19rem !important;
}

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

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

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

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

.p-20 {
  padding: 20rem !important;
}

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

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

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

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

.p-21 {
  padding: 21rem !important;
}

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

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

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

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

.p-22 {
  padding: 22rem !important;
}

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

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

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

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

.p-23 {
  padding: 23rem !important;
}

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

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

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

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

.p-24 {
  padding: 24rem !important;
}

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

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

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

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

.p-25 {
  padding: 25rem !important;
}

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

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

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

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

.p-26 {
  padding: 26rem !important;
}

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

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

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

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

.p-27 {
  padding: 27rem !important;
}

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

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

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

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

.p-28 {
  padding: 28rem !important;
}

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

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

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

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

.p-29 {
  padding: 29rem !important;
}

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

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

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

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

.p-30 {
  padding: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n2_5 {
  margin: -2.5rem !important;
}

.mt-n2_5,
.my-n2_5 {
  margin-top: -2.5rem !important;
}

.mr-n2_5,
.mx-n2_5 {
  margin-right: -2.5rem !important;
}

.mb-n2_5,
.my-n2_5 {
  margin-bottom: -2.5rem !important;
}

.ml-n2_5,
.mx-n2_5 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

.m-n3_5 {
  margin: -3.5rem !important;
}

.mt-n3_5,
.my-n3_5 {
  margin-top: -3.5rem !important;
}

.mr-n3_5,
.mx-n3_5 {
  margin-right: -3.5rem !important;
}

.mb-n3_5,
.my-n3_5 {
  margin-bottom: -3.5rem !important;
}

.ml-n3_5,
.mx-n3_5 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n4_5 {
  margin: -4.5rem !important;
}

.mt-n4_5,
.my-n4_5 {
  margin-top: -4.5rem !important;
}

.mr-n4_5,
.mx-n4_5 {
  margin-right: -4.5rem !important;
}

.mb-n4_5,
.my-n4_5 {
  margin-bottom: -4.5rem !important;
}

.ml-n4_5,
.mx-n4_5 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n5_5 {
  margin: -5.5rem !important;
}

.mt-n5_5,
.my-n5_5 {
  margin-top: -5.5rem !important;
}

.mr-n5_5,
.mx-n5_5 {
  margin-right: -5.5rem !important;
}

.mb-n5_5,
.my-n5_5 {
  margin-bottom: -5.5rem !important;
}

.ml-n5_5,
.mx-n5_5 {
  margin-left: -5.5rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-n6_5 {
  margin: -6.5rem !important;
}

.mt-n6_5,
.my-n6_5 {
  margin-top: -6.5rem !important;
}

.mr-n6_5,
.mx-n6_5 {
  margin-right: -6.5rem !important;
}

.mb-n6_5,
.my-n6_5 {
  margin-bottom: -6.5rem !important;
}

.ml-n6_5,
.mx-n6_5 {
  margin-left: -6.5rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}

.m-n11 {
  margin: -11rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -11rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -11rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -11rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -11rem !important;
}

.m-n12 {
  margin: -12rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -12rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -12rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -12rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -12rem !important;
}

.m-n13 {
  margin: -13rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -13rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -13rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -13rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -13rem !important;
}

.m-n14 {
  margin: -14rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -14rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -14rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -14rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -14rem !important;
}

.m-n15 {
  margin: -15rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15rem !important;
}

.m-n16 {
  margin: -16rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -16rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -16rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -16rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -16rem !important;
}

.m-n17 {
  margin: -17rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -17rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -17rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -17rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -17rem !important;
}

.m-n18 {
  margin: -18rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -18rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -18rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -18rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -18rem !important;
}

.m-n19 {
  margin: -19rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -19rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -19rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -19rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -19rem !important;
}

.m-n20 {
  margin: -20rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20rem !important;
}

.m-n21 {
  margin: -21rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -21rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -21rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -21rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -21rem !important;
}

.m-n22 {
  margin: -22rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -22rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -22rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -22rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -22rem !important;
}

.m-n23 {
  margin: -23rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -23rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -23rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -23rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -23rem !important;
}

.m-n24 {
  margin: -24rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -24rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -24rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -24rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -24rem !important;
}

.m-n25 {
  margin: -25rem !important;
}

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

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

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

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

.m-n26 {
  margin: -26rem !important;
}

.mt-n26,
.my-n26 {
  margin-top: -26rem !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -26rem !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -26rem !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -26rem !important;
}

.m-n27 {
  margin: -27rem !important;
}

.mt-n27,
.my-n27 {
  margin-top: -27rem !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -27rem !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -27rem !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -27rem !important;
}

.m-n28 {
  margin: -28rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -28rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -28rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -28rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -28rem !important;
}

.m-n29 {
  margin: -29rem !important;
}

.mt-n29,
.my-n29 {
  margin-top: -29rem !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -29rem !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -29rem !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -29rem !important;
}

.m-n30 {
  margin: -30rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30rem !important;
}

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

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

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

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

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

@media (min-width: 480px) {
  .m-xsm-0 {
    margin: 0 !important;
  }
  .mt-xsm-0,
  .my-xsm-0 {
    margin-top: 0 !important;
  }
  .mr-xsm-0,
  .mx-xsm-0 {
    margin-right: 0 !important;
  }
  .mb-xsm-0,
  .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsm-0,
  .mx-xsm-0 {
    margin-left: 0 !important;
  }
  .m-xsm-0_5 {
    margin: 0.5rem !important;
  }
  .mt-xsm-0_5,
  .my-xsm-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-xsm-0_5,
  .mx-xsm-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-xsm-0_5,
  .my-xsm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xsm-0_5,
  .mx-xsm-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-xsm-1 {
    margin: 1rem !important;
  }
  .mt-xsm-1,
  .my-xsm-1 {
    margin-top: 1rem !important;
  }
  .mr-xsm-1,
  .mx-xsm-1 {
    margin-right: 1rem !important;
  }
  .mb-xsm-1,
  .my-xsm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xsm-1,
  .mx-xsm-1 {
    margin-left: 1rem !important;
  }
  .m-xsm-1_5 {
    margin: 1.5rem !important;
  }
  .mt-xsm-1_5,
  .my-xsm-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-xsm-1_5,
  .mx-xsm-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xsm-1_5,
  .my-xsm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xsm-1_5,
  .mx-xsm-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-xsm-2 {
    margin: 2rem !important;
  }
  .mt-xsm-2,
  .my-xsm-2 {
    margin-top: 2rem !important;
  }
  .mr-xsm-2,
  .mx-xsm-2 {
    margin-right: 2rem !important;
  }
  .mb-xsm-2,
  .my-xsm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xsm-2,
  .mx-xsm-2 {
    margin-left: 2rem !important;
  }
  .m-xsm-2_5 {
    margin: 2.5rem !important;
  }
  .mt-xsm-2_5,
  .my-xsm-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-xsm-2_5,
  .mx-xsm-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-xsm-2_5,
  .my-xsm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xsm-2_5,
  .mx-xsm-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-xsm-3 {
    margin: 3rem !important;
  }
  .mt-xsm-3,
  .my-xsm-3 {
    margin-top: 3rem !important;
  }
  .mr-xsm-3,
  .mx-xsm-3 {
    margin-right: 3rem !important;
  }
  .mb-xsm-3,
  .my-xsm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xsm-3,
  .mx-xsm-3 {
    margin-left: 3rem !important;
  }
  .m-xsm-3_5 {
    margin: 3.5rem !important;
  }
  .mt-xsm-3_5,
  .my-xsm-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-xsm-3_5,
  .mx-xsm-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-xsm-3_5,
  .my-xsm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xsm-3_5,
  .mx-xsm-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-xsm-4 {
    margin: 4rem !important;
  }
  .mt-xsm-4,
  .my-xsm-4 {
    margin-top: 4rem !important;
  }
  .mr-xsm-4,
  .mx-xsm-4 {
    margin-right: 4rem !important;
  }
  .mb-xsm-4,
  .my-xsm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xsm-4,
  .mx-xsm-4 {
    margin-left: 4rem !important;
  }
  .m-xsm-4_5 {
    margin: 4.5rem !important;
  }
  .mt-xsm-4_5,
  .my-xsm-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-xsm-4_5,
  .mx-xsm-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-xsm-4_5,
  .my-xsm-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xsm-4_5,
  .mx-xsm-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-xsm-5 {
    margin: 5rem !important;
  }
  .mt-xsm-5,
  .my-xsm-5 {
    margin-top: 5rem !important;
  }
  .mr-xsm-5,
  .mx-xsm-5 {
    margin-right: 5rem !important;
  }
  .mb-xsm-5,
  .my-xsm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xsm-5,
  .mx-xsm-5 {
    margin-left: 5rem !important;
  }
  .m-xsm-5_5 {
    margin: 5.5rem !important;
  }
  .mt-xsm-5_5,
  .my-xsm-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-xsm-5_5,
  .mx-xsm-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-xsm-5_5,
  .my-xsm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xsm-5_5,
  .mx-xsm-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-xsm-6 {
    margin: 6rem !important;
  }
  .mt-xsm-6,
  .my-xsm-6 {
    margin-top: 6rem !important;
  }
  .mr-xsm-6,
  .mx-xsm-6 {
    margin-right: 6rem !important;
  }
  .mb-xsm-6,
  .my-xsm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xsm-6,
  .mx-xsm-6 {
    margin-left: 6rem !important;
  }
  .m-xsm-6_5 {
    margin: 6.5rem !important;
  }
  .mt-xsm-6_5,
  .my-xsm-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-xsm-6_5,
  .mx-xsm-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-xsm-6_5,
  .my-xsm-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xsm-6_5,
  .mx-xsm-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-xsm-7 {
    margin: 7rem !important;
  }
  .mt-xsm-7,
  .my-xsm-7 {
    margin-top: 7rem !important;
  }
  .mr-xsm-7,
  .mx-xsm-7 {
    margin-right: 7rem !important;
  }
  .mb-xsm-7,
  .my-xsm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xsm-7,
  .mx-xsm-7 {
    margin-left: 7rem !important;
  }
  .m-xsm-8 {
    margin: 8rem !important;
  }
  .mt-xsm-8,
  .my-xsm-8 {
    margin-top: 8rem !important;
  }
  .mr-xsm-8,
  .mx-xsm-8 {
    margin-right: 8rem !important;
  }
  .mb-xsm-8,
  .my-xsm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xsm-8,
  .mx-xsm-8 {
    margin-left: 8rem !important;
  }
  .m-xsm-9 {
    margin: 9rem !important;
  }
  .mt-xsm-9,
  .my-xsm-9 {
    margin-top: 9rem !important;
  }
  .mr-xsm-9,
  .mx-xsm-9 {
    margin-right: 9rem !important;
  }
  .mb-xsm-9,
  .my-xsm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xsm-9,
  .mx-xsm-9 {
    margin-left: 9rem !important;
  }
  .m-xsm-10 {
    margin: 10rem !important;
  }
  .mt-xsm-10,
  .my-xsm-10 {
    margin-top: 10rem !important;
  }
  .mr-xsm-10,
  .mx-xsm-10 {
    margin-right: 10rem !important;
  }
  .mb-xsm-10,
  .my-xsm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xsm-10,
  .mx-xsm-10 {
    margin-left: 10rem !important;
  }
  .m-xsm-11 {
    margin: 11rem !important;
  }
  .mt-xsm-11,
  .my-xsm-11 {
    margin-top: 11rem !important;
  }
  .mr-xsm-11,
  .mx-xsm-11 {
    margin-right: 11rem !important;
  }
  .mb-xsm-11,
  .my-xsm-11 {
    margin-bottom: 11rem !important;
  }
  .ml-xsm-11,
  .mx-xsm-11 {
    margin-left: 11rem !important;
  }
  .m-xsm-12 {
    margin: 12rem !important;
  }
  .mt-xsm-12,
  .my-xsm-12 {
    margin-top: 12rem !important;
  }
  .mr-xsm-12,
  .mx-xsm-12 {
    margin-right: 12rem !important;
  }
  .mb-xsm-12,
  .my-xsm-12 {
    margin-bottom: 12rem !important;
  }
  .ml-xsm-12,
  .mx-xsm-12 {
    margin-left: 12rem !important;
  }
  .m-xsm-13 {
    margin: 13rem !important;
  }
  .mt-xsm-13,
  .my-xsm-13 {
    margin-top: 13rem !important;
  }
  .mr-xsm-13,
  .mx-xsm-13 {
    margin-right: 13rem !important;
  }
  .mb-xsm-13,
  .my-xsm-13 {
    margin-bottom: 13rem !important;
  }
  .ml-xsm-13,
  .mx-xsm-13 {
    margin-left: 13rem !important;
  }
  .m-xsm-14 {
    margin: 14rem !important;
  }
  .mt-xsm-14,
  .my-xsm-14 {
    margin-top: 14rem !important;
  }
  .mr-xsm-14,
  .mx-xsm-14 {
    margin-right: 14rem !important;
  }
  .mb-xsm-14,
  .my-xsm-14 {
    margin-bottom: 14rem !important;
  }
  .ml-xsm-14,
  .mx-xsm-14 {
    margin-left: 14rem !important;
  }
  .m-xsm-15 {
    margin: 15rem !important;
  }
  .mt-xsm-15,
  .my-xsm-15 {
    margin-top: 15rem !important;
  }
  .mr-xsm-15,
  .mx-xsm-15 {
    margin-right: 15rem !important;
  }
  .mb-xsm-15,
  .my-xsm-15 {
    margin-bottom: 15rem !important;
  }
  .ml-xsm-15,
  .mx-xsm-15 {
    margin-left: 15rem !important;
  }
  .m-xsm-16 {
    margin: 16rem !important;
  }
  .mt-xsm-16,
  .my-xsm-16 {
    margin-top: 16rem !important;
  }
  .mr-xsm-16,
  .mx-xsm-16 {
    margin-right: 16rem !important;
  }
  .mb-xsm-16,
  .my-xsm-16 {
    margin-bottom: 16rem !important;
  }
  .ml-xsm-16,
  .mx-xsm-16 {
    margin-left: 16rem !important;
  }
  .m-xsm-17 {
    margin: 17rem !important;
  }
  .mt-xsm-17,
  .my-xsm-17 {
    margin-top: 17rem !important;
  }
  .mr-xsm-17,
  .mx-xsm-17 {
    margin-right: 17rem !important;
  }
  .mb-xsm-17,
  .my-xsm-17 {
    margin-bottom: 17rem !important;
  }
  .ml-xsm-17,
  .mx-xsm-17 {
    margin-left: 17rem !important;
  }
  .m-xsm-18 {
    margin: 18rem !important;
  }
  .mt-xsm-18,
  .my-xsm-18 {
    margin-top: 18rem !important;
  }
  .mr-xsm-18,
  .mx-xsm-18 {
    margin-right: 18rem !important;
  }
  .mb-xsm-18,
  .my-xsm-18 {
    margin-bottom: 18rem !important;
  }
  .ml-xsm-18,
  .mx-xsm-18 {
    margin-left: 18rem !important;
  }
  .m-xsm-19 {
    margin: 19rem !important;
  }
  .mt-xsm-19,
  .my-xsm-19 {
    margin-top: 19rem !important;
  }
  .mr-xsm-19,
  .mx-xsm-19 {
    margin-right: 19rem !important;
  }
  .mb-xsm-19,
  .my-xsm-19 {
    margin-bottom: 19rem !important;
  }
  .ml-xsm-19,
  .mx-xsm-19 {
    margin-left: 19rem !important;
  }
  .m-xsm-20 {
    margin: 20rem !important;
  }
  .mt-xsm-20,
  .my-xsm-20 {
    margin-top: 20rem !important;
  }
  .mr-xsm-20,
  .mx-xsm-20 {
    margin-right: 20rem !important;
  }
  .mb-xsm-20,
  .my-xsm-20 {
    margin-bottom: 20rem !important;
  }
  .ml-xsm-20,
  .mx-xsm-20 {
    margin-left: 20rem !important;
  }
  .m-xsm-21 {
    margin: 21rem !important;
  }
  .mt-xsm-21,
  .my-xsm-21 {
    margin-top: 21rem !important;
  }
  .mr-xsm-21,
  .mx-xsm-21 {
    margin-right: 21rem !important;
  }
  .mb-xsm-21,
  .my-xsm-21 {
    margin-bottom: 21rem !important;
  }
  .ml-xsm-21,
  .mx-xsm-21 {
    margin-left: 21rem !important;
  }
  .m-xsm-22 {
    margin: 22rem !important;
  }
  .mt-xsm-22,
  .my-xsm-22 {
    margin-top: 22rem !important;
  }
  .mr-xsm-22,
  .mx-xsm-22 {
    margin-right: 22rem !important;
  }
  .mb-xsm-22,
  .my-xsm-22 {
    margin-bottom: 22rem !important;
  }
  .ml-xsm-22,
  .mx-xsm-22 {
    margin-left: 22rem !important;
  }
  .m-xsm-23 {
    margin: 23rem !important;
  }
  .mt-xsm-23,
  .my-xsm-23 {
    margin-top: 23rem !important;
  }
  .mr-xsm-23,
  .mx-xsm-23 {
    margin-right: 23rem !important;
  }
  .mb-xsm-23,
  .my-xsm-23 {
    margin-bottom: 23rem !important;
  }
  .ml-xsm-23,
  .mx-xsm-23 {
    margin-left: 23rem !important;
  }
  .m-xsm-24 {
    margin: 24rem !important;
  }
  .mt-xsm-24,
  .my-xsm-24 {
    margin-top: 24rem !important;
  }
  .mr-xsm-24,
  .mx-xsm-24 {
    margin-right: 24rem !important;
  }
  .mb-xsm-24,
  .my-xsm-24 {
    margin-bottom: 24rem !important;
  }
  .ml-xsm-24,
  .mx-xsm-24 {
    margin-left: 24rem !important;
  }
  .m-xsm-25 {
    margin: 25rem !important;
  }
  .mt-xsm-25,
  .my-xsm-25 {
    margin-top: 25rem !important;
  }
  .mr-xsm-25,
  .mx-xsm-25 {
    margin-right: 25rem !important;
  }
  .mb-xsm-25,
  .my-xsm-25 {
    margin-bottom: 25rem !important;
  }
  .ml-xsm-25,
  .mx-xsm-25 {
    margin-left: 25rem !important;
  }
  .m-xsm-26 {
    margin: 26rem !important;
  }
  .mt-xsm-26,
  .my-xsm-26 {
    margin-top: 26rem !important;
  }
  .mr-xsm-26,
  .mx-xsm-26 {
    margin-right: 26rem !important;
  }
  .mb-xsm-26,
  .my-xsm-26 {
    margin-bottom: 26rem !important;
  }
  .ml-xsm-26,
  .mx-xsm-26 {
    margin-left: 26rem !important;
  }
  .m-xsm-27 {
    margin: 27rem !important;
  }
  .mt-xsm-27,
  .my-xsm-27 {
    margin-top: 27rem !important;
  }
  .mr-xsm-27,
  .mx-xsm-27 {
    margin-right: 27rem !important;
  }
  .mb-xsm-27,
  .my-xsm-27 {
    margin-bottom: 27rem !important;
  }
  .ml-xsm-27,
  .mx-xsm-27 {
    margin-left: 27rem !important;
  }
  .m-xsm-28 {
    margin: 28rem !important;
  }
  .mt-xsm-28,
  .my-xsm-28 {
    margin-top: 28rem !important;
  }
  .mr-xsm-28,
  .mx-xsm-28 {
    margin-right: 28rem !important;
  }
  .mb-xsm-28,
  .my-xsm-28 {
    margin-bottom: 28rem !important;
  }
  .ml-xsm-28,
  .mx-xsm-28 {
    margin-left: 28rem !important;
  }
  .m-xsm-29 {
    margin: 29rem !important;
  }
  .mt-xsm-29,
  .my-xsm-29 {
    margin-top: 29rem !important;
  }
  .mr-xsm-29,
  .mx-xsm-29 {
    margin-right: 29rem !important;
  }
  .mb-xsm-29,
  .my-xsm-29 {
    margin-bottom: 29rem !important;
  }
  .ml-xsm-29,
  .mx-xsm-29 {
    margin-left: 29rem !important;
  }
  .m-xsm-30 {
    margin: 30rem !important;
  }
  .mt-xsm-30,
  .my-xsm-30 {
    margin-top: 30rem !important;
  }
  .mr-xsm-30,
  .mx-xsm-30 {
    margin-right: 30rem !important;
  }
  .mb-xsm-30,
  .my-xsm-30 {
    margin-bottom: 30rem !important;
  }
  .ml-xsm-30,
  .mx-xsm-30 {
    margin-left: 30rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .pt-xsm-0,
  .py-xsm-0 {
    padding-top: 0 !important;
  }
  .pr-xsm-0,
  .px-xsm-0 {
    padding-right: 0 !important;
  }
  .pb-xsm-0,
  .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsm-0,
  .px-xsm-0 {
    padding-left: 0 !important;
  }
  .p-xsm-0_5 {
    padding: 0.5rem !important;
  }
  .pt-xsm-0_5,
  .py-xsm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-xsm-0_5,
  .px-xsm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-xsm-0_5,
  .py-xsm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xsm-0_5,
  .px-xsm-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-xsm-1 {
    padding: 1rem !important;
  }
  .pt-xsm-1,
  .py-xsm-1 {
    padding-top: 1rem !important;
  }
  .pr-xsm-1,
  .px-xsm-1 {
    padding-right: 1rem !important;
  }
  .pb-xsm-1,
  .py-xsm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xsm-1,
  .px-xsm-1 {
    padding-left: 1rem !important;
  }
  .p-xsm-1_5 {
    padding: 1.5rem !important;
  }
  .pt-xsm-1_5,
  .py-xsm-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-xsm-1_5,
  .px-xsm-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xsm-1_5,
  .py-xsm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xsm-1_5,
  .px-xsm-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-xsm-2 {
    padding: 2rem !important;
  }
  .pt-xsm-2,
  .py-xsm-2 {
    padding-top: 2rem !important;
  }
  .pr-xsm-2,
  .px-xsm-2 {
    padding-right: 2rem !important;
  }
  .pb-xsm-2,
  .py-xsm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xsm-2,
  .px-xsm-2 {
    padding-left: 2rem !important;
  }
  .p-xsm-2_5 {
    padding: 2.5rem !important;
  }
  .pt-xsm-2_5,
  .py-xsm-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-xsm-2_5,
  .px-xsm-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-xsm-2_5,
  .py-xsm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xsm-2_5,
  .px-xsm-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-xsm-3 {
    padding: 3rem !important;
  }
  .pt-xsm-3,
  .py-xsm-3 {
    padding-top: 3rem !important;
  }
  .pr-xsm-3,
  .px-xsm-3 {
    padding-right: 3rem !important;
  }
  .pb-xsm-3,
  .py-xsm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xsm-3,
  .px-xsm-3 {
    padding-left: 3rem !important;
  }
  .p-xsm-3_5 {
    padding: 3.5rem !important;
  }
  .pt-xsm-3_5,
  .py-xsm-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-xsm-3_5,
  .px-xsm-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-xsm-3_5,
  .py-xsm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xsm-3_5,
  .px-xsm-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-xsm-4 {
    padding: 4rem !important;
  }
  .pt-xsm-4,
  .py-xsm-4 {
    padding-top: 4rem !important;
  }
  .pr-xsm-4,
  .px-xsm-4 {
    padding-right: 4rem !important;
  }
  .pb-xsm-4,
  .py-xsm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xsm-4,
  .px-xsm-4 {
    padding-left: 4rem !important;
  }
  .p-xsm-4_5 {
    padding: 4.5rem !important;
  }
  .pt-xsm-4_5,
  .py-xsm-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-xsm-4_5,
  .px-xsm-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-xsm-4_5,
  .py-xsm-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xsm-4_5,
  .px-xsm-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-xsm-5 {
    padding: 5rem !important;
  }
  .pt-xsm-5,
  .py-xsm-5 {
    padding-top: 5rem !important;
  }
  .pr-xsm-5,
  .px-xsm-5 {
    padding-right: 5rem !important;
  }
  .pb-xsm-5,
  .py-xsm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xsm-5,
  .px-xsm-5 {
    padding-left: 5rem !important;
  }
  .p-xsm-5_5 {
    padding: 5.5rem !important;
  }
  .pt-xsm-5_5,
  .py-xsm-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-xsm-5_5,
  .px-xsm-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-xsm-5_5,
  .py-xsm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xsm-5_5,
  .px-xsm-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-xsm-6 {
    padding: 6rem !important;
  }
  .pt-xsm-6,
  .py-xsm-6 {
    padding-top: 6rem !important;
  }
  .pr-xsm-6,
  .px-xsm-6 {
    padding-right: 6rem !important;
  }
  .pb-xsm-6,
  .py-xsm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xsm-6,
  .px-xsm-6 {
    padding-left: 6rem !important;
  }
  .p-xsm-6_5 {
    padding: 6.5rem !important;
  }
  .pt-xsm-6_5,
  .py-xsm-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-xsm-6_5,
  .px-xsm-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-xsm-6_5,
  .py-xsm-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xsm-6_5,
  .px-xsm-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-xsm-7 {
    padding: 7rem !important;
  }
  .pt-xsm-7,
  .py-xsm-7 {
    padding-top: 7rem !important;
  }
  .pr-xsm-7,
  .px-xsm-7 {
    padding-right: 7rem !important;
  }
  .pb-xsm-7,
  .py-xsm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xsm-7,
  .px-xsm-7 {
    padding-left: 7rem !important;
  }
  .p-xsm-8 {
    padding: 8rem !important;
  }
  .pt-xsm-8,
  .py-xsm-8 {
    padding-top: 8rem !important;
  }
  .pr-xsm-8,
  .px-xsm-8 {
    padding-right: 8rem !important;
  }
  .pb-xsm-8,
  .py-xsm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xsm-8,
  .px-xsm-8 {
    padding-left: 8rem !important;
  }
  .p-xsm-9 {
    padding: 9rem !important;
  }
  .pt-xsm-9,
  .py-xsm-9 {
    padding-top: 9rem !important;
  }
  .pr-xsm-9,
  .px-xsm-9 {
    padding-right: 9rem !important;
  }
  .pb-xsm-9,
  .py-xsm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xsm-9,
  .px-xsm-9 {
    padding-left: 9rem !important;
  }
  .p-xsm-10 {
    padding: 10rem !important;
  }
  .pt-xsm-10,
  .py-xsm-10 {
    padding-top: 10rem !important;
  }
  .pr-xsm-10,
  .px-xsm-10 {
    padding-right: 10rem !important;
  }
  .pb-xsm-10,
  .py-xsm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xsm-10,
  .px-xsm-10 {
    padding-left: 10rem !important;
  }
  .p-xsm-11 {
    padding: 11rem !important;
  }
  .pt-xsm-11,
  .py-xsm-11 {
    padding-top: 11rem !important;
  }
  .pr-xsm-11,
  .px-xsm-11 {
    padding-right: 11rem !important;
  }
  .pb-xsm-11,
  .py-xsm-11 {
    padding-bottom: 11rem !important;
  }
  .pl-xsm-11,
  .px-xsm-11 {
    padding-left: 11rem !important;
  }
  .p-xsm-12 {
    padding: 12rem !important;
  }
  .pt-xsm-12,
  .py-xsm-12 {
    padding-top: 12rem !important;
  }
  .pr-xsm-12,
  .px-xsm-12 {
    padding-right: 12rem !important;
  }
  .pb-xsm-12,
  .py-xsm-12 {
    padding-bottom: 12rem !important;
  }
  .pl-xsm-12,
  .px-xsm-12 {
    padding-left: 12rem !important;
  }
  .p-xsm-13 {
    padding: 13rem !important;
  }
  .pt-xsm-13,
  .py-xsm-13 {
    padding-top: 13rem !important;
  }
  .pr-xsm-13,
  .px-xsm-13 {
    padding-right: 13rem !important;
  }
  .pb-xsm-13,
  .py-xsm-13 {
    padding-bottom: 13rem !important;
  }
  .pl-xsm-13,
  .px-xsm-13 {
    padding-left: 13rem !important;
  }
  .p-xsm-14 {
    padding: 14rem !important;
  }
  .pt-xsm-14,
  .py-xsm-14 {
    padding-top: 14rem !important;
  }
  .pr-xsm-14,
  .px-xsm-14 {
    padding-right: 14rem !important;
  }
  .pb-xsm-14,
  .py-xsm-14 {
    padding-bottom: 14rem !important;
  }
  .pl-xsm-14,
  .px-xsm-14 {
    padding-left: 14rem !important;
  }
  .p-xsm-15 {
    padding: 15rem !important;
  }
  .pt-xsm-15,
  .py-xsm-15 {
    padding-top: 15rem !important;
  }
  .pr-xsm-15,
  .px-xsm-15 {
    padding-right: 15rem !important;
  }
  .pb-xsm-15,
  .py-xsm-15 {
    padding-bottom: 15rem !important;
  }
  .pl-xsm-15,
  .px-xsm-15 {
    padding-left: 15rem !important;
  }
  .p-xsm-16 {
    padding: 16rem !important;
  }
  .pt-xsm-16,
  .py-xsm-16 {
    padding-top: 16rem !important;
  }
  .pr-xsm-16,
  .px-xsm-16 {
    padding-right: 16rem !important;
  }
  .pb-xsm-16,
  .py-xsm-16 {
    padding-bottom: 16rem !important;
  }
  .pl-xsm-16,
  .px-xsm-16 {
    padding-left: 16rem !important;
  }
  .p-xsm-17 {
    padding: 17rem !important;
  }
  .pt-xsm-17,
  .py-xsm-17 {
    padding-top: 17rem !important;
  }
  .pr-xsm-17,
  .px-xsm-17 {
    padding-right: 17rem !important;
  }
  .pb-xsm-17,
  .py-xsm-17 {
    padding-bottom: 17rem !important;
  }
  .pl-xsm-17,
  .px-xsm-17 {
    padding-left: 17rem !important;
  }
  .p-xsm-18 {
    padding: 18rem !important;
  }
  .pt-xsm-18,
  .py-xsm-18 {
    padding-top: 18rem !important;
  }
  .pr-xsm-18,
  .px-xsm-18 {
    padding-right: 18rem !important;
  }
  .pb-xsm-18,
  .py-xsm-18 {
    padding-bottom: 18rem !important;
  }
  .pl-xsm-18,
  .px-xsm-18 {
    padding-left: 18rem !important;
  }
  .p-xsm-19 {
    padding: 19rem !important;
  }
  .pt-xsm-19,
  .py-xsm-19 {
    padding-top: 19rem !important;
  }
  .pr-xsm-19,
  .px-xsm-19 {
    padding-right: 19rem !important;
  }
  .pb-xsm-19,
  .py-xsm-19 {
    padding-bottom: 19rem !important;
  }
  .pl-xsm-19,
  .px-xsm-19 {
    padding-left: 19rem !important;
  }
  .p-xsm-20 {
    padding: 20rem !important;
  }
  .pt-xsm-20,
  .py-xsm-20 {
    padding-top: 20rem !important;
  }
  .pr-xsm-20,
  .px-xsm-20 {
    padding-right: 20rem !important;
  }
  .pb-xsm-20,
  .py-xsm-20 {
    padding-bottom: 20rem !important;
  }
  .pl-xsm-20,
  .px-xsm-20 {
    padding-left: 20rem !important;
  }
  .p-xsm-21 {
    padding: 21rem !important;
  }
  .pt-xsm-21,
  .py-xsm-21 {
    padding-top: 21rem !important;
  }
  .pr-xsm-21,
  .px-xsm-21 {
    padding-right: 21rem !important;
  }
  .pb-xsm-21,
  .py-xsm-21 {
    padding-bottom: 21rem !important;
  }
  .pl-xsm-21,
  .px-xsm-21 {
    padding-left: 21rem !important;
  }
  .p-xsm-22 {
    padding: 22rem !important;
  }
  .pt-xsm-22,
  .py-xsm-22 {
    padding-top: 22rem !important;
  }
  .pr-xsm-22,
  .px-xsm-22 {
    padding-right: 22rem !important;
  }
  .pb-xsm-22,
  .py-xsm-22 {
    padding-bottom: 22rem !important;
  }
  .pl-xsm-22,
  .px-xsm-22 {
    padding-left: 22rem !important;
  }
  .p-xsm-23 {
    padding: 23rem !important;
  }
  .pt-xsm-23,
  .py-xsm-23 {
    padding-top: 23rem !important;
  }
  .pr-xsm-23,
  .px-xsm-23 {
    padding-right: 23rem !important;
  }
  .pb-xsm-23,
  .py-xsm-23 {
    padding-bottom: 23rem !important;
  }
  .pl-xsm-23,
  .px-xsm-23 {
    padding-left: 23rem !important;
  }
  .p-xsm-24 {
    padding: 24rem !important;
  }
  .pt-xsm-24,
  .py-xsm-24 {
    padding-top: 24rem !important;
  }
  .pr-xsm-24,
  .px-xsm-24 {
    padding-right: 24rem !important;
  }
  .pb-xsm-24,
  .py-xsm-24 {
    padding-bottom: 24rem !important;
  }
  .pl-xsm-24,
  .px-xsm-24 {
    padding-left: 24rem !important;
  }
  .p-xsm-25 {
    padding: 25rem !important;
  }
  .pt-xsm-25,
  .py-xsm-25 {
    padding-top: 25rem !important;
  }
  .pr-xsm-25,
  .px-xsm-25 {
    padding-right: 25rem !important;
  }
  .pb-xsm-25,
  .py-xsm-25 {
    padding-bottom: 25rem !important;
  }
  .pl-xsm-25,
  .px-xsm-25 {
    padding-left: 25rem !important;
  }
  .p-xsm-26 {
    padding: 26rem !important;
  }
  .pt-xsm-26,
  .py-xsm-26 {
    padding-top: 26rem !important;
  }
  .pr-xsm-26,
  .px-xsm-26 {
    padding-right: 26rem !important;
  }
  .pb-xsm-26,
  .py-xsm-26 {
    padding-bottom: 26rem !important;
  }
  .pl-xsm-26,
  .px-xsm-26 {
    padding-left: 26rem !important;
  }
  .p-xsm-27 {
    padding: 27rem !important;
  }
  .pt-xsm-27,
  .py-xsm-27 {
    padding-top: 27rem !important;
  }
  .pr-xsm-27,
  .px-xsm-27 {
    padding-right: 27rem !important;
  }
  .pb-xsm-27,
  .py-xsm-27 {
    padding-bottom: 27rem !important;
  }
  .pl-xsm-27,
  .px-xsm-27 {
    padding-left: 27rem !important;
  }
  .p-xsm-28 {
    padding: 28rem !important;
  }
  .pt-xsm-28,
  .py-xsm-28 {
    padding-top: 28rem !important;
  }
  .pr-xsm-28,
  .px-xsm-28 {
    padding-right: 28rem !important;
  }
  .pb-xsm-28,
  .py-xsm-28 {
    padding-bottom: 28rem !important;
  }
  .pl-xsm-28,
  .px-xsm-28 {
    padding-left: 28rem !important;
  }
  .p-xsm-29 {
    padding: 29rem !important;
  }
  .pt-xsm-29,
  .py-xsm-29 {
    padding-top: 29rem !important;
  }
  .pr-xsm-29,
  .px-xsm-29 {
    padding-right: 29rem !important;
  }
  .pb-xsm-29,
  .py-xsm-29 {
    padding-bottom: 29rem !important;
  }
  .pl-xsm-29,
  .px-xsm-29 {
    padding-left: 29rem !important;
  }
  .p-xsm-30 {
    padding: 30rem !important;
  }
  .pt-xsm-30,
  .py-xsm-30 {
    padding-top: 30rem !important;
  }
  .pr-xsm-30,
  .px-xsm-30 {
    padding-right: 30rem !important;
  }
  .pb-xsm-30,
  .py-xsm-30 {
    padding-bottom: 30rem !important;
  }
  .pl-xsm-30,
  .px-xsm-30 {
    padding-left: 30rem !important;
  }
  .m-xsm-n1 {
    margin: -1rem !important;
  }
  .mt-xsm-n1,
  .my-xsm-n1 {
    margin-top: -1rem !important;
  }
  .mr-xsm-n1,
  .mx-xsm-n1 {
    margin-right: -1rem !important;
  }
  .mb-xsm-n1,
  .my-xsm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xsm-n1,
  .mx-xsm-n1 {
    margin-left: -1rem !important;
  }
  .m-xsm-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-xsm-n1_5,
  .my-xsm-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-xsm-n1_5,
  .mx-xsm-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-xsm-n1_5,
  .my-xsm-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xsm-n1_5,
  .mx-xsm-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-xsm-n2 {
    margin: -2rem !important;
  }
  .mt-xsm-n2,
  .my-xsm-n2 {
    margin-top: -2rem !important;
  }
  .mr-xsm-n2,
  .mx-xsm-n2 {
    margin-right: -2rem !important;
  }
  .mb-xsm-n2,
  .my-xsm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xsm-n2,
  .mx-xsm-n2 {
    margin-left: -2rem !important;
  }
  .m-xsm-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-xsm-n2_5,
  .my-xsm-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-xsm-n2_5,
  .mx-xsm-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-xsm-n2_5,
  .my-xsm-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xsm-n2_5,
  .mx-xsm-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-xsm-n3 {
    margin: -3rem !important;
  }
  .mt-xsm-n3,
  .my-xsm-n3 {
    margin-top: -3rem !important;
  }
  .mr-xsm-n3,
  .mx-xsm-n3 {
    margin-right: -3rem !important;
  }
  .mb-xsm-n3,
  .my-xsm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xsm-n3,
  .mx-xsm-n3 {
    margin-left: -3rem !important;
  }
  .m-xsm-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-xsm-n3_5,
  .my-xsm-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-xsm-n3_5,
  .mx-xsm-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-xsm-n3_5,
  .my-xsm-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xsm-n3_5,
  .mx-xsm-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-xsm-n4 {
    margin: -4rem !important;
  }
  .mt-xsm-n4,
  .my-xsm-n4 {
    margin-top: -4rem !important;
  }
  .mr-xsm-n4,
  .mx-xsm-n4 {
    margin-right: -4rem !important;
  }
  .mb-xsm-n4,
  .my-xsm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xsm-n4,
  .mx-xsm-n4 {
    margin-left: -4rem !important;
  }
  .m-xsm-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-xsm-n4_5,
  .my-xsm-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-xsm-n4_5,
  .mx-xsm-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-xsm-n4_5,
  .my-xsm-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xsm-n4_5,
  .mx-xsm-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-xsm-n5 {
    margin: -5rem !important;
  }
  .mt-xsm-n5,
  .my-xsm-n5 {
    margin-top: -5rem !important;
  }
  .mr-xsm-n5,
  .mx-xsm-n5 {
    margin-right: -5rem !important;
  }
  .mb-xsm-n5,
  .my-xsm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xsm-n5,
  .mx-xsm-n5 {
    margin-left: -5rem !important;
  }
  .m-xsm-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-xsm-n5_5,
  .my-xsm-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-xsm-n5_5,
  .mx-xsm-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-xsm-n5_5,
  .my-xsm-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xsm-n5_5,
  .mx-xsm-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-xsm-n6 {
    margin: -6rem !important;
  }
  .mt-xsm-n6,
  .my-xsm-n6 {
    margin-top: -6rem !important;
  }
  .mr-xsm-n6,
  .mx-xsm-n6 {
    margin-right: -6rem !important;
  }
  .mb-xsm-n6,
  .my-xsm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xsm-n6,
  .mx-xsm-n6 {
    margin-left: -6rem !important;
  }
  .m-xsm-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-xsm-n6_5,
  .my-xsm-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-xsm-n6_5,
  .mx-xsm-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-xsm-n6_5,
  .my-xsm-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xsm-n6_5,
  .mx-xsm-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-xsm-n7 {
    margin: -7rem !important;
  }
  .mt-xsm-n7,
  .my-xsm-n7 {
    margin-top: -7rem !important;
  }
  .mr-xsm-n7,
  .mx-xsm-n7 {
    margin-right: -7rem !important;
  }
  .mb-xsm-n7,
  .my-xsm-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xsm-n7,
  .mx-xsm-n7 {
    margin-left: -7rem !important;
  }
  .m-xsm-n8 {
    margin: -8rem !important;
  }
  .mt-xsm-n8,
  .my-xsm-n8 {
    margin-top: -8rem !important;
  }
  .mr-xsm-n8,
  .mx-xsm-n8 {
    margin-right: -8rem !important;
  }
  .mb-xsm-n8,
  .my-xsm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xsm-n8,
  .mx-xsm-n8 {
    margin-left: -8rem !important;
  }
  .m-xsm-n9 {
    margin: -9rem !important;
  }
  .mt-xsm-n9,
  .my-xsm-n9 {
    margin-top: -9rem !important;
  }
  .mr-xsm-n9,
  .mx-xsm-n9 {
    margin-right: -9rem !important;
  }
  .mb-xsm-n9,
  .my-xsm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xsm-n9,
  .mx-xsm-n9 {
    margin-left: -9rem !important;
  }
  .m-xsm-n10 {
    margin: -10rem !important;
  }
  .mt-xsm-n10,
  .my-xsm-n10 {
    margin-top: -10rem !important;
  }
  .mr-xsm-n10,
  .mx-xsm-n10 {
    margin-right: -10rem !important;
  }
  .mb-xsm-n10,
  .my-xsm-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xsm-n10,
  .mx-xsm-n10 {
    margin-left: -10rem !important;
  }
  .m-xsm-n11 {
    margin: -11rem !important;
  }
  .mt-xsm-n11,
  .my-xsm-n11 {
    margin-top: -11rem !important;
  }
  .mr-xsm-n11,
  .mx-xsm-n11 {
    margin-right: -11rem !important;
  }
  .mb-xsm-n11,
  .my-xsm-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-xsm-n11,
  .mx-xsm-n11 {
    margin-left: -11rem !important;
  }
  .m-xsm-n12 {
    margin: -12rem !important;
  }
  .mt-xsm-n12,
  .my-xsm-n12 {
    margin-top: -12rem !important;
  }
  .mr-xsm-n12,
  .mx-xsm-n12 {
    margin-right: -12rem !important;
  }
  .mb-xsm-n12,
  .my-xsm-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-xsm-n12,
  .mx-xsm-n12 {
    margin-left: -12rem !important;
  }
  .m-xsm-n13 {
    margin: -13rem !important;
  }
  .mt-xsm-n13,
  .my-xsm-n13 {
    margin-top: -13rem !important;
  }
  .mr-xsm-n13,
  .mx-xsm-n13 {
    margin-right: -13rem !important;
  }
  .mb-xsm-n13,
  .my-xsm-n13 {
    margin-bottom: -13rem !important;
  }
  .ml-xsm-n13,
  .mx-xsm-n13 {
    margin-left: -13rem !important;
  }
  .m-xsm-n14 {
    margin: -14rem !important;
  }
  .mt-xsm-n14,
  .my-xsm-n14 {
    margin-top: -14rem !important;
  }
  .mr-xsm-n14,
  .mx-xsm-n14 {
    margin-right: -14rem !important;
  }
  .mb-xsm-n14,
  .my-xsm-n14 {
    margin-bottom: -14rem !important;
  }
  .ml-xsm-n14,
  .mx-xsm-n14 {
    margin-left: -14rem !important;
  }
  .m-xsm-n15 {
    margin: -15rem !important;
  }
  .mt-xsm-n15,
  .my-xsm-n15 {
    margin-top: -15rem !important;
  }
  .mr-xsm-n15,
  .mx-xsm-n15 {
    margin-right: -15rem !important;
  }
  .mb-xsm-n15,
  .my-xsm-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-xsm-n15,
  .mx-xsm-n15 {
    margin-left: -15rem !important;
  }
  .m-xsm-n16 {
    margin: -16rem !important;
  }
  .mt-xsm-n16,
  .my-xsm-n16 {
    margin-top: -16rem !important;
  }
  .mr-xsm-n16,
  .mx-xsm-n16 {
    margin-right: -16rem !important;
  }
  .mb-xsm-n16,
  .my-xsm-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-xsm-n16,
  .mx-xsm-n16 {
    margin-left: -16rem !important;
  }
  .m-xsm-n17 {
    margin: -17rem !important;
  }
  .mt-xsm-n17,
  .my-xsm-n17 {
    margin-top: -17rem !important;
  }
  .mr-xsm-n17,
  .mx-xsm-n17 {
    margin-right: -17rem !important;
  }
  .mb-xsm-n17,
  .my-xsm-n17 {
    margin-bottom: -17rem !important;
  }
  .ml-xsm-n17,
  .mx-xsm-n17 {
    margin-left: -17rem !important;
  }
  .m-xsm-n18 {
    margin: -18rem !important;
  }
  .mt-xsm-n18,
  .my-xsm-n18 {
    margin-top: -18rem !important;
  }
  .mr-xsm-n18,
  .mx-xsm-n18 {
    margin-right: -18rem !important;
  }
  .mb-xsm-n18,
  .my-xsm-n18 {
    margin-bottom: -18rem !important;
  }
  .ml-xsm-n18,
  .mx-xsm-n18 {
    margin-left: -18rem !important;
  }
  .m-xsm-n19 {
    margin: -19rem !important;
  }
  .mt-xsm-n19,
  .my-xsm-n19 {
    margin-top: -19rem !important;
  }
  .mr-xsm-n19,
  .mx-xsm-n19 {
    margin-right: -19rem !important;
  }
  .mb-xsm-n19,
  .my-xsm-n19 {
    margin-bottom: -19rem !important;
  }
  .ml-xsm-n19,
  .mx-xsm-n19 {
    margin-left: -19rem !important;
  }
  .m-xsm-n20 {
    margin: -20rem !important;
  }
  .mt-xsm-n20,
  .my-xsm-n20 {
    margin-top: -20rem !important;
  }
  .mr-xsm-n20,
  .mx-xsm-n20 {
    margin-right: -20rem !important;
  }
  .mb-xsm-n20,
  .my-xsm-n20 {
    margin-bottom: -20rem !important;
  }
  .ml-xsm-n20,
  .mx-xsm-n20 {
    margin-left: -20rem !important;
  }
  .m-xsm-n21 {
    margin: -21rem !important;
  }
  .mt-xsm-n21,
  .my-xsm-n21 {
    margin-top: -21rem !important;
  }
  .mr-xsm-n21,
  .mx-xsm-n21 {
    margin-right: -21rem !important;
  }
  .mb-xsm-n21,
  .my-xsm-n21 {
    margin-bottom: -21rem !important;
  }
  .ml-xsm-n21,
  .mx-xsm-n21 {
    margin-left: -21rem !important;
  }
  .m-xsm-n22 {
    margin: -22rem !important;
  }
  .mt-xsm-n22,
  .my-xsm-n22 {
    margin-top: -22rem !important;
  }
  .mr-xsm-n22,
  .mx-xsm-n22 {
    margin-right: -22rem !important;
  }
  .mb-xsm-n22,
  .my-xsm-n22 {
    margin-bottom: -22rem !important;
  }
  .ml-xsm-n22,
  .mx-xsm-n22 {
    margin-left: -22rem !important;
  }
  .m-xsm-n23 {
    margin: -23rem !important;
  }
  .mt-xsm-n23,
  .my-xsm-n23 {
    margin-top: -23rem !important;
  }
  .mr-xsm-n23,
  .mx-xsm-n23 {
    margin-right: -23rem !important;
  }
  .mb-xsm-n23,
  .my-xsm-n23 {
    margin-bottom: -23rem !important;
  }
  .ml-xsm-n23,
  .mx-xsm-n23 {
    margin-left: -23rem !important;
  }
  .m-xsm-n24 {
    margin: -24rem !important;
  }
  .mt-xsm-n24,
  .my-xsm-n24 {
    margin-top: -24rem !important;
  }
  .mr-xsm-n24,
  .mx-xsm-n24 {
    margin-right: -24rem !important;
  }
  .mb-xsm-n24,
  .my-xsm-n24 {
    margin-bottom: -24rem !important;
  }
  .ml-xsm-n24,
  .mx-xsm-n24 {
    margin-left: -24rem !important;
  }
  .m-xsm-n25 {
    margin: -25rem !important;
  }
  .mt-xsm-n25,
  .my-xsm-n25 {
    margin-top: -25rem !important;
  }
  .mr-xsm-n25,
  .mx-xsm-n25 {
    margin-right: -25rem !important;
  }
  .mb-xsm-n25,
  .my-xsm-n25 {
    margin-bottom: -25rem !important;
  }
  .ml-xsm-n25,
  .mx-xsm-n25 {
    margin-left: -25rem !important;
  }
  .m-xsm-n26 {
    margin: -26rem !important;
  }
  .mt-xsm-n26,
  .my-xsm-n26 {
    margin-top: -26rem !important;
  }
  .mr-xsm-n26,
  .mx-xsm-n26 {
    margin-right: -26rem !important;
  }
  .mb-xsm-n26,
  .my-xsm-n26 {
    margin-bottom: -26rem !important;
  }
  .ml-xsm-n26,
  .mx-xsm-n26 {
    margin-left: -26rem !important;
  }
  .m-xsm-n27 {
    margin: -27rem !important;
  }
  .mt-xsm-n27,
  .my-xsm-n27 {
    margin-top: -27rem !important;
  }
  .mr-xsm-n27,
  .mx-xsm-n27 {
    margin-right: -27rem !important;
  }
  .mb-xsm-n27,
  .my-xsm-n27 {
    margin-bottom: -27rem !important;
  }
  .ml-xsm-n27,
  .mx-xsm-n27 {
    margin-left: -27rem !important;
  }
  .m-xsm-n28 {
    margin: -28rem !important;
  }
  .mt-xsm-n28,
  .my-xsm-n28 {
    margin-top: -28rem !important;
  }
  .mr-xsm-n28,
  .mx-xsm-n28 {
    margin-right: -28rem !important;
  }
  .mb-xsm-n28,
  .my-xsm-n28 {
    margin-bottom: -28rem !important;
  }
  .ml-xsm-n28,
  .mx-xsm-n28 {
    margin-left: -28rem !important;
  }
  .m-xsm-n29 {
    margin: -29rem !important;
  }
  .mt-xsm-n29,
  .my-xsm-n29 {
    margin-top: -29rem !important;
  }
  .mr-xsm-n29,
  .mx-xsm-n29 {
    margin-right: -29rem !important;
  }
  .mb-xsm-n29,
  .my-xsm-n29 {
    margin-bottom: -29rem !important;
  }
  .ml-xsm-n29,
  .mx-xsm-n29 {
    margin-left: -29rem !important;
  }
  .m-xsm-n30 {
    margin: -30rem !important;
  }
  .mt-xsm-n30,
  .my-xsm-n30 {
    margin-top: -30rem !important;
  }
  .mr-xsm-n30,
  .mx-xsm-n30 {
    margin-right: -30rem !important;
  }
  .mb-xsm-n30,
  .my-xsm-n30 {
    margin-bottom: -30rem !important;
  }
  .ml-xsm-n30,
  .mx-xsm-n30 {
    margin-left: -30rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mt-xsm-auto,
  .my-xsm-auto {
    margin-top: auto !important;
  }
  .mr-xsm-auto,
  .mx-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-auto,
  .my-xsm-auto {
    margin-bottom: auto !important;
  }
  .ml-xsm-auto,
  .mx-xsm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 667px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .mt-sm-0_5,
  .my-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-0_5,
  .mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-0_5,
  .my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-0_5,
  .mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .mt-sm-1_5,
  .my-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-1_5,
  .mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-1_5,
  .my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-1_5,
  .mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-2_5 {
    margin: 2.5rem !important;
  }
  .mt-sm-2_5,
  .my-sm-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-2_5,
  .mx-sm-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-2_5,
  .my-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-2_5,
  .mx-sm-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-3_5 {
    margin: 3.5rem !important;
  }
  .mt-sm-3_5,
  .my-sm-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-3_5,
  .mx-sm-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-3_5,
  .my-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-3_5,
  .mx-sm-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-4_5 {
    margin: 4.5rem !important;
  }
  .mt-sm-4_5,
  .my-sm-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-4_5,
  .mx-sm-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-4_5,
  .my-sm-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-4_5,
  .mx-sm-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-5_5 {
    margin: 5.5rem !important;
  }
  .mt-sm-5_5,
  .my-sm-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-5_5,
  .mx-sm-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-5_5,
  .my-sm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-5_5,
  .mx-sm-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-6_5 {
    margin: 6.5rem !important;
  }
  .mt-sm-6_5,
  .my-sm-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-6_5,
  .mx-sm-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-6_5,
  .my-sm-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-6_5,
  .mx-sm-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }
  .m-sm-11 {
    margin: 11rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12rem !important;
  }
  .m-sm-13 {
    margin: 13rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 13rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 13rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 13rem !important;
  }
  .m-sm-14 {
    margin: 14rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 14rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 14rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 14rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15rem !important;
  }
  .m-sm-16 {
    margin: 16rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16rem !important;
  }
  .m-sm-17 {
    margin: 17rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 17rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 17rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 17rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 17rem !important;
  }
  .m-sm-18 {
    margin: 18rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 18rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 18rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 18rem !important;
  }
  .m-sm-19 {
    margin: 19rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 19rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 19rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 19rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 19rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20rem !important;
  }
  .m-sm-21 {
    margin: 21rem !important;
  }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 21rem !important;
  }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 21rem !important;
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 21rem !important;
  }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 21rem !important;
  }
  .m-sm-22 {
    margin: 22rem !important;
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 22rem !important;
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 22rem !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 22rem !important;
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 22rem !important;
  }
  .m-sm-23 {
    margin: 23rem !important;
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 23rem !important;
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 23rem !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 23rem !important;
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 23rem !important;
  }
  .m-sm-24 {
    margin: 24rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 24rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 24rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 24rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25rem !important;
  }
  .m-sm-26 {
    margin: 26rem !important;
  }
  .mt-sm-26,
  .my-sm-26 {
    margin-top: 26rem !important;
  }
  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 26rem !important;
  }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 26rem !important;
  }
  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 26rem !important;
  }
  .m-sm-27 {
    margin: 27rem !important;
  }
  .mt-sm-27,
  .my-sm-27 {
    margin-top: 27rem !important;
  }
  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 27rem !important;
  }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 27rem !important;
  }
  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 27rem !important;
  }
  .m-sm-28 {
    margin: 28rem !important;
  }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 28rem !important;
  }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 28rem !important;
  }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 28rem !important;
  }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 28rem !important;
  }
  .m-sm-29 {
    margin: 29rem !important;
  }
  .mt-sm-29,
  .my-sm-29 {
    margin-top: 29rem !important;
  }
  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 29rem !important;
  }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 29rem !important;
  }
  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 29rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .pt-sm-0_5,
  .py-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-0_5,
  .px-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-0_5,
  .py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-0_5,
  .px-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .pt-sm-1_5,
  .py-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-1_5,
  .px-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-1_5,
  .py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-1_5,
  .px-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-2_5 {
    padding: 2.5rem !important;
  }
  .pt-sm-2_5,
  .py-sm-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-2_5,
  .px-sm-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-2_5,
  .py-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-2_5,
  .px-sm-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-3_5 {
    padding: 3.5rem !important;
  }
  .pt-sm-3_5,
  .py-sm-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-3_5,
  .px-sm-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-3_5,
  .py-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-3_5,
  .px-sm-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-4_5 {
    padding: 4.5rem !important;
  }
  .pt-sm-4_5,
  .py-sm-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-4_5,
  .px-sm-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-4_5,
  .py-sm-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-4_5,
  .px-sm-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-5_5 {
    padding: 5.5rem !important;
  }
  .pt-sm-5_5,
  .py-sm-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-5_5,
  .px-sm-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-5_5,
  .py-sm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-5_5,
  .px-sm-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-6_5 {
    padding: 6.5rem !important;
  }
  .pt-sm-6_5,
  .py-sm-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-6_5,
  .px-sm-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-6_5,
  .py-sm-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-6_5,
  .px-sm-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .p-sm-11 {
    padding: 11rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12rem !important;
  }
  .p-sm-13 {
    padding: 13rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 13rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 13rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 13rem !important;
  }
  .p-sm-14 {
    padding: 14rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 14rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 14rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 14rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15rem !important;
  }
  .p-sm-16 {
    padding: 16rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16rem !important;
  }
  .p-sm-17 {
    padding: 17rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 17rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 17rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 17rem !important;
  }
  .p-sm-18 {
    padding: 18rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 18rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 18rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 18rem !important;
  }
  .p-sm-19 {
    padding: 19rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 19rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 19rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 19rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 19rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20rem !important;
  }
  .p-sm-21 {
    padding: 21rem !important;
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 21rem !important;
  }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 21rem !important;
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 21rem !important;
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 21rem !important;
  }
  .p-sm-22 {
    padding: 22rem !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 22rem !important;
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 22rem !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 22rem !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 22rem !important;
  }
  .p-sm-23 {
    padding: 23rem !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 23rem !important;
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 23rem !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 23rem !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 23rem !important;
  }
  .p-sm-24 {
    padding: 24rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 24rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 24rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25rem !important;
  }
  .p-sm-26 {
    padding: 26rem !important;
  }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 26rem !important;
  }
  .pr-sm-26,
  .px-sm-26 {
    padding-right: 26rem !important;
  }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 26rem !important;
  }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 26rem !important;
  }
  .p-sm-27 {
    padding: 27rem !important;
  }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 27rem !important;
  }
  .pr-sm-27,
  .px-sm-27 {
    padding-right: 27rem !important;
  }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 27rem !important;
  }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 27rem !important;
  }
  .p-sm-28 {
    padding: 28rem !important;
  }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 28rem !important;
  }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 28rem !important;
  }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 28rem !important;
  }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 28rem !important;
  }
  .p-sm-29 {
    padding: 29rem !important;
  }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 29rem !important;
  }
  .pr-sm-29,
  .px-sm-29 {
    padding-right: 29rem !important;
  }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 29rem !important;
  }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 29rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-sm-n1_5,
  .my-sm-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n1_5,
  .mx-sm-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n1_5,
  .my-sm-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n1_5,
  .mx-sm-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-sm-n2_5,
  .my-sm-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n2_5,
  .mx-sm-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n2_5,
  .my-sm-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n2_5,
  .mx-sm-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-sm-n3_5,
  .my-sm-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n3_5,
  .mx-sm-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n3_5,
  .my-sm-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n3_5,
  .mx-sm-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-sm-n4_5,
  .my-sm-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n4_5,
  .mx-sm-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n4_5,
  .my-sm-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n4_5,
  .mx-sm-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-sm-n5_5,
  .my-sm-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n5_5,
  .mx-sm-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n5_5,
  .my-sm-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n5_5,
  .mx-sm-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-sm-n6_5,
  .my-sm-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n6_5,
  .mx-sm-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n6_5,
  .my-sm-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n6_5,
  .mx-sm-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10rem !important;
  }
  .m-sm-n11 {
    margin: -11rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11rem !important;
  }
  .m-sm-n12 {
    margin: -12rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12rem !important;
  }
  .m-sm-n13 {
    margin: -13rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -13rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -13rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -13rem !important;
  }
  .m-sm-n14 {
    margin: -14rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -14rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -14rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -14rem !important;
  }
  .m-sm-n15 {
    margin: -15rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15rem !important;
  }
  .m-sm-n16 {
    margin: -16rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16rem !important;
  }
  .m-sm-n17 {
    margin: -17rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -17rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -17rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -17rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -17rem !important;
  }
  .m-sm-n18 {
    margin: -18rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -18rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -18rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -18rem !important;
  }
  .m-sm-n19 {
    margin: -19rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -19rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -19rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -19rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -19rem !important;
  }
  .m-sm-n20 {
    margin: -20rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20rem !important;
  }
  .m-sm-n21 {
    margin: -21rem !important;
  }
  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -21rem !important;
  }
  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -21rem !important;
  }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -21rem !important;
  }
  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -21rem !important;
  }
  .m-sm-n22 {
    margin: -22rem !important;
  }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -22rem !important;
  }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -22rem !important;
  }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -22rem !important;
  }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -22rem !important;
  }
  .m-sm-n23 {
    margin: -23rem !important;
  }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -23rem !important;
  }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -23rem !important;
  }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -23rem !important;
  }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -23rem !important;
  }
  .m-sm-n24 {
    margin: -24rem !important;
  }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -24rem !important;
  }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -24rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24rem !important;
  }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -24rem !important;
  }
  .m-sm-n25 {
    margin: -25rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25rem !important;
  }
  .m-sm-n26 {
    margin: -26rem !important;
  }
  .mt-sm-n26,
  .my-sm-n26 {
    margin-top: -26rem !important;
  }
  .mr-sm-n26,
  .mx-sm-n26 {
    margin-right: -26rem !important;
  }
  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -26rem !important;
  }
  .ml-sm-n26,
  .mx-sm-n26 {
    margin-left: -26rem !important;
  }
  .m-sm-n27 {
    margin: -27rem !important;
  }
  .mt-sm-n27,
  .my-sm-n27 {
    margin-top: -27rem !important;
  }
  .mr-sm-n27,
  .mx-sm-n27 {
    margin-right: -27rem !important;
  }
  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -27rem !important;
  }
  .ml-sm-n27,
  .mx-sm-n27 {
    margin-left: -27rem !important;
  }
  .m-sm-n28 {
    margin: -28rem !important;
  }
  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -28rem !important;
  }
  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -28rem !important;
  }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -28rem !important;
  }
  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -28rem !important;
  }
  .m-sm-n29 {
    margin: -29rem !important;
  }
  .mt-sm-n29,
  .my-sm-n29 {
    margin-top: -29rem !important;
  }
  .mr-sm-n29,
  .mx-sm-n29 {
    margin-right: -29rem !important;
  }
  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -29rem !important;
  }
  .ml-sm-n29,
  .mx-sm-n29 {
    margin-left: -29rem !important;
  }
  .m-sm-n30 {
    margin: -30rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .mt-md-0_5,
  .my-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-md-0_5,
  .mx-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-0_5,
  .my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-0_5,
  .mx-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-1_5 {
    margin: 1.5rem !important;
  }
  .mt-md-1_5,
  .my-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-1_5,
  .mx-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-1_5,
  .my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-1_5,
  .mx-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-2_5 {
    margin: 2.5rem !important;
  }
  .mt-md-2_5,
  .my-md-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-2_5,
  .mx-md-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-2_5,
  .my-md-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-2_5,
  .mx-md-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-3_5 {
    margin: 3.5rem !important;
  }
  .mt-md-3_5,
  .my-md-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-md-3_5,
  .mx-md-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-md-3_5,
  .my-md-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-3_5,
  .mx-md-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-4_5 {
    margin: 4.5rem !important;
  }
  .mt-md-4_5,
  .my-md-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-md-4_5,
  .mx-md-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-md-4_5,
  .my-md-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-4_5,
  .mx-md-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-5_5 {
    margin: 5.5rem !important;
  }
  .mt-md-5_5,
  .my-md-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-md-5_5,
  .mx-md-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-md-5_5,
  .my-md-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-5_5,
  .mx-md-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-6_5 {
    margin: 6.5rem !important;
  }
  .mt-md-6_5,
  .my-md-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-md-6_5,
  .mx-md-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-md-6_5,
  .my-md-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-6_5,
  .mx-md-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }
  .m-md-11 {
    margin: 11rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 11rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 11rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 11rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 12rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 12rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 12rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 13rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 13rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 13rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 13rem !important;
  }
  .m-md-14 {
    margin: 14rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 14rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 14rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 14rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 14rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15rem !important;
  }
  .m-md-16 {
    margin: 16rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16rem !important;
  }
  .m-md-17 {
    margin: 17rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 17rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 17rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 17rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 17rem !important;
  }
  .m-md-18 {
    margin: 18rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 18rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 18rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 18rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 18rem !important;
  }
  .m-md-19 {
    margin: 19rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 19rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 19rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 19rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 19rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20rem !important;
  }
  .m-md-21 {
    margin: 21rem !important;
  }
  .mt-md-21,
  .my-md-21 {
    margin-top: 21rem !important;
  }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 21rem !important;
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 21rem !important;
  }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 21rem !important;
  }
  .m-md-22 {
    margin: 22rem !important;
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 22rem !important;
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 22rem !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 22rem !important;
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 22rem !important;
  }
  .m-md-23 {
    margin: 23rem !important;
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 23rem !important;
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 23rem !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 23rem !important;
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 23rem !important;
  }
  .m-md-24 {
    margin: 24rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 24rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 24rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 24rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25rem !important;
  }
  .m-md-26 {
    margin: 26rem !important;
  }
  .mt-md-26,
  .my-md-26 {
    margin-top: 26rem !important;
  }
  .mr-md-26,
  .mx-md-26 {
    margin-right: 26rem !important;
  }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 26rem !important;
  }
  .ml-md-26,
  .mx-md-26 {
    margin-left: 26rem !important;
  }
  .m-md-27 {
    margin: 27rem !important;
  }
  .mt-md-27,
  .my-md-27 {
    margin-top: 27rem !important;
  }
  .mr-md-27,
  .mx-md-27 {
    margin-right: 27rem !important;
  }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 27rem !important;
  }
  .ml-md-27,
  .mx-md-27 {
    margin-left: 27rem !important;
  }
  .m-md-28 {
    margin: 28rem !important;
  }
  .mt-md-28,
  .my-md-28 {
    margin-top: 28rem !important;
  }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 28rem !important;
  }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 28rem !important;
  }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 28rem !important;
  }
  .m-md-29 {
    margin: 29rem !important;
  }
  .mt-md-29,
  .my-md-29 {
    margin-top: 29rem !important;
  }
  .mr-md-29,
  .mx-md-29 {
    margin-right: 29rem !important;
  }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 29rem !important;
  }
  .ml-md-29,
  .mx-md-29 {
    margin-left: 29rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .pt-md-0_5,
  .py-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-md-0_5,
  .px-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-0_5,
  .py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-0_5,
  .px-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-1_5 {
    padding: 1.5rem !important;
  }
  .pt-md-1_5,
  .py-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-md-1_5,
  .px-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-1_5,
  .py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-1_5,
  .px-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-2_5 {
    padding: 2.5rem !important;
  }
  .pt-md-2_5,
  .py-md-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-2_5,
  .px-md-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-2_5,
  .py-md-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-2_5,
  .px-md-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-3_5 {
    padding: 3.5rem !important;
  }
  .pt-md-3_5,
  .py-md-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-md-3_5,
  .px-md-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-md-3_5,
  .py-md-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-3_5,
  .px-md-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-4_5 {
    padding: 4.5rem !important;
  }
  .pt-md-4_5,
  .py-md-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-md-4_5,
  .px-md-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-md-4_5,
  .py-md-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-4_5,
  .px-md-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-5_5 {
    padding: 5.5rem !important;
  }
  .pt-md-5_5,
  .py-md-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-md-5_5,
  .px-md-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-md-5_5,
  .py-md-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-5_5,
  .px-md-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-6_5 {
    padding: 6.5rem !important;
  }
  .pt-md-6_5,
  .py-md-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-md-6_5,
  .px-md-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-md-6_5,
  .py-md-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-6_5,
  .px-md-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .p-md-11 {
    padding: 11rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 11rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 11rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 12rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12rem !important;
  }
  .p-md-13 {
    padding: 13rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 13rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 13rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 13rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 13rem !important;
  }
  .p-md-14 {
    padding: 14rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 14rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 14rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 14rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 14rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15rem !important;
  }
  .p-md-16 {
    padding: 16rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16rem !important;
  }
  .p-md-17 {
    padding: 17rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 17rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 17rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 17rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 17rem !important;
  }
  .p-md-18 {
    padding: 18rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 18rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 18rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 18rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 18rem !important;
  }
  .p-md-19 {
    padding: 19rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 19rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 19rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 19rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 19rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20rem !important;
  }
  .p-md-21 {
    padding: 21rem !important;
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 21rem !important;
  }
  .pr-md-21,
  .px-md-21 {
    padding-right: 21rem !important;
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 21rem !important;
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 21rem !important;
  }
  .p-md-22 {
    padding: 22rem !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 22rem !important;
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 22rem !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 22rem !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 22rem !important;
  }
  .p-md-23 {
    padding: 23rem !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 23rem !important;
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 23rem !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 23rem !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 23rem !important;
  }
  .p-md-24 {
    padding: 24rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 24rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 24rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 24rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25rem !important;
  }
  .p-md-26 {
    padding: 26rem !important;
  }
  .pt-md-26,
  .py-md-26 {
    padding-top: 26rem !important;
  }
  .pr-md-26,
  .px-md-26 {
    padding-right: 26rem !important;
  }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 26rem !important;
  }
  .pl-md-26,
  .px-md-26 {
    padding-left: 26rem !important;
  }
  .p-md-27 {
    padding: 27rem !important;
  }
  .pt-md-27,
  .py-md-27 {
    padding-top: 27rem !important;
  }
  .pr-md-27,
  .px-md-27 {
    padding-right: 27rem !important;
  }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 27rem !important;
  }
  .pl-md-27,
  .px-md-27 {
    padding-left: 27rem !important;
  }
  .p-md-28 {
    padding: 28rem !important;
  }
  .pt-md-28,
  .py-md-28 {
    padding-top: 28rem !important;
  }
  .pr-md-28,
  .px-md-28 {
    padding-right: 28rem !important;
  }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 28rem !important;
  }
  .pl-md-28,
  .px-md-28 {
    padding-left: 28rem !important;
  }
  .p-md-29 {
    padding: 29rem !important;
  }
  .pt-md-29,
  .py-md-29 {
    padding-top: 29rem !important;
  }
  .pr-md-29,
  .px-md-29 {
    padding-right: 29rem !important;
  }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 29rem !important;
  }
  .pl-md-29,
  .px-md-29 {
    padding-left: 29rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-md-n1_5,
  .my-md-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n1_5,
  .mx-md-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n1_5,
  .my-md-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n1_5,
  .mx-md-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-md-n2_5,
  .my-md-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n2_5,
  .mx-md-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n2_5,
  .my-md-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n2_5,
  .mx-md-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-md-n3_5,
  .my-md-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n3_5,
  .mx-md-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n3_5,
  .my-md-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n3_5,
  .mx-md-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-md-n4_5,
  .my-md-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n4_5,
  .mx-md-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n4_5,
  .my-md-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n4_5,
  .mx-md-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-md-n5_5,
  .my-md-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n5_5,
  .mx-md-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n5_5,
  .my-md-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n5_5,
  .mx-md-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-md-n6_5,
  .my-md-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n6_5,
  .mx-md-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n6_5,
  .my-md-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n6_5,
  .mx-md-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10rem !important;
  }
  .m-md-n11 {
    margin: -11rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11rem !important;
  }
  .m-md-n12 {
    margin: -12rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12rem !important;
  }
  .m-md-n13 {
    margin: -13rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -13rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -13rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -13rem !important;
  }
  .m-md-n14 {
    margin: -14rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -14rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -14rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -14rem !important;
  }
  .m-md-n15 {
    margin: -15rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15rem !important;
  }
  .m-md-n16 {
    margin: -16rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16rem !important;
  }
  .m-md-n17 {
    margin: -17rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -17rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -17rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -17rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -17rem !important;
  }
  .m-md-n18 {
    margin: -18rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -18rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -18rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -18rem !important;
  }
  .m-md-n19 {
    margin: -19rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -19rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -19rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -19rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -19rem !important;
  }
  .m-md-n20 {
    margin: -20rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20rem !important;
  }
  .m-md-n21 {
    margin: -21rem !important;
  }
  .mt-md-n21,
  .my-md-n21 {
    margin-top: -21rem !important;
  }
  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -21rem !important;
  }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -21rem !important;
  }
  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -21rem !important;
  }
  .m-md-n22 {
    margin: -22rem !important;
  }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -22rem !important;
  }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -22rem !important;
  }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -22rem !important;
  }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -22rem !important;
  }
  .m-md-n23 {
    margin: -23rem !important;
  }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -23rem !important;
  }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -23rem !important;
  }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -23rem !important;
  }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -23rem !important;
  }
  .m-md-n24 {
    margin: -24rem !important;
  }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -24rem !important;
  }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -24rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24rem !important;
  }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -24rem !important;
  }
  .m-md-n25 {
    margin: -25rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25rem !important;
  }
  .m-md-n26 {
    margin: -26rem !important;
  }
  .mt-md-n26,
  .my-md-n26 {
    margin-top: -26rem !important;
  }
  .mr-md-n26,
  .mx-md-n26 {
    margin-right: -26rem !important;
  }
  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -26rem !important;
  }
  .ml-md-n26,
  .mx-md-n26 {
    margin-left: -26rem !important;
  }
  .m-md-n27 {
    margin: -27rem !important;
  }
  .mt-md-n27,
  .my-md-n27 {
    margin-top: -27rem !important;
  }
  .mr-md-n27,
  .mx-md-n27 {
    margin-right: -27rem !important;
  }
  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -27rem !important;
  }
  .ml-md-n27,
  .mx-md-n27 {
    margin-left: -27rem !important;
  }
  .m-md-n28 {
    margin: -28rem !important;
  }
  .mt-md-n28,
  .my-md-n28 {
    margin-top: -28rem !important;
  }
  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -28rem !important;
  }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -28rem !important;
  }
  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -28rem !important;
  }
  .m-md-n29 {
    margin: -29rem !important;
  }
  .mt-md-n29,
  .my-md-n29 {
    margin-top: -29rem !important;
  }
  .mr-md-n29,
  .mx-md-n29 {
    margin-right: -29rem !important;
  }
  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -29rem !important;
  }
  .ml-md-n29,
  .mx-md-n29 {
    margin-left: -29rem !important;
  }
  .m-md-n30 {
    margin: -30rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .mt-lg-0_5,
  .my-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-0_5,
  .mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-0_5,
  .my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-0_5,
  .mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .mt-lg-1_5,
  .my-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-1_5,
  .mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-1_5,
  .my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-1_5,
  .mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-2_5 {
    margin: 2.5rem !important;
  }
  .mt-lg-2_5,
  .my-lg-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-2_5,
  .mx-lg-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-2_5,
  .my-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-2_5,
  .mx-lg-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-3_5 {
    margin: 3.5rem !important;
  }
  .mt-lg-3_5,
  .my-lg-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-3_5,
  .mx-lg-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-3_5,
  .my-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-3_5,
  .mx-lg-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-4_5 {
    margin: 4.5rem !important;
  }
  .mt-lg-4_5,
  .my-lg-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-4_5,
  .mx-lg-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-4_5,
  .my-lg-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-4_5,
  .mx-lg-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-5_5 {
    margin: 5.5rem !important;
  }
  .mt-lg-5_5,
  .my-lg-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-5_5,
  .mx-lg-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-5_5,
  .my-lg-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-5_5,
  .mx-lg-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-6_5 {
    margin: 6.5rem !important;
  }
  .mt-lg-6_5,
  .my-lg-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-6_5,
  .mx-lg-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-6_5,
  .my-lg-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-6_5,
  .mx-lg-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 13rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 13rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 13rem !important;
  }
  .m-lg-14 {
    margin: 14rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 14rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 14rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 14rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16rem !important;
  }
  .m-lg-17 {
    margin: 17rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 17rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 17rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 17rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 17rem !important;
  }
  .m-lg-18 {
    margin: 18rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 18rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 18rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 18rem !important;
  }
  .m-lg-19 {
    margin: 19rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 19rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 19rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 19rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 19rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20rem !important;
  }
  .m-lg-21 {
    margin: 21rem !important;
  }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 21rem !important;
  }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 21rem !important;
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 21rem !important;
  }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 21rem !important;
  }
  .m-lg-22 {
    margin: 22rem !important;
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 22rem !important;
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 22rem !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 22rem !important;
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 22rem !important;
  }
  .m-lg-23 {
    margin: 23rem !important;
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 23rem !important;
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 23rem !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 23rem !important;
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 23rem !important;
  }
  .m-lg-24 {
    margin: 24rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25rem !important;
  }
  .m-lg-26 {
    margin: 26rem !important;
  }
  .mt-lg-26,
  .my-lg-26 {
    margin-top: 26rem !important;
  }
  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 26rem !important;
  }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 26rem !important;
  }
  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 26rem !important;
  }
  .m-lg-27 {
    margin: 27rem !important;
  }
  .mt-lg-27,
  .my-lg-27 {
    margin-top: 27rem !important;
  }
  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 27rem !important;
  }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 27rem !important;
  }
  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 27rem !important;
  }
  .m-lg-28 {
    margin: 28rem !important;
  }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 28rem !important;
  }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 28rem !important;
  }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 28rem !important;
  }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 28rem !important;
  }
  .m-lg-29 {
    margin: 29rem !important;
  }
  .mt-lg-29,
  .my-lg-29 {
    margin-top: 29rem !important;
  }
  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 29rem !important;
  }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 29rem !important;
  }
  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 29rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .pt-lg-0_5,
  .py-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-0_5,
  .px-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-0_5,
  .py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-0_5,
  .px-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .pt-lg-1_5,
  .py-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-1_5,
  .px-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-1_5,
  .py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-1_5,
  .px-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-2_5 {
    padding: 2.5rem !important;
  }
  .pt-lg-2_5,
  .py-lg-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-2_5,
  .px-lg-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-2_5,
  .py-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-2_5,
  .px-lg-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-3_5 {
    padding: 3.5rem !important;
  }
  .pt-lg-3_5,
  .py-lg-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-3_5,
  .px-lg-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-3_5,
  .py-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-3_5,
  .px-lg-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-4_5 {
    padding: 4.5rem !important;
  }
  .pt-lg-4_5,
  .py-lg-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-4_5,
  .px-lg-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-4_5,
  .py-lg-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-4_5,
  .px-lg-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-5_5 {
    padding: 5.5rem !important;
  }
  .pt-lg-5_5,
  .py-lg-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-5_5,
  .px-lg-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-5_5,
  .py-lg-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-5_5,
  .px-lg-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-6_5 {
    padding: 6.5rem !important;
  }
  .pt-lg-6_5,
  .py-lg-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-6_5,
  .px-lg-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-6_5,
  .py-lg-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-6_5,
  .px-lg-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .p-lg-11 {
    padding: 11rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12rem !important;
  }
  .p-lg-13 {
    padding: 13rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 13rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 13rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 13rem !important;
  }
  .p-lg-14 {
    padding: 14rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 14rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 14rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 14rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15rem !important;
  }
  .p-lg-16 {
    padding: 16rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16rem !important;
  }
  .p-lg-17 {
    padding: 17rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 17rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 17rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 17rem !important;
  }
  .p-lg-18 {
    padding: 18rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 18rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 18rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 18rem !important;
  }
  .p-lg-19 {
    padding: 19rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 19rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 19rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 19rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20rem !important;
  }
  .p-lg-21 {
    padding: 21rem !important;
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 21rem !important;
  }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 21rem !important;
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 21rem !important;
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 21rem !important;
  }
  .p-lg-22 {
    padding: 22rem !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 22rem !important;
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 22rem !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 22rem !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 22rem !important;
  }
  .p-lg-23 {
    padding: 23rem !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 23rem !important;
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 23rem !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 23rem !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 23rem !important;
  }
  .p-lg-24 {
    padding: 24rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25rem !important;
  }
  .p-lg-26 {
    padding: 26rem !important;
  }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 26rem !important;
  }
  .pr-lg-26,
  .px-lg-26 {
    padding-right: 26rem !important;
  }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 26rem !important;
  }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 26rem !important;
  }
  .p-lg-27 {
    padding: 27rem !important;
  }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 27rem !important;
  }
  .pr-lg-27,
  .px-lg-27 {
    padding-right: 27rem !important;
  }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 27rem !important;
  }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 27rem !important;
  }
  .p-lg-28 {
    padding: 28rem !important;
  }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 28rem !important;
  }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 28rem !important;
  }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 28rem !important;
  }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 28rem !important;
  }
  .p-lg-29 {
    padding: 29rem !important;
  }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 29rem !important;
  }
  .pr-lg-29,
  .px-lg-29 {
    padding-right: 29rem !important;
  }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 29rem !important;
  }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 29rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-lg-n1_5,
  .my-lg-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n1_5,
  .mx-lg-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n1_5,
  .my-lg-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n1_5,
  .mx-lg-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-lg-n2_5,
  .my-lg-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n2_5,
  .mx-lg-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n2_5,
  .my-lg-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n2_5,
  .mx-lg-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-lg-n3_5,
  .my-lg-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n3_5,
  .mx-lg-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n3_5,
  .my-lg-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n3_5,
  .mx-lg-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-lg-n4_5,
  .my-lg-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n4_5,
  .mx-lg-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n4_5,
  .my-lg-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n4_5,
  .mx-lg-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-lg-n5_5,
  .my-lg-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n5_5,
  .mx-lg-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n5_5,
  .my-lg-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n5_5,
  .mx-lg-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-lg-n6_5,
  .my-lg-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n6_5,
  .mx-lg-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n6_5,
  .my-lg-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n6_5,
  .mx-lg-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }
  .m-lg-n11 {
    margin: -11rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11rem !important;
  }
  .m-lg-n12 {
    margin: -12rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12rem !important;
  }
  .m-lg-n13 {
    margin: -13rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -13rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -13rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -13rem !important;
  }
  .m-lg-n14 {
    margin: -14rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -14rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -14rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -14rem !important;
  }
  .m-lg-n15 {
    margin: -15rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15rem !important;
  }
  .m-lg-n16 {
    margin: -16rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16rem !important;
  }
  .m-lg-n17 {
    margin: -17rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -17rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -17rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -17rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -17rem !important;
  }
  .m-lg-n18 {
    margin: -18rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -18rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -18rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -18rem !important;
  }
  .m-lg-n19 {
    margin: -19rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -19rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -19rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -19rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -19rem !important;
  }
  .m-lg-n20 {
    margin: -20rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20rem !important;
  }
  .m-lg-n21 {
    margin: -21rem !important;
  }
  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -21rem !important;
  }
  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -21rem !important;
  }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -21rem !important;
  }
  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -21rem !important;
  }
  .m-lg-n22 {
    margin: -22rem !important;
  }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -22rem !important;
  }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -22rem !important;
  }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -22rem !important;
  }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -22rem !important;
  }
  .m-lg-n23 {
    margin: -23rem !important;
  }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -23rem !important;
  }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -23rem !important;
  }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -23rem !important;
  }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -23rem !important;
  }
  .m-lg-n24 {
    margin: -24rem !important;
  }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -24rem !important;
  }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -24rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24rem !important;
  }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -24rem !important;
  }
  .m-lg-n25 {
    margin: -25rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25rem !important;
  }
  .m-lg-n26 {
    margin: -26rem !important;
  }
  .mt-lg-n26,
  .my-lg-n26 {
    margin-top: -26rem !important;
  }
  .mr-lg-n26,
  .mx-lg-n26 {
    margin-right: -26rem !important;
  }
  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -26rem !important;
  }
  .ml-lg-n26,
  .mx-lg-n26 {
    margin-left: -26rem !important;
  }
  .m-lg-n27 {
    margin: -27rem !important;
  }
  .mt-lg-n27,
  .my-lg-n27 {
    margin-top: -27rem !important;
  }
  .mr-lg-n27,
  .mx-lg-n27 {
    margin-right: -27rem !important;
  }
  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -27rem !important;
  }
  .ml-lg-n27,
  .mx-lg-n27 {
    margin-left: -27rem !important;
  }
  .m-lg-n28 {
    margin: -28rem !important;
  }
  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -28rem !important;
  }
  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -28rem !important;
  }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -28rem !important;
  }
  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -28rem !important;
  }
  .m-lg-n29 {
    margin: -29rem !important;
  }
  .mt-lg-n29,
  .my-lg-n29 {
    margin-top: -29rem !important;
  }
  .mr-lg-n29,
  .mx-lg-n29 {
    margin-right: -29rem !important;
  }
  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -29rem !important;
  }
  .ml-lg-n29,
  .mx-lg-n29 {
    margin-left: -29rem !important;
  }
  .m-lg-n30 {
    margin: -30rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .mt-xl-0_5,
  .my-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-0_5,
  .mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-0_5,
  .my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-0_5,
  .mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .mt-xl-1_5,
  .my-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-1_5,
  .mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-1_5,
  .my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-1_5,
  .mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-2_5 {
    margin: 2.5rem !important;
  }
  .mt-xl-2_5,
  .my-xl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-2_5,
  .mx-xl-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-2_5,
  .my-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-2_5,
  .mx-xl-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-3_5 {
    margin: 3.5rem !important;
  }
  .mt-xl-3_5,
  .my-xl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-3_5,
  .mx-xl-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-3_5,
  .my-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-3_5,
  .mx-xl-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-4_5 {
    margin: 4.5rem !important;
  }
  .mt-xl-4_5,
  .my-xl-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-4_5,
  .mx-xl-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-4_5,
  .my-xl-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-4_5,
  .mx-xl-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-5_5 {
    margin: 5.5rem !important;
  }
  .mt-xl-5_5,
  .my-xl-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-5_5,
  .mx-xl-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-5_5,
  .my-xl-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-5_5,
  .mx-xl-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-6_5 {
    margin: 6.5rem !important;
  }
  .mt-xl-6_5,
  .my-xl-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-6_5,
  .mx-xl-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-6_5,
  .my-xl-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-6_5,
  .mx-xl-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }
  .m-xl-11 {
    margin: 11rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11rem !important;
  }
  .m-xl-12 {
    margin: 12rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12rem !important;
  }
  .m-xl-13 {
    margin: 13rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 13rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 13rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 13rem !important;
  }
  .m-xl-14 {
    margin: 14rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 14rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 14rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 14rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15rem !important;
  }
  .m-xl-16 {
    margin: 16rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16rem !important;
  }
  .m-xl-17 {
    margin: 17rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 17rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 17rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 17rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 17rem !important;
  }
  .m-xl-18 {
    margin: 18rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 18rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 18rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 18rem !important;
  }
  .m-xl-19 {
    margin: 19rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 19rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 19rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 19rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 19rem !important;
  }
  .m-xl-20 {
    margin: 20rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20rem !important;
  }
  .m-xl-21 {
    margin: 21rem !important;
  }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 21rem !important;
  }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 21rem !important;
  }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 21rem !important;
  }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 21rem !important;
  }
  .m-xl-22 {
    margin: 22rem !important;
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 22rem !important;
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 22rem !important;
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 22rem !important;
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 22rem !important;
  }
  .m-xl-23 {
    margin: 23rem !important;
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 23rem !important;
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 23rem !important;
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 23rem !important;
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 23rem !important;
  }
  .m-xl-24 {
    margin: 24rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24rem !important;
  }
  .m-xl-25 {
    margin: 25rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25rem !important;
  }
  .m-xl-26 {
    margin: 26rem !important;
  }
  .mt-xl-26,
  .my-xl-26 {
    margin-top: 26rem !important;
  }
  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 26rem !important;
  }
  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 26rem !important;
  }
  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 26rem !important;
  }
  .m-xl-27 {
    margin: 27rem !important;
  }
  .mt-xl-27,
  .my-xl-27 {
    margin-top: 27rem !important;
  }
  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 27rem !important;
  }
  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 27rem !important;
  }
  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 27rem !important;
  }
  .m-xl-28 {
    margin: 28rem !important;
  }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 28rem !important;
  }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 28rem !important;
  }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 28rem !important;
  }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 28rem !important;
  }
  .m-xl-29 {
    margin: 29rem !important;
  }
  .mt-xl-29,
  .my-xl-29 {
    margin-top: 29rem !important;
  }
  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 29rem !important;
  }
  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 29rem !important;
  }
  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 29rem !important;
  }
  .m-xl-30 {
    margin: 30rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .pt-xl-0_5,
  .py-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-0_5,
  .px-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-0_5,
  .py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-0_5,
  .px-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .pt-xl-1_5,
  .py-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-1_5,
  .px-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-1_5,
  .py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-1_5,
  .px-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-2_5 {
    padding: 2.5rem !important;
  }
  .pt-xl-2_5,
  .py-xl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-2_5,
  .px-xl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-2_5,
  .py-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-2_5,
  .px-xl-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-3_5 {
    padding: 3.5rem !important;
  }
  .pt-xl-3_5,
  .py-xl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-3_5,
  .px-xl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-3_5,
  .py-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-3_5,
  .px-xl-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-4_5 {
    padding: 4.5rem !important;
  }
  .pt-xl-4_5,
  .py-xl-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-4_5,
  .px-xl-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-4_5,
  .py-xl-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-4_5,
  .px-xl-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-5_5 {
    padding: 5.5rem !important;
  }
  .pt-xl-5_5,
  .py-xl-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-5_5,
  .px-xl-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-5_5,
  .py-xl-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-5_5,
  .px-xl-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-6_5 {
    padding: 6.5rem !important;
  }
  .pt-xl-6_5,
  .py-xl-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-6_5,
  .px-xl-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-6_5,
  .py-xl-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-6_5,
  .px-xl-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }
  .p-xl-11 {
    padding: 11rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11rem !important;
  }
  .p-xl-12 {
    padding: 12rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12rem !important;
  }
  .p-xl-13 {
    padding: 13rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 13rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 13rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 13rem !important;
  }
  .p-xl-14 {
    padding: 14rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 14rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 14rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 14rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15rem !important;
  }
  .p-xl-16 {
    padding: 16rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16rem !important;
  }
  .p-xl-17 {
    padding: 17rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 17rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 17rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 17rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 17rem !important;
  }
  .p-xl-18 {
    padding: 18rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 18rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 18rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 18rem !important;
  }
  .p-xl-19 {
    padding: 19rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 19rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 19rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 19rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 19rem !important;
  }
  .p-xl-20 {
    padding: 20rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20rem !important;
  }
  .p-xl-21 {
    padding: 21rem !important;
  }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 21rem !important;
  }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 21rem !important;
  }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 21rem !important;
  }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 21rem !important;
  }
  .p-xl-22 {
    padding: 22rem !important;
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 22rem !important;
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 22rem !important;
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 22rem !important;
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 22rem !important;
  }
  .p-xl-23 {
    padding: 23rem !important;
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 23rem !important;
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 23rem !important;
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 23rem !important;
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 23rem !important;
  }
  .p-xl-24 {
    padding: 24rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24rem !important;
  }
  .p-xl-25 {
    padding: 25rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25rem !important;
  }
  .p-xl-26 {
    padding: 26rem !important;
  }
  .pt-xl-26,
  .py-xl-26 {
    padding-top: 26rem !important;
  }
  .pr-xl-26,
  .px-xl-26 {
    padding-right: 26rem !important;
  }
  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 26rem !important;
  }
  .pl-xl-26,
  .px-xl-26 {
    padding-left: 26rem !important;
  }
  .p-xl-27 {
    padding: 27rem !important;
  }
  .pt-xl-27,
  .py-xl-27 {
    padding-top: 27rem !important;
  }
  .pr-xl-27,
  .px-xl-27 {
    padding-right: 27rem !important;
  }
  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 27rem !important;
  }
  .pl-xl-27,
  .px-xl-27 {
    padding-left: 27rem !important;
  }
  .p-xl-28 {
    padding: 28rem !important;
  }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 28rem !important;
  }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 28rem !important;
  }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 28rem !important;
  }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 28rem !important;
  }
  .p-xl-29 {
    padding: 29rem !important;
  }
  .pt-xl-29,
  .py-xl-29 {
    padding-top: 29rem !important;
  }
  .pr-xl-29,
  .px-xl-29 {
    padding-right: 29rem !important;
  }
  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 29rem !important;
  }
  .pl-xl-29,
  .px-xl-29 {
    padding-left: 29rem !important;
  }
  .p-xl-30 {
    padding: 30rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-xl-n1_5,
  .my-xl-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n1_5,
  .mx-xl-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n1_5,
  .my-xl-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n1_5,
  .mx-xl-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-xl-n2_5,
  .my-xl-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n2_5,
  .mx-xl-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n2_5,
  .my-xl-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n2_5,
  .mx-xl-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-xl-n3_5,
  .my-xl-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n3_5,
  .mx-xl-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n3_5,
  .my-xl-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n3_5,
  .mx-xl-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-xl-n4_5,
  .my-xl-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n4_5,
  .mx-xl-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n4_5,
  .my-xl-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n4_5,
  .mx-xl-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }
  .m-xl-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-xl-n5_5,
  .my-xl-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n5_5,
  .mx-xl-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n5_5,
  .my-xl-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n5_5,
  .mx-xl-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-xl-n6_5,
  .my-xl-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n6_5,
  .mx-xl-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n6_5,
  .my-xl-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n6_5,
  .mx-xl-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10rem !important;
  }
  .m-xl-n11 {
    margin: -11rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11rem !important;
  }
  .m-xl-n12 {
    margin: -12rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12rem !important;
  }
  .m-xl-n13 {
    margin: -13rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -13rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -13rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -13rem !important;
  }
  .m-xl-n14 {
    margin: -14rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -14rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -14rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -14rem !important;
  }
  .m-xl-n15 {
    margin: -15rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15rem !important;
  }
  .m-xl-n16 {
    margin: -16rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16rem !important;
  }
  .m-xl-n17 {
    margin: -17rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -17rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -17rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -17rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -17rem !important;
  }
  .m-xl-n18 {
    margin: -18rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -18rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -18rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -18rem !important;
  }
  .m-xl-n19 {
    margin: -19rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -19rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -19rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -19rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -19rem !important;
  }
  .m-xl-n20 {
    margin: -20rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20rem !important;
  }
  .m-xl-n21 {
    margin: -21rem !important;
  }
  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -21rem !important;
  }
  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -21rem !important;
  }
  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -21rem !important;
  }
  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -21rem !important;
  }
  .m-xl-n22 {
    margin: -22rem !important;
  }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -22rem !important;
  }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -22rem !important;
  }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -22rem !important;
  }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -22rem !important;
  }
  .m-xl-n23 {
    margin: -23rem !important;
  }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -23rem !important;
  }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -23rem !important;
  }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -23rem !important;
  }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -23rem !important;
  }
  .m-xl-n24 {
    margin: -24rem !important;
  }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -24rem !important;
  }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -24rem !important;
  }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -24rem !important;
  }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -24rem !important;
  }
  .m-xl-n25 {
    margin: -25rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25rem !important;
  }
  .m-xl-n26 {
    margin: -26rem !important;
  }
  .mt-xl-n26,
  .my-xl-n26 {
    margin-top: -26rem !important;
  }
  .mr-xl-n26,
  .mx-xl-n26 {
    margin-right: -26rem !important;
  }
  .mb-xl-n26,
  .my-xl-n26 {
    margin-bottom: -26rem !important;
  }
  .ml-xl-n26,
  .mx-xl-n26 {
    margin-left: -26rem !important;
  }
  .m-xl-n27 {
    margin: -27rem !important;
  }
  .mt-xl-n27,
  .my-xl-n27 {
    margin-top: -27rem !important;
  }
  .mr-xl-n27,
  .mx-xl-n27 {
    margin-right: -27rem !important;
  }
  .mb-xl-n27,
  .my-xl-n27 {
    margin-bottom: -27rem !important;
  }
  .ml-xl-n27,
  .mx-xl-n27 {
    margin-left: -27rem !important;
  }
  .m-xl-n28 {
    margin: -28rem !important;
  }
  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -28rem !important;
  }
  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -28rem !important;
  }
  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -28rem !important;
  }
  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -28rem !important;
  }
  .m-xl-n29 {
    margin: -29rem !important;
  }
  .mt-xl-n29,
  .my-xl-n29 {
    margin-top: -29rem !important;
  }
  .mr-xl-n29,
  .mx-xl-n29 {
    margin-right: -29rem !important;
  }
  .mb-xl-n29,
  .my-xl-n29 {
    margin-bottom: -29rem !important;
  }
  .ml-xl-n29,
  .mx-xl-n29 {
    margin-left: -29rem !important;
  }
  .m-xl-n30 {
    margin: -30rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-0_5 {
    margin: 0.5rem !important;
  }
  .mt-xxl-0_5,
  .my-xxl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-0_5,
  .mx-xxl-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-0_5,
  .my-xxl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-0_5,
  .mx-xxl-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1rem !important;
  }
  .m-xxl-1_5 {
    margin: 1.5rem !important;
  }
  .mt-xxl-1_5,
  .my-xxl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-1_5,
  .mx-xxl-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-1_5,
  .my-xxl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-1_5,
  .mx-xxl-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2rem !important;
  }
  .m-xxl-2_5 {
    margin: 2.5rem !important;
  }
  .mt-xxl-2_5,
  .my-xxl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-2_5,
  .mx-xxl-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-2_5,
  .my-xxl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-2_5,
  .mx-xxl-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important;
  }
  .m-xxl-3_5 {
    margin: 3.5rem !important;
  }
  .mt-xxl-3_5,
  .my-xxl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-3_5,
  .mx-xxl-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-3_5,
  .my-xxl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-3_5,
  .mx-xxl-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxl-4_5 {
    margin: 4.5rem !important;
  }
  .mt-xxl-4_5,
  .my-xxl-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-4_5,
  .mx-xxl-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-4_5,
  .my-xxl-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-4_5,
  .mx-xxl-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5rem !important;
  }
  .m-xxl-5_5 {
    margin: 5.5rem !important;
  }
  .mt-xxl-5_5,
  .my-xxl-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-5_5,
  .mx-xxl-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-5_5,
  .my-xxl-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-5_5,
  .mx-xxl-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .m-xxl-6_5 {
    margin: 6.5rem !important;
  }
  .mt-xxl-6_5,
  .my-xxl-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-6_5,
  .mx-xxl-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-6_5,
  .my-xxl-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-6_5,
  .mx-xxl-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10rem !important;
  }
  .m-xxl-11 {
    margin: 11rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 11rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 11rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 11rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 11rem !important;
  }
  .m-xxl-12 {
    margin: 12rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 12rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 12rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 12rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 12rem !important;
  }
  .m-xxl-13 {
    margin: 13rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 13rem !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 13rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 13rem !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 13rem !important;
  }
  .m-xxl-14 {
    margin: 14rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 14rem !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 14rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 14rem !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 14rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15rem !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15rem !important;
  }
  .m-xxl-16 {
    margin: 16rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 16rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 16rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 16rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 16rem !important;
  }
  .m-xxl-17 {
    margin: 17rem !important;
  }
  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 17rem !important;
  }
  .mr-xxl-17,
  .mx-xxl-17 {
    margin-right: 17rem !important;
  }
  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 17rem !important;
  }
  .ml-xxl-17,
  .mx-xxl-17 {
    margin-left: 17rem !important;
  }
  .m-xxl-18 {
    margin: 18rem !important;
  }
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 18rem !important;
  }
  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 18rem !important;
  }
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 18rem !important;
  }
  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 18rem !important;
  }
  .m-xxl-19 {
    margin: 19rem !important;
  }
  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 19rem !important;
  }
  .mr-xxl-19,
  .mx-xxl-19 {
    margin-right: 19rem !important;
  }
  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 19rem !important;
  }
  .ml-xxl-19,
  .mx-xxl-19 {
    margin-left: 19rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20rem !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20rem !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20rem !important;
  }
  .m-xxl-21 {
    margin: 21rem !important;
  }
  .mt-xxl-21,
  .my-xxl-21 {
    margin-top: 21rem !important;
  }
  .mr-xxl-21,
  .mx-xxl-21 {
    margin-right: 21rem !important;
  }
  .mb-xxl-21,
  .my-xxl-21 {
    margin-bottom: 21rem !important;
  }
  .ml-xxl-21,
  .mx-xxl-21 {
    margin-left: 21rem !important;
  }
  .m-xxl-22 {
    margin: 22rem !important;
  }
  .mt-xxl-22,
  .my-xxl-22 {
    margin-top: 22rem !important;
  }
  .mr-xxl-22,
  .mx-xxl-22 {
    margin-right: 22rem !important;
  }
  .mb-xxl-22,
  .my-xxl-22 {
    margin-bottom: 22rem !important;
  }
  .ml-xxl-22,
  .mx-xxl-22 {
    margin-left: 22rem !important;
  }
  .m-xxl-23 {
    margin: 23rem !important;
  }
  .mt-xxl-23,
  .my-xxl-23 {
    margin-top: 23rem !important;
  }
  .mr-xxl-23,
  .mx-xxl-23 {
    margin-right: 23rem !important;
  }
  .mb-xxl-23,
  .my-xxl-23 {
    margin-bottom: 23rem !important;
  }
  .ml-xxl-23,
  .mx-xxl-23 {
    margin-left: 23rem !important;
  }
  .m-xxl-24 {
    margin: 24rem !important;
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 24rem !important;
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 24rem !important;
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 24rem !important;
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 24rem !important;
  }
  .m-xxl-25 {
    margin: 25rem !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 25rem !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 25rem !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 25rem !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 25rem !important;
  }
  .m-xxl-26 {
    margin: 26rem !important;
  }
  .mt-xxl-26,
  .my-xxl-26 {
    margin-top: 26rem !important;
  }
  .mr-xxl-26,
  .mx-xxl-26 {
    margin-right: 26rem !important;
  }
  .mb-xxl-26,
  .my-xxl-26 {
    margin-bottom: 26rem !important;
  }
  .ml-xxl-26,
  .mx-xxl-26 {
    margin-left: 26rem !important;
  }
  .m-xxl-27 {
    margin: 27rem !important;
  }
  .mt-xxl-27,
  .my-xxl-27 {
    margin-top: 27rem !important;
  }
  .mr-xxl-27,
  .mx-xxl-27 {
    margin-right: 27rem !important;
  }
  .mb-xxl-27,
  .my-xxl-27 {
    margin-bottom: 27rem !important;
  }
  .ml-xxl-27,
  .mx-xxl-27 {
    margin-left: 27rem !important;
  }
  .m-xxl-28 {
    margin: 28rem !important;
  }
  .mt-xxl-28,
  .my-xxl-28 {
    margin-top: 28rem !important;
  }
  .mr-xxl-28,
  .mx-xxl-28 {
    margin-right: 28rem !important;
  }
  .mb-xxl-28,
  .my-xxl-28 {
    margin-bottom: 28rem !important;
  }
  .ml-xxl-28,
  .mx-xxl-28 {
    margin-left: 28rem !important;
  }
  .m-xxl-29 {
    margin: 29rem !important;
  }
  .mt-xxl-29,
  .my-xxl-29 {
    margin-top: 29rem !important;
  }
  .mr-xxl-29,
  .mx-xxl-29 {
    margin-right: 29rem !important;
  }
  .mb-xxl-29,
  .my-xxl-29 {
    margin-bottom: 29rem !important;
  }
  .ml-xxl-29,
  .mx-xxl-29 {
    margin-left: 29rem !important;
  }
  .m-xxl-30 {
    margin: 30rem !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30rem !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30rem !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30rem !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-0_5 {
    padding: 0.5rem !important;
  }
  .pt-xxl-0_5,
  .py-xxl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-0_5,
  .px-xxl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-0_5,
  .py-xxl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-0_5,
  .px-xxl-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1rem !important;
  }
  .p-xxl-1_5 {
    padding: 1.5rem !important;
  }
  .pt-xxl-1_5,
  .py-xxl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-1_5,
  .px-xxl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-1_5,
  .py-xxl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-1_5,
  .px-xxl-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2rem !important;
  }
  .p-xxl-2_5 {
    padding: 2.5rem !important;
  }
  .pt-xxl-2_5,
  .py-xxl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-2_5,
  .px-xxl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-2_5,
  .py-xxl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-2_5,
  .px-xxl-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important;
  }
  .p-xxl-3_5 {
    padding: 3.5rem !important;
  }
  .pt-xxl-3_5,
  .py-xxl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-3_5,
  .px-xxl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-3_5,
  .py-xxl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-3_5,
  .px-xxl-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxl-4_5 {
    padding: 4.5rem !important;
  }
  .pt-xxl-4_5,
  .py-xxl-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-4_5,
  .px-xxl-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-4_5,
  .py-xxl-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-4_5,
  .px-xxl-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5rem !important;
  }
  .p-xxl-5_5 {
    padding: 5.5rem !important;
  }
  .pt-xxl-5_5,
  .py-xxl-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-5_5,
  .px-xxl-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-5_5,
  .py-xxl-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-5_5,
  .px-xxl-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important;
  }
  .p-xxl-6_5 {
    padding: 6.5rem !important;
  }
  .pt-xxl-6_5,
  .py-xxl-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-6_5,
  .px-xxl-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-6_5,
  .py-xxl-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-6_5,
  .px-xxl-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10rem !important;
  }
  .p-xxl-11 {
    padding: 11rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 11rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 11rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 11rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 11rem !important;
  }
  .p-xxl-12 {
    padding: 12rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 12rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 12rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 12rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 12rem !important;
  }
  .p-xxl-13 {
    padding: 13rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 13rem !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 13rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 13rem !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 13rem !important;
  }
  .p-xxl-14 {
    padding: 14rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 14rem !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 14rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 14rem !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 14rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15rem !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15rem !important;
  }
  .p-xxl-16 {
    padding: 16rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 16rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 16rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 16rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 16rem !important;
  }
  .p-xxl-17 {
    padding: 17rem !important;
  }
  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 17rem !important;
  }
  .pr-xxl-17,
  .px-xxl-17 {
    padding-right: 17rem !important;
  }
  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 17rem !important;
  }
  .pl-xxl-17,
  .px-xxl-17 {
    padding-left: 17rem !important;
  }
  .p-xxl-18 {
    padding: 18rem !important;
  }
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 18rem !important;
  }
  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 18rem !important;
  }
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 18rem !important;
  }
  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 18rem !important;
  }
  .p-xxl-19 {
    padding: 19rem !important;
  }
  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 19rem !important;
  }
  .pr-xxl-19,
  .px-xxl-19 {
    padding-right: 19rem !important;
  }
  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 19rem !important;
  }
  .pl-xxl-19,
  .px-xxl-19 {
    padding-left: 19rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20rem !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20rem !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20rem !important;
  }
  .p-xxl-21 {
    padding: 21rem !important;
  }
  .pt-xxl-21,
  .py-xxl-21 {
    padding-top: 21rem !important;
  }
  .pr-xxl-21,
  .px-xxl-21 {
    padding-right: 21rem !important;
  }
  .pb-xxl-21,
  .py-xxl-21 {
    padding-bottom: 21rem !important;
  }
  .pl-xxl-21,
  .px-xxl-21 {
    padding-left: 21rem !important;
  }
  .p-xxl-22 {
    padding: 22rem !important;
  }
  .pt-xxl-22,
  .py-xxl-22 {
    padding-top: 22rem !important;
  }
  .pr-xxl-22,
  .px-xxl-22 {
    padding-right: 22rem !important;
  }
  .pb-xxl-22,
  .py-xxl-22 {
    padding-bottom: 22rem !important;
  }
  .pl-xxl-22,
  .px-xxl-22 {
    padding-left: 22rem !important;
  }
  .p-xxl-23 {
    padding: 23rem !important;
  }
  .pt-xxl-23,
  .py-xxl-23 {
    padding-top: 23rem !important;
  }
  .pr-xxl-23,
  .px-xxl-23 {
    padding-right: 23rem !important;
  }
  .pb-xxl-23,
  .py-xxl-23 {
    padding-bottom: 23rem !important;
  }
  .pl-xxl-23,
  .px-xxl-23 {
    padding-left: 23rem !important;
  }
  .p-xxl-24 {
    padding: 24rem !important;
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 24rem !important;
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 24rem !important;
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 24rem !important;
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 24rem !important;
  }
  .p-xxl-25 {
    padding: 25rem !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 25rem !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 25rem !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 25rem !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 25rem !important;
  }
  .p-xxl-26 {
    padding: 26rem !important;
  }
  .pt-xxl-26,
  .py-xxl-26 {
    padding-top: 26rem !important;
  }
  .pr-xxl-26,
  .px-xxl-26 {
    padding-right: 26rem !important;
  }
  .pb-xxl-26,
  .py-xxl-26 {
    padding-bottom: 26rem !important;
  }
  .pl-xxl-26,
  .px-xxl-26 {
    padding-left: 26rem !important;
  }
  .p-xxl-27 {
    padding: 27rem !important;
  }
  .pt-xxl-27,
  .py-xxl-27 {
    padding-top: 27rem !important;
  }
  .pr-xxl-27,
  .px-xxl-27 {
    padding-right: 27rem !important;
  }
  .pb-xxl-27,
  .py-xxl-27 {
    padding-bottom: 27rem !important;
  }
  .pl-xxl-27,
  .px-xxl-27 {
    padding-left: 27rem !important;
  }
  .p-xxl-28 {
    padding: 28rem !important;
  }
  .pt-xxl-28,
  .py-xxl-28 {
    padding-top: 28rem !important;
  }
  .pr-xxl-28,
  .px-xxl-28 {
    padding-right: 28rem !important;
  }
  .pb-xxl-28,
  .py-xxl-28 {
    padding-bottom: 28rem !important;
  }
  .pl-xxl-28,
  .px-xxl-28 {
    padding-left: 28rem !important;
  }
  .p-xxl-29 {
    padding: 29rem !important;
  }
  .pt-xxl-29,
  .py-xxl-29 {
    padding-top: 29rem !important;
  }
  .pr-xxl-29,
  .px-xxl-29 {
    padding-right: 29rem !important;
  }
  .pb-xxl-29,
  .py-xxl-29 {
    padding-bottom: 29rem !important;
  }
  .pl-xxl-29,
  .px-xxl-29 {
    padding-left: 29rem !important;
  }
  .p-xxl-30 {
    padding: 30rem !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30rem !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30rem !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30rem !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -1rem !important;
  }
  .m-xxl-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n1_5,
  .my-xxl-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n1_5,
  .mx-xxl-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n1_5,
  .my-xxl-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n1_5,
  .mx-xxl-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -2rem !important;
  }
  .m-xxl-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n2_5,
  .my-xxl-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n2_5,
  .mx-xxl-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n2_5,
  .my-xxl-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n2_5,
  .mx-xxl-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3rem !important;
  }
  .m-xxl-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-xxl-n3_5,
  .my-xxl-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-xxl-n3_5,
  .mx-xxl-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-xxl-n3_5,
  .my-xxl-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxl-n3_5,
  .mx-xxl-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4rem !important;
  }
  .m-xxl-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n4_5,
  .my-xxl-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n4_5,
  .mx-xxl-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n4_5,
  .my-xxl-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n4_5,
  .mx-xxl-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5rem !important;
  }
  .m-xxl-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-xxl-n5_5,
  .my-xxl-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-xxl-n5_5,
  .mx-xxl-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-xxl-n5_5,
  .my-xxl-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxl-n5_5,
  .mx-xxl-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -6rem !important;
  }
  .m-xxl-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-xxl-n6_5,
  .my-xxl-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-xxl-n6_5,
  .mx-xxl-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-xxl-n6_5,
  .my-xxl-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxl-n6_5,
  .mx-xxl-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-xxl-n7 {
    margin: -7rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -7rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10rem !important;
  }
  .m-xxl-n11 {
    margin: -11rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -11rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -11rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -11rem !important;
  }
  .m-xxl-n12 {
    margin: -12rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -12rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -12rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -12rem !important;
  }
  .m-xxl-n13 {
    margin: -13rem !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -13rem !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -13rem !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -13rem !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -13rem !important;
  }
  .m-xxl-n14 {
    margin: -14rem !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -14rem !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -14rem !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -14rem !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -14rem !important;
  }
  .m-xxl-n15 {
    margin: -15rem !important;
  }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -15rem !important;
  }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -15rem !important;
  }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -15rem !important;
  }
  .m-xxl-n16 {
    margin: -16rem !important;
  }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -16rem !important;
  }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -16rem !important;
  }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -16rem !important;
  }
  .m-xxl-n17 {
    margin: -17rem !important;
  }
  .mt-xxl-n17,
  .my-xxl-n17 {
    margin-top: -17rem !important;
  }
  .mr-xxl-n17,
  .mx-xxl-n17 {
    margin-right: -17rem !important;
  }
  .mb-xxl-n17,
  .my-xxl-n17 {
    margin-bottom: -17rem !important;
  }
  .ml-xxl-n17,
  .mx-xxl-n17 {
    margin-left: -17rem !important;
  }
  .m-xxl-n18 {
    margin: -18rem !important;
  }
  .mt-xxl-n18,
  .my-xxl-n18 {
    margin-top: -18rem !important;
  }
  .mr-xxl-n18,
  .mx-xxl-n18 {
    margin-right: -18rem !important;
  }
  .mb-xxl-n18,
  .my-xxl-n18 {
    margin-bottom: -18rem !important;
  }
  .ml-xxl-n18,
  .mx-xxl-n18 {
    margin-left: -18rem !important;
  }
  .m-xxl-n19 {
    margin: -19rem !important;
  }
  .mt-xxl-n19,
  .my-xxl-n19 {
    margin-top: -19rem !important;
  }
  .mr-xxl-n19,
  .mx-xxl-n19 {
    margin-right: -19rem !important;
  }
  .mb-xxl-n19,
  .my-xxl-n19 {
    margin-bottom: -19rem !important;
  }
  .ml-xxl-n19,
  .mx-xxl-n19 {
    margin-left: -19rem !important;
  }
  .m-xxl-n20 {
    margin: -20rem !important;
  }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -20rem !important;
  }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -20rem !important;
  }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -20rem !important;
  }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -20rem !important;
  }
  .m-xxl-n21 {
    margin: -21rem !important;
  }
  .mt-xxl-n21,
  .my-xxl-n21 {
    margin-top: -21rem !important;
  }
  .mr-xxl-n21,
  .mx-xxl-n21 {
    margin-right: -21rem !important;
  }
  .mb-xxl-n21,
  .my-xxl-n21 {
    margin-bottom: -21rem !important;
  }
  .ml-xxl-n21,
  .mx-xxl-n21 {
    margin-left: -21rem !important;
  }
  .m-xxl-n22 {
    margin: -22rem !important;
  }
  .mt-xxl-n22,
  .my-xxl-n22 {
    margin-top: -22rem !important;
  }
  .mr-xxl-n22,
  .mx-xxl-n22 {
    margin-right: -22rem !important;
  }
  .mb-xxl-n22,
  .my-xxl-n22 {
    margin-bottom: -22rem !important;
  }
  .ml-xxl-n22,
  .mx-xxl-n22 {
    margin-left: -22rem !important;
  }
  .m-xxl-n23 {
    margin: -23rem !important;
  }
  .mt-xxl-n23,
  .my-xxl-n23 {
    margin-top: -23rem !important;
  }
  .mr-xxl-n23,
  .mx-xxl-n23 {
    margin-right: -23rem !important;
  }
  .mb-xxl-n23,
  .my-xxl-n23 {
    margin-bottom: -23rem !important;
  }
  .ml-xxl-n23,
  .mx-xxl-n23 {
    margin-left: -23rem !important;
  }
  .m-xxl-n24 {
    margin: -24rem !important;
  }
  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -24rem !important;
  }
  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -24rem !important;
  }
  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -24rem !important;
  }
  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -24rem !important;
  }
  .m-xxl-n25 {
    margin: -25rem !important;
  }
  .mt-xxl-n25,
  .my-xxl-n25 {
    margin-top: -25rem !important;
  }
  .mr-xxl-n25,
  .mx-xxl-n25 {
    margin-right: -25rem !important;
  }
  .mb-xxl-n25,
  .my-xxl-n25 {
    margin-bottom: -25rem !important;
  }
  .ml-xxl-n25,
  .mx-xxl-n25 {
    margin-left: -25rem !important;
  }
  .m-xxl-n26 {
    margin: -26rem !important;
  }
  .mt-xxl-n26,
  .my-xxl-n26 {
    margin-top: -26rem !important;
  }
  .mr-xxl-n26,
  .mx-xxl-n26 {
    margin-right: -26rem !important;
  }
  .mb-xxl-n26,
  .my-xxl-n26 {
    margin-bottom: -26rem !important;
  }
  .ml-xxl-n26,
  .mx-xxl-n26 {
    margin-left: -26rem !important;
  }
  .m-xxl-n27 {
    margin: -27rem !important;
  }
  .mt-xxl-n27,
  .my-xxl-n27 {
    margin-top: -27rem !important;
  }
  .mr-xxl-n27,
  .mx-xxl-n27 {
    margin-right: -27rem !important;
  }
  .mb-xxl-n27,
  .my-xxl-n27 {
    margin-bottom: -27rem !important;
  }
  .ml-xxl-n27,
  .mx-xxl-n27 {
    margin-left: -27rem !important;
  }
  .m-xxl-n28 {
    margin: -28rem !important;
  }
  .mt-xxl-n28,
  .my-xxl-n28 {
    margin-top: -28rem !important;
  }
  .mr-xxl-n28,
  .mx-xxl-n28 {
    margin-right: -28rem !important;
  }
  .mb-xxl-n28,
  .my-xxl-n28 {
    margin-bottom: -28rem !important;
  }
  .ml-xxl-n28,
  .mx-xxl-n28 {
    margin-left: -28rem !important;
  }
  .m-xxl-n29 {
    margin: -29rem !important;
  }
  .mt-xxl-n29,
  .my-xxl-n29 {
    margin-top: -29rem !important;
  }
  .mr-xxl-n29,
  .mx-xxl-n29 {
    margin-right: -29rem !important;
  }
  .mb-xxl-n29,
  .my-xxl-n29 {
    margin-bottom: -29rem !important;
  }
  .ml-xxl-n29,
  .mx-xxl-n29 {
    margin-left: -29rem !important;
  }
  .m-xxl-n30 {
    margin: -30rem !important;
  }
  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -30rem !important;
  }
  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -30rem !important;
  }
  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -30rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 667px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

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

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

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

@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 667px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

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

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

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

@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -11px -20px;
}

@media (max-width: 479px) {
  .btn-group {
    justify-content: center;
  }
}

.btn-group._center {
  justify-content: center;
}

.btn-group > * {
  margin: 11px 20px;
}

.btn, .efcf .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: all 0.35s ease;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 1em 2em;
}

@media (max-width: 374px) {
  .btn, .efcf .wpcf7-submit {
    padding: 1em 1.2em;
  }
}

.btn:hover .icon-arrow-right-thin, .efcf .wpcf7-submit:hover .icon-arrow-right-thin {
  transform: translateX(0.4em);
}

.btn._sm, .efcf ._sm.wpcf7-submit {
  font-size: 14px;
}

.btn._lg, .efcf ._lg.wpcf7-submit {
  font-size: 18px;
}

@media (max-width: 479px) {
  .btn._lg, .efcf ._lg.wpcf7-submit {
    font-size: 17px;
  }
}

@media (max-width: 374px) {
  .btn._lg, .efcf ._lg.wpcf7-submit {
    font-size: 16px;
  }
}

.btn-primary, .efcf .wpcf7-submit {
  border-color: #ef4511;
  color: #fff;
  background: #ef4511;
}

.btn-primary:hover, .efcf .wpcf7-submit:hover {
  color: #fff;
  background: #c0370d;
  border-color: #c0370d;
}

.btn-primary-outline {
  background-color: transparent;
  color: #ef4511;
  border-color: #ef4511;
}

.btn-primary-outline:hover {
  background-color: #ef4511;
  color: #fff;
}

.btn-white-outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-white-outline:hover {
  background: #fff;
  color: #ef4511;
}

.btn [class^="icon-"], .efcf .wpcf7-submit [class^="icon-"], .btn [class*=" icon-"], .efcf .wpcf7-submit [class*=" icon-"] {
  position: relative;
  transition: transform 0.35s ease;
  font-weight: normal;
  margin: 0 0 0 0.67em;
}

.btn-link {
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: #ef4511;
  background-color: transparent;
  border-color: transparent;
  transition: all 0.35s ease;
}

.btn-link:hover {
  color: #c0370d;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link [class^="icon-"], .btn-link [class*=" icon-"] {
  margin: 0 6px;
}

.btn-link._c-white {
  color: #fff;
}

.btn-link._c-white:hover {
  color: #ef4511;
}

.btn-link._c-dark {
  color: #151f26;
}

.btn-link._c-dark:hover {
  color: #ef4511;
}

.btn-link._sm {
  font-size: 14px;
}

.btn-link._lg {
  font-size: 18px;
}

@media (max-width: 666px) {
  .btn-link._lg {
    font-size: 17px;
  }
}

@media (max-width: 374px) {
  .btn-link._lg {
    font-size: 16px;
  }
}

.btn-link .icon-lock {
  font-size: 1.3em;
  margin-top: 0.05em;
}

.btn-link-arr {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #151f26;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: underline;
  padding-right: 1.4em;
  transition: all 0.35s ease;
}

.btn-link-arr:after {
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 0.7em;
  line-height: 1;
  transform: translateY(-50%);
  margin-top: 0.15em;
  transition: right 0.35s ease;
}

.btn-link-arr:hover:after {
  right: -0.3em;
}

.btn-link-arr._sm {
  font-size: 14px;
}

.btn-link-arr._lg {
  font-size: 18px;
}

@media (max-width: 479px) {
  .btn-link-arr._lg {
    font-size: 17px;
  }
}

@media (max-width: 374px) {
  .btn-link-arr._lg {
    font-size: 16px;
  }
}

.btn-link-arr._c-white {
  color: #fff;
}

.btn-link-arr._c-white:hover {
  color: #ef4511;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 15px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.clearfix:after, .widget:after, .search-form:after,
#search_block:after,
.post-password-form:after, .search-form p:after,
#search_block p:after,
.post-password-form p:after, .navigation-single:after, .commentlist .comment-author:after, .entry:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/*html,*/
/*body {*/
  /*overflow-x: hidden;*/
/*}*/

/*html {*/
  /*height: 100%;*/
/*}*/

/*body {*/
  /*min-height: 100%;*/
  /*max-width: 100%;*/
/*}*/

.wrapper {
  width: 100%;
  position: relative;
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(1085px + var(--gutter) * 2);
}

.container._fluid {
  max-width: 100%;
}

.container._xxl {
  max-width: calc(1400px + var(--gutter) * 2);
}

.container._xl {
  max-width: calc(1265px + var(--gutter) * 2);
}

.container._lg {
  max-width: calc(1210px + var(--gutter) * 2);
}

.container._md {
  max-width: calc(980px + var(--gutter) * 2);
}

.container._sm {
  max-width: calc(955px + var(--gutter) * 2);
}

.container._xs {
  max-width: calc(890px + var(--gutter) * 2);
}

.container._xss {
  max-width: calc(780px + var(--gutter) * 2);
}

.flex._h-start, ._h-start.grid {
  justify-content: flex-start;
}

.flex._h-center, ._h-center.grid {
  justify-content: center;
}

.flex._h-end, ._h-end.grid {
  justify-content: flex-end;
}

.flex._h-around, ._h-around.grid {
  justify-content: space-around;
}

.flex._h-between, ._h-between.grid {
  justify-content: space-between;
}

.flex._v-start, ._v-start.grid {
  align-items: flex-start;
}

.flex._v-center, ._v-center.grid {
  align-items: center;
}

.flex._v-end, ._v-end.grid {
  align-items: flex-end;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid._row {
  margin-left: calc(var(--grid-gutter) * -1);
  margin-right: calc(var(--grid-gutter) * -1);
}

.grid._no-gutter [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.grid._reverse {
  flex-direction: row-reverse;
}

.grid._v-align-center {
  align-items: center;
}

.grid [class^=col-] {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-left: var(--grid-gutter);
  padding-right: var(--grid-gutter);
}

.grid [class^=col-]._v-stretch {
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .grid .col-xsm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-xsm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-xsm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-xsm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-xsm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-xsm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-xsm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-xsm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-xsm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-xsm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-xsm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-xsm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 667px) {
  .grid .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .grid .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .grid .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .grid .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1366px) {
  .grid .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .text-center-mobile {
    text-align: center;
  }
}

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

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

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

@media (min-width: 1024px) {
  .text-right-lg {
    text-align: right;
  }
}

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

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

.text-semibold {
  font-weight: 600 !important;
}

.text-medium {
  font-weight: 500 !important;
}

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

.text-xxxl {
  font-size: 5.4rem;
  letter-spacing: -0.04em;
}

@media (max-width: 1199px) {
  .text-xxxl {
    font-size: 5rem;
  }
}

@media (max-width: 1023px) {
  .text-xxxl {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .text-xxxl {
    font-size: 3.5rem;
  }
}

@media (max-width: 479px) {
  .text-xxxl {
    font-size: 3.2rem;
  }
}

.text-xxl-lg {
  font-size: 3.8rem;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .text-xxl-lg {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .text-xxl-lg {
    font-size: 3rem;
  }
}

@media (max-width: 479px) {
  .text-xxl-lg {
    font-size: 2.6rem;
  }
}

.text-xxl-md {
  font-size: 3.4rem;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .text-xxl-md {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .text-xxl-md {
    font-size: 2.8rem;
  }
}

@media (max-width: 479px) {
  .text-xxl-md {
    font-size: 2.2rem;
  }
}

.text-xxl-sm {
  font-size: 3rem;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .text-xxl-sm {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .text-xxl-sm {
    font-size: 2.2rem;
  }
}

@media (max-width: 374px) {
  .text-xxl-sm {
    font-size: 2.1rem;
  }
}

.text-xxl, .dt-bq {
  font-size: 2.4rem;
  line-height: 1.67;
}

@media (max-width: 1023px) {
  .text-xxl, .dt-bq {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .text-xxl, .dt-bq {
    font-size: 1.9rem;
  }
}

.text-xl, .bh-s__info {
  font-size: 2.2rem;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .text-xl, .bh-s__info {
    font-size: 2rem;
  }
}

@media (max-width: 479px) {
  .text-xl, .bh-s__info {
    font-size: 1.8rem;
  }
}

.text-lg {
  font-size: 2rem;
  line-height: 1.50;
}

@media (max-width: 1023px) {
  .text-lg {
    font-size: 1.8rem;
  }
}

.text-md {
  --vertical_rhythm: 1.67em;
  font-size: 1.8rem;
  line-height: var(--vertical_rhythm);
}

@media (max-width: 1023px) {
  .text-md {
    font-size: 1.6rem;
  }
}

.text-lsm, .icp__text, .pp__item-info {
  font-size: 1.7rem;
  line-height: 1.76;
}

@media (max-width: 1023px) {
  .text-lsm, .icp__text, .pp__item-info {
    font-size: 1.6rem;
  }
}

.text-sm {
  font-size: 14px;
}

.text-xsm {
  font-size: 13px;
}

.color-d-white {
  color: #e1edf2;
}

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

.color-orange {
  color: #ef4511 !important;
}

.color-gray, .icp__text {
  color: #6d7d84 !important;
}

.color-p-gray {
  color: #9599b0 !important;
}

.color-d-purple {
  color: #232A4D !important;
}

.color-black {
  color: #000 !important;
}

.color-t-dark {
  color: rgba(0, 0, 0, 0.8) !important;
}

.color-mirage {
  color: #151f26 !important;
}

.les-lg {
  letter-spacing: 0.1em;
}

.les-md {
  letter-spacing: 0.08em;
}

.les-sm {
  letter-spacing: 0.05em;
}

.les-xs, .icp__text, .bh-s__info {
  letter-spacing: 0.01em;
}

.les-ng {
  letter-spacing: -0.0066em;
}

.lh-lg {
  --vertical_rhythm: 1.75em;
  line-height: 1.75;
}

.fs-n {
  font-style: normal;
}

.new-line {
  display: block;
}

.fluid {
  width: 100%;
}

.br-left {
  overflow: hidden;
  border-radius: 0 84px;
}

@media (max-width: 479px) {
  .br-left {
    border-radius: 0 50px;
  }
}

.br-left-md {
  border-radius: 0 50px;
}

.br-right {
  overflow: hidden;
  border-radius: 84px 0;
}

@media (max-width: 479px) {
  .br-right {
    border-radius: 50px 0;
  }
}

.br-right-md {
  border-radius: 50px 0;
}

.auth-screen form,
.auth-screen fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  display: block;
  padding: 0 0 5px;
  margin: 0 0 1.2em 0;
  color: #151f26;
}

.auth-screen select {
  border-radius: 0;
}

.auth-screen input[type='text'],
.auth-screen input[type='tel'],
.auth-screen input[type='email'],
.auth-screen input[type='search'],
.auth-screen input[type='password'],
.auth-screen input[type='url'],
.auth-screen input[type='number'],
.auth-screen input[type='date'],
.auth-screen textarea {
  padding: 0.94em 1em;
  font-size: 16px;
  border-radius: 5px;
  border-width: 1px;
  line-height: 1;
  color: #151f26;
  background-color: #fefefe;
  border-color: #D2D2D2;
  text-align: left;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline-color: transparent;
  outline: none;
  border-style: solid;
  max-width: 100%;
  width: 100%;
  border: 1px solid #D2D2D2;
  transition: all 0.35s ease;
}

/*input[type='text']:focus,*/
/*input[type='tel']:focus,*/
/*input[type='email']:focus,*/
/*input[type='search']:focus,*/
/*input[type='password']:focus,*/
/*input[type='url']:focus,*/
/*input[type='number']:focus,*/
/*input[type='date']:focus,*/
/*textarea:focus {*/
  /*border: 1px solid #acacac;*/
/*}*/
.auth-screen input[type='text']::-webkit-input-placeholder,
.auth-screen input[type='tel']::-webkit-input-placeholder,
.auth-screen input[type='email']::-webkit-input-placeholder,
.auth-screen input[type='search']::-webkit-input-placeholder,
.auth-screen input[type='password']::-webkit-input-placeholder,
.auth-screen input[type='url']::-webkit-input-placeholder,
.auth-screen input[type='number']::-webkit-input-placeholder,
.auth-screen input[type='date']::-webkit-input-placeholder,
.auth-screen textarea::-webkit-input-placeholder {
  color: #999;
}

.auth-screen input[type='text']:-moz-placeholder,
.auth-screen input[type='tel']:-moz-placeholder,
.auth-screen input[type='email']:-moz-placeholder,
.auth-screen input[type='search']:-moz-placeholder,
.auth-screen input[type='password']:-moz-placeholder,
.auth-screen input[type='url']:-moz-placeholder,
.auth-screen input[type='number']:-moz-placeholder,
.auth-screen input[type='date']:-moz-placeholder,
.auth-screen textarea:-moz-placeholder {
  color: #999;
}

.auth-screen input[type='text']::-moz-placeholder,
.auth-screen input[type='tel']::-moz-placeholder,
.auth-screen input[type='email']::-moz-placeholder,
.auth-screen input[type='search']::-moz-placeholder,
.auth-screen input[type='password']::-moz-placeholder,
.auth-screen input[type='url']::-moz-placeholder,
.auth-screen input[type='number']::-moz-placeholder,
.auth-screen input[type='date']::-moz-placeholder,
.auth-screen textarea::-moz-placeholder {
  color: #999;
}

.auth-screen input[type='text']:-ms-input-placeholder,
.auth-screen input[type='tel']:-ms-input-placeholder,
.auth-screen input[type='email']:-ms-input-placeholder,
.auth-screen input[type='search']:-ms-input-placeholder,
.auth-screen input[type='password']:-ms-input-placeholder,
.auth-screen input[type='url']:-ms-input-placeholder,
.auth-screen input[type='number']:-ms-input-placeholder,
.auth-screen input[type='date']:-ms-input-placeholder,
.auth-screen textarea:-ms-input-placeholder {
  color: #999;
}

.auth-screen textarea {
  resize: none;
  vertical-align: top;
  width: 100%;
  height: 150px;
}

/* button, */
.auth-screen input[type='button'],
.auth-screen input[type='reset'],
.auth-screen input[type='submit'],
.auth-screen button[type='submit'] {
  padding: 1em 2em;
  font-size: 16px;
  border-radius: 5px;
  border-width: 1px;
  line-height: 1;
  color: #fff;
  background-color: #ef4511;
  border-color: #ef4511;
  transition: all 0.3s;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.auth-screen input[type='button']:hover,
.auth-screen input[type='reset']:hover,
.auth-screen input[type='submit']:hover,
.auth-screen button[type='submit']:hover {
  color: #fff;
  background-color: #c0370d;
  border-color: #c0370d;
}

.auth-screen input[type='reset'] {
  margin-bottom: 13px;
}

.auth-screen input[type='file'] {
  max-width: 100%;
}

.auth-screen input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.auth-screen textarea::-webkit-input-placeholder,
.auth-screen input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.auth-screen textarea:-moz-placeholder,
.auth-screen input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.auth-screen textarea::-moz-placeholder,
.auth-screen input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.auth-screen textarea:-ms-input-placeholder,
.auth-screen input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.auth-screen textarea:focus::-webkit-input-placeholder,
.auth-screen input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.auth-screen textarea:focus:-moz-placeholder,
.auth-screen input:focus:-moz-placeholder {
  opacity: 0;
}

.auth-screen textarea:focus::-moz-placeholder,
.auth-screen input:focus::-moz-placeholder {
  opacity: 0;
}

.auth-screen textarea:focus:-ms-input-placeholder,
.auth-screen input:focus:-ms-input-placeholder {
  opacity: 0;
}

.auth-screen label {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.efcf .wpcf7-form-control-wrap {
  display: block;
}

.efcf-label {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 9px;
}

.efcf-label._lg {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 666px) {
  .efcf-label._lg {
    font-size: 14px;
  }
}

.efcf-row {
  display: flex;
  margin: 0 -13px 25px;
}

@media (max-width: 666px) {
  .efcf-row {
    display: block;
    margin-bottom: 15px;
  }
}

.efcf-col {
  width: 100%;
  flex: 1 1 auto;
  padding: 0 13px;
}

@media (max-width: 666px) {
  .efcf-col:not(:last-child) {
    padding-bottom: 15px;
  }
}

.efcf .efcf-logo-radio .wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.efcf .efcf-logo-radio .wpcf7-radio .wpcf7-list-item {
  flex: 0 0 146px;
  margin: 0 7px 14px;
}

@media (max-width: 666px) {
  .efcf .efcf-logo-radio .wpcf7-radio .wpcf7-list-item {
    flex-basis: auto;
    width: calc(33.3333% - 14px);
  }
}

@media (max-width: 479px) {
  .efcf .efcf-logo-radio .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 14px);
  }
}

.efcf .efcf-logo-radio .wpcf7-radio .wpcf7-list-item label {
  justify-content: center;
  min-height: initial;
  height: 46px;
  padding: 5px;
}

.efcf .efcf-logo-radio .wpcf7-radio .jcf-radio {
  display: none;
}

.efcf .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.efcf .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 11px;
}

.efcf .wpcf7-radio .wpcf7-list-item label {
  user-select: none;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background-color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #6d7d84;
  min-height: 51px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  transition: border-color 0.35s ease;
}

.efcf .wpcf7-radio .wpcf7-list-item label.jcf-label-active {
  border-color: #ef4511;
}

.efcf .wpcf7-radio .wpcf7-list-item-label {
  margin-left: 0;
}

.efcf .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: rgba(21, 31, 38, 0.8);
}

.efcf .wpcf7-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.efcf .wpcf7-input-group._sm .wpcf7-form-control-wrap {
  max-width: 262px;
}

.efcf .wpcf7-input-group._sm input[type='text'] {
  padding-top: 0.815em;
  padding-bottom: 0.815em;
}

.efcf .wpcf7-input-group .wpcf7-form-control-wrap {
  flex: 1;
}

.efcf .wpcf7-input-group-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(21, 31, 38, 0.8);
  padding: 0;
  margin-right: 11px;
}

.efcf .wpcf7-input-group-prepend {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #6d7d84;
  padding: 0 10px 0 15px;
}

.efcf .wpcf7-input-group-prepend + .wpcf7-form-control-wrap input {
  padding-left: 2.2em !important;
}

.efcf textarea {
  height: 135px;
}

.efcf .wpcf7-submit {
  font-size: 1.8rem;
  width: 100%;
}

.efcf .wpcf7-submit:hover {
  box-shadow: none;
}

/*html {*/
  /*font-size: 10px;*/
  /*box-sizing: border-box;*/
  /*padding: constant(safe-area-inset);*/
  /*padding: env(safe-area-inset);*/
/*}*/

/** {*/
  /*box-sizing: inherit;*/
  /*max-height: 1000000px;*/
/*}*/

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

.auth-screen {
  color: #151f26;
  font: 1.6rem/1.75 "Cabin", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.auth-screen h1,
.auth-screen .h1,
.auth-screen h2,
.auth-screen .h2,
.auth-screen h3,
.auth-screen .h3,
.auth-screen h4,
.auth-screen .h4,
.auth-screen h5,
.auth-screen .h5,
.auth-screen h6,
.auth-screen .h6,
.auth-screen .h {
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  margin: 0 0 calc(var(--vertical_rhythm) / 1.8);
}

.auth-screen h1 a,
.auth-screen .h1 a,
.auth-screen h2 a,
.auth-screen .h2 a,
.auth-screen h3 a,
.auth-screen .h3 a,
.auth-screen h4 a,
.auth-screen .h4 a,
.auth-screen h5 a,
.auth-screen .h5 a,
.auth-screen h6 a,
.auth-screen .h6 a,
.auth-screen .h a {
  color: inherit;
  font-size: inherit;
}

.auth-screen .h1-lg {
  font-size: var(--h1-lg);
}

.auth-screen h1,
.auth-screen .h1 {
  font-size: var(--h1);
  line-height: 1.23;
}
.auth-screen h2,
.auth-screen .h2 {
  font-size: var(--h2);
  line-height: 1.3;
}

.auth-screen h3,
.auth-screen .h3 {
  font-size: var(--h3);
  line-height: 1.3;
}

.auth-screen h4,
.auth-screen .h4 {
  font-size: var(--h4);
  line-height: 1.45;
}

.auth-screen h5,
.auth-screen .h5 {
  font-size: var(--h5);
  line-height: 1.45;
}

.auth-screen h6,
.auth-screen .h6 {
  font-size: var(--h6);
  line-height: 1.45;
}

.auth-screen h1:last-child,
.auth-screen .h1:last-child,
.auth-screen h2:last-child,
.auth-screen .h2:last-child,
.auth-screen h3:last-child,
.auth-screen .h3:last-child,
.auth-screen h4:last-child,
.auth-screen .h4:last-child,
.auth-screen h5:last-child,
.auth-screen .h5:last-child,
.auth-screen h6:last-child,
.auth-screen .h6:last-child,
.auth-screen .h:last-child,
.auth-screen p:last-child {
  margin-bottom: 0;
}

.auth-screen p {
  margin-bottom: var(--vertical_rhythm);
  margin-top: 0;
}

.auth-screen a {
  color: #6d7d84;
  text-decoration: none;
  transition: all 0.35s ease;
  outline: none !important;
  box-shadow: none !important;
}

.auth-screen a:hover {
  color: #ef4511;
}

.auth-screen a.btn-link-icon {
  display: flex;
}

.auth-screen a.btn-link-icon [class^="icon-"],
.auth-screen a.btn-link-icon [class*=" icon-"] {
  align-self: center;
  color: #151f26;
  width: 20px;
  margin-right: 0.3em;
}

.auth-screen a.btn-link-icon .icon-envelope {
  font-size: 0.88em;
}

.auth-screen a.btn-link-icon .icon-phone {
  font-size: 1.06em;
}

.auth-screen img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.auth-screen ul,
.auth-screen ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0px;
}

.auth-screen ul li,
.auth-screen ol li {
  list-style: none;
  margin-bottom: 0.5em;
}

.auth-screen ul li:last-child,
.auth-screen ol li:last-child {
  margin-bottom: 0;
}

.auth-screen #sidebar ol:not([class]),
.auth-screen #sidebar ul:not([class]),
.auth-screen .entry ol:not([class]),
.auth-screen .entry ul:not([class]),
.auth-screen ul.list-style,
.auth-screen ol.list-style {
  margin: 0 0 1.2em 0;
  color: #151f26;
}

.auth-screen #sidebar ol:not([class]) li,
.auth-screen #sidebar ul:not([class]) li,
.auth-screen .entry ol:not([class]) li,
.auth-screen .entry ul:not([class]) li,
.auth-screen ul.list-style li,
.auth-screen ol.list-style li {
  padding-left: 20px;
  position: relative;
}

.auth-screen #sidebar ol:not([class]) li + li,
.auth-screen #sidebar ul:not([class]) li + li,
.auth-screen .entry ol:not([class]) li + li,
.auth-screen .entry ul:not([class]) li + li,
.auth-screen ul.list-style li + li,
.auth-screen ol.list-style li + li {
  margin-top: 10px;
}

.auth-screen #sidebar ol:not([class]) ul,
.auth-screen #sidebar ul:not([class]) ul,
.auth-screen .entry ol:not([class]) ul,
.auth-screen .entry ul:not([class]) ul,
.auth-screen ul.list-style ul,
.auth-screen ol.list-style ul {
  margin-bottom: 0;
  margin-top: 10px;
}

.auth-screen #sidebar ol:not([class]) ol,
.auth-screen #sidebar ul:not([class]) ol,
.auth-screen .entry ol:not([class]) ol,
.auth-screen .entry ul:not([class]) ol,
.auth-screen ul.list-style ol,
.auth-screen ol.list-style ol {
  margin-bottom: 0;
  margin-top: 10px;
}

.auth-screen #sidebar ul:not([class]) > li,
.auth-screen .entry ul:not([class]) > li,
.auth-screen ul.list-style > li {
  padding-left: 15px;
}

.auth-screen #sidebar ul:not([class]) > li:before,
.auth-screen .entry ul:not([class]) > li:before,
.auth-screen ul.list-style > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  background-color: currentColor;
}

.auth-screen #sidebar ol:not([class]),
.auth-screen .entry ol:not([class]),
.auth-screen ol.list-style {
  counter-reset: list;
}

.auth-screen #sidebar ol:not([class]) > li,
.auth-screen .entry ol:not([class]) > li,
.auth-screen ol.list-style > li {
  padding-left: 22px;
}

.auth-screen #sidebar ol:not([class]) > li:before,
.auth-screen .entry ol:not([class]) > li:before,
.auth-screen ol.list-style > li:before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: bold;
}

.check-list {
  font-size: 16px;
  line-height: 1.67;
  padding: 0;
  margin: 0 0 var(--vertical_rhythm);
}

.entry-content .check-list li:before {
  content: '\e917';
  font-size: 13px;
  top: 0.6em;
  color: #ef4511;
}

.check-list._lg {
  font-size: 1.8rem;
}

@media (max-width: 479px) {
  .check-list._lg {
    font-size: 16px;
  }
}

.check-list li {
  position: relative;
  padding-left: 1.72em;
}

.check-list li:not(:last-child) {
  margin-bottom: 1.3em;
}

.check-list li:before {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "\e901";
  color: #11ef5b;
  font-family: 'icomoon' !important;
  font-size: 1.2em;
  line-height: 1;
}

.check-list-2 {
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 var(--vertical_rhythm);
}

.check-list-2._lg {
  font-size: 1.8rem;
}

@media (max-width: 479px) {
  .check-list-2._lg {
    font-size: 16px;
  }
}

.check-list-2 li {
  position: relative;
  padding-left: 1.72em;
}

.check-list-2 li:not(:last-child) {
  margin-bottom: 1.25em;
}

.check-list-2 li.checked:before {
  top: 0.46em;
  font-size: 0.78em;
  content: "\e917";
  color: #11ef5b;
}

.check-list-2 li:before {
  position: absolute;
  left: 0;
  top: 0.06em;
  content: "\e902";
  font-family: 'icomoon' !important;
  font-size: 1.11em;
  line-height: 1;
  color: #ef4511;
}

.check-list-3 {
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 var(--vertical_rhythm);
}

.check-list-3._lg {
  font-size: 1.8rem;
}

@media (max-width: 479px) {
  .check-list-3._lg {
    font-size: 16px;
  }
}

.check-list-3 li {
  position: relative;
  padding-left: 1.50em;
}

.check-list-3 li:not(:last-child) {
  margin-bottom: 0.85em;
}

.check-list-3 li:before {
  position: absolute;
  left: 0;
  top: 0.46em;
  content: "\e917";
  color: #ef4511;
  font-family: 'icomoon' !important;
  font-size: 0.67em;
  line-height: 1;
}
.auth-screen i,
.auth-screen em {
  font-style: italic;
}

.auth-screen em {
  position: relative;
}

.auth-screen em:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ef4511;
}

.auth-screen table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.2em;
}

.auth-screen table th {
  font-size: 1.6rem;
  padding: 10px 15px;
  color: #151f26;
  text-align: left;
  border-bottom: 1px solid #979797;
}

@media (max-width: 667px) {
  .auth-screen table th {
    padding: 10px 5px;
  }
}

.auth-screen table th + th {
  text-align: center;
}

.auth-screen table td {
  font-size: 1.6rem;
  padding: 10px 15px;
  color: #151f26;
  border-bottom: 1px solid #979797;
}

@media (max-width: 667px) {
  .auth-screen table td {
    padding: 7px 5px;
  }
}

.auth-screen table td + td {
  text-align: center;
}

.auth-screen pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em;
}

.auth-screen blockquote {
  font-size: 1.29em;
  line-height: 1.64;
  color: #6d7d84;
  background: transparent;
  border: none;
  margin: 0 0 calc(var(--vertical_rhythm) - 0.39em);
  padding: 0.5em 1.05em;
}

@media (max-width: 479px) {
  .auth-screen blockquote {
    font-size: 1.1em;
  }
}

.auth-screen blockquote cite {
  font-style: inherit;
}

.auth-screen dl {
  margin: 0 0 1.2em 0;
}

.auth-screen dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding: 10px 5px;
}

.auth-screen dl dd {
  margin-left: 0;
  padding: 10px 0;
}

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #979797;
  margin: 0 9px 0 0;
  height: 18px;
  width: 18px;
  flex: 0 0 18px;
  border-radius: 2px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 11px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border: 3px solid #ef4511;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  margin: 0 11px 0 0;
  height: 18px;
  width: 18px;
  flex: 0 0 18px;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #ef4511;
  border-radius: 100%;
  margin: 0;
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

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

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

.fancybox-slide--html {
  padding: calc(var(--gutter) / 2) var(--gutter);
}

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

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

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

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

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

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

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

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

.fancybox-spaceball {
  z-index: 1;
}

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: #151f26;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.widget {
  margin-bottom: 1.75em;
}

@media (max-width: 767px) {
  .widget ul {
    padding-left: 0;
  }
}

.widget select {
  min-width: inherit;
  width: 100%;
}

/* Calendar */
#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

@media (max-width: 666px) {
  #wp-calendar {
    width: 100%;
  }
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: transparent;
}

/* Typography */
.comment-form {
  margin: 0 -12px;
}

.comment-form p {
  overflow: hidden;
  padding: 0 12px 24px;
  margin: 0;
}

.comment-form label {
  display: block;
  padding: 0 0 5px;
  font-weight: bold;
}

.comment-form textarea,
.comment-form input:not([type='submit']) {
  margin: 0 4px 0 0;
  width: 100%;
  background: transparent;
  border: 1px solid #E2E2E2;
  outline: none;
}

.comment-form textarea:focus,
.comment-form input:not([type='submit']):focus {
  border: 1px solid #2B2E38;
}

@media (max-width: 1023px) {
  .comment-form textarea,
  .comment-form input:not([type='submit']) {
    width: 100%;
  }
}

.comment-form textarea {
  width: 100%;
  margin: 0;
  height: 115px;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 11px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33.3%;
  float: left;
}

@media (max-width: 667px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    float: none;
  }
}

.post-password-form label {
  display: block;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form,
#search_block,
.post-password-form {
  margin: 0 0 1.2em 0;
}

.search-form input,
#search_block input,
.post-password-form input {
  float: left;
}

.search-form input[type='search'], .search-form input[type='text'], .search-form input[type='password'],
#search_block input[type='search'],
#search_block input[type='text'],
#search_block input[type='password'],
.post-password-form input[type='search'],
.post-password-form input[type='text'],
.post-password-form input[type='password'] {
  height: 45px;
  border-radius: 5px;
  margin: 0 4px 0 0;
  width: 144px;
  min-width: auto;
}

.search-form *[type='submit'],
#search_block *[type='submit'],
.post-password-form *[type='submit'] {
  transition: all 0.3s;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  height: 45px;
  padding: 5px 10px;
}

.search-form {
  display: flex;
  align-items: center;
}

.commentlist {
  margin: 0 0 1.75em;
}

.commentlist .edit-link {
  margin: 0 0 0 10px;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.75em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.75em;
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  #calendar_wrap table td,
  #calendar_wrap table th {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  #calendar_wrap table td,
  #calendar_wrap table th {
    font-size: 14px;
  }
}

#calendar_wrap table a {
  font-size: inherit;
}

.pagination.pagination-full {
  justify-content: center;
}

.pagination.pagination-full .prev {
  padding: 10px 0;
}

@media (max-width: 374px) {
  .pagination.pagination-full .prev {
    margin-right: 0 !important;
  }
}

.pagination.pagination-full .prev:before {
  content: "\e919";
}

.pagination.pagination-full .prev span {
  display: none;
}

.pagination.pagination-full .next {
  padding: 10px 0;
}

@media (max-width: 374px) {
  .pagination.pagination-full .next {
    margin-left: 0 !important;
  }
}

.pagination.pagination-full .next:before {
  content: "\e91a";
}

.pagination.pagination-full .next span {
  display: none;
}

.pagination.pagination-full .prev,
.pagination.pagination-full .next {
  font-size: 0;
  line-height: 0;
  height: 40px;
  flex: 0 0 40px;
  justify-content: center;
  padding: 5px;
  margin: 0 15px;
}

@media (max-width: 479px) {
  .pagination.pagination-full .prev,
  .pagination.pagination-full .next {
    max-width: 20px;
    height: 30px;
    flex-basis: 30px;
    margin: 0 10px;
  }
}

@media (max-width: 374px) {
  .pagination.pagination-full .prev,
  .pagination.pagination-full .next {
    margin: 0 5px;
  }
}

.pagination.pagination-full .prev:hover,
.pagination.pagination-full .next:hover {
  color: #ef4511 !important;
}

.pagination.pagination-full .prev:before,
.pagination.pagination-full .next:before {
  font-family: 'icomoon' !important;
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 479px) {
  .pagination.pagination-full .prev:before,
  .pagination.pagination-full .next:before {
    font-size: 13px;
  }
}

.navigation,
.navigation-comments,
.pagination {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #ef4511;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 2px;
  color: #718087;
  margin: 0 4px;
}

.navigation .page-numbers:not(.dots):not(.prev):not(.next),
.navigation-comments .page-numbers:not(.dots):not(.prev):not(.next),
.pagination .page-numbers:not(.dots):not(.prev):not(.next) {
  justify-content: center;
  flex: 0 0 40px;
  height: 40px;
  background-color: #e0e6eb;
}

@media (max-width: 479px) {
  .navigation .page-numbers:not(.dots):not(.prev):not(.next),
  .navigation-comments .page-numbers:not(.dots):not(.prev):not(.next),
  .pagination .page-numbers:not(.dots):not(.prev):not(.next) {
    font-size: 14px;
    flex-basis: 30px;
    height: 30px;
  }
}

.navigation .page-numbers:not(.dots):not(.prev):not(.next):hover,
.navigation-comments .page-numbers:not(.dots):not(.prev):not(.next):hover,
.pagination .page-numbers:not(.dots):not(.prev):not(.next):hover {
  background-color: #ef4511;
  color: #fff;
}

.navigation .page-numbers:not(.dots):not(.current):hover, .navigation .page-numbers:not(.dots):not(.current):active,
.navigation-comments .page-numbers:not(.dots):not(.current):hover,
.navigation-comments .page-numbers:not(.dots):not(.current):active,
.pagination .page-numbers:not(.dots):not(.current):hover,
.pagination .page-numbers:not(.dots):not(.current):active {
  color: #a8300b;
}

.navigation .page-numbers span,
.navigation-comments .page-numbers span,
.pagination .page-numbers span {
  line-height: 0.9;
  height: 16px;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current,
.pagination .page-numbers.current {
  background-color: #ef4511 !important;
  color: #fff !important;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
  background-color: #ef4511;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
  pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
  color: #ef4511;
}

.navigation .next a:hover, .navigation .next a:active,
.navigation .prev a:hover,
.navigation .prev a:active,
.navigation .al a:hover,
.navigation .al a:active,
.navigation .ar a:hover,
.navigation .ar a:active,
.navigation-comments .next a:hover,
.navigation-comments .next a:active,
.navigation-comments .prev a:hover,
.navigation-comments .prev a:active,
.navigation-comments .al a:hover,
.navigation-comments .al a:active,
.navigation-comments .ar a:hover,
.navigation-comments .ar a:active,
.pagination .next a:hover,
.pagination .next a:active,
.pagination .prev a:hover,
.pagination .prev a:active,
.pagination .al a:hover,
.pagination .al a:active,
.pagination .ar a:hover,
.pagination .ar a:active {
  color: #a8300b;
}

.navigation .next a span,
.navigation .prev a span,
.navigation .al a span,
.navigation .ar a span,
.navigation-comments .next a span,
.navigation-comments .prev a span,
.navigation-comments .al a span,
.navigation-comments .ar a span,
.pagination .next a span,
.pagination .prev a span,
.pagination .al a span,
.pagination .ar a span {
  line-height: 1;
}

.navigation-single {
  margin-bottom: 1.75em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .next {
  float: right;
}

/* Begin Images */
.auth-screen img.border {
  border-radius: 5px;
  border: 1px solid #f9f9f9;
  background-color: #fff;
  padding: 0.6rem 3.2rem;
}

@media (max-width: 767px) {
  .auth-screen img.border {
    padding: 0.8rem 1.5rem;
  }
}

.auth-screen .wp-caption {
  clear: both;
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
  margin: 0 0 1.2em 0;
}

.auth-screen .wp-caption.alignnone {
  margin: 0 0 1.2em;
}

.auth-screen .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px;
}

.auth-screen .wp-caption p {
  margin: .4em 0 0;
}

.auth-screen div.aligncenter,
.auth-screen figure.aligncenter {
  margin: 0 auto 1.75em;
  text-align: center;
}

.auth-screen img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.auth-screen img.no-margin {
  margin: 0;
}

.auth-screen .aligncenter {
  margin: 5px auto 20px auto;
}

@media (max-width: 1023px) {
  .auth-screen img.alignright {
    max-width: 50%;
  }
}

@media (max-width: 667px) {
  .auth-screen img.alignright {
    float: right;
    margin: 0 0 10px 1.75em;
  }
}

@media (max-width: 1023px) {
  .auth-screen img.alignleft {
    max-width: 50%;
  }
}

@media (max-width: 667px) {
  .auth-screen img.alignleft {
    float: left;
    margin: 0 1.75em 10px 0;
  }
}

.auth-screen .alignleft {
  float: left;
  margin: 0 1.75em 1.75em 0;
}

@media (max-width: 667px) {
  .auth-screen .alignleft {
    float: none;
    margin: 0 auto 10px;
  }
}

.auth-screen .alignright {
  float: right;
  margin: 0 0 1.75em 1.75em;
}

@media (max-width: 667px) {
  .auth-screen .alignright {
    float: none;
    margin: 0 auto 10px;
  }
}

.auth-screen .alignnone {
  margin: 0;
}

.auth-screen img.wp-smiley {
  padding: 0;
  border: none;
}

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

.auth-screen a img.alignnone {
  margin: 0;
}

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

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

/* can use for responsive iframe*/
.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: 1.75em;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.24;
  margin-bottom: 12px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.al,
.ar {
  max-width: 50%;
}

.al,
.navigation .next {
  float: left;
  padding-right: 10px;
}

.al a,
.navigation .next a {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.al a span,
.navigation .next a span {
  margin-right: 5px;
}

.ar,
.navigation .prev {
  float: right;
  padding-left: 10px;
}

.ar a,
.navigation .prev a {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.ar a span,
.navigation .prev a span {
  margin-left: 5px;
}

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .posts-list .post {
    margin: 0 0 20px;
  }
}

.title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.title h1 {
  margin: 0;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.auth-screen code br {
  display: none;
}

.auth-screen pre,
.auth-screen code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 15px 20px;
  display: block;
  margin: 0 0 1.2em 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

.auth-screen code {
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

/* Various Tags & Classes */
.auth-screen acronym,
.auth-screen abbr,
.auth-screen span.caps {
  cursor: help;
}

.auth-screen acronym,
.auth-screen abbr {
  border-bottom: 1px dashed #dfcfba;
}
.auth-screen blockquote {
  font-style: italic;
}

.auth-screen blockquote p:last-child {
  margin-bottom: 0;
}

.auth-screen blockquote cite {
  display: inline;
  font-size: 1em;
  color: inherit;
}

.auth-screen blockquote cite:before {
  content: '—';
  margin-right: 0.1em;
}

.auth-screen blockquote q:before, .auth-screen blockquote q:after {
  display: none;
}

.auth-screen blockquote q p {
  display: inline;
}

.auth-screen blockquote q p:first-child:before {
  content: "“";
}

.auth-screen blockquote q p:first-child:after {
  content: "”";
}

.auth-screen blockquote q + p:before,
.auth-screen blockquote p + p:before,
.auth-screen blockquote q + p:after,
.auth-screen blockquote p + p:after {
  display: none;
}

.auth-screen sup {
  position: relative;
  top: -5px;
}

.auth-screen sub {
  position: relative;
  top: 5px;
}

.auth-screen .last {
  margin-right: 0 !important;
  clear: right;
}

.auth-screen .clear {
  clear: both;
  line-height: 0;
}

.auth-screen .page-link {
  padding: 0 0 15px;
}

/* Respond */
.auth-screen .comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

/* Comments*/
#comments,
#reply-title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 28px;
  color: #ef4511;
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .commentlist {
    margin-left: 0;
  }
}

.commentlist .comment {
  padding: 0 0 0 2em;
}

@media (max-width: 767px) {
  .commentlist .comment {
    padding: 0;
  }
}

.commentlist .comment,
.commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: 0.5em;
}

.commentlist .comment-author b {
  font-size: 19px;
  line-height: 1.5;
  color: #ef4511;
}

.commentlist .comment-content {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.4;
  color: #151f26;
  padding-left: 67px;
  margin-top: -26px;
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .commentlist .comment-content {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .commentlist .comment-content {
    padding-left: 56px;
  }
}

.commentlist .comment-metadata {
  margin-bottom: 2em;
  margin-top: -30px;
  padding-left: 67px;
  text-decoration: underline;
}

@media (max-width: 374px) {
  .commentlist .comment-metadata {
    padding-left: 56px;
  }
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

@media (max-width: 374px) {
  .commentlist .comment-author img {
    width: 40px;
    height: 40px;
    margin-right: 1em;
  }
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ef4511;
  padding-left: 67px;
  margin-top: -5px;
}

@media (max-width: 374px) {
  .comment-body .reply {
    padding-left: 56px;
  }
}

.comment-body .reply a {
  color: inherit;
}

.comment-body .reply a:hover {
  opacity: 0.7;
}

@media (max-width: 666px) {
  .comment-body .reply {
    padding-bottom: 0;
  }
}

.parent.comment .comment {
  margin-left: 30px;
}

@media (max-width: 666px) {
  .parent.comment .comment {
    margin-left: 5%;
  }
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.breadcrumb {
  padding-bottom: 20px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

@media (max-width: 1023px) {
  .divider {
    height: 40px;
  }
}

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

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #d93c3c;
}

html div.wpcf7-response-output {
  border: 2px solid #398f14;
  padding: 5px 15px;
  margin: 5px 0;
}

html div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: red;
}

.auth-screen .error input:not([type='submit']) {
  border-color: red !important;
}

/* Galleries */
.widget .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gallery-item {
  max-width: 50%;
  margin: 0;
  padding: 0 10px 1.5em;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-item img {
  transition: filter 0.35s ease-in;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

@media (min-width: 1366px) {
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (min-width: 1024px) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

.auth-screen iframe {
  max-width: 100%;
}

@media (max-width: 375px) {
  .product-thumb {
    padding: 5px;
  }
}

@media (max-width: 1023px) {
  #wpadminbar {
    display: none !important;
  }
  :root {
    margin-top: 0 !important;
  }
  .admin-bar .main-header {
    margin-top: 0 !important;
  }
}

.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  width: auto;
  margin: 4px 10px 0 0;
}

#content {
  padding: 40px 0 20px 0;
  overflow: hidden;
}

#content .content-holder {
  margin: 0 267px 0 0;
  padding: 0 40px 0 0;
}

#content .entry-content strong {
  font-weight: bold;
  font-size: 1.31em;
  line-height: 1.4;
  margin-bottom: 16px;
  display: inline-block;
}

#content .entry-category {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

#content .entry-title h1,
#content .entry-title h3 {
  margin-bottom: 3px;
}

#content .meta {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 667px) {
  #content .meta {
    margin: 0 0 15px;
  }
}

#content strong {
  display: inline-block;
}

#sidebar {
  float: right;
  background: #F9F9F9;
  width: 267px;
  margin: 40px 0 0 40px;
  padding: 27px 25px;
}

@media (max-width: 1080px) {
  #sidebar {
    width: 30%;
  }
}

@media (max-width: 767px) {
  #sidebar {
    width: 100%;
  }
}

#sidebar .widget {
  margin-bottom: 45px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

#sidebar .widget:last-child ul {
  margin-bottom: 0;
}

#sidebar .widget h3 {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #DEDEDE;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 21px;
}

#sidebar .widget ul li {
  font-size: 18px;
  line-height: 26px;
  padding-left: 0;
}

#sidebar .widget ul li:before {
  display: none;
}

#sidebar .widget ul li a {
  color: #2B2E38;
}

#sidebar .widget ul li a:hover {
  color: #4c5263;
}

#sidebar .widget ul li .date {
  font-family: inherit;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  color: #637B8C;
}

#sidebar .widget ul li .date:hover {
  color: #a8300b;
}

#sidebar .widget ul li .url {
  color: #637B8C;
}

#sidebar .widget ul li .url:hover {
  color: #a8300b;
}

#sidebar .widget_recent_posts ul li a {
  display: block;
}

#sidebar .widget_recent_comments ul li {
  font-size: 16px;
  line-height: 23px;
}

#sidebar .widget_search input[type='search'] {
  width: 144px;
}

.block {
  width: 100%;
  background: #F9F9F9;
  float: left;
  padding: 0 var(--gutter);
}

@media (max-width: 1000px) {
  .block {
    padding-bottom: 30px;
  }
}

.block form {
  margin-top: 30px;
  margin: 0 -12px;
}

.block #respond {
  width: 100%;
  margin: 0;
}

@media (max-width: 1000px) {
  #content,
  #sidebar {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  #content {
    padding: 20px 0;
  }
  #sidebar {
    padding: 20px;
  }
  #wp-calendar {
    max-width: 320px;
  }
}

/* Gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 1em 2em;
  text-align: left;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-item img {
  transition: filter 0.35s ease-in;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

@media (min-width: 48em) {
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (min-width: 30em) {
  .gallery {
    margin: 0 -0.5em;
  }
  .gallery-item {
    padding: 0 0.5em 1.8em;
  }
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

.content-area {
  padding-top: 20px;
}
.auth-screen label {
  display: block;
  padding: 0 0 5px;
}

.auth-screen label span {
  margin-left: 4px;
}

.auth-screen label + br {
  display: none;
}

@media (max-width: 667px) {
  .auth-screen input[type="reset"] + .auth-screen input[type="submit"] {
    margin-top: 10px;
  }
}

.form-allowed-tags code {
  white-space: pre-line;
}

.hentry > img {
  margin-bottom: 16px;
}

.page-site-header {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-top: 10rem;
}

@media (max-width: 1023px) {
  .page-site-header {
    margin-top: 7rem;
  }
}

@media (max-width: 666px) {
  .page-site-header {
    margin-top: 5rem;
  }
}

.page-site-header:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}

.page-site-header img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1000px) {
  .main > .container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.entry {
  width: 100%;
}

.row-post {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 1000px) {
  .row-post {
    margin: 0 -10px;
  }
}

@media (max-width: 667px) {
  .row-post {
    margin: 0;
  }
}

.row-post .post {
  width: 50%;
  margin: 0 0 55px;
  padding: 0 20px;
}

@media (max-width: 1000px) {
  .row-post .post {
    padding: 0 10px;
  }
}

@media (max-width: 667px) {
  .row-post .post {
    padding: 0;
    margin: 0 0 20px;
  }
}

.row-post .post-img {
  margin-bottom: 14px;
  overflow: hidden;
}

.row-post .post-img a {
  display: block;
}

.row-post .post-img a:hover img {
  transform: scale(1.1);
}

.row-post .post-img img {
  width: 100%;
  transform-origin: center bottom;
  transition: all 0.3s ease-in;
}

.row-post .post-content .entry-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 667px) {
  .row-post .post {
    width: 100%;
  }
}

.row-col {
  display: flex;
  flex-direction: column;
}

.row-col .post {
  margin: 0 0 40px;
  width: 100%;
}

@media (max-width: 667px) {
  .row-col .post {
    margin: 0 0 20px;
  }
}

.row-col .post-img {
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 20px;
  max-width: 376px;
  float: left;
}

@media (max-width: 667px) {
  .row-col .post-img {
    float: none;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.row-col .post-img a {
  display: block;
}

.row-col .post-img a:hover img {
  transform: scale(1.1);
}

.row-col .post-img img {
  width: 100%;
  transform-origin: center bottom;
  transition: all 0.3s ease-in;
}

.row-col .post-content .entry-content p:last-child {
  margin-bottom: 0;
}

.entry-s .post-content {
  max-width: 640px;
  margin: 0 auto;
}

.entry-s .entry-content {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.7rem;
  line-height: 1.59;
  --vertical_rhythm: 1.71em;
}

@media (max-width: 479px) {
  .entry-s .entry-content {
    font-size: 16px;
  }
}

.entry-s .entry-content strong {
  font-weight: 600;
}

.entry-s .entry-content p + h1,
.entry-s .entry-content p + .h1,
.entry-s .entry-content p + h2,
.entry-s .entry-content p + .h2,
.entry-s .entry-content p + h3,
.entry-s .entry-content p + .h3,
.entry-s .entry-content p + h4,
.entry-s .entry-content p + .h4,
.entry-s .entry-content p + h5,
.entry-s .entry-content p + .h5,
.entry-s .entry-content p + h6,
.entry-s .entry-content p + .h6,
.entry-s .entry-content p + .h {
  margin-top: calc(var(--vertical_rhythm) + 0.13em);
}

.entry-s .entry-content img.fluid {
  width: calc(100% + 28rem);
  max-width: none;
  margin-left: -14rem;
  margin-right: -14rem;
  margin-bottom: var(--vertical_rhythm);
}

@media (max-width: 1023px) {
  .entry-s .entry-content img.fluid {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (max-width: 767px) {
  .entry-s .entry-content img.fluid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.z-depth-1, .prm-1__box:nth-child(1), .prm-1__box:nth-child(3) {
  box-shadow: 0 6px 25px -1px rgba(0, 0, 0, 0.04);
}

.z-depth-2, .prm-1__box:nth-child(2) {
  box-shadow: 0 13px 54px rgba(0, 0, 0, 0.07);
}

.z-depth-3, .rp, .pl__post:hover {
  box-shadow: 0 14px 30px -2px rgba(0, 0, 0, 0.06);
}

.z-depth-4, .iav-table {
  box-shadow: 0 16px 60px -1px rgba(0, 0, 0, 0.12);
}

.z-depth-5, .efcf .wpcf7-submit {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.1);
}

.z-depth-6, img.border, .stl__item-logo {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.z-depth-7, .card {
  box-shadow: 8px 30px 50px rgba(22, 37, 44, 0.1);
}

.z-depth-8, .bd-img__msg, .ask-f-container,
.quote-f-container {
  box-shadow: 0 15px 48px rgba(19, 23, 28, 0.15);
}

.z-depth-9, .bd-img__msg-icon {
  box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.08);
}

.bg-v-gd-light-1 {
  background: linear-gradient(180deg, #ffffff 0%, #f1f7fa 100%);
}

.bg-v-gd-light-2, .ch-s {
  background: linear-gradient(180deg, #ebfdff 0%, #ffffff 100%);
}

.bg-b-squeeze-1 {
  background-color: #f3f7fb;
}

.bg-b-squeeze-2 {
  background-color: #f9fcfd;
}

.bg-mirage, .bh-s {
  background-color: #151f26;
}

.bg-beige {
  background-color: #fff9f7;
}

.bg-d-blue {
  background-color: #1a2f3f;
}

.header {
  padding: 15px 0;
}

.header._abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__flex {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .header__flex {
    justify-content: space-between;
  }
}

.header__left {
  display: flex;
  align-items: center;
}

.header__logo {
  flex: 0 0 185px;
  margin-right: 37px;
}

@media (max-width: 374px) {
  .header__logo {
    flex-basis: 170px;
  }
}

.footer {
  background-color: #f3f7fb;
}

.footer__copy {
  color: #acb8c0;
  font-size: 15px;
  line-height: 1.2;
}

.footer__list {
  font-size: 1.6rem;
  line-height: 1.2;
}

.footer__list li:not(:last-child) {
  margin-bottom: 0.9em;
}

.main {
  overflow-x: hidden;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.nav-active .content-wrapper {
  transform: translateX(-300px);
}

@media (max-width: 479px) {
  .nav-active .content-wrapper {
    transform: translateX(-250px);
  }
}

.resize-active .content-wrapper {
  transition: none !important;
}

.social {
  font-size: 21px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -9px 27px;
}

.social li {
  padding: 9px;
}

.social a {
  color: #151f26;
}

.social a:hover {
  color: #ef4511;
}

.social .icon-twitter {
  font-size: 0.81em;
}

.h-nav-opener {
  position: relative;
  width: 32px;
  height: 28px;
}

.h-nav-opener._white span, .h-nav-opener._white:before, .h-nav-opener._white:after {
  background-color: #fff;
}

.nav-active .h-nav-opener:before {
  transform: translate3d(15px, 15px, 0) rotate(-45deg);
}

.nav-active .h-nav-opener:after {
  transform: translate3d(3px, -15px, 0) rotate(45deg);
}

@media (min-width: 1024px) {
  .h-nav-opener {
    display: none;
  }
}

.h-nav-opener span, .h-nav-opener:before, .h-nav-opener:after {
  position: absolute;
  height: 3px;
  background-color: #151f26;
  transition: transform 0.2s ease;
}

.h-nav-opener span {
  width: 32px;
  top: 14px;
  left: 0;
  margin-top: -2px;
}

.h-nav-opener:before, .h-nav-opener:after {
  content: "";
  width: 20px;
}

.h-nav-opener:before {
  top: 3px;
  left: 0;
}

.h-nav-opener:after {
  top: 21px;
  left: 12px;
}

.h-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 1023px) {
  .h-nav-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
  }
}

@media (max-width: 479px) {
  .h-nav-wrap {
    width: 250px;
  }
}

.h-nav-wrap .btn-group.h-group {
  flex-direction: row-reverse;
  margin: -11px;
}

@media (max-width: 1023px) {
  .h-nav-wrap .btn-group.h-group {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 30px 0 40px;
    margin: 0;
  }
}

.h-nav-wrap .btn-group.h-group > * {
  margin: 11px;
}

@media (max-width: 1023px) {
  .h-nav-wrap .btn-group.h-group > * {
    margin-left: 0;
    margin-right: 0;
  }
}

.h-nav-wrap .btn-group.h-group .btn, .h-nav-wrap .btn-group.h-group .efcf .wpcf7-submit, .efcf .h-nav-wrap .btn-group.h-group .wpcf7-submit {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .h-nav-wrap .btn-group.h-group .btn._sm, .h-nav-wrap .btn-group.h-group .efcf ._sm.wpcf7-submit, .efcf .h-nav-wrap .btn-group.h-group ._sm.wpcf7-submit {
    font-size: 16px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .h-nav-wrap .btn-group.h-group .btn-link._c-white {
    color: #151f26;
  }
  .h-nav-wrap .btn-group.h-group .btn-link._c-white:hover {
    color: #ef4511;
  }
}

.h-nav__list {
  font-size: 14px;
  line-height: 1;
  display: flex;
  padding: 0;
  margin: 0 -1.07em;
}

@media (max-width: 1023px) {
  .h-nav__list {
    display: block;
    text-align: right;
    font-size: 18px;
    padding: 50px 20px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .h-nav__list._white .h-nav__list-link {
    color: #fff;
  }
  .h-nav__list._white .h-nav__list-link:hover {
    color: #ef4511;
  }
}

.h-nav__list-item {
  padding: 0 1.07em;
  margin: 0;
}

@media (max-width: 1023px) {
  .h-nav__list-item {
    padding: 5px 0;
  }
}

.h-nav__list-link {
  letter-spacing: 0.02em;
  color: #151f26;
}

@media (max-width: 1023px) {
  .h-nav__list-link {
    color: #151f26;
    display: inline-block;
    padding: 5px 10px;
  }
}

.hh-s {
  position: relative;
  overflow: hidden;
}

.hh-s:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  background: url(../img/home-hero-decor01.svg) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .hh-s:before {
    width: 80%;
  }
}

@media (max-width: 666px) {
  .hh-s:before {
    width: 400px;
  }
}

@media (max-width: 479px) {
  .hh-s:before {
    width: 300px;
  }
}

.hh-s__flex {
  position: relative;
  z-index: 2;
  display: flex;
}

@media (max-width: 767px) {
  .hh-s__flex {
    display: block;
    padding: 8rem 0 6rem;
  }
}

.hh-s__info {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 31.5rem 4% 22rem 0;
}

@media (max-width: 1199px) {
  .hh-s__info {
    padding: 25rem 4% 15rem 0;
  }
}

@media (max-width: 1023px) {
  .hh-s__info {
    padding: 15rem 20px 6rem 0;
  }
}

@media (max-width: 767px) {
  .hh-s__info {
    max-width: 600px;
    padding: 5rem 0 0;
  }
}

.hh-s__image {
  flex: 0 0 75.6rem;
  align-self: flex-end;
  padding-top: 20rem;
  margin-right: -13rem;
}

@media (max-width: 1199px) {
  .hh-s__image {
    flex-basis: 65rem;
    padding-top: 15rem;
    margin-right: -10rem;
  }
}

@media (max-width: 1023px) {
  .hh-s__image {
    flex-basis: 45rem;
    padding-top: 7rem;
  }
}

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

.rt-s {
  color: #fff;
  background-color: #0e1012;
  padding: 37px 0;
}

@media (max-width: 666px) {
  .rt-s {
    padding: 25px 0;
  }
}

.rt-s__flex {
  display: flex;
  align-items: center;
}

@media (max-width: 666px) {
  .rt-s__flex {
    display: block;
    text-align: center;
  }
}

.rt-s__quote {
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 2.6rem;
}

@media (max-width: 1023px) {
  .rt-s__quote {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .rt-s__quote {
    font-size: 1.8rem;
  }
}

@media (max-width: 666px) {
  .rt-s__quote {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}

.rt-s .customer-label {
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.69);
}

@media (max-width: 666px) {
  .rt-s .rating {
    max-width: 110px;
    margin: 0 auto 10px;
  }
}

.rating {
  font-size: 18px;
  line-height: 1;
  position: relative;
  color: #ffc600;
  margin-bottom: 23px;
}

.rating._lg {
  font-size: 22px;
}

@media (max-width: 479px) {
  .rating._lg {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.rating._dark {
  color: #ffa164;
}

.rating__e-stars, .rating__f-stars {
  display: flex;
  margin: 0 -0.18em;
}

.rating__f-stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: calc(1.36em * var(--rating));
}

.rating__e-star:before {
  content: "\e911";
}

.rating__f-star:before {
  content: "\e915";
}

.rating .star {
  font-family: 'icomoon' !important;
  padding: 0 0.18em;
}

.rating .star:before {
  text-align: center;
  display: block;
  width: 1em;
}

.customer-label {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}

.customer-label [class^="icon-"],
.customer-label [class*=" icon-"] {
  font-size: 1.21em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.55em;
}

.customer-label .icon-approval {
  color: #00c0ff;
}

.headline {
  --vertical_rhythm: 0.5em;
}

.headline:not(:last-child) {
  margin-bottom: 7rem;
}

@media (max-width: 1023px) {
  .headline:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.headline._centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.headline._xs {
  max-width: 440px;
}

@media (max-width: 767px) {
  .headline._xs {
    max-width: 400px;
  }
}

@media (max-width: 479px) {
  .headline._xs {
    max-width: 345px;
  }
}

.headline._sm {
  max-width: 530px;
}

@media (max-width: 1023px) {
  .headline._sm {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .headline._sm {
    max-width: 430px;
  }
}

@media (max-width: 479px) {
  .headline._sm {
    max-width: 340px;
  }
}

.headline._xsm {
  max-width: 560px;
}

@media (max-width: 1023px) {
  .headline._xsm {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .headline._xsm {
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  .headline._xsm {
    max-width: 420px;
  }
}

.headline._md {
  max-width: 660px;
}

@media (max-width: 1023px) {
  .headline._md {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .headline._md {
    max-width: 485px;
  }
}

@media (max-width: 479px) {
  .headline._md {
    max-width: 400px;
  }
}

.headline._lg {
  max-width: 720px;
}

.prm-1 {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
  max-width: 1016px;
  margin: 0 auto;
}

@media (max-width: 666px) {
  .prm-1 {
    display: block;
  }
}

@media (min-width: 667px) {
  .prm-1._lg-gap .prm-1__box:nth-child(2) {
    margin: -42px -5px -34px -5px;
  }
}

.prm-1__box {
  position: relative;
  background-color: #fff;
  width: 33.3333%;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

@media (max-width: 666px) {
  .prm-1__box {
    width: 100%;
    border: 1px solid #ededed;
    margin-bottom: 3rem;
  }
}

@media (max-width: 479px) {
  .prm-1__box {
    margin-bottom: 2rem;
  }
}

@media (max-width: 666px) {
  .prm-1__box:last-child {
    margin-bottom: 0 !important;
  }
}

.prm-1__box:nth-child(1), .prm-1__box:nth-child(3) {
  border: 1px solid #f5f5f5;
}

@media (max-width: 666px) {
  .prm-1__box:nth-child(1), .prm-1__box:nth-child(3) {
    border-color: #ededed;
  }
}

.prm-1__box:nth-child(2) {
  z-index: 2;
}

@media (min-width: 667px) {
  .prm-1__box:nth-child(2) {
    margin: -10px -5px -20px -5px;
  }
}

.prm-1__box:nth-child(2) .prm-1__box-img {
  height: 310px;
}

@media (max-width: 666px) {
  .prm-1__box:nth-child(2) .prm-1__box-img {
    height: 250px;
  }
}

.prm-1__box:nth-child(2) .prm-1__box-add-info {
  margin-bottom: 46px;
}

@media (max-width: 666px) {
  .prm-1__box:nth-child(2) .prm-1__box-add-info {
    margin-bottom: 0;
  }
}

.prm-1__box-counter {
  font-size: 9.8rem;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e0eff4;
  color: #fff;
  margin: 4.7rem auto 1.1rem;
}

@media (max-width: 666px) {
  .prm-1__box-counter {
    margin-top: 3rem;
  }
}

.prm-1__box-counter:before {
  font-size: 0.51em;
  line-height: 1;
  counter-increment: number;
  content: counter(number);
}

.prm-1__box-img {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px 10px;
}

.prm-1__box-img img {
  max-height: 100%;
}

.prm-1__box-m-info {
  font-size: 1.7rem;
  line-height: 1.65;
  color: #6d7d84;
  flex: 1;
  text-align: center;
  padding: 17px 3.8rem 4.8rem;
}

@media (max-width: 1023px) {
  .prm-1__box-m-info {
    padding: 15px 10% 4rem;
  }
}

.prm-1__box-m-info:last-child {
  padding-bottom: 9rem;
}

@media (max-width: 1023px) {
  .prm-1__box-m-info:last-child {
    padding-bottom: 7rem;
  }
}

@media (max-width: 666px) {
  .prm-1__box-m-info:last-child {
    padding-bottom: 4rem;
  }
}

.prm-1__box-m-info p:not(:last-child) {
  margin-bottom: 1.55em;
}

.prm-1__box-ttl {
  color: #151f26;
  line-height: 1.39;
  max-width: 240px;
  margin: 0 auto 0.6em;
}

@media (max-width: 666px) {
  .prm-1__box-ttl {
    max-width: none;
  }
}

.prm-1__box-ttl._contrast {
  font-size: 2.3rem;
  color: #ef4511;
}

@media (max-width: 1023px) {
  .prm-1__box-ttl._contrast {
    font-size: 2rem;
  }
}

.prm-1__box-ttl p {
  font-weight: 400;
}

.prm-1__box-add-info {
  font-size: 2rem;
  line-height: 1.40;
  text-align: center;
  margin-bottom: 33px;
}

@media (max-width: 1023px) {
  .prm-1__box-add-info {
    font-size: 1.8rem;
  }
}

@media (max-width: 666px) {
  .prm-1__box-add-info {
    margin-bottom: 0;
  }
}

.prm-1__box-add-info-ttl {
  font-size: 0.80em;
  letter-spacing: 0.10em;
  color: #6d7d84;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.prm-1__box-add-info-copy {
  background-color: #f5f8f9;
  padding: 17px 16% 28px;
}

@media (max-width: 1023px) {
  .prm-1__box-add-info-copy {
    padding: 15px 10%;
  }
}

.prm-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

@media (max-width: 767px) {
  .prm-2 {
    display: block;
    margin: 0;
  }
}

.prm-2__box {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: calc(33.3333% - 22px);
  margin: 0 11px 22px;
}

@media (max-width: 767px) {
  .prm-2__box {
    width: 100%;
    margin: 0 0 3rem;
  }
}

@media (max-width: 479px) {
  .prm-2__box {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .prm-2__box:last-child {
    margin-bottom: 0 !important;
  }
}

.prm-2__box:nth-child(3n + 1) {
  background-color: #0ac0d7;
}

.prm-2__box:nth-child(3n + 2) {
  background-color: #c02026;
}

.prm-2__box:nth-child(3n + 3) {
  background-color: #00a6e4;
}

.prm-2__box-m-info {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.62;
  padding: 3rem 13% 2.2rem;
  flex: 1;
}

@media (max-width: 1199px) {
  .prm-2__box-m-info {
    padding-top: 2.5rem;
  }
}

@media (max-width: 1023px) {
  .prm-2__box-m-info {
    padding: 2.5rem 9.5%;
  }
}

@media (max-width: 767px) {
  .prm-2__box-m-info {
    padding: 3rem;
  }
}

@media (max-width: 479px) {
  .prm-2__box-m-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.prm-2__box-add-info {
  background-color: rgba(0, 0, 0, 0.12);
  padding: 4.8rem 13% 5.5rem;
}

@media (max-width: 1023px) {
  .prm-2__box-add-info {
    padding: 2.5rem 9.5%;
  }
}

@media (max-width: 767px) {
  .prm-2__box-add-info {
    padding: 3rem;
  }
}

@media (max-width: 479px) {
  .prm-2__box-add-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.prm-2__box-add-info .btn, .prm-2__box-add-info .efcf .wpcf7-submit, .efcf .prm-2__box-add-info .wpcf7-submit {
  max-width: 100%;
}

.prm-2__box-logo {
  height: 67px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 1199px) {
  .prm-2__box-logo {
    margin-bottom: 20px;
  }
}

.prm-2__box-logo img {
  max-height: 100%;
}

.prm-2__box-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}

.prm-2__box-blockquote {
  font-style: normal;
  font-size: inherit;
  line-height: 1.50;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
}

.prm-2__box-blockquote q:before, .prm-2__box-blockquote q:after {
  display: none;
}

.prm-2__box-blockquote q p:first-child:before {
  display: inline !important;
  content: '“';
}

.prm-2__box-blockquote q p:last-child:after {
  display: inline !important;
  content: '”';
}

.prm-2__box-blockquote cite {
  display: block;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  padding-top: 25px;
}

.prm-2__box-blockquote cite:before {
  content: '—';
  font-weight: 700;
  margin-right: 0.2em;
}

.rp {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 666px) {
  .rp {
    display: block;
  }
}

.rp._opposite {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.rp:not(:last-child) {
  margin-bottom: 5.9rem;
}

@media (max-width: 666px) {
  .rp:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.rp__thumb {
  position: relative;
  flex: 0 0 280px;
}

@media (max-width: 767px) {
  .rp__thumb {
    flex-basis: 230px;
  }
}

@media (max-width: 666px) {
  .rp__thumb {
    padding-top: 50%;
  }
}

.rp__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.rp__info {
  max-width: 656px;
  background-color: #fff;
  flex: 1 1 auto;
  padding: 6.1rem 5rem 5.9rem 7.1rem;
}

@media (max-width: 1023px) {
  .rp__info {
    padding: 40px 40px 30px 45px;
  }
}

@media (max-width: 666px) {
  .rp__info {
    padding: 35px var(--gutter);
  }
}

.rp__ttl {
  margin-bottom: 0.6em;
}

.rp__s-ttl {
  color: #6d7d84;
  font-size: 1.6rem;
  line-height: 1.62;
  margin-bottom: 2.35em;
}

.rp__blockquote {
  font-style: normal;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.62;
  border: none;
  padding: 0;
  margin: 0;
}

.rp__blockquote p:before, .rp__blockquote p:after {
  display: none;
}

.rp__blockquote-quote {
  position: relative;
  display: block;
  margin-bottom: 3.8rem;
}

@media (max-width: 1023px) {
  .rp__blockquote-quote {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .rp__blockquote-quote {
    margin-bottom: 2.5rem;
  }
}

.rp__blockquote-quote:before {
  display: block !important;
  font-family: 'icomoon' !important;
  content: "\e90f";
  font-size: 29px;
  line-height: 1;
  color: rgba(200, 200, 200, 0.42);
  position: absolute;
  right: 100%;
  top: -8px;
  margin-right: 8px;
}

@media (max-width: 1023px) {
  .rp__blockquote-quote:before {
    font-size: 20px;
    top: -4px;
  }
}

@media (max-width: 666px) {
  .rp__blockquote-quote:before {
    font-size: 17px;
    top: 0;
    margin-right: 4px;
  }
}

@media (max-width: 479px) {
  .rp__blockquote-quote:before {
    top: -20px;
    left: 0;
  }
}

.rp__blockquote-quote:after {
  display: none;
}

.rp__blockquote-cite {
  display: flex;
  flex-direction: column;
}

.rp__blockquote-cite:before {
  display: none;
}

.rp__blockquote-cite-meta {
  color: #848484;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
  opacity: 0.92;
}

.rp__blockquote-cite-meta b {
  color: #000;
  font-weight: inherit;
}

.int-s {
  position: relative;
}

.int-s:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/integrations-decor01.svg) no-repeat 61% 10%;
}

.int-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 479px) {
  .int-list {
    margin: 0 -10px;
  }
}

@media (max-width: 374px) {
  .int-list {
    margin: 0 -15px;
  }
}

.int-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 5.5rem 20px;
}

@media (max-width: 1199px) {
  .int-list__item {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 1023px) {
  .int-list__item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767px) {
  .int-list__item {
    width: 33.3333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .int-list__item {
    padding: 20px 10px;
  }
}

@media (max-width: 374px) {
  .int-list__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ord-s {
  padding: 6.6rem 0 4.4rem;
}

@media (max-width: 767px) {
  .ord-wrap {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .ord-wrap {
    max-width: 340px;
  }
}

.ord-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ord-list__item {
  font-size: 1.8rem;
  line-height: 1.44;
  width: 25%;
  text-align: center;
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .ord-list__item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .ord-list__item {
    font-size: 1.6rem;
  }
}

.ord-list__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.89em;
  margin-bottom: 15px;
}

.ord-list__item-icon img {
  max-height: 100%;
}

.ord-list__item-value {
  font-weight: 500;
  font-size: 1.22em;
  line-height: 1.1;
  color: #000;
  margin-bottom: 4px;
}

.ord-list__item-descr {
  max-width: 185px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.46);
  margin: 0 auto;
}

.iav-holder {
  padding-top: 73px;
  padding-bottom: 73px;
}

@media (min-width: 1024px) {
  .iav-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 666px) {
  .iav-holder {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.iav-table {
  font-size: 1.8rem;
  line-height: 1.44;
  width: 100%;
  table-layout: fixed;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .iav-table {
    font-size: 1.6rem;
  }
}

@media (max-width: 479px) {
  .iav-table {
    font-size: 1.4rem;
  }
}

.iav-table colgroup col:first-child {
  width: 28%;
}

@media (max-width: 666px) {
  .iav-table colgroup col:first-child {
    width: 35%;
  }
}

.iav-table colgroup col:nth-child(2) {
  width: 36%;
}

@media (max-width: 666px) {
  .iav-table colgroup col:nth-child(2) {
    display: none;
  }
}

.iav-table colgroup col:last-child {
  width: 36%;
}

@media (max-width: 666px) {
  .iav-table colgroup col:last-child {
    width: 65%;
  }
}

.iav-table td {
  font-size: 1em;
}

.iav-table td,
.iav-table th {
  color: #151f26;
  border: none;
  text-align: left;
  padding: 2.3rem 2.5rem;
}

@media (max-width: 666px) {
  .iav-table td,
  .iav-table th {
    padding: 1.5rem;
  }
}

.iav-table td:last-child,
.iav-table th:last-child {
  background-color: #151f26;
  color: #acb8c0;
}

.iav-table td:last-child b,
.iav-table th:last-child b {
  color: #fff;
}

@media (max-width: 666px) {
  .iav-table td:nth-child(2),
  .iav-table th:nth-child(2) {
    display: none;
  }
}

.iav-table th {
  font-size: 1.22em;
}

.iav-table__thead th:last-child {
  position: relative;
  text-align: center;
  padding-top: 0;
  padding-bottom: 5.5rem;
}

@media (max-width: 767px) {
  .iav-table__thead th:last-child {
    padding-bottom: 4rem;
  }
}

@media (max-width: 666px) {
  .iav-table__thead th:last-child {
    padding-bottom: 2rem;
  }
}

.iav-table__thead th:last-child:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: #151f26;
  border-radius: 5px 5px 0 0;
}

@media (max-width: 666px) {
  .iav-table__thead th:last-child:before {
    height: 25px;
  }
}

.iav-table__thead th:last-child:after {
  content: '';
  background-color: #151f26;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.iav-table__thead th:last-child img {
  position: relative;
  top: -7px;
}

@media (max-width: 767px) {
  .iav-table__thead th:last-child img {
    top: -4px;
  }
}

@media (max-width: 666px) {
  .iav-table__thead th:last-child img {
    width: 185px;
  }
}

.iav-table__tbody tr:nth-child(odd) {
  background-color: #eff5f8;
}

.iav-table__tbody tr:nth-child(odd) td:last-child {
  background-color: #222e36;
}

.iav-table__tbody tr:last-child td:last-child {
  position: relative;
}

.iav-table__tbody tr:last-child td:last-child:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  height: 42px;
  width: 100%;
  background-color: #151f26;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 666px) {
  .iav-table__tbody tr:last-child td:last-child:after {
    height: 25px;
  }
}

.iav-table__tbody td:first-child {
  font-weight: 600;
}

.sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.06;
  border-radius: 4px;
  padding: 3rem 8px;
}

@media (max-width: 767px) {
  .sum {
    font-size: 1.5rem;
  }
}

@media (max-width: 666px) {
  .sum {
    display: block;
    text-align: center;
  }
}

.sum._dark {
  color: #fff;
  background-color: #23313b;
}

.sum__item {
  text-align: center;
  flex: 0 1 146px;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .sum__item {
    padding: 0 15px;
  }
}

@media (max-width: 666px) {
  .sum__item {
    max-width: 150px;
    padding: 5px 10px;
    margin: 0 auto;
  }
}

.sum__item:last-child {
  color: #ef4511;
  flex-basis: 210px;
}

.sum__op {
  font-size: 1.5em;
}

.tmr {
  position: relative;
  background-color: #f1f7f9;
  border-radius: 4px;
  max-width: 582px;
  padding: 14px 30px 23px 0;
  margin: 0 auto 66px;
}

@media (max-width: 767px) {
  .tmr {
    margin-bottom: 4rem;
  }
}

@media (max-width: 479px) {
  .tmr {
    padding-right: 15px;
  }
}

.tmr__icon {
  position: absolute;
  top: -16px;
  left: 30px;
  width: 144px;
  padding: 0 12px;
}

@media (max-width: 666px) {
  .tmr__icon {
    width: 115px;
    left: 15px;
  }
}

@media (max-width: 479px) {
  .tmr__icon {
    top: -5px;
    left: 0;
    width: 85px;
  }
}

.tmr__info {
  padding-left: 205px;
}

@media (max-width: 666px) {
  .tmr__info {
    padding-left: 150px;
  }
}

@media (max-width: 479px) {
  .tmr__info {
    padding-left: 88px;
  }
}

.cl {
  display: flex;
}

@media (max-width: 1023px) {
  .cl {
    display: block;
  }
}

.cl__main {
  flex: 1 1 auto;
  padding-right: 8%;
}

@media (max-width: 1199px) {
  .cl__main {
    padding-right: 5%;
  }
}

@media (max-width: 1023px) {
  .cl__main {
    padding-right: 0;
  }
}

.cl__sidebar {
  flex: 0 0 365px;
}

@media (max-width: 1199px) {
  .cl__sidebar {
    flex-basis: 330px;
  }
}

.l-decor {
  position: absolute;
  z-index: 1;
}

.l-decor._01 {
  top: 17%;
  right: 0;
  width: 69px;
}

@media (max-width: 1199px) {
  .l-decor._01 {
    width: 45px;
    top: 20%;
  }
}

@media (max-width: 1023px) {
  .l-decor._01 {
    display: none;
  }
}

.ih-s {
  position: relative;
  color: #e5e5e8;
  padding: 21.5rem 0 15rem;
}

@media (max-width: 1199px) {
  .ih-s {
    padding: 18rem 0 10rem;
  }
}

@media (max-width: 1023px) {
  .ih-s {
    padding-top: 15rem;
  }
}

@media (max-width: 767px) {
  .ih-s {
    padding: 13rem 0 6rem;
  }
}

.ih-s:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw + 197px);
  height: 100%;
  background-color: #151f26;
}

@media (max-width: 1023px) {
  .ih-s:before {
    width: 100%;
  }
}

.ih-s__flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .ih-s__flex {
    padding-left: 4rem;
  }
}

@media (max-width: 767px) {
  .ih-s__flex {
    display: block;
  }
}

.ih-s__info {
  flex: 0 1 507px;
  margin-right: 30px;
  --vertical_rhythm: 1.65em;
}

@media (max-width: 767px) {
  .ih-s__info {
    max-width: none;
    margin: 0;
  }
}

.ih-s__image {
  align-self: flex-start;
  position: relative;
  flex: 0 1 60rem;
  right: -1rem;
  margin-top: 7rem;
}

@media (max-width: 1199px) {
  .ih-s__image {
    flex-basis: 50rem;
    right: 0;
    margin-top: 5rem;
  }
}

@media (max-width: 1023px) {
  .ih-s__image {
    flex-shrink: 0;
    flex-basis: 35rem;
    margin-top: 3rem;
  }
}

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

.ih-s__image:before {
  content: "";
  position: absolute;
  top: -100px;
  right: -28px;
  width: 215px;
  height: 271px;
  background: url(../img/content-decor03.svg) 0 0 no-repeat;
  background-size: 215px auto;
}

@media (max-width: 1023px) {
  .ih-s__image:before {
    right: -15px;
    top: -70px;
    width: 150px;
    height: 190px;
    background-size: 150px auto;
  }
}

.wwa {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #151f26;
  border-radius: 0 79px;
  padding: 9rem 8.6% 14.5rem;
}

@media (max-width: 1439px) {
  .wwa {
    padding: 8rem 8%;
  }
}

@media (max-width: 767px) {
  .wwa {
    display: block;
    border-radius: 0 65px;
    padding: 5rem var(--gutter) 7rem;
  }
}

.wwa:after {
  content: "";
  height: 510px;
  width: 510px;
  background-color: #f3f6f8;
  z-index: -1;
  position: absolute;
  bottom: -47px;
  right: -47px;
}

@media (max-width: 1199px) {
  .wwa:after {
    width: 400px;
    height: 400px;
    right: -30px;
    bottom: -30px;
  }
}

.wwa__info {
  color: #D4D4D4;
  flex: 1 1 auto;
  max-width: 520px;
}

@media (min-width: 1024px) {
  .wwa__info {
    padding-top: 19px;
  }
}

@media (max-width: 767px) {
  .wwa__info {
    max-width: none;
    padding-bottom: 35px;
  }
}

.wwa__numbers {
  flex: 0 0 425px;
  padding: 0 4.8% 0 30px;
}

@media (max-width: 1439px) {
  .wwa__numbers {
    flex-basis: 370px;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .wwa__numbers {
    flex-basis: 305px;
  }
}

@media (max-width: 1023px) {
  .wwa__numbers {
    flex-basis: 235px;
  }
}

@media (max-width: 767px) {
  .wwa__numbers {
    padding: 0;
  }
}

.wwa__nunit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

@media (max-width: 767px) {
  .wwa__nunit {
    align-items: flex-start;
    text-align: left;
  }
}

.wwa__nunit:not(:last-child) {
  margin-bottom: 6rem;
}

@media (max-width: 1199px) {
  .wwa__nunit:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .wwa__nunit:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.wwa__nunit-counter {
  color: #1170ef;
  font-size: 6.8rem;
  line-height: 1;
}

@media (max-width: 1439px) {
  .wwa__nunit-counter {
    font-size: 6rem;
  }
}

@media (max-width: 1199px) {
  .wwa__nunit-counter {
    font-size: 5rem;
  }
}

@media (max-width: 1023px) {
  .wwa__nunit-counter {
    font-size: 4rem;
  }
}

.wwa__nunit-counter:not(:last-child) {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .wwa__nunit-counter:not(:last-child) {
    margin-bottom: 7px;
  }
}

.wwa__nunit-counter:not(:last-child) {
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .wwa__nunit-counter:not(:last-child) {
        margin-bottom: 7px;
    }
}


.wwa__nunit-plus {
    color: #1170ef;
    font-size: 6.8rem;
    line-height: 1;
}

@media (max-width: 1439px) {
    .wwa__nunit-plus {
        font-size: 6rem;
    }
}

@media (max-width: 1199px) {
    .wwa__nunit-plus {
        font-size: 5rem;
    }
}

@media (max-width: 1023px) {
    .wwa__nunit-plus {
        font-size: 4rem;
    }
}

.wwa__nunit-plus:not(:last-child) {
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .wwa__nunit-plus:not(:last-child) {
        margin-bottom: 7px;
    }
}

.wwa__nunit-plus:not(:last-child) {
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .wwa__nunit-plus:not(:last-child) {
        margin-bottom: 7px;
    }
}

.wwa__nunit-descr {
  color: rgba(255, 255, 255, 0.56);
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.wwa__nunit-descr-2 {
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .wwa__nunit-descr-2 {
        margin-bottom: 7px;
    }
}

.bd-img {
  position: relative;
}

.bd-img._tilt-r {
  transform: rotate(5deg);
}

.bd-img._tilt-l {
  transform: rotate(-5deg);
}

.bd-img._no-decor:before {
  display: none;
}

.bd-img._no-decor._right, .bd-img._no-decor._left {
  margin: 0;
}

.bd-img._right {
  margin: 0 0 0 130px;
}

@media (max-width: 666px) {
  .bd-img._right {
    margin: 0 0 0 55px;
  }
}

@media (max-width: 479px) {
  .bd-img._right {
    margin: 0 0 0 30px;
  }
}

.bd-img._right:before {
  left: -75px;
}

@media (max-width: 666px) {
  .bd-img._right:before {
    left: -55px;
  }
}

@media (max-width: 479px) {
  .bd-img._right:before {
    left: -25px;
  }
}

.bd-img._right .bd-img__fr {
  border-radius: 100px 0;
}

@media (max-width: 666px) {
  .bd-img._right .bd-img__fr {
    border-radius: 80px 0;
  }
}

@media (max-width: 479px) {
  .bd-img._right .bd-img__fr {
    border-radius: 50px 0;
  }
}

.bd-img._right .bd-img__msg {
  left: -127px;
}

@media (max-width: 666px) {
  .bd-img._right .bd-img__msg {
    left: -55px;
  }
}

@media (max-width: 479px) {
  .bd-img._right .bd-img__msg {
    left: -30px;
  }
}

.bd-img._left {
  margin: 0 130px 0 0;
}

@media (max-width: 666px) {
  .bd-img._left {
    margin: 0 55px 0 0;
  }
}

@media (max-width: 479px) {
  .bd-img._left {
    margin: 0 30px 0 0;
  }
}

.bd-img._left:before {
  left: auto;
  right: -75px;
}

@media (max-width: 666px) {
  .bd-img._left:before {
    right: -55px;
  }
}

@media (max-width: 479px) {
  .bd-img._left:before {
    right: -25px;
  }
}

.bd-img._left .bd-img__fr {
  border-radius: 0 100px;
}

@media (max-width: 666px) {
  .bd-img._left .bd-img__fr {
    border-radius: 0 80px;
  }
}

@media (max-width: 479px) {
  .bd-img._left .bd-img__fr {
    border-radius: 0 50px;
  }
}

.bd-img._left .bd-img__msg {
  left: auto;
  right: -127px;
}

@media (max-width: 666px) {
  .bd-img._left .bd-img__msg {
    right: -55px;
  }
}

@media (max-width: 479px) {
  .bd-img._left .bd-img__msg {
    right: -30px;
  }
}

.bd-img:before {
  content: "";
  position: absolute;
  background: url(../img/content-decor04.svg) 0 0 no-repeat;
  z-index: -1;
  top: 50%;
  left: 50%;
  font-size: 170px;
  width: 1em;
  height: 1.01em;
  transform: translateY(-50%);
  background-size: 1em 1.01em;
}

@media (max-width: 479px) {
  .bd-img:before {
    font-size: 115px;
  }
}

.bd-img__fr {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.bd-img__fr img {
  width: 100%;
}

.bd-img__msg {
  position: absolute;
  z-index: 2;
  bottom: 37px;
  background-color: #fff;
  text-align: center;
  width: 235px;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 2.5rem;
}

@media (max-width: 666px) {
  .bd-img__msg {
    bottom: 20px;
  }
}

@media (max-width: 479px) {
  .bd-img__msg {
    width: 190px;
    padding: 3rem 2rem 2.5rem;
  }
}

@media (max-width: 374px) {
  .bd-img__msg {
    width: 170px;
    bottom: -15px;
  }
}

.bd-img__msg._lg {
  width: 330px;
}

@media (max-width: 479px) {
  .bd-img__msg._lg {
    width: 230px;
  }
}

.bd-img__msg .box {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #232a4d;
  border-radius: 6px;
  background-color: #f8fbfc;
  padding: 20px 6px 15px;
}

@media (max-width: 479px) {
  .bd-img__msg .box {
    font-size: 16px;
  }
}

.bd-img__msg-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.5em;
  left: -0.5em;
  font-size: 7.3rem;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #151f26;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 479px) {
  .bd-img__msg-icon {
    font-size: 5rem;
  }
}

@media (max-width: 374px) {
  .bd-img__msg-icon {
    font-size: 3.5rem;
  }
}

.bd-img__msg-icon > * {
  font-size: 0.32em;
  line-height: 1;
}

.bd-bq {
  --vertical_rhythm: 0.73em;
  text-align: left;
  border: none;
  color: #151f26;
  font-style: normal;
  font-size: 15px;
  line-height: 1.93;
  padding: var(--vertical_rhythm) 20px 0;
}

@media (max-width: 479px) {
  .bd-bq {
    font-size: 13px;
    padding: 10px;
  }
}

@media (max-width: 374px) {
  .bd-bq {
    padding: 0;
  }
}

.bd-bq__quote {
  display: block;
  margin-bottom: var(--vertical_rhythm);
}

.bd-bq__quote:before, .bd-bq__quote:after {
  display: none;
}

.bd-bq__cite {
  font-size: 0.93em;
  line-height: 1.64;
  font-style: normal;
  display: flex;
  color: #848484;
}

.bd-bq__cite:before {
  display: none;
}

.bd-bq__avatar {
  flex: 0 0 39px;
  height: 39px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 9px;
}

.bd-bq__a-info {
  display: flex;
  flex-direction: column;
}

.icp {
  display: flex;
}

.icp-list {
  display: flex;
  flex-wrap: wrap;
}

.icp-list._two-cols {
  margin: -25px;
}

@media (max-width: 1023px) {
  .icp-list._two-cols {
    margin: -15px;
  }
}

@media (max-width: 767px) {
  .icp-list._two-cols {
    margin: 0;
  }
}

.icp-list._two-cols .icp {
  width: calc(50% - 50px);
  border-radius: 10px;
  background-color: #fff;
  padding: 35px;
  margin: 25px;
}

@media (max-width: 1023px) {
  .icp-list._two-cols .icp {
    width: calc(50% - 30px);
    padding: 25px;
    margin: 15px;
  }
}

@media (max-width: 767px) {
  .icp-list._two-cols .icp {
    width: 100%;
    padding: 20px;
    margin: 0 0 var(--gutter);
  }
}

.icp:not(:last-child) {
  margin-bottom: 6.5rem;
}

@media (max-width: 1023px) {
  .icp:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.icp__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 1;
  height: 1.94em;
  flex: 0 0 1.94em;
  border-radius: 5px;
  overflow: hidden;
  color: #151f26;
  background-color: rgba(21, 31, 38, 0.05);
  margin: 0 0.78em 0 0;
}

@media (max-width: 479px) {
  .icp__icon {
    font-size: 2.8rem;
  }
}

@media (max-width: 374px) {
  .icp__icon {
    font-size: 2.4rem;
    margin-right: 0.5em;
  }
}

.icp__icon._blue {
  color: #438EF3;
  background-color: rgba(67, 142, 243, 0.15);
}

.icp__icon._green {
  color: #58ca54;
  background-color: rgba(88, 202, 84, 0.15);
}

.icp__icon._red {
  color: #f15554;
  background-color: rgba(241, 85, 84, 0.15);
}

.icp__icon._yellow {
  color: #f3de17;
  background-color: rgba(243, 222, 23, 0.15);
}

.card {
  background-color: #fff;
  padding: 3.5rem 4rem 5.5rem;
}

@media (max-width: 767px) {
  .card {
    padding: 3.5rem var(--gutter) 3rem;
  }
}

.bq {
  font-style: normal;
  border: none;
  color: #151f26;
  font-size: 1.8rem;
  line-height: 1.67;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}

.bq:last-child {
  margin-bottom: 0;
}

.bq__quote {
  display: block;
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .bq__quote {
    margin-bottom: 2rem;
  }
}

.bq__quote:before, .bq__quote:after {
  display: none;
}

.bq__quote p:first-child:before {
  display: inline !important;
  content: '“';
}

.bq__quote p:last-child:after {
  display: inline !important;
  content: '”';
}

.bq__cite {
  color: #636364;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: inherit;
}

.bq__cite:before {
  color: #151f26;
  font-weight: 600;
  content: "—";
  margin-right: 0.2em;
}

.bq__cite b {
  font-weight: 600;
  color: #151f26;
}

.ch-s {
  padding: 14.2rem 0 9rem;
}

@media (max-width: 767px) {
  .ch-s {
    padding: 13rem 0 5rem;
  }
}

@media (max-width: 479px) {
  .ch-s {
    padding-bottom: 8rem;
  }
}

.ch-s._no-img .ch-s__info {
  text-align: center;
  max-width: 480px;
  padding: 5rem 0 0;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .ch-s._no-img .ch-s__info {
    padding-top: 3rem;
  }
}

@media (max-width: 666px) {
  .ch-s._no-img .ch-s__info {
    padding-top: 0;
  }
}

.ch-s__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  --vertical_rhythm: 1.69em;
}

@media (min-width: 1200px) {
  .ch-s__flex {
    padding-left: 3rem;
  }
}

@media (max-width: 767px) {
  .ch-s__flex {
    display: block;
  }
}

.ch-s__info {
  flex: 0 1 53rem;
  padding: 5rem 3rem 0 0;
}

@media (max-width: 1023px) {
  .ch-s__info {
    padding-top: 1rem;
  }
}

@media (max-width: 767px) {
  .ch-s__info {
    padding: 0;
  }
}

.ch-s__image {
  flex: 0 1 60rem;
}

@media (min-width: 1440px) {
  .ch-s__image {
    margin-right: -2rem;
  }
}

@media (max-width: 1199px) {
  .ch-s__image {
    flex-basis: 50rem;
  }
}

@media (max-width: 1023px) {
  .ch-s__image {
    flex-basis: 35rem;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .ch-s__image {
    margin-bottom: var(--vertical_rhythm);
  }
}

@media (max-width: 767px) {
  .ch-s__image .bd-img {
    transform: none !important;
  }
}

.stl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.stl__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 12px);
  min-height: 450px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  margin: 6px;
}

@media (max-width: 767px) {
  .stl__item {
    width: calc(100% - 12px);
    min-height: 65vw;
  }
}

.stl__item._fluid {
  width: calc(100% - 12px);
}

.stl__item._fluid .stl__item-overlay {
  justify-content: center;
}

@media (min-width: 768px) {
  .stl__item._fluid .stl__item-overlay {
    padding-left: 9%;
    padding-right: 9%;
  }
}

.stl__item._fluid .stl__item-overlay:before {
  height: 100%;
  opacity: 0.54;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

@media (min-width: 768px) {
  .stl__item._fluid .stl__item-logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stl__item._fluid .stl__item-descr {
  font-size: 2.8rem;
  line-height: 1.43;
}

@media (min-width: 768px) {
  .stl__item._fluid .stl__item-descr {
    margin-bottom: 37px;
  }
}

@media (max-width: 1023px) {
  .stl__item._fluid .stl__item-descr {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .stl__item._fluid .stl__item-descr {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .stl__item._fluid .btn-link-arr {
    font-size: 1.8rem;
  }
}

.stl__item:hover {
  color: rgba(255, 255, 255, 0.9);
}

.stl__item:hover .btn-link-arr {
  color: #ef4511;
}

.stl__item:hover .btn-link-arr:after {
  right: -0.3em;
}

.stl__item:hover .bg-img {
  transform: scale(1.08);
}

.stl__item .bg-img {
  transition: inherit;
}

@media (max-width: 767px) {
  .stl__item .bg-img img {
    object-position: 50% 0;
  }
}

.stl__item-overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  z-index: 1;
  padding: 25px 30px 25px 20px;
}

@media (max-width: 767px) {
  .stl__item-overlay {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.stl__item-overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.stl__item-up, .stl__item-low {
  position: relative;
  z-index: 2;
}

.stl__item-up {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .stl__item-up {
    margin-bottom: 48px;
  }
}

.stl__item-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  height: 65px;
  padding: 5px 8px;
}

.stl__item-logo img {
  max-height: 100%;
}

.stl__item-descr {
  max-width: 325px;
  font-size: 16px;
  line-height: 1.50;
  margin-bottom: 20px;
}

.stl__item-descr p:before {
  content: "“";
}

.stl__item-descr p:after {
  content: "”";
}

.stl__item .btn-link-arr {
  color: #fff;
  text-decoration: none;
}

.bg-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ci-s {
  position: relative;
  color: #bdbdbd;
  padding: 16.5rem 0 10rem;
}

@media (max-width: 767px) {
  .ci-s {
    padding: 13rem 0 7rem;
  }
}

.ci-s:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 655px;
  background-color: #151f26;
}

@media (max-width: 767px) {
  .ci-s:before {
    height: 450px;
  }
}

.acc__item {
  padding: 3rem 0;
  border-bottom: 1px solid #eef3f5;
}

.acc__item.active .acc__opener {
  font-weight: 500;
}

.acc__item.active .acc__opener:after {
  transform: rotate(180deg);
}

.acc__opener {
  position: relative;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.1;
  color: rgba(21, 31, 38, 0.84);
  padding-right: 45px;
}

@media (max-width: 1023px) {
  .acc__opener {
    font-size: 2.2rem;
  }
}

@media (max-width: 666px) {
  .acc__opener {
    font-size: 2rem;
  }
}

@media (max-width: 479px) {
  .acc__opener {
    font-size: 1.8rem;
  }
}

.acc__opener:after {
  position: absolute;
  top: 4px;
  right: 11px;
  content: "\e906";
  font-family: 'icomoon' !important;
  font-size: 25px;
  line-height: 1;
  color: #ef4511;
}

@media (max-width: 1023px) {
  .acc__opener:after {
    top: 0;
    right: 5px;
  }
}

.acc__slide {
  padding: 3.7rem 0 1rem;
}

.acc__slide-flex {
  display: flex;
  align-items: center;
}

.acc__slide-avatar {
  font-size: 4.6rem;
  flex: 0 0 1em;
  height: 1em;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 666px) {
  .acc__slide-avatar {
    margin-right: 25px;
  }
}

@media (max-width: 374px) {
  .acc__slide-avatar {
    font-size: 4.2rem;
  }
}

.acc__slide-content {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.01em;
  border-radius: 10px;
  color: #6d7d84;
  background-color: #f5f8f9;
  padding: 20px 4.7%;
}

@media (max-width: 666px) {
  .acc__slide-content {
    font-size: 1.6rem;
    border-radius: 5px;
  }
}

@media (max-width: 374px) {
  .acc__slide-content {
    font-size: 14px;
  }
}

.acc__slide-content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #f5f8f9 transparent transparent;
  margin-top: -15px;
}

.ff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0;
  margin: -9px;
}

@media (max-width: 666px) {
  .ff {
    margin: -5px;
  }
}

.ff-btn, .ff-tag {
  display: inline-flex;
  justify-content: center;
  color: #acb8c0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  border-radius: 1.85em;
  padding: 0.81em 1.23em;
  border: 1px solid #3c484e;
  margin: 9px;
}

@media (max-width: 666px) {
  .ff-btn, .ff-tag {
    margin: 5px;
  }
}

@media (max-width: 479px) {
  .ff-btn, .ff-tag {
    width: calc(50% - 10px);
  }
}

.ff-btn:hover, .ff-btn.active, .ff-tag:hover, .ff-tag.active {
  border-color: #ef4511;
  color: #fff;
  background-color: #ef4511;
}

.ff-btn.active, .ff-tag.active {
  font-weight: 700;
}

.ff-tag {
  pointer-events: none;
}

.ask-f-container,
.quote-f-container {
  border-radius: 5px;
  max-width: 770px;
  background-color: #f5f8f9;
}

.bh-s {
  padding: 23rem 0 18rem;
}

@media (max-width: 1023px) {
  .bh-s {
    padding: 15rem 0 12rem;
  }
}

@media (max-width: 767px) {
  .bh-s {
    padding: 13rem 0 7rem;
  }
}

.bh-s._sm-ind {
  padding: 17.3rem 0 13rem;
}

@media (max-width: 1023px) {
  .bh-s._sm-ind {
    padding: 15rem 0 12rem;
  }
}

@media (max-width: 767px) {
  .bh-s._sm-ind {
    padding: 13rem 0 7rem;
  }
}

.bh-s__info {
  color: #bdbdbd;
}

.pl {
  display: flex;
  flex-wrap: wrap;
  margin: -27px -25px;
}

@media (max-width: 1023px) {
  .pl {
    margin: -15px -10px;
  }
}

.pl._two-cols .pl__post {
  width: calc(50% - 20px);
}

@media (max-width: 1023px) {
  .pl._two-cols .pl__post {
    width: calc(50% - 10px);
  }
}

@media (max-width: 666px) {
  .pl._two-cols .pl__post {
    width: calc(100% - 10px);
  }
}

.pl._three-cols .pl__post {
  width: calc(33.3333% - 20px);
}

@media (max-width: 1023px) {
  .pl._three-cols .pl__post {
    width: calc(50% - 10px);
  }
}

@media (max-width: 666px) {
  .pl._three-cols .pl__post {
    width: calc(100% - 10px);
  }
}

.pl._l-theme .pl__post:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.pl._l-theme .pl__post-ttl {
  color: #fff;
}

.pl._l-theme .pl__post-descr {
  color: #6d7d84;
}

.pl__post {
  position: relative;
  width: calc(100% - 20px);
  box-shadow: none;
  background-color: transparent;
  transition: all 0.35s ease;
  padding: 15px;
  border-radius: 3px;
  margin: 27px 10px;
}

@media (max-width: 1023px) {
  .pl__post {
    margin: 15px 5px;
  }
}

.pl__post:hover {
  background-color: #fff;
}

.pl__post:hover .pl__post-ttl {
  color: #ef4511;
}

.pl__post:hover .pl__post-thumb img {
  transform: scale(1.05);
}

.pl__post-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pl__post-thumb {
  border-radius: 3px;
  overflow: hidden;
}

.pl__post-thumb img {
  width: 100%;
  transition: transform 0.35s ease;
}

.pl__post-info {
  padding: 15px 0 19px;
}

@media (max-width: 666px) {
  .pl__post-info {
    padding-bottom: 10px;
  }
}

.pl__post-ttl {
  line-height: 1.36;
  color: #151f26;
  transition: color 0.35s ease;
  margin-bottom: 16px;
}

.pl__post-descr {
  color: #6d7d84;
  font-size: 16px;
  line-height: 1.62;
  max-height: 75px;
  overflow: hidden;
}

.ph-s {
  position: relative;
  padding: 16.7rem 0 4rem;
}

.ph-s:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 15rem;
  width: 100%;
  background-color: #151f26;
}

.sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 59px 0 13px;
}

.sb__ttl {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  margin: 15px 20px 15px 0;
}

.sb .social {
  margin-bottom: 0;
}

.sb .social a {
  color: #757575;
}

.sb .social a:hover {
  color: #ef4511;
}

.ab {
  display: flex;
  border-top: 1px solid #bdb8b8;
  padding: 30px 0;
}

.ab__avatar {
  flex: 0 0 100px;
  margin-right: 20px;
}

@media (max-width: 374px) {
  .ab__avatar {
    flex-basis: 85px;
  }
}

.ab__info {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 666px) {
  .ab__info {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .ab__info {
    font-size: 15px;
  }
}

.ab__ttl {
  font-weight: 400;
  font-size: 0.76em;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #6d7d84;
}

.ab__name {
  color: #000;
  font-weight: 700;
  font-size: 1.18em;
  margin-bottom: 0.3em;
}

.ps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26px;
}

@media (max-width: 767px) {
  .ps {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .ps {
    max-width: 280px;
  }
}

.ps__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(33.3333% - 52px);
  margin: 0 26px;
}

@media (max-width: 767px) {
  .ps__box {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
  }
}

.ps__box:last-child:after {
  display: none;
}

.ps__box:after {
  display: block;
  color: #1170ef;
  content: "\e90a";
  font-family: 'icomoon' !important;
  font-size: 54px;
  line-height: 1;
  position: absolute;
  top: 103px;
  left: 100%;
  margin-top: -27px;
}

@media (max-width: 1023px) {
  .ps__box:after {
    font-size: 40px;
    top: 122px;
    margin-left: 7px;
  }
}

@media (max-width: 767px) {
  .ps__box:after {
    position: static;
    transform: rotate(90deg);
    margin: 2rem 0 0;
  }
}

.ps__box-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 190px;
  margin-bottom: 34px;
}

@media (max-width: 1023px) {
  .ps__box-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ps__box-img {
    display: block;
    height: auto;
  }
}

.ps__box-img img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .ps__box-img img {
    width: 100%;
  }
}

.ps__box-ttl {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

@media (max-width: 1023px) {
  .ps__box-ttl {
    font-size: 1.8rem;
  }
}

.tt {
  padding: var(--gutter);
}

.tt-bq {
  font-style: normal;
  padding: 0;
}

.tt-bq__quote {
  display: block;
  font-size: 2.2rem;
  line-height: 1.95;
  margin-bottom: 2.14em;
}

@media (max-width: 1023px) {
  .tt-bq__quote {
    font-size: 2rem;
    line-height: 1.7;
  }
}

@media (max-width: 666px) {
  .tt-bq__quote {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media (max-width: 479px) {
  .tt-bq__quote {
    font-size: 16px;
  }
}

.tt-bq__cite {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.tt-bq__cite:before {
  display: none;
}

.tt-bq__cite-name {
  opacity: 0.92;
  font-weight: 700;
  font-size: 0.82em;
  margin-bottom: 0.7em;
}

.tt-bq__cite-descr {
  opacity: 0.8;
  font-size: 0.64em;
  letter-spacing: 0.01em;
}

.tt-bq__cite-avatar {
  position: relative;
  height: 65px;
  width: 65px;
  overflow: hidden;
  border-radius: 100%;
}

.tt-bq__cite-avatar:not(:first-child) {
  margin-top: 1.2em;
}

.tt-bq__cite-avatar img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  object-fit: cover;
}

.pp {
  display: flex;
  flex-direction: column;
  margin: 0 -60px;
}

@media (max-width: 1023px) {
  .pp {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .pp {
    margin: 0;
  }
}

.pp-wrap {
  max-width: 945px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .pp-wrap {
    max-width: 708px;
  }
}

@media (max-width: 767px) {
  .pp-wrap {
    max-width: 420px;
  }
}

.pp__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 0 60px;
}

@media (max-width: 1023px) {
  .pp__item {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .pp__item {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0 0 4rem;
  }
}

@media (max-width: 767px) {
  .pp__item:last-child {
    padding-bottom: 0;
  }
}

.pp__item:nth-child(even) {
  align-self: flex-end;
}

.pp__item:first-child .pp__item-icon:before {
  content: "";
  position: absolute;
  top: -40px;
  right: calc(100% + 25px);
  width: 95px;
  height: 73px;
  background-repeat: no-repeat;
  background-image: url(../img/pp-item-decor01.svg);
}

@media (max-width: 1199px) {
  .pp__item:first-child .pp__item-icon:before {
    display: none;
  }
}

.pp__item:first-child .pp__item-icon:after {
  font-size: 517px;
  content: "";
  position: absolute;
  top: 55px;
  left: calc(100% + 40px);
  width: 1em;
  height: 0.6479em;
  background-repeat: no-repeat;
  background-size: 1em 0.6479em;
  background-image: url(../img/pp-item-decor02.svg);
}

@media (max-width: 1023px) {
  .pp__item:first-child .pp__item-icon:after {
    font-size: 360px;
    left: calc(100% + 15px);
  }
}

@media (max-width: 767px) {
  .pp__item:first-child .pp__item-icon:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pp__item:nth-child(2) {
    margin-bottom: 32px;
  }
}

@media (max-width: 1023px) {
  .pp__item:nth-child(2) {
    margin-top: -105px;
  }
}

@media (max-width: 767px) {
  .pp__item:nth-child(2) {
    margin-top: 0;
  }
}

.pp__item:nth-child(2) .pp__item-icon:before {
  font-size: 470px;
  content: "";
  position: absolute;
  top: 51px;
  right: calc(100% + 25px);
  width: 1em;
  height: 0.71914em;
  background-size: 1em 0.71914em;
  background-repeat: no-repeat;
  background-image: url(../img/pp-item-decor03.svg);
}

@media (max-width: 1023px) {
  .pp__item:nth-child(2) .pp__item-icon:before {
    top: 100px;
    right: calc(100% + 20px);
    font-size: 310px;
  }
}

@media (max-width: 767px) {
  .pp__item:nth-child(2) .pp__item-icon:before {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pp__item:nth-child(3) {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .pp__item:nth-child(3) {
    margin-top: 0;
  }
}

.pp__item:nth-child(3) .pp__item-icon:before {
  content: "";
  position: absolute;
  top: 44px;
  right: calc(100% + 23px);
  width: 106px;
  height: 95px;
  background-repeat: no-repeat;
  background-image: url(../img/pp-item-decor04.svg);
}

@media (max-width: 1199px) {
  .pp__item:nth-child(3) .pp__item-icon:before {
    display: none;
  }
}

.pp__item-icon {
  position: relative;
  height: 105px;
  margin-bottom: 42px;
}

@media (max-width: 1023px) {
  .pp__item-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .pp__item-icon {
    height: 85px;
  }
}

.pp__item-icon img {
  max-height: 100%;
}

.pp__item-info {
  color: #848484;
}

.pp__item-info b {
  font-weight: 600;
  color: #202a31;
}

.pp__item-ttl {
  font-weight: 600;
  color: #151f26;
  margin-bottom: 17px;
}

@media (max-width: 1023px) {
  .pp__item-ttl {
    margin-bottom: 13px;
  }
}

.dt {
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  margin: 0 auto;
}

@media (max-width: 666px) {
  .dt {
    display: block;
  }
}

.dt._opposite {
  flex-direction: row-reverse;
}

.dt__left {
  flex: 0 1 410px;
  padding: 25px 30px 0 0;
}

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

.dt__right {
  flex: 0 0 380px;
}

@media (max-width: 1023px) {
  .dt__right {
    flex-basis: 340px;
  }
}

@media (max-width: 767px) {
  .dt__right {
    flex-basis: 300px;
  }
}

.dt-img {
  position: relative;
}

.dt-img._right {
  padding: 0 6.58% 6.58% 0;
}

.dt-img._right:before {
  right: 0;
  border-radius: 0 0 10px;
}

.dt-img._left {
  padding: 0 0 6.58% 6.58%;
}

.dt-img._left:before {
  left: 0;
  border-radius: 0 0 0 10px;
}

.dt-img:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 53%;
  bottom: 0;
  z-index: -1;
  background-color: #ff9878;
}

.dt-img img {
  border-radius: 10px;
  width: 100%;
}

.dt-bq {
  color: #000;
  font-style: normal;
  padding: 0;
  margin: 0 0 8px;
}

.dt-bq__quote {
  display: block;
  margin-bottom: 0.62em;
}

.dt-bq__cite {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(109, 125, 132, 0.92);
}

.dt-bq__cite:before {
  display: none;
}

.dt-bq__cite b {
  color: #000;
  font-weight: 500;
}

.ta {
  font-size: 39px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 0 14px 0;
}

.ta._md {
  font-size: 45px;
}

.ta._lg {
  font-size: 55px;
}

.ta img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}

.tc {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}

@media (max-width: 1199px) {
  .tc {
    margin: calc(var(--gutter-ng) / 2);
  }
}

@media (max-width: 666px) {
  .tc {
    margin: 0;
  }
}

.tc-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.tc__item {
  width: calc(50% - 60px);
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 4.2%;
  margin: 30px;
}

@media (max-width: 1199px) {
  .tc__item {
    width: calc(50% - var(--gutter));
    padding: 40px var(--gutter);
    margin: calc(var(--gutter) / 2);
  }
}

@media (max-width: 666px) {
  .tc__item {
    width: 100%;
    margin: 0 0 var(--gutter);
  }
}

.tc-bq {
  font-style: normal;
  font-size: 15px;
  line-height: 1.93;
  color: #151f26;
  padding: 0;
  margin: 0;
}

.tc-bq__quote {
  display: block;
  margin-bottom: 52px;
}

@media (max-width: 1023px) {
  .tc-bq__quote {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .tc-bq__quote {
    margin-bottom: 15px;
  }
}

.tc-bq__cite {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(109, 125, 132, 0.92);
}

.tc-bq__cite > *:not(:last-child) {
  margin-bottom: 0.86em;
}

.tc-bq__cite:before {
  display: none;
}

.tc-bq__cite b {
  color: #000;
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*body,*/
/*html {*/
  /*height:100%;*/
/*}*/

/*html {*/
  /*font-family:sans-serif;*/
  /*-ms-text-size-adjust:100%;*/
  /*-webkit-text-size-adjust:100%;*/
  /*-webkit-box-sizing:border-box;*/
  /*box-sizing:border-box;*/
/*}*/

.auth-screen {
  color:var(--base-text-color);
  background:var(--base-background-color);
  font:400 var(--font-size-base)/var(--line-height-base) var(--base-font-sans-serif);
  min-width:var(--base-min-width);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin:0;
  display:table;
  table-layout:fixed;
  width:100%;
}
.auth-screen article,
.auth-screen aside,
.auth-screen details,
.auth-screen figcaption,
.auth-screen figure,
.auth-screen footer,
.auth-screen header,
.auth-screen hgroup,
.auth-screen main,
.auth-screen menu,
.auth-screen nav,
.auth-screen section,
.auth-screen summary {
  display:block;
}

.auth-screen audio,
.auth-screen canvas,
.auth-screen progress,
.auth-screen video {
  display:inline-block;
  vertical-align:baseline;
}

.auth-screen audio:not([controls]) {
  display:none;
  height:0;
}

.auth-screen [hidden],
.auth-screen template {
  display:none;
}

.auth-screen a {
  background-color:transparent;
  color:var(--base-link-color);
}

.auth-screen a:active,
.auth-screen a:hover {
  outline:0;
}

.auth-screen abbr[title] {
  border-bottom:1px dotted;
}

.auth-screen b,
.auth-screen strong {
  font-weight:700;
}

.auth-screen dfn {
  font-style:italic;
}

.auth-screen h1 {
  font-size:2em;
}

.auth-screen mark {
  background:#ff0;
  color:#000;
}

.auth-screen small {
  font-size:80%;
}

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

.auth-screen sup {
  top:-.5em;
}

.auth-screen sub {
  bottom:-.25em;
}

.auth-screen img {
  border:0;
  max-width:100%;
  height:auto;
}

.auth-screen svg:not(:root) {
  overflow:hidden;
}

.auth-screen figure {
  margin:1em 40px;
}

.auth-screen hr {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
}

.auth-screen pre {
  overflow:auto;
}

.auth-screen code,
.auth-screen kbd,
.auth-screen pre,
.auth-screen samp {
  font-family:monospace,monospace;
  font-size:1em;
}

.auth-screen button,
.auth-screen input,
.auth-screen optgroup,
.auth-screen select {
  color:inherit;
  font:inherit;
  margin:0;
}

.auth-screen textarea {
  font:inherit;
  margin:0;
}

.auth-screen button {
  overflow:visible;
}

.auth-screen select {
  text-transform:none;
}

.auth-screen input[type=button] {
  -webkit-appearance:button;
  cursor:pointer;
}

.auth-screen button[disabled],
.auth-screen html input[disabled] {
  cursor:default;
}

.auth-screen button::-moz-focus-inner,
.auth-screen input::-moz-focus-inner {
  border:0;
  padding:0;
}

.auth-screen input {
  line-height:normal;
}

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

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

.auth-screen input[type=search] {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

.auth-screen input[type=search]::-webkit-search-cancel-button,
.auth-screen input[type=search]::-webkit-search-decoration {
  -webkit-appearance:none;
}

.auth-screen fieldset {
  border:1px solid silver;
}

.auth-screen legend {
  border:0;
}

.auth-screen textarea {
  overflow:auto;
}

.auth-screen optgroup {
  font-weight:700;
}

.auth-screen table {
  border-collapse:collapse;
  border-spacing:0;
}

.auth-screen legend,
.auth-screen td,
.auth-screen th {
  padding:0;
}

:root {
  --white:#fff;
  --green:#74c900;
  --blue:#6d7d84;
  --dark-blue:#151f26;
  --gray:#eaecf4;
  --light-gray:#f4f5f8;
  --yellow:#fcbb49;
  --red:#ef4511;
  --dark:#131e24;
  --base-text-color:var(--blue);
  --headings-color:var(--dark-blue);
  --base-font-sans-serif:"Cabin", "Helvetica Neue", "Helvetica", sans-serif;
  --base-font-serif:"Times", "Baskerville", "Georgia", serif;
  --base-background-color:var(--light-gray);
  --form-element-border-color:transparent;
  --form-element-padding:16px 25px;
  --headings-font:var(--base-font-sans-serif);
  --base-font-family:var(--base-font-sans-serif);
  --font-size-base:15px;
  --line-height-base:1.67;
  --base-min-width:320px;
  --base-link-color:var(--dark-blue);
  --btn-background:var(--gray);
  --btn-color:var(--dark-blue);
  --btn-font-size:var(--font-size-base);
  --btn-padding:14px 28px;
  --btn-border:0;
  --width:780px;
  --width-xs:835px;
  --h1-font-size:38px;
  --h2-font-size:34px;
  --h3-font-size:26px;
  --h4-font-size:23px;
  --h5-font-size:19px;
  --h6-font-size:12px;
  --vertical-rhythm:calc(var(--line-height-base) * 1em);
  --shadow-text:0 5px 15px rgba(0, 0, 0, .2);
  --border-radius:3px;
  --duration:.3s;
}

.nav-menu> ul {
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0 15px 0 0;
}

.clearfix::after,
.clearfix::before {
  content:"";
  display:table;
  clear:both;
}

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

.container,
.container-xs {
  width:100%;
  max-width:var(--width);
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}

.container-xs {
  max-width:var(--width-xs);
}

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

.btn {
  color:var(--btn-color);
}


.auth-screen .btn,
.auth-screen button,
.auth-screen button.btn,
.auth-screen input.btn,
.auth-screen input[type=button],
.auth-screen input[type=file],
.auth-screen input[type=reset],
.auth-screen input[type=submit] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: var(--btn-font-size);
  padding: var(--btn-padding);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--border-radius);
  position: relative;
  background: var(--btn-background);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.auth-screen .btn.btn-red,
.auth-screen button.btn-red,
.auth-screen input.btn-red[type=button],
.auth-screen input.btn-red[type=file],
.auth-screen input.btn-red[type=reset],
.auth-screen input.btn-red[type=submit] {
  background: var(--red);
  color: var(--white);
  padding: 13px 24px;
  letter-spacing: 0.75px;
}


.btn:hover {
  opacity:.75;
}

.bg-stretch,
.img-stretch {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.bg-stretch img {
  -o-object-fit:cover;
  object-fit:cover;
  max-width:none;
  height:100%;
  width:100%;
}

.img-stretch {
  z-index:-1;
  width:100%;
  height:100%;
  overflow:hidden;
}

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

.delay-02 {
  -webkit-animation-delay:.2s;
  animation-delay:.2s;
}

.delay-03 {
  -webkit-animation-delay:.3s;
  animation-delay:.3s;
}

.delay-04 {
  -webkit-animation-delay:.4s;
  animation-delay:.4s;
}

.delay-05 {
  -webkit-animation-delay:.5s;
  animation-delay:.5s;
}

.delay-06 {
  -webkit-animation-delay:.6s;
  animation-delay:.6s;
}

.delay-07 {
  -webkit-animation-delay:.7s;
  animation-delay:.7s;
}

.delay-08 {
  -webkit-animation-delay:.8s;
  animation-delay:.8s;
}

.delay-09 {
  -webkit-animation-delay:.9s;
  animation-delay:.9s;
}

.delay-10 {
  -webkit-animation-delay:1s;
  animation-delay:1s;
}

.bg-blue {
  background:var(--dark-blue);
}

/*.shadow {*/
  /*-webkit-box-shadow: 0 29px 111px 0 rgba(137,137,137,.26);*/
  /*box-shadow: 0 29px 111px 0 rgba(137,137,137,.26);*/
/*}*/
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


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

* {
  max-height:1000000px;
}

.gm-style img {
  max-width:none;
}.auth-screen fieldset,
.auth-screen form {
  margin:0;
  padding:0;
  border-style:none;
}

.auth-screen input[type=date],
.auth-screen input[type=email],
.auth-screen input[type=number],
.auth-screen input[type=password],
.auth-screen input[type=search],
.auth-screen input[type=tel],
.auth-screen input[type=text],
.auth-screen input[type=url],
.auth-screen textarea {
  -webkit-appearance:none;
  border:1px solid #d2d7e0;
  border-radius:6px;
  color:#151f26;
  background:0 0;
  padding:var(--form-element-padding);
  width: 100%;
}

.auth-screen input[type=date]:focus,
.auth-screen input[type=email]:focus,
.auth-screen input[type=number]:focus,
.auth-screen input[type=password]:focus,
.auth-screen input[type=search]:focus,
.auth-screen input[type=tel]:focus,
.auth-screen input[type=text]:focus,
.auth-screen input[type=url]:focus,
.auth-screen textarea:focus {
  outline:0;
}

.auth-screen input[type=date]::-webkit-input-placeholder,
.auth-screen input[type=email]::-webkit-input-placeholder,
.auth-screen input[type=number]::-webkit-input-placeholder,
.auth-screen input[type=password]::-webkit-input-placeholder,
.auth-screen input[type=search]::-webkit-input-placeholder,
.auth-screen input[type=tel]::-webkit-input-placeholder,
.auth-screen input[type=text]::-webkit-input-placeholder,
.auth-screen input[type=url]::-webkit-input-placeholder,
.auth-screen textarea::-webkit-input-placeholder {
  color:inherit;
}

.auth-screen input[type=date]::-moz-placeholder,
.auth-screen input[type=email]::-moz-placeholder,
.auth-screen input[type=number]::-moz-placeholder,
.auth-screen input[type=password]::-moz-placeholder,
.auth-screen input[type=search]::-moz-placeholder,
.auth-screen input[type=tel]::-moz-placeholder,
.auth-screen input[type=text]::-moz-placeholder,
.auth-screen input[type=url]::-moz-placeholder,
.auth-screen textarea::-moz-placeholder {
  opacity:1;
  color:inherit;
}

.auth-screen input[type=date]:-moz-placeholder,
.auth-screen input[type=email]:-moz-placeholder,
.auth-screen input[type=number]:-moz-placeholder,
.auth-screen input[type=password]:-moz-placeholder,
.auth-screen input[type=search]:-moz-placeholder,
.auth-screen input[type=tel]:-moz-placeholder,
.auth-screen input[type=text]:-moz-placeholder,
.auth-screen input[type=url]:-moz-placeholder,
.auth-screen textarea:-moz-placeholder {
  color:inherit;
}

.auth-screen input[type=date]:-ms-input-placeholder,
.auth-screen input[type=email]:-ms-input-placeholder,
.auth-screen input[type=number]:-ms-input-placeholder,
.auth-screen input[type=password]:-ms-input-placeholder,
.auth-screen input[type=search]:-ms-input-placeholder,
.auth-screen input[type=tel]:-ms-input-placeholder,
.auth-screen input[type=text]:-ms-input-placeholder,
.auth-screen input[type=url]:-ms-input-placeholder,
.auth-screen textarea:-ms-input-placeholder {
  color:inherit;
}

.auth-screen input[type=date].placeholder,
.auth-screen input[type=email].placeholder,
.auth-screen input[type=number].placeholder,
.auth-screen input[type=password].placeholder,
.auth-screen input[type=search].placeholder,
.auth-screen input[type=tel].placeholder,
.auth-screen input[type=text].placeholder,
.auth-screen input[type=url].placeholder,
.auth-screen textarea.placeholder {
  color:inherit;
}

.auth-screen select {
  -webkit-border-radius: 0;
}

.auth-screen textarea {
  vertical-align:top;
  height:214px;
  max-width:100%;
  resize:none;
}

.auth-screen button,
.auth-screen button.btn,
.auth-screen input.btn,
.auth-screen input[type=button],
.auth-screen input[type=file],
.auth-screen input[type=reset],
.auth-screen input[type=submit] {
  -webkit-appearance:none;
  cursor:pointer;
  border:0;
  line-height:1.2;
  background:var(--red);
  color:var(--white);
  padding:16px 26px;
  letter-spacing:.45px;
}

.auth-screen button img,
.auth-screen button.btn img,
.auth-screen input.btn img,
.auth-screen input[type=button] img,
.auth-screen input[type=file] img,
.auth-screen input[type=reset] img,
.auth-screen input[type=submit] img {
  margin-left:5px;
}

.auth-screen button.btn:hover,
.auth-screen button:hover,
.auth-screen input.btn:hover,
.auth-screen input:hover[type=button],
.auth-screen input:hover[type=file],
.auth-screen input:hover[type=reset],
.auth-screen input:hover[type=submit],
.auth-screen input[type=button]:hover,
.auth-screen input[type=file]:hover,
.auth-screen input[type=reset]:hover,
.auth-screen input[type=submit]:hover {
  opacity:.8;
}

.auth-screen input[type=number]::-webkit-inner-spin-button,
.auth-screen input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0;
}

.auth-screen input[type=number] {
  -moz-appearance:textfield;
}

.auth-screen .input {
  position:relative;
  z-index:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  vertical-align:top;
  width:100%;
}

.select-box {
  width:100%;
  margin-bottom:27px;
}

.select-box .select2 {
  width:100%!important;
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1;
}

.input__field.error,
.select-box select.error ~ .select2.select2-container--default .select2-selection--single {
  border-color:#cd0606;
}

/*.input__field.valid,*/
/*.select-box select.valid~ .select2.select2-container--default .select2-selection--single {*/
  /*border-color:#151f26;*/
/*}*/

.select2 {
  width:100%!important;
}

.select2.select2-container--default .select2-selection--single {
  border:1px solid #dde1ea;
  padding:10px 15px;
  height:52px;
  border-radius:6px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  /*color: #6d7d84;*/
  color: #151f26;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height:52px;
  top:0;
  right:17px;
}

.select2-search--dropdown {
  padding:10px 24px 20px;
  position:relative;
}

.select2-search--dropdown::before {
  content:"";
  /*background:url(../img/img5.png) no-repeat 0 0/contain;*/
  width:15px;
  height:16px;
  display:inline-block;
  position:absolute;
  top:22px;
  left:43px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background:#f4f5f8;
  border:0;
  padding: 5px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background:#fff2ee;
  color:var(--dark-blue);
  border-radius:6px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background:#fff2ee;
  border-radius:6px;
}

.select2-results__option {
  color:var(--dark-blue);
  padding:10px 13px;
}

.auth-screen .input__field {
  position:relative;
  display:block;
  -webkit-transition:background-color var(--duration),border-color var(--duration);
  -o-transition:background-color var(--duration),border-color var(--duration);
  transition:background-color var(--duration),border-color var(--duration);
}

.auth-screen label.error {
  display:block;
  padding:0;
  text-align:right;
  color:#cd0606;
  font-size:12px;
  font-weight:400;
  margin:4px 0 -4px;
}

.auth-screen label.error::before {
  content:"";
  /*background:url(../img/img7.png) no-repeat 0 0/contain;*/
  width:13px;
  height:12px;
  display:inline-block;
  vertical-align:baseline;
  margin-right:6px;
}

select.error ~ .select2-container .select2-dropdown {
  border-color:#cd0606;
}

.auth-screen .input__label,
.auth-screen .input__label-content {
  width:100%;
  color:#6d7d84;
  -webkit-transition-timing-function:ease-in-out;
  -o-transition-timing-function:ease-in-out;
  transition-timing-function:ease-in-out;
}

.auth-screen .input__label {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  text-align:left;
  bottom:100%;
  pointer-events:none;
  overflow:hidden;
  padding:0 25px;
  -webkit-transform:translate3d(0,39px,0);
  transform:translate3d(0,39px,0);
  -webkit-transition:-webkit-transform var(--duration);
  -o-transition:transform var(--duration);
  transition:transform var(--duration);
  transition:transform var(--duration),-webkit-transform var(--duration);
  display:inline-block;
  position:absolute;
}

.auth-screen .input__label-content {
  position:relative;
  display:block;
}

.auth-screen .input__label-content::after {
  content:attr(data-content);
  position:absolute;
  bottom:100%;
  left:0;
  height:100%;
  background:#fff;
  font-size:12px;
  padding:0 5px;
}

.auth-screen .input--filled .input__label--yoshiko,
.auth-screen .input__field--yoshiko:focus ~ .input__label--yoshiko {
  -webkit-transform:translate3d(0,9px,0);
  transform:translate3d(0,9px,0);
  padding:0 20px;
  line-height:.9;
}

.auth-screen .input--filled .input__label-content--yoshiko,
.auth-screen .input__field--yoshiko:focus ~ .input__label--yoshiko .input__label-content--yoshiko {
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0);
}

/*.select2-container--open .select2-dropdown {*/
  /*top:-11px;*/
  /*border-color:#151f26;*/
/*}*/

.select2-container--above+ .select2-container--default .select2-dropdown {
  top:11px;
}

/*.select2.select2-container--open .select2-selection--single {*/
  /*border-color:#151f26;*/
/*}*/

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color:#888 transparent transparent;
  border-style:solid;
  border-width:5px 4px 0;
}

.auth-screen .scrollbar-inner> .scroll-element.scroll-y {
  right:25px;
  width:10px;
}

.auth-screen input[type=file],
.auth-screen input[type=file]::-webkit-file-upload-button {
  cursor:pointer;
}

.auth-screen .h,
.auth-screen .h1,
.auth-screen .h2,
.auth-screen .h3,
.auth-screen .h4,
.auth-screen .h5,
.auth-screen .h6,
.auth-screen h1,
.auth-screen h2,
.auth-screen h3,
.auth-screen h4,
.auth-screen h5,
.auth-screen h6 {
  font-weight:700;
  margin:0 0 20px;
  color:var(--headings-color);
  line-height:1.2;
  font-family:var(--headings-font);
}

.auth-screen .h1,
.auth-screen h1 {
  font-size:var(--h1-font-size);
}

.auth-screen .h2,
.auth-screen h2 {
  font-size:var(--h2-font-size);
}

.auth-screen .h3,
.auth-screen h3 {
  font-size:var(--h3-font-size);
}

.auth-screen .h4,
.auth-screen h4 {
  font-size:var(--h4-font-size);
}

.auth-screen .h5,
.auth-screen h5 {
  font-size:var(--h5-font-size);
}

.auth-screen .h6,
.auth-screen h6 {
  font-size:var(--h6-font-size);
}

.auth-screen p {
  margin:0 0 22px;
}

.scroll-wrapper {
  overflow:hidden!important;
  padding:0!important;
  position:relative;
}

.scroll-wrapper> .scroll-content {
  border:0!important;
  -webkit-box-sizing:content-box!important;
  box-sizing:content-box!important;
  height:auto;
  left:0;
  margin:0;
  max-height:none;
  max-width:none!important;
  overflow:scroll!important;
  padding:0;
  position:relative!important;
  top:0;
  width:auto!important;
}

.scroll-textarea> .scroll-content> textarea::-webkit-scrollbar,
.scroll-wrapper> .scroll-content::-webkit-scrollbar {
  height:0;
  width:0;
}

.scroll-element {
  display:none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display:block;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor:default;
}

.scroll-textarea {
  border:1px solid #ccc;
  border-top-color:#999;
}

.scroll-textarea> .scroll-content {
  overflow:hidden!important;
}

.scroll-textarea> .scroll-content> textarea {
  border:0!important;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  height:100%!important;
  margin:0;
  max-height:none!important;
  max-width:none!important;
  overflow:scroll!important;
  outline:0;
  padding:2px;
  position:relative!important;
  top:0;
  width:100%!important;
}

.scrollbar-inner> .scroll-element,
.scrollbar-inner> .scroll-element div {
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-inner> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-inner> .scroll-element.scroll-x {
  bottom:2px;
  height:8px;
  left:0;
  width:100%;
}

.scrollbar-inner> .scroll-element.scroll-y {
  height:100%;
  right:2px;
  top:0;
  width:8px;
}

.scrollbar-inner> .scroll-element .scroll-element_outer {
  overflow:hidden;
  border-radius:8px;
}

.scrollbar-inner> .scroll-element .scroll-bar,
.scrollbar-inner> .scroll-element .scroll-element_track {
  border-radius:8px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40);
}

.scrollbar-inner> .scroll-element .scroll-element_track {
  background-color:#e0e0e0;
}

.scrollbar-inner> .scroll-element .scroll-bar {
  background-color:#c2c2c2;
}

.scrollbar-inner> .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner> .scroll-element:hover .scroll-bar {
  background-color:#919191;
}

.scrollbar-inner> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left:-12px;
}

.scrollbar-inner> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top:-12px;
}

.scrollbar-inner> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-12px;
}

.scrollbar-inner> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-12px;
}

.scrollbar-outer> .scroll-element,
.scrollbar-outer> .scroll-element div {
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-outer> .scroll-element {
  background-color:#fff;
}

.scrollbar-outer> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-outer> .scroll-element.scroll-x {
  bottom:0;
  height:12px;
  left:0;
  width:100%;
}

.scrollbar-outer> .scroll-element.scroll-y {
  height:100%;
  right:0;
  top:0;
  width:12px;
}

.scrollbar-outer> .scroll-element.scroll-x .scroll-element_outer {
  height:8px;
  top:2px;
}

.scrollbar-outer> .scroll-element.scroll-y .scroll-element_outer {
  left:2px;
  width:8px;
}

.scrollbar-outer> .scroll-element .scroll-element_outer {
  overflow:hidden;
}

.scrollbar-outer> .scroll-element .scroll-element_track {
  background-color:#eee;
}

.scrollbar-outer> .scroll-element .scroll-bar,
.scrollbar-outer> .scroll-element .scroll-element_outer,
.scrollbar-outer> .scroll-element .scroll-element_track {
  border-radius:8px;
}

.scrollbar-outer> .scroll-element .scroll-bar {
  background-color:#d9d9d9;
}

.scrollbar-outer> .scroll-element .scroll-bar:hover {
  background-color:#c2c2c2;
}

.scrollbar-outer> .scroll-element.scroll-draggable .scroll-bar {
  background-color:#919191;
}

.scrollbar-outer> .scroll-content.scroll-scrolly_visible {
  left:-12px;
  margin-left:12px;
}

.scrollbar-outer> .scroll-content.scroll-scrollx_visible {
  top:-12px;
  margin-top:12px;
}

.scrollbar-outer> .scroll-element.scroll-x .scroll-bar {
  min-width:10px;
}

.scrollbar-outer> .scroll-element.scroll-y .scroll-bar {
  min-height:10px;
}

.scrollbar-outer> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left:-14px;
}

.scrollbar-outer> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top:-14px;
}

.scrollbar-outer> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-14px;
}

.scrollbar-outer> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-14px;
}

.scrollbar-macosx> .scroll-element,
.scrollbar-macosx> .scroll-element div {
  background:0 0;
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-macosx> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-macosx> .scroll-element .scroll-element_track {
  display:none;
}

.scrollbar-macosx> .scroll-element .scroll-bar {
  background-color:#6c6e71;
  display:block;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  opacity:0;
  border-radius:7px;
  -webkit-transition:opacity .2s linear;
  -o-transition:opacity .2s linear;
  transition:opacity .2s linear;
}

.scrollbar-macosx:hover> .scroll-element .scroll-bar,
.scrollbar-macosx> .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70);
  opacity:.7;
}

.scrollbar-macosx> .scroll-element.scroll-x {
  bottom:0;
  height:0;
  left:0;
  min-width:100%;
  overflow:visible;
  width:100%;
}

.scrollbar-macosx> .scroll-element.scroll-y {
  height:100%;
  min-height:100%;
  right:0;
  top:0;
  width:0;
}

.scrollbar-macosx> .scroll-element.scroll-x .scroll-bar {
  height:7px;
  min-width:10px;
  top:-9px;
}

.scrollbar-macosx> .scroll-element.scroll-y .scroll-bar {
  left:-9px;
  min-height:10px;
  width:7px;
}

.scrollbar-macosx> .scroll-element.scroll-x .scroll-element_outer {
  left:2px;
}

.scrollbar-macosx> .scroll-element.scroll-x .scroll-element_size {
  left:-4px;
}

.scrollbar-macosx> .scroll-element.scroll-y .scroll-element_outer {
  top:2px;
}

.scrollbar-macosx> .scroll-element.scroll-y .scroll-element_size {
  top:-4px;
}

.scrollbar-macosx> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-11px;
}

.scrollbar-macosx> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-11px;
}

.scrollbar-light> .scroll-element,
.scrollbar-light> .scroll-element div {
  border:0;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-light> .scroll-element {
  background-color:#fff;
}

.scrollbar-light> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-light> .scroll-element .scroll-element_outer {
  border-radius:10px;
}

.scrollbar-light> .scroll-element .scroll-element_size {
  background:#dbdbdb;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear,left top,right top,color-stop(0%,#dbdbdb),color-stop(100%,#e8e8e8));
  background:-webkit-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
  background:-o-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
  background:-webkit-gradient(linear,left top,right top,from(#dbdbdb),to(#e8e8e8));
  background:linear-gradient(to right,#dbdbdb 0%,#e8e8e8 100%);
  border-radius:10px;
}

.scrollbar-light> .scroll-element.scroll-x {
  bottom:0;
  height:17px;
  left:0;
  min-width:100%;
  width:100%;
}

.scrollbar-light> .scroll-element.scroll-y {
  height:100%;
  min-height:100%;
  right:0;
  top:0;
  width:17px;
}

.scrollbar-light> .scroll-element .scroll-bar {
  background:#fefefe;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));
  background:-webkit-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
  background:-o-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
  background:-webkit-gradient(linear,left top,right top,from(#fefefe),to(#f5f5f5));
  background:linear-gradient(to right,#fefefe 0%,#f5f5f5 100%);
  border:1px solid #dbdbdb;
  border-radius:10px;
}

.scrollbar-light> .scroll-content.scroll-scrolly_visible {
  left:-17px;
  margin-left:17px;
}

.scrollbar-light> .scroll-content.scroll-scrollx_visible {
  top:-17px;
  margin-top:17px;
}

.scrollbar-light> .scroll-element.scroll-x .scroll-bar {
  height:10px;
  min-width:10px;
  top:0;
}

.scrollbar-light> .scroll-element.scroll-y .scroll-bar {
  left:0;
  min-height:10px;
  width:10px;
}

.scrollbar-light> .scroll-element.scroll-x .scroll-element_outer {
  height:12px;
  left:2px;
  top:2px;
}

.scrollbar-light> .scroll-element.scroll-x .scroll-element_size {
  left:-4px;
}

.scrollbar-light> .scroll-element.scroll-y .scroll-element_outer {
  left:2px;
  top:2px;
  width:12px;
}

.scrollbar-light> .scroll-element.scroll-y .scroll-element_size {
  top:-4px;
}

.scrollbar-light> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-19px;
}

.scrollbar-light> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-19px;
}

.scrollbar-light> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left:-19px;
}

.scrollbar-light> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top:-19px;
}

.scrollbar-rail> .scroll-element,
.scrollbar-rail> .scroll-element div {
  border:0;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-rail> .scroll-element {
  background-color:#fff;
}

.scrollbar-rail> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-rail> .scroll-element .scroll-element_size {
  background-color:#999;
  background-color:rgba(0,0,0,.3);
}

.scrollbar-rail> .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color:#666;
  background-color:rgba(0,0,0,.5);
}

.scrollbar-rail> .scroll-element.scroll-x {
  bottom:0;
  height:12px;
  left:0;
  min-width:100%;
  padding:3px 0 2px;
  width:100%;
}

.scrollbar-rail> .scroll-element.scroll-y {
  height:100%;
  min-height:100%;
  padding:0 2px 0 3px;
  right:0;
  top:0;
  width:12px;
}

.scrollbar-rail> .scroll-element .scroll-bar {
  background-color:#d0b9a0;
  border-radius:2px;
  -webkit-box-shadow:1px 1px 3px rgba(0,0,0,.5);
  box-shadow:1px 1px 3px rgba(0,0,0,.5);
}

.scrollbar-rail> .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow:1px 1px 3px rgba(0,0,0,.6);
  box-shadow:1px 1px 3px rgba(0,0,0,.6);
}

.scrollbar-rail> .scroll-content.scroll-scrolly_visible {
  left:-17px;
  margin-left:17px;
}

.scrollbar-rail> .scroll-content.scroll-scrollx_visible {
  margin-top:17px;
  top:-17px;
}

.scrollbar-rail> .scroll-element.scroll-x .scroll-bar {
  height:10px;
  min-width:10px;
  top:1px;
}

.scrollbar-rail> .scroll-element.scroll-y .scroll-bar {
  left:1px;
  min-height:10px;
  width:10px;
}

.scrollbar-rail> .scroll-element.scroll-x .scroll-element_outer {
  height:15px;
  left:5px;
}

.scrollbar-rail> .scroll-element.scroll-x .scroll-element_size {
  height:2px;
  left:-10px;
  top:5px;
}

.scrollbar-rail> .scroll-element.scroll-y .scroll-element_outer {
  top:5px;
  width:15px;
}

.scrollbar-rail> .scroll-element.scroll-y .scroll-element_size {
  left:5px;
  top:-10px;
  width:2px;
}

.scrollbar-rail> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-25px;
}

.scrollbar-rail> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-25px;
}

.scrollbar-rail> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left:-25px;
}

.scrollbar-rail> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top:-25px;
}

.scrollbar-dynamic> .scroll-element,
.scrollbar-dynamic> .scroll-element div {
  background:0 0;
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-dynamic> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-dynamic> .scroll-element.scroll-x {
  bottom:2px;
  height:7px;
  left:0;
  min-width:100%;
  width:100%;
}

.scrollbar-dynamic> .scroll-element.scroll-y {
  height:100%;
  min-height:100%;
  right:2px;
  top:0;
  width:7px;
}

.scrollbar-dynamic> .scroll-element .scroll-element_outer {
  opacity:.3;
  border-radius:12px;
}

.scrollbar-dynamic> .scroll-element .scroll-element_size {
  background-color:#ccc;
  opacity:0;
  border-radius:12px;
  -webkit-transition:opacity .2s;
  -o-transition:opacity .2s;
  transition:opacity .2s;
}

.scrollbar-dynamic> .scroll-element .scroll-bar {
  background-color:#6c6e71;
  border-radius:7px;
}

.scrollbar-dynamic> .scroll-element.scroll-x .scroll-bar {
  bottom:0;
  height:7px;
  min-width:24px;
  top:auto;
}

.scrollbar-dynamic> .scroll-element.scroll-y .scroll-bar {
  left:auto;
  min-height:24px;
  right:0;
  width:7px;
}

.scrollbar-dynamic> .scroll-element.scroll-x .scroll-element_outer {
  bottom:0;
  top:auto;
  left:2px;
  -webkit-transition:height .2s;
  -o-transition:height .2s;
  transition:height .2s;
}

.scrollbar-dynamic> .scroll-element.scroll-y .scroll-element_outer {
  left:auto;
  right:0;
  top:2px;
  -webkit-transition:width .2s;
  -o-transition:width .2s;
  transition:width .2s;
}

.scrollbar-dynamic> .scroll-element.scroll-x .scroll-element_size {
  left:-4px;
}

.scrollbar-dynamic> .scroll-element.scroll-y .scroll-element_size {
  top:-4px;
}

.scrollbar-dynamic> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-11px;
}

.scrollbar-dynamic> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-11px;
}

.scrollbar-dynamic> .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic> .scroll-element:hover .scroll-element_outer {
  overflow:hidden;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70);
  opacity:.7;
}

.scrollbar-dynamic> .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic> .scroll-element:hover .scroll-element_outer .scroll-element_size {
  opacity:1;
}

.scrollbar-dynamic> .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic> .scroll-element:hover .scroll-element_outer .scroll-bar {
  height:100%;
  width:100%;
  border-radius:12px;
}

.scrollbar-dynamic> .scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic> .scroll-element.scroll-x:hover .scroll-element_outer {
  height:20px;
  min-height:7px;
}

.scrollbar-dynamic> .scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic> .scroll-element.scroll-y:hover .scroll-element_outer {
  min-width:7px;
  width:20px;
}

.scrollbar-chrome> .scroll-element,
.scrollbar-chrome> .scroll-element div {
  border:0;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  z-index:10;
}

.scrollbar-chrome> .scroll-element {
  background-color:#fff;
}

.scrollbar-chrome> .scroll-element div {
  display:block;
  height:100%;
  left:0;
  top:0;
  width:100%;
}

.scrollbar-chrome> .scroll-element .scroll-element_track {
  background:#f1f1f1;
  border:1px solid #dbdbdb;
}

.scrollbar-chrome> .scroll-element.scroll-x {
  bottom:0;
  height:16px;
  left:0;
  min-width:100%;
  width:100%;
}

.scrollbar-chrome> .scroll-element.scroll-y {
  height:100%;
  min-height:100%;
  right:0;
  top:0;
  width:16px;
}

.scrollbar-chrome> .scroll-element .scroll-bar {
  background-color:#d9d9d9;
  border:1px solid #bdbdbd;
  cursor:default;
  border-radius:2px;
}

.scrollbar-chrome> .scroll-element .scroll-bar:hover {
  background-color:#c2c2c2;
  border-color:#a9a9a9;
}

.scrollbar-chrome> .scroll-element.scroll-draggable .scroll-bar {
  background-color:#919191;
  border-color:#7e7e7e;
}

.scrollbar-chrome> .scroll-content.scroll-scrolly_visible {
  left:-16px;
  margin-left:16px;
}

.scrollbar-chrome> .scroll-content.scroll-scrollx_visible {
  top:-16px;
  margin-top:16px;
}

.scrollbar-chrome> .scroll-element.scroll-x .scroll-bar {
  height:8px;
  min-width:10px;
  top:3px;
}

.scrollbar-chrome> .scroll-element.scroll-y .scroll-bar {
  left:3px;
  min-height:10px;
  width:8px;
}

.scrollbar-chrome> .scroll-element.scroll-x .scroll-element_outer {
  border-left:1px solid #dbdbdb;
}

.scrollbar-chrome> .scroll-element.scroll-x .scroll-element_track {
  height:14px;
  left:-3px;
}

.scrollbar-chrome> .scroll-element.scroll-x .scroll-element_size {
  height:14px;
  left:-4px;
}

.scrollbar-chrome> .scroll-element.scroll-y .scroll-element_outer {
  border-top:1px solid #dbdbdb;
}

.scrollbar-chrome> .scroll-element.scroll-y .scroll-element_track {
  top:-3px;
  width:14px;
}

.scrollbar-chrome> .scroll-element.scroll-y .scroll-element_size {
  top:-4px;
  width:14px;
}

.scrollbar-chrome> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left:-19px;
}

.scrollbar-chrome> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top:-19px;
}

.scrollbar-chrome> .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left:-19px;
}

.scrollbar-chrome> .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top:-19px;
}

.auth-screen iframe {
  border:0;
  max-width:100%;
  margin-bottom:0;
}

.auth-screen address {
  font-style:normal;
}

.auth-screen .wrapper {
  margin:0 auto;
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  height:100%;
}

.auth-screen .footer {
  overflow:hidden;
  display:table-footer-group;
  height:1%;
}

.main-section .btn::before,
.main-section button::before,
.main-section input[type=button]::before,
.main-section input[type=file]::before,
.main-section input[type=reset]::before,
.main-section input[type=submit]::before,
.slider {
  display:none;
}

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

.main-content {
  position:relative;
  min-height:630px;
}

.nav-menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.nav-menu> ul> li> a {
  text-decoration:none;
  display:inline-block;
  padding:7px 9px;
  text-align:center;
}

.nav-menu> ul> li> a:hover {
  text-decoration:underline;
}

.header,
.header-panel {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.header {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:30px 7%;
  position:relative;
}

.header.bg-blue {
  padding-top:35px;
  padding-bottom:35px;
}

.header.bg-blue .button-container span {
  background:var(--white);
}

.header-panel {
  -webkit-box-flex:1;
  -ms-flex:auto;
  flex:auto;
}

.header-panel,
.logo,
.nav-controls {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.logo {
  font-size:0;
  margin-right:24px;
}

.nav-controls {
  font-weight:700;
}

.nav-controls a {
  text-decoration:none;
  margin-left:30px;
}

.nav-controls a:first-child {
  margin-left:0;
}

.nav-controls a:hover {
  text-decoration:underline;
}

.nav-controls a img {
  margin-right:9px;
}

.nav-controls .btn,
.nav-controls button,
.nav-controls input[type=button],
.nav-controls input[type=file],
.nav-controls input[type=reset],
.nav-controls input[type=submit] {
  padding:15px 30px 15px 18px;
  letter-spacing:.5px;
  margin-left:48px;
  background:#eceef3;
}

.main-section a,
.nav-controls .btn:hover,
.nav-controls button:hover,
.nav-controls input:hover[type=button],
.nav-controls input:hover[type=file],
.nav-controls input:hover[type=reset],
.nav-controls input:hover[type=submit] {
  text-decoration:none;
}

.nav-controls .btn img,
.nav-controls button img,
.nav-controls input[type=button] img,
.nav-controls input[type=file] img,
.nav-controls input[type=reset] img,
.nav-controls input[type=submit] img {
  margin-right:12px;
  font-size:0;
  position:relative;
  top:1px;
}

.main-section {
  background:var(--white);
  padding:73px 84px 80px 66px;
}

.main-section.pb-1 {
  padding-bottom:46px;
}

.main-section a {
  position:relative;
}

.btn-link:hover::before,
.change-password:hover::before,
.main-section a:hover::before {
  width:0;
}

.main-section a::before {
  content:"";
  position:absolute;
  -webkit-transition:all var(--duration);
  -o-transition:all var(--duration);
  transition:all var(--duration);
  top:100%;
  left:0;
  right:0;
  width:100%;
  margin:auto;
  height:1px;
  background:var(--red);
}

.main-section .row-title {
  margin-bottom:48px;
  font-size:19px;
}

.main-section .row-title.mb-1 {
  margin-bottom:40px;
}

.main-section .row-title.mb-2 {
  margin-bottom:28px;
}

.content-section .row-title> :last-child,
.main-section .row-title> :last-child,
.section-form .field-items:last-child {
  margin-bottom:0;
}

.main-section .row-title h1 {
  margin-bottom:0;
  line-height:1.38;
}

.change-password {
  position:absolute;
  top:15px;
  right:23px;
  color:#151f26;
  cursor:pointer;
  font-size:12px;
}

.change-password::before {
  content:"";
  -webkit-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
  position:absolute;
  top:calc(100% - 2px);
  left:0;
  right:0;
  margin:auto;
  width:100%;
  height:1px;
  background:var(--red);
}

.field-item-passowrd input {
  padding-right:120px;
}

.fix-top {
  position:relative;
  top:-4px;
}

.content-section {
  padding:80px 66px 71px;
  background:var(--white);
}

.content-section .row-title {
  margin-bottom:34px;
}

.content-section .row-title h1 {
  line-height:1.38;
  margin-bottom:23px;
}

.content-section .row-title p {
  font-size:19px;
}

.content-section .btn,
.content-section button,
.content-section input[type=button],
.content-section input[type=file],
.content-section input[type=reset],
.content-section input[type=submit] {
  padding:13px 17px;
  letter-spacing:.6px;
  margin-bottom:10px;
}

.content-section .btn img,
.content-section button img,
.content-section input[type=button] img,
.content-section input[type=file] img,
.content-section input[type=reset] img,
.content-section input[type=submit] img {
  margin-right:5px;
}

.content-section .section-form span {
  margin:0 15px 10px;
  font-weight:700;
  font-size:14px;
  color:#151f26;
  display:inline-block;
}

.border-top {
  border-top:5px solid var(--red);
}

.section-form .h6 {
  text-transform:uppercase;
  letter-spacing:.6px;
  margin-bottom:17px;
}

.section-form .field-items {
  margin-bottom:32px;
}

.field-item {
  margin-bottom:27px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.field-item,
.holder-fields {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.holder-fields> :first-child {
  padding-right:25px;
}

.holder-fields .input:last-child {
  margin-bottom:27px;
}

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

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

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

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

.field-item-submit {
  margin-top:44px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.field-item-submit.mt-1 {
  margin-top:34px;
}

.field-item-submit> :last-child {
  margin-right:0;
}

.field-item-submit.left-icon button {
  padding:16px 33px 16px 18px;
}

.field-item-submit.left-icon img {
  margin:0 8px 0 0;
}

.field-item-submit .btn,
.field-item-submit button,
.field-item-submit input[type=button],
.field-item-submit input[type=file],
.field-item-submit input[type=reset],
.field-item-submit input[type=submit] {
  margin-right:30px;
  margin-bottom:15px;
  min-width:144px;
}

.field-item-submit a {
  margin-bottom:15px;
}

.form-descr {
  margin-top:24px;
  font-size:15px;
}

.form-descr> :last-child {
  margin-bottom:0;
}

.scrollbar-inner> .scroll-element .scroll-element_track {
  background:#eaecf1;
}

.scrollbar-inner> .scroll-element .scroll-bar {
  background:#151f26;
}

.scrollbar-inner> .scroll-element .scroll-bar,
.scrollbar-inner> .scroll-element .scroll-element_track {
  opacity:1;
}

.scroll-wrapper> .scroll-content {
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
}

.scroll-wrapper> .scroll-content.scroll-scrolly_visible {
  padding-right:40px;
}

.logo-section {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:0;
  margin-bottom:20px;
}

.logo-section-item {
  font-size:0;
}

.logo-section-divider {
  margin:0 15px;
}

.account-box,
.nav-account {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.nav-account {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.account-box {
  margin-left:38px;
  cursor:pointer;
}

.account-box .ava {
  margin-right:8px;
}

.account-link {
  font-size:0;
  padding:10px;
  margin-left:22px;
  -webkit-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
}

.account-link:hover,
.tools-nav a:hover {
  opacity:.7;
}

.ava {
  font-size:0;
  width:42px;
  height:42px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #586167;
}

.account-box-item {
  color:var(--white);
  font-size:15px;
}

.account-box-item img {
  margin-left:10px;
}

.tools-nav {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-left:28px;
  margin-top:2px;
}

.tools-nav a {
  color:var(--white);
  text-decoration:none;
  margin-right:40px;
  -webkit-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
}

.tools-nav a img {
  margin-right:8px;
  position:relative;
  top:2px;
}

.account-ava {
  border-radius:50%;
  overflow:hidden;
  font-size:0;
  display:inline-block;
}

.account-section {
  margin-top:67px;
  margin-bottom:37px;
  margin-left:-7px;
}

.account-section .col-left {
  -webkit-box-flex:0;
  -ms-flex:none;
  flex:none;
  margin-right:33px;
}

.account-section,
.account-section .col-right,
.account-section .top {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.account-section .col-right {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.account-section .top {
  padding-top:9px;
  padding-bottom:8px;
}

.group-box {
  margin-right:50px;
  margin-bottom:10px;
}

.group-box:last-child {
  margin-right:0;
}

.group-box .label {
  text-transform:uppercase;
  font-size:10px;
  color:#6d7d84;
}

.group-box .name {
  font-size:15px;
  color:var(--dark-blue);
  line-height:1.2;
}

.active-st {
  position:relative;
}

.active-st::before {
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#8eec82;
  margin-right:5px;
  display:inline-block;
}

.btn-upload,
.upload-ava {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.btn-upload {
  padding:11px 20px 11px 16px;
  font-size:12px;
  letter-spacing:.6px;
  margin-right:17px;
  position:relative;
  background:var(--btn-background);
  color:var(--btn-color);
  overflow:hidden;
  text-transform:uppercase;
}

.btn-upload:hover input {
  opacity:0;
}

.btn-upload,
.btn-upload * {
  cursor:pointer;
}

.btn-upload img {
  margin-right:9px;
  -webkit-box-flex:0;
  -ms-flex:none;
  flex:none;
}

.btn-upload input {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}

.btn-link {
  text-decoration:none;
  position:relative;
  line-height:1.2;
}

.btn-link::before {
  content:"";
  position:absolute;
  top:calc(100% - 2px);
  left:0;
  right:0;
  margin:auto;
  width:100%;
  height:1px;
  background:var(--red);
  -webkit-transition:all var(--duration);
  -o-transition:all var(--duration);
  transition:all var(--duration);
}

.btn-link,
.copyright {
  font-size:12px;
}

.footer-inner {
  padding:40px 0;
}

.main {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding: 20px 0;
  -webkit-box-flex:1;
  -ms-flex:auto;
  flex:auto;
}

:root {
  --color-mob-btn:var(--dark-blue);
  --button-width:22px;
  --button-height:18px;
}

.button-container {
  cursor:pointer;
  display:none;
  position:relative;
  -webkit-transition:all var(--duration) ease;
  -o-transition:all var(--duration) ease;
  transition:all var(--duration) ease;
  z-index:121;
  -webkit-box-flex:0;
  -ms-flex:none;
  flex:none;
  border-radius:3px;
}

.button-container:hover {
  opacity:.7;
}

.button-container.active .top {
  -webkit-transform:translateY(8px) translateX(0) rotate(45deg);
  -ms-transform:translateY(8px) translateX(0) rotate(45deg);
  transform:translateY(8px) translateX(0) rotate(45deg);
  background:var(--color-mob-btn);
}

.button-container.active .middle {
  opacity:0;
  background:var(--color-mob-btn);
}

.button-container.active .bottom {
  -webkit-transform:translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform:translateY(-8px) translateX(0) rotate(-45deg);
  transform:translateY(-8px) translateX(0) rotate(-45deg);
  background:var(--color-mob-btn);
}

.button-container span {
  background:var(--color-mob-btn);
  border:0;
  cursor:pointer;
  height:3px;
  left:0;
  position:absolute;
  top:0;
  -webkit-transition:all var(--duration);
  -o-transition:all var(--duration);
  transition:all var(--duration);
  width:100%;
  border-radius:3px;
}

.button-container span:nth-of-type(2) {
  top:8px;
}

.button-container span:nth-of-type(3) {
  top:16px;
}

.active-m-menu .header-panel {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  background:var(--white);
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  padding:20px 0 27px;
  z-index:5;
}

.active-m-menu .header.bg-blue .header-panel {
  background:var(--dark-blue);
}

@media (max-width:1399px) {
  .nav-menu> ul> li> a {
    padding:7px 15px;
  }

  .header {
    padding-left:15px;
    padding-right:15px;
  }

  .logo {
    margin-right:15px;
  }

  .nav-controls .btn,
  .nav-controls a,
  .nav-controls button,
  .nav-controls input[type=button],
  .nav-controls input[type=file],
  .nav-controls input[type=reset],
  .nav-controls input[type=submit] {
    margin-left:15px;
  }
}

@media (max-width:1129px) {
  .nav-controls .btn,
  .nav-controls button,
  .nav-controls input[type=button],
  .nav-controls input[type=file],
  .nav-controls input[type=reset],
  .nav-controls input[type=submit] {
    display:inline-block;
  }
}

@media (max-width:1023px) {
  .auth-screen .h1,
  .auth-screen h1 {
    --h1-font-size:36px;
  }

  .auth-screen .h2,
  .auth-screen h2 {
    --h2-font-size:32px;
  }

  .nav-menu> ul {
    margin-right:0;
    text-align:center;
    margin-bottom:40px;
  }

  .header-panel {
    -webkit-box-shadow:0 20px 20px rgba(0,0,0,.03);
    box-shadow:0 20px 20px rgba(0,0,0,.03);
    display:none;
  }

  .nav-controls,
  .nav-menu> ul {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }

  .nav-controls a {
    margin-left:0;
    margin-bottom:20px;
  }

  .nav-controls .btn,
  .nav-controls button,
  .nav-controls input[type=button],
  .nav-controls input[type=file],
  .nav-controls input[type=reset],
  .nav-controls input[type=submit] {
    margin-left:0;
    margin-bottom:0;
  }

  .account-box,
  .nav-account {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .account-box {
    margin:20px 0 0;
    width:100%;
  }

  .account-link {
    margin:0 20px;
    display:inline-block;
  }

  .tools-nav {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin:0 0 40px;
  }

  .tools-nav a {
    margin:0 0 15px;
  }

  .tools-nav a:last-child {
    margin:0;
  }

  .button-container {
    display:inline-block;
    width:var(--button-width);
    height:var(--button-height);
    margin-left:auto;
  }
}

@media (max-width:767px) {
  .auth-screen .h1,
  .auth-screen h1 {
    --h1-font-size:30px;
  }

  .content-section,
  .main-section {
    padding:40px;
  }

  .main-section .row-title {
    font-size:16px;
    margin-bottom:30px;
  }

  .content-section .row-title p {
    font-size:16px;
  }

  .section-form .h6 {
    margin-bottom:10px;
  }

  .field-item-submit {
    margin-top:30px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .account-ava {
    margin-bottom:15px;
  }

  .account-section {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin:30px 0;
  }

  .account-section .col-left {
    margin-right:0;
  }

  .account-section .top {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .group-box {
    margin-right:30px;
  }

  .main {
    padding:35px 0 40px;
  }
}

@media (max-width:666px) {
  input[type=file] {
    max-width:100%;
  }
}

@media (max-width:479px) {
  .auth-screen .btn,
  .auth-screen button,
  .auth-screen button.btn,
  .auth-screen input.btn,
  .auth-screen input[type=button],
  .auth-screen input[type=file],
  .auth-screen input[type=reset],
  .auth-screen input[type=submit] {
    --btn-padding:15px;
  }

  .auth-screen button,
  .auth-screen button.btn,
  .auth-screen input.btn,
  .auth-screen input[type=button],
  .auth-screen input[type=file],
  .auth-screen input[type=reset],
  .auth-screen input[type=submit] {
    padding:15px;
  }

  .content-section .btn,
  .content-section button,
  .content-section input[type=button],
  .content-section input[type=file],
  .content-section input[type=reset],
  .content-section input[type=submit] {
    padding:15px;
    width:100%;
  }

  .content-section .section-form {
    text-align:center;
  }

  .field-item,
  .holder-fields {
    margin-bottom:15px;
  }

  .holder-fields {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .holder-fields> :first-child {
    padding-right:0;
    margin-bottom:15px;
  }

  .holder-fields .input:last-child {
    margin-bottom:0;
  }

  .w-24,
  .w-32,
  .w-68,
  .w-76 {
    width:100%;
  }
}

@media (max-width:375px) {
  .content-section,
  .main-section {
    padding:30px 15px;
  }
}

@media (max-width:1129px) and (min-width:1024px) {
  .nav-controls a {
    display:none;
  }
}

.auth-screen em.invalid {
  color: red;
}

.api-button-loading-icon {
  width: 32px;
  height: 32px;
  float: left;
  background: url(/vendors/pageloader/images/loader5.GIF) no-repeat;
}

.api-flex-button {
  height: 32px;
  display: flex;
  column-gap: 18px;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}


.ef4-please-wait {
  position: relative;
  width: 80px !important;
}
.auth-screen a.btn.bc-step-0-create, .auth-screen a.btn.bc-step-0-link{
      font-size: 13px;
}

.auth-screen .bc-step-0-link img { padding-top: 4px; }




.select2-container--default .select2-results > .select2-results__options {
  max-height:240px;
}
.select2-results {
  padding: 0 10px 0 10px;
  margin-top: 5px;
}

/*.select2-container--default .select2-results > .select2-results__options {*/
  /*max-height: 195px;*/
  /*overflow-y: auto;*/
/*}*/

