@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

/*
Theme Name: Genesis Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/

/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */

/* stylelint-disable selector-list-comma-newline-after  */

/* ==import-google-font== */

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  /* stylelint-disable max-line-length */
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
  word-wrap: break-word;
}

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

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

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: 300;
  text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

body,
button {
  color: #272c30;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  body,
  button {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3%;
}

/* Fallback title styles */

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

p,
.embed-vimeo {
  margin-bottom: 1.4rem !important;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  color: #272c30;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em 0 1.2em 0;
  position: relative;
  padding: 0 0 0 30px;
  border-left: solid 4px #272c30;
}

blockquote p {
  margin-bottom: 1em;
}

blockquote cite {
  margin-top: 10px;
  display: block;
}

.comments-area blockquote {
  font-size: 18px;
}

@media (max-width: 1000px) {
  .comments-area blockquote {
    font-size: 16px;
  }
}

address {
  margin: 0 0 1.5em;
}

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

.comments-area pre {
  background: #d7dee5;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.highlight {
  background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */

ul,
ol {
  margin: 0 0 1.4em 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0.6em 0 0.6em 1.5em;
}

.hide-sub {
  display: none !important;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.8em;
}

.entry-content li {
  margin-bottom: 2%;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 0;
}

/* Tables */

table {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
}

table thead {
  background: #f2f2f2;
}

table thead th {
  font-weight: 600;
}

table td,
#content table th {
  padding: 15px;
}

table td {
  border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:nth-child(even) {
  background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */

a {
  color: #62707c;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */

.entry-header .entry-title,
.editor-post-title__input {
  /* The blog title in the block editor. */
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
  color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .entry-header .entry-title,
  .editor-post-title__input {
    font-size: 32px;
  }
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */

button,
input:not(input[type="radio"]),
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
  background: #0072e5;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
  -webkit-appearance: none;
  transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .comment-navigation a {
    padding: 10px 16px;
    font-size: 16px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
  width: auto;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

.searchform {
  position: relative;
}

.searchform .search-input {
  width: 100%;
  font-size: 16px;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent !important;
  background-color: none !important;
  color: #627083;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.4;
}

.searchform .searchsubmit:hover {
  color: #272c30;
}

.searchform .searchsubmit i {
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: 16px;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .searchform .searchsubmit i {
    line-height: 1;
  }

  .searchform .searchsubmit span {
    display: none;
  }
}

.results-search {
  background: #fff;
  padding: 3% 5% 4% 5%;
  margin-top: 9%;
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
  margin-top: 5%;
}

.results-search h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
  font-size: 24px;
}

@media (max-width: 1000px) {
  .results-search .searchform #s,
  .results-search .searchsubmit {
    font-size: 16px;
  }
}

.results-search .searchsubmit {
  padding-top: 0;
  padding-bottom: 0;
}

.results-search .searchsubmit span {
  display: none;
}

.results-search .searchsubmit i {
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .results-search .searchsubmit i {
    line-height: 1.7;
  }
}

.search-results .entry-content {
  font-size: 18px;
}

form {
  display: inline-block;
  width: 100%;
}

.field-wrap {
  margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
  .field-wrap {
    margin-bottom: 1em;
  }
}

select {
  padding-right: 45px;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: normal;
  box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
  color: #62707c;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 15px;
  border: solid 1px #d4dde5;
  transition: 0.1s ease-in-out;
  border-radius: 2px;
  font-size: 17px;
  width: 100%;
}

@media (max-width: 1000px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="tel"],
  input[type="time"],
  input[type="month"],
  input[type="tel"],
  textarea,
  select,
  .select2-container .select2-selection--single {
    padding: 12px 10px;
    font-size: 15px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}

input[type="radio"] {
  -webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
  width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inset 0 0 4px 2px #f4f8fb;
  border-color: #abb4bb;
  color: #272c30;
}

select {
  background: #fff url(images/angle-down.jpg) right no-repeat;
  background-size: 12px;
  background-position: right 15px top 20px;
}

select:hover {
  border-color: #d5dde4;
  cursor: pointer;
}

@media (max-width: 1000px) {
  select {
    background-position: right 15px top 17px;
  }
}

select::after {
  content: "x";
}

select[multiple] {
  background: none;
}

@media (max-width: 1000px) {
  input[name="post_password"] {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
}

textarea {
  overflow: auto;
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
}

fieldset legend {
  border-bottom: dotted 1px #d4dde5;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

form label {
  display: inline-block;
  width: 100%;
  font-weight: unset;
}

::-webkit-input-placeholder {
  color: #97a7b5;
}

:-moz-placeholder {
  color: #97a7b5;
}

::-moz-placeholder {
  color: #97a7b5;
}

:-ms-input-placeholder {
  color: #97a7b5;
}

#main .contact-form {
  display: inline-block;
  width: 100%;
}

#main .contact-form label {
  font-weight: 300;
}

#main .contact-form label span {
  color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
  margin-bottom: 4%;
  width: 100%;
  max-width: 100%;
}

#main .contact-form textarea {
  margin-bottom: 4%;
  width: 100%;
}

#main .contact-form .contact-submit {
  margin-bottom: 0;
}

.contact-column {
  display: inline-block;
  float: left;
  width: 48%;
  margin-left: 0;
}

.contact-column:last-child {
  margin-left: 4%;
}

.form-tab-container {
  display: flex;
  width: 100%;
  max-width: 75rem;
}

.form-tab {
  width: 50%;
  margin: 0 !important;
  text-align: center;
  font-weight: 900;
  padding: 10px 20px;
  background: #5d5d5d;
  color: white;
  cursor: pointer;
}

.tab-active {
  background: rgb(244 245 249);
  color: #000;
}

.tab-hide {
  display: none;
}

@media (max-width: 1000px) {
  .contact-column {
    width: 100%;
  }

  .contact-column:last-child {
    margin-left: 0;
  }
}

.index-posts.archive-posts .post {
  width: 100%;
  margin-right: 0;
  padding-bottom: 5%;
  border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
  display: inline-block;
  width: 68%;
  padding-left: 3.5%;
  vertical-align: top;
}

#page .more-link {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: none;
  font-weight: 600;
  color: #272c30;
  border: solid 2px;
}

#page .more-link:hover {
  color: #0072e5;
}

.index-posts .more-link {
  float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */

.home-nav {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
  font-size: 17px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  transition: transform 400ms linear;
  transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
  .home-nav {
    display: none;
  }
}

.home-nav a {
  color: #272c30;
}

.home-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-nav li {
  display: inline-block;
}

.home .home-nav a {
  padding: 20px 0;
  margin: 0 15px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  margin-bottom: -1px;
  transition: 0.4s ease;
}

.home .home-nav a:hover {
  border-bottom-color: #c4cdd3;
}

.home .home-nav a:active,
.home .home-nav a:focus {
  outline: none;
}

.home-nav .active,
.home-nav .active:hover {
  border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .home-nav {
    top: 46px;
  }
}

.show-nav {
  transform: translateY(0%);
}

.single-nav {
  padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */

.menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
}

.button-toggle {
  background: none;
  padding: 0;
  color: #fff;
}

.button-toggle span:not(:first-child) {
  display: none;
}

.button-toggle:hover,
.button-toggle:active,
.button-toggle:focus {
  box-shadow: none;
  color: #fff;
}

.drawer-menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .drawer-menu-toggle {
    display: inline-block;
  }
}

.drawer-toggle-switch span:first-child {
  display: none;
}

.drawer-toggle-switch span:last-child {
  display: block;
}

.main-navigation {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .main-navigation {
    display: none;
  }
}

.top-navigation .main-navigation {
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (max-width: 1000px) {
  .top-navigation .main-navigation {
    display: none;
    border-bottom: none;
  }
}

.site-header .container {
  display: block;
}

.header-text {
  position: relative;
  z-index: 5;
  margin: 5% auto;
  text-align: center;
  max-width: 70%;
}

.header-text:empty,
.blog .header-text {
  display: none;
}

@media (max-width: 1000px) {
  .header-text {
    max-width: 100%;
    margin-bottom: 6%;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .header-text {
    margin-bottom: 8%;
  }
}

.header-text:empty {
  margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
  color: #272c30;
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .header-text h1,
  .header-text .browsing {
    font-size: 28px;
  }
}

.header-text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  margin: 0 0 0 0;
}

@media (max-width: 1000px) {
  .header-text p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .header-text p {
    font-size: 16px;
    margin-top: 3%;
  }
}

.header-text a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.header-text a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
  margin-top: 1%;
  width: 100%;
}

.archive.author .browsing {
  display: none;
}

.search-results .browsing {
  display: none;
}

.text-empty {
  display: none;
}

.header-text h2:empty,
.header-text p:empty {
  display: none;
}

.top-navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-navigation-right {
  float: right;
  display: inline-block;
  max-width: 70%;
}

@media (max-width: 1000px) {
  .top-navigation-right {
    display: none;
  }
}

#secondary-navigation {
  display: inline-block;
  width: 60%;
}

.drawer #secondary-navigation {
  width: 100%;
  font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
  font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .top-navigation #secondary-navigation {
    display: none;
  }
}

.top-navigation .secondary-navigation ul li {
  font-size: 14px;
  margin-right: 15px;
  padding: 0;
}

.top-navigation .secondary-navigation ul li a {
  padding: 12px 0;
  border-bottom-width: 0;
  margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
  padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
  background: #272c30;
  top: 52px;
  left: -15px;
  border: none;
}

.secondary-navigation ul.sub-menu li {
  margin-right: 0;
  padding: 0;
}

.secondary-navigation ul.sub-menu li a {
  font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
  color: #fff;
  opacity: 1;
}

.main-navigation a {
  color: #272c30;
}

.main-navigation a:hover {
  color: #0072e5;
}

.main-navigation ul {
  margin: 0;
}

.main-navigation ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  position: relative;
}

.main-navigation ul li a {
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
  color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
  color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
  color: #fff;
}

.main-navigation .menu-cta a {
  border-radius: 5px;
  color: #fff;
  padding: 4px 12px;
  background: #272c30;
}

.main-navigation .menu-cta a:hover {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
  line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
  position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
  position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
  content: "\e907";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-weight: 400;
  padding-left: 5px;
  right: 0;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .site-header .menu-item-has-children > a::after,
  .site-header .page_item_has_children > a::after {
    display: none;
    pointer-events: none;
  }
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
  content: "\e906";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
  display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
  color: #a6b5c1;
  top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 13px 0;
  line-height: 1.4;
  text-align: center;
  z-index: 75;
  display: block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #424851;
  border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
  box-shadow: none;
  color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
  display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
  cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
  animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
  position: absolute;
  width: 200px;
  top: 52px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  background: #15171a;
  left: -999em;
  z-index: 100;
  border-radius: 3px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.main-navigation li ul {
  z-index: 100;
}

.main-navigation li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0;
  border-top: none;
  transition: 0.3s ease;
}

.main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.02);
  border-top: none;
}

.main-navigation li ul li:hover ul {
  left: 100%;
}

.main-navigation li ul li:last-child a {
  border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
  width: 100%;
  display: inline-block;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  margin: 0;
  font-weight: 300;
  text-transform: none;
  line-height: 1.6;
  color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
  color: #fff;
}

.main-navigation li ul li ul {
  padding: 0;
}

.main-navigation ul ul {
  top: 0;
}

.main-navigation ul ul ul {
  left: -999em;
}

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
  top: 0;
  margin: 0;
  z-index: 50;
  position: absolute;
  margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
  display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
  left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
  left: 100%;
}

.site-header .sub-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #181c1f;
  border-left: 8px solid transparent;
}

/* Mobile navigation */

.mobile-navigation {
  display: none;
  width: 100%;
  padding: 15px;
  background: #0072e5;
  transition: 0.2s ease;
  text-align: center;
}

.mobile-navigation button {
  width: 100%;
}

@media (max-width: 1000px) {
  .mobile-navigation {
    display: inline-block;
  }
}

.toggle-active {
  background: #0072e5;
}

.drawer .drawer-navigation {
  width: 100%;
  max-width: 100%;
  z-index: 40;
  position: relative;
}

@media (max-width: 1000px) {
  .drawer .drawer-navigation {
    font-size: 17px;
    display: inline-block;
  }
}

.drawer .drawer-navigation .menu {
  margin: 0;
}

.drawer .drawer-navigation ul {
  margin: 0;
  padding: 0;
}

.drawer .drawer-navigation ul li {
  width: 100%;
  padding: 0 0;
  list-style-type: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  transition: none;
  position: relative;
  z-index: 50;
  border-top: none;
}

.drawer .drawer-navigation ul li:hover {
  border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
  border-bottom: none;
}

.drawer .drawer-navigation ul li a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: none;
  position: relative;
  transition: none;
}

.drawer .drawer-navigation a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
  color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: auto;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
  display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
  padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
  padding: 2% 0 0 0;
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */

.entry-content .meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.entry-content .meta-list li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.entry-content .meta-list a {
  font-weight: 300;
  color: #0072e5;
}

