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

/* TAILWIND */

/* ! tailwindcss v3.4.1 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Montserrat, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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:  ;
}

.container{
  width: 100%;
}

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

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

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

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

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

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

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

.mr-10{
  margin-right: 2.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.w-\[160px\]{
  width: 160px;
}

.w-full{
  width: 100%;
}

.max-w-screen-lg{
  max-width: 1024px;
}

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

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

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

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

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

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

.border{
  border-width: 1px;
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

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

.font-semibold{
  font-weight: 600;
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(234 24 54 / var(--tw-text-opacity));
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@font-face {
  font-family: 'icomoon';

  src:  url('fonts/icomoon.eot?uybov6');

  src:  url('fonts/icomoon.eot?uybov6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?uybov6') format('truetype'),
    url('fonts/icomoon.woff?uybov6') format('woff'),
    url('fonts/icomoon.svg?uybov6#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

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

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

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

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

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

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

.icon-arrow-down-circle:before {
  content: "\e90d";
}

.icon-arrow-down-left:before {
  content: "\e90e";
}

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

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

.icon-arrow-left-circle:before {
  content: "\e911";
}

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

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

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

.icon-arrow-up-circle:before {
  content: "\e915";
}

.icon-arrow-up-left:before {
  content: "\e916";
}

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

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart:before {
  content: "\e91a";
}

.icon-bar-chart-2:before {
  content: "\e91b";
}

.icon-battery:before {
  content: "\e91c";
}

.icon-battery-charging:before {
  content: "\e91d";
}

.icon-bell:before {
  content: "\e91e";
}

.icon-bell-off:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book:before {
  content: "\e922";
}

.icon-bookmark:before {
  content: "\e923";
}

.icon-book-open:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-box-1:before {
  content: "\e926";
}

.icon-briefcase:before {
  content: "\e927";
}

.icon-calendar:before {
  content: "\e928";
}

.icon-camera:before {
  content: "\e929";
}

.icon-camera-off:before {
  content: "\e92a";
}

.icon-cast:before {
  content: "\e92b";
}

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

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

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

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

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

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

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chevron-up:before {
  content: "\e936";
}

.icon-chrome:before {
  content: "\e937";
}

.icon-circle:before {
  content: "\e938";
}

.icon-clipboard:before {
  content: "\e939";
}

.icon-clock:before {
  content: "\e93a";
}

.icon-cloud:before {
  content: "\e93b";
}

.icon-cloud-drizzle:before {
  content: "\e93c";
}

.icon-cloud-lightning:before {
  content: "\e93d";
}

.icon-cloud-off:before {
  content: "\e93e";
}

.icon-cloud-rain:before {
  content: "\e93f";
}

.icon-cloud-snow:before {
  content: "\e940";
}

.icon-code:before {
  content: "\e941";
}

.icon-codepen:before {
  content: "\e942";
}

.icon-codesandbox:before {
  content: "\e943";
}

.icon-coffee:before {
  content: "\e944";
}

.icon-columns:before {
  content: "\e945";
}

.icon-command:before {
  content: "\e946";
}

.icon-compass:before {
  content: "\e947";
}

.icon-copy:before {
  content: "\e948";
}

.icon-corner-down-left:before {
  content: "\e949";
}

.icon-corner-down-right:before {
  content: "\e94a";
}

.icon-corner-left-down:before {
  content: "\e94b";
}

.icon-corner-left-up:before {
  content: "\e94c";
}

.icon-corner-right-down:before {
  content: "\e94d";
}

.icon-corner-right-up:before {
  content: "\e94e";
}

.icon-corner-up-left:before {
  content: "\e94f";
}

.icon-corner-up-right:before {
  content: "\e950";
}

.icon-cpu:before {
  content: "\e951";
}

.icon-credit-card:before {
  content: "\e952";
}

.icon-crop:before {
  content: "\e953";
}

.icon-crosshair:before {
  content: "\e954";
}

.icon-database:before {
  content: "\e955";
}

.icon-delete:before {
  content: "\e956";
}

.icon-disc:before {
  content: "\e957";
}

.icon-dollar-sign:before {
  content: "\e958";
}

.icon-download:before {
  content: "\e959";
}

.icon-download-cloud:before {
  content: "\e95a";
}

.icon-droplet:before {
  content: "\e95b";
}

.icon-edit:before {
  content: "\e95c";
}

.icon-edit-2:before {
  content: "\e95d";
}

.icon-edit-3:before {
  content: "\e95e";
}

.icon-external-link:before {
  content: "\e95f";
}

.icon-eye:before {
  content: "\e960";
}

.icon-eye-off:before {
  content: "\e961";
}

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

.icon-fast-forward:before {
  content: "\e963";
}

.icon-feather:before {
  content: "\e964";
}

.icon-figma:before {
  content: "\e965";
}

.icon-file:before {
  content: "\e966";
}

.icon-file-minus:before {
  content: "\e967";
}

.icon-file-plus:before {
  content: "\e968";
}

.icon-file-text:before {
  content: "\e969";
}

.icon-film:before {
  content: "\e96a";
}

.icon-filter:before {
  content: "\e96b";
}

.icon-flag:before {
  content: "\e96c";
}

.icon-folder:before {
  content: "\e96d";
}

.icon-folder-minus:before {
  content: "\e96e";
}

.icon-folder-plus:before {
  content: "\e96f";
}

.icon-framer:before {
  content: "\e970";
}

.icon-frown:before {
  content: "\e971";
}

.icon-gift:before {
  content: "\e972";
}

.icon-git-branch:before {
  content: "\e973";
}

.icon-git-commit:before {
  content: "\e974";
}

.icon-github:before {
  content: "\e975";
}

.icon-gitlab:before {
  content: "\e976";
}

.icon-git-merge:before {
  content: "\e977";
}

.icon-git-pull-request:before {
  content: "\e978";
}

.icon-globe:before {
  content: "\e979";
}

.icon-grid:before {
  content: "\e97a";
}

.icon-hard-drive:before {
  content: "\e97b";
}

.icon-hash:before {
  content: "\e97c";
}

.icon-headphones:before {
  content: "\e97d";
}

.icon-heart:before {
  content: "\e97e";
}

.icon-help-circle:before {
  content: "\e97f";
}

.icon-hexagon:before {
  content: "\e980";
}

.icon-home:before {
  content: "\e981";
}

.icon-image:before {
  content: "\e982";
}

.icon-inbox:before {
  content: "\e983";
}

.icon-info:before {
  content: "\e984";
}

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

.icon-italic:before {
  content: "\e986";
}

.icon-key:before {
  content: "\e987";
}

.icon-layers:before {
  content: "\e988";
}

.icon-layout:before {
  content: "\e989";
}

.icon-life-buoy:before {
  content: "\e98a";
}

.icon-link:before {
  content: "\e98b";
}

.icon-link-2:before {
  content: "\e98c";
}

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

.icon-list:before {
  content: "\e98e";
}

.icon-loader:before {
  content: "\e98f";
}

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

.icon-log-in:before {
  content: "\e991";
}

.icon-log-out:before {
  content: "\e992";
}

.icon-mail:before {
  content: "\e993";
}

.icon-map:before {
  content: "\e994";
}

.icon-map-pin:before {
  content: "\e995";
}

.icon-maximize:before {
  content: "\e996";
}

.icon-maximize-2:before {
  content: "\e997";
}

.icon-meh:before {
  content: "\e998";
}

.icon-menu:before {
  content: "\e999";
}

.icon-message-circle:before {
  content: "\e99a";
}

.icon-message-square:before {
  content: "\e99b";
}

.icon-mic:before {
  content: "\e99c";
}

.icon-mic-off:before {
  content: "\e99d";
}

.icon-minimize:before {
  content: "\e99e";
}

.icon-minimize-2:before {
  content: "\e99f";
}

.icon-minus:before {
  content: "\e9a0";
}

.icon-minus-circle:before {
  content: "\e9a1";
}

.icon-minus-square:before {
  content: "\e9a2";
}

.icon-monitor:before {
  content: "\e9a3";
}

.icon-moon:before {
  content: "\e9a4";
}

.icon-more-horizontal:before {
  content: "\e9a5";
}

.icon-more-vertical:before {
  content: "\e9a6";
}

.icon-mouse-pointer:before {
  content: "\e9a7";
}

.icon-move:before {
  content: "\e9a8";
}

.icon-music:before {
  content: "\e9a9";
}

.icon-navigation:before {
  content: "\e9aa";
}

.icon-navigation-2:before {
  content: "\e9ab";
}

.icon-octagon:before {
  content: "\e9ac";
}

.icon-package:before {
  content: "\e9ad";
}

.icon-paperclip:before {
  content: "\e9ae";
}

.icon-pause:before {
  content: "\e9af";
}

.icon-pause-circle:before {
  content: "\e9b0";
}

.icon-pen-tool:before {
  content: "\e9b1";
}

.icon-percent:before {
  content: "\e9b2";
}

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

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

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

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

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

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

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

.icon-pie-chart:before {
  content: "\e9ba";
}

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

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

.icon-plus:before {
  content: "\e9bd";
}

.icon-plus-circle:before {
  content: "\e9be";
}

.icon-plus-square:before {
  content: "\e9bf";
}

.icon-pocket:before {
  content: "\e9c0";
}

.icon-power:before {
  content: "\e9c1";
}

.icon-printer:before {
  content: "\e9c2";
}

.icon-radio:before {
  content: "\e9c3";
}

.icon-refresh-ccw:before {
  content: "\e9c4";
}

.icon-refresh-cw:before {
  content: "\e9c5";
}

.icon-repeat:before {
  content: "\e9c6";
}

.icon-rewind:before {
  content: "\e9c7";
}

.icon-rotate-ccw:before {
  content: "\e9c8";
}

.icon-rotate-cw:before {
  content: "\e9c9";
}

.icon-rss:before {
  content: "\e9ca";
}

.icon-save:before {
  content: "\e9cb";
}

.icon-scissors:before {
  content: "\e9cc";
}

.icon-search:before {
  content: "\e9cd";
}

.icon-send:before {
  content: "\e9ce";
}

.icon-server:before {
  content: "\e9cf";
}

.icon-settings:before {
  content: "\e9d0";
}

.icon-share:before {
  content: "\e9d1";
}

.icon-share-2:before {
  content: "\e9d2";
}

.icon-shield:before {
  content: "\e9d3";
}

.icon-shield-off:before {
  content: "\e9d4";
}

.icon-shopping-bag:before {
  content: "\e9d5";
}

.icon-shopping-cart:before {
  content: "\e9d6";
}

.icon-shuffle:before {
  content: "\e9d7";
}

.icon-sidebar:before {
  content: "\e9d8";
}

.icon-skip-back:before {
  content: "\e9d9";
}

.icon-skip-forward:before {
  content: "\e9da";
}

.icon-slack:before {
  content: "\e9db";
}

.icon-slash:before {
  content: "\e9dc";
}

.icon-sliders:before {
  content: "\e9dd";
}

.icon-smartphone:before {
  content: "\e9de";
}

.icon-smile:before {
  content: "\e9df";
}

.icon-speaker:before {
  content: "\e9e0";
}

.icon-square:before {
  content: "\e9e1";
}

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

.icon-stop-circle:before {
  content: "\e9e3";
}

.icon-sun:before {
  content: "\e9e4";
}

.icon-sunrise:before {
  content: "\e9e5";
}

.icon-sunset:before {
  content: "\e9e6";
}

.icon-tablet:before {
  content: "\e9e7";
}

.icon-tag:before {
  content: "\e9e8";
}

.icon-target:before {
  content: "\e9e9";
}

.icon-terminal:before {
  content: "\e9ea";
}

.icon-thermometer:before {
  content: "\e9eb";
}

.icon-thumbs-down:before {
  content: "\e9ec";
}

.icon-thumbs-up:before {
  content: "\e9ed";
}

.icon-toggle-left:before {
  content: "\e9ee";
}

.icon-toggle-right:before {
  content: "\e9ef";
}

.icon-tool:before {
  content: "\e9f0";
}

.icon-trash:before {
  content: "\e9f1";
}

.icon-trash-2:before {
  content: "\e9f2";
}

.icon-trello:before {
  content: "\e9f3";
}

.icon-trending-down:before {
  content: "\e9f4";
}

.icon-trending-up:before {
  content: "\e9f5";
}

.icon-triangle:before {
  content: "\e9f6";
}

.icon-truck:before {
  content: "\e9f7";
}

.icon-tv:before {
  content: "\e9f8";
}

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

.icon-type:before {
  content: "\e9fa";
}

.icon-umbrella:before {
  content: "\e9fb";
}

.icon-underline:before {
  content: "\e9fc";
}

.icon-unlock:before {
  content: "\e9fd";
}

.icon-upload:before {
  content: "\e9fe";
}

.icon-upload-cloud:before {
  content: "\e9ff";
}

.icon-user:before {
  content: "\ea00";
}

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

.icon-user-minus:before {
  content: "\ea02";
}

.icon-user-plus:before {
  content: "\ea03";
}

.icon-users:before {
  content: "\ea04";
}

.icon-user-x:before {
  content: "\ea05";
}

.icon-video:before {
  content: "\ea06";
}

.icon-video-off:before {
  content: "\ea07";
}

.icon-voicemail:before {
  content: "\ea08";
}

.icon-volume:before {
  content: "\ea09";
}

.icon-volume-1:before {
  content: "\ea0a";
}

.icon-volume-2:before {
  content: "\ea0b";
}

.icon-volume-x:before {
  content: "\ea0c";
}

.icon-watch:before {
  content: "\ea0d";
}

.icon-wifi:before {
  content: "\ea0e";
}

.icon-wifi-off:before {
  content: "\ea0f";
}

.icon-wind:before {
  content: "\ea10";
}

.icon-x:before {
  content: "\ea11";
}

.icon-x-circle:before {
  content: "\ea12";
}

.icon-x-octagon:before {
  content: "\ea13";
}

.icon-x-square:before {
  content: "\ea14";
}

.icon-youtube:before {
  content: "\ea15";
}

.icon-zap:before {
  content: "\ea16";
}

.icon-zap-off:before {
  content: "\ea17";
}

.icon-zoom-in:before {
  content: "\ea18";
}

.icon-zoom-out:before {
  content: "\ea19";
}

/* COMPONENTS */

