/*
	Stylesheet: Golden Spiral Custom
*/
@charset "UTF-8";
/*
	Header List Generator
	By: Kyle Numann
	----------------------------------------------
	enter the size list (with unit type) and the desired element name (or class), and get a numbered list of headers with font sizes
	example:	@include header-sizes((48em, 32px, 16vw), '.test');
	result:
		.test1 { font-size:3em; }
		.test2 { font-size:2px; }
		.test3 { font-size:1vw; }
*/
/*
 *	Spacing Variables
 *
 *  To edit, update these multiplier values, or add new values to the end
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #444446;
  --secondary: gray;
  --success: #00c800;
  --info: #0000c8;
  --warning: #c8c800;
  --danger: #c80000;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #444446;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1e1e1f;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .gfield_label, .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field textarea::placeholder, .h4, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title, .h5, .hs-form .hs-form-field label, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
  font-size: 1.75rem;
}

.gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
  font-size: 1.75rem;
}

h3, .h3, .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .gfield_label, .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field textarea::placeholder {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
    font-size: calc(1.3rem + 0.6vw);
  }
  .gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
    font-size: calc(1.3rem + 0.6vw);
  }
  h3, .h3, .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .gfield_label, .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field textarea::placeholder {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5, .h5, .hs-form .hs-form-field label {
  font-size: 1.25rem;
}

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small,
footer .sub-footer ul > li > span,
footer .sub-footer ul > li > a,
.expandable-content.read-more .expandable-content-trigger {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

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

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

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

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

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

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

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

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

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

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.1666666667%;
}

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

.offset-15 {
  margin-left: 62.5%;
}

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

.offset-17 {
  margin-left: 70.8333333333%;
}

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

.offset-19 {
  margin-left: 79.1666666667%;
}

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

.offset-21 {
  margin-left: 87.5%;
}

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

.offset-23 {
  margin-left: 95.8333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

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

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

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

  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

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

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }

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

  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }

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

  .offset-sm-15 {
    margin-left: 62.5%;
  }

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

  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }

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

  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }

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

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

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

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

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

  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

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

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 45.8333333333%;
  }

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

  .offset-md-13 {
    margin-left: 54.1666666667%;
  }

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

  .offset-md-15 {
    margin-left: 62.5%;
  }

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

  .offset-md-17 {
    margin-left: 70.8333333333%;
  }

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

  .offset-md-19 {
    margin-left: 79.1666666667%;
  }

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

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

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

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

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

  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

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

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }

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

  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }

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

  .offset-lg-15 {
    margin-left: 62.5%;
  }

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

  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }

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

  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }

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

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

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

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

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

  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

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

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }

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

  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }

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

  .offset-xl-15 {
    margin-left: 62.5%;
  }

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

  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }

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

  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }

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

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
.table, .mce-content-body table,
.wysiwyg table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, .mce-content-body table th,
.wysiwyg table th,
.table td,
.mce-content-body table td,
.wysiwyg table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .mce-content-body table thead th,
.wysiwyg table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .mce-content-body table tbody + tbody,
.wysiwyg table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbcbcb;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9e9e9f;
}

.table-hover .table-primary:hover {
  background-color: #bebebe;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bebebe;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dbdbdb;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bdbdbd;
}

.table-hover .table-secondary:hover {
  background-color: #cecece;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cecece;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f0b8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ae27a;
}

.table-hover .table-success:hover {
  background-color: #a3eca3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3eca3;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8b8f0;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7a7ae2;
}

.table-hover .table-info:hover {
  background-color: #a3a3ec;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a3a3ec;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f0f0b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #e2e27a;
}

.table-hover .table-warning:hover {
  background-color: #ececa3;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ececa3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f0b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e27a7a;
}

.table-hover .table-danger:hover {
  background-color: #eca3a3;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eca3a3;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .mce-content-body table .thead-dark th,
.wysiwyg table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .mce-content-body table .thead-light th,
.wysiwyg table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

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

.bg-primary, .hs-blog-listing .after-listing-section {
  background-color: #444446 !important;
}

a.bg-primary:hover, .hs-blog-listing a.after-listing-section:hover, a.bg-primary:focus, .hs-blog-listing a.after-listing-section:focus,
button.bg-primary:hover,
.hs-blog-listing button.after-listing-section:hover,
button.bg-primary:focus,
.hs-blog-listing button.after-listing-section:focus {
  background-color: #2b2b2c !important;
}

.bg-secondary {
  background-color: gray !important;
}

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

.bg-success {
  background-color: #00c800 !important;
}

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

.bg-info {
  background-color: #0000c8 !important;
}

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

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

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

.bg-danger {
  background-color: #c80000 !important;
}

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

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

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

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

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

.bg-gradient-primary {
  background: #444446 linear-gradient(180deg, #606062, #444446) repeat-x !important;
}

.bg-gradient-secondary {
  background: gray linear-gradient(180deg, #939393, gray) repeat-x !important;
}

.bg-gradient-success {
  background: #00c800 linear-gradient(180deg, #26d026, #00c800) repeat-x !important;
}

.bg-gradient-info {
  background: #0000c8 linear-gradient(180deg, #2626d0, #0000c8) repeat-x !important;
}

.bg-gradient-warning {
  background: #c8c800 linear-gradient(180deg, #d0d026, #c8c800) repeat-x !important;
}

.bg-gradient-danger {
  background: #c80000 linear-gradient(180deg, #d02626, #c80000) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #444446 !important;
}

.border-secondary {
  border-color: gray !important;
}

.border-success {
  border-color: #00c800 !important;
}

.border-info {
  border-color: #0000c8 !important;
}

.border-warning {
  border-color: #c8c800 !important;
}

.border-danger {
  border-color: #c80000 !important;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n12,
.mx-n12 {
  margin-left: -136rem !important;
}

.m-n13 {
  margin: -220rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -220rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -220rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -220rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -220rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4rem !important;
  }

  .m-sm-7 {
    margin: 5rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 5rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 5rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 5rem !important;
  }

  .m-sm-8 {
    margin: 6.25rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 6.25rem !important;
  }

  .m-sm-9 {
    margin: 7.5rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 7.5rem !important;
  }

  .m-sm-10 {
    margin: 9.375rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 9.375rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 9.375rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 9.375rem !important;
  }

  .m-sm-11 {
    margin: 84rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 84rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 84rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 84rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 84rem !important;
  }

  .m-sm-12 {
    margin: 136rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 136rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 136rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 136rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 136rem !important;
  }

  .m-sm-13 {
    margin: 220rem !important;
  }

  .mt-sm-13,
.my-sm-13 {
    margin-top: 220rem !important;
  }

  .mr-sm-13,
.mx-sm-13 {
    margin-right: 220rem !important;
  }

  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 220rem !important;
  }

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 220rem !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4rem !important;
  }

  .p-sm-7 {
    padding: 5rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 5rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 5rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 5rem !important;
  }

  .p-sm-8 {
    padding: 6.25rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 6.25rem !important;
  }

  .p-sm-9 {
    padding: 7.5rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 7.5rem !important;
  }

  .p-sm-10 {
    padding: 9.375rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 9.375rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 9.375rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 9.375rem !important;
  }

  .p-sm-11 {
    padding: 84rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 84rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 84rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 84rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 84rem !important;
  }

  .p-sm-12 {
    padding: 136rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 136rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 136rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 136rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 136rem !important;
  }

  .p-sm-13 {
    padding: 220rem !important;
  }

  .pt-sm-13,
.py-sm-13 {
    padding-top: 220rem !important;
  }

  .pr-sm-13,
.px-sm-13 {
    padding-right: 220rem !important;
  }

  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 220rem !important;
  }

  .pl-sm-13,
.px-sm-13 {
    padding-left: 220rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n6 {
    margin: -4rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4rem !important;
  }

  .m-sm-n7 {
    margin: -5rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -5rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -5rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -5rem !important;
  }

  .m-sm-n8 {
    margin: -6.25rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n9 {
    margin: -7.5rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n10 {
    margin: -9.375rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -9.375rem !important;
  }

  .m-sm-n11 {
    margin: -84rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -84rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -84rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -84rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -84rem !important;
  }

  .m-sm-n12 {
    margin: -136rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -136rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -136rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -136rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -136rem !important;
  }

  .m-sm-n13 {
    margin: -220rem !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -220rem !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -220rem !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -220rem !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -220rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4rem !important;
  }

  .m-md-7 {
    margin: 5rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 5rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 5rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 5rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 5rem !important;
  }

  .m-md-8 {
    margin: 6.25rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 6.25rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 6.25rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 6.25rem !important;
  }

  .m-md-9 {
    margin: 7.5rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 7.5rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 7.5rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 7.5rem !important;
  }

  .m-md-10 {
    margin: 9.375rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 9.375rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 9.375rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 9.375rem !important;
  }

  .m-md-11 {
    margin: 84rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 84rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 84rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 84rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 84rem !important;
  }

  .m-md-12 {
    margin: 136rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 136rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 136rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 136rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 136rem !important;
  }

  .m-md-13 {
    margin: 220rem !important;
  }

  .mt-md-13,
.my-md-13 {
    margin-top: 220rem !important;
  }

  .mr-md-13,
.mx-md-13 {
    margin-right: 220rem !important;
  }

  .mb-md-13,
.my-md-13 {
    margin-bottom: 220rem !important;
  }

  .ml-md-13,
.mx-md-13 {
    margin-left: 220rem !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4rem !important;
  }

  .p-md-7 {
    padding: 5rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 5rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 5rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 5rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 5rem !important;
  }

  .p-md-8 {
    padding: 6.25rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 6.25rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 6.25rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 6.25rem !important;
  }

  .p-md-9 {
    padding: 7.5rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 7.5rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 7.5rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 7.5rem !important;
  }

  .p-md-10 {
    padding: 9.375rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 9.375rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 9.375rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 9.375rem !important;
  }

  .p-md-11 {
    padding: 84rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 84rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 84rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 84rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 84rem !important;
  }

  .p-md-12 {
    padding: 136rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 136rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 136rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 136rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 136rem !important;
  }

  .p-md-13 {
    padding: 220rem !important;
  }

  .pt-md-13,
.py-md-13 {
    padding-top: 220rem !important;
  }

  .pr-md-13,
.px-md-13 {
    padding-right: 220rem !important;
  }

  .pb-md-13,
.py-md-13 {
    padding-bottom: 220rem !important;
  }

  .pl-md-13,
.px-md-13 {
    padding-left: 220rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n6 {
    margin: -4rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -4rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4rem !important;
  }

  .m-md-n7 {
    margin: -5rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -5rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -5rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -5rem !important;
  }

  .m-md-n8 {
    margin: -6.25rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -6.25rem !important;
  }

  .m-md-n9 {
    margin: -7.5rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -7.5rem !important;
  }

  .m-md-n10 {
    margin: -9.375rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -9.375rem !important;
  }

  .m-md-n11 {
    margin: -84rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -84rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -84rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -84rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -84rem !important;
  }

  .m-md-n12 {
    margin: -136rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -136rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -136rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -136rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -136rem !important;
  }

  .m-md-n13 {
    margin: -220rem !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -220rem !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -220rem !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -220rem !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -220rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4rem !important;
  }

  .m-lg-7 {
    margin: 5rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 5rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 5rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 5rem !important;
  }

  .m-lg-8 {
    margin: 6.25rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 6.25rem !important;
  }

  .m-lg-9 {
    margin: 7.5rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 7.5rem !important;
  }

  .m-lg-10 {
    margin: 9.375rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 9.375rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 9.375rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 9.375rem !important;
  }

  .m-lg-11 {
    margin: 84rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 84rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 84rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 84rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 84rem !important;
  }

  .m-lg-12 {
    margin: 136rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 136rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 136rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 136rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 136rem !important;
  }

  .m-lg-13 {
    margin: 220rem !important;
  }

  .mt-lg-13,
.my-lg-13 {
    margin-top: 220rem !important;
  }

  .mr-lg-13,
.mx-lg-13 {
    margin-right: 220rem !important;
  }

  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 220rem !important;
  }

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 220rem !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4rem !important;
  }

  .p-lg-7 {
    padding: 5rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 5rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 5rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 5rem !important;
  }

  .p-lg-8 {
    padding: 6.25rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 6.25rem !important;
  }

  .p-lg-9 {
    padding: 7.5rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 7.5rem !important;
  }

  .p-lg-10 {
    padding: 9.375rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 9.375rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 9.375rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 9.375rem !important;
  }

  .p-lg-11 {
    padding: 84rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 84rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 84rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 84rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 84rem !important;
  }

  .p-lg-12 {
    padding: 136rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 136rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 136rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 136rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 136rem !important;
  }

  .p-lg-13 {
    padding: 220rem !important;
  }

  .pt-lg-13,
.py-lg-13 {
    padding-top: 220rem !important;
  }

  .pr-lg-13,
.px-lg-13 {
    padding-right: 220rem !important;
  }

  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 220rem !important;
  }

  .pl-lg-13,
.px-lg-13 {
    padding-left: 220rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n6 {
    margin: -4rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4rem !important;
  }

  .m-lg-n7 {
    margin: -5rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -5rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -5rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -5rem !important;
  }

  .m-lg-n8 {
    margin: -6.25rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n9 {
    margin: -7.5rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n10 {
    margin: -9.375rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -9.375rem !important;
  }

  .m-lg-n11 {
    margin: -84rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -84rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -84rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -84rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -84rem !important;
  }

  .m-lg-n12 {
    margin: -136rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -136rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -136rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -136rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -136rem !important;
  }

  .m-lg-n13 {
    margin: -220rem !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -220rem !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -220rem !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -220rem !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -220rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4rem !important;
  }

  .m-xl-7 {
    margin: 5rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 5rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 5rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 5rem !important;
  }

  .m-xl-8 {
    margin: 6.25rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 6.25rem !important;
  }

  .m-xl-9 {
    margin: 7.5rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 7.5rem !important;
  }

  .m-xl-10 {
    margin: 9.375rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 9.375rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 9.375rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 9.375rem !important;
  }

  .m-xl-11 {
    margin: 84rem !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 84rem !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 84rem !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 84rem !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 84rem !important;
  }

  .m-xl-12 {
    margin: 136rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 136rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 136rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 136rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 136rem !important;
  }

  .m-xl-13 {
    margin: 220rem !important;
  }

  .mt-xl-13,
.my-xl-13 {
    margin-top: 220rem !important;
  }

  .mr-xl-13,
.mx-xl-13 {
    margin-right: 220rem !important;
  }

  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 220rem !important;
  }

  .ml-xl-13,
.mx-xl-13 {
    margin-left: 220rem !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 5rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 5rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 5rem !important;
  }

  .p-xl-8 {
    padding: 6.25rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 6.25rem !important;
  }

  .p-xl-9 {
    padding: 7.5rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 7.5rem !important;
  }

  .p-xl-10 {
    padding: 9.375rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 9.375rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 9.375rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 9.375rem !important;
  }

  .p-xl-11 {
    padding: 84rem !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 84rem !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 84rem !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 84rem !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 84rem !important;
  }

  .p-xl-12 {
    padding: 136rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 136rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 136rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 136rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 136rem !important;
  }

  .p-xl-13 {
    padding: 220rem !important;
  }

  .pt-xl-13,
.py-xl-13 {
    padding-top: 220rem !important;
  }

  .pr-xl-13,
.px-xl-13 {
    padding-right: 220rem !important;
  }

  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 220rem !important;
  }

  .pl-xl-13,
.px-xl-13 {
    padding-left: 220rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4rem !important;
  }

  .m-xl-n7 {
    margin: -5rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -5rem !important;
  }

  .m-xl-n8 {
    margin: -6.25rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -6.25rem !important;
  }

  .m-xl-n9 {
    margin: -7.5rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -7.5rem !important;
  }

  .m-xl-n10 {
    margin: -9.375rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -9.375rem !important;
  }

  .m-xl-n11 {
    margin: -84rem !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -84rem !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -84rem !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -84rem !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -84rem !important;
  }

  .m-xl-n12 {
    margin: -136rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -136rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -136rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -136rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -136rem !important;
  }

  .m-xl-n13 {
    margin: -220rem !important;
  }

  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -220rem !important;
  }

  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -220rem !important;
  }

  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -220rem !important;
  }

  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -220rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, .hs-blog-listing .after-listing-section {
  color: #fff !important;
}

.text-primary {
  color: #444446 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1e1e1f !important;
}

.text-secondary {
  color: gray !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #5a5a5a !important;
}

.text-success {
  color: #00c800 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #007c00 !important;
}

.text-info {
  color: #0000c8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #00007c !important;
}

.text-warning {
  color: #c8c800 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #7c7c00 !important;
}

.text-danger {
  color: #c80000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #7c0000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dae0e5 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cbd3da !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #545b62 !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #1d2124 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}

.bg-gradient-gray-100 {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-gray-200 {
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x !important;
}

.bg-gradient-gray-300 {
  background: #dee2e6 linear-gradient(180deg, #e3e6ea, #dee2e6) repeat-x !important;
}

.bg-gradient-gray-400 {
  background: #ced4da linear-gradient(180deg, #d5dae0, #ced4da) repeat-x !important;
}

.bg-gradient-gray-500 {
  background: #adb5bd linear-gradient(180deg, #b9c0c7, #adb5bd) repeat-x !important;
}

.bg-gradient-gray-600 {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

.bg-gradient-gray-700 {
  background: #495057 linear-gradient(180deg, #646a70, #495057) repeat-x !important;
}

.bg-gradient-gray-800 {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

.bg-gradient-gray-900 {
  background: #212529 linear-gradient(180deg, #424649, #212529) repeat-x !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: "Loading...";
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html.wf-loading .gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .gform_wrapper.gravity-theme .ginput_container html.wf-loading input::-moz-placeholder, html.wf-loading .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field html.wf-loading input::-moz-placeholder, html.wf-loading .hs-form .hs-form-field textarea::-moz-placeholder, .hs-form .hs-form-field html.wf-loading textarea::-moz-placeholder {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html.wf-loading .gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .gform_wrapper.gravity-theme .ginput_container html.wf-loading input:-ms-input-placeholder, html.wf-loading .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field html.wf-loading input:-ms-input-placeholder, html.wf-loading .hs-form .hs-form-field textarea:-ms-input-placeholder, .hs-form .hs-form-field html.wf-loading textarea:-ms-input-placeholder {
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html.wf-loading h1, html.wf-loading .h1,
html.wf-loading h2, html.wf-loading .h2,
html.wf-loading h3, html.wf-loading .h3, html.wf-loading .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .ginput_container html.wf-loading input::placeholder, html.wf-loading .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme html.wf-loading .gfield_label, html.wf-loading .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field html.wf-loading input::placeholder, html.wf-loading .hs-form .hs-form-field textarea::placeholder, .hs-form .hs-form-field html.wf-loading textarea::placeholder,
html.wf-loading h4, html.wf-loading .h4, html.wf-loading .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title, .hs-rss-module .hs-rss-item .hs-rss-item-text html.wf-loading .hs-rss-title,
html.wf-loading h5, html.wf-loading .h5, html.wf-loading .hs-form .hs-form-field label, .hs-form .hs-form-field html.wf-loading label,
html.wf-loading a, html.wf-loading p, html.wf-loading span {
  transition: all 0.3s ease;
}
html.wf-active .gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .gform_wrapper.gravity-theme .ginput_container html.wf-active input::-moz-placeholder, html.wf-active .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field html.wf-active input::-moz-placeholder, html.wf-active .hs-form .hs-form-field textarea::-moz-placeholder, .hs-form .hs-form-field html.wf-active textarea::-moz-placeholder {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
html.wf-active .gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .gform_wrapper.gravity-theme .ginput_container html.wf-active input:-ms-input-placeholder, html.wf-active .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field html.wf-active input:-ms-input-placeholder, html.wf-active .hs-form .hs-form-field textarea:-ms-input-placeholder, .hs-form .hs-form-field html.wf-active textarea:-ms-input-placeholder {
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
html.wf-active h1, html.wf-active .h1,
html.wf-active h2, html.wf-active .h2,
html.wf-active h3, html.wf-active .h3, html.wf-active .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .ginput_container html.wf-active input::placeholder, html.wf-active .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme html.wf-active .gfield_label, html.wf-active .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field html.wf-active input::placeholder, html.wf-active .hs-form .hs-form-field textarea::placeholder, .hs-form .hs-form-field html.wf-active textarea::placeholder,
html.wf-active h4, html.wf-active .h4, html.wf-active .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title, .hs-rss-module .hs-rss-item .hs-rss-item-text html.wf-active .hs-rss-title,
html.wf-active h5, html.wf-active .h5, html.wf-active .hs-form .hs-form-field label, .hs-form .hs-form-field html.wf-active label,
html.wf-active a, html.wf-active p, html.wf-active span {
  transition: all 0.3s ease;
  opacity: 1;
}
html.slideout-open .iOS-device, html.mobile-menu-open .iOS-device {
  position: fixed;
  width: 100%;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
}
.searching body {
  overflow: hidden;
}

main {
  position: relative;
}

.gs-module {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  display: flow-root;
}
@media screen and (min-width: 992px) {
  .gs-module {
    padding-left: 0;
    padding-right: 0;
  }
}

.gs-module-container,
.gs-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
@media screen and (min-width: 1560px) {
  .gs-module-container,
.gs-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px;
  }
}

.gs-module-container {
  position: relative;
  z-index: 1;
}

@keyframes ellipses {
  0% {
    content: "";
    text-align: left;
  }
  20% {
    content: ".";
    text-align: left;
  }
  40% {
    content: "..";
    text-align: left;
  }
  60% {
    content: "...";
    text-align: right;
  }
  80% {
    content: "..";
    text-align: right;
  }
  100% {
    content: ".";
    text-align: right;
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(52, 58, 64, 0.54);
  z-index: 98;
  display: none;
}
.searching .overlay {
  display: block;
  background-color: rgba(52, 58, 64, 0.14);
}
.searching .overlay:after {
  content: "";
  animation: ellipses 2s infinite;
  display: inline-block;
  height: 20px;
  width: 14.8px;
  text-align: left;
}

img[src=""] {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

svg {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
svg .nodeLineOutline {
  stroke: currentColor;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.box-shadow, .featured-list-module .featured-list-list, .card, .pagination .pagination-previous,
.pagination .pagination-next {
  box-shadow: 0 2px 4px 0 rgba(52, 58, 64, 0.35);
}

.rounded-corners {
  border-radius: 4px;
}

.container {
  max-width: 1440px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 550px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.absolute-fill {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.absolute-filla {
  z-index: 100;
}

.slick-dots {
  max-width: 90%;
  bottom: 4rem;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li button:before {
  content: "";
  opacity: 0.46;
  border: solid 2px #343a40;
  background-color: transparent;
  border-radius: 50%;
  transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #343a40;
}
.bg-gradient-secondary .slick-dots li button:before {
  border-color: #fff;
}
.bg-gradient-secondary .slick-dots li.slick-active button:before {
  background-color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pagination .pagination-previous,
.pagination .pagination-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.pagination .pagination-previous:before,
.pagination .pagination-next:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  left: -1.2rem;
  right: -1.2rem;
}
.pagination .pagination-previous {
  margin-right: 1.2rem;
}
.pagination .pagination-next {
  margin-left: 1.2rem;
}
.pagination > *:not(.pagination-previous):not(.pagination-next) {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  display: block;
  background-color: #fff;
}

.force-lowercase {
  text-transform: lowercase !important;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Components */