.entry-content .meta-list a:hover {
  color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */

.author-profile {
  position: relative;
  margin-top: 5%;
  padding: 5%;
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
}

@media (max-width: 600px) {
  .author-profile {
    padding: 8% 4%;
  }
}

.archive .author-profile {
  margin-top: 0;
  margin-bottom: 5%;
}

.author-columns .author-profile {
  margin: 0;
  border-top: none;
  border: solid 1px #cbcbcb;
  padding: 35px;
  transition: 0.2s ease;
}

@media (max-width: 1000px) {
  .author-columns .author-profile {
    padding: 30px 0;
  }
}

.author-columns .author-profile .author-profile-title {
  font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
  font-size: 14px;
  padding-left: 100px;
}

@media (max-width: 600px) {
  .author-columns .author-profile .author-profile-info {
    font-size: 15px;
  }
}

.author-columns .author-profile .author-profile-links {
  margin-top: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .author-columns .author-profile .author-profile-links {
    font-size: 15px;
  }
}

.author-columns .author-profile .author-profile-avatar img {
  transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
  transform: scale(1.1);
}

.author-profile-avatar {
  display: block;
  margin: 0 auto;
}

.author-profile-avatar img {
  border-radius: 100px;
}

.author-profile-avatar {
  position: absolute;
}

.author-profile-info {
  padding: 0 0 0 90px;
  font-size: 16px;
  line-height: 1.6;
}

.author-profile-links {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.author-profile-links a {
  background: #272c30;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}

.author-profile-links a:hover {
  opacity: 0.8;
}

.author-profile-links a:first-child {
  margin-right: 5px;
}

.author-profile-links i {
  font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
  margin-bottom: 10px;
}

.author-profile-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .author-profile-title {
    font-size: 18px;
  }
}

.archive .author-profile-title {
  font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */

.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 8%;
}

.pagination a {
  color: #272c30;
}

.pagination a,
.pagination span {
  background: #f2f2f2;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  display: inline-block;
  color: #272c30;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  vertical-align: middle;
  height: 50px;
}

@media (max-width: 600px) {
  .pagination a,
  .pagination span {
    padding: 10px 15px;
  }
}

.pagination .next,
.pagination .prev {
  font-size: 0;
  line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-size: 18px;
}

.pagination .next {
  text-indent: 3px;
}

.pagination .next::after {
  content: "\e906";
}

.pagination .prev {
  text-indent: -3px;
}

.pagination .prev::after {
  content: "\e905";
}

@media (max-width: 600px) {
  .pagination .next::after,
  .pagination .prev::after {
    font-size: 17px;
  }
}

.page-numbers {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .page-numbers {
    font-size: 17px;
  }
}

.page-numbers.current,
.page-numbers:hover {
  background: #0072e5;
  color: #fff;
}

span.page-numbers.dots {
  background: transparent;
  color: #272c30;
}

.post-navigation {
  margin-top: 10%;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-weight: 600;
}

.post-navigation::before,
.post-navigation::after {
  content: "";
  display: table;
}

.post-navigation::after {
  clear: both;
}

.post-navigation a {
  color: #272c30;
}

.post-navigation a:hover .post-title {
  color: #0072e5;
}

.post-navigation span {
  vertical-align: top;
}

.post-navigation .meta-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.post-navigation .post-title {
  font-size: 20px;
  transition: 0.3s ease;
}

@media (max-width: 600px) {
  .post-navigation .post-title {
    font-size: 16px;
  }
}

.nav-next,
.nav-previous {
  display: inline-block;
  float: left;
  width: 49%;
  vertical-align: top;
}

@media (max-width: 600px) {
  .nav-next,
  .nav-previous {
    width: 100%;
  }
}

.nav-previous + .nav-next {
  text-align: right;
  float: right;
}

@media (max-width: 600px) {
  .nav-previous + .nav-next {
    text-align: left;
    margin-top: 15px;
  }
}

.nav-previous i {
  margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */

#page .alignleft {
  display: inline;
  float: left;
  margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
  #page .alignleft {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }

  #page .alignleft img {
    width: 100%;
  }
}

#page .alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
  #page .alignright {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }

  #page .alignright img {
    width: 100%;
  }
}

#page .aligncenter {
  clear: both;
  margin: 0 auto 1.5em auto;
}

.wp-caption {
  margin: 0.5em 0 1.5em 0;
  max-width: 100%;
  text-align: left;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
  border-left-color: #a6b5c1;
}

#main .tiled-gallery {
  margin-bottom: 1.2em;
}

#main .tiled-gallery p {
  margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
  margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  visibility: hidden;
}

/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */

#calendar_wrap {
  background: #fff;
  border-right: none;
  border-bottom: none;
  color: #272c30;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
  font-size: 16px;
  margin: 0;
  max-width: 100%;
}

#wp-calendar caption {
  text-align: center;
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
  text-align: center;
}

#wp-calendar tr th {
  background: #272c30;
  color: #fff;
  margin: -10px -10px 10px -10px;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
}

#wp-calendar tbody tr td {
  padding: 2px 0;
  border-right: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #d9dee3;
  padding: 7px 0 5px 0;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

#wp-calendar a {
  color: #272c30;
}

#wp-calendar a:hover {
  color: #62707c;
}

.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget_rss li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_rss li .rsswidget {
  display: inline-block;
  width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */

.comment-navigation {
  font-size: 16px;
  margin: 0 0 6% 0;
}

.comment-navigation .button {
  display: inline-block;
}

.comment-navigation .button:empty {
  display: none;
}

.comment-navigation .nav-previous a::before {
  content: "\e904";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}

.comment-navigation .nav-next a::after {
  content: "\e903";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-left: 10px;
}

.comments-area {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10%;
  padding-top: 10%;
  border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
  .comments-area {
    margin-top: 7%;
  }
}

.comment-list + .no-comments {
  margin-top: 1.2em;
  text-align: center;
  position: relative;
}

.comment-list + .no-comments span {
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}

@media (max-width: 1000px) {
  .comment-list + .no-comments span {
    padding: 0 20px;
  }
}

.comment-list + .no-comments::after {
  content: " ";
  display: inline-block;
  height: 2px;
  background: #eee;
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 5;
}

@media (max-width: 1000px) {
  .comment-list + .no-comments::after {
    top: 14px;
  }
}

h3.comment-reply-title {
  font-size: 32px;
  margin-bottom: 5%;
  position: relative;
  font-weight: 600;
}

@media (max-width: 600px) {
  h3.comment-reply-title {
    font-size: 22px;
  }
}

h3.comments-title {
  margin-bottom: 10%;
}

#commentform,
#respond form {
  display: inline-block;
  width: 100% !important;
  min-width: 100%;
}

.comment-list #commentform {
  margin-top: 2%;
}

.comment-info {
  display: inline-block;
  margin: 0;
}

@media (max-width: 1000px) {
  .comment-info {
    line-height: 2;
  }
}

.comment-content {
  font-size: 18px;
  line-height: 1.6;
  background: #f2f2f2;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}

.comment-content::after {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
  .comment-content {
    font-size: 16px;
    padding: 20px;
  }
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}

.comment-list > li {
  list-style-type: none;
  margin-bottom: 6%;
}

.comment-list .children {
  margin: 5% 0 0 0;
  padding-left: 25px;
}

@media (max-width: 600px) {
  .comment-list .children {
    padding-left: 15px;
  }
}

.comment-list .children li {
  margin-bottom: 6%;
}

.comment-list .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comment-list .children > li {
  list-style: none;
}

.comment-list .reply {
  margin-bottom: 0;
  font-size: 14px;
}

.comment-list .avatar {
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 100px;
  vertical-align: top;
  width: 40px;
  position: relative;
}

@media (max-width: 600px) {
  .comment-list .avatar {
    margin-top: 3px;
  }
}

.comment-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.comment-cite {
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 600px) {
  .comment-cite {
    font-size: 18px;
  }
}

.comment-cite a {
  color: #272c30;
}

.comment-time,
.comment-edit-link {
  color: #62707c;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 11px;
  vertical-align: top;
  line-height: 1;
}

.comment-list .comment-reply-title {
  margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}

.comments-closed p.reply {
  display: none;
}

.comments-closed p:nth-last-child(2) {
  margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
  margin-bottom: 2%;
  display: none;
  color: #62707c;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.comment-notes {
  display: none;
}

.required {
  color: #f35959;
}

.logged-in-as a {
  color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  display: inline-block;
  width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  width: 100%;
}

@media (max-width: 1000px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .comment-form-comment {
    width: 100%;
    margin-right: 0;
  }
}

.comment-list #respond {
  display: inline-block;
  margin-top: 4%;
  width: 100%;
}

@media (max-width: 1000px) {
  .comment-form-url {
    margin-bottom: 1em;
  }
}

.form-submit {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.comment-form #submit {
  margin-top: 10px;
  width: auto;
}

@media (max-width: 600px) {
  .comment-form #submit {
    margin: 0;
    width: 100%;
  }
}

.comment-list .comment-respond #submit {
  margin-top: 0;
}

.form-allowed-tags {
  display: none;
}

.comment-subscription-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}

.comment-subscription-form label {
  font-weight: 300;
  font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
  margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
  width: 100% !important;
}

.comment-awaiting-moderation {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
}

.comment-awaiting-moderation::before {
  content: "\e90a";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */

.post-cats,
.entry-cats {
  margin-bottom: 1.5%;
  position: relative;
  z-index: 10;
}

@media (max-width: 1000px) {
  .post-cats,
  .entry-cats {
    margin-bottom: 5%;
  }
}

.post-cats a,
.entry-cats a {
  background-color: #0072e5;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .post-cats a,
  .entry-cats a {
    font-size: 11px;
    padding: 3px 4px;
  }
}

.entry-byline {
  color: #62707c;
  font-size: 15px;
  margin-bottom: 0;
}

.search-results .entry-byline {
  margin-bottom: 5px;
}

.entry-byline a {
  color: #62707c;
}

.entry-byline a:hover {
  color: #272c30;
}

.entry-byline img {
  border-radius: 100px;
  width: 22px;
  vertical-align: top;
  margin-right: 3px;
}

.meta-avatar {
  position: absolute;
}

.meta-avatar img {
  width: 24px;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: top;
}

.index-text {
  position: relative;
  z-index: 10;
  margin: 0 5%;
  background: #fff;
  padding: 0 4% 6% 4%;
  border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
  margin-top: -10%;
  padding-top: 4%;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-2%, 0, 0);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
  transition: 0.3s ease;
}

.site-header-bg-wrap {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.background-effect {
  position: absolute;
  z-index: -999998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header-bg.background-effect {
  background-attachment: scroll;
}

/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.site-main .gallery {
  margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
  .has-wide-image .featured-image,
  .has-wide-image .featured-video {
    width: 90vw;
    margin-left: calc(50% - 90vw / 2);
  }
}

.featured-image .gallery {
  margin-bottom: 0;
}

.featured-gallery {
  background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

.gallery dd,
.gallery figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0;
}

.gallery-item {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

embed,
iframe,
object {
  max-width: 100%;
  border-width: 0;
}

#content .wp-playlist-light {
  color: #55626d;
  padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
  background: none;
}

#content .mejs-container:not(.mejs-video) {
  margin-bottom: 1em;
  height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
  border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
  background: transparent;
}

#content .wp-playlist {
  border: none;
  background: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#content .wp-playlist-tracks {
  margin-top: 3.5%;
}

#content .wp-playlist-item {
  border-bottom: dotted 1px #cad1d8;
  padding: 0;
}

#content .wp-playlist-item:last-child {
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
  padding: 2%;
}

@media (max-width: 1000px) {
  #content .wp-playlist-item .wp-playlist-caption,
  #content .wp-playlist-item-length {
    padding: 4%;
  }
}

#content .wp-playlist-item .wp-playlist-caption {
  color: #272c30;
  display: inline-block;
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
  background: none;
  border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #content .wp-playlist-caption,
  #content .wp-playlist-item-title {
    font-size: 16px;
  }
}

#content .wp-playlist-current-item {
  height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
  margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
  display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
  color: #272c30;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  #content .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 22px;
  }
}

#content .wp-playlist-current-item .wp-playlist-item-album {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #content .wp-playlist-current-item .wp-playlist-item-album {
    font-size: 16px;
  }
}

#page .mejs-controls {
  background: #272c30;
}

@media (max-width: 1000px) {
  #page .mejs-controls {
    padding: 0 10px;
  }
}

#page .mejs-controls .mejs-button button:hover {
  background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #5e7383;
}

#page
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total {
  background: #5e7383;
}

#page
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background: #e3eaf0;
}

#page
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-handle {
  background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
  height: 40px;
}

#page .mejs-video .mejs-time {
  height: 35px;
  padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
  margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
  margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */

.drawer-wrap {
  position: relative;
}

.drawer {
  padding: 10px 0 15px 0;
  background: #22262a;
  background: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  display: none;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1024px) {
  .drawer {
    display: none !important;
  }
}

.drawer-menu-explore {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1000px) {
  .drawer-menu-explore {
    background: #272c30;
    padding: 15px 5% 30px 5%;
  }
}

.drawer-menu-explore .container {
  padding: 0;
}

.show-drawer {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
  margin-top: 35px;
}

.site-header {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #f2f2f2;
}

body.admin-bar .is-sticky .site-header {
  margin-top: 32px;
}

.site-identity {
  padding: 30px 0;
  position: relative;
  z-index: 8;
}

@media (max-width: 1000px) {
  .site-identity {
    padding: 8% 0;
  }
}

@media (max-width: 600px) {
  .site-identity {
    padding: 12% 0;
  }
}

.site-title-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 30%;
  width: 100%;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title-wrap {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .titles-wrap {
    padding-top: 8px;
  }
}

.titles-wrap.has-description {
  padding-top: 0;
}

.site-title {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 1.2;
}

.site-title a {
  color: #272c30;
  transition: 0.1s ease-in;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .site-title {
    font-size: 24px;
  }
}

.site-description {
  color: #272c30;
  font-size: 14px;
  line-height: 1.4;
  margin: -2px 0 0 0;
  display: inline-block;
  width: 100%;
  position: absolute;
}

@media (max-width: 1000px) {
  .site-description {
    position: relative;
    display: block;
  }
}

.site-avatar {
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top;
}

.site-avatar img {
  border-radius: 500px;
  margin-bottom: 15px;
  width: 85px;
  transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
  transform: scale(1.1);
}

.site-logo {
  line-height: 1;
  margin: 0;
  display: block;
}

.site-logo:not(img):empty {
  margin: 0;
}

.custom-logo-link img {
  display: block;
}

@media (max-width: 1000px) {
  .custom-logo-link {
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .custom-logo-link img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */

.container {
  /*max-width: 1600px;*/
  margin: 0 auto;
  padding: 0 8%;
  display: block;
}

@media only screen and (max-width: 1000px) {
  .container {
    /*padding: 0 4%;*/
  }
}

@media (max-width: 600px) {
  .container {
    /*padding: 0 15px;*/
  }
}

.container::before,
.container::after {
  content: "";
  display: table;
}

.container::after {
  clear: both;
}

.error404 .entry-header {
  margin-bottom: 0;
}

.archive-box {
  margin-top: 30px;
}

.archive-box ul ul {
  margin-left: 30px;
  margin-top: 0;
}

.archive-box ul li {
  margin-bottom: 0;
}

.archive-box ul a {
  border-bottom: dotted 1px #c7d6e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.archive-box ul a:hover {
  border-bottom: dotted 1px #c7d6e4;
  color: #62707c;
}

.single #page {
  margin: 0 auto;
}

#primary {
  margin: 0 auto;
  display: block;
  width: 70%;
  max-width: 830px;
}

@media (max-width: 1000px) {
  #primary {
    width: 100%;
  }
}

.error404 #primary {
  display: block;
  margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
  margin: 0 auto;
  display: block;
  width: 100%;
}

#main .entry-content .page-links {
  clear: both;
  margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
  border: none;
  padding: 0 2px;
  color: #62707c;
}

#main .entry-content .page-links a:hover {
  border: none;
  color: #272c30;
}

#page .more-link + .page-links {
  margin-top: 20px;
}

.featured-image,
.featured-video {
  margin-bottom: 5%;
  width: 100%;
  z-index: 50;
  position: relative;
}

