/*!
Theme Name: LX Media Starter
Theme URI: http://lx-media.at
Author: lx-media
Author URI: http://lx-media.at
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
/* @import url(fonts/fonts.css); */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
/* @import url(css/jquery.fancybox.min.css); */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.lx-container {
  max-width: 1640px;
  margin: 0 auto; }
  @media screen and (max-width: 1640px) {
    .lx-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .lx-container {
      padding-right: 10px !important;
      padding-left: 10px !important;
      max-width: calc(100% - 20px); } }

body {
  overflow-x: hidden; }

@media screen and (max-width: 1640px) {
  .entry-content section {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (max-width: 767px) {
  .entry-content section {
    padding-right: 0px !important;
    padding-left: 0px !important;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .entry-content .uagb-column__inner-wrap {
    padding: 0; } }

.entry-content .uagb-section__inner-wrap {
  max-width: 1640px !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (max-width: 767px) {
    .entry-content .uagb-section__inner-wrap {
      max-width: calc(100% - 20px) !important;
      padding: 0; } }

.entry-content .uagb-columns__inner-wrap {
  max-width: 1640px !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.entry-content .wp-block-uagb-section,
.entry-content .wp-block-uagb-columns {
  padding-left: 20px !important;
  padding-right: 20px !important; }
  @media screen and (max-width: 767px) {
    .entry-content .wp-block-uagb-section,
    .entry-content .wp-block-uagb-columns {
      padding-right: 0px !important;
      padding-left: 0px !important;
      max-width: 100%; } }
  .entry-content .wp-block-uagb-section section,
  .entry-content .wp-block-uagb-columns section {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media screen and (max-width: 767px) {
    .entry-content .wp-block-uagb-section .wp-block-uagb-column,
    .entry-content .wp-block-uagb-columns .wp-block-uagb-column {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.wp-block {
  max-width: none !important; }

.has-black-color {
  color: #0A2737; }

.has-black-background-color {
  background-color: #0A2737; }

.has-white-color {
  color: #FFFFFF; }

.has-white-background-color {
  background-color: #FFFFFF; }

.has-first-light-color {
  color: #FFFFFF; }

.has-first-light-background-color {
  background-color: #FFFFFF; }

.has-first-color {
  color: #E52518; }

.has-first-background-color {
  background-color: #E52518; }

.has-first-dark-color {
  color: #FFFFFF; }

.has-first-dark-background-color {
  background-color: #FFFFFF; }

.has-second-light-color {
  color: #72D3CD; }

.has-second-light-background-color {
  background-color: #72D3CD; }

.has-second-color {
  color: #72D3CD; }

.has-second-background-color {
  background-color: #72D3CD; }

.has-second-dark-color {
  color: #72D3CD; }

.has-second-dark-background-color {
  background-color: #72D3CD; }

.wp-block-separator {
  width: 100px;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .wp-block-separator.is-style-align-left {
    width: 80px;
    margin-left: 0; }

@media screen and (max-width: 767px) {
  .lx-mobile-center {
    text-align: center; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body:not(.wp-admin),
button,
input,
select,
optgroup,
textarea {
 font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
 font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 25px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
 font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 260px;
  line-height: 230px;
  padding-bottom: 10px; }
  @media screen and (max-width: 1025px) {
    h1 {
      font-size: 180px;
      line-height: 180px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 60px;
      line-height: 66px; } }
  @media screen and (max-width: 374px) {
    h1 {
      font-size: 50px;
      line-height: 56px; } }

h2 {
 font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  line-height: 76px; }
  @media screen and (max-width: 1025px) {
    h2 {
      font-size: 50px;
      line-height: 55px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 45px;
      line-height: 53px; } }
  @media screen and (max-width: 374px) {
    h2 {
      font-size: 40px;
      line-height: 48px; } }

h3 {
  text-transform: uppercase;
 font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 56px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 35px;
      line-height: 46px; } }

h4 {
  text-transform: uppercase;
 font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 34px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 23px;
      line-height: 30px; } }

h5 {
  text-transform: uppercase;
 font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 34px; }

h6 {
  text-transform: uppercase;
 font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 34px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
 font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0; }
  @media screen and (max-width: 767px) {
    ul, ol {
      font-size: 16px; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wp-block-button__link {
 font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #E52518;
  display: block; }
  .wp-block-button__link:active, .wp-block-button__link:visited, .wp-block-button__link:focus {
    color: #E52518; }
  .wp-block-button__link:hover {
    color: #E52518;
    letter-spacing: 2.5px; }
  .wp-block-button__link.link-white {
    color: #FFFFFF; }
    .wp-block-button__link.link-white:active, .wp-block-button__link.link-white:visited, .wp-block-button__link.link-white:focus {
      color: #FFFFFF; }
    .wp-block-button__link.link-white:hover {
      color: #FFFFFF; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 3px;
  padding: 3px; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #E52518;
  text-decoration: none;
  cursor: pointer;
 font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  a:visited, a:hover, a:active {
    color: #E52518; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      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 {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    color: #0A2737;
    display: block;
    text-decoration: none; }

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

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# LX CLasses
--------------------------------------------------------------*/
.lx-text-align-left {
  text-align: left; }

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

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

.lx-centered {
  margin: 0 auto; }

.lx-small-font {
  font-size: 16px; }

.lx-medium-font {
  font-size: 18px; }

.lx-large-font {
  font-size: 20px; }

.lx-line-height-small {
  line-height: 20px; }

.lx-line-height-medium {
  line-height: 24px; }

.lx-line-height-large {
  line-height: 26px; }

.lx-font-color-black {
  color: #0A2737; }

.lx-font-color-white {
  color: #FFFFFF; }

.lx-font-color-first {
  color: #E52518; }

.lx-font-color-second-dark {
  color: #72D3CD !important; }

.lx-background-first-dark {
  background: #FFFFFF; }

.lx-background-first {
  background: #E52518; }

.lx-background-second-light {
  background: #72D3CD; }

.lx-background-second {
  background: #72D3CD; }

.lx-background-second-dark {
  background: #72D3CD; }

.lx-background-black {
  background: #0A2737; }

.lx-background-white {
  background: #FFFFFF; }

.lx-relative {
  position: relative; }

.lx-absolute {
  position: absolute; }

.lx-fixed {
  position: fixed; }

.lx-z-1 {
  z-index: -1; }

.lx-z0 {
  z-index: 0; }

.lx-z1 {
  z-index: 1; }

.lx-z2 {
  z-index: 2; }

.lx-z3 {
  z-index: 3; }

.lx-z4 {
  z-index: 4; }

.lx-z5 {
  z-index: 5; }

.lx-z-high {
  z-index: 999; }

.lx-z-max {
  z-index: 9999999; }

.lx-z-highest {
  z-index: 9999999999; }

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

.lx-lowercase {
  text-transform: lowercase; }

.lx-capitalize {
  text-transform: capitalize; }

.lx-text-transform-none {
  text-transform: none !important; }

.lx-pointer {
  cursor: pointer; }

.lx-nodecoration {
  text-decoration: none; }

.lx-transition-short {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.lx-transition-medium {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.lx-transition-long {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.lx-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .lx-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.lx-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.lx-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.lx-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.lx-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

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

.lx-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.lx-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.lx-flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

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

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

.lx-break-word {
  word-break: break-word; }

.lx-col-1 {
  width: 8.33%; }

.lx-col-2 {
  width: 16.66%; }

.lx-col-3 {
  width: 25%; }

.lx-col-4 {
  width: 33.33%; }

.lx-col-5 {
  width: 41.66%; }

.lx-col-6 {
  width: 50%; }

.lx-col-7 {
  width: 58.33%; }

.lx-col-8 {
  width: 66.66%; }

.lx-col-9 {
  width: 75%; }

.lx-col-10 {
  width: 83.33%; }

.lx-col-11 {
  width: 91.66%; }

.lx-col-12 {
  width: 100%; }

.lx-margin-small {
  margin: 20px; }

.lx-margin-medium {
  margin: 40px; }

.lx-margin-large {
  margin: 60px; }

.lx-margin-left-small {
  margin-left: 20px; }

.lx-margin-left-medium {
  margin-left: 40px; }

.lx-margin-left-large {
  margin-left: 60px; }

.lx-margin-right-small {
  margin-right: 20px; }

.lx-margin-right-medium {
  margin-right: 40px; }

.lx-margin-right-large {
  margin-right: 60px; }

.lx-margin-top-small {
  margin-top: 20px; }

.lx-margin-top-medium {
  margin-top: 40px; }

.lx-margin-top-large {
  margin-top: 60px; }

.lx-margin-bottom-small {
  margin-bottom: 20px; }

.lx-margin-bottom-medium {
  margin-bottom: 40px; }

.lx-margin-bottom-large {
  margin-bottom: 60px; }

.lx-padding-small {
  padding: 20px; }

.lx-padding-medium {
  padding: 40px; }

.lx-padding-large {
  padding: 60px; }

.lx-padding-left-small {
  padding-left: 20px; }

.lx-padding-left-medium {
  padding-left: 40px; }

.lx-padding-left-large {
  padding-left: 60px; }

.lx-padding-right-small {
  padding-right: 20px; }

.lx-padding-right-medium {
  padding-right: 40px; }

.lx-padding-right-large {
  padding-right: 60px; }

.lx-padding-top-small {
  padding-top: 20px; }

.lx-padding-top-medium {
  padding-top: 40px; }

.lx-padding-top-large {
  padding-top: 60px; }

.lx-padding-bottom-small {
  padding-bottom: 20px; }

.lx-padding-bottom-medium {
  padding-bottom: 40px; }

.lx-padding-bottom-large {
  padding-bottom: 60px; }

/* FLOAT */
.lx-float-right {
  float: right; }

.lx-float-left {
  float: left; }

.lx-left-0 {
  left: 0; }

.lx-right-0 {
  right: 0; }

.lx-top-0 {
  top: 0; }

.lx-bottom-0 {
  bottom: 0; }

.lx-top-left-0 {
  top: 0;
  left: 0; }

.lx-top-right-0 {
  top: 0;
  right: 0; }

.lx-bottom-left-0 {
  bottom: 0;
  left: 0; }

.lx-bottom-right-0 {
  bottom: 0;
  right: 0; }

.lx-top-left-50 {
  top: 50%;
  left: 50%; }

.lx-top-right-50 {
  top: 50%;
  right: 50%; }

.lx-left-small-gap {
  left: 20px; }

.lx-right-small-gap {
  right: 20px; }

.lx-top-small-gap {
  top: 20px; }

.lx-bottom-small-gap {
  bottom: 20px; }

.lx-overflow-hidden {
  overflow: hidden; }

.lx-overflow-x-hidden {
  overflow-x: hidden; }

.lx-overflow-y-hidden {
  overflow-y: hidden; }

.lx-overflow-scroll {
  overflow: scroll; }

.lx-overflow-x-scroll {
  overflow-x: scroll; }

.lx-overflow-y-scroll {
  overflow-y: scroll; }

@media screen and (min-width: 1025px) {
  .lx-hide-desktop {
    display: none; } }

@media screen and (max-width: 1025px) {
  .lx-hide-tablet {
    display: none; } }

@media screen and (min-width: 767px) {
  .lx-hide-mobile {
    display: none; } }