/* MEGA MENU */

.main-navigation ul li > .megamenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
}

.main-navigation ul li:hover > .megamenu {
  display: flex;
}

.main-navigation li {
  position: static;
}

.site-header {
  position: relative;
}

.site-branding .custom-logo-link img {
  max-height: 120px;
  width: auto;
}

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

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
} */

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  /* position: relative; */
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.main-navigation li a {
  position: relative;
}

.menu-main-container > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 24 54 / var(--tw-bg-opacity));
  transition: all 0.3s ease-in-out;
}

.menu-main-container > ul > li > a:hover::after {
  width: 100%;
}

.menu-main-container > ul > li > a{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.menu-main-container > ul > li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(234 24 54 / var(--tw-text-opacity));
}

/* SEARCH FORM */

.search-form {
  display: flex;
  flex: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.search-form label{
  flex: 1;
}

.search-form .search-field {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-right: none;
  color: #333;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
}

.search-form .search-submit {
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  color: #333;
  font-size: 14px;
  padding: 8px 10px;
  border: none;
  background: linear-gradient(-120deg, #ea1836, #ff6d3e);
  color: #fff;
  transition: all linear 0.1s;
}

/* MENU SHORTCUT */

.menu-shortcuts-container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-shortcuts-container ul li::before {
  font-family: "icomoon";
  font-size: 20px;
  margin-bottom: 8px;
}

.menu-shortcuts-container ul li a{
  font-family: Montserrat, sans-serif;
}

.site-branding .custom-logo-link img{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}