@media (max-width: 600px) {
  .featured-image,
  .featured-video {
    margin-bottom: 1.2em;
  }
}

.featured-image img,
.featured-video img {
  display: block;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.07s ease-in-out;
}

.featured-video iframe {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

#page {
  /*padding-top: 48px;*/
}

@media (max-width: 600px) {
  #page {
    /*padding-top: 8%;*/
  }
}

.site-content {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0;
  vertical-align: top;
  position: relative;
  z-index: 10;
}

.blog .content-area {
  width: 100%;
  display: block;
  vertical-align: top;
}

.post .entry-header {
  position: relative;
  margin-bottom: 5%;
}

.archive-header {
  margin-top: -30px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.archive-header .entry-subtitle {
  font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
  margin-bottom: 0;
}

.taxonomy-description {
  font-size: 17px;
  color: #62707c;
}

@media (max-width: 600px) {
  .taxonomy-description {
    font-size: 15px;
    line-height: 1.4;
  }
}

.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.entry-cats {
  font-size: 16px;
}

.full-post-header .entry-title {
  font-size: 58px;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .full-post-header .entry-title {
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .full-post-header .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

.full-post-header .entry-title a {
  color: #272c30;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
  color: #62707c;
}

.byline {
  color: #62707c;
  margin-top: 3%;
  font-size: 16px;
}

@media (max-width: 600px) {
  .byline {
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
  }
}

.byline img {
  width: 24px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 5px;
}

.byline a {
  color: #62707c;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
  padding-bottom: 2px;
}

.byline a:hover {
  border-bottom: 2px solid #e3eaf0;
}

.entry-content {
  vertical-align: top;
}

.entry-content p a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.entry-content p a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
  border-bottom: none;
}

.excerpt-more {
  display: inline-block;
  width: 100%;
}

.single-attachment .site-main .post .entry-content {
  padding-left: 0;
}

.single-attachment .author-profile {
  display: none;
}

.page-content {
  margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */

.post {
  width: 100%;
  display: inline-block;
  position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
  margin-bottom: 8%;
  padding-bottom: 10%;
  border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
  margin-bottom: 5%;
  padding-bottom: 6%;
}

.fade-out {
  animation-name: fadeOut !important;
  animation-duration: 0.2s !important;
  animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */

.site-footer {
  padding: 0 0 2.5% 0;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f2f2;
  color: #272c30;
}

.site-footer a {
  color: #0072e5;
}

.site-footer a:hover {
  color: #272c30;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .site-footer {
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    font-size: 15px;
  }
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
  margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
  border-top: none;
}

.post-navigation + .site-footer {
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
  .post-navigation + .site-footer {
    box-shadow: none;
  }
}

.footer-padding {
  padding-top: 15%;
  opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
  font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
  border-bottom: none;
  padding: 0;
}

.footer-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
}

@media (max-width: 1000px) {
  .footer-widgets {
    padding-top: 8%;
    margin-bottom: 0;
  }
}

.footer-widgets .footer-column {
  width: 30.6%;
  float: left;
  padding-top: 7%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .footer-widgets .footer-column {
    padding-right: 0;
    margin-bottom: 7%;
  }
}

.footer-widgets .footer-column:last-child {
  margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets
  .footer-column:first-of-type:nth-last-of-type(2)
  ~ .footer-column {
  width: 48%;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
  .footer-widgets
    .footer-column:first-of-type:nth-last-of-type(2)
    ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets
  .footer-column:first-of-type:nth-last-of-type(3)
  ~ .footer-column {
  width: 30.6%;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
  .footer-widgets
    .footer-column:first-of-type:nth-last-of-type(3)
    ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets ul {
  list-style: none;
  margin: 0;
}

.footer-widgets ul li {
  padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
  padding-bottom: 0;
}

.footer-widgets ul ul li {
  list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
  padding-bottom: 0;
}

.footer-widgets ul.children,
.footer-widgets ul.sub-menu {
  margin-left: 20px;
  margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
  padding-bottom: 15px;
}

.footer-widgets .sub-menu {
  margin-left: 20px;
}

.footer-widgets .widget_text a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
  margin-top: 40px;
}

.footer-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 4%;
}

.footer-widgets + .footer-bottom {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
  .footer-widgets + .footer-bottom {
    padding-top: 30px;
  }
}

.footer-tagline {
  display: inline-block;
  width: 40%;
}

@media (max-width: 1000px) {
  .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.footer-navigation + .footer-tagline {
  float: right;
}

.footer-tagline a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}

.site-footer .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #272c30;
}

@media (max-width: 1000px) {
  .site-footer .widget-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .site-footer .widget-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

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

.footer-navigation ul {
  margin: 0;
}

.footer-navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */

.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
  display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */

::-moz-selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

::selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

#wpstats {
  display: none;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.compat-object-fit img {
  opacity: 0;
}

.post-password-form label {
  display: inline-block;
  width: 40%;
}

.post-password-form input[type="submit"] {
  display: inline-block;
}

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

.blog .post.sticky {
  background: #fff;
  padding: 4%;
  border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.page-template-full-width #page .entry-header {
  padding: 5% 2% 0;
}

.page-template-full-width .site-content {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/

.wp-block-gallery {
  margin-left: 0;
  margin-bottom: 1.2em;
}

.wp-block-image figcaption {
  font-size: 15px;
  margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
  padding-left: 0;
}

.alignfull,
.alignwide {
  margin-bottom: 2em;
  width: 100%;
}

@media (max-width: 600px) {
  .alignfull.wp-block-gallery,
  .alignwide.wp-block-gallery {
    margin-left: -8px;
    margin-right: -8px;
    width: inherit;
  }
}

.alignfull img,
.alignwide img {
  display: block;
}

.alignwide {
  max-width: none;
}

@media (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: calc(50% - 75vw / 2);
  }
}

.entry-content > .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}

.wp-block-columns {
  margin-bottom: 1.2em;
}

.upcoming_event_overlay::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2b2e37;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-logo-link img {
  max-height: 24px;
  width: auto;
}

.scala_navigation a {
  color: black;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  margin-bottom: 0 !important;
}

.scala_navigation ul li {
  /*padding: 0px;*/
}

.scala_navigation .menu-main-container ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*row-gap: 1rem;*/
  /*column-gap: 1rem;*/
}

@media screen and (max-width: 1400px) {
  .scala_navigation a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .scala_navigation a {
    font-size: 10px;
  }
}

.scala_navigation a::after {
  font-size: 20px !important;
}

.search-icon-border {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  padding: 0 15px;
}

.scala_site-identity .site-title-wrap {
  width: -moz-max-content;
  width: max-content;
}

.scala_site-identity {
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .scala_site-identity {
    display: none !important;
  }
}

.footer_menu_links a {
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .footer_menu_links a {
    margin: 0 5px;
  }
}

.social_icons a svg {
  max-width: 24px;
}

.navigation-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

* {
  font-family: "Montserrat", sans-serif !important;
}

.lets_chat_container {
  background-image: linear-gradient(
      rgba(238, 50, 53, 0.8),
      rgba(238, 50, 53, 0.8)
    ),
    url("/wp-content/themes/genesis-child/images/Optika_Display_-_Fashion_Solution.jpeg");
  background-size: cover;
  background-position: 50%;
}

.width-container {
  max-width: 1920px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: 0 auto;
}

@media only screen and (min-width: 1600px) {
  .width-container {
    max-width: 1920px;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 1024px) {
  .width-container {
    max-width: 1920px;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

p,
.embed-vimeo {
  margin-bottom: 1.4em !important;
}

.red_button_hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  transition-property: text-shadow;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.red_button_hover:hover {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.red_button_hover:hover::after {
  left: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.2);
}

.red_button_hover:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  transition-property: left, right, background;
  transition-duration: 0.5s;
  transition-timing-function: var(--easing);
}

.homepage_swiper {
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}

.homepage_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  max-width: 46.9rem;
}

.homepage_swiper .swiper-button-next:after,
.swiper-button-prev:after {
  color: #c7cdd0;
  font-size: 5rem;
}

.homepage_swiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}

.homepage_swiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}

.homepage_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage_swiper .swiper-pagination-bullet {
  width: 4rem;
  height: 4rem;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
  background: transparent;
}

.homepage_swiper .swiper-pagination-bullet:after {
  width: 4rem;
  height: 2px;
  border-radius: 0;
  background: #ee3235;
}

.homepage_swiper .swiper-pagination-bullet-active {
  width: 40px !important;
  height: 2px !important;
  margin: 0 8px;
  cursor: pointer;
  overflow: hidden;
}

.homepage_swiper .swiper-pagination-bullet::after {
  display: block;
  content: " ";
  position: relative;
  height: 2px;
  background-color: #ee3235;
  top: calc(50% - 1px);
  transition: all 0.25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.homepage_swiper .swiper-pagination-bullet-active::after {
  display: block;
  content: " ";
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #2b2e37;
  top: calc(50% - 2px);
  transition: all 0.25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.homepage_swiper .swiper-pagination-bullet:hover::after,
.swiper-pagination-bullet-active:hover::after {
  top: 0;
  height: 100%;
}

.titles-wrap {
  display: none;
}

.upcoming_events {
  transition: all 0.25s ease;
  text-decoration: none;
}

.sc-events-list-item:hover .eli-date[data-v-3c58f9ab] {
  color: #2b2e37;
  background-color: #fff;
}

.container-box-shadow {
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25);
}

.event-image-layout::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2b2e37;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
}

.custom_menu-toggle,
.custom_menu-toggle:hover,
.custom_menu-toggle:active,
.custom_menu-toggle:focus {
  max-width: 20px;
  color: black;
  font-size: 25px;
}

.custom_mobile-navigation {
  align-items: center;
  justify-content: space-between;
  background-color: white !important;
  padding: 0;
  height: 48px;
}

.custom_drawer {
  height: 100vh;
  background-color: white;
}

.custom_drawer .drawer-navigation ul li a {
  color: #272c30;
  font-size: 15px;
  font-weight: 400;
}

.custom_drawer .drawer-navigation ul li {
  padding-left: 2.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom_drawer .toggle-sub {
  background: transparent !important;
}

.custom_drawer .toggle-sub .gbi.gbicon-angle-down {
  color: #2b2e37;
}

.custom_drawer .menu-item-has-children .toggle-sub {
  position: relative;
}

@media (max-width: 1024px) {
  .mobile-navigation {
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .scala_site-identity {
    display: none !important;
  }

  .gbicon-bars::before {
    content: "\e902";
  }
}

.solution_section_bg {
  background: no-repeat
    url("/wp-content/themes/genesis-child/images/section_bg.png");
  background-size: cover;
}

.solution_card_container a:nth-child(2n) {
  margin-top: -18rem !important;
}

.solution_card_container a {
  margin-top: -8rem !important;
}

.solution_card_container a:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .solution_card_container a {
    margin-top: -4rem !important;
  }

  .solution_card_container a:nth-child(2n) {
    margin-top: -4rem !important;
  }
}

.solution_learn_more_container {
  background: no-repeat
    url("/wp-content/themes/genesis-child/images/kevin-o-connor-262008.jpeg");
  background-size: cover;
  margin-bottom: 9em;
  background-position: 50%;
}

.low_shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}

.solution_card_overlay {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.17, 0.57, 0.38, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    rgba(238, 50, 53, 0.8),
    rgba(238, 50, 53, 0.9)
  );
}

.solution_card_overlay:before {
  position: absolute;
  left: 50%;
  top: 40%;
  content: " ";
  height: 20%;
  width: 2px;
  background-color: #fff;
}

.solution_card_overlay:after {
  position: absolute;
  left: 50%;
  top: 40%;
  content: " ";
  height: 20%;
  width: 2px;
  background-color: #fff;
  transform: rotate(-90deg);
}

.solution_card:hover .solution_card_overlay {
  opacity: 1;
}

.products_card_overlay {
  transition: all 0.2s cubic-bezier(0.17, 0.57, 0.38, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0, 9%, 50%, 0.7);
  height: 100%;
}

.products_card:hover .products_card_overlay {
  background: linear-gradient(rgba(238, 50, 53, 0.8), rgba(238, 50, 53, 0.9));
}

.solution_text_container {
  transition: left cubic-bezier(0.17, 0.57, 0.38, 0.95) 0.4s;
  position: relative;
}

.solution_card:hover .solution_text_container {
  left: 5px;
}

.resolution_card {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.read_blog_link:hover:after {
  left: 0;
  height: 1px;
  width: 100%;
}

.read_blog_link:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #ee3235;
  width: 0;
  left: 50%;
  transition: all 0.25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.media_player_banner {
  background-image: linear-gradient(
      rgba(43, 46, 55, 0.2),
      rgba(43, 46, 55, 0.3)
    ),
    url("/wp-content/themes/genesis-child/images/Scala_Hardware_Players_R_Right2.png");
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100vw;
}

.gallery-container a {
  margin: 1em;
  box-sizing: border-box;
  width: calc(33.33333% - 2em);
  transition: all 0.25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0px 10px 60px rgba(80, 80, 80, 0.25));
}

.gallery-container a:hover {
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.gallery-container a img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

/*designer styling*/

/*this is a css from the designer we hired to make a page*/

.office {
  margin-bottom: 3.2rem;
}

.required_input:after {
  content: " *";
  font-size: 1.4rem;
  position: relative;
  top: -0.2rem;
}

.blog_overview_section_bg {
  background-repeat: repeat;
  background-image: url("/wp-content/themes/genesis-child/images/scala_blog_bg.png");
  background-size: contain;
}

.resources_menu a {
}

.recent_resources_list:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
}

.recent_resources_list:last-child:after {
  display: none;
}

.recent_resources_list:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: transparent;
  transition-property: left, right, background;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.recent_resources_list:hover:before {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

.markup.description h1 {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32.64px;
  letter-spacing: normal;
  font-size: 2.6rem;
}

.markup.description p {
  margin-bottom: 3rem !important;
}

.markup.description h2 {
  font-size: 2.21rem !important;
}

.resources_link_active {
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}

#masthead {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.hero {
  background-image: linear-gradient(
      rgba(43, 46, 55, 0.8),
      rgba(43, 46, 55, 0.9)
    ),
    url(/wp-content/themes/genesis-child/assets/software/images/hero-background.jpg);
  background-size: cover;
}

.we-xlose {
  width: auto;
  height: 48px;
  padding: 0 15px 0 10px;
  cursor: pointer;
  transition: all 0.25s var(--easing);
  position: relative;
  transition: all 0.2s;
  display: none;
}

