/* Vars */
:root {
  --color-primary: #14aca9;
  --color-primary-lighter: #2fb4b1;
  --color-primary-darker: #0f928f;
  --color-accent: #d65b25;
  --color-accent-lighter: #e06630;
  --color-muted: #f6f6f6;
  --color-red: #d0533a;
  --color-orange: #ee7f00;
  --color-green: #9dcd65;
  --text-color: #333;
  --text-muted-color: #555;
  --gutter-section: 30px;
}
@media (min-width: 769px) {
  :root {
    --gutter-section: 50px;
  }
}
@media (min-width: 1025px) {
  :root {
    --gutter-section: 80px;
  }
}

/* Globals */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color);
  word-break: break-word;
}

body {
  overflow-x: hidden;
}

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal;
}
p:not(:first-child),
ul:not(:first-child),
ol:not(:first-child),
dl:not(:first-child),
address:not(:first-child),
fieldset:not(:first-child),
figure:not(:first-child) {
  margin-top: 15px;
}

ul, ol {
  padding-left: 25px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child),
.h1:not(:first-child), .h2:not(:first-child), .h3:not(:first-child), .h4:not(:first-child), .h5:not(:first-child), .h6:not(:first-child) {
  margin-top: 30px;
}

h1, .h1 {
  line-height: 1.2;
  font-size: 42px;
}
style + h1, h1:first-child, style + .h1, .h1:first-child {
  margin-top: 0 !important;
  margin-bottom: 30px;
}

h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 22px;
}

blockquote * {
  font-style: italic;
  color: var(--color-primary);
}
blockquote:not(:first-child) {
  margin-top: 15px;
}

hr {
  border: 0;
  height: 1px;
  background: #e6e6e6;
}

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

a {
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary-darker);
}

::-moz-selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