.card {
  background: #f8f9fa;
}

.gs-grid {
  position: absolute;
  max-width: none;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 98;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
@media screen and (min-width: 1560px) {
  .gs-grid {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
.gs-grid > .gs-row {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.gs-grid > .gs-row > * {
  flex-basis: 4.1666666667%;
  max-width: 4.1666666667%;
  width: 100%;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #ccc;
}
.gs-grid > .gs-row > *:first-child {
  margin-left: 0;
}
.gs-grid > .gs-row > *:last-child {
  margin-right: 0;
}

.gallery .gallery-item {
  margin: 0;
}
.gallery .gallery-item .gallery-icon {
  padding: 2rem;
}
.gallery .gallery-item .gallery-icon img {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item .gallery-icon {
    padding: 1rem;
  }
}

body {
  font-family: "Work Sans", "arial", sans-serif;
  font-size: 16px;
  color: #444446;
  font-weight: normal;
  line-height: 1.4;
}

/**
* HEADINGS & SUB-HEADINGS ----------------------------------------------
**/
.gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
  font-family: "Outfit", "arial", sans-serif;
  color: #444446;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
  font-family: "Outfit", "arial", sans-serif;
  color: #444446;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.header-base, .h1,
.h2,
.h3,
.gform_wrapper.gravity-theme .ginput_container input::placeholder,
.gform_wrapper.gravity-theme .gfield_label,
.hs-form .hs-form-field input::placeholder,
.hs-form .hs-form-field textarea::placeholder,
.h4,
.hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title,
.h5,
.hs-form .hs-form-field label, h1,
h2,
h3,
h4,
h5 {
  font-family: "Outfit", "arial", sans-serif;
  color: #444446;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.gform_wrapper.gravity-theme .ginput_container input:first-child::-moz-placeholder, .hs-form .hs-form-field input:first-child::-moz-placeholder, .hs-form .hs-form-field textarea:first-child::-moz-placeholder {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .ginput_container input:first-child:-ms-input-placeholder, .hs-form .hs-form-field input:first-child:-ms-input-placeholder, .hs-form .hs-form-field textarea:first-child:-ms-input-placeholder {
  margin-top: 0;
}
.header-base:first-child, .h1:first-child,
.h2:first-child,
.h3:first-child,
.gform_wrapper.gravity-theme .ginput_container input:first-child::placeholder,
.gform_wrapper.gravity-theme .gfield_label:first-child,
.hs-form .hs-form-field input:first-child::placeholder,
.hs-form .hs-form-field textarea:first-child::placeholder,
.h4:first-child,
.hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title:first-child,
.h5:first-child,
.hs-form .hs-form-field label:first-child, h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .ginput_container .s1 + input::-moz-placeholder, .hs-form .hs-form-field .s1 + input::-moz-placeholder, .hs-form .hs-form-field .s1 + textarea::-moz-placeholder, .gform_wrapper.gravity-theme .ginput_container .s2 + input::-moz-placeholder, .hs-form .hs-form-field .s2 + input::-moz-placeholder, .hs-form .hs-form-field .s2 + textarea::-moz-placeholder, .gform_wrapper.gravity-theme .ginput_container .s3 + input::-moz-placeholder, .hs-form .hs-form-field .s3 + input::-moz-placeholder, .hs-form .hs-form-field .s3 + textarea::-moz-placeholder, .gform_wrapper.gravity-theme .ginput_container .s4 + input::-moz-placeholder, .hs-form .hs-form-field .s4 + input::-moz-placeholder, .hs-form .hs-form-field .s4 + textarea::-moz-placeholder {
  margin-top: 0.2em;
}
.gform_wrapper.gravity-theme .ginput_container .s1 + input:-ms-input-placeholder, .hs-form .hs-form-field .s1 + input:-ms-input-placeholder, .hs-form .hs-form-field .s1 + textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .ginput_container .s2 + input:-ms-input-placeholder, .hs-form .hs-form-field .s2 + input:-ms-input-placeholder, .hs-form .hs-form-field .s2 + textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .ginput_container .s3 + input:-ms-input-placeholder, .hs-form .hs-form-field .s3 + input:-ms-input-placeholder, .hs-form .hs-form-field .s3 + textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .ginput_container .s4 + input:-ms-input-placeholder, .hs-form .hs-form-field .s4 + input:-ms-input-placeholder, .hs-form .hs-form-field .s4 + textarea:-ms-input-placeholder {
  margin-top: 0.2em;
}
.s1 + .header-base, .s1 + .h1,
.s1 + .h2,
.s1 + .h3,
.gform_wrapper.gravity-theme .ginput_container .s1 + input::placeholder,
.gform_wrapper.gravity-theme .s1 + .gfield_label,
.hs-form .hs-form-field .s1 + input::placeholder,
.hs-form .hs-form-field .s1 + textarea::placeholder,
.s1 + .h4,
.hs-rss-module .hs-rss-item .hs-rss-item-text .s1 + .hs-rss-title,
.s1 + .h5,
.hs-form .hs-form-field .s1 + label, .s1 + h1,
.s1 + h2,
.s1 + h3,
.s1 + h4,
.s1 + h5, .s2 + .header-base, .s2 + .h1,
.s2 + .h2,
.s2 + .h3,
.gform_wrapper.gravity-theme .ginput_container .s2 + input::placeholder,
.gform_wrapper.gravity-theme .s2 + .gfield_label,
.hs-form .hs-form-field .s2 + input::placeholder,
.hs-form .hs-form-field .s2 + textarea::placeholder,
.s2 + .h4,
.hs-rss-module .hs-rss-item .hs-rss-item-text .s2 + .hs-rss-title,
.s2 + .h5,
.hs-form .hs-form-field .s2 + label, .s2 + h1,
.s2 + h2,
.s2 + h3,
.s2 + h4,
.s2 + h5, .s3 + .header-base, .s3 + .h1,
.s3 + .h2,
.s3 + .h3,
.gform_wrapper.gravity-theme .ginput_container .s3 + input::placeholder,
.gform_wrapper.gravity-theme .s3 + .gfield_label,
.hs-form .hs-form-field .s3 + input::placeholder,
.hs-form .hs-form-field .s3 + textarea::placeholder,
.s3 + .h4,
.hs-rss-module .hs-rss-item .hs-rss-item-text .s3 + .hs-rss-title,
.s3 + .h5,
.hs-form .hs-form-field .s3 + label, .s3 + h1,
.s3 + h2,
.s3 + h3,
.s3 + h4,
.s3 + h5, .s4 + .header-base, .s4 + .h1,
.s4 + .h2,
.s4 + .h3,
.gform_wrapper.gravity-theme .ginput_container .s4 + input::placeholder,
.gform_wrapper.gravity-theme .s4 + .gfield_label,
.hs-form .hs-form-field .s4 + input::placeholder,
.hs-form .hs-form-field .s4 + textarea::placeholder,
.s4 + .h4,
.hs-rss-module .hs-rss-item .hs-rss-item-text .s4 + .hs-rss-title,
.s4 + .h5,
.hs-form .hs-form-field .s4 + label, .s4 + h1,
.s4 + h2,
.s4 + h3,
.s4 + h4,
.s4 + h5 {
  margin-top: 0.2em;
}
.gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder a, .hs-form .hs-form-field input::-moz-placeholder a, .hs-form .hs-form-field textarea::-moz-placeholder a {
  color: inherit !important;
}
.gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder a, .hs-form .hs-form-field input:-ms-input-placeholder a, .hs-form .hs-form-field textarea:-ms-input-placeholder a {
  color: inherit !important;
}
.header-base a, .h1 a,
.h2 a,
.h3 a,
.gform_wrapper.gravity-theme .ginput_container input::placeholder a,
.gform_wrapper.gravity-theme .gfield_label a,
.hs-form .hs-form-field input::placeholder a,
.hs-form .hs-form-field textarea::placeholder a,
.h4 a,
.hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title a,
.h5 a,
.hs-form .hs-form-field label a, h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit !important;
}

h1,
h2 {
  line-height: 1.1;
}

.h1,
.h2 {
  line-height: 1.1;
}

.s1,
.s2,
.s3,
.s4,
.s5,
.button.small,
.small.hs-button,
footer .sub-footer ul > li > span.button,
footer .sub-footer ul > li > span.hs-button,
footer .sub-footer ul > li > a.button,
footer .sub-footer ul > li > a.hs-button,
.expandable-content.read-more .button.expandable-content-trigger,
.expandable-content.read-more .expandable-content-trigger.hs-button,
input.small[type=submit],
.expandable-content.read-more input[type=submit].expandable-content-trigger,
input.small[type=button],
.expandable-content.read-more input[type=button].expandable-content-trigger,
input.small[type=reset],
.expandable-content.read-more input[type=reset].expandable-content-trigger {
  font-family: "Work Sans", "arial", sans-serif;
  color: #444446;
  line-height: 1.3;
  margin: 0.4em 0 1em;
}

/*
	Header Size List Generator
	enter the size list (with unit type) and the desired element name,
	and get a numbered list of headers with font sizes
*/
h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

.h1 {
  font-size: 40px;
}

.h2 {
  font-size: 30px;
}

.gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
  font-size: 25px;
}

.gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
  font-size: 25px;
}

.h3, .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .gfield_label, .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field textarea::placeholder {
  font-size: 25px;
}

.h4, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title {
  font-size: 20px;
}

.h5, .hs-form .hs-form-field label {
  font-size: 15px;
}

.s1 {
  font-size: 25px;
}

.s2 {
  font-size: 20px;
}

.s3 {
  font-size: 18px;
}

.s4 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 15px;
  }

  .h1 {
    font-size: 36px;
  }

  .h2 {
    font-size: 36px;
  }

  .gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder, .hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
    font-size: 23px;
  }

  .gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder, .hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
    font-size: 23px;
  }

  .h3, .gform_wrapper.gravity-theme .ginput_container input::placeholder, .gform_wrapper.gravity-theme .gfield_label, .hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field textarea::placeholder {
    font-size: 23px;
  }

  .h4, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title {
    font-size: 20px;
  }

  .h5, .hs-form .hs-form-field label {
    font-size: 15px;
  }

  .s1 {
    font-size: 22px;
  }

  .s2 {
    font-size: 18px;
  }

  .s3 {
    font-size: 17px;
  }

  .s4 {
    font-size: 16px;
  }
}
a.h1, a.h2, a.h3, .gform_wrapper.gravity-theme a.gfield_label, a.h4, .hs-rss-module .hs-rss-item .hs-rss-item-text a.hs-rss-title, a.h5, a.s1, a.s2, a.s3, a.s4, a.s5, a.button.small, a.small.hs-button, footer .sub-footer ul > li > a.button, footer .sub-footer ul > li > a.hs-button, .expandable-content.read-more a.button.expandable-content-trigger, .expandable-content.read-more a.expandable-content-trigger.hs-button, a.s6 {
  display: inline-block;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  font-family: "Outfit", "arial", sans-serif;
}

