/*!
 * Project: Project Name
 * Author: Name
 * E-mail: E-mail
 * Website:
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

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

@media (min-width: 450px) {
  .container {
    max-width: 450px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1330px) {
  .container {
    max-width: 1330px;
  }
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.font-bold {
  font-weight: 700;
}

.h-full {
  height: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.m-auto {
  margin: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.max-w-button {
  max-width: 7rem;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.fixed {
  position: fixed;
}

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

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

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

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

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.visible {
  visibility: visible;
}

.w-1\/2 {
  width: 50%;
}

.w-2\/5 {
  width: 40%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-full {
  width: 100%;
}

.z-50 {
  z-index: 50;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

footer{
  padding:34px 70px;
  width:100%;
  background-color:#c21b17;
  color:#fff
}

footer .logo{
  max-width:350px
}

footer .right-section .company .company-name,footer .right-section .company .company-group{
  font-size:20px;
  line-height:25px;
  text-transform:uppercase
}

footer .right-section .company .company-group,footer .right-section .company .website{
  font-weight:300;
  line-height:25px;
  font-size:20px
}

footer .right-section .company .company-name{
  font-weight:900
}

@media (max-width: 768px){
  footer{
    padding:24px 34px
  }

  footer .right-section .company .company-name,footer .right-section .company .company-group{
    font-size:16px;
    line-height:18px
  }

  footer .right-section .company .company-group,footer .right-section .company .website{
    font-size:16px;
    line-height:18px
  }
}

.product-offer{
  background-color:#e9573d
}

.product-offer .product-offer-inner{
  padding:0;
  background-color:#fff
}

.product-offer .product-offer-inner .content .title{
  font-size:29px;
  font-weight:900
}

.product-offer .product-offer-inner .content .text{
  font-weight:300
}

.product-offer .product-offer-inner .image{
  overflow:hidden;
  max-height:260px
}

@media (max-width: 768px){
  .product-offer .product-offer-inner .content .title{
    font-size:22px
  }
}

.sales-person-card{
  background-color:#c21b17;
  padding:30px
}

.sales-person-card h3{
  font-size:26px;
  line-height:30px;
  color:#fff;
  text-transform:uppercase
}

.sales-person-card .content{
  color:#fff
}

.sales-person-card .content .image{
  width:100px;
  height:100px;
  -o-object-fit:cover;
     object-fit:cover
}

.sales-person-card .content .name{
  font-size:17px;
  line-height:20px;
  font-weight:800
}

.sales-person-card .content .title{
  font-size:14px;
  line-height:20px;
  font-weight:400
}

.sales-person-card .content .contact-info .phone-number{
  position:relative
}

.sales-person-card .content .contact-info .phone-number::after{
  display:inline;
  position:absolute;
  content:'';
  width:1px;
  height:18px;
  background-color:#fff;
  top:0;
  right:0
}

@media (max-width: 1330px){
  .sales-person-card{
    padding:20px
  }
}

.subscribe{
  background-color:#752127;
  color:#fff
}

.subscribe .title{
  font-size:29px;
  line-height:35px;
  text-transform:uppercase;
  font-weight:900
}

.subscribe .cta-text{
  font-size:24px;
  line-height:29px;
  text-transform:uppercase;
  font-weight:300
}

.subscribe .form input{
  padding:8px 11px;
  border-radius:2px;
  margin-bottom:20px;
  color:#000000;
  font-size:18px
}

.subscribe .form input::-moz-placeholder{
  font-family:"Helvetica Neue LT Pro", serif;
  color:#b0b2b3;
  font-size:18px
}

.subscribe .form input:-ms-input-placeholder{
  font-family:"Helvetica Neue LT Pro", serif;
  color:#b0b2b3;
  font-size:18px
}

.subscribe .form input::placeholder{
  font-family:"Helvetica Neue LT Pro", serif;
  color:#b0b2b3;
  font-size:18px
}

.subscribe .form .extra-data{
  display:none
}

.subscribe .form .extra-data.open{
  display:block
}

.subscribe .checkbox label{
  padding-left:14px;
  font-size:18px;
  line-height:20px;
  font-weight:300
}

.subscribe .checkbox a{
  display:block;
  font-size:18px;
  font-weight:300;
  padding-left:30px;
  text-decoration:underline
}

@font-face{
  font-family:'Helvetica Neue LT Pro';

  src:url("../fonts/subset-HelveticaNeueLTPro-LtCn.woff2") format("woff2"),url("subset-HelveticaNeueLTPro-LtCn.woff") format("woff");

  font-weight:300;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Helvetica Neue LT Pro';

  src:url("../fonts/subset-HelveticaNeueLTPro-MdCn.woff2") format("woff2"),url("/assets/fonts/subset-HelveticaNeueLTPro-MdCn.woff") format("woff");

  font-weight:500;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Helvetica Neue LT Pro';

  src:url("../fonts/subset-HelveticaNeueLTPro-ThCn.woff2") format("woff2"),url("/assets/fonts/subset-HelveticaNeueLTPro-ThCn.woff") format("woff");

  font-weight:100;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Helvetica Neue LT Pro';

  src:url("../fonts/subset-HelveticaNeueLTPro-UltLtCn.woff2") format("woff2"),url("/assets/fonts/subset-HelveticaNeueLTPro-UltLtCn.woff") format("woff");

  font-weight:200;

  font-style:normal;

  font-display:swap
}

.form-group-filter{
  margin-bottom:15px;
  font-family:"DIN MX", serif
}

.form-group-filter label{
  font-size:16px;
  display:inline-block;
  max-width:100%
}

.form-group-filter .form-control{
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  border:1px solid #ccc;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance:none;
  background:white
}

.form-group-filter .option-field{
  width:160px;
  height:35px;
  border-radius:10px;
  padding-right:10px;
  background-image:url("/assets/img/dropdown-arrow.png");
  background-size:12px;
  background-position:right 8px center;
  background-repeat:no-repeat
}

@media (max-width: 768px){
  .form-group-filter .option-field{
    width:100%
  }
}

.form-group{
  margin-bottom:15px;
  font-family:"DIN MX", serif
}

.form-group *{
  outline:none !important
}

.form-group label{
  font-size:16px;
  text-transform:uppercase;
  display:inline-block;
  max-width:100%;
  padding-left:10px
}

.form-group input[type='text']{
  display:block;
  width:100%;
  height:35px;
  padding:6px 10px;
  font-size:16px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  border:1px solid #707070;
  border-radius:10px
}

.form-group textarea{
  display:block;
  width:100%;
  padding:6px 10px;
  font-size:16px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  border:1px solid #707070;
  border-radius:10px
}

.form-group input[type='checkbox']{
  display:none
}

.form-group input[type='checkbox']+label{
  position:relative;
  font-size:14px;
  font-family:'DIN', serif;
  padding-left:0;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.form-group input[type='checkbox']+label::before{
  content:'';
  width:15px;
  height:15px;
  border:1px solid #707070;
  border-radius:5px;
  display:inline-block;
  cursor:pointer;
  position:relative;
  top:3px;
  background-color:#fff;
  margin-right:5px;
  margin-bottom:1px
}

.form-group input[type='radio']{
  display:none
}

.form-group input[type='radio']+label::before{
  content:'';
  width:15px;
  height:15px;
  border:1px solid #707070;
  border-radius:50px;
  display:inline-block;
  cursor:pointer;
  position:relative;
  top:3px;
  background-color:#fff;
  margin-right:8px;
  margin-bottom:1px
}

.form-group input[type='radio']:checked+label::before{
  background-color:#e02827
}

h1{
  font-size:50px;
  font-weight:900;
  line-height:50px
}

@media (max-width: 1024px){
  h1{
    font-size:30px;
    line-height:30px
  }
}

h2{
  font-size:40px;
  font-weight:900;
  line-height:40px
}

@media (max-width: 1024px){
  h2{
    font-size:24px;
    line-height:26px
  }
}

h3{
  font-size:22px;
  line-height:24px;
  font-weight:900
}

@media (max-width: 1024px){
  h3{
    font-size:16px;
    line-height:16px
  }
}

p{
  font-size:18px;
  line-height:22px
}

p.small{
  font-size:14px;
  line-height:18px
}

@media (max-width: 1024px){
  p{
    font-size:14px;
    line-height:18px
  }
}

#breadcrumbs{
  font-size:15px;
  line-height:17px;
  color:#6F7072;
  font-weight:300
}

.button-white{
  background-color:#fff;
  color:#c21b17;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  padding:8px 18px;
  border-radius:2px;
  text-align:center
}

@media (max-width: 768px){
  .button-white{
    font-size:12px;
    padding:6px 14px
  }
}

.button-orange{
  background-color:#e9573d;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  padding:8px 18px;
  border-radius:2px;
  text-align:center
}

@media (max-width: 768px){
  .button-orange{
    font-size:12px;
    padding:6px 14px
  }
}

.button-purple{
  background-color:#8e1230;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  padding:8px 18px;
  border-radius:2px;
  text-align:center
}

@media (max-width: 768px){
  .button-purple{
    font-size:12px;
    padding:6px 14px
  }
}

.hamburger{
  padding:15px 13px 2px;
  display:inline-block;
  cursor:pointer;
  transition-property:opacity, filter;
  transition-duration:.15s;
  transition-timing-function:linear;
  font:inherit;
  color:inherit;
  text-transform:none;
  background-color:transparent;
  border:0;
  margin:0;
  overflow:visible;
  outline:none !important
}

.hamburger:hover{
  opacity:.7
}

.hamburger.is-active:hover{
  opacity:.7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{
  background-color:#fff
}

.hamburger-box{
  width:20px;
  height:24px;
  display:inline-block;
  position:relative
}

.hamburger-inner{
  display:block;
  top:50%;
  margin-top:-2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{
  width:20px;
  height:4px;
  background-color:#fff;
  border-radius:4px;
  position:absolute;
  transition-property:transform;
  transition-duration:.15s;
  transition-timing-function:ease
}

.hamburger-inner::before,.hamburger-inner::after{
  content:"";
  display:block
}

.hamburger-inner::before{
  top:-10px
}

.hamburger-inner::after{
  bottom:-10px
}

.hamburger--slider .hamburger-inner{
  top:2px
}

.hamburger--slider .hamburger-inner::before{
  top:7px;
  transition-property:transform, opacity;
  transition-timing-function:ease;
  transition-duration:.15s
}

.hamburger--slider .hamburger-inner::after{
  top:14px
}

.hamburger--slider.is-active .hamburger-inner{
  transform:translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before{
  transform:rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity:0
}

.hamburger--slider.is-active .hamburger-inner::after{
  transform:translate3d(0, -15px, 0) rotate(-90deg)
}

#lead-box{
  background-color:#f46344;
  background-image:url("images/subscription-background.jpg");
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  color:white;
  padding:45px 50px
}

#lead-box a{
  color:white;
  text-decoration:underline
}

#lead-box .checkbox-row{
  margin-bottom:15px;
  margin-top:-2px
}

#lead-box-form .form-content{
  padding-left:45px;
  width:55%
}

#lead-box-form .form-content input[type="text"],#lead-box-form .form-content input[type="email"]{
  border-radius:2px;
  background-color:white;
  border:none;
  color:black;
  font-size:15px;
  height:42px;
  outline:none;
  padding:0 15px;
  width:100%
}

.lead-box-form-input-box{
  margin-bottom:20px
}

.leadbox-error{
  color:white;
  text-decoration:underline;
  margin:0
}

.lead-box-form-button{
  background-color:#ab1835;
  border:none;
  border-radius:2px;
  color:white;
  font-size:16px;
  height:42px;
  outline:none;
  text-transform:uppercase;
  width:170px
}

#lead-box-form{
  display:flex
}

#lead-box-form .automizy-form-description{
  width:33%
}

#lead-box-form .automizy-form-description .description{
  font-weight:600;
  font-size:40px;
  line-height:1.1;
  margin-bottom:15px
}

#lead-box-form .automizy-form-description .subtext{
  font-size:18px;
  font-weight:300;
  text-transform:uppercase;
  line-height:1.1
}

#lead-box-form .extra-data{
  display:none;
  font-size:16px !important
}

#lead-box-form .extra-data a{
  color:#fff !important
}

#lead-box-form .extra-data.open{
  display:block
}

@media (max-width: 1024px){
  #lead-box-form{
    flex-direction:column
  }

  #lead-box-form .automizy-form-description{
    width:100%
  }

  #lead-box-form .automizy-form-description .description{
    font-size:26px
  }

  #lead-box-form .automizy-form-description .subtext{
    font-size:14px;
    padding-bottom:20px
  }

  #lead-box-form .form-content{
    padding-left:0;
    width:100%
  }
}

header{
  z-index:9999
}

header .search-form{
  position:absolute;
  top:63px;
  right:40px;
  transition:all 1s cubic-bezier(0.17, 0.67, 0.27, 1);
  box-shadow:rgba(0,0,0,0.1) 0px 0px 40px 0px;
  opacity:0
}

header .search-form label span{
  display:none
}

header .search-form input{
  padding:15px 50px 15px 0;
  width:320px;
  font-size:16px;
  border:none;
  text-indent:30px;
  outline:none
}

header .search-form button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:20px
}

header .search-form.opened{
  opacity:1;
  top:119px
}

@media (max-width: 1024px){
  header .search-form{
    top:0;
    right:0
  }

  header .search-form.opened{
    opacity:1;
    top:56px
  }
}

header .header-content{
  height:119px;
  color:#fff;
  background-color:#e9573d;
  position:relative
}

header .header-content .nav-menu .main-bar{
  background-color:#8e1230
}

header .header-content .nav-menu .main-bar .logo-wrapper{
  position:relative
}

header .header-content .nav-menu .main-bar .logo-wrapper .logo{
  background-color:#fff;
  padding:18px;
  position:absolute;
  width:100%;
  border-radius:0 0 5px 5px;
  box-shadow:0 2px 5px rgba(0,0,0,0.05)
}

header .header-content .nav-menu .main-bar .logo-wrapper .logo svg{
  margin:auto;
  width:100%
}

header .header-content .nav-menu .main-bar .menu{
  padding-left:20px
}

header .header-content .nav-menu .main-bar .menu ul li{
  text-transform:uppercase;
  font-size:15px;
  padding:29px 10px 23px;
  line-height:18px
}

header .header-content .nav-menu .main-bar .menu .menu-right .search{
  padding:0 25px;
  cursor:pointer
}

header .header-content .nav-menu .main-bar .menu .menu-right .social-icons .social-icon{
  padding:0 6px
}

header .header-content .nav-menu .bottom-bar{
  background-color:#e9573d
}

header .header-content .nav-menu .bottom-bar .menu{
  padding-left:20px
}

header .header-content .nav-menu .bottom-bar .menu ul li{
  text-transform:uppercase;
  font-size:14px;
  font-weight:300;
  padding:13px 2px 12px;
  line-height:17px
}

header .header-content .nav-menu .bottom-bar .menu ul li .link-wrapper{
  border-radius:2px;
  padding:4px 8px 2px
}

header .header-content .nav-menu .bottom-bar .menu ul li .link-wrapper.active{
  background-color:#c21b17;
  color:#fff
}

@media (max-width: 1024px){
  header .header-content{
    max-width:350px;
    height:unset
  }

  header .header-content .mobile-bar{
    position:fixed;
    width:100%;
    background-color:#c21b17;
    height:56px;
    padding:0 16px
  }

  header .header-content .nav-menu{
    box-shadow:0px 2px 10px rgba(0,0,0,0.1)
  }

  header .header-content .nav-menu .main-bar{
    background-color:#fff;
    color:#000;
    border-bottom:1px solid #000;
    padding:56px 15px 0
  }

  header .header-content .nav-menu .main-bar .menu{
    padding:5px 0
  }

  header .header-content .nav-menu .main-bar .menu ul li{
    padding:10px 0
  }

  header .header-content .nav-menu .main-bar .menu ul li a{
    display:block
  }

  header .header-content .nav-menu .bottom-bar{
    background-color:#fff;
    color:#000
  }

  header .header-content .nav-menu .bottom-bar .menu span{
    color:#e9573d
  }

  header .header-content .nav-menu .bottom-bar .menu ul li{
    display:inline-block;
    padding:0
  }
}

.sales-person-card-mobile{
  background-color:#c21b17;
  padding:17px
}

.sales-person-card-mobile h3{
  font-size:27px;
  line-height:32px;
  color:#fff;
  text-transform:uppercase
}

.sales-person-card-mobile h3.skew{
  padding-top:20px;
  font-size:30px;
  transform:skewY(-15deg);
  height:180px
}

.sales-person-card-mobile .content{
  color:#fff
}

.sales-person-card-mobile .content .upper-section{
  border-bottom:1px #fff solid
}

.sales-person-card-mobile .content .upper-section .image{
  width:100px;
  height:100px;
  -o-object-fit:cover;
     object-fit:cover
}

.sales-person-card-mobile .content .upper-section .contact-main{
  font-size:20px;
  line-height:20px
}

.sales-person-card-mobile .content .upper-section .contact-main .name{
  font-weight:800
}

.sales-person-card-mobile .content .upper-section .contact-main .title{
  font-weight:400
}

.sales-person-card-mobile .toggle{
  z-index:100;
  position:fixed;
  bottom:10px;
  left:0;
  background-color:#c21b17;
  width:210px
}

.sales-person-card-mobile .toggle img{
  width:55px;
  height:55px;
  -o-object-fit:cover;
     object-fit:cover
}

.sales-person-card-mobile .toggle p{
  text-transform:uppercase;
  color:#fff;
  font-size:22px;
  line-height:22px;
  font-weight:900;
  padding-top:6px
}

.sales-person-card-mobile.hover-card{
  display:none;
  z-index:100;
  position:fixed;
  bottom:60px;
  left:0;
  margin:15px
}

.sales-person-card-mobile.hover-card.opened{
  display:block
}

body{
  font-family:"Helvetica Neue LT Pro", serif
}

body #top-padding{
  padding-top:119px;
  margin-bottom:50px
}

@media (max-width: 1024px){
  body #top-padding{
    padding-top:56px;
    margin-bottom:25px
  }
}

#page-not-found .error-code{
  font-size:120px;
  color:#e9573d
}

#page-not-found .main-text{
  font-size:30px
}

#page-not-found .subtext{
  font-size:20px
}

#page-not-found .search-form{
  position:relative
}

#page-not-found .search-form input{
  box-shadow:rgba(0,0,0,0.1) 0px 0px 40px 0px;
  padding:15px 50px 15px 0;
  width:320px;
  font-size:16px;
  border:none;
  text-indent:30px;
  outline:none
}

#page-not-found .search-form button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:20px
}

#category-page .page-title{
  color:#8e1230
}

#category-page h2{
  font-size:26px;
  line-height:30px
}

@media (max-width: 768px){
  #category-page h2{
    font-size:18px;
    line-height:20px
  }
}

.category-article-card{
  border-bottom:1px solid #b0b2b3
}

.category-article-card .image{
  min-height:250px
}

.category-article-card .text h3{
  font-size:28px;
  line-height:26px
}

.category-article-card .text p{
  font-weight:300
}

@media (max-width: 768px){
  .category-article-card .image{
    min-height:200px
  }

  .category-article-card .text h3{
    font-size:18px;
    line-height:20px
  }
}

.featured-article{
  margin:50px auto;
  min-height:500px
}

.featured-article .featured-article-image{
  border-radius:2px 0 0 2px
}

.featured-article .featured-article-content{
  padding:34px;
  background-color:#c21b17;
  color:#fff;
  border-radius:0 2px 2px 0
}

.featured-article .featured-article-content .title{
  padding-bottom:30px
}

.featured-article .featured-article-content .excerpt{
  padding-bottom:45px
}

@media (max-width: 1024px){
  .featured-article{
    margin:16px auto
  }
}

@media (max-width: 768px){
  .featured-article .featured-article-image{
    min-height:unset
  }

  .featured-article .featured-article-content{
    padding:18px
  }

  .featured-article .featured-article-content .title{
    padding-bottom:16px
  }

  .featured-article .featured-article-content .excerpt{
    padding-bottom:22px
  }
}

.home-article-card img{
  height:250px;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%
}

.home-article-card .text p{
  color:#333;
  font-weight:300
}

@media (max-width: 768px){
  .home-article-card img{
    height:100%;
    -o-object-fit:unset;
       object-fit:unset;
    width:40%
  }
}

.single-article .image{
  position:relative
}

.single-article .image .order{
  position:absolute;
  top:0;
  left:0;
  font-weight:900;
  padding:0 6px;
  background-color:#8e1230
}

.single-article .content .content-title{
  font-size:15px;
  line-height:16px;
  font-weight:900;
  display:block
}

.single-article .content .content-tag{
  font-size:12px;
  line-height:16px;
  text-transform:uppercase
}

.most-viewed{
  background-color:#e9573d;
  color:#fff
}

.most-viewed .title{
  border-bottom:1px solid #fff
}

.most-viewed .articles .single-article .image{
  max-width:145px
}

.most-viewed .articles .single-article .image .order{
  padding-top:4px
}

.most-viewed .articles .single-article:last-child{
  padding-bottom:0
}

@media (max-width: 576px){
  #home-page .aspect-ratio-box{
    height:0;
    overflow:hidden;
    padding-top:230px;
    background:white;
    position:relative
  }

  #home-page .aspect-ratio-box .featured-article-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
  }
}

#home-page .home-page-content .article{
  height:100px
}

#generali-search-results .search-form{
  position:relative
}

#generali-search-results .search-form input{
  box-shadow:rgba(0,0,0,0.1) 0px 0px 40px 0px;
  padding:15px 50px 15px 0;
  width:320px;
  font-size:16px;
  border:none;
  text-indent:30px;
  outline:none
}

#generali-search-results .search-form button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:20px
}

@media (min-height: themes() "screens.md"){
  #single-article .image-wrapper{
    max-height:350px
  }
}

#single-article .image-wrapper .title-image .title-image-wrapper{
  max-height:350px
}

#single-article .image-wrapper .title-image .title-image-wrapper img{
  -o-object-fit:cover;
     object-fit:cover
}

#single-article .image-wrapper .details .date{
  font-weight:300;
  font-size:15px
}

#single-article .image-wrapper .details .category{
  font-size:12px;
  line-height:18px;
  color:#e9573d
}

#single-article .image-wrapper .details .tags{
  font-weight:300
}

#single-article .image-wrapper .details .tags .tag{
  font-size:12px;
  line-height:14px
}

#single-article .image-wrapper .details .tags .tag span{
  color:#e9573d
}

#single-article .main-content .article-content{
  font-weight:300
}

#single-article .main-content .article-content hr{
  margin-top:20px;
  margin-bottom:20px;
  border-top:1px solid #eee
}

#single-article .main-content .article-content h2{
  font-size:40px;
  line-height:55px
}

#single-article .main-content .article-content h3{
  font-size:22px;
  line-height:26px;
  margin:21px 0
}

#single-article .main-content .article-content p{
  font-size:18px;
  line-height:20px;
  margin-bottom:27px
}

#single-article .main-content .article-content strong{
  font-weight:bold
}

#single-article .main-content .article-content a{
  color:#e9573d
}

#single-article .main-content .article-content ul{
  margin:1em 0;
  padding-left:1.5em;
  list-style:disc
}

#single-article .main-content .article-content ul li{
  line-height:2em
}

#single-article .main-content .article-content blockquote{
  position:relative;
  padding:50px;
  border:1px solid #e9573d;
  margin:50px 60px 30px
}

#single-article .main-content .article-content blockquote p{
  font-size:22px;
  line-height:26px;
  text-transform:uppercase;
  font-weight:800;
  color:#e9573d;
  margin:0;
  text-align:center
}

#single-article .main-content .article-content blockquote:before{
  content:'“';
  position:absolute;
  top:50px;
  line-height:80px;
  left:-30px;
  display:block;
  font-size:230px;
  color:#e9573d
}

@media (max-width: 1024px){
  #single-article .main-content .article-content h3{
    font-size:18px;
    line-height:18px
  }

  #single-article .main-content .article-content p{
    font-size:14px;
    line-height:20px
  }

  #single-article .main-content .article-content blockquote{
    margin:30px 30px 15px
  }

  #single-article .main-content .article-content blockquote:before{
    font-size:150px;
    left:-18px;
    top:20px
  }
}

#single-article .main-content .article-content .featured .featured-title{
  font-size:26px;
  line-height:26px;
  font-weight:900
}

@media (max-width: 768px){
  #single-article .main-content .article-content .featured .featured-title{
    font-size:18px;
    line-height:22px
  }
}

#single-article .main-content .article-content .featured .featured-title:after{
  content:'';
  height:3px;
  width:55px;
  background-color:#c21b17;
  display:block;
  margin-top:15px
}

@media (max-width: 1024px){
  #single-article .main-content .article-content .featured .featured-title:after{
    margin-top:8px
  }
}

#single-article .main-content .article-content .featured .related-articles .article{
  padding-right:23px
}

#single-article .main-content .article-content .featured .related-articles .article:last-child{
  padding-right:0
}

#single-article .main-content .article-content .featured .related-articles .article .article-image img{
  width:100%;
  height:100%;
  min-height:180px;
  -o-object-fit:cover;
     object-fit:cover
}

@media (max-width: 1024px){
  #single-article .main-content .article-content .featured .related-articles .article{
    border-bottom:1px solid #B0B2B3;
    padding-right:0
  }

  #single-article .main-content .article-content .featured .related-articles .article:last-child{
    border-bottom:none
  }

  #single-article .main-content .article-content .featured .related-articles .article .article-image img{
    width:unset;
    height:unset;
    min-height:unset;
    -o-object-fit:unset;
       object-fit:unset
  }
}

#single-article .main-content .article-content .featured .related-articles .article .article-title{
  text-align:center
}

#single-article .main-content .article-content .featured .related-articles .article .article-title h3{
  font-size:22px;
  line-height:24px
}

@media (max-width: 1024px){
  #single-article .main-content .article-content .featured .related-articles .article .article-title{
    text-align:left
  }

  #single-article .main-content .article-content .featured .related-articles .article .article-title h3{
    font-size:16px;
    line-height:16px;
    margin:10px 0
  }
}

#single-article .main-content .article-content .featured .related-articles .article .read-more{
  text-align:center
}

@media (max-width: 1024px){
  #single-article .main-content .article-content .featured .related-articles .article .read-more{
    text-align:left
  }
}

#single-article .main-content .article-content .featured .related-articles .article .read-more a{
  color:#fff
}

#single-article .main-content .share-bar .share-icon{
  height:25px;
  line-height:25px;
  border-radius:2px;
  margin-right:10px;
  text-align:center;
  cursor:pointer;
  font-size:12px;
  min-width:80px
}

#single-article .main-content .share-bar .share-icon.fb{
  background-color:#4469B0
}

#single-article .main-content .share-bar .share-icon.twitter{
  background-color:#5AADEC
}

#single-article .main-content .share-bar .share-icon.email{
  background-color:#7D7D7D
}

#single-article .main-content .share-bar .share-icon.share{
  background-color:#97CE46
}

#single-article .main-content .share-bar .share-icon .logo{
  margin-right:10px;
  margin-bottom:4px
}

#single-article .main-content .share-bar .share-icon a{
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:3px 10px 0
}

#single-article .main-content .share-bar .share-icon i{
  font-size:12px;
  line-height:25px
}

@media (min-width: 450px) {
  .xs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .xs\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 576px) {
    .xs\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .xs\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xs\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1330px) {
    .xs\:container {
      max-width: 1330px;
    }
  }
}

@media (min-width: 576px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .sm\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 576px) {
    .sm\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1330px) {
    .sm\:container {
      max-width: 1330px;
    }
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .md\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1330px) {
    .md\:container {
      max-width: 1330px;
    }
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .lg\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 576px) {
    .lg\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1330px) {
    .lg\:container {
      max-width: 1330px;
    }
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1330px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .xl\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 576px) {
    .xl\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1330px) {
    .xl\:container {
      max-width: 1330px;
    }
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }
}