.we-xlose::before {
  position: absolute;
  left: 50%;
  top: calc(50% - 12px);
  content: " ";
  height: 24px;
  width: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transition: all 0.25s var(--easing);
}

.we-xlose::after {
  position: absolute;
  left: 50%;
  top: calc(50% - 12px);
  content: " ";
  height: 24px;
  width: 1px;
  background-color: #000;
  transform: rotate(-45deg);
  transition: all 0.25s var(--easing);
}

.lets-chat-link {
  font-weight: 700;
  text-transform: uppercase;
}

.we-footer-navigation li {
  padding: 0 4%;
}

.we-footer-navigation li a {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  opacity: 0.7;
  transition: all 0.2s;
}

.we-footer-navigation li a:hover {
  opacity: 1;
}

.we-social-links svg {
  width: 24px;
}

@media (min-width: 768px) {
  .we-bottom-links li {
    border-right: 1px solid #fff;
  }

  .we-bottom-links li:last-of-type {
    border-right: 0;
  }
}

.we-bottom-links li a {
  display: block;
  padding: 0 5px;
}

.we-content-bottom {
  position: relative;
}

.we-content-bottom::before {
  content: "";
  height: 1px;
  width: 96%;
  max-width: 300px;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  top: -20px;
}

.we-button-hover {
  position: relative;
  overflow: hidden;
}

.we-button-hover > * {
  z-index: 222;
}

.we-button-hover::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 111;
  transition: all 0.5s;
}

.we-button-hover:hover::before {
  content: "";
  width: 105%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 111;
}

.we-line-before {
  position: relative;
}

.we-line-before::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ee3235;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.we-has-line-below {
  position: relative;
  margin-bottom: 30px;
}

.we-has-line-below::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ee3235;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.we-boxed-50::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.we-boxed-75::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.we-boxed-80::after {
  content: "";
  display: block;
}

@media (min-width: 1025px) {
  .we-boxed-80::after {
    padding-bottom: 80%;
  }
}

.we-boxed-90::after {
  content: "";
  display: block;
  padding-bottom: 90%;
}

.we-boxed-100::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.we-boxed-125::after {
  content: "";
  display: block;
  padding-bottom: 125%;
}

.we-boxed-150::after {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.we-boxed-175::after {
  content: "";
  display: block;
  padding-bottom: 175%;
}

.we-boxed-200::after {
  content: "";
  display: block;
  padding-bottom: 200%;
}

main .we-line-before {
  padding-left: 120px;
  margin-bottom: 30px;
}

main .row-3 {
  margin: 0 -10px;
}

main .row-5 .we-line-before {
  padding-left: 0;
  padding-bottom: 70px;
  margin-bottom: -30px;
}

@media (max-width: 1024px) {
  main .row-5 .visual-content img {
    margin: 0 auto 50px auto;
  }
}

main .row-6 .we-has-line-below::before {
  content: "";
  width: 120px;
}

.site-footer .row-1 {
  background-image: linear-gradient(
      rgba(238, 50, 53, 0.8),
      rgba(238, 50, 53, 0.8)
    ),
    url(../images/Optika_Display_-_Fashion_Solution.jpeg);
}

.site-footer .row-1 .lets-chat-link {
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  float: right;
}

/* HEADER */

.site-header .header-ls-navigation {
  flex-grow: 1;
}

.site-header .header-ls-navigation a {
  transition: all 0.2s;
  position: relative;
  background-color: #fff;
  z-index: 555;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 15px;
}

@media (max-width: 1298px) {
  .site-header .header-ls-navigation a {
    font-size: 0.7em;
    padding: 0 10px;
  }
}

.site-header .header-ls-navigation a:hover {
  color: #ee3235;
}

.site-header .search-icon svg {
  transition: all 0.2s;
}

.site-header .search-icon:hover > * {
  transform: rotate(90deg);
}

.site-header .we-header-search-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-left: 1px solid #e2e2e2;
  background-color: #fff;
  width: 0;
  opacity: 0;
  z-index: 555;
}

.site-header .we-header-search-container input {
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
}

.site-header .has-children {
  position: relative;
}

.site-header .has-children .chevron {
  display: inline-block;
}

.site-header .chevron {
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(90deg) scale(0.75);
  margin-left: 4px;
  display: none;
}

.site-header .chevron:before,
.site-header .chevron:after {
  position: absolute;
  top: -8px;
  left: 4px;
  width: 2px;
  height: 12px;
  display: block;
  content: "";
  background-color: currentColor;
  border-radius: 10px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: var(--easing);
}

.site-header .chevron:after {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.2s;
}

.site-header .chevron:before {
  transform: rotate(-45deg);
  transition: all 0.2s;
}

.site-header .we-header-sub-opened > a {
  color: #ee3235;
}

.site-header .we-header-sub-opened .chevron:after {
  transform: rotate(-45deg);
}

.site-header .we-header-sub-opened .chevron:before {
  transform: rotate(45deg);
}

.site-header .we-header-submenu {
  position: absolute;
  top: -20%;
  opacity: 0;
  background: #fff;
  z-index: 111;
  box-shadow: 0 2px 2px #e2e2e2;
}

.site-header .we-header-submenu li a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}

.site-header .we-header-submenu li:last-of-type a {
  border-bottom: 0;
}

/* MOBILE NAV */

.we-small-screen-nav-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  overflow-y: scroll;
}

.small-screen-nav ul li {
  width: 100%;
}

.small-screen-nav ul li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.2s;
}

.small-screen-nav ul li a:hover {
  color: #ee3235;
}

.small-screen-nav .has-children {
  position: relative;
}

.small-screen-nav .has-children .chevron {
  display: inline-block;
}

.small-screen-nav .chevron {
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(90deg) scale(0.75);
  margin-left: 4px;
  display: none;
}

.small-screen-nav .chevron:before,
.small-screen-nav .chevron:after {
  position: absolute;
  top: -8px;
  left: 4px;
  width: 2px;
  height: 12px;
  display: block;
  content: "";
  background-color: currentColor;
  border-radius: 10px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: var(--easing);
}

.small-screen-nav .chevron:after {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.2s;
}

.small-screen-nav .chevron:before {
  transform: rotate(-45deg);
  transition: all 0.2s;
}

.small-screen-nav .we-header-sub-opened > a {
  color: #ee3235;
}

.small-screen-nav .we-header-sub-opened .chevron:after {
  transform: rotate(-45deg);
}

.small-screen-nav .we-header-sub-opened .chevron:before {
  transform: rotate(45deg);
}

.small-screen-nav .we-header-submenu {
  position: relative;
  top: auto;
  opacity: 1;
  background: #fff;
  z-index: 111;
  box-shadow: none;
  width: 100%;
  display: none;
}

.small-screen-nav .we-header-submenu li a {
  display: block;
  padding: 8px 15px 8px 30px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}

/* END MOBILE NAV */

/* HAMBURGER */