/**
 * BODY TEXT ----------------------------------------------
**/
a {
  color: #f36a26;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

p {
  margin-bottom: 1rem;
}

.small, footer .sub-footer ul > li > span, footer .sub-footer ul > li > a, .expandable-content.read-more .expandable-content-trigger {
  font-size: 0.875rem;
}

.large {
  font-size: 1.25rem;
}
.large.h1 {
  font-size: 4rem;
}

.emphasis {
  font-family: "Work Sans", "arial", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: gray;
}

blockquote {
  font-family: "Outfit", "arial", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 0.5em;
  margin: 2em 1em;
  padding: 1em 2em;
}

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

.mce-content-body ul,
.mce-content-body ol,
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 1.6em;
  padding-left: 1.6em;
}
.mce-content-body ul > li,
.mce-content-body ol > li,
.wysiwyg ul > li,
.wysiwyg ol > li {
  margin-bottom: 0.5em;
}
.mce-content-body ul li::marker,
.wysiwyg ul li::marker {
  color: #f36a26;
}
.mce-content-body ul li ul,
.wysiwyg ul li ul {
  list-style-type: disc;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.mce-content-body ul li ul li::marker,
.wysiwyg ul li ul li::marker {
  color: #ffffff;
}
hr {
  border-color: #dbe0e5;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mce-content-body .video-link,
.wysiwyg .video-link {
  position: relative;
  display: inline-block;
  float: left;
}
.mce-content-body .video-link img,
.wysiwyg .video-link img {
  margin: 0.5em 1em 0.5em 0 !important;
  border: solid 1px gray;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mce-content-body {
  padding: 1rem !important;
}

body.wp-autoresize {
  padding: 1rem !important;
}

.uppercase {
  text-transform: uppercase;
}

.orange-headline {
  text-transform: uppercase;
  color: #f36a26;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Outfit", "arial", sans-serif;
}

@media screen and (max-width: 1400px) {
  .orange-headline {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .large.h1 {
    font-size: 3rem;
  }

  .orange-headline {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .large.h1 {
    font-size: 2.2rem;
  }
}
.text-primary {
  color: #444446;
}
.text-primary * {
  color: #444446;
}

.bg-primary, .hs-blog-listing .after-listing-section {
  background-color: #444446;
}

.border-primary {
  border-color: #444446;
}

.text-primary-dark {
  color: #1e1e1f;
}
.text-primary-dark * {
  color: #1e1e1f;
}

.bg-primary-dark {
  background-color: #1e1e1f;
}

.border-primary-dark {
  border-color: #1e1e1f;
}

.text-primary-light {
  color: #6a6a6d;
}
.text-primary-light * {
  color: #6a6a6d;
}

.bg-primary-light {
  background-color: #6a6a6d;
}

.border-primary-light {
  border-color: #6a6a6d;
}

.text-secondary {
  color: gray;
}
.text-secondary * {
  color: gray;
}

.bg-secondary {
  background-color: gray;
}

.border-secondary {
  border-color: gray;
}

.text-secondary-dark {
  color: #5a5a5a;
}
.text-secondary-dark * {
  color: #5a5a5a;
}

.bg-secondary-dark {
  background-color: #5a5a5a;
}

.border-secondary-dark {
  border-color: #5a5a5a;
}

.text-secondary-light {
  color: #a6a6a6;
}
.text-secondary-light * {
  color: #a6a6a6;
}

.bg-secondary-light {
  background-color: #a6a6a6;
}

.border-secondary-light {
  border-color: #a6a6a6;
}

.text-tertiary {
  color: #f36a26;
}
.text-tertiary * {
  color: #f36a26;
}

.bg-tertiary {
  background-color: #f36a26;
}

.border-tertiary {
  border-color: #f36a26;
}

.text-white, .hs-blog-listing .after-listing-section {
  color: #fff;
}
.text-white *, .hs-blog-listing .after-listing-section * {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.border-white {
  border-color: #fff;
}

.text-black {
  color: #000;
}
.text-black * {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.border-black {
  border-color: #000;
}

.text-light-gray {
  color: #EBEBEB;
}
.text-light-gray * {
  color: #EBEBEB;
}

.bg-light-gray {
  background-color: #EBEBEB;
}

.border-light-gray {
  border-color: #EBEBEB;
}

form {
  margin-bottom: 0 !important;
}
form ::-moz-placeholder {
  font-family: "Work Sans", "arial", sans-serif !important;
  font-size: inherit !important;
  color: rgba(52, 58, 64, 0.54) !important;
}
form :-ms-input-placeholder {
  font-family: "Work Sans", "arial", sans-serif !important;
  font-size: inherit !important;
  color: rgba(52, 58, 64, 0.54) !important;
}
form ::placeholder {
  font-family: "Work Sans", "arial", sans-serif !important;
  font-size: inherit !important;
  color: rgba(52, 58, 64, 0.54) !important;
}
form fieldset {
  margin-bottom: 0 !important;
  max-width: none !important;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  form fieldset {
    margin-bottom: 1.5rem !important;
  }
}
form fieldset .field {
  position: relative !important;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  form fieldset .field {
    margin-bottom: 0 !important;
  }
}
form label .hs-form-required {
  color: #d50000 !important;
  padding-left: 0.3rem !important;
}
form label.error {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  color: #d50000 !important;
  margin-bottom: 0 !important;
  line-height: 1rem !important;
}
form legend {
  font-family: "Work Sans", "arial", sans-serif !important;
  font-size: 0.75rem !important;
  color: rgba(52, 58, 64, 0.44) !important;
}
form .hs-input {
  max-width: none !important;
  padding: 1rem;
}
form input[type=text],
form input[type=number],
form input[type=search],
form input[type=number],
form input[type=date],
form input[type=email],
form input[type=tel],
form input[type=color],
form input[type=datetime-local],
form input[type=month],
form input[type=range],
form input[type=time],
form input[type=url],
form input[type=week],
form input[type=password],
form select {
  box-sizing: inherit !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  font-family: "Work Sans", "arial", sans-serif !important;
  font-size: 0.9rem !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #dbe0e5 !important;
  border-radius: 0 !important;
  color: #343a40 !important;
  outline-offset: 1px !important;
  padding: 0.75rem 0.5rem !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  height: auto !important;
}
form input[type=text]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=color]:focus,
form input[type=datetime-local]:focus,
form input[type=month]:focus,
form input[type=range]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=week]:focus,
form input[type=password]:focus,
form select:focus {
  border-bottom-color: gray !important;
  outline: rgba(248, 249, 250, 0.54) auto 5px !important;
}
form input[type=text].error,
form input[type=number].error,
form input[type=search].error,
form input[type=number].error,
form input[type=date].error,
form input[type=email].error,
form input[type=tel].error,
form input[type=color].error,
form input[type=datetime-local].error,
form input[type=month].error,
form input[type=range].error,
form input[type=time].error,
form input[type=url].error,
form input[type=week].error,
form input[type=password].error,
form select.error {
  border-bottom-color: #d50000 !important;
}
@media screen and (min-width: 768px) {
  form input[type=text],
form input[type=number],
form input[type=search],
form input[type=number],
form input[type=date],
form input[type=email],
form input[type=tel],
form input[type=color],
form input[type=datetime-local],
form input[type=month],
form input[type=range],
form input[type=time],
form input[type=url],
form input[type=week],
form input[type=password],
form select {
    font-size: 1rem !important;
  }
}
form textarea {
  min-height: 200px;
}
form select {
  background-color: #f8f9fa !important;
  border-radius: 4px !important;
  border-bottom: none !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
form select.error {
  box-shadow: 0 0 0 1px #d50000 !important;
}
form .input {
  position: relative;
}
form input[type=file] {
  font-family: "Work Sans", "arial", sans-serif !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #343a40 !important;
  font-size: 1rem !important;
}
form input[type=file]:focus {
  outline: rgba(248, 249, 250, 0.54) auto 5px !important;
}
form ul.hs-error-msgs,
form ul.hs-error-msgs > li {
  margin-bottom: 0 !important;
}
form .fn-date-picker .is-selected .pika-button {
  color: #fff !important;
}
form .fn-date-picker .pika-button {
  color: #343a40 !important;
}
form .actions {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hs-form {
  max-width: 45em;
  margin: auto;
  padding: 3em;
  background: radial-gradient(90% 50% ellipse at 50% 110%, var(--bg-color) 99.97%, transparent), radial-gradient(farthest-side circle at 80% 40%, rgba(128, 128, 128, 0.4), transparent 90%), #444446;
}
.hs-form.animated .hs-form-field:not(.hs-message) > label {
  opacity: 0;
}
.hs-form.animated .hs-form-field.has-value label {
  opacity: 1;
}
.hs-form .hs-form-field label {
  font-weight: normal;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.6;
  padding: 0 0.5rem;
  margin-bottom: 0.2rem;
  transition: all 0.3s ease;
}
.hs-form .hs-form-field .hs-error-msgs {
  list-style: none;
  padding-left: 0;
}
.hs-form .hs-form-field .hs-error-msgs .hs-error-msg {
  color: #f36a26;
  opacity: 1;
}
.hs-form .hs-form-field .hs-form-required {
  color: #f36a26 !important;
}
.hs-form .hs-form-field input, .hs-form .hs-form-field textarea {
  background-color: transparent !important;
  border-bottom: 2px solid #f36a26 !important;
  color: #ffffff !important;
  outline: none;
  font-size: 1.6rem !important;
  font-weight: bold;
}
.hs-form .hs-form-field input::-moz-placeholder, .hs-form .hs-form-field textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #ffffff !important;
  font-size: 25px !important;
}
.hs-form .hs-form-field input:-ms-input-placeholder, .hs-form .hs-form-field textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #ffffff !important;
  font-size: 25px !important;
}
.hs-form .hs-form-field input::placeholder, .hs-form .hs-form-field textarea::placeholder {
  font-size: 1.6rem;
  color: #ffffff !important;
  font-size: 25px !important;
}
.hs-form .hs-form-field input:focus::-moz-placeholder, .hs-form .hs-form-field textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hs-form .hs-form-field input:focus:-ms-input-placeholder, .hs-form .hs-form-field textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hs-form .hs-form-field input:focus::placeholder, .hs-form .hs-form-field textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hs-form .hs-form-field textarea {
  border: 2px solid #f36a26;
}
.hs-form select {
  background: transparent !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: 2px solid #f36a26 !important;
  borer-radius: 0.5em;
}
.hs-form .hs-submit {
  text-align: center;
  margin-top: 0.6em;
}
.hs-form .hs-submit .gform_button,
.hs-form .hs-submit input[type=submit] {
  background-image: url("/wp-content/themes/teslar/img/arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8em) center;
  border: 0 !important;
  padding-right: 3rem;
}
.blog-comments .hs-form, .blog-sidebar .hs-form {
  padding: 0;
  background: transparent;
}
.blog-comments .hs-form .hs-form-field label, .blog-sidebar .hs-form .hs-form-field label {
  color: #444446;
}
.blog-comments .hs-form .hs-form-field input, .blog-comments .hs-form .hs-form-field textarea, .blog-sidebar .hs-form .hs-form-field input, .blog-sidebar .hs-form .hs-form-field textarea {
  color: #444446 !important;
}
.blog-comments .hs-form .hs-form-field input::-moz-placeholder, .blog-comments .hs-form .hs-form-field textarea::-moz-placeholder, .blog-sidebar .hs-form .hs-form-field input::-moz-placeholder, .blog-sidebar .hs-form .hs-form-field textarea::-moz-placeholder {
  color: #444446 !important;
}
.blog-comments .hs-form .hs-form-field input:-ms-input-placeholder, .blog-comments .hs-form .hs-form-field textarea:-ms-input-placeholder, .blog-sidebar .hs-form .hs-form-field input:-ms-input-placeholder, .blog-sidebar .hs-form .hs-form-field textarea:-ms-input-placeholder {
  color: #444446 !important;
}
.blog-comments .hs-form .hs-form-field input::placeholder, .blog-comments .hs-form .hs-form-field textarea::placeholder, .blog-sidebar .hs-form .hs-form-field input::placeholder, .blog-sidebar .hs-form .hs-form-field textarea::placeholder {
  color: #444446 !important;
}
.blog-comments .hs-form .hs-form-field textarea, .blog-sidebar .hs-form .hs-form-field textarea {
  border: 2px solid #f36a26;
}
.blog-comments .hs-form select, .blog-sidebar .hs-form select {
  color: #444446 !important;
  border-radius: 0 !important;
}

.gform_wrapper.gravity-theme {
  max-width: 40em;
  margin: auto;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #ffffff;
  padding: 0 0.5rem;
  margin-bottom: 0.75rem;
}
.gform_wrapper.gravity-theme .ginput_container input {
  background-color: transparent !important;
  border-bottom: 2px solid #f36a26 !important;
  color: #ffffff !important;
}
.gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder {
  color: #ffffff !important;
  font-size: 25px !important;
}
.gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 25px !important;
}
.gform_wrapper.gravity-theme .ginput_container input::placeholder {
  color: #ffffff !important;
  font-size: 25px !important;
}
.gform_wrapper.gravity-theme .ginput_container textarea {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #f36a26;
}
.gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background-image: url("/wp-content/themes/teslar/img/arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-position: 6.5rem center;
  border: 0 !important;
  padding-right: 3rem;
}

.button-test {
  color: black;
}

.button, .hs-button, input[type=submit],
input[type=button],
input[type=reset], form .hs-button {
  display: inline-block !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  text-shadow: none !important;
  background-image: none !important;
  position: relative !important;
  text-align: center !important;
  font-family: "Work Sans", "arial", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  background-color: #f36a26;
  font-weight: 700;
  border-radius: 0.25rem;
  text-decoration: none;
  line-height: 1.6;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  outline: 2px solid #f36a26;
  outline-offset: -0.25rem;
}
.button:after, .hs-button:after, input[type=submit]:after,
input[type=button]:after,
input[type=reset]:after {
  content: url("/wp-content/themes/teslar/img/arrow-right.svg");
  margin-left: 0.75rem;
  transition: all 0.3s ease;
  display: inline-block;
}
.button:hover, .hs-button:hover, input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  text-decoration: none;
  background-color: #f2590e;
  color: #fff;
  opacity: 1;
  outline-offset: 0.25rem;
  outline-color: rgba(243, 106, 38, 0.5);
}
.button:hover:after, .hs-button:hover:after, input[type=submit]:hover:after,
input[type=button]:hover:after,
input[type=reset]:hover:after {
  transform: translateX(0.3rem);
}
.button.outlined, .outlined.hs-button, input.outlined[type=submit],
input.outlined[type=button],
input.outlined[type=reset] {
  box-shadow: inset 0 0 0 2px #f36a26;
  background: transparent;
}
.button.secondary, .secondary.hs-button, input.secondary[type=submit],
input.secondary[type=button],
input.secondary[type=reset] {
  outline: 2px solid #f36a26;
  outline-offset: 0.25rem;
}
.button.secondary.outlined, .secondary.outlined.hs-button, input.secondary.outlined[type=submit],
input.secondary.outlined[type=button],
input.secondary.outlined[type=reset] {
  box-shadow: inset 0 0 0 2px gray;
  background: transparent;
}
.button.secondary:hover, .secondary.hs-button:hover, input.secondary[type=submit]:hover,
input.secondary[type=button]:hover,
input.secondary[type=reset]:hover {
  text-decoration: none;
  opacity: 1;
  background-color: #f2590e;
  color: #fff;
  outline-offset: 0.45rem;
  outline-color: rgba(243, 106, 38, 0.5);
}
.button.tertiary, .tertiary.hs-button, input.tertiary[type=submit],
input.tertiary[type=button],
input.tertiary[type=reset] {
  background-color: #444446;
}
.button.tertiary:hover, .tertiary.hs-button:hover, input.tertiary[type=submit]:hover,
input.tertiary[type=button]:hover,
input.tertiary[type=reset]:hover {
  text-decoration: none;
  opacity: 1;
  background-color: #373739;
  color: #fff;
}
.button + .button, .hs-button + .button, .button + .hs-button, .hs-button + .hs-button, input[type=submit] + .button, input[type=submit] + .hs-button,
input[type=button] + .button,
input[type=button] + .hs-button,
input[type=reset] + .button,
input[type=reset] + .hs-button, .button + input[type=submit], .hs-button + input[type=submit], input[type=submit] + input[type=submit],
input[type=button] + input[type=submit],
input[type=reset] + input[type=submit],
.button + input[type=button],
.hs-button + input[type=button],
input[type=submit] + input[type=button],
input[type=button] + input[type=button],
input[type=reset] + input[type=button],
.button + input[type=reset],
.hs-button + input[type=reset],
input[type=submit] + input[type=reset],
input[type=button] + input[type=reset],
input[type=reset] + input[type=reset], form .hs-button + .button, form .hs-button + .hs-button, form .hs-button + input[type=submit],
form .hs-button + input[type=button],
form .hs-button + input[type=reset], form .button + .hs-button, form input[type=submit] + .hs-button,
form input[type=button] + .hs-button,
form input[type=reset] + .hs-button {
  margin-left: 1rem;
}

.button-text {
  font-style: italic;
  color: #f36a26;
}
.button-text:after {
  content: url("/wp-content/themes/teslar/img/arrow-right-orange.svg");
  margin-left: 0.5rem;
}
.button-text:hover {
  text-decoration: none;
}
.button-text.boxed-arrow {
  text-decoration: none;
  color: #444446;
  padding-left: 1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-style: normal;
}
.button-text.boxed-arrow:after {
  content: url("/wp-content/themes/teslar/img/arrow-right.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  transition: all 0.3s ease;
  background-color: #f36a26;
  width: 40px;
  height: 40px;
}

.tag {
  font-family: "Outfit", "arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.2;
  letter-spacing: 0.44px;
  color: rgba(52, 58, 64, 0.54);
  background-color: #f8f9fa;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  border-radius: 2px;
}
.tag:hover {
  color: gray;
  text-decoration: none;
}
.tag:active, .tag:focus {
  color: #fff;
  background-color: gray;
  text-decoration: none;
}

.sticky-button-wrapper {
  display: none;
  text-align: right;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1.5em;
  z-index: 99;
}
.sticky-button-wrapper .button, .sticky-button-wrapper .hs-button, .sticky-button-wrapper input[type=submit],
.sticky-button-wrapper input[type=button],
.sticky-button-wrapper input[type=reset] {
  border-radius: 2em;
  box-shadow: 0 0.2em 1.6em rgba(68, 68, 70, 0.5) !important;
}
.sticky-button-wrapper.stick {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.sticky-button-wrapper.stick.active {
  opacity: 1;
}
.sticky-button-wrapper.stick.active .button, .sticky-button-wrapper.stick.active .hs-button, .sticky-button-wrapper.stick.active input[type=submit],
.sticky-button-wrapper.stick.active input[type=button],
.sticky-button-wrapper.stick.active input[type=reset] {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .sticky-button-wrapper {
    padding: 1em;
  }
  .sticky-button-wrapper .button, .sticky-button-wrapper .hs-button, .sticky-button-wrapper input[type=submit],
.sticky-button-wrapper input[type=button],
.sticky-button-wrapper input[type=reset] {
    font-size: 0.8em;
  }
}

.link-arrow, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a {
  font-style: italic;
}
.link-arrow:after, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a:after {
  content: "";
  display: inline-block;
  margin-left: 0.6em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.link-arrow.reverse:after, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a.reverse:after {
  content: none;
}
.link-arrow.reverse:before, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a.reverse:before {
  content: "";
  display: inline-block;
  margin-right: 0.6em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.link-arrow:hover, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a:hover {
  color: #f36a26 !important;
  text-decoration: none;
  opacity: 1;
}

.bg-image-preload:not(.loaded) {
  opacity: 0 !important;
}

.image-preload.loaded, .bg-image-preload.loaded {
  transition: all 0.5s ease;
}

[class*=on-scroll] {
  transition: all 0.5s ease;
}

.on-scroll-fade:not(.active) {
  opacity: 0;
}

.on-scroll-fade-up:not(.active) {
  opacity: 0;
  transform: translateY(50px);
}

.on-scroll-fade-down:not(.active) {
  opacity: 0;
  transform: translateY(-50px);
}

.on-scroll-fade-left:not(.active) {
  opacity: 0;
  transform: translateX(50px);
}

.on-scroll-fade-right:not(.active) {
  opacity: 0;
  transform: translateX(-50px);
}

/* loading animate-in individual elements */
.hero-module .hero-content .wysiwyg > *:nth-child(1), .hero-module .hero-slide .wysiwyg > *:nth-child(1) {
  opacity: 0;
  animation: 0.5s ease-out 0.2s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(1) {
  animation: 0.5s ease-out 0.2s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(2), .hero-module .hero-slide .wysiwyg > *:nth-child(2) {
  opacity: 0;
  animation: 0.5s ease-out 0.4s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(2) {
  animation: 0.5s ease-out 0.4s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(3), .hero-module .hero-slide .wysiwyg > *:nth-child(3) {
  opacity: 0;
  animation: 0.5s ease-out 0.6s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(3) {
  animation: 0.5s ease-out 0.6s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(4), .hero-module .hero-slide .wysiwyg > *:nth-child(4) {
  opacity: 0;
  animation: 0.5s ease-out 0.8s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(4) {
  animation: 0.5s ease-out 0.8s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(5), .hero-module .hero-slide .wysiwyg > *:nth-child(5) {
  opacity: 0;
  animation: 0.5s ease-out 1s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(5) {
  animation: 0.5s ease-out 1s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(6), .hero-module .hero-slide .wysiwyg > *:nth-child(6) {
  opacity: 0;
  animation: 0.5s ease-out 1.2s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(6) {
  animation: 0.5s ease-out 1.2s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(7), .hero-module .hero-slide .wysiwyg > *:nth-child(7) {
  opacity: 0;
  animation: 0.5s ease-out 1.4s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(7) {
  animation: 0.5s ease-out 1.4s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(8), .hero-module .hero-slide .wysiwyg > *:nth-child(8) {
  opacity: 0;
  animation: 0.5s ease-out 1.6s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(8) {
  animation: 0.5s ease-out 1.6s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(9), .hero-module .hero-slide .wysiwyg > *:nth-child(9) {
  opacity: 0;
  animation: 0.5s ease-out 1.8s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(9) {
  animation: 0.5s ease-out 1.8s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(10), .hero-module .hero-slide .wysiwyg > *:nth-child(10) {
  opacity: 0;
  animation: 0.5s ease-out 2s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(10) {
  animation: 0.5s ease-out 2s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(11), .hero-module .hero-slide .wysiwyg > *:nth-child(11) {
  opacity: 0;
  animation: 0.5s ease-out 2.2s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(11) {
  animation: 0.5s ease-out 2.2s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(12), .hero-module .hero-slide .wysiwyg > *:nth-child(12) {
  opacity: 0;
  animation: 0.5s ease-out 2.4s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(12) {
  animation: 0.5s ease-out 2.4s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(13), .hero-module .hero-slide .wysiwyg > *:nth-child(13) {
  opacity: 0;
  animation: 0.5s ease-out 2.6s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(13) {
  animation: 0.5s ease-out 2.6s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(14), .hero-module .hero-slide .wysiwyg > *:nth-child(14) {
  opacity: 0;
  animation: 0.5s ease-out 2.8s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(14) {
  animation: 0.5s ease-out 2.8s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(15), .hero-module .hero-slide .wysiwyg > *:nth-child(15) {
  opacity: 0;
  animation: 0.5s ease-out 3s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(15) {
  animation: 0.5s ease-out 3s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(16), .hero-module .hero-slide .wysiwyg > *:nth-child(16) {
  opacity: 0;
  animation: 0.5s ease-out 3.2s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(16) {
  animation: 0.5s ease-out 3.2s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(17), .hero-module .hero-slide .wysiwyg > *:nth-child(17) {
  opacity: 0;
  animation: 0.5s ease-out 3.4s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(17) {
  animation: 0.5s ease-out 3.4s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(18), .hero-module .hero-slide .wysiwyg > *:nth-child(18) {
  opacity: 0;
  animation: 0.5s ease-out 3.6s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(18) {
  animation: 0.5s ease-out 3.6s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(19), .hero-module .hero-slide .wysiwyg > *:nth-child(19) {
  opacity: 0;
  animation: 0.5s ease-out 3.8s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(19) {
  animation: 0.5s ease-out 3.8s 1 forwards gsFadeUp;
}

.hero-module .hero-content .wysiwyg > *:nth-child(20), .hero-module .hero-slide .wysiwyg > *:nth-child(20) {
  opacity: 0;
  animation: 0.5s ease-out 4s 1 forwards gsFadeUp;
}

.gs-module.on-scroll .wysiwyg > * {
  opacity: 0;
  animation: none;
}
.gs-module.on-scroll.active .wysiwyg > *:nth-child(20) {
  animation: 0.5s ease-out 4s 1 forwards gsFadeUp;
}

.hero-module.glow-right-large {
  overflow: hidden;
}
.hero-module.glow-right-large:after {
  animation: 1s ease-out 1 forwards gsFadeShrink;
}

.header-full .nav-logo {
  opacity: 0;
  animation: 0.5s ease-out 1 forwards gsFadeRight;
}
.header-full ul.header-nav > *:nth-child(1) {
  opacity: 0;
  animation: 0.3s ease-out 0.1s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(2) {
  opacity: 0;
  animation: 0.3s ease-out 0.2s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(3) {
  opacity: 0;
  animation: 0.3s ease-out 0.3s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(4) {
  opacity: 0;
  animation: 0.3s ease-out 0.4s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(5) {
  opacity: 0;
  animation: 0.3s ease-out 0.5s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(6) {
  opacity: 0;
  animation: 0.3s ease-out 0.6s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(7) {
  opacity: 0;
  animation: 0.3s ease-out 0.7s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(8) {
  opacity: 0;
  animation: 0.3s ease-out 0.8s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(9) {
  opacity: 0;
  animation: 0.3s ease-out 0.9s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(10) {
  opacity: 0;
  animation: 0.3s ease-out 1s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(11) {
  opacity: 0;
  animation: 0.3s ease-out 1.1s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(12) {
  opacity: 0;
  animation: 0.3s ease-out 1.2s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(13) {
  opacity: 0;
  animation: 0.3s ease-out 1.3s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(14) {
  opacity: 0;
  animation: 0.3s ease-out 1.4s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(15) {
  opacity: 0;
  animation: 0.3s ease-out 1.5s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(16) {
  opacity: 0;
  animation: 0.3s ease-out 1.6s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(17) {
  opacity: 0;
  animation: 0.3s ease-out 1.7s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(18) {
  opacity: 0;
  animation: 0.3s ease-out 1.8s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(19) {
  opacity: 0;
  animation: 0.3s ease-out 1.9s 1 forwards gsFadeDown;
}
.header-full ul.header-nav > *:nth-child(20) {
  opacity: 0;
  animation: 0.3s ease-out 2s 1 forwards gsFadeDown;
}

.magnify {
  animation: 0.5s ease-out 1 forwards gsFadeUp;
}

/* Animations */
@keyframes gsFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gsFadeUp {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gsFadeDown {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gsFadeRight {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gsFadeShrink {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes gsPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
header {
  overflow: visible;
  position: relative;
  z-index: 999;
}
header .header-full {
  background-color: #fff;
  position: relative;
  min-height: 80px;
}
header .header-full__container {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
}
header .header-full .nav-logo {
  display: flex;
  align-items: center;
  transition: max-width 0.3s ease;
  width: 300px;
  padding-block: 0.25rem;
}
header .header-full .nav-logo a {
  display: block;
}
header .header-full .nav-logo img {
  width: 100%;
  scale: 0.9;
}
header .header-full .header-nav-wrap {
  align-items: flex-end;
  flex: 1 1 0%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  header .header-full .header-nav-wrap {
    display: none;
  }
}
header .header-full .nav-header {
  align-items: center;
  flex: 1 1 0%;
  position: relative;
  display: flex;
}
@media (max-width: 1000px) {
  header .header-full .nav-header {
    display: none;
  }
}
header .header-full .nav-header ul.header-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
header .header-full .nav-header ul.header-nav a {
  display: inline-block;
  font-family: "Outfit", "arial", sans-serif;
  font-size: 18px;
  color: #f36a26;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
header .header-full .nav-header ul.header-nav > li {
  display: inline-block;
  text-align: center;
}
header .header-full .nav-header ul.header-nav > li > a {
  padding: 1.1em 1.2vw;
  transition: all 0.3s ease;
}
header .header-full .nav-header ul.header-nav > li:hover > a {
  text-decoration: none;
  color: #444446;
  opacity: 1;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children {
  position: relative;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children > a {
  cursor: default;
  pointer-events: none;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 0.5em;
  transition: all 0.3s ease;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children:hover > a {
  opacity: 1;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children:hover > a:after {
  transform: rotate(-180deg);
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children > ul.sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 0.5em 1.2vw;
  font-size: 0.95em;
  white-space: nowrap;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children > ul.sub-menu a:hover {
  background-color: #EBEBEB;
  opacity: 1;
}
header .header-full .nav-header ul.header-nav > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
}
header .header-full .nav-super-header ul.super-header {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
header .header-full .nav-super-header ul.super-header a {
  display: inline-block;
  font-family: "Work Sans", "arial", sans-serif;
  color: gray;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
  font-size: 0.75rem;
}
header .header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.2s ease, opacity 0s ease;
  z-index: 99;
}
body.scrolled:not(.sub-menu-open) header .header-scroll {
  transform: translateY(-100%);
}
header.topped .header-scroll {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .site-header {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    pointer-events: none;
  }
  .site-header .header-full {
    pointer-events: auto;
  }
}
.mobile-menu {
  position: fixed;
  margin-top: 80px;
  width: 100%;
  max-height: calc(100vh - 80px);
  overflow: auto;
  background-color: #f8f9fa;
  transition: opacity 0.3s ease;
  z-index: 95;
  opacity: 0;
  pointer-events: none;
  height: auto;
}
.mobile-menu nav.nav-mobile {
  width: auto;
  position: relative;
  margin-top: 1em;
  padding-inline: 2em;
  padding-bottom: 1em;
}
.mobile-menu nav.nav-mobile > ul {
  list-style: none;
  padding-left: 0;
}
.mobile-menu nav.nav-mobile > ul > li {
  padding: 0.5em 0;
}
.mobile-menu nav.nav-mobile > ul > li.menu-item-has-children > a {
  pointer-events: none;
}
.mobile-menu nav.nav-mobile > ul > li a {
  display: block;
  font-family: "Outfit", "arial", sans-serif;
  font-size: 18px;
  color: #f36a26;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.mobile-menu nav.nav-mobile > ul > li ul.sub-menu {
  list-style: none;
  padding-left: 1em;
  margin-bottom: 0;
}
.mobile-menu nav.nav-mobile > ul > li ul.sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 0.5em 1.2vw;
  font-size: 0.95em;
  color: #444446;
}
@media screen and (min-width: 1001px) {
  .mobile-menu {
    display: none;
  }
}

.social-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.social-mobile ul > li {
  display: inline-block;
}
.social-mobile ul > li > a {
  color: #444446;
  text-decoration: none;
  display: inline-block;
  font-size: 3rem;
  padding: 0.5em;
}
.social-mobile ul > li > a:hover {
  opacity: 0.8;
}
.social-mobile ul > li > a .fa:before {
  font-size: 1.5em;
}

.mobile-menu-button-container {
  display: block;
  padding: 0.5em;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .mobile-menu-button-container {
    display: none;
  }
}
.mobile-menu-button-container .mobile-menu-button {
  width: 1.6em;
  height: 1.2em;
  position: relative;
}
.mobile-menu-button-container .mobile-menu-button > span {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #444446;
  transition: all 0.2s ease-in;
  transform-origin: 50% 50%;
}
.mobile-menu-button-container .mobile-menu-button > span:first-of-type {
  top: 0;
}
.mobile-menu-button-container .mobile-menu-button > span:nth-of-type(2) {
  transform: translateY(-50%);
  top: 50%;
}
.mobile-menu-button-container .mobile-menu-button > span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}

html.mobile-menu-open body {
  overflow: hidden;
}
html.mobile-menu-open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
html.mobile-menu-open .mobile-menu-button > span:first-of-type {
  top: 50%;
  transform: rotate(44.5deg) translateY(-100%);
}
html.mobile-menu-open .mobile-menu-button > span:nth-of-type(2) {
  opacity: 0;
}
html.mobile-menu-open .mobile-menu-button > span:last-child {
  bottom: 50%;
  transform: rotate(-44.5deg) translateY(100%);
}

body.single .single-item {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  body.single .single-item {
    max-width: col-width(12);
    margin: 0 auto;
    padding: 3em 0;
  }
}

body.error404 .error404-outer {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.error404 .error404-inner {
  max-width: 83.3333333333%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.error404 .error404-content-container {
  flex: 0 0 70%;
}
body.error404 .error404-content {
  max-width: 85.7142857143%;
  width: 100%;
  margin-left: 14.2857142857%;
  margin-top: 6rem;
}
body.error404 .error404-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.error404 .error404-sidebar-container {
  flex: 1 0 25%;
  margin-left: 5%;
}

.banner-image-module {
  z-index: 0 !important;
}
.banner-image-module .banner-image-container {
  width: 100%;
}
.banner-image-module.full-bleed {
  flex-basis: auto;
  max-width: none;
}
.banner-image-module.full-bleed .gs-module-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.banner-image-module .banner-image {
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-image-module .banner-image img {
  width: 100%;
}

.button-on-scroll-module {
  transition: opacity 0.5s ease;
}
.button-on-scroll-module .button-on-scroll-wrapper {
  text-align: right;
}
.button-on-scroll-module .button-on-scroll-wrapper .button, .button-on-scroll-module .button-on-scroll-wrapper .hs-button, .button-on-scroll-module .button-on-scroll-wrapper input[type=submit],
.button-on-scroll-module .button-on-scroll-wrapper input[type=button],
.button-on-scroll-module .button-on-scroll-wrapper input[type=reset] {
  border-radius: 2em;
  box-shadow: 0 0.2em 1.6em rgba(68, 68, 70, 0.5) !important;
}
.button-on-scroll-module.disabled .button, .button-on-scroll-module.disabled .hs-button, .button-on-scroll-module.disabled input[type=submit],
.button-on-scroll-module.disabled input[type=button],
.button-on-scroll-module.disabled input[type=reset] {
  visibility: hidden;
  pointer-events: none;
  transition: none !important;
}
.button-on-scroll-module.stick {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 99;
  background: transparent !important;
}
.button-on-scroll-module.stick .button, .button-on-scroll-module.stick .hs-button, .button-on-scroll-module.stick input[type=submit],
.button-on-scroll-module.stick input[type=button],
.button-on-scroll-module.stick input[type=reset] {
  pointer-events: auto;
}
.button-on-scroll-module.stick.hide {
  opacity: 0;
  pointer-events: none;
}

.card-module {
  min-height: auto;
  display: flex;
  align-items: center;
  position: relative;
  /* loading animate-in individual elements */
}
.card-module .gs-module-column {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.card-module .cards {
  display: block;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .card-module .cards {
    display: flex;
  }
}
.card-module .cards[data-columns="2"] .card-container {
  flex-basis: 50%;
}
.card-module .cards[data-columns="3"] .card-container {
  flex-basis: 33.33334%;
}
.card-module .cards[data-columns="4"] .card-container {
  flex: 1 0 25%;
}
@media screen and (max-width: 1100px) {
  .card-module .cards[data-columns="4"] .card-container {
    flex: 1 0 50%;
  }
}
.card-module .cards[data-alignment=center] {
  justify-content: center;
}
.card-module .cards[data-alignment=right] {
  justify-content: flex-end;
}
.card-module .cards .card-container {
  padding: 5px 10px;
  flex: 0 0 100%;
  position: relative;
}
.card-module .cards .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-module .cards .card .card-content {
  padding: 2rem;
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.card-module .cards .card .card-image {
  position: relative;
  flex: 0 0 250px;
  background-color: gray;
}
.card-module .cards .card .card-image > * {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-module .cards .card .card-button-container {
  margin-top: auto;
  padding-top: 1rem;
}
.card-module.simple .cards {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
}
.card-module.simple .card {
  box-shadow: none;
}
.card-module.simple .card .card-image {
  background-color: #ffffff;
  border-bottom: 2px solid #f36a26;
  flex: 0;
}
.card-module.simple .card .card-image img {
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .card-module.simple .card .card-content {
    padding: 1em;
  }
}
.card-module.resource-listing .card-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card-module.resource-listing .cards .card {
  box-shadow: none;
}
.card-module.resource-listing .cards .card .card-image {
  flex: 1;
}
.card-module.orange-card .gs-module-container .card-container .card {
  box-shadow: none;
  overflow: visible;
}
.card-module.orange-card .gs-module-container .card-container .card .card-content {
  background-color: #f36a26;
  padding: 2rem 1rem;
  position: relative;
  overflow: visible;
}
.card-module.orange-card .gs-module-container .card-container .card .card-content h2 {
  color: #ffffff;
}
.card-module.orange-card.curve-overlap .gs-module-container {
  margin-top: -8rem;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .card-module.orange-card.curve-overlap .gs-module-container {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 757px) {
  .card-module.orange-card.curve-overlap .gs-module-container {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 992px) {
  .card-module.orange-card.show-arrows .card-container:not(:last-of-type) .wysiwyg:before {
    content: url("/wp-content/themes/teslar/img/arrow-white-dash.svg");
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: -25%;
    top: 3.5rem;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(1) {
    z-index: 24;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(2) {
    z-index: 23;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(3) {
    z-index: 22;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(4) {
    z-index: 21;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(5) {
    z-index: 20;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(6) {
    z-index: 19;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(7) {
    z-index: 18;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(8) {
    z-index: 17;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(9) {
    z-index: 16;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(10) {
    z-index: 15;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(11) {
    z-index: 14;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(12) {
    z-index: 13;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(13) {
    z-index: 12;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(14) {
    z-index: 11;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(15) {
    z-index: 10;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(16) {
    z-index: 9;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(17) {
    z-index: 8;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(18) {
    z-index: 7;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(19) {
    z-index: 6;
  }
  .card-module.orange-card.show-arrows .card-container:nth-child(20) {
    z-index: 5;
  }
}
.card-module.white-card .gs-module-container .card-container {
  padding: 0.75rem;
}
.card-module.white-card .gs-module-container .card-container .card {
  box-shadow: none;
  overflow: visible;
}
.card-module.white-card .gs-module-container .card-container .card .card-content {
  padding: 2.5rem 1rem;
}
.card-module.bg-overlap-primary:before {
  content: "";
  position: absolute;
  height: 20%;
  width: 100%;
  background-color: #444446;
  top: 0;
}
.card-module.bg-overlap-white:before {
  content: "";
  position: absolute;
  height: 20%;
  width: 100%;
  background-color: #ffffff;
  top: 0;
}
.card-module.bg-overlap-white .gs-module-container .cards {
  z-index: 2;
}
.card-module.bg-overlap-white .gs-module-container .card-container .card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.card-module.white-card-on-hover .cards {
  width: 100%;
}
.card-module.white-card-on-hover .cards .card-container {
  max-width: 24.12rem;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease all;
  padding: 0;
  margin-bottom: 2rem;
}
.card-module.white-card-on-hover .cards .card-container:hover {
  background-color: #ffffff;
}
.card-module.white-card-on-hover .cards .card-container:hover .card-content .card-button-container {
  opacity: 1;
  pointer-events: auto;
}
.card-module.white-card-on-hover .cards .card {
  background-color: transparent;
  box-shadow: none;
}
.card-module.white-card-on-hover .cards .card .card-content {
  background-color: transparent;
  padding: 0;
  transition: none;
}
.card-module.white-card-on-hover .cards .card .card-content .wysiwyg {
  padding: 2rem 2rem 0;
}
.card-module.white-card-on-hover .cards .card .card-content .card-button-container {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  text-align: right;
}
.card-module.white-card-on-hover .cards .card .card-content .card-button-container > * {
  transition: none;
}
.card-module .cards .card-container {
  opacity: 0;
  animation: none;
}
.card-module.active .cards .card-container:nth-child(1) {
  animation: 0.5s ease-out 0.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(2) {
  animation: 0.5s ease-out 0.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(3) {
  animation: 0.5s ease-out 0.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(4) {
  animation: 0.5s ease-out 0.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(5) {
  animation: 0.5s ease-out 1s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(6) {
  animation: 0.5s ease-out 1.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(7) {
  animation: 0.5s ease-out 1.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(8) {
  animation: 0.5s ease-out 1.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(9) {
  animation: 0.5s ease-out 1.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(10) {
  animation: 0.5s ease-out 2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(11) {
  animation: 0.5s ease-out 2.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(12) {
  animation: 0.5s ease-out 2.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(13) {
  animation: 0.5s ease-out 2.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(14) {
  animation: 0.5s ease-out 2.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(15) {
  animation: 0.5s ease-out 3s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(16) {
  animation: 0.5s ease-out 3.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(17) {
  animation: 0.5s ease-out 3.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(18) {
  animation: 0.5s ease-out 3.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(19) {
  animation: 0.5s ease-out 3.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(20) {
  animation: 0.5s ease-out 4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(21) {
  animation: 0.5s ease-out 4.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(22) {
  animation: 0.5s ease-out 4.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(23) {
  animation: 0.5s ease-out 4.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(24) {
  animation: 0.5s ease-out 4.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(25) {
  animation: 0.5s ease-out 5s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(26) {
  animation: 0.5s ease-out 5.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(27) {
  animation: 0.5s ease-out 5.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(28) {
  animation: 0.5s ease-out 5.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(29) {
  animation: 0.5s ease-out 5.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(30) {
  animation: 0.5s ease-out 6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(31) {
  animation: 0.5s ease-out 6.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(32) {
  animation: 0.5s ease-out 6.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(33) {
  animation: 0.5s ease-out 6.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(34) {
  animation: 0.5s ease-out 6.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(35) {
  animation: 0.5s ease-out 7s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(36) {
  animation: 0.5s ease-out 7.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(37) {
  animation: 0.5s ease-out 7.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(38) {
  animation: 0.5s ease-out 7.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(39) {
  animation: 0.5s ease-out 7.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(40) {
  animation: 0.5s ease-out 8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(41) {
  animation: 0.5s ease-out 8.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(42) {
  animation: 0.5s ease-out 8.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(43) {
  animation: 0.5s ease-out 8.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(44) {
  animation: 0.5s ease-out 8.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(45) {
  animation: 0.5s ease-out 9s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(46) {
  animation: 0.5s ease-out 9.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(47) {
  animation: 0.5s ease-out 9.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(48) {
  animation: 0.5s ease-out 9.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(49) {
  animation: 0.5s ease-out 9.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(50) {
  animation: 0.5s ease-out 10s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(51) {
  animation: 0.5s ease-out 10.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(52) {
  animation: 0.5s ease-out 10.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(53) {
  animation: 0.5s ease-out 10.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(54) {
  animation: 0.5s ease-out 10.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(55) {
  animation: 0.5s ease-out 11s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(56) {
  animation: 0.5s ease-out 11.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(57) {
  animation: 0.5s ease-out 11.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(58) {
  animation: 0.5s ease-out 11.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(59) {
  animation: 0.5s ease-out 11.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(60) {
  animation: 0.5s ease-out 12s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(61) {
  animation: 0.5s ease-out 12.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(62) {
  animation: 0.5s ease-out 12.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(63) {
  animation: 0.5s ease-out 12.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(64) {
  animation: 0.5s ease-out 12.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(65) {
  animation: 0.5s ease-out 13s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(66) {
  animation: 0.5s ease-out 13.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(67) {
  animation: 0.5s ease-out 13.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(68) {
  animation: 0.5s ease-out 13.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(69) {
  animation: 0.5s ease-out 13.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(70) {
  animation: 0.5s ease-out 14s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(71) {
  animation: 0.5s ease-out 14.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(72) {
  animation: 0.5s ease-out 14.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(73) {
  animation: 0.5s ease-out 14.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(74) {
  animation: 0.5s ease-out 14.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(75) {
  animation: 0.5s ease-out 15s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(76) {
  animation: 0.5s ease-out 15.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(77) {
  animation: 0.5s ease-out 15.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(78) {
  animation: 0.5s ease-out 15.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(79) {
  animation: 0.5s ease-out 15.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(80) {
  animation: 0.5s ease-out 16s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(81) {
  animation: 0.5s ease-out 16.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(82) {
  animation: 0.5s ease-out 16.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(83) {
  animation: 0.5s ease-out 16.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(84) {
  animation: 0.5s ease-out 16.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(85) {
  animation: 0.5s ease-out 17s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(86) {
  animation: 0.5s ease-out 17.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(87) {
  animation: 0.5s ease-out 17.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(88) {
  animation: 0.5s ease-out 17.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(89) {
  animation: 0.5s ease-out 17.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(90) {
  animation: 0.5s ease-out 18s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(91) {
  animation: 0.5s ease-out 18.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(92) {
  animation: 0.5s ease-out 18.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(93) {
  animation: 0.5s ease-out 18.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(94) {
  animation: 0.5s ease-out 18.8s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(95) {
  animation: 0.5s ease-out 19s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(96) {
  animation: 0.5s ease-out 19.2s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(97) {
  animation: 0.5s ease-out 19.4s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(98) {
  animation: 0.5s ease-out 19.6s 1 forwards gsFadeUp;
}
.card-module.active .cards .card-container:nth-child(99) {
  animation: 0.5s ease-out 19.8s 1 forwards gsFadeUp;
}
.card-module.container-overlap .gs-module-container {
  margin-top: -8em;
}

.carousel-module {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .carousel-module.full-bleed {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-module .gs-module-column {
  margin-left: auto;
  margin-right: auto;
}
.carousel-module .slide-container {
  border-radius: 4px;
}
.carousel-module .slide-container:not(.slick-initialized) .carousel-slide:not(:first-child) {
  display: none;
}
.carousel-module .carousel-slide {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.carousel-module .carousel-slide.has-background-image {
  background: #444446;
}
.carousel-module .carousel-slide.has-background-image .bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-module .carousel-slide.has-background-image .wysiwyg * {
  color: #fff;
}
.carousel-module .carousel-slide.background-image-only {
  min-height: 645px;
}
.carousel-module .carousel-slide .slide-content-container {
  margin-left: auto;
  margin-right: auto;
}
.carousel-module .carousel-slide .slide-content-container.has-featured-image {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .carousel-module .carousel-slide .slide-content-container.has-featured-image {
    flex-direction: row;
  }
}
.carousel-module .carousel-slide .slide-content-container.has-featured-image .slide-content {
  flex: 0 0 50%;
}
.carousel-module .carousel-slide .slide-content-container.has-featured-image .slide-content + .slide-content {
  padding-left: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .carousel-module .carousel-slide .slide-content-container.has-featured-image .slide-content + .slide-content {
    padding-left: 2rem;
    margin-bottom: 0;
  }
}
.carousel-module .slide-container.no-gradient .carousel-slide.has-background-image:before {
  display: none;
}
.carousel-module .inner-slide {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.carousel-module.full-bleed .gs-module-container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.carousel-module.full-bleed .gs-module-column {
  border-radius: 0;
}
.carousel-module.full-bleed .inner-slide {
  max-width: 1440px;
}
.carousel-module.full-bleed .slide-content-container {
  max-width: 91.6666666667%;
}
.carousel-module.full-bleed .slide-content-container.has-featured-image {
  max-width: 91.6666666667%;
}
@media screen and (min-width: 992px) {
  .carousel-module.full-bleed .slide-content-container {
    max-width: 83.3333333333%;
  }
}
.carousel-module.full-bleed .slick-dots {
  max-width: 83.3333333333%;
}
.carousel-module:not(.full-bleed) .gs-module-column {
  max-width: 100%;
}
.carousel-module:not(.full-bleed) .inner-slide {
  max-width: none;
}
.carousel-module:not(.full-bleed) .slide-content-container {
  max-width: 91.6666666667%;
}
@media screen and (min-width: 992px) {
  .carousel-module:not(.full-bleed) .slide-content-container {
    max-width: 83.3333333333%;
  }
}
.carousel-module:not(.full-bleed) .slide-content-container.has-featured-image {
  max-width: 91.6666666667%;
}
@media screen and (min-width: 992px) {
  .carousel-module:not(.full-bleed) .slide-content-container.has-featured-image {
    max-width: 83.3333333333%;
  }
}
.carousel-module .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f36a26;
  top: 42%;
}
.carousel-module .slick-arrow:before {
  content: url("/wp-content/themes/teslar/img/arrow-right.svg");
  line-height: 0;
  display: block;
  opacity: 1;
}
.carousel-module .slick-prev {
  left: -40px;
}
.carousel-module .slick-prev:before {
  transform: rotate(180deg);
}
.carousel-module .slick-next {
  right: -40px;
}
.carousel-module.industry-news .carousel-slide {
  padding: 0;
}
.carousel-module.industry-news .carousel-slide .inner-slide {
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .carousel-module.industry-news .gs-module-column {
    padding: 0 2rem;
  }
  .carousel-module.industry-news .slick-prev {
    z-index: 99;
  }
  .carousel-module.industry-news .slick-next {
    z-index: 99;
  }
}

.expandable-module .expandable-content {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-top: solid 1px #dbe0e5;
  border-bottom: solid 1px #dbe0e5;
}
.expandable-module .expandable-content .expandable-content-trigger {
  cursor: pointer;
  padding-right: 2rem;
  margin-bottom: 0;
  position: relative;
}
.expandable-module .expandable-content .expandable-content-trigger:after {
  content: "V";
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  opacity: 0.54;
}
.expandable-module .expandable-content .expandable-content-container {
  display: none;
  margin-top: 1.6rem;
}
.expandable-module .expandable-content .expandable-content-container > * {
  padding-right: 2.0833333333%;
}
.expandable-module .expandable-content.open .expandable-content-trigger:after {
  transform: translateY(-50%) rotate(180deg);
}
.expandable-module .expandable-content.open .expandable-content-container {
  display: flex;
}

.featured-list-module .featured-list {
  display: block;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .featured-list-module .featured-list {
    display: flex;
    flex-wrap: nowrap;
  }
}
.featured-list-module .featured-list-content {
  flex: 0 1 50%;
  padding-right: 2.0833333333%;
}
.featured-list-module .featured-list-list-title {
  margin-bottom: 0;
}
.featured-list-module .featured-list-lists {
  flex: 0 1 50%;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
.featured-list-module .featured-list-list {
  flex: 1 0 100%;
  border-radius: 4px;
  padding: 2rem 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .featured-list-module .featured-list-list {
    flex: 1 0 50%;
  }
}
.featured-list-module .featured-list-list-items {
  list-style: none;
  padding-left: 0;
}
.featured-list-module .featured-list-list-items > li {
  padding: 1.2em 0em 1.2em 2em;
  position: relative;
}
.featured-list-module .featured-list-list-items > li + li {
  border-top: solid 1px #dbe0e5;
}
.featured-list-module .featured-list-list-items > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: gray;
  border-radius: 50%;
}

.grouping-module .grouping-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grouping-module .grouping-container > .grouping-module {
  max-width: none;
}
.grouping-module.flex .simple-content .wysiwyg .h1 {
  font-size: 2.25em;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .grouping-module.flex .simple-content .wysiwyg .h1 {
    font-size: 3em;
    line-height: 1.3;
  }
}

.hero-module:not(.slider) {
  min-height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-module:not(.slider) .full-height {
    min-height: calc(100vh - 80px);
  }
}
.hero-module:not(.slider) .gs-module-column {
  position: relative;
  display: flex;
}
.hero-module:not(.slider).height-auto {
  min-height: auto;
}
.hero-module:not(.slider).has-featured-image {
  background-color: #dee2e6;
}
.hero-module.simple .left-content {
  margin-left: auto;
  margin-right: auto;
}
.hero-module.simple .right-content {
  display: none;
}
.hero-module.simple .wysiwyg h1 {
  margin-top: 0;
}
.hero-module.simple .wysiwyg > *:not(.eyebrow) {
  margin-bottom: 1rem;
}
.hero-module .hero-content {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-module .hero-content {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hero-module .hero-content {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-module .hero-content {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-module .hero-content {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
}
.hero-module.two-column {
  background-color: #444446;
}
.hero-module.two-column .hero-content {
  display: block;
}
@media screen and (min-width: 992px) {
  .hero-module.two-column .hero-content {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    align-items: center;
  }
}
.hero-module.two-column .left-content {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .hero-module.two-column .left-content {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 2.0833333333%;
  }
}
.hero-module.two-column .left-content .wysiwyg > * {
  color: #ffffff !important;
}
.hero-module.two-column .left-content .wysiwyg h1 {
  margin-top: 0;
}
.hero-module.two-column .left-content .wysiwyg > *:not(.eyebrow) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .hero-module.two-column .right-content {
    flex: 1;
  }
}
.hero-module.slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero-module.slider .slide-container:not(.slick-initialized) .hero-slide {
  opacity: 0;
}
.hero-module.slider .slide-container:not(.slick-initialized) .hero-slide:not(:first-child) {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-module.slider.full-bleed {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-module.slider .gs-module-column {
  margin-left: auto;
  margin-right: auto;
}
.hero-module.slider .slide-container {
  border-radius: 4px;
  margin-bottom: 2em;
}
.hero-module.slider .slide-container:not(.slick-initialized) .carousel-slide:not(:first-child) {
  display: none;
}
.hero-module.slider .hero-slide {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.hero-module.slider .hero-slide.has-background-image .bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hero-module.slider .hero-slide.has-background-image .animated-image svg {
  width: 100%;
}
.hero-module.slider .hero-slide.background-image-only {
  min-height: 525px;
}
.hero-module.slider .hero-slide.simple .slide-content-container {
  width: 100%;
}
.hero-module.slider .hero-slide.simple .slide-content-container .slide-content {
  max-width: 39rem;
  margin-right: auto;
}
.hero-module.slider .hero-slide .slide-content-container {
  margin-left: auto;
  margin-right: auto;
}
.hero-module.slider .hero-slide .slide-content-container.has-featured-image {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .hero-module.slider .hero-slide .slide-content-container.has-featured-image {
    flex-direction: row;
  }
}
.hero-module.slider .hero-slide .slide-content-container.has-featured-image .slide-content {
  flex: 0 0 50%;
}
.hero-module.slider .hero-slide .slide-content-container.has-featured-image .slide-content + .slide-content {
  padding-left: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .hero-module.slider .hero-slide .slide-content-container.has-featured-image .slide-content + .slide-content {
    padding-left: 2rem;
    margin-bottom: 0;
  }
}
.hero-module.slider .slide-container.no-gradient .carousel-slide.has-background-image:before {
  display: none;
}
.hero-module.slider .inner-slide {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-module.slider .slick-dots {
  bottom: 0;
}
.hero-module.slider .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
}
.hero-module.slider .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
}
.hero-module.slider .slick-dots li button:before {
  border: 0;
  border-radius: 0;
  background-color: #a6a6a6;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
}
.hero-module.slider .slick-dots li.slick-active button:before {
  background-color: #f36a26;
}
.hero-module.slider.full-bleed .gs-module-container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.hero-module.slider.full-bleed .gs-module-column {
  border-radius: 0;
}
.hero-module.slider.full-bleed .inner-slide {
  max-width: 1440px;
}
.hero-module.slider.full-bleed .slide-content-container {
  max-width: 91.6666666667%;
}
.hero-module.slider.full-bleed .slide-content-container.has-featured-image {
  max-width: 91.6666666667%;
}
@media screen and (min-width: 992px) {
  .hero-module.slider.full-bleed .slide-content-container {
    max-width: 83.3333333333%;
  }
}
.hero-module.slider.full-bleed .slick-dots {
  max-width: 83.3333333333%;
}
.hero-module.slider:not(.full-bleed) .gs-module-column {
  max-width: 100%;
}
.hero-module.slider:not(.full-bleed) .inner-slide {
  max-width: none;
}
.hero-module.slider:not(.full-bleed) .slide-content-container {
  max-width: 74em;
}
.home-intro-animation .animation-wrap .content-sections .content-section {
  margin: calc(4em + 10vh) 0;
}
.home-intro-animation .animation-wrap .content-sections .content-section:first-child {
  margin-top: 0;
}
.home-intro-animation .intro-animated-graphic {
  opacity: 0;
  transition: all 0.3s ease;
}
.home-intro-animation.active .intro-animated-graphic {
  opacity: 1;
}
@media (min-width: 991px) {
  .home-intro-animation .animation-wrap {
    display: flex;
    flex-direction: row;
    padding-top: 5%;
  }
  .home-intro-animation .animation-wrap .content-sections {
    flex: 0 0 50%;
    padding: 0 8%;
  }
  .home-intro-animation .animation-wrap .graphic-section {
    flex: 0 0 50%;
    padding-top: 3%;
  }
  .home-intro-animation .animation-wrap .graphic-section .intro-animated-graphic {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-intro-animation .animation-wrap .graphic-section .intro-animated-graphic svg {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .intro-animated-graphic {
    display: none;
  }
}
.icon-grid-module .gs-module-column {
  display: block;
  flex-wrap: wrap;
}
.icon-grid-module .icon-grid-content {
  margin-bottom: 3em;
}
.icon-grid-module .icon-grid.custom-icon-grid {
  gap: 2.5rem;
}
.icon-grid-module .icon-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  justify-content: space-around;
}
.icon-grid-module .icon-grid[data-align=left] {
  justify-content: flex-start;
}
.icon-grid-module .icon-grid[data-align=right] {
  justify-content: flex-end;
}
.icon-grid-module .icon-grid .icon-grid-item {
  flex: 0 0 25%;
  text-align: center;
  padding: 0 1rem;
}
.icon-grid-module .icon-grid .icon-grid-item .icon-grid-item-image {
  width: 150px;
  height: 150px;
  display: flex;
  margin: auto;
}
.icon-grid-module .icon-grid .icon-grid-item .icon-grid-item-image img {
  margin: auto;
}
.icon-grid-module .icon-grid .icon-grid-item .icon-grid-item-title {
  font-size: 1.5rem;
  margin-top: 0;
}
.icon-grid-module.side-by-side .gs-module-column {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .icon-grid-module.side-by-side .gs-module-column {
    display: flex;
  }
}
.icon-grid-module.side-by-side .icon-grid-content {
  flex: 0 0 50%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .icon-grid-module.side-by-side .icon-grid-content {
    max-width: 45%;
  }
}
.icon-grid-module.side-by-side .icon-grid {
  flex: 0 0 50%;
}
@media screen and (min-width: 992px) {
  .icon-grid-module.side-by-side .icon-grid {
    padding-left: 5%;
  }
  .icon-grid-module.side-by-side .icon-grid .icon-grid-item {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 992px) {
  .icon-grid-module.icon-column-count-1 .icon-grid .icon-grid-item {
    flex-basis: 100%;
  }
  .icon-grid-module.icon-column-count-2 .icon-grid .icon-grid-item {
    flex-basis: 50%;
  }
  .icon-grid-module.icon-column-count-3 .icon-grid .icon-grid-item {
    flex-basis: 33.3333333333%;
  }
  .icon-grid-module.icon-column-count-4 .icon-grid .icon-grid-item {
    flex-basis: 25%;
  }
  .icon-grid-module.icon-column-count-5 .icon-grid .icon-grid-item {
    flex-basis: 20%;
  }
  .icon-grid-module.icon-column-count-6 .icon-grid .icon-grid-item {
    flex-basis: 16.6666666667%;
  }
  .icon-grid-module.icon-column-count-7 .icon-grid .icon-grid-item {
    flex-basis: 14.2857142857%;
  }
  .icon-grid-module.icon-column-count-8 .icon-grid .icon-grid-item {
    flex-basis: 12.5%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .icon-grid-module.side-by-side.icon-column-count-4 .icon-grid .icon-grid-item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .icon-grid-module .icon-grid .icon-grid-item {
    flex-basis: 33%;
    margin-bottom: 2em;
  }
  .icon-grid-module .icon-grid .icon-grid-item .icon-grid-item-image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 550px) {
  .icon-grid-module .icon-grid-content {
    margin-bottom: 2em;
  }
  .icon-grid-module .icon-grid .icon-grid-item {
    flex-basis: 50%;
    margin-bottom: 1em;
  }
}

.custom-solutions .icon-grid-item {
  position: relative;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px #888;
  padding-block: 2rem !important;
  cursor: pointer;
}
.custom-solutions .icon-grid-item:hover {
  box-shadow: 0 0 14px #999;
}
.custom-solutions .icon-grid-item:hover .custom-solutions-preview {
  opacity: 1;
}

.custom-solutions-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0.5rem;
  background-color: #f36a26f0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.custom-solutions-preview a, .custom-solutions-preview .text-only {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  text-decoration: none;
  padding-block: 1rem;
}
.custom-solutions-preview a:hover, .custom-solutions-preview .text-only:hover {
  opacity: 1;
}
.custom-solutions-preview p {
  color: #fff;
  font-weight: 500;
  font-family: "Work Sans", "arial", sans-serif;
  text-shadow: 0 0 1px #666;
  word-break: break-word;
  padding-inline: 1rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.custom-solutions-preview .button, .custom-solutions-preview .hs-button, .custom-solutions-preview input[type=submit],
.custom-solutions-preview input[type=button],
.custom-solutions-preview input[type=reset] {
  background-color: transparent;
  border: none;
}
.custom-solutions-preview .button:hover, .custom-solutions-preview .hs-button:hover, .custom-solutions-preview input[type=submit]:hover,
.custom-solutions-preview input[type=button]:hover,
.custom-solutions-preview input[type=reset]:hover {
  background-color: initial;
  outline-offset: 0;
}

@media screen and (max-width: 992px) {
  .custom-solutions .icon-grid-item {
    flex-basis: 100% !important;
  }

  .custom-solutions-preview a, .custom-solutions-preview .button, .custom-solutions-preview .hs-button, .custom-solutions-preview input[type=submit],
.custom-solutions-preview input[type=button],
.custom-solutions-preview input[type=reset] {
    font-size: 1.4rem;
  }

  .icon-grid.custom-icon-grid {
    gap: 1.5rem !important;
  }

  .custom-icon-grid .icon-grid-item {
    flex-basis: 100% !important;
    gap: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .icon-grid.custom-icon-grid {
    gap: 0 !important;
  }
}
.solutions-module .gs-module-container .gs-module-column {
  flex-direction: row;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .solutions-module .gs-module-container .gs-module-column {
    display: flex;
    flex-wrap: nowrap;
    gap: 3rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.solutions-module .gs-module-container .gs-module-column .solutions-container {
  flex: 1;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .eyebrow {
  margin-bottom: 2rem;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container {
  padding-right: 2.5em;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container {
  position: relative;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container:not(:last-of-type) {
  padding-bottom: 1.5rem;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: calc((1.5rem / 2) - 1px);
  height: calc(100% - 2.5rem);
  margin-top: 2.25rem;
  border-left: 2px solid #EBEBEB;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container:not(:last-of-type) .wysiwyg:before {
  content: "+";
  position: absolute;
  font-size: 24px;
  width: 1.5rem;
  color: #EBEBEB;
  text-align: center;
  background-color: #ffffff;
  left: 0;
  top: calc(50% - 1rem);
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container .wysiwyg {
  padding-left: 2.5rem;
  position: relative;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container .solution-title {
  margin-left: 2.5rem;
}
.solutions-module .gs-module-container .gs-module-column .solutions-container .solutions-repeater-container .solutions-solution-container .solution-title:before {
  content: "";
  background: url("/wp-content/themes/teslar/img/bullet-orange.png");
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-size: contain;
  margin-top: 0.25rem;
}
.solutions-module .gs-module-container .gs-module-column .solutions-image img {
  max-width: 510px;
  width: 100%;
}
@media (min-width: 992px) {
  .solutions-module .gs-module-container .gs-module-column .solutions-image img {
    position: sticky;
    top: 80px;
  }
}
.solutions-module .gs-module-container .gs-module-column .video-embed {
  width: 45vw;
  max-width: 50rem;
  height: auto;
  border: 4px solid #444;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .solutions-module .gs-module-container .gs-module-column .video-embed {
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 991px) {
  .solutions-module .gs-module-container .gs-module-column .video-embed {
    width: 90vw;
  }
}

.tab-module .gs-module-container {
  position: relative;
}
.tab-module .tabs {
  display: block;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .tab-module .tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .tab-module .tabs .tab-control-mobile {
    display: none;
  }
}
.tab-module .tabs .tab-control-container {
  flex: 0 1 0%;
  display: none;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .tab-module .tabs .tab-control-container {
    display: flex;
  }
}
.tab-module .tabs .tab-control-container .tab-control {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .tab-module .tabs .tab-control-container .tab-control {
    display: flex;
    border-top: solid 2px #f36a26;
    justify-content: center;
  }
}
.tab-module .tabs .tab-control-container .tab-control > li > div {
  display: block;
  color: #f36a26;
  text-decoration: none;
  padding: 1rem 1.4rem;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab-module .tabs .tab-control-container .tab-control > li > div:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: all 0.3s ease;
  visibility: hidden;
  overflow: hidden;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.tab-module .tabs .tab-control-container .tab-control > li.active > div {
  color: #ffffff;
}
.tab-module .tabs .tab-control-container .tab-control > li.active > div:after {
  visibility: visible;
  margin-top: 0;
  margin-bottom: 0;
}
.tab-module .tabs .tab-content {
  flex: 0 1 80%;
  transition: all 0.3s ease;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.tab-module .tabs .tab-content .tab-panel {
  display: block;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  display: none;
  margin-bottom: 0;
}
.tab-module .tabs .tab-content .tab-panel.active {
  display: block;
  opacity: 0;
  animation: 0.5s ease-out 1 forwards gsFade;
}
.tab-module .tabs .tab-content .tab-panel.active .tab-panel-container {
  display: flex;
}
.tab-module .tabs .tab-content .tab-panel .tab-internal-content {
  flex: 1;
  padding-top: 2rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .tab-module .tabs .tab-content .tab-panel .tab-internal-content .tab-3-col {
    display: flex;
  }
  .tab-module .tabs .tab-content .tab-panel .tab-internal-content .tab-3-col .col-item {
    flex: 1;
  }
}
.tab-module .tabs .tab-content .tab-panel .tab-internal-image {
  flex: 1;
  transition: all 0.3s ease;
}
.tab-module .tabs .tab-content .tab-panel .button-container {
  text-align: center;
  padding-top: 2em;
}
.tab-module:after {
  left: 0% !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
  transition: all 0.3s ease;
}
.tab-module[data-active="1"]:after {
  left: calc((100% / var(--thisCount)) * 1) !important;
}
.tab-module[data-active="2"]:after {
  left: calc((100% / var(--thisCount)) * 2) !important;
}
.tab-module[data-active="3"]:after {
  left: calc((100% / var(--thisCount)) * 3) !important;
}
.tab-module[data-active="4"]:after {
  left: calc((100% / var(--thisCount)) * 4) !important;
}
.tab-module[data-active="5"]:after {
  left: calc((100% / var(--thisCount)) * 5) !important;
}
.tab-module[data-active="6"]:after {
  left: calc((100% / var(--thisCount)) * 6) !important;
}
.tab-module[data-active="7"]:after {
  left: calc((100% / var(--thisCount)) * 7) !important;
}
.tab-module[data-active="8"]:after {
  left: calc((100% / var(--thisCount)) * 8) !important;
}
.tab-module[data-active="9"]:after {
  left: calc((100% / var(--thisCount)) * 9) !important;
}
.tab-module[data-active="10"]:after {
  left: calc((100% / var(--thisCount)) * 10) !important;
}
@media (max-width: 767px) {
  .tab-module .tabs .tab-control-mobile {
    border-top: 2px solid #f36a26;
  }
  .tab-module .tabs .tab-control-mobile .link-arrow, .tab-module .tabs .tab-control-mobile .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description .tab-module .tabs .tab-control-mobile a {
    padding: 1.4em 0;
    margin: 0;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .tab-module .tabs .tab-control-mobile .link-arrow:after, .tab-module .tabs .tab-control-mobile .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a:after, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description .tab-module .tabs .tab-control-mobile a:after {
    transform: rotate(90deg);
  }
  .tab-module .tabs .tab-control-mobile.active {
    height: 0;
  }
  .tab-module .tabs .tab-control-mobile.active .link-arrow, .tab-module .tabs .tab-control-mobile.active .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description .tab-module .tabs .tab-control-mobile.active a {
    opacity: 0;
    visibility: hidden;
  }
  .tab-module .tabs .tab-content .tab-panel {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .tab-module .tabs .tab-content .tab-panel .tab-internal-image img {
    max-width: 400px;
    margin: 0 auto;
  }
  .tab-module .tabs .tab-content .tab-panel .button-container {
    padding-bottom: 2em;
  }
  .tab-module .tabs .tab-content .tab-panel.active {
    transition: all 0.8s ease;
    max-height: 99em;
  }
  .tab-module .tabs .tab-content .tab-panel.active .tab-panel-container {
    flex-direction: column-reverse;
  }
}

.team-listing-module .team-listing-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5em;
}
.team-listing-module .team-listing-intro {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.team-listing-module .team-listing__single {
  display: block;
  flex-wrap: wrap;
  background: #444446;
  position: relative;
}
@media screen and (min-width: 768px) {
  .team-listing-module .team-listing__single {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}
.team-listing-module .team-listing__single > * {
  padding-left: 0;
  padding-right: 0;
}
.team-listing-module .team-listing__single .team-listing-content {
  flex: 1 0 auto;
  padding: 0.5em 2em 2.5em;
}
.team-listing-module .team-listing__single .team-listing-content .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4em;
}
.team-listing-module .team-listing__single .team-listing-content .content-header .name {
  margin-bottom: 0;
}
.team-listing-module .team-listing__single .team-listing-content .content-header a {
  position: relative;
  z-index: 10;
}
.team-listing-module .team-listing__single .team-listing-content .content-header a span {
  font-size: 1.8em;
}
.team-listing-module .team-listing__single .team-listing-content .content-header a:hover span, .team-listing-module .team-listing__single .team-listing-content .content-header a:hover * {
  color: #f36a26;
}
.team-listing-module .team-listing__single .team-listing-content * {
  color: #ffffff;
}
.team-listing-module .team-listing__single .team-listing-content .link-arrow, .team-listing-module .team-listing__single .team-listing-content .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description .team-listing-module .team-listing__single .team-listing-content a {
  position: absolute;
  bottom: 0.6em;
  right: 0.6em;
  opacity: 0;
  transition: all 0.3s ease;
}
.team-listing-module .team-listing__single .team-listing-image-container {
  width: 100%;
  height: 0;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
  --fg-color: var(--color-primary);
}
.team-listing-module .team-listing__single .team-listing-image-container:before {
  padding-top: 50% !important;
  background: radial-gradient(160% 500% ellipse at center -400%, transparent 99.97%, #444446) !important;
  z-index: 4 !important;
}
.team-listing-module .team-listing__single .team-listing-image-container:after {
  content: "";
  position: absolute;
  left: -25%;
  top: -10%;
  width: 150%;
  height: 0;
  padding-top: 150%;
  z-index: 0;
  background: radial-gradient(closest-side circle at center, var(--glow-color), transparent);
  transition: all 0.3s ease;
  transform: translateY(30%);
}
.team-listing-module .team-listing__single .team-listing-image-container > img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  filter: grayscale(1);
  transition: all 0.3s ease;
  z-index: 2;
}
.team-listing-module .team-listing__single a.absolute-fill {
  z-index: 5;
}
.team-listing-module .team-listing__single:hover .team-listing-image-container > img {
  filter: grayscale(0);
}
.team-listing-module .team-listing__single:hover .team-listing-image-container:after {
  transform: translateY(0);
}
.team-listing-module .team-listing__single:hover .team-listing-content .link-arrow, .team-listing-module .team-listing__single:hover .team-listing-content .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a, .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description .team-listing-module .team-listing__single:hover .team-listing-content a {
  opacity: 1;
  color: #f36a26;
}
@media screen and (min-width: 768px) {
  .team-listing-module.reverse .team-listing__single {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .team-listing-module.reverse .team-listing__single {
    flex-direction: row-reverse;
  }
}
.team-listing-module.full-bleed {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.team-listing-module.full-bleed .team-listing__single {
  max-width: none;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .team-listing-module.full-bleed .team-listing__single {
    flex-direction: row;
  }
}
.team-listing-module.full-bleed .team-listing-content {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .team-listing-module.full-bleed .team-listing-content {
    max-width: 65%;
    flex-basis: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .team-listing-module.full-bleed .team-listing-content {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .team-listing-module.full-bleed .team-listing-image-container {
    padding-left: 8.3333333333%;
    padding-right: 0;
  }
}
.team-listing-module.full-bleed .team-listing-image {
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .team-listing-module.full-bleed .team-listing-image {
    min-height: 100%;
    height: 100%;
  }
}
.team-listing-module.full-bleed.reverse .gs-module-container {
  padding-left: 0;
  padding-right: 4.1666666667%;
}
@media screen and (min-width: 768px) {
  .team-listing-module.full-bleed.reverse .team-listing__single {
    flex-direction: row-reverse;
  }
}
.team-listing-module.full-bleed.reverse .team-listing-content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .team-listing-module.full-bleed.reverse .team-listing-image-container {
    padding-left: 0;
    padding-right: 8.3333333333%;
  }
}

.single-team .single-team-section .gs-container {
  max-width: 60em;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .single-team .single-team-wrap {
    display: flex;
  }
}
@media (max-width: 991px) {
  .single-team .single-team-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
.single-team .single-team-wrap .team-single-image {
  flex: 0 0 40%;
}
.single-team .single-team-wrap .team-single-image .image-wrap {
  background: #444446;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  --fg-color: var(--color-primary);
  overflow: hidden;
}
.single-team .single-team-wrap .team-single-image .image-wrap:after {
  content: "";
  position: absolute;
  left: -25%;
  top: -10%;
  width: 150%;
  height: 0;
  padding-top: 150%;
  z-index: 0;
  background: radial-gradient(closest-side circle at center, var(--glow-color), transparent);
  transition: all 0.3s ease;
  transform: translateY(30%);
}
.single-team .single-team-wrap .team-single-image .image-wrap > img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: all 0.3s ease;
  z-index: 2;
}
.single-team .single-team-wrap .team-single-content {
  padding: 2em;
}
.single-team .single-team-wrap .team-single-content .contact-info {
  margin: 0.5em 0 1em;
}
.single-team .single-team-wrap .team-single-content .contact-info a {
  font-size: 1.4em;
  margin: 0 0.4em 0 0;
}
.single-team .single-team-wrap .team-single-content .contact-info a:hover {
  opacity: 1;
}
.single-team .single-team-wrap .team-single-content .contact-info a:hover span {
  color: #f36a26;
}
.single-team .single-team-wrap .team-single-content .bio {
  margin-top: 0.5em;
}

.testimonial-module {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .testimonial-module.full-bleed {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonial-module .gs-module-column {
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
.testimonial-module .slide-container:not(.slick-initialized) .testimonial-slide:not(:first-child) {
  display: none;
}
.testimonial-module .testimonial-slide {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.testimonial-module .testimonial-slide .slide-content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.testimonial-module .testimonial-slide .slide-attribution-container {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.testimonial-module .testimonial-slide .slide-attribution {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.testimonial-module .testimonial-slide .slide-attribution > * {
  margin-bottom: 0;
  color: #444446;
}
.testimonial-module .testimonial-slide .attribution-image {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: auto;
  margin-bottom: 0;
  background-color: #f8f9fa;
}
.testimonial-module .inner-slide {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.testimonial-module .quote-mark {
  font-size: 11rem;
  font-weight: 600;
  line-height: 42px;
  position: absolute;
  font-family: "Outfit", "arial", sans-serif;
  z-index: -1;
}
.testimonial-module.full-bleed .gs-module-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.testimonial-module.full-bleed .gs-module-column {
  max-width: none;
  border-radius: 0;
}
.testimonial-module.full-bleed .inner-slide {
  max-width: 1440px;
}
.testimonial-module.full-bleed .slide-content-container {
  max-width: 75%;
}
.testimonial-module.full-bleed .slide-attribution {
  max-width: 75%;
}
.testimonial-module.full-bleed .attribution-image {
  left: 9rem;
  top: -1rem;
}
.testimonial-module.full-bleed .slick-dots {
  max-width: 91.6666666667%;
}
.testimonial-module .quote-mark {
  color: #444446;
  left: 0;
  top: -2rem;
}
@media screen and (min-width: 768px) {
  .testimonial-module .quote-mark {
    left: 1.3rem;
    top: 0.7rem;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-module .quote-mark {
    left: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonial-module:not(.full-bleed) .gs-module-column {
    max-width: 91.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-module:not(.full-bleed) .gs-module-column {
    max-width: 100%;
  }
}
.testimonial-module:not(.full-bleed) .inner-slide {
  max-width: none;
}
.testimonial-module:not(.full-bleed) .slide-content-container {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
}
.testimonial-module:not(.full-bleed) .slide-attribution {
  max-width: 50%;
}
.testimonial-module:not(.full-bleed) .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f36a26;
  top: 42%;
}
.testimonial-module:not(.full-bleed) .slick-arrow:before {
  content: url("/wp-content/themes/teslar/img/arrow-right.svg");
  line-height: 0;
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonial-module:not(.full-bleed) .slick-arrow:hover:before {
  transform: translateX(0.3rem);
}
.testimonial-module:not(.full-bleed) .slick-prev {
  left: -40px;
}
.testimonial-module:not(.full-bleed) .slick-prev:before {
  transform: rotate(180deg);
}
.testimonial-module:not(.full-bleed) .slick-prev:hover:before {
  transform: rotate(180deg) translateX(0.3rem);
}
.testimonial-module:not(.full-bleed) .slick-next {
  right: -40px;
}
.testimonial-module.logo-slider .primary-slider .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f36a26;
  top: 42%;
}
.testimonial-module.logo-slider .primary-slider .slick-arrow:before {
  content: url("/wp-content/themes/teslar/img/arrow-right.svg");
  line-height: 0;
  display: block;
  opacity: 1;
}
.testimonial-module.logo-slider .primary-slider .slick-arrow:hover:before {
  transform: translateX(0.3rem);
}
.testimonial-module.logo-slider .primary-slider .slick-prev {
  left: -40px;
}
.testimonial-module.logo-slider .primary-slider .slick-prev:before {
  transform: rotate(180deg);
}
.testimonial-module.logo-slider .primary-slider .slick-prev:hover:before {
  transform: rotate(180deg) translateX(0.3rem);
}
.testimonial-module.logo-slider .primary-slider .slick-next {
  right: -40px;
}
.testimonial-module.logo-slider .primary-slider .testimonial-slide {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.testimonial-module.logo-slider .primary-slider .inner-slide {
  max-width: 90%;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-module.logo-slider .primary-slider .inner-slide-bg {
  background-position: center !important;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: grayscale(90%);
}
.testimonial-module.logo-slider .primary-slider .inner-slide-content {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.testimonial-module.logo-slider .primary-slider .slide-content-container {
  display: flex;
  flex-direction: row;
  padding: 0 3rem;
  flex: 1;
  max-width: none;
}
.testimonial-module.logo-slider .primary-slider .slide-content-container .slide-headshot-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-headshot-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin-right: 2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 18em;
    padding: 2rem 1rem;
  }
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-headshot-wrapper .headshot-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 10px #f36a26;
    background: #444446;
  }
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-headshot-wrapper .headshot-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.testimonial-module.logo-slider .primary-slider .slide-content-container .slide-content-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-self: center;
  color: #ffffff;
  padding: 1em 0;
}
.testimonial-module.logo-slider .primary-slider .slide-content-container .slide-content-wrapper .attribution-image {
  background-color: #ffffff;
  background-size: 80%;
  background-position: center;
}
.testimonial-module.logo-slider .primary-slider .slide-content-container .slide-content-wrapper .slide-content-attribution-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 992px) {
  .testimonial-module.logo-slider .primary-slider .slick-list:after {
    max-width: 125px;
    content: "";
    border-top: 2px solid #f36a26;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  .testimonial-module.logo-slider .primary-slider .slick-dots {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    text-align: center;
    margin: auto;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 1vw;
    column-gap: 4vw;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .testimonial-module.logo-slider .primary-slider .slick-dots li {
    height: auto;
    width: auto;
    min-width: 100px;
    flex: 1;
    margin: 0 !important;
    opacity: 0.5;
    filter: grayscale(60%);
    transition: 0.3s ease all;
  }
  .testimonial-module.logo-slider .primary-slider .slick-dots li:hover {
    opacity: 1;
  }
  .testimonial-module.logo-slider .primary-slider .slick-dots li:hover a {
    opacity: 1;
  }
  .testimonial-module.logo-slider .primary-slider .slick-dots li.slick-active {
    opacity: 1;
    filter: none;
  }
  .testimonial-module.logo-slider .primary-slider .slick-dots li img {
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-module.logo-slider .primary-slider .slick-dots {
    display: none !important;
  }
}
.testimonial-module.logo-slider .button-container {
  text-align: right;
}
@media (max-width: 991px) {
  .testimonial-module.logo-slider .primary-slider .slide-content-container {
    padding: 0 2em;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-headshot-wrapper {
    max-width: 30vw;
  }
  .testimonial-module.logo-slider .primary-slider .testimonial-slide .logo-container {
    flex: 0 0 15%;
  }
  .testimonial-module.logo-slider .primary-slider .testimonial-slide .attribution-image {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-module.logo-slider .primary-slider .slick-prev {
    left: 0;
    z-index: 99;
  }
  .testimonial-module.logo-slider .primary-slider .slick-next {
    right: 0;
    z-index: 99;
  }
}
@media (max-width: 550px) {
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-content-wrapper {
    flex-direction: column-reverse;
  }
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-content-wrapper .logo-container {
    width: 100px;
    max-width: 20vw;
    margin-top: 1em;
  }
  .testimonial-module.logo-slider .primary-slider .slide-content-container .slide-content-wrapper .slide-content-attribution-container {
    margin-left: 0;
  }
}
.testimonial-module.two-column .testimonial-slide {
  padding: 5rem 3rem;
}
.testimonial-module.two-column .slide-content-wrapper {
  display: flex;
  flex-direction: row;
  flex: 0 0 63%;
  align-self: center;
  color: #ffffff;
}
.testimonial-module.two-column .slide-content-wrapper .attribution-image {
  background-color: #ffffff;
  padding: 2px;
  background-size: 80% !important;
  background-position: center;
}
.testimonial-module.two-column .slide-content-wrapper .slide-content-attribution-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 992px) {
  .testimonial-module.two-column .slide-content-wrapper {
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
    gap: 2rem;
  }
  .testimonial-module.two-column .testimonial-slide {
    padding: 4rem 1rem;
  }
}

.slick-custom-testimonials .slide-content-wrapper {
  flex: 1 !important;
  width: 100%;
}

.slick-custom-testimonials .inner-slide-content {
  padding-block: 4rem 2rem;
}

.slick-custom-testimonials .slide-content {
  font-size: 1.5rem;
  font-weight: 500;
}

.slick-custom-testimonials .button-container {
  text-align: right !important;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.slick-custom-testimonials .button-container .button, .slick-custom-testimonials .button-container .hs-button, .slick-custom-testimonials .button-container input[type=submit],
.slick-custom-testimonials .button-container input[type=button],
.slick-custom-testimonials .button-container input[type=reset] {
  font-size: 1.75rem !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem 5rem !important;
}

.slick-custom-testimonials .button-container .button:after, .slick-custom-testimonials .button-container .hs-button:after, .slick-custom-testimonials .button-container input[type=submit]:after,
.slick-custom-testimonials .button-container input[type=button]:after,
.slick-custom-testimonials .button-container input[type=reset]:after {
  display: none !important;
}

.slick-custom-testimonials .slick-dots {
  grid-template-columns: repeat(4, 1fr) !important;
  -moz-column-gap: 1vw !important;
       column-gap: 1vw !important;
  align-items: start !important;
}

.slick-custom-testimonials .inner-slide {
  max-width: 80% !important;
  min-height: 50rem !important;
}

.slick-custom-testimonials .slick-arrow {
  top: 50% !important;
  scale: 0.8;
  border-radius: 60%;
  z-index: 100;
}

.text-w-form-module .gs-module-column {
  max-width: 63rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .text-w-form-module .text-w-form-content-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.text-w-form-module .text-w-form-content-container .text-w-form-content .wysiwyg {
  max-width: 30em;
}
@media screen and (min-width: 992px) {
  .text-w-form-module .text-w-form-content-container .text-w-form-content {
    flex: 1 1 33%;
    padding-right: 5%;
  }
}
.text-w-form-module .text-w-form-content-container .text-w-form-form .wysiwyg {
  background-color: #444446;
}
@media (max-width: 767px) {
  .text-w-form-module .text-w-form-content-container .text-w-form-form .wysiwyg {
    padding: 1em;
  }
}
@media screen and (min-width: 992px) {
  .text-w-form-module .text-w-form-content-container .text-w-form-form {
    flex: 1 1 50%;
  }
}

.text-w-image-module .gs-module-column {
  display: block;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .text-w-image-module .gs-module-column {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .text-w-image-module .gs-module-column {
    flex-direction: row;
  }
}
.text-w-image-module .gs-module-column > * {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .text-w-image-module .gs-module-column > *:last-child {
    padding-left: 4.1666666667%;
    padding-right: 0;
  }
}
.text-w-image-module .text-w-image-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.text-w-image-module .text-w-image-content .wysiwyg {
  max-width: 36em;
}
@media screen and (min-width: 992px) {
  .text-w-image-module .text-w-image-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .text-w-image-module .text-w-image-content {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.text-w-image-module .text-w-image-image-container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  flex: 1;
}
.text-w-image-module .text-w-image-image-container > img {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .text-w-image-module.reverse .gs-module-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .text-w-image-module.reverse .gs-module-column {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .text-w-image-module.reverse .gs-module-column > *:last-child {
    padding-left: 0;
    margin-right: 4.1666666667%;
  }
}
.text-w-image-module.full-bleed {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.text-w-image-module.full-bleed .gs-module-column {
  max-width: none !important;
}
.text-w-image-module.full-bleed .text-w-image-content {
  padding-top: 3em;
  padding-bottom: 3em;
}
.text-w-image-module.full-bleed.pt-0 .text-w-image-content {
  padding-top: 0;
}
.text-w-image-module.full-bleed.pb-0 .text-w-image-content {
  padding-bottom: 0;
}
.text-w-image-module.full-bleed .text-w-image-image-container {
  position: relative;
  overflow: hidden;
  margin-right: -4.1666666667vw;
}
@media screen and (min-width: 1560px) {
  .text-w-image-module.full-bleed .text-w-image-image-container {
    margin-right: calc(-50vw + (1440 * 1px * 0.5));
  }
}
.text-w-image-module.full-bleed .text-w-image-image-container .text-w-image-image {
  background-repeat: no-repeat;
}
.text-w-image-module.full-bleed.reverse .text-w-image-image-container {
  margin-left: -4.1666666667vw;
}
@media screen and (min-width: 1560px) {
  .text-w-image-module.full-bleed.reverse .text-w-image-image-container {
    margin-left: calc(-50vw + (1440 * 1px * 0.5));
  }
}
@media (max-width: 991px) {
  .text-w-image-module.full-bleed.flip-angle .text-w-image-image-container, .text-w-image-module.full-bleed.reverse .text-w-image-image-container, .text-w-image-module.full-bleed.reverse.flip-angle .text-w-image-image-container {
    margin-left: -4.1666666667vw !important;
    margin-right: -4.1666666667vw !important;
  }
  .text-w-image-module.full-bleed.flip-angle .text-w-image-content, .text-w-image-module.full-bleed.reverse .text-w-image-content, .text-w-image-module.full-bleed.reverse.flip-angle .text-w-image-content {
    padding-top: 1em;
  }
}
.text-w-image-module.boxed .gs-module-column {
  max-width: 1200px;
  background-color: #444446;
  margin: auto;
  transition: all 0.5s ease;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.text-w-image-module.boxed .gs-module-column:after {
  transition: all 0.5s ease;
}
.text-w-image-module.boxed .gs-module-column .text-w-image-content {
  padding: 3rem 2rem 3rem 3rem;
}
@media screen and (max-width: 992px) {
  .text-w-image-module.boxed .gs-module-column .text-w-image-content {
    padding: 3rem 2rem 0 3rem;
  }
}
.text-w-image-module.boxed .gs-module-column .text-w-image-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
.text-w-image-module.boxed .gs-module-column .text-w-image-image-container img {
  padding: 2.5rem 4.5rem 2.5rem 0;
}
.text-w-image-module.boxed .gs-module-column .text-w-image-image-container .button-container {
  text-align: right;
  margin-top: auto;
}
.text-w-image-module.boxed .gs-module-column:hover {
  transform: scale(1.02);
}
.text-w-image-module.boxed .gs-module-column:hover:after {
  transform: scale(1.5) translateX(10%) translateY(5%);
  opacity: 0.8;
}
.text-w-image-module.glow-top-centered:after,
.text-w-image-module.glow-top-centered .text-w-image-image-container img, .text-w-image-module.glow-top-centered-light:after,
.text-w-image-module.glow-top-centered-light .text-w-image-image-container img {
  transition: all 0.5s ease;
}
.text-w-image-module.glow-top-centered:hover:after, .text-w-image-module.glow-top-centered-light:hover:after {
  top: -80%;
}
.text-w-image-module.glow-top-centered:hover .text-w-image-image-container img, .text-w-image-module.glow-top-centered-light:hover .text-w-image-image-container img {
  transform: scale(1.05);
}
.text-w-image-module.container-overlap {
  padding-bottom: 11em;
}

.text-module {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 550px) {
  .text-module .bg-image {
    opacity: 0.2;
  }
}
.text-module .text-columns-container {
  display: block;
}
.text-module .text-columns-container .text-column {
  flex: 1 0 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
.text-module .text-columns-container .text-column:first-child {
  padding-left: 0;
}
.text-module .text-columns-container .text-column:last-child {
  padding-right: 0;
}
.text-module .text-columns-container .text-column .h2 {
  font-size: 36px;
}
.text-module.flex-v-center .text-columns-container {
  align-items: center;
}
.text-module.single-column-small .text-columns-container {
  max-width: 35em !important;
}
@media screen and (min-width: 992px) {
  .text-module.single-column-small .text-columns-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.text-module.single-column-medium .text-columns-container {
  max-width: 50em !important;
}
@media screen and (min-width: 992px) {
  .text-module.single-column-medium .text-columns-container {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.text-module.single-column-large .text-columns-container {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-module[data-columns=auto] .text-columns-container {
    display: flex;
    flex-direction: row;
    gap: 5%;
  }
  .text-module[data-columns=auto] .text-columns-container .text-column {
    flex: 1 1 auto;
  }
}
.text-module[data-columns="1"] .text-columns-container .text-column {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .text-module[data-columns="1"] .text-columns-container .text-column {
    max-width: 45em;
  }
}
@media (min-width: 768px) {
  .text-module[data-columns="1"] .text-columns-container {
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .text-module[data-columns="2"][data-first-column-size="1"] .text-column:first-child {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .text-module[data-columns="2"][data-first-column-size="2"] .text-column {
    flex: 0 0 calc(47.5%);
    max-width: calc(47.5%);
  }
  .text-module[data-columns="2"][data-first-column-size="3"] .text-column:last-child {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 767px) {
  .text-module[data-columns="2"] .text-columns-container, .text-module[data-columns="3"] .text-columns-container, .text-module[data-columns="4"] .text-columns-container {
    display: flex;
    gap: 2rem;
  }
  .text-module[data-columns="2"] .text-columns-container .text-column, .text-module[data-columns="3"] .text-columns-container .text-column, .text-module[data-columns="4"] .text-columns-container .text-column {
    flex: 1;
    padding: 1rem 2rem 0 2rem;
  }
  .text-module[data-columns="3"] .text-columns-container, .text-module[data-columns="4"] .text-columns-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .text-module[data-columns="3"] .text-columns-container, .text-module[data-columns="4"] .text-columns-container {
    flex-direction: row;
  }
  .text-module[data-columns="3"] .text-columns-container .text-column, .text-module[data-columns="4"] .text-columns-container .text-column {
    max-width: 24.12rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-module[data-columns="4"] .text-columns-container .text-column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.text-module.full-width .gs-module-container {
  max-width: none;
}
.text-module.full-width .gs-module-column {
  max-width: 1600px;
}
.text-module .flex-3-col {
  display: flex;
  gap: 1rem;
}
.text-module .flex-3-col .col-item {
  flex: 1;
}

.gs-module.full-height {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}

.expandable-content.read-more {
  margin-top: -0.65em;
  margin-bottom: 0.65em;
}
.expandable-content.read-more .expandable-content-trigger {
  padding-right: 2rem;
  margin-bottom: 0;
  position: relative;
  transition: all 0.2s ease;
}
.expandable-content.read-more .expandable-content-trigger:hover {
  cursor: pointer;
  color: gray;
}
.expandable-content.read-more .expandable-content-trigger:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  transform: rotate(0deg);
  opacity: 0.54;
}
.expandable-content.read-more .expandable-content-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.expandable-content.read-more .expandable-content-container > * {
  padding-right: 2.0833333333%;
}
.expandable-content.read-more .expandable-content-container .expandable-content-trigger {
  display: none;
}
.expandable-content.read-more.open > .expandable-content-trigger {
  display: none;
}
.expandable-content.read-more.open > .expandable-content-trigger:after {
  opacity: 1;
  transform: rotate(180deg);
}
.expandable-content.read-more.open .expandable-content-container {
  max-height: 2000px;
}
.expandable-content.read-more.open .expandable-content-container .expandable-content-trigger {
  display: block;
}
.expandable-content.read-more.open .expandable-content-container .expandable-content-trigger:after {
  content: "";
}

.container-size-small .gs-module-container > .gs-module-column {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.container-size-medium .gs-module-container > .gs-module-column {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-size-large .gs-module-container > .gs-module-column {
  max-width: 74em;
  margin-left: auto;
  margin-right: auto;
}

.container-size-small.container-align-left .gs-module-container > .gs-module-column,
.container-size-medium.container-align-left .gs-module-container > .gs-module-column {
  margin-left: 0;
}
.container-size-small.container-align-right .gs-module-container > .gs-module-column,
.container-size-medium.container-align-right .gs-module-container > .gs-module-column {
  margin-right: 0;
}

.spotlight-bottom-left:before {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  width: 68.5rem;
  height: 68.5rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(128, 128, 128, 0.8) 0%, rgba(128, 128, 128, 0) 100%);
}

.curve-top {
  margin-top: 9.5rem;
  overflow: hidden;
}
.curve-top:before {
  content: "";
  position: absolute;
  top: -9rem;
  width: 305vw;
  height: 305vw;
  background: #444446;
  border-radius: 100%;
  left: -100%;
}

.orange-line-125 hr {
  max-width: 125px;
  border-width: 2px;
  border-color: #f36a26;
  margin: 0 auto;
}

.orange-line-50 {
  max-width: 50px;
  border-width: 2px;
  border-color: #f36a26;
  margin: 0 auto 1rem;
}

.orange-dash-arrow, .hs-blog-listing .after-listing-section {
  padding-top: 8rem !important;
}
.orange-dash-arrow:after, .hs-blog-listing .after-listing-section:after {
  content: url("/wp-content/themes/teslar/img/arrow-orange-dash.svg");
  position: absolute;
  top: 0;
  right: 50%;
}
@media screen and (max-width: 576px) {
  .orange-dash-arrow, .hs-blog-listing .after-listing-section {
    padding-top: 5.625rem !important;
  }
}

.border-bottom {
  border-bottom: none !important;
}
.border-bottom .gs-module-container {
  border-bottom: 2px solid #f36a26;
}

.white-gray-gradient, .hs-blog-listing .listing-section-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #EBEBEB 100%);
}

.white-gray-gradient-50 {
  background: linear-gradient(180deg, #ffffff 50%, #EBEBEB 100%);
}

.white-gray-gradient-reverse, .single-team .single-team-wrap .team-single-content {
  background: linear-gradient(180deg, #EBEBEB 0%, #ffffff 100%);
}

/* Brand Glows */
body {
  --bg-color: #444446;
  --color-primary: #444446;
  --color-secondary: gray;
  --color-tertiary: #f36a26;
  --color-light-gray: #EBEBEB;
  --glow-color: rgba(128, 128, 128, 0.8);
}

.glow-proto, .glow-centered, .tab-module, .glow-top-right, .glow-top-left, .glow-top-centered, .glow-bottom-right, .glow-bottom-left, .glow-bottom-centered, .glow-proto-light, .glow-top-centered-light {
  position: relative;
  overflow: hidden;
}
.glow-proto > *, .glow-centered > *, .tab-module > *, .glow-top-right > *, .glow-top-left > *, .glow-top-centered > *, .glow-bottom-right > *, .glow-bottom-left > *, .glow-bottom-centered > *, .glow-proto-light > *, .glow-top-centered-light > * {
  z-index: 5;
}
.glow-proto:after, .glow-centered:after, .tab-module:after, .glow-top-right:after, .glow-top-left:after, .glow-top-centered:after, .glow-bottom-right:after, .glow-bottom-left:after, .glow-bottom-centered:after, .glow-proto-light:after, .glow-top-centered-light:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 80vw;
  height: 80vw;
  background: radial-gradient(closest-side circle at center, var(--glow-color), transparent);
  animation: 2s ease infinite gsPulse;
}
.glow-proto > *, .glow-centered > *, .tab-module > *, .glow-top-right > *, .glow-top-left > *, .glow-top-centered > *, .glow-bottom-right > *, .glow-bottom-left > *, .glow-bottom-centered > *, .glow-proto-light > *, .glow-top-centered-light > * {
  position: relative;
  z-index: 2;
}

.glow-proto-light:after, .glow-top-centered-light:after {
  background: radial-gradient(closest-side circle at center, rgba(235, 235, 235, 0.8), transparent);
}

.glow-top-centered-light:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.glow-bottom-centered:after {
  bottom: -30vw;
  left: 50%;
  transform: translateX(-50%);
}

.glow-bottom-left:after {
  bottom: -30vw;
  left: -20vw;
}

.glow-bottom-right:after {
  bottom: -30vw;
  right: -20vw;
}

.glow-top-centered:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.glow-top-left:after {
  top: -30vw;
  left: -20vw;
}

.glow-top-right:after {
  top: -30vw;
  right: -20vw;
}

.glow-centered:after, .tab-module:after {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.glow-centered-cutout .gs-module-column {
  padding-bottom: 8%;
  position: relative;
}
.glow-centered-cutout .gs-module-column .item {
  position: relative;
  z-index: 5;
}
.glow-centered-cutout .gs-module-column:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30%;
  background: radial-gradient(60% 60% ellipse at center 130%, var(--bg-color) 99.97%, transparent), radial-gradient(farthest-side circle at center 180%, var(--glow-color), transparent);
}

.glow-right-small, .text-w-image-module.boxed .gs-module-column {
  padding-bottom: 10%;
  position: relative;
}
.glow-right-small > *, .text-w-image-module.boxed .gs-module-column > * {
  z-index: 5;
}
.glow-right-small:after, .text-w-image-module.boxed .gs-module-column:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 70%;
  background: radial-gradient(70% 50% ellipse at 50% 130%, var(--bg-color) 99.97%, transparent), radial-gradient(farthest-side circle at 70% 70%, var(--glow-color), transparent 45%);
}

.glow-right-large {
  padding-bottom: 10%;
  position: relative;
}
.glow-right-large > * {
  z-index: 5;
}
.glow-right-large:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 50%;
  background: radial-gradient(70% 50% ellipse at 80% 120%, var(--bg-color) 99.97%, transparent), radial-gradient(farthest-side circle at 60% 120%, var(--glow-color), transparent 90%);
}

/* Brand Curves */
.curve-proto, .curve-top-convex, .curve-top-convex-tertiary, .curve-top-convex-primary, .curve-top-convex-white, .curve-bottom-convex, .curve-bottom-convex-tertiary, .curve-bottom-convex-primary, .curve-bottom-convex-white, .curve-bottom-concave, .curve-bottom-concave-tertiary, .curve-bottom-concave-primary, .curve-bottom-concave-white, .team-listing-module .team-listing__single .team-listing-image-container, .curve-top-concave, .curve-top-concave-light-gray, .hs-blog-listing .after-listing-section, .curve-top-concave-tertiary, .curve-top-concave-primary, .curve-top-concave-white {
  --fg-color: white;
  position: relative;
}
.curve-proto:before, .curve-top-convex:before, .curve-top-convex-tertiary:before, .curve-top-convex-primary:before, .curve-top-convex-white:before, .curve-bottom-convex:before, .curve-bottom-convex-tertiary:before, .curve-bottom-convex-primary:before, .curve-bottom-convex-white:before, .curve-bottom-concave:before, .curve-bottom-concave-tertiary:before, .curve-bottom-concave-primary:before, .curve-bottom-concave-white:before, .team-listing-module .team-listing__single .team-listing-image-container:before, .curve-top-concave:before, .curve-top-concave-light-gray:before, .hs-blog-listing .after-listing-section:before, .curve-top-concave-tertiary:before, .curve-top-concave-primary:before, .curve-top-concave-white:before {
  content: "";
  position: absolute;
  z-index: 2;
  padding-top: 10%;
}
.curve-top-concave, .curve-top-concave-light-gray, .hs-blog-listing .after-listing-section, .curve-top-concave-tertiary, .curve-top-concave-primary, .curve-top-concave-white {
  padding-top: 6%;
}
@media screen and (max-width: 991px) {
  .curve-top-concave, .curve-top-concave-light-gray, .hs-blog-listing .after-listing-section, .curve-top-concave-tertiary, .curve-top-concave-primary, .curve-top-concave-white {
    padding-top: 10%;
  }
}
.curve-top-concave:before, .curve-top-concave-light-gray:before, .hs-blog-listing .after-listing-section:before, .curve-top-concave-tertiary:before, .curve-top-concave-primary:before, .curve-top-concave-white:before {
  top: 0;
  left: 0;
  right: 0;
  background: radial-gradient(150vw circle at center 150vw, transparent 99.97%, var(--fg-color));
}

.curve-top-concave-primary {
  --fg-color: var(--color-primary);
}

.curve-top-concave-tertiary {
  --fg-color: var(--color-tertiary);
}

.curve-top-concave-light-gray, .hs-blog-listing .after-listing-section {
  --fg-color: var(--color-light-gray);
}

.curve-bottom-concave, .curve-bottom-concave-tertiary, .curve-bottom-concave-primary, .curve-bottom-concave-white, .team-listing-module .team-listing__single .team-listing-image-container {
  padding-bottom: 10%;
}
.curve-bottom-concave:before, .curve-bottom-concave-tertiary:before, .curve-bottom-concave-primary:before, .curve-bottom-concave-white:before, .team-listing-module .team-listing__single .team-listing-image-container:before {
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(150vw circle at center -141vw, transparent 99.97%, var(--fg-color));
}

.curve-bottom-concave-primary {
  --fg-color: var(--color-primary);
}

.curve-bottom-concave-tertiary {
  --fg-color: var(--color-tertiary);
}

.curve-bottom-convex, .curve-bottom-convex-tertiary, .curve-bottom-convex-primary, .curve-bottom-convex-white {
  padding-bottom: 10%;
}
.curve-bottom-convex:before, .curve-bottom-convex-tertiary:before, .curve-bottom-convex-primary:before, .curve-bottom-convex-white:before {
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(150vw circle at center 151vw, var(--fg-color) 99.97%, transparent);
}

.curve-bottom-convex-primary {
  --fg-color: var(--color-primary);
}

.curve-bottom-convex-tertiary {
  --fg-color: var(--color-tertiary);
}

.curve-top-convex, .curve-top-convex-tertiary, .curve-top-convex-primary, .curve-top-convex-white {
  padding-top: 10%;
}
.curve-top-convex:before, .curve-top-convex-tertiary:before, .curve-top-convex-primary:before, .curve-top-convex-white:before {
  top: 0;
  left: 0;
  right: 0;
  background: radial-gradient(150vw circle at center -141vw, var(--fg-color) 99.97%, transparent);
}

.curve-top-convex-primary {
  --fg-color: var(--color-primary);
}

.curve-top-convex-tertiary {
  --fg-color: var(--color-tertiary);
}

.contact-info {
  padding-right: 4rem;
}
.contact-info .contact-name h4 {
  margin-bottom: 0.5rem;
}
.contact-info .contact-address {
  margin-bottom: 2rem;
}

.department-wrapper:not(:last-of-type) {
  margin-bottom: 2rem;
}
.department-wrapper .h4, .department-wrapper .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title, .hs-rss-module .hs-rss-item .hs-rss-item-text .department-wrapper .hs-rss-title {
  margin-bottom: 0.5rem;
}
.department-wrapper .icon {
  margin-right: 0.5rem;
}
.department-wrapper .icon i {
  color: #f36a26;
}
.department-wrapper .contact-email,
.department-wrapper .contact-phone {
  margin-bottom: 0.5rem;
}

.BambooHR-ATS-Jobs-Item a {
  color: #f36a26;
}

.BambooHR-ATS-Department-Header {
  text-transform: uppercase;
}

.home-hero .slide-container .slick-list {
  overflow: visible;
}
.home-hero .slide-container .slick-list .slick-slide {
  overflow: visible;
  transition: opacity 0.5s ease;
  margin: 0 2em;
}
.home-hero .slide-container .slick-list .slick-slide:not(.slick-center) {
  opacity: 0;
}
.home-hero .slide-container .hero-slide {
  overflow: visible;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 1450px) {
  .home-hero .slide-container .hero-slide {
    overflow: visible;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.home-hero .slide-container .animated-image {
  top: 0;
  right: -7%;
  display: flex;
  align-items: flex-end;
}
.home-hero .slide-container .animated-image svg {
  width: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn20 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fadeInWhite {
  0% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    fill: white;
  }
}
.home-intro-section {
  padding-bottom: 2%;
  overflow: visible;
}
.home-intro-section + * {
  z-index: 6;
}
.home-intro-section:before {
  z-index: 99;
}
.home-intro-section:after {
  bottom: -20vw;
  width: 60vw;
  height: 60vw;
}
@media (min-width: 767px) {
  .home-intro-section .text-w-image-content {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .home-intro-section .text-w-image-image-container > img {
    margin: -12% -40% 0 -22%;
    width: 164%;
    max-width: none;
  }
}

.home-intro-2 {
  overflow: visible;
  z-index: 99;
}
.home-intro-2 .text-w-image-image-container {
  height: 30vw;
  margin-top: -5vw;
}
@media screen and (min-width: 992px) {
  .home-intro-2 .text-w-image-image-container {
    margin-top: -7%;
  }
  .home-intro-2.text-w-image-module .text-w-image-content {
    flex: 0 0 55%;
    max-width: 55%;
    padding-bottom: 8em;
  }
  .home-intro-2 + .uvp-section .gs-module-container {
    margin-top: -8em;
    z-index: 99;
  }
}

.uvp-section .card {
  transition: all 0.3s ease;
}
.uvp-section .card:hover {
  transform: scale(1.025);
}

.how-it-works-section {
  padding-bottom: 2%;
  overflow-x: hidden;
}
.how-it-works-section + * {
  z-index: 6;
}
.how-it-works-section .gs-module-column {
  max-width: 75rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .how-it-works-section .text-w-image-content {
    max-width: 32%;
  }
}
.how-it-works-section .text-w-image-image-container > img {
  width: 130%;
  max-width: 130%;
}
.how-it-works-section:before {
  z-index: 99;
}
.how-it-works-section:after {
  bottom: -20vw;
  width: 60vw;
  height: 60vw;
}

.listing-section {
  padding: 3em 0;
}
.listing-section .gs-container {
  display: flex;
}
.listing-section .gs-container .main-content {
  flex: 1 1 58.3333333333%;
  margin-left: 8.3333333333%;
}
.listing-section .gs-container .sidebar-content {
  flex: 1 1 25%;
  margin-left: 8.3333333333%;
}

.listing-header {
  padding: 3em 0;
}

.listing .listing-item {
  margin-bottom: 4em;
  position: relative;
}
.listing .listing-item-image-container {
  position: relative;
  min-height: 200px;
}
.listing .listing-item-content-container {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.listing .item-link {
  margin-top: auto;
}

body.styleguide .styleguide-header {
  margin: 6rem auto 2rem;
  max-width: 91.6666666667%;
  position: relative;
}
body.styleguide .styleguide-header .s5, body.styleguide .styleguide-header .button.small, body.styleguide .styleguide-header .small.hs-button, body.styleguide .styleguide-header footer .sub-footer ul > li > span.button, body.styleguide .styleguide-header footer .sub-footer ul > li > span.hs-button, footer .sub-footer body.styleguide .styleguide-header ul > li > span.button, footer .sub-footer body.styleguide .styleguide-header ul > li > span.hs-button, body.styleguide .styleguide-header footer .sub-footer ul > li > a.button, body.styleguide .styleguide-header footer .sub-footer ul > li > a.hs-button, footer .sub-footer body.styleguide .styleguide-header ul > li > a.button, footer .sub-footer body.styleguide .styleguide-header ul > li > a.hs-button, body.styleguide .styleguide-header input.small[type=submit],
body.styleguide .styleguide-header input.small[type=button],
body.styleguide .styleguide-header input.small[type=reset], body.styleguide .styleguide-header .expandable-content.read-more .button.expandable-content-trigger, body.styleguide .styleguide-header .expandable-content.read-more .expandable-content-trigger.hs-button, .expandable-content.read-more body.styleguide .styleguide-header .button.expandable-content-trigger, .expandable-content.read-more body.styleguide .styleguide-header .expandable-content-trigger.hs-button, body.styleguide .styleguide-header .expandable-content.read-more input[type=submit].expandable-content-trigger, .expandable-content.read-more body.styleguide .styleguide-header input[type=submit].expandable-content-trigger,
body.styleguide .styleguide-header .expandable-content.read-more input[type=button].expandable-content-trigger,
.expandable-content.read-more body.styleguide .styleguide-header input[type=button].expandable-content-trigger,
body.styleguide .styleguide-header .expandable-content.read-more input[type=reset].expandable-content-trigger,
.expandable-content.read-more body.styleguide .styleguide-header input[type=reset].expandable-content-trigger {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding-right: 1rem;
  margin: 0;
}
body.styleguide .styleguide-header hr {
  border-top-color: #444446;
  border-top-width: 2px;
  margin: 0;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

footer {
  background-color: #444446;
  color: white;
  padding-top: 4em;
  padding-bottom: 1em;
  position: relative;
  display: block;
  overflow: hidden;
}
footer > * {
  z-index: 2;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 3em;
  left: 18%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(80% 80% ellipse at center 130%, var(--bg-color) 99.97%, transparent), radial-gradient(closest-side circle at center 50%, var(--glow-color), transparent);
}
@media screen and (min-width: 1560px) {
  footer:after {
    left: calc((51vw + 215px) - (1440 * 1px * 0.5));
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 4rem;
  }
  footer:after {
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 500px;
  }
}
footer .gs-column {
  display: flex;
}
footer .gs-column .nav-footer-container {
  padding-left: 2em;
  flex: 1;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .gs-column {
    flex-wrap: wrap;
  }
  footer .gs-column .footer-info {
    flex-basis: 100%;
    margin-bottom: 3rem;
  }
  footer .gs-column .nav-footer-container, footer .gs-column .nav-button-footer-container {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .gs-column {
    flex-direction: column;
  }
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  footer .footer-info {
    margin: auto;
    margin-bottom: 2rem;
  }
}
footer .footer-info .footer-logo {
  margin-bottom: 1.5em;
}
footer .footer-info .footer-logo img {
  max-width: 385px;
  width: 100%;
  margin: auto;
}
footer .footer-info .contact-info {
  text-align: center;
  padding: 0;
}
footer nav.nav-footer {
  max-width: 1440px;
  width: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
footer nav.nav-footer hr {
  border-color: #dae0e5;
  border-width: 1px;
}
footer nav.nav-footer > ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer nav.nav-footer > ul > li {
  padding-right: 1em;
  flex: 0 0 50%;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  footer nav.nav-footer > ul > li {
    text-align: center;
  }
}
footer nav.nav-footer > ul > li > a {
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
  font-family: "Outfit", "arial", sans-serif;
  display: block;
  padding: 0 0 0.8em;
  color: #ffffff;
  pointer-events: none;
}
footer nav.nav-footer > ul > li > a:hover {
  text-decoration: none;
}
footer nav.nav-footer > ul > li ul.sub-menu {
  padding-left: 0;
  list-style: none;
}
footer nav.nav-footer > ul > li ul.sub-menu li a {
  color: #B0B0B0;
  font-size: 0.8em;
  display: block;
  text-decoration: none;
  padding-bottom: 0.6em;
  margin: 0;
}
footer nav.nav-footer > ul > li ul.sub-menu li a:hover {
  text-decoration: none;
}
footer .social-footer {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  margin-bottom: 0.6rem;
  z-index: 0;
}
footer .social-footer hr.background-divider {
  border-color: #dae0e5;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1440px) {
  footer .social-footer hr.background-divider {
    width: calc(100% - 10px);
  }
}
footer .social-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-align: center;
  display: inline-block;
  position: relative;
}
footer .social-footer ul > li {
  display: inline-block;
  position: relative;
}
footer .social-footer ul > li > a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 0.3rem 0.6rem;
  font-size: 2rem;
}
footer .social-footer ul > li > a:hover {
  color: gray;
  text-decoration: none;
}
footer .social-footer ul > li > a .fa:before {
  font-size: 2rem;
}
footer nav.nav-button-footer > ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
  flex-direction: column;
  gap: 1em;
}
footer nav.nav-button-footer > ul > li {
  display: block;
}
footer nav.nav-button-footer > ul > li > a {
  font-size: 1.125em;
  font-weight: 500;
  font-family: "Outfit", "arial", sans-serif;
  text-decoration: none;
  color: #ffffff;
  padding-left: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: gray;
}
footer nav.nav-button-footer > ul > li > a:hover {
  text-decoration: none;
}
footer nav.nav-button-footer > ul > li > a:after {
  content: url("/wp-content/themes/teslar/img/arrow-right.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  transition: all 0.3s ease;
  background-color: #f36a26;
  width: 40px;
  height: 40px;
}
footer .sub-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
footer .sub-footer ul > li {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
footer .sub-footer ul > li + li:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
  background-color: rgba(52, 58, 64, 0.34);
  display: none;
}
@media screen and (min-width: 768px) {
  footer .sub-footer ul > li + li:before {
    display: block;
  }
}
footer .sub-footer ul > li > a {
  color: rgba(52, 58, 64, 0.34);
  text-decoration: none;
  display: inline-block;
  padding: 0.6em;
}
footer .sub-footer ul > li > a:hover {
  text-decoration: none;
}
footer .sub-footer ul > li > span {
  color: #ffffff;
  display: inline-block;
  padding: 0.6em;
}

body {
  letter-spacing: 0;
  --color-primary: #444446;
  --color-secondary: #808080;
  --color-tertiary: #f36a26;
}

.hs-button {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: "Outfit", "arial", sans-serif !important;
}

.blog-header {
  padding-top: 3em;
  padding-bottom: 3em;
}
.blog-header .jumbotron {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.hs-blog-listing .content-wrapper, .hs-blog-listing .dnd-section > .row-fluid, .hs-blog-listing .page-center {
  max-width: 1440px;
}
.hs-blog-listing .content-wrapper {
  padding: 0 1em;
}

.hs-blog-post .content-wrapper, .hs-blog-post .dnd-section > .row-fluid, .hs-blog-post .page-center {
  max-width: 1440px;
}
.hs-blog-post .content-wrapper {
  padding: 4em 1em;
}

.hs-site-page .content-wrapper, .hs-site-page .dnd-section > .row-fluid, .hs-site-page .page-center {
  max-width: 1440px;
}
.hs-site-page .content-wrapper {
  padding: 0 1em;
}

.hs-blog-listing .dnd-section {
  padding: 0;
}
.hs-blog-listing .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-blog-listing .after-listing-section {
  padding: 3em 0;
}
.hs-blog-listing .after-listing-section .form-title {
  text-align: center;
}
.hs-blog-listing .after-listing-section .hs-form {
  background: #444446;
  padding: 0;
}

.blog-content .post-listing {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.blog-content .post-listing .post-item {
  display: flex;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0;
  border-bottom: 0;
}
.blog-content .post-listing .post-item .hs-featured-image-wrapper {
  flex: 0 0 40%;
  padding: 1em;
  display: flex;
  align-items: center;
  background: #444446;
}
.blog-content .post-listing .post-item .hs-featured-image-wrapper img {
  float: none;
  margin: 0;
  max-width: none;
  width: 100%;
  max-height: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
.blog-content .post-listing .post-item .post-body {
  padding: 3em 3em 4em;
  position: relative;
  flex-grow: 1;
}
.blog-content .post-listing .post-item .post-body .post-body-inner {
  max-width: 40em;
}
.blog-content .post-listing .post-item .post-body .title {
  margin-top: 0;
  line-height: 1.3;
}
.blog-content .post-listing .post-item .post-body .more-link {
  position: absolute !important;
  display: inline-block !important;
  bottom: 0;
  right: 0;
}

.hs-blog-post .hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.hs-blog-post #hubspot-author_data .hs-author-avatar {
  margin-top: 15px;
}
.hs-blog-post .blog-sidebar {
  padding-left: 10%;
  padding-top: 4em;
}
.hs-blog-post .blog-sidebar .hs_cos_wrapper_widget {
  margin-bottom: 2em;
  display: block;
}

.insights-content .post-listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
}
.insights-content .post-listing .post-item {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0;
  border-bottom: 0;
}
.insights-content .post-listing .post-item .hs-featured-image-wrapper {
  width: 100%;
}
.insights-content .post-listing .post-item .hs-featured-image-wrapper img {
  float: none;
  margin: 0;
  max-width: none;
  width: 100%;
  max-height: none;
}
.insights-content .post-listing .post-item .post-body {
  padding: 1em 1em 2em;
  position: relative;
  flex-grow: 1;
}
.insights-content .post-listing .post-item .post-body .eyebrow {
  color: #f36a26;
}
.insights-content .post-listing .post-item .post-body .title {
  margin-top: 0;
}
.insights-content .post-listing .post-item .post-body .more-link {
  position: absolute;
  bottom: 0;
  right: 1em;
}

.tag-list-horiz {
  list-style: none;
  padding: 0.5em;
  font-family: "Outfit", "arial", sans-serif;
}
.tag-list-horiz li {
  display: inline-block;
  margin-right: 1em;
}
.tag-list-horiz li.label {
  font-weight: bold;
}
.tag-list-horiz li a {
  color: gray;
  text-decoration: none;
}
.tag-list-horiz li a:hover {
  color: #f36a26;
  text-decoration: none;
}

.body-blog-index {
  padding: 0;
}

.insights-featured-image-inner {
  margin: 0 auto;
}

.insights-featured-image {
  margin: 1em auto;
}

.insights-form {
  padding-top: 4em;
}

.blog-section {
  padding-bottom: 3em;
}

.blog-pagination {
  padding: 3em 0;
  text-align: center;
}

.blog-comments {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 2px solid gray;
}
.blog-comments form {
  border-top: 0;
}

.hs-rss-module {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
}
.hs-rss-module .hs-rss-item {
  display: flex;
  flex-direction: column-reverse;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0;
  border-bottom: 0;
}
.hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {
  width: 100%;
}
.hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper img {
  float: none;
  margin: 0;
  max-width: none;
  width: 100%;
  max-height: none;
}
.hs-rss-module .hs-rss-item .hs-rss-item-text {
  padding: 1em 1em 2em;
  position: relative;
  flex-grow: 1;
  width: 100%;
}
.hs-rss-module .hs-rss-item .hs-rss-item-text .eyebrow {
  color: #f36a26;
}
.hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title {
  margin-top: 0;
}
.hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-description a {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
}

@media (max-width: 1200px) {
  .insights-content .post-listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .insights-content .post-listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .hs-blog-post .blog-sidebar {
    padding-left: 0;
    padding-top: 0;
  }

  .insights-content .post-listing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .blog-content .post-listing .post-item {
    flex-direction: column;
  }
  .blog-content .post-listing .post-item .hs-featured-image-wrapper {
    flex: 0 0 auto;
  }
  .blog-content .post-listing .post-item .post-body {
    padding: 1.5em;
  }
}
@media (min-width: 768px) {
  .hs-blog-post .insights-content {
    padding-right: 4em;
  }
}
footer nav.nav-footer > ul {
  padding-left: 0;
  flex-wrap: nowrap;
}

footer nav.nav-footer > ul > li {
  padding-right: 0;
  flex: 1;
  margin-bottom: 0;
}
/*# sourceMappingURL=style_gs.css.map */