::selection, mark {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

small {
  font-size: 16px;
}

strong, b {
  font-weight: 600;
}

abbr {
  text-decoration: none;
}

iframe {
  border: 0;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

/* Layout */
.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1280px;
}
.container.small {
  max-width: 960px;
}
.container.large {
  max-width: 1480px;
}

.grid, .cat-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  /* @include respond-to($breakpoint-large) {
    margin: -30px;

    & > * {
      padding: 30px;
    }
  } */
}
.grid > *, .cat-list > * {
  width: 100%;
  padding: 7.5px;
}
@media (min-width: 769px) {
  .grid, .cat-list {
    margin: -15px;
  }
  .grid > *, .cat-list > * {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .grid.gutter-small, .cat-list {
    margin: -7.5px;
  }
  .grid.gutter-small > *, .cat-list > * {
    padding: 7.5px;
  }
}
.grid.center, .center.cat-list {
  align-items: center;
}

.w-1-2\@s, .cat-list .item,
.w-1-3\@s,
.w-2-3\@s,
.w-1-4\@s,
.w-3-4\@s,
.w-1-2\@m,
.w-1-3\@m,
.w-2-3\@m,
.w-1-4\@m,
.w-3-4\@m,
.w-1-2\@l,
.w-1-3\@l,
.w-2-3\@l,
.w-1-4\@l,
.w-3-4\@l,
.w-1-5\@l,
.w-2-5\@l,
.w-3-5\@l,
.w-4-5\@l {
  width: 100%;
}

@media (min-width: 480px) {
  .w-1-2\@s, .cat-list .item {
    width: 50%;
  }
  .w-1-3\@s {
    width: 33.33333%;
  }
  .w-2-3\@s {
    width: 66.66666%;
  }
  .w-1-4\@s {
    width: 25%;
  }
  .w-3-4\@s {
    width: 75%;
  }
  .w-1-5\@s {
    width: 20%;
  }
  .w-2-5\@s {
    width: 40%;
  }
  .w-3-5\@s {
    width: 60%;
  }
  .w-4-5\@s {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .w-1-2\@m {
    width: 50%;
  }
  .w-1-3\@m, .cat-list .item {
    width: 33.33333%;
  }
  .w-2-3\@m {
    width: 66.66666%;
  }
  .w-1-4\@m {
    width: 25%;
  }
  .w-3-4\@m {
    width: 75%;
  }
  .w-1-5\@m {
    width: 20%;
  }
  .w-2-5\@m {
    width: 40%;
  }
  .w-3-5\@m {
    width: 60%;
  }
  .w-4-5\@m {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .w-1-2\@l {
    width: 50%;
  }
  .w-1-3\@l {
    width: 33.33333%;
  }
  .w-2-3\@l {
    width: 66.66666%;
  }
  .w-1-4\@l, .cat-list .item {
    width: 25%;
  }
  .w-3-4\@l {
    width: 75%;
  }
  .w-1-5\@l {
    width: 20%;
  }
  .w-2-5\@l {
    width: 40%;
  }
  .w-3-5\@l {
    width: 60%;
  }
  .w-4-5\@l {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .w-1-2\@xl {
    width: 50%;
  }
  .w-1-3\@xl {
    width: 33.33333%;
  }
  .w-2-3\@xl {
    width: 66.66666%;
  }
  .w-1-4\@xl {
    width: 25%;
  }
  .w-3-4\@xl {
    width: 75%;
  }
  .w-1-5\@xl {
    width: 20%;
  }
  .w-2-5\@xl {
    width: 40%;
  }
  .w-3-5\@xl {
    width: 60%;
  }
  .w-4-5\@xl {
    width: 80%;
  }
}
/* Tools */
.padding-vertical {
  padding: var(--gutter-section) 0;
}

.margin-vertical, hr, .section {
  margin: var(--gutter-section) 0;
}

@media (max-width: 479px) {
  .visible\@s {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible\@m {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .visible\@l {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .visible\@xl {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .hidden\@s {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden\@xl {
    display: none !important;
  }
}
.inverse * {
  color: #fff;
}
.inverse a {
  color: #fff;
}

/* Buttons */
.button, input[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl) {
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--color-accent);
  color: #fff;
  height: 50px;
  padding: 0 40px;
  transition: all ease-in-out 0.2s;
  position: relative;
  white-space: nowrap;
}
.button i.fas, input[type=submit] i.fas, button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl) i.fas {
  margin-left: 10px;
}
.button:hover, input[type=submit]:hover, button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl):hover {
  background: var(--color-accent-lighter);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.button[disabled], input[disabled][type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl)[disabled] {
  opacity: 0.4;
}
.button.secondary, input.secondary[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).secondary {
  background: var(--color-primary);
  color: #fff;
}
.button.white, input.white[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).white {
  background: #fff;
  color: var(--color-primary);
}
.button.small, input.small[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).small {
  height: 40px;
  padding: 0 30px;
}
.button.xsmall, input.xsmall[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).xsmall {
  height: 30px;
  padding: 0 20px;
}
.button.large, input.large[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).large {
  height: 60px;
  padding: 0 50px;
  font-size: 19px;
}
.button.ghost, input.ghost[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).ghost {
  background: #fff;
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
}
.button.ghost.secondary, input.ghost.secondary[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).ghost.secondary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.elementor-button {
  /* @extend .button;

  font-size: 17px !important;
  height: 50px !important;
  padding: 0 40px !important; */
  background: var(--color-primary) !important;
}
.elementor-button:hover {
  background: var(--color-primary-lighter) !important;
  color: #fff;
}

table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  font-weight: normal;
}
table:not(:first-child) {
  margin-top: 15px;
}
table tr {
  border-bottom: 1px solid #ddd;
}
table tr:first-child {
  border-top: 1px solid #ddd;
}
table > tr:first-child, table > thead:first-child > tr:first-child, table > tbody:first-child > tr:first-child {
  border-top: none;
}
table th, table td {
  padding: 6px 12px 6px 0;
}
table th:last-child, table td:last-child {
  padding-right: 0;
}
table thead td, table th {
  font-weight: 300;
  color: var(--text-muted-color);
}
@media (min-width: 769px) {
  table td, table th {
    padding: 8px 16px 8px 0;
  }
  table thead td, table th {
    font-size: 17px;
  }
}

.table-responsive {
  width: 100%;
  overflow-x: scroll;
}
.table-responsive > table {
  max-width: none;
  width: auto;
  min-width: 100%;
}

@media (max-width: 768px) {
  .table-collapse th, .table-collapse td {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .table-collapse th:not(:first-child), .table-collapse td:not(:first-child) {
    padding-top: 0;
  }
}

/* Forms */
fieldset {
  border: none;
  /* background: #fff;
  box-shadow: 0 0 4px 0 rgba(#000, 0.2);
  padding: 15px;
  margin: 20px 0;

  &:last-of-type {
    // border-bottom: 1px solid #ddd;
  }

  legend {
    font-size: 24px;
    margin-bottom: 15px;
  }

  @include respond-to($breakpoint-medium) {
    padding: 30px;
  } */
}
fieldset legend {
  margin: 20px 0;
  font-weight: 400;
}

.input-base, select, textarea, input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=search],
input[type=tel] {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.input-base:focus, select:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=search],
input[type=tel] {
  height: 50px;
  padding: 0 8px;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=search][disabled],
input[type=tel][disabled] {
  opacity: 0.45;
}

input[type=file] {
  width: 100%;
  background: var(--color-muted);
  padding: 15px;
  font-size: 15px;
}

textarea {
  padding: 8px;
}

select {
  height: 50px;
  padding: 0 8px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted-color);
  font-size: 17px;
}

/* Elements */
.menu-button {
  display: block;
  position: relative;
  height: 19px;
  width: 24px;
}
.menu-button > span, .menu-button:before, .menu-button:after {
  display: block;
  background: var(--text-color);
  height: 3px;
  position: absolute;
  width: 100%;
}
.menu-button > span {
  top: 50%;
  margin-top: -1px;
}
.menu-button:before {
  content: "";
  top: 0;
}
.menu-button:after {
  content: "";
  bottom: 0;
}
.menu-button.close:before {
  transform: rotate(-135deg);
  top: 50%;
  margin-top: -1px;
}
.menu-button.close:after {
  transform: rotate(135deg);
  top: 50%;
  margin-top: -1px;
}
.menu-button.close > span {
  opacity: 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

.elementor-section {
  margin: 30px 0;
}
@media (min-width: 769px) {
  .elementor-section {
    margin: 50px 0;
  }
}
@media (min-width: 1025px) {
  .elementor-section {
    margin: 60px 0;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px;
}

.elementor-section.elementor-section-full_width .elementor-container {
  max-width: none;
}

.hero-slider {
  display: none !important;
  --hero-gradient-top: 100%;
  position: relative;
}
.hero-slider .item {
  width: 100vw;
  height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
}
.hero-slider .img {
  height: 100%;
  flex: 0 1 auto;
}
.hero-slider .img > div {
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
}
.hero-slider .text {
  text-align: center;
  background: var(--color-muted);
  padding-bottom: 40px;
}
.hero-slider .text .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-slider .text .container > div {
  padding: 20px 0;
  max-width: 760px;
}
.hero-slider h1 {
  margin-bottom: 30px;
}
.hero-slider .flickity-page-dots {
  margin: 0;
  bottom: 15px;
  z-index: 2;
}
.hero-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: #999;
  margin: 0 6px;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  opacity: 0.8;
}
.hero-slider .flickity-button {
  background: none;
}
.hero-slider .flickity-button:hover {
  background: none;
  opacity: 1;
}
.hero-slider .flickity-prev-next-button {
  display: none;
}
@media (min-width: 769px) {
  .hero-slider .item {
    flex-direction: row;
    max-height: 650px;
  }
  .hero-slider .img {
    width: 60%;
  }
  .hero-slider .text {
    padding-bottom: 0;
    text-align: left;
    width: 40%;
  }
  .hero-slider .text .container > div {
    padding: 0 20px;
  }
  .hero-slider .flickity-prev-next-button {
    display: block;
  }
  .hero-slider .flickity-page-dots {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hero-slider .text .container > div {
    padding: 0 50px;
  }
}

.cat-list {
  padding: 40px 0;
}
.cat-list .item > a {
  display: flex;
  height: 100%;
  padding: 20px;
  line-height: 1.3;
  background: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: var(--text-color);
  transition: all linear 0.15s;
}
.cat-list .item > a:hover {
  background: var(--color-primary);
  color: #fff;
}
@media (min-width: 480px) {
  .cat-list .item {
    min-height: 135px;
  }
}

/*# sourceMappingURL=elementor.css.map */