.hamburger-1 {
  width: 24px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.hamburger-1__inner {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-1__line {
  background-color: #2b2e37;
  height: 2px;
  width: 100%;
  position: absolute;
  transition: all 0.3s;
}

.hamburger-1__line-middle {
  top: 0;
}

.hamburger-1__line-before {
  top: -8px;
}

.hamburger-1__line-after {
  bottom: -8px;
}

.hamburger-1.xfy .hamburger-1__line-middle {
  background: 0 0 !important;
  transform: translateX(-10px);
  transition: all 0.1s;
}

.hamburger-1.xfy .hamburger-1__line-before {
  transform: translate(0, 8px) rotateZ(45deg);
}

.hamburger-1.xfy .hamburger-1__line-after {
  transform: translate(0, -8px) rotateZ(-45deg);
}

/* END HAMBURGER */

/* END HEADER */

input:focus,
input:focus-visible,
input:active {
  outline: none;
  border: none;
}

/*.swiper-slide {*/

/*    top: 4.8rem;*/

/*}*/

/*.swiper-slide.swiper-slide-active{*/

/*    top: 0;*/

/*}*/

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

@media (max-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (max-width: 425px) {
  .container {
    max-width: 425px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 1560px) {
  .container {
    max-width: 1560px;
  }
}

* {
  font-family: Montserrat, sans-serif;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.-bottom-7 {
  bottom: -1.75rem !important;
}

.-left-3 {
  left: -0.75rem !important;
}

.-top-24 {
  top: -6rem !important;
}

.-top-\[50px\] {
  top: -50px !important;
}

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

.bottom-8 {
  bottom: 2rem !important;
}

.bottom-80 {
  bottom: 20rem !important;
}

.bottom-\[-5rem\] {
  bottom: -5rem !important;
}

.bottom-\[2\.5rem\] {
  bottom: 2.5rem !important;
}

.bottom-\[30px\] {
  bottom: 30px !important;
}

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

.left-1\/2 {
  left: 50% !important;
}

.left-3\/4 {
  left: 75% !important;
}

.left-36 {
  left: 9rem !important;
}

.left-80 {
  left: 20rem !important;
}

.left-\[-0\.3rem\] {
  left: -0.3rem !important;
}

.left-\[-40px\] {
  left: -40px !important;
}

.left-\[1\.5rem\] {
  left: 1.5rem !important;
}

.left-\[1\.8rem\] {
  left: 1.8rem !important;
}

.left-\[28rem\] {
  left: 28rem !important;
}

.left-\[3rem\] {
  left: 3rem !important;
}

.left-\[4rem\] {
  left: 4rem !important;
}

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

.right-8 {
  right: 2rem !important;
}

.right-\[0\.8rem\] {
  right: 0.8rem !important;
}

.right-\[2\.5rem\] {
  right: 2.5rem !important;
}

.right-\[3rem\] {
  right: 3rem !important;
}

.right-\[40px\] {
  right: 40px !important;
}

.right-\[4rem\] {
  right: 4rem !important;
}

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

.top-1\/2 {
  top: 50% !important;
}

.top-56 {
  top: 14rem !important;
}

.top-\[-22\.4rem\] {
  top: -22.4rem !important;
}

.top-\[-5rem\] {
  top: -5rem !important;
}

.top-\[-9rem\] {
  top: -9rem !important;
}

.top-\[2rem\] {
  top: 2rem !important;
}

.top-\[48px\] {
  top: 48px !important;
}

.top-\[5rem\] {
  top: 5rem !important;
}

.top-\[6\.4rem\] {
  top: 6.4rem !important;
}

.top-\[80px\] {
  top: 80px !important;
}

.-z-10 {
  z-index: -10 !important;
}

.-z-20 {
  z-index: -20 !important;
}

.-z-\[1\] {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-\[-1\] {
  z-index: -1 !important;
}

.z-\[1001\] {
  z-index: 1001 !important;
}

.z-\[100\] {
  z-index: 100 !important;
}

.z-\[1\] {
  z-index: 1 !important;
}

.z-\[20\] {
  z-index: 20 !important;
}

.z-\[2\] {
  z-index: 2 !important;
}

.z-\[3\] {
  z-index: 3 !important;
}

.z-\[888\] {
  z-index: 888 !important;
}

.z-\[999\] {
  z-index: 999 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

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

.m-\[0\.5em\] {
  margin: 0.5em !important;
}

.m-\[0\.5rem\] {
  margin: 0.5rem !important;
}

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

.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-\[15px\] {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-\[2\.5rem\] {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-\[2rem\] {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-\[3rem\] {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-\[100px\] {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-\[140px\] {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.my-\[15px\] {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-\[1em\] {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my-\[1rem\] {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-\[2\.65rem\] {
  margin-top: 2.65rem !important;
  margin-bottom: 2.65rem !important;
}

.my-\[20px\] {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-\[2em\] {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.my-\[3rem\] {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-\[4\.8rem\] {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-\[45px\] {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-\[75px\] {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-\[8em\] {
  margin-top: 8em !important;
  margin-bottom: 8em !important;
}

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

.-ml-\[26px\] {
  margin-left: -26px !important;
}

.-mr-\[35px\] {
  margin-right: -35px !important;
}

.-mr-\[3em\] {
  margin-right: -3em !important;
}

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

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

.-mt-\[20px\] {
  margin-top: -20px !important;
}

.-mt-\[40px\] {
  margin-top: -40px !important;
}

.-mt-\[4em\] {
  margin-top: -4em !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[0\.4em\] {
  margin-bottom: 0.4em !important;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem !important;
}

.mb-\[0\.6em\] {
  margin-bottom: 0.6em !important;
}

.mb-\[0\.6rem\] {
  margin-bottom: 0.6rem !important;
}

.mb-\[0\] {
  margin-bottom: 0 !important;
}

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem !important;
}

.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem !important;
}

.mb-\[15px\] {
  margin-bottom: 15px !important;
}

.mb-\[1em\] {
  margin-bottom: 1em !important;
}

.mb-\[1rem\] {
  margin-bottom: 1rem !important;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem !important;
}

.mb-\[20px\] {
  margin-bottom: 20px !important;
}

.mb-\[2rem\] {
  margin-bottom: 2rem !important;
}

.mb-\[3\.2rem\] {
  margin-bottom: 3.2rem !important;
}

.mb-\[30px\] {
  margin-bottom: 30px !important;
}

.mb-\[38px\] {
  margin-bottom: 38px !important;
}

.mb-\[3em\] {
  margin-bottom: 3em !important;
}

.mb-\[3rem\] {
  margin-bottom: 3rem !important;
}

.mb-\[4\.8rem\] {
  margin-bottom: 4.8rem !important;
}

.mb-\[4em\] {
  margin-bottom: 4em !important;
}

.mb-\[50px\] {
  margin-bottom: 50px !important;
}

.mb-\[6rem\] {
  margin-bottom: 6rem !important;
}

.mb-\[80px\] {
  margin-bottom: 80px !important;
}

.mb-\[8rem\] {
  margin-bottom: 8rem !important;
}

.mb-\[9\.6rem\] {
  margin-bottom: 9.6rem !important;
}

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

.ml-\[1\.05rem\] {
  margin-left: 1.05rem !important;
}

.ml-\[20px\] {
  margin-left: 20px !important;
}

.ml-\[6em\] {
  margin-left: 6em !important;
}

.ml-\[9\.6rem\] {
  margin-left: 9.6rem !important;
}

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

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

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

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

.mr-\[0\.5em\] {
  margin-right: 0.5em !important;
}

.mr-\[1\.5em\] {
  margin-right: 1.5em !important;
}

.mr-\[1\.8rem\] {
  margin-right: 1.8rem !important;
}

.mr-\[1em\] {
  margin-right: 1em !important;
}

.mr-\[1rem\] {
  margin-right: 1rem !important;
}

.mr-\[2\.3rem\] {
  margin-right: 2.3rem !important;
}

.mr-\[2\.4rem\] {
  margin-right: 2.4rem !important;
}

.mr-\[2rem\] {
  margin-right: 2rem !important;
}

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

.ms-auto {
  -webkit-margin-start: auto !important;
  margin-inline-start: auto !important;
}

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

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

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

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

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

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

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

.mt-3\.5 {
  margin-top: 0.875rem !important;
}

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

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

.mt-50px {
  margin-top: 50px !important;
}

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

.mt-\[-4em\] {
  margin-top: -4em !important;
}

.mt-\[0\.4rem\] {
  margin-top: 0.4rem !important;
}

.mt-\[0\.8rem\] {
  margin-top: 0.8rem !important;
}

.mt-\[1\.2rem\] {
  margin-top: 1.2rem !important;
}

.mt-\[1\.3rem\] {
  margin-top: 1.3rem !important;
}

.mt-\[1\.6rem\] {
  margin-top: 1.6rem !important;
}

.mt-\[1\.7rem\] {
  margin-top: 1.7rem !important;
}

.mt-\[105px\] {
  margin-top: 105px !important;
}

.mt-\[10px\] {
  margin-top: 10px !important;
}

.mt-\[12px\] {
  margin-top: 12px !important;
}

.mt-\[15rem\] {
  margin-top: 15rem !important;
}

.mt-\[15vh\] {
  margin-top: 15vh !important;
}

.mt-\[1rem\] {
  margin-top: 1rem !important;
}

.mt-\[2\.4rem\] {
  margin-top: 2.4rem !important;
}

.mt-\[25px\] {
  margin-top: 25px !important;
}

.mt-\[2rem\] {
  margin-top: 2rem !important;
}

.mt-\[3\.2rem\] {
  margin-top: 3.2rem !important;
}

.mt-\[3\.5rem\] {
  margin-top: 3.5rem !important;
}

.mt-\[3\.9rem\] {
  margin-top: 3.9rem !important;
}

.mt-\[30px\] {
  margin-top: 30px !important;
}

.mt-\[32px\] {
  margin-top: 32px !important;
}

.mt-\[35px\] {
  margin-top: 35px !important;
}

.mt-\[3em\] {
  margin-top: 3em !important;
}

.mt-\[3rem\] {
  margin-top: 3rem !important;
}

.mt-\[4\.16rem\] {
  margin-top: 4.16rem !important;
}

.mt-\[4\.8rem\] {
  margin-top: 4.8rem !important;
}

.mt-\[45px\] {
  margin-top: 45px !important;
}

.mt-\[46px\] {
  margin-top: 46px !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

.mt-\[5rem\] {
  margin-top: 5rem !important;
}

.mt-\[65px\] {
  margin-top: 65px !important;
}

.mt-\[7em\] {
  margin-top: 7em !important;
}

.mt-\[80px\] {
  margin-top: 80px !important;
}

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

.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.h-0 {
  height: 0px !important;
}

.h-\[1\.7px\] {
  height: 1.7px !important;
}

.h-\[100vh\] {
  height: 100vh !important;
}

.h-\[10rem\] {
  height: 10rem !important;
}

.h-\[112\.5px\] {
  height: 112.5px !important;
}

.h-\[15rem\] {
  height: 15rem !important;
}

.h-\[16px\] {
  height: 16px !important;
}

.h-\[18px\] {
  height: 18px !important;
}

.h-\[19\.6rem\] {
  height: 19.6rem !important;
}

.h-\[2\.4rem\] {
  height: 2.4rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-\[22px\] {
  height: 22px !important;
}

.h-\[24px\] {
  height: 24px !important;
}

.h-\[26px\] {
  height: 26px !important;
}

.h-\[28px\] {
  height: 28px !important;
}

.h-\[3\.6rem\] {
  height: 3.6rem !important;
}

.h-\[360px\] {
  height: 360px !important;
}

.h-\[3px\] {
  height: 3px !important;
}

.h-\[4\.8rem\] {
  height: 4.8rem !important;
}

.h-\[40\%\] {
  height: 40% !important;
}

.h-\[42px\] {
  height: 42px !important;
}

.h-\[48px\] {
  height: 48px !important;
}

.h-\[5rem\] {
  height: 5rem !important;
}

.h-\[75px\] {
  height: 75px !important;
}

.h-\[77\.6px\] {
  height: 77.6px !important;
}

.h-\[7rem\] {
  height: 7rem !important;
}

.h-\[80px\] {
  height: 80px !important;
}

.h-\[90\%\] {
  height: 90% !important;
}

.h-\[calc\(100\%-10rem\)\] {
  height: calc(100% - 10rem) !important;
}

.h-\[calc\(100\%-62px\)\] {
  height: calc(100% - 62px) !important;
}

.h-\[calc\(100vh-24\.8rem\)\] {
  height: calc(100vh - 24.8rem) !important;
}

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

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

.max-h-\[10rem\] {
  max-height: 10rem !important;
}

.max-h-\[15rem\] {
  max-height: 15rem !important;
}

.max-h-\[20rem\] {
  max-height: 20rem !important;
}

.max-h-\[24rem\] {
  max-height: 24rem !important;
}

.max-h-\[30px\] {
  max-height: 30px !important;
}

.max-h-\[359\.97px\] {
  max-height: 359.97px !important;
}

.max-h-\[359px\] {
  max-height: 359px !important;
}

.max-h-\[35rem\] {
  max-height: 35rem !important;
}

.max-h-\[4\.8rem\] {
  max-height: 4.8rem !important;
}

.max-h-\[423px\] {
  max-height: 423px !important;
}

.max-h-\[43rem\] {
  max-height: 43rem !important;
}

.max-h-\[45rem\] {
  max-height: 45rem !important;
}

.max-h-\[606px\] {
  max-height: 606px !important;
}

.max-h-\[7\.62rem\] {
  max-height: 7.62rem !important;
}

.max-h-\[722px\] {
  max-height: 722px !important;
}

.min-h-\[10rem\] {
  min-height: 10rem !important;
}

.min-h-\[12\.188rem\] {
  min-height: 12.188rem !important;
}

.min-h-\[20rem\] {
  min-height: 20rem !important;
}

.min-h-\[24rem\] {
  min-height: 24rem !important;
}

.min-h-\[300px\] {
  min-height: 300px !important;
}

.min-h-\[40rem\] {
  min-height: 40rem !important;
}

.min-h-\[44\.5rem\] {
  min-height: 44.5rem !important;
}

.min-h-max {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-1\/2 {
  width: 50% !important;
}

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

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

.w-\[100px\] {
  width: 100px !important;
}

.w-\[100vw\] {
  width: 100vw !important;
}

.w-\[107px\] {
  width: 107px !important;
}

.w-\[10rem\] {
  width: 10rem !important;
}

.w-\[118px\] {
  width: 118px !important;
}

.w-\[13\.8rem\] {
  width: 13.8rem !important;
}

.w-\[140px\] {
  width: 140px !important;
}

.w-\[148px\] {
  width: 148px !important;
}

.w-\[150px\] {
  width: 150px !important;
}

.w-\[152px\] {
  width: 152px !important;
}

.w-\[160px\] {
  width: 160px !important;
}

.w-\[174px\] {
  width: 174px !important;
}

.w-\[2\.4rem\] {
  width: 2.4rem !important;
}

.w-\[20\%\] {
  width: 20% !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-\[217px\] {
  width: 217px !important;
}

.w-\[24px\] {
  width: 24px !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-\[262px\] {
  width: 262px !important;
}

.w-\[2vw\] {
  width: 2vw !important;
}

.w-\[301px\] {
  width: 301px !important;
}

.w-\[33\.33\%\] {
  width: 33.33% !important;
}

.w-\[3rem\] {
  width: 3rem !important;
}

.w-\[46\%\] {
  width: 46% !important;
}

.w-\[460px\] {
  width: 460px !important;
}

.w-\[48\%\] {
  width: 48% !important;
}

.w-\[5\.5rem\] {
  width: 5.5rem !important;
}

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

.w-\[5rem\] {
  width: 5rem !important;
}

.w-\[6\.4rem\] {
  width: 6.4rem !important;
}

.w-\[603px\] {
  width: 603px !important;
}

.w-\[66\.66\%\] {
  width: 66.66% !important;
}

.w-\[6rem\] {
  width: 6rem !important;
}

.w-\[70\%\] {
  width: 70% !important;
}

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

.w-\[80\%\] {
  width: 80% !important;
}

.w-\[8rem\] {
  width: 8rem !important;
}

.w-\[90\%\] {
  width: 90% !important;
}

.w-\[95px\] {
  width: 95px !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.min-w-\[1\.8rem\] {
  min-width: 1.8rem !important;
}

.min-w-\[10rem\] {
  min-width: 10rem !important;
}

.min-w-\[15rem\] {
  min-width: 15rem !important;
}

.min-w-\[16rem\] {
  min-width: 16rem !important;
}

.min-w-\[25\%\] {
  min-width: 25% !important;
}

.min-w-\[2em\] {
  min-width: 2em !important;
}

.min-w-\[3\.2rem\] {
  min-width: 3.2rem !important;
}

.min-w-\[35rem\] {
  min-width: 35rem !important;
}

.min-w-\[5\.5rem\] {
  min-width: 5.5rem !important;
}

.min-w-\[5rem\] {
  min-width: 5rem !important;
}

.min-w-\[8rem\] {
  min-width: 8rem !important;
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-\[100\%\] {
  max-width: 100% !important;
}

.max-w-\[1000px\] {
  max-width: 1000px !important;
}

.max-w-\[15rem\] {
  max-width: 15rem !important;
}

.max-w-\[16\.1rem\] {
  max-width: 16.1rem !important;
}

.max-w-\[1600px\] {
  max-width: 1600px !important;
}

.max-w-\[220px\] {
  max-width: 220px !important;
}

.max-w-\[22rem\] {
  max-width: 22rem !important;
}

.max-w-\[250px\] {
  max-width: 250px !important;
}

.max-w-\[300px\] {
  max-width: 300px !important;
}

.max-w-\[35\%\] {
  max-width: 35% !important;
}

.max-w-\[4\.5rem\] {
  max-width: 4.5rem !important;
}

.max-w-\[43\.6rem\] {
  max-width: 43.6rem !important;
}

.max-w-\[46\.9rem\] {
  max-width: 46.9rem !important;
}

.max-w-\[5\.3rem\] {
  max-width: 5.3rem !important;
}

.max-w-\[60vw\] {
  max-width: 60vw !important;
}

.max-w-\[62\.4rem\] {
  max-width: 62.4rem !important;
}

.max-w-\[750px\] {
  max-width: 750px !important;
}

.max-w-\[75rem\] {
  max-width: 75rem !important;
}

.max-w-\[765px\] {
  max-width: 765px !important;
}

.max-w-\[81\.6rem\] {
  max-width: 81.6rem !important;
}

.max-w-\[880px\] {
  max-width: 880px !important;
}

.max-w-\[8rem\] {
  max-width: 8rem !important;
}

.max-w-\[90\%\] {
  max-width: 90% !important;
}

.max-w-\[96\.0rem\] {
  max-width: 96rem !important;
}

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

.max-w-screen-xl {
  max-width: 1440px !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-\[0_0_30\%\] {
  flex: 0 0 30% !important;
}

.flex-\[1\] {
  flex: 1 !important;
}

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

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

.basis-\[calc\(33\.33333\%-0\.66667em\)\] {
  flex-basis: calc(33.33333% - 0.66667em) !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.-translate-y-\[100\%\] {
  --tw-translate-y: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

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

.list-disc {
  list-style-type: disc !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-\[1\.5rem\] {
  gap: 1.5rem !important;
}

.gap-\[1em\] {
  gap: 1em !important;
}

.gap-\[9px\] {
  gap: 9px !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px !important;
  column-gap: 15px !important;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px !important;
  column-gap: 16px !important;
}

.gap-x-\[1rem\] {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-x-\[2\.5rem\] {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-\[10px\] {
  row-gap: 10px !important;
}

.gap-y-\[1rem\] {
  row-gap: 1rem !important;
}

.gap-y-\[7rem\] {
  row-gap: 7rem !important;
}

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

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

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

.whitespace-nowrap {
  white-space: nowrap !important;
}

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

.rounded-\[20px\] {
  border-radius: 20px !important;
}

.rounded-\[4px\] {
  border-radius: 4px !important;
}

.rounded-\[59px\] {
  border-radius: 59px !important;
}

.rounded-\[5px\] {
  border-radius: 5px !important;
}

.rounded-\[6px\] {
  border-radius: 6px !important;
}

.rounded-\[8px\] {
  border-radius: 8px !important;
}

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

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

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.border {
  border-width: 1px !important;
}

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

.border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-\[17px\] {
  border-top-width: 17px !important;
}

.border-t-\[2px\] {
  border-top-width: 2px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-\[\#9c9ea4\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 158 164 / var(--tw-border-opacity)) !important;
}

.border-\[\#b7b7b7\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(183 183 183 / var(--tw-border-opacity)) !important;
}

.border-\[\#e2e2e2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 226 226 / var(--tw-border-opacity)) !important;
}

.border-primary_color_bright {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 50 53 / var(--tw-border-opacity)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-t-\[\#B7B7B7\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(183 183 183 / var(--tw-border-opacity)) !important;
}

.border-t-\[\#d6d6d6\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 214 214 / var(--tw-border-opacity)) !important;
}

.border-t-\[\#fff\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-t-primary_color_bright {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(238 50 53 / var(--tw-border-opacity)) !important;
}

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

.bg-\[\#00aaad\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 170 173 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#0f1c2b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 28 43 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#215872\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 88 114 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#2B2E37\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 46 55 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#D1D1D1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EAF8FF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 248 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#c4c4c4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#d0cdcd\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 205 205 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#d1d1d1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#ee3235\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 50 53 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f4f5f9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#ffda00\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 218 0 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[green\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity)) !important;
}

.bg-\[red\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.7\)\] {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-\[rgba\(209\2c 62\2c 62\2c 0\.8\)\] {
  background-color: rgba(209, 62, 62, 0.8) !important;
}

.bg-\[rgba\(3\2c 57\2c 66\2c \.75\)\] {
  background-color: rgba(3, 57, 66, 0.75) !important;
}

.bg-\[rgba\(43\2c 46\2c 55\2c \.4\)\] {
  background-color: rgba(43, 46, 55, 0.4) !important;
}

.bg-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-light_bg_color {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity)) !important;
}

.bg-primary_color_bright {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 50 53 / var(--tw-bg-opacity)) !important;
}

.bg-primary_color_dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 46 55 / var(--tw-bg-opacity)) !important;
}

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

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

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

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

.p-\[1\.5rem\] {
  padding: 1.5rem !important;
}

.p-\[1\.6rem\] {
  padding: 1.6rem !important;
}

.p-\[13px\] {
  padding: 13px !important;
}

.p-\[1em\] {
  padding: 1em !important;
}

.p-\[20px\] {
  padding: 20px !important;
}

.p-\[40px\] {
  padding: 40px !important;
}

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

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

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-\[1\.2rem\] {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.px-\[1\.6rem\] {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-\[1rem\] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-\[2\.1rem\] {
  padding-left: 2.1rem !important;
  padding-right: 2.1rem !important;
}

.px-\[2\.6rem\] {
  padding-left: 2.6rem !important;
  padding-right: 2.6rem !important;
}

.px-\[20px\] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-\[26px\] {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.px-\[27px\] {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.px-\[28px\] {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-\[2em\] {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.px-\[2rem\] {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-\[3\.1rem\] {
  padding-left: 3.1rem !important;
  padding-right: 3.1rem !important;
}

.px-\[3\.2rem\] {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-\[3rem\] {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-\[48px\] {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-\[5\%\] {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.px-\[8rem\] {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-\[0\.2rem\] {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.py-\[0\.4rem\] {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-\[1\.05rem\] {
  padding-top: 1.05rem !important;
  padding-bottom: 1.05rem !important;
}

.py-\[1\.2rem\] {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-\[1\.3rem\] {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}

.py-\[1\.56rem\] {
  padding-top: 1.56rem !important;
  padding-bottom: 1.56rem !important;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-\[11\.5px\] {
  padding-top: 11.5px !important;
  padding-bottom: 11.5px !important;
}

.py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-\[2\.4rem\] {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-\[3\.2rem\] {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-\[32px\] {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-\[3rem\] {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-\[4\.2rem\] {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important;
}

.py-\[4\.8rem\] {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-\[4rem\] {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-\[50px\] {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-\[6\.4rem\] {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-\[60px\] {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-\[75px\] {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-\[80px\] {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

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

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

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

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

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

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

.pb-\[11\.2rem\] {
  padding-bottom: 11.2rem !important;
}

.pb-\[112px\] {
  padding-bottom: 112px !important;
}

.pb-\[130px\] {
  padding-bottom: 130px !important;
}

.pb-\[16px\] {
  padding-bottom: 16px !important;
}

.pb-\[19px\] {
  padding-bottom: 19px !important;
}

.pb-\[1em\] {
  padding-bottom: 1em !important;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem !important;
}

.pb-\[20\.61px\] {
  padding-bottom: 20.61px !important;
}

.pb-\[20px\] {
  padding-bottom: 20px !important;
}

.pb-\[2px\] {
  padding-bottom: 2px !important;
}

.pb-\[2rem\] {
  padding-bottom: 2rem !important;
}

.pb-\[30px\] {
  padding-bottom: 30px !important;
}

.pb-\[3rem\] {
  padding-bottom: 3rem !important;
}

.pb-\[48px\] {
  padding-bottom: 48px !important;
}

.pb-\[4em\] {
  padding-bottom: 4em !important;
}

.pb-\[4rem\] {
  padding-bottom: 4rem !important;
}

.pb-\[6\.4rem\] {
  padding-bottom: 6.4rem !important;
}

.pb-\[7em\] {
  padding-bottom: 7em !important;
}

.pb-\[90px\] {
  padding-bottom: 90px !important;
}

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

.pl-\[1\.6rem\] {
  padding-left: 1.6rem !important;
}

.pl-\[120px\] {
  padding-left: 120px !important;
}

.pl-\[12px\] {
  padding-left: 12px !important;
}

.pl-\[16px\] {
  padding-left: 16px !important;
}

.pl-\[20\%\] {
  padding-left: 20% !important;
}

.pl-\[25px\] {
  padding-left: 25px !important;
}

.pl-\[40px\] {
  padding-left: 40px !important;
}

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

.pr-\[10px\] {
  padding-right: 10px !important;
}

.pr-\[16px\] {
  padding-right: 16px !important;
}

.pr-\[1rem\] {
  padding-right: 1rem !important;
}

.pr-\[2\%\] {
  padding-right: 2% !important;
}

.pr-\[25\.34px\] {
  padding-right: 25.34px !important;
}

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

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

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

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

.pt-\[105px\] {
  padding-top: 105px !important;
}

.pt-\[14px\] {
  padding-top: 14px !important;
}

.pt-\[15px\] {
  padding-top: 15px !important;
}

.pt-\[17px\] {
  padding-top: 17px !important;
}

.pt-\[19px\] {
  padding-top: 19px !important;
}

.pt-\[1rem\] {
  padding-top: 1rem !important;
}

.pt-\[2\.4rem\] {
  padding-top: 2.4rem !important;
}

.pt-\[2\.8rem\] {
  padding-top: 2.8rem !important;
}

.pt-\[200px\] {
  padding-top: 200px !important;
}

.pt-\[3\.2rem\] {
  padding-top: 3.2rem !important;
}

.pt-\[3em\] {
  padding-top: 3em !important;
}

.pt-\[4\.5rem\] {
  padding-top: 4.5rem !important;
}

.pt-\[4\.8rem\] {
  padding-top: 4.8rem !important;
}

.pt-\[48px\] {
  padding-top: 48px !important;
}

.pt-\[4rem\] {
  padding-top: 4rem !important;
}

.pt-\[5\%\] {
  padding-top: 5% !important;
}

.pt-\[60px\] {
  padding-top: 60px !important;
}

.pt-\[65px\] {
  padding-top: 65px !important;
}

.pt-\[80px\] {
  padding-top: 80px !important;
}

.pt-\[8em\] {
  padding-top: 8em !important;
}

.pt-\[9rem\] {
  padding-top: 9rem !important;
}

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

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

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

.text-start {
  text-align: start !important;
}

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

.font-montserrat {
  font-family: Montserrat, sans-serif !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-\[1\.3em\] {
  font-size: 1.3em !important;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem !important;
}

.text-\[1\.536rem\] {
  font-size: 1.536rem !important;
}

.text-\[1\.6em\] {
  font-size: 1.6em !important;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem !important;
}

.text-\[1\.76rem\] {
  font-size: 1.76rem !important;
}

.text-\[11px\] {
  font-size: 11px !important;
}

.text-\[13px\] {
  font-size: 13px !important;
}

.text-\[14\.4px\] {
  font-size: 14.4px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.text-\[16px\] {
  font-size: 16px !important;
}

.text-\[19px\] {
  font-size: 19px !important;
}

.text-\[2\.08rem\] {
  font-size: 2.08rem !important;
}

.text-\[2\.21rem\] {
  font-size: 2.21rem !important;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem !important;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem !important;
}

.text-\[20px\] {
  font-size: 20px !important;
}

.text-\[21\.33px\] {
  font-size: 21.33px !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.text-\[24px\] {
  font-size: 24px !important;
}

.text-\[27\.2px\] {
  font-size: 27.2px !important;
}

.text-\[2rem\] {
  font-size: 2rem !important;
}

.text-\[30px\] {
  font-size: 30px !important;
}

.text-\[32px\] {
  font-size: 32px !important;
}

.text-\[35px\] {
  font-size: 35px !important;
}

.text-\[37\.33px\] {
  font-size: 37.33px !important;
}

.text-\[37px\] {
  font-size: 37px !important;
}

.text-\[3em\] {
  font-size: 3em !important;
}

.text-\[3rem\] {
  font-size: 3rem !important;
}

.text-\[4\.8rem\] {
  font-size: 4.8rem !important;
}

.text-\[4rem\] {
  font-size: 4rem !important;
}

.text-\[50\.5px\] {
  font-size: 50.5px !important;
}

.text-\[50px\] {
  font-size: 50px !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

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

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

.leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.leading-\[1\] {
  line-height: 1 !important;
}

.leading-\[2\.4rem\] {
  line-height: 2.4rem !important;
}

.leading-\[20px\] {
  line-height: 20px !important;
}

.leading-\[21\.6px\] {
  line-height: 21.6px !important;
}

.leading-\[21px\] {
  line-height: 21px !important;
}

.leading-\[24px\] {
  line-height: 24px !important;
}

.leading-\[3\.4rem\] {
  line-height: 3.4rem !important;
}

.leading-\[30px\] {
  line-height: 30px !important;
}

.leading-\[36px\] {
  line-height: 36px !important;
}

.leading-\[54\.4px\] {
  line-height: 54.4px !important;
}

.leading-\[63px\] {
  line-height: 63px !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.tracking-\[\.05rem\] {
  letter-spacing: 0.05rem !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.text-\[\#000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#033942\] {
  --tw-text-opacity: 1 !important;
  color: rgb(3 57 66 / var(--tw-text-opacity)) !important;
}

.text-\[\#11152c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(17 21 44 / var(--tw-text-opacity)) !important;
}

.text-\[\#222222\] {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity)) !important;
}

.text-\[\#2b2b37\] {
  --tw-text-opacity: 1 !important;
  color: rgb(43 43 55 / var(--tw-text-opacity)) !important;
}

.text-\[\#383b44\] {
  --tw-text-opacity: 1 !important;
  color: rgb(56 59 68 / var(--tw-text-opacity)) !important;
}

.text-\[\#54597\] {
  color: #54597 !important;
}

.text-\[\#e0e1e3\] {
  --tw-text-opacity: 1 !important;
  color: rgb(224 225 227 / var(--tw-text-opacity)) !important;
}

.text-\[\#ee3235\] {
  --tw-text-opacity: 1 !important;
  color: rgb(238 50 53 / var(--tw-text-opacity)) !important;
}

.text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[033942\] {
  color: 033942 !important;
}

.text-\[2b2b37\] {
  color: 2b2b37 !important;
}

.text-benefits_bullet_points {
  --tw-text-opacity: 1 !important;
  color: rgb(224 225 227 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-light_gray {
  --tw-text-opacity: 1 !important;
  color: rgb(192 193 195 / var(--tw-text-opacity)) !important;
}

.text-primary_color_bright {
  --tw-text-opacity: 1 !important;
  color: rgb(238 50 53 / var(--tw-text-opacity)) !important;
}

.text-primary_color_dark {
  --tw-text-opacity: 1 !important;
  color: rgb(43 46 55 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-\[0\.4\] {
  opacity: 0.4 !important;
}

.opacity-\[0\.8\] {
  opacity: 0.8 !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.contact_text_label:after {
  content: " *";
  font-size: 1.4rem;
  position: relative;
  top: -0.2rem;
}

@media (min-width: 320px) {
  .contact_text_label {
    font-size: 1.19rem;
  }
}

@media (min-width: 1440px) {
  .contact_text_label {
    font-size: 1.44rem;
  }
}

.contact_text_input.wpcf7 input[type="text"] {
  height: 4.8rem;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(43 46 55 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 1em;
}

@media (min-width: 1560px) {
  .xxl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 320px) {
    .xxl\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 425px) {
    .xxl\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 768px) {
    .xxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1440px) {
    .xxl\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1560px) {
    .xxl\:container {
      max-width: 1560px;
    }
  }
}

.placeholder\:text-\[\#ffffff92\]::-moz-placeholder {
  color: #ffffff92 !important;
}

.placeholder\:text-\[\#ffffff92\]::placeholder {
  color: #ffffff92 !important;
}

.after\:absolute::after {
  content: var(--tw-content) !important;
  position: absolute !important;
}

.after\:-bottom-10::after {
  content: var(--tw-content) !important;
  bottom: -2.5rem !important;
}

.after\:-bottom-3::after {
  content: var(--tw-content) !important;
  bottom: -0.75rem !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:-left-\[85px\]::after {
  content: var(--tw-content) !important;
  left: -85px !important;
}

.after\:left-1\/2::after {
  content: var(--tw-content) !important;
  left: 50% !important;
}

.after\:top-1\/2::after {
  content: var(--tw-content) !important;
  top: 50% !important;
}

.after\:h-\[3px\]::after {
  content: var(--tw-content) !important;
  height: 3px !important;
}

.after\:h-\[4px\]::after {
  content: var(--tw-content) !important;
  height: 4px !important;
}

.after\:w-\[138px\]::after {
  content: var(--tw-content) !important;
  width: 138px !important;
}

.after\:w-\[76px\]::after {
  content: var(--tw-content) !important;
  width: 76px !important;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content) !important;
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content) !important;
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.after\:bg-\[\#00aaad\]::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 170 173 / var(--tw-bg-opacity)) !important;
}

.after\:bg-\[\#F36668\]::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 102 104 / var(--tw-bg-opacity)) !important;
}

.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}

.hover\:rounded-2xl:hover {
  border-radius: 1rem !important;
}

.hover\:bg-\[\#d1d1d1\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary_color_bright:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 50 53 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary_color_bright:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(238 50 53 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.focus\:border-none:focus {
  border-style: none !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.group:hover .group-hover\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

@media (max-width: 1560px) {
  .max-\[1560px\]\:mr-\[-15px\] {
    margin-right: -15px !important;
  }
}

@media (min-width: 320px) {
  .xs\:absolute {
    position: absolute !important;
  }

  .xs\:bottom-\[1\.3rem\] {
    bottom: 1.3rem !important;
  }

  .xs\:left-\[-10rem\] {
    left: -10rem !important;
  }

  .xs\:left-\[-11\.6rem\] {
    left: -11.6rem !important;
  }

  .xs\:left-\[-11rem\] {
    left: -11rem !important;
  }

  .xs\:left-\[-4\.8rem\] {
    left: -4.8rem !important;
  }

  .xs\:left-\[-9\.6rem\] {
    left: -9.6rem !important;
  }

  .xs\:right-\[1\.3rem\] {
    right: 1.3rem !important;
  }

  .xs\:top-\[1\.5rem\] {
    top: 1.5rem !important;
  }

  .xs\:top-\[2rem\] {
    top: 2rem !important;
  }

  .xs\:top-\[3\.5rem\] {
    top: 3.5rem !important;
  }

  .xs\:mx-\[1\.3rem\] {
    margin-left: 1.3rem !important;
    margin-right: 1.3rem !important;
  }

  .xs\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:my-\[2rem\] {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xs\:mb-\[1\.3rem\] {
    margin-bottom: 1.3rem !important;
  }

  .xs\:mb-\[15rem\] {
    margin-bottom: 15rem !important;
  }

  .xs\:mb-\[2rem\] {
    margin-bottom: 2rem !important;
  }

  .xs\:mb-\[3rem\] {
    margin-bottom: 3rem !important;
  }

  .xs\:ml-\[-7rem\] {
    margin-left: -7rem !important;
  }

  .xs\:mr-auto {
    margin-right: auto !important;
  }

  .xs\:mt-\[-18\.5rem\] {
    margin-top: -18.5rem !important;
  }

  .xs\:mt-\[-4rem\] {
    margin-top: -4rem !important;
  }

  .xs\:mt-\[-8rem\] {
    margin-top: -8rem !important;
  }

  .xs\:mt-\[1\.4rem\] {
    margin-top: 1.4rem !important;
  }

  .xs\:mt-\[11rem\] {
    margin-top: 11rem !important;
  }

  .xs\:mt-\[15\%\] {
    margin-top: 15% !important;
  }

  .xs\:mt-\[2\.6rem\] {
    margin-top: 2.6rem !important;
  }

  .xs\:mt-\[2rem\] {
    margin-top: 2rem !important;
  }

  .xs\:mt-\[5rem\] {
    margin-top: 5rem !important;
  }

  .xs\:line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .xs\:hidden {
    display: none !important;
  }

  .xs\:h-\[7\.5rem\] {
    height: 7.5rem !important;
  }

  .xs\:max-h-\[12\.188rem\] {
    max-height: 12.188rem !important;
  }

  .xs\:max-h-\[13rem\] {
    max-height: 13rem !important;
  }

  .xs\:max-h-\[49rem\] {
    max-height: 49rem !important;
  }

  .xs\:max-h-\[8rem\] {
    max-height: 8rem !important;
  }

  .xs\:max-h-\[calc\(100\%-9rem\)\] {
    max-height: calc(100% - 9rem) !important;
  }

  .xs\:min-h-\[22\.4rem\] {
    min-height: 22.4rem !important;
  }

  .xs\:min-h-\[31rem\] {
    min-height: 31rem !important;
  }

  .xs\:min-h-\[6\.4rem\] {
    min-height: 6.4rem !important;
  }

  .xs\:w-\[7\.5rem\] {
    width: 7.5rem !important;
  }

  .xs\:w-\[calc\(50\%-2\.8rem\)\] {
    width: calc(50% - 2.8rem) !important;
  }

  .xs\:w-\[calc\(50\%-2em\)\] {
    width: calc(50% - 2em) !important;
  }

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

  .xs\:max-w-\[40rem\] {
    max-width: 40rem !important;
  }

  .xs\:max-w-\[56\.4rem\] {
    max-width: 56.4rem !important;
  }

  .xs\:max-w-\[6\.4rem\] {
    max-width: 6.4rem !important;
  }

  .xs\:basis-\[45\%\] {
    flex-basis: 45% !important;
  }

  .xs\:flex-col {
    flex-direction: column !important;
  }

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

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

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

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

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

  .xs\:gap-\[1rem\] {
    gap: 1rem !important;
  }

  .xs\:gap-y-\[2rem\] {
    row-gap: 2rem !important;
  }

  .xs\:p-\[1\.3rem\] {
    padding: 1.3rem !important;
  }

  .xs\:p-\[2\.6rem\] {
    padding: 2.6rem !important;
  }

  .xs\:p-\[3\.9rem\] {
    padding: 3.9rem !important;
  }

  .xs\:p-\[5\.2rem\] {
    padding: 5.2rem !important;
  }

  .xs\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs\:px-\[2\.535rem\] {
    padding-left: 2.535rem !important;
    padding-right: 2.535rem !important;
  }

  .xs\:px-\[2\.6rem\] {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important;
  }

  .xs\:px-\[3\.9rem\] {
    padding-left: 3.9rem !important;
    padding-right: 3.9rem !important;
  }

  .xs\:py-\[1\.2675rem\] {
    padding-top: 1.2675rem !important;
    padding-bottom: 1.2675rem !important;
  }

  .xs\:py-\[1\.3rem\] {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }

  .xs\:py-\[3\.9rem\] {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  .xs\:pb-\[18rem\] {
    padding-bottom: 18rem !important;
  }

  .xs\:pb-\[2\.6rem\] {
    padding-bottom: 2.6rem !important;
  }

  .xs\:pb-\[6\.4rem\] {
    padding-bottom: 6.4rem !important;
  }

  .xs\:pr-\[2\.6rem\] {
    padding-right: 2.6rem !important;
  }

  .xs\:pt-\[1\.3rem\] {
    padding-top: 1.3rem !important;
  }

  .xs\:pt-\[1rem\] {
    padding-top: 1rem !important;
  }

  .xs\:pt-\[28\.125\%\] {
    padding-top: 28.125% !important;
  }

  .xs\:pt-\[4\.8rem\] {
    padding-top: 4.8rem !important;
  }

  .xs\:pt-\[5rem\] {
    padding-top: 5rem !important;
  }

  .xs\:text-center {
    text-align: center !important;
  }

  .xs\:text-\[0\.8em\] {
    font-size: 0.8em !important;
  }

  .xs\:text-\[1\.3rem\] {
    font-size: 1.3rem !important;
  }

  .xs\:text-\[1\.43rem\] {
    font-size: 1.43rem !important;
  }

  .xs\:text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }

  .xs\:text-\[1\.69rem\] {
    font-size: 1.69rem !important;
  }

  .xs\:text-\[1\.6rem\] {
    font-size: 1.6rem !important;
  }

  .xs\:text-\[1\.7rem\] {
    font-size: 1.7rem !important;
  }

  .xs\:text-\[1\.8rem\] {
    font-size: 1.8rem !important;
  }

  .xs\:text-\[1\.95rem\] {
    font-size: 1.95rem !important;
  }

  .xs\:text-\[13px\] {
    font-size: 13px !important;
  }

  .xs\:text-\[2\.21rem\] {
    font-size: 2.21rem !important;
  }

  .xs\:text-\[2\.2rem\] {
    font-size: 2.2rem !important;
  }

  .xs\:text-\[2\.6rem\] {
    font-size: 2.6rem !important;
  }

  .xs\:text-\[2\.86rem\] {
    font-size: 2.86rem !important;
  }

  .xs\:text-\[3\.9rem\] {
    font-size: 3.9rem !important;
  }

  .xs\:leading-\[3\.9rem\] {
    line-height: 3.9rem !important;
  }
}

@media (min-width: 425px) {
  .sm\:left-0 {
    left: 0px !important;
  }

  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:mt-\[50px\] {
    margin-top: 50px !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:h-\[25px\] {
    height: 25px !important;
  }

  .sm\:h-\[33px\] {
    height: 33px !important;
  }

  .sm\:h-\[380px\] {
    height: 380px !important;
  }

  .sm\:h-\[41px\] {
    height: 41px !important;
  }

  .sm\:h-\[49px\] {
    height: 49px !important;
  }

  .sm\:h-\[57px\] {
    height: 57px !important;
  }

  .sm\:h-\[60\%\] {
    height: 60% !important;
  }

  .sm\:h-\[65px\] {
    height: 65px !important;
  }

  .sm\:h-\[73px\] {
    height: 73px !important;
  }

  .sm\:w-\[320px\] {
    width: 320px !important;
  }

  .sm\:w-\[37\%\] {
    width: 37% !important;
  }

  .sm\:w-\[40\%\] {
    width: 40% !important;
  }

  .sm\:w-\[48\%\] {
    width: 48% !important;
  }

  .sm\:w-\[68\%\] {
    width: 68% !important;
  }

  .sm\:w-\[80\%\] {
    width: 80% !important;
  }

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

  .sm\:max-w-full {
    max-width: 100% !important;
  }

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

  .sm\:gap-20 {
    gap: 5rem !important;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-\[4em\] {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .sm\:px-\[50px\] {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .sm\:py-\[150px\] {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .sm\:text-\[21\.33px\] {
    font-size: 21.33px !important;
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

@media (min-width: 768.55px) {
  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:bottom-\[18rem\] {
    bottom: 18rem !important;
  }

  .md\:bottom-\[50px\] {
    bottom: 50px !important;
  }

  .md\:right-12 {
    right: 3rem !important;
  }

  .md\:top-16 {
    top: 4rem !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:m-0 {
    margin: 0px !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-\[12px\] {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-\[130px\] {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mt-\[150px\] {
    margin-top: -150px !important;
  }

  .md\:-mt-\[6em\] {
    margin-top: -6em !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-\[1rem\] {
    margin-bottom: 1rem !important;
  }

  .md\:mb-\[4em\] {
    margin-bottom: 4em !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:ml-\[20px\] {
    margin-left: 20px !important;
  }

  .md\:ml-\[7em\] {
    margin-left: 7em !important;
  }

  .md\:ml-\[86px\] {
    margin-left: 86px !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mt-\[-12rem\] {
    margin-top: -12rem !important;
  }

  .md\:mt-\[-8em\] {
    margin-top: -8em !important;
  }

  .md\:mt-\[32px\] {
    margin-top: 32px !important;
  }

  .md\:line-clamp-none {
    overflow: visible !important;
    display: block !important;
    -webkit-box-orient: horizontal !important;
    -webkit-line-clamp: none !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-\[35px\] {
    height: 35px !important;
  }

  .md\:h-\[45px\] {
    height: 45px !important;
  }

  .md\:h-\[55px\] {
    height: 55px !important;
  }

  .md\:h-\[65px\] {
    height: 65px !important;
  }

  .md\:h-\[75\%\] {
    height: 75% !important;
  }

  .md\:h-\[75px\] {
    height: 75px !important;
  }

  .md\:h-\[85px\] {
    height: 85px !important;
  }

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

  .md\:max-h-\[25rem\] {
    max-height: 25rem !important;
  }

  .md\:max-h-\[43\.2rem\] {
    max-height: 43.2rem !important;
  }

  .md\:max-h-\[50rem\] {
    max-height: 50rem !important;
  }

  .md\:max-h-\[8rem\] {
    max-height: 8rem !important;
  }

  .md\:min-h-\[0\] {
    min-height: 0 !important;
  }

  .md\:min-h-\[20rem\] {
    min-height: 20rem !important;
  }

  @media (min-width: 768.55px) {
    @media (min-width: 768.55px) {
      .md\:md\:md\:w-\[45\%\] {
        width: 45% !important;
      }
    }
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-\[250px\] {
    width: 250px !important;
  }

  .md\:w-\[30\%\] {
    width: 30% !important;
  }

  .md\:w-\[30px\] {
    width: 30px !important;
  }

  .md\:w-\[33\.33\%\] {
    width: 33.33% !important;
  }

  .md\:w-\[40\%\] {
    width: 40% !important;
  }

  .md\:w-\[45\%\] {
    width: 45% !important;
  }

  .md\:w-\[48\%\] {
    width: 48% !important;
  }

  .md\:w-\[50\%\] {
    width: 50% !important;
  }

  .md\:w-\[60\%\] {
    width: 60% !important;
  }

  .md\:w-\[80\%\] {
    width: 80% !important;
  }

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

  .md\:max-w-\[20rem\] {
    max-width: 20rem !important;
  }

  .md\:max-w-\[31\%\] {
    max-width: 31% !important;
  }

  .md\:max-w-\[385px\] {
    max-width: 385px !important;
  }

  .md\:max-w-\[45\%\] {
    max-width: 45% !important;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50% !important;
  }

  .md\:max-w-\[51\%\] {
    max-width: 51% !important;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px !important;
  }

  .md\:-translate-y-\[65px\] {
    --tw-translate-y: -65px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-\[1rem\] {
    row-gap: 1rem !important;
  }

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

  .md\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:border-0 {
    border-width: 0px !important;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  }

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

  .md\:p-\[3\.2rem\] {
    padding: 3.2rem !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:px-\[2\.6rem\] {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important;
  }

  .md\:px-\[2em\] {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .md\:px-\[3\.2rem\] {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }

  .md\:px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:px-\[36px\] {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-\[50\] {
    padding-top: 50 !important;
    padding-bottom: 50 !important;
  }

  .md\:py-\[50px\] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pl-36 {
    padding-left: 9rem !important;
  }

  .md\:pl-\[2em\] {
    padding-left: 2em !important;
  }

  .md\:pr-28 {
    padding-right: 7rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px !important;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-\[1\.69rem\] {
    font-size: 1.69rem !important;
  }

  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem !important;
  }

  .md\:text-\[13px\] {
    font-size: 13px !important;
  }

  .md\:text-\[14\.4px\] {
    font-size: 14.4px !important;
  }

  .md\:text-\[14px\] {
    font-size: 14px !important;
  }

  .md\:text-\[16px\] {
    font-size: 16px !important;
  }

  .md\:text-\[2\.24rem\] {
    font-size: 2.24rem !important;
  }

  .md\:text-\[28px\] {
    font-size: 28px !important;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem !important;
  }

  .md\:text-\[3\.9rem\] {
    font-size: 3.9rem !important;
  }
}

@media (min-width: 1024.55px) {
  .lg\:bottom-\[18rem\] {
    bottom: 18rem !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:mx-\[6\.4rem\] {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }

  .lg\:my-\[1\.2rem\] {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .lg\:my-\[5\%\] {
    margin-top: 5% !important;
    margin-bottom: 5% !important;
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:-mt-\[130px\] {
    margin-top: -130px !important;
  }

  .lg\:-mt-\[80px\] {
    margin-top: -80px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-\[0\.6em\] {
    margin-bottom: 0.6em !important;
  }

  .lg\:mb-\[1\.6rem\] {
    margin-bottom: 1.6rem !important;
  }

  .lg\:mb-\[120px\] {
    margin-bottom: 120px !important;
  }

  .lg\:mb-\[3rem\] {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-\[25px\] {
    margin-left: 25px !important;
  }

  .lg\:ml-\[2rem\] {
    margin-left: 2rem !important;
  }

  .lg\:ml-\[70px\] {
    margin-left: 70px !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mt-\[-15rem\] {
    margin-top: -15rem !important;
  }

  .lg\:mt-\[-320px\] {
    margin-top: -320px !important;
  }

  .lg\:mt-\[0px\] {
    margin-top: 0px !important;
  }

  .lg\:mt-\[10rem\] {
    margin-top: 10rem !important;
  }

  .lg\:mt-\[4rem\] {
    margin-top: 4rem !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-\[105px\] {
    height: 105px !important;
  }

  .lg\:h-\[120px\] {
    height: 120px !important;
  }

  .lg\:h-\[150px\] {
    height: 150px !important;
  }

  .lg\:h-\[374px\] {
    height: 374px !important;
  }

  .lg\:h-\[40px\] {
    height: 40px !important;
  }

  .lg\:h-\[430px\] {
    height: 430px !important;
  }

  .lg\:h-\[432px\] {
    height: 432px !important;
  }

  .lg\:h-\[444px\] {
    height: 444px !important;
  }

  .lg\:h-\[45px\] {
    height: 45px !important;
  }

  .lg\:h-\[590px\] {
    height: 590px !important;
  }

  .lg\:h-\[60px\] {
    height: 60px !important;
  }

  .lg\:h-\[75px\] {
    height: 75px !important;
  }

  .lg\:h-\[80\%\] {
    height: 80% !important;
  }

  .lg\:h-\[90px\] {
    height: 90px !important;
  }

  .lg\:max-h-\[12\.188rem\] {
    max-height: 12.188rem !important;
  }

  .lg\:max-h-\[13rem\] {
    max-height: 13rem !important;
  }

  .lg\:max-h-\[144px\] {
    max-height: 144px !important;
  }

  .lg\:max-h-\[22\.4rem\] {
    max-height: 22.4rem !important;
  }

  .lg\:max-h-\[432px\] {
    max-height: 432px !important;
  }

  .lg\:max-h-\[57\.6rem\] {
    max-height: 57.6rem !important;
  }

  .lg\:min-h-\[388px\] {
    min-height: 388px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-\[145px\] {
    width: 145px !important;
  }

  .lg\:w-\[200px\] {
    width: 200px !important;
  }

  .lg\:w-\[25\%\] {
    width: 25% !important;
  }

  .lg\:w-\[2px\] {
    width: 2px !important;
  }

  .lg\:w-\[30\%\] {
    width: 30% !important;
  }

  .lg\:w-\[31\%\] {
    width: 31% !important;
  }

  .lg\:w-\[32\%\] {
    width: 32% !important;
  }

  .lg\:w-\[33\%\] {
    width: 33% !important;
  }

  .lg\:w-\[33\.3333\%\] {
    width: 33.3333% !important;
  }

  .lg\:w-\[35\%\] {
    width: 35% !important;
  }

  .lg\:w-\[40\%\] {
    width: 40% !important;
  }

  .lg\:w-\[431px\] {
    width: 431px !important;
  }

  .lg\:w-\[45\%\] {
    width: 45% !important;
  }

  .lg\:w-\[46\%\] {
    width: 46% !important;
  }

  .lg\:w-\[47\%\] {
    width: 47% !important;
  }

  .lg\:w-\[48\%\] {
    width: 48% !important;
  }

  .lg\:w-\[50\%\] {
    width: 50% !important;
  }

  .lg\:w-\[52\%\] {
    width: 52% !important;
  }

  .lg\:w-\[54\%\] {
    width: 54% !important;
  }

  .lg\:w-\[55\%\] {
    width: 55% !important;
  }

  .lg\:w-\[70\%\] {
    width: 70% !important;
  }

  .lg\:w-\[768px\] {
    width: 768px !important;
  }

  .lg\:w-\[80\%\] {
    width: 80% !important;
  }

  .lg\:w-\[calc\(50\%-13rem\)\] {
    width: calc(50% - 13rem) !important;
  }

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

  .lg\:max-w-\[100\%\] {
    max-width: 100% !important;
  }

  .lg\:max-w-\[36rem\] {
    max-width: 36rem !important;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px !important;
  }

  .lg\:max-w-\[71rem\] {
    max-width: 71rem !important;
  }

  .lg\:max-w-\[75rem\] {
    max-width: 75rem !important;
  }

  .lg\:max-w-\[768px\] {
    max-width: 768px !important;
  }

  .lg\:max-w-\[775px\] {
    max-width: 775px !important;
  }

  .lg\:max-w-\[80rem\] {
    max-width: 80rem !important;
  }

  .lg\:max-w-\[995px\] {
    max-width: 995px !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

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

  .lg\:p-\[25px\] {
    padding: 25px !important;
  }

  .lg\:p-\[60px\] {
    padding: 60px !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:px-\[78px\] {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }

  .lg\:px-\[8em\] {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-\[10rem\] {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-\[30px\] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:py-\[85px\] {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pb-\[6\.4rem\] {
    padding-bottom: 6.4rem !important;
  }

  .lg\:pl-\[2\%\] {
    padding-left: 2% !important;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px !important;
  }

  .lg\:pl-\[7em\] {
    padding-left: 7em !important;
  }

  .lg\:pr-\[2\%\] {
    padding-right: 2% !important;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px !important;
  }

  .lg\:pt-\[3rem\] {
    padding-top: 3rem !important;
  }

  .lg\:pt-\[6\.4rem\] {
    padding-top: 6.4rem !important;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px !important;
  }

  .lg\:text-start {
    text-align: start !important;
  }

  .lg\:text-\[1\.6em\] {
    font-size: 1.6em !important;
  }

  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem !important;
  }

  .lg\:text-\[1\.76rem\] {
    font-size: 1.76rem !important;
  }

  .lg\:text-\[1\.8em\] {
    font-size: 1.8em !important;
  }

  .lg\:text-\[14px\] {
    font-size: 14px !important;
  }

  .lg\:text-\[16px\] {
    font-size: 16px !important;
  }

  .lg\:text-\[17px\] {
    font-size: 17px !important;
  }

  .lg\:text-\[2\.4rem\] {
    font-size: 2.4rem !important;
  }

  .lg\:text-\[27px\] {
    font-size: 27px !important;
  }

  .lg\:text-\[28px\] {
    font-size: 28px !important;
  }

  .lg\:text-\[3\.6rem\] {
    font-size: 3.6rem !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:leading-\[1\.4rem\] {
    line-height: 1.4rem !important;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px !important;
  }
}

@media (min-width: 1025px) {
  .min-\[1025px\]\:px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 1276px) {
  .min-\[1276px\]\:px-\[28px\] {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

@media (min-width: 1440px) {
  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:bottom-\[18rem\] {
    bottom: 18rem !important;
  }

  .xl\:bottom-\[3\.2rem\] {
    bottom: 3.2rem !important;
  }

  .xl\:left-0 {
    left: 0px !important;
  }

  .xl\:left-\[10rem\] {
    left: 10rem !important;
  }

  .xl\:right-\[6\.4rem\] {
    right: 6.4rem !important;
  }

  .xl\:top-0 {
    top: 0px !important;
  }

  .xl\:top-\[-10rem\] {
    top: -10rem !important;
  }

  .xl\:top-\[-6rem\] {
    top: -6rem !important;
  }

  .xl\:top-\[1\.5rem\] {
    top: 1.5rem !important;
  }

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

  .xl\:float-left {
    float: left !important;
  }

  .xl\:mx-\[1\.6rem\] {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }

  .xl\:mx-\[6\.4rem\] {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-\[3\.2rem\] {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .xl\:-mt-\[80px\] {
    margin-top: -80px !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:mb-\[12\.8rem\] {
    margin-bottom: 12.8rem !important;
  }

  .xl\:mb-\[20rem\] {
    margin-bottom: 20rem !important;
  }

  .xl\:mb-\[4em\] {
    margin-bottom: 4em !important;
  }

  .xl\:ml-0 {
    margin-left: 0px !important;
  }

  .xl\:ml-\[-5rem\] {
    margin-left: -5rem !important;
  }

  .xl\:ml-\[11\.6rem\] {
    margin-left: 11.6rem !important;
  }

  .xl\:ml-\[5rem\] {
    margin-left: 5rem !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mr-0 {
    margin-right: 0px !important;
  }

  .xl\:mr-\[-4\.8rem\] {
    margin-right: -4.8rem !important;
  }

  .xl\:mr-\[-5rem\] {
    margin-right: -5rem !important;
  }

  .xl\:mr-\[3em\] {
    margin-right: 3em !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:mt-\[-15rem\] {
    margin-top: -15rem !important;
  }

  .xl\:mt-\[-18em\] {
    margin-top: -18em !important;
  }

  .xl\:mt-\[16\.8rem\] {
    margin-top: 16.8rem !important;
  }

  .xl\:mt-\[19rem\] {
    margin-top: 19rem !important;
  }

  .xl\:mt-\[1em\] {
    margin-top: 1em !important;
  }

  .xl\:mt-\[1rem\] {
    margin-top: 1rem !important;
  }

  .xl\:mt-\[2\.4rem\] {
    margin-top: 2.4rem !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:h-\[110px\] {
    height: 110px !important;
  }

  .xl\:h-\[130px\] {
    height: 130px !important;
  }

  .xl\:h-\[150px\] {
    height: 150px !important;
  }

  .xl\:h-\[15rem\] {
    height: 15rem !important;
  }

  .xl\:h-\[170px\] {
    height: 170px !important;
  }

  .xl\:h-\[450px\] {
    height: 450px !important;
  }

  .xl\:h-\[50px\] {
    height: 50px !important;
  }

  .xl\:h-\[50rem\] {
    height: 50rem !important;
  }

  .xl\:h-\[70px\] {
    height: 70px !important;
  }

  .xl\:h-\[90px\] {
    height: 90px !important;
  }

  .xl\:max-h-\[17rem\] {
    max-height: 17rem !important;
  }

  .xl\:max-h-\[19\.6rem\] {
    max-height: 19.6rem !important;
  }

  .xl\:max-h-\[40rem\] {
    max-height: 40rem !important;
  }

  .xl\:max-h-\[46rem\] {
    max-height: 46rem !important;
  }

  .xl\:max-h-\[64\.5rem\] {
    max-height: 64.5rem !important;
  }

  .xl\:min-h-\[30rem\] {
    min-height: 30rem !important;
  }

  .xl\:min-h-\[43rem\] {
    min-height: 43rem !important;
  }

  .xl\:min-h-\[48rem\] {
    min-height: 48rem !important;
  }

  .xl\:min-h-\[7\.62rem\] {
    min-height: 7.62rem !important;
  }

  .xl\:w-19\/50 {
    width: 38% !important;
  }

  .xl\:w-\[100\%\] {
    width: 100% !important;
  }

  .xl\:w-\[15rem\] {
    width: 15rem !important;
  }

  .xl\:w-\[25\%\] {
    width: 25% !important;
  }

  .xl\:w-\[33\%\] {
    width: 33% !important;
  }

  .xl\:w-\[38rem\] {
    width: 38rem !important;
  }

  .xl\:w-\[45\%\] {
    width: 45% !important;
  }

  .xl\:w-\[49\%\] {
    width: 49% !important;
  }

  .xl\:w-\[50\%\] {
    width: 50% !important;
  }

  .xl\:w-\[800px\] {
    width: 800px !important;
  }

  .xl\:w-\[calc\(25\%-4rem\)\] {
    width: calc(25% - 4rem) !important;
  }

  .xl\:w-\[calc\(33\%-2em\)\] {
    width: calc(33% - 2em) !important;
  }

  .xl\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xl\:max-w-\[100\%\] {
    max-width: 100% !important;
  }

  .xl\:max-w-\[23\%\] {
    max-width: 23% !important;
  }

  .xl\:max-w-\[50\%\] {
    max-width: 50% !important;
  }

  .xl\:max-w-\[56\.4rem\] {
    max-width: 56.4rem !important;
  }

  .xl\:max-w-\[60\%\] {
    max-width: 60% !important;
  }

  .xl\:max-w-\[69rem\] {
    max-width: 69rem !important;
  }

  .xl\:max-w-\[7\.62rem\] {
    max-width: 7.62rem !important;
  }

  .xl\:max-w-\[800px\] {
    max-width: 800px !important;
  }

  .xl\:basis-\[30\%\] {
    flex-basis: 30% !important;
  }

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

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

  .xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-\[4rem\] {
    gap: 4rem !important;
  }

  .xl\:p-\[4\.8rem\] {
    padding: 4.8rem !important;
  }

  .xl\:p-\[6\.4rem\] {
    padding: 6.4rem !important;
  }

  .xl\:px-\[10rem\] {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:px-\[3\.1rem\] {
    padding-left: 3.1rem !important;
    padding-right: 3.1rem !important;
  }

  .xl\:px-\[3\.2rem\] {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }

  .xl\:px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:py-\[1\.56rem\] {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }

  .xl\:py-\[1\.6rem\] {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .xl\:py-\[4\.8rem\] {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .xl\:pb-\[8rem\] {
    padding-bottom: 8rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pl-\[10em\] {
    padding-left: 10em !important;
  }

  .xl\:pl-\[8rem\] {
    padding-left: 8rem !important;
  }

  .xl\:pr-\[0\] {
    padding-right: 0 !important;
  }

  .xl\:pr-\[20\.8rem\] {
    padding-right: 20.8rem !important;
  }

  .xl\:pt-\[10rem\] {
    padding-top: 10rem !important;
  }

  .xl\:pt-\[18\.75\%\] {
    padding-top: 18.75% !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-\[1\.6rem\] {
    font-size: 1.6rem !important;
  }

  .xl\:text-\[1\.92rem\] {
    font-size: 1.92rem !important;
  }

  .xl\:text-\[15px\] {
    font-size: 15px !important;
  }

  .xl\:text-\[16px\] {
    font-size: 16px !important;
  }

  .xl\:text-\[2\.08rem\] {
    font-size: 2.08rem !important;
  }

  .xl\:text-\[2\.24rem\] {
    font-size: 2.24rem !important;
  }

  .xl\:text-\[2\.4rem\] {
    font-size: 2.4rem !important;
  }

  .xl\:text-\[2\.7rem\] {
    font-size: 2.7rem !important;
  }

  .xl\:text-\[27px\] {
    font-size: 27px !important;
  }

  .xl\:text-\[2rem\] {
    font-size: 2rem !important;
  }

  .xl\:text-\[4\.8rem\] {
    font-size: 4.8rem !important;
  }

  .xl\:leading-\[2\.2rem\] {
    line-height: 2.2rem !important;
  }

  .xl\:leading-\[24px\] {
    line-height: 24px !important;
  }
}

@media (min-width: 1560px) {
  .xxl\:top-\[2\.5rem\] {
    top: 2.5rem !important;
  }

  .xxl\:max-h-\[73rem\] {
    max-height: 73rem !important;
  }

  .xxl\:max-w-\[81\.6rem\] {
    max-width: 81.6rem !important;
  }

  .xxl\:p-\[6\.4rem\] {
    padding: 6.4rem !important;
  }

  .xxl\:text-\[1\.6rem\] {
    font-size: 1.6rem !important;
  }

  .xxl\:text-\[1\.92rem\] {
    font-size: 1.92rem !important;
  }

  .xxl\:text-\[1em\] {
    font-size: 1em !important;
  }

  .xxl\:text-\[2\.56rem\] {
    font-size: 2.56rem !important;
  }

  .xxl\:text-\[2\.7rem\] {
    font-size: 2.7rem !important;
  }

  .xxl\:text-\[2\.88rem\] {
    font-size: 2.88rem !important;
  }

  .xxl\:text-\[3\.2rem\] {
    font-size: 3.2rem !important;
  }

  .xxl\:text-\[4rem\] {
    font-size: 4rem !important;
  }

  .xxl\:leading-\[4rem\] {
    line-height: 4rem !important;
  }
}
