/*
Theme Name: Pixeltokig
Theme URI: https://pixeltokig.se
Author: Pixeltokig
Author URI: https://pixeltokig.se
Description: Ett tokigt bra tema anpassat och kodat från grunden.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixeltokig
*/
.desktop-menu {
  height: 100%;
  display: none;
}
.desktop-menu a {
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .desktop-menu {
    display: block;
  }
  .desktop-menu > div {
    height: 100%;
  }
  .desktop-menu > div > ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .desktop-menu > div > ul > li {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 10px 0 0;
  }
  .primary-desktop-menu > div > ul > li > a {
    padding: 10px 10px;
  }
  .secondary-desktop-menu > div > ul > li > a {
    padding: 0 10px;
  }
  .desktop-menu > div > ul > li.menu-item-has-children > a::after {
    content: '';
    display: inline-flex;
    margin-left: 5px;
    background-image: url("/wp-content/uploads/keyboard-right-arrow-button.svg");
    width: 10px;
    height: 10px;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .desktop-menu > div > ul > li > ul {
    display: none;
    float: left;
    position: absolute;
    z-index: 99999;
    padding: 10px 0;
  }
  .desktop-menu > div > ul > li:hover > ul {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    z-index: 10;
    top: 100%;
    left: 0;
  }
  .desktop-menu > div > ul > li > ul > li {
    width: 100%;
  }
  .desktop-menu > div > ul > li > ul > li > a {
    padding: 5px 20px;
    font-size: 16px;
    display: block;
  }
}
.main-header {
  z-index: 10;
  position: relative;
}
.non-sticky-header,
.sticky-header {
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  position: fixed;
  box-shadow: 0 8px 30px -2px rgba(0,0,0,0.1);
}
.non-sticky-header .header-row,
.sticky-header .header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
}
.non-sticky-header .header-row-top {
  display: none;
}
.sticky-header {
  display: none;
}
.sticky-header .header-row-top {
  display: none;
}
.header-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.header-row .cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 100px;
}
.header-row-top .cta a {
  padding: 8px 16px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.header-row-bottom .cta a {
  padding: 8px 16px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .non-sticky-header .header-row,
  .sticky-header .header-row {
    padding: 0 40px;
  }
  .non-sticky-header .header-row-top {
    display: flex;
    height: 0;
  }
  .non-sticky-header .header-row-bottom {
    height: 80px;
  }
  .sticky-header .header-row-top {
    display: none;
  }
  .sticky-header .header-row-bottom {
    height: 80px;
  }
  .header-row-bottom .cta a {
    padding: 12px 24px;
  }
}
.main-header .logo {
  height: 100%;
  max-height: 80%;
}
.main-header .logo a {
  height: 100%;
}
.main-header .logo img {
  height: 100%;
/* Denna hämtas med jquery pga bugg med svg-filer */
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 1200px) {
  .non-sticky-header .logo {
    max-height: 80%;
  }
}
.home .non-sticky-header .logo-light {
  display: block;
}
.home .non-sticky-header .logo-dark {
  display: none;
}
.home .non-sticky-header .small-logo-light {
  display: none;
}
.home .non-sticky-header .small-logo-dark {
  display: none;
}
.non-sticky-header .logo-light {
  display: none;
}
.non-sticky-header .logo-dark {
  display: block;
}
.non-sticky-header .small-logo-light {
  display: none;
}
.non-sticky-header .small-logo-dark {
  display: none;
}
.sticky-header .logo-light {
  display: none;
}
.sticky-header .logo-dark {
  display: none;
}
.sticky-header .small-logo-light {
  display: none;
}
.sticky-header .small-logo-dark {
  display: block;
}
.mobile-menu.pushed .logo-light {
  display: none;
}
.mobile-menu.pushed .logo-dark {
  display: none;
}
.mobile-menu.pushed .small-logo-light {
  display: none;
}
.mobile-menu.pushed .small-logo-dark {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .home .non-sticky-header .logo-light {
    display: none;
  }
  .home .non-sticky-header .logo-dark {
    display: block;
  }
  .home .non-sticky-header .small-logo-light {
    display: none;
  }
  .home .non-sticky-header .small-logo-dark {
    display: none;
  }
  .non-sticky-header .logo-light {
    display: none;
  }
  .non-sticky-header .logo-dark {
    display: block;
  }
  .non-sticky-header .small-logo-light {
    display: none;
  }
  .non-sticky-header .small-logo-dark {
    display: none;
  }
  .sticky-header .logo-light {
    display: none;
  }
  .sticky-header .logo-dark {
    display: none;
  }
  .sticky-header .small-logo-light {
    display: none;
  }
  .sticky-header .small-logo-dark {
    display: block;
  }
}
.mobile-menu-button-container {
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 999999;
}
.mobile-menu .mobile-menu-button-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu-button-container {
    display: none;
  }
  .main-header .mobile-menu-button-container {
    padding: 20px;
    height: 100%;
  }
}
.mobile-menu-button {
  background: transparent;
  z-index: 999999;
  width: 30px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}
.mobile-menu-button.open {
  z-index: 100;
}
.mobile-menu-button span {
  display: flex;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all ease-in-out 0.3s;
}
.mobile-menu-button span:nth-child(1) {
  top: 0px;
}
.mobile-menu-button span:nth-child(2),
.mobile-menu-button span:nth-child(3) {
  top: 10px;
}
.mobile-menu-button span:nth-child(4) {
  top: 20px;
}
.mobile-menu-button.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mobile-menu-button.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-menu-button.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-menu-button.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mobile-menu {
  z-index: 100;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.2s;
  display: block;
  background-color: #fff;
/* Hur mycket av skärmen som ska täckas av menyn */
  width: 100%;
  min-height: 100%;
}
.mobile-menu.pushed {
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu-content-container {
  display: flex;
  position: relative;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.mobile-menu-fullscreen {
  width: 100%;
  min-height: calc(100vh - 30px);
}
.menu-mobile-container {
  width: 100%;
}
.menu-mobile-container ul.menu > li {
  padding: 5px;
}
.menu-mobile-container ul.menu ul.sub-menu li {
  display: inline-block;
}
.menu-mobile-container ul.menu ul.sub-menu li a {
  font-size: 14px;
}
.mobile-menu .mobile-menu-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  padding-top: 10px;
  position: relative;
}
.mobile-menu .menu-mobile-container a {
  display: inline-flex;
  padding: 5px 5px 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.mobile-menu .logo {
  height: 40px;
}
.mobile-menu .logo img {
  height: 100%;
  width: auto;
}
#body-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
}
body {
  overflow-x: hidden;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu {
    width: 33.3333%;
    transform: translate3d(310%, 0, 0);
  }
  .mobile-menu.pushed {
    transform: translate3d(201%, 0, 0);
/*transition transform .2s*/
  }
}
.wysiwyg {
  width: 100%;
}
.wysiwyg ul {
  list-style-type: circle !important;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  margin-bottom: 10px;
}
.wysiwyg.no-margin-bottom {
  margin-bottom: 0 !important;
}
.wysiwyg.no-margin-bottom p {
  margin-bottom: 0 !important;
}
.wysiwyg.bold {
  font-weight: bold !important;
}
.wysiwyg.bold p {
  font-weight: bold !important;
}
.button {
  position: relative;
  border: 1px solid;
  display: inline-flex;
  text-align: center;
  transition: all 0.3s;
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.button-small,
.button-small:visited {
  padding: 0 10px;
  width: auto;
}
@media only screen and (min-width: 600px) {
  .button,
  .button:visited {
    padding: 10px 30px;
    width: auto;
    font-size: 14px;
  }
  .button + .button {
    margin-left: 20px;
  }
  .button-small,
  .button-small:visited {
    padding: 5px 20px;
  }
}
.to-top-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  margin-right: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  height: 40px;
  width: 40px;
  font-size: 25px;
  line-height: 0;
  padding: 0;
  padding-bottom: 5px /* så att ikonen verkligen ser ut att vara i mitten */;
}
@media only screen and (min-width: 600px) {
  .to-top-button {
    right: 20px;
    bottom: 20px;
    height: 80px;
    width: 80px;
    font-size: 30px;
  }
}
.to-top-button-visible {
  opacity: 1;
  visibility: visible;
}
.child-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 0;
  min-height: 60px;
}
.child-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.child-menu ul li {
  display: inline-flex;
}
.child-menu ul li a {
  padding: 10px 10px;
}
@media only screen and (min-width: 1024px) {
  .child-menu {
    height: 100px;
  }
  .child-menu ul li a {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.gform_fields {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_fields .gfield_label {
  padding-bottom: 10px;
  display: flex;
}
.gform_wrapper {
  width: 100%;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: 5px;
  border: 1px solid;
}
.gform_wrapper li,
.gform_wrapper li.half {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .gform_wrapper li.half {
    width: 47.5%;
  }
}
.gform_wrapper textarea.medium {
  height: 175px;
}
.gform_wrapper img {
  display: none;
}
.validation_error,
.validation_message {
  padding: 20px;
  background: #e74c3c;
  color: #fff;
}
.validation_error {
  margin-bottom: 20px;
}
.validation_message {
  margin-top: 5px;
}
.optional label:after {
  content: ' (inte obligatorisk)';
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.ginput_container {
  margin-bottom: 10px;
}
.gfield_list_cell {
  padding-right: 10px;
}
.ginput_container_fileupload .validation_message {
  display: none;
}
.gform_wrapper .gform_footer input {
  width: auto;
  border-radius: 200px;
  padding: 10px 40px;
}
.gform_fields ul {
  display: flex;
}
.gform_fields ul li {
  display: flex;
}
.ui-datepicker {
  border: 2px solid;
  padding: 20px 30px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}
.datepicker:hover {
  cursor: pointer;
}
.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  width: 50%;
  margin-bottom: 10px;
  color: transparent;
  position: relative;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  color: transparent;
}
.ui-datepicker-prev {
  text-align: left;
}
.ui-datepicker-next {
  text-align: right;
}
.ui-datepicker-prev:before {
  content: '\F104';
  font-size: 40px;
  font-family: 'FontAwesome';
  transition: color 0.2s;
}
.ui-datepicker-next:after {
  font-size: 40px;
  content: '\F105';
  font-family: 'FontAwesome';
  transition: color 0.2s;
}
.ui-datepicker-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ui-datepicker-month,
.ui-datepicker-year {
  border: 2px solid;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 5px 10px;
  position: relative;
  width: 45%;
}
.ui-datepicker-month:hover,
.ui-datepicker-year:hover {
  cursor: pointer;
}
.ui-datepicker-calendar thead tr th,
.ui-datepicker-calendar tbody tr td {
  text-align: center;
  padding: 5px;
}
.gfield_select {
  width: 100%;
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "\F0D7";
  font-family: 'FontAwesome';
  background: transparent;
  font-size: 30px;
  margin-left: 0;
  letter-spacing: normal;
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  pointer-events: none;
}
.ginput_container_select select {
  appearance: none;
}
input,
textarea,
select {
  display: block;
  appearance: none;
  border: 1px solid;
  width: 100%;
  padding: 10px 20px;
  outline: none;
}
input[type="text"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
  cursor: pointer;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  padding-left: 10px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  position: relative;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  content: '\F00C';
  font-size: 20px;
  line-height: 100%;
  font-family: 'FontAwesome';
  transition: color 0.2s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0;
  border: 0;
  z-index: 1;
  opacity: 0;
  outline: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 40px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox] + label {
  background-image: url("/wp-content/uploads/unchecked-dark.svg");
}
input[type=checkbox]:checked + label {
  background-image: url("/wp-content/uploads/checked-dark.svg");
}
input[type=radio] + label {
  background-image: url("/wp-content/uploads/radio-unchecked-dark.svg");
}
input[type=radio]:checked + label {
  background-image: url("/wp-content/uploads/radio-checked-dark.svg");
}
.dark input[type=checkbox] + label {
  background-image: url("/wp-content/uploads/unchecked-white.svg");
}
.dark input[type=checkbox]:checked + label {
  background-image: url("/wp-content/uploads/checked-white.svg");
}
.dark input[type=radio] + label {
  background-image: url("/wp-content/uploads/radio-unchecked-white.svg");
}
.dark input[type=radio]:checked + label {
  background-image: url("/wp-content/uploads/radio-checked-white.svg");
}
.section img {
  margin-bottom: 20px;
}
a img {
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}
a img:hover {
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg {
  width: 100%;
  height: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-columns-1,
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8 {
  display: flex !important;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}
.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img,
.gallery-columns-7 .gallery-item img,
.gallery-columns-8 .gallery-item img {
  border: none !important;
}
.gallery-item a,
.gallery-icon {
  font-size: 0px !important;
}
.gallery-item:last-of-type {
  margin-bottom: 0 !important;
}
.gallery-columns-1 .gallery-item {
  width: 100% !important;
  margin-bottom: 25px !important;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item {
  width: 47.5% !important;
  margin-right: 5% !important;
}
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-4 .gallery-item:nth-child(2n) {
  margin-right: 0% !important;
  margin-bottom: 25px !important;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 30% !important;
  margin-right: 5% !important;
}
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-6 .gallery-item:nth-child(3n),
.gallery-columns-7 .gallery-item:nth-child(3n),
.gallery-columns-9 .gallery-item:nth-child(3n) {
  margin-right: 0% !important;
  margin-bottom: 25px !important;
}
.gallery-columns-8 .gallery-item {
  width: 21.25% !important;
  margin-right: 5% !important;
}
.gallery-columns-8 .gallery-item:nth-child(4n) {
  margin-right: 0% !important;
  margin-bottom: 2% !important;
}
.gallery-columns-5 .gallery-item,
.gallery-columns-10 .gallery-item {
  width: 16% !important;
  margin-right: 5% !important;
}
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-10 .gallery-item:nth-child(5n) {
  margin-right: 0% !important;
  margin-bottom: 25px !important;
}
@media only screen and (min-width: 600px) {
  .gallery-columns-4 .gallery-item {
    width: 21.25% !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-6 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 12.5% !important;
  }
  .gallery-columns-6 .gallery-item:nth-child(3n),
  .gallery-columns-9 .gallery-item:nth-child(3n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n),
  .gallery-columns-9 .gallery-item:nth-child(6n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-7 .gallery-item {
    width: 10% !important;
  }
  .gallery-columns-7 .gallery-item:nth-child(3n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-columns-8 .gallery-item {
    width: 8.125% !important;
  }
  .gallery-columns-8 .gallery-item:nth-child(4n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-9 .gallery-item {
    width: 6.666% !important;
  }
  .gallery-columns-9 .gallery-item:nth-child(6n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-10 .gallery-item {
    width: 5.5% !important;
  }
  .gallery-columns-10 .gallery-item:nth-child(5n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-10 .gallery-item:nth-child(10n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 400px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-filter-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sf-field-taxonomy-kategori ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sf-field-taxonomy-kategori ul li {
  margin: 10px 20px;
  padding: 0 !important;
  border: 2px solid #ccc;
}
.sf-field-taxonomy-kategori ul li label {
  padding: 10px 40px !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  background-image: none !important;
  color: #7ec2e2;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
}
.sf-field-taxonomy-kategori ul li input:checked + label {
  background-color: #ccc;
  color: #fff;
}
.search-filter-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sf-field-taxonomy-kategori ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sf-field-taxonomy-kategori ul li {
  margin: 10px 20px;
  padding: 0 !important;
  border: 2px solid #ccc;
}
.sf-field-taxonomy-kategori ul li label {
  padding: 10px 40px !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  background-image: none !important;
  color: #7ec2e2;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
}
.sf-field-taxonomy-kategori ul li input:checked + label {
  background-color: #ccc;
  color: #fff;
}
.slide {
  height: 100%;
}
.slider {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 550px;
}
.slider.outer-arrows {
  padding-right: 40px;
  padding-left: 40px;
}
.slider.outer-arrows .grid {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .slider.outer-arrows {
    padding-right: 80px;
    padding-left: 80px;
  }
  .slider.outer-arrows .grid {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.slider.inner-arrows {
  padding-right: 0;
  padding-left: 0;
}
.slider.inner-arrows .grid {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .slider.inner-arrows {
    padding-right: 0;
    padding-left: 0;
  }
  .slider.inner-arrows .grid {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.slider.no-arrows {
  padding-right: 0;
  padding-left: 0;
}
.slider.no-arrows .grid {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .slider.no-arrows {
    padding-right: 0;
    padding-left: 0;
  }
  .slider.no-arrows .grid {
    padding-right: 0;
    padding-left: 0;
  }
}
.slider.hero .slide {
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .slider.hero .slide {
    padding-top: 120px;
  }
}
.slider .slide {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}
.slick-prev,
.slick-next {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0px solid;
  outline: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 8;
  top: 255px /*Denna baseras på höjden 550px och hur höga knapparna är så att knappen ligger i mitten även i safari.*/;
}
@media only screen and (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    height: 80px;
    width: 80px;
    top: 235px;
  }
}
.no-arrows .slick-prev,
.no-arrows .slick-next {
  display: none !important;
}
.slider.hero .slick-prev,
.slider.hero .slick-next {
  margin-top: 30px /* Halv höjden på menyraden */;
}
@media only screen and (min-width: 1024px) {
  .slider.hero .slick-prev,
  .slider.hero .slick-next {
    margin-top: 60px /* Halv höjden på menyraden */;
  }
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:before,
.slick-next:before {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 40px;
  transition: all 0.4s;
  pointer-events: all;
}
@media only screen and (min-width: 1024px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 60px;
    line-height: 80px;
  }
}
.slick-prev:hover:before,
.slick-next:hover:before {
  transition: all 0.2s;
}
.slick-prev:before {
  content: '\F104';
}
.slick-next:before {
  content: '\F105';
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 5px solid #fff;
  border-radius: 100%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active {
  background: #fff;
}
.woocommerce {
  width: 100%;
}
.woocommerce-message {
  width: 100%;
  align-items: center;
}
.woocommerce-message:before {
  content: none;
}
.woocommerce-pagination {
  padding-left: 30px;
  padding-bottom: 20px;
}
.woocommerce-products-header {
  width: 100%;
  text-align: center;
}
.woocommerce-result-count {
  display: none;
}
form.woocommerce-ordering {
  display: none;
}
@media only screen and (max-width: 599px) {
  .woocommerce ul.products {
    justify-content: flex-start;
  }
}
.pixel_loop_item_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pixel_loop_item_wrapper > .top {
  align-self: flex-start;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pixel_loop_item_wrapper > .bottom {
  width: 100%;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.pixel_loop_item_wrapper > .bottom .price {
  max-width: 150px;
}
.woocommerce ul.products .pixel_loop_item_wrapper > .bottom > .button {
/*width: 50%;*/
  margin: 0;
/*max-width: 150px;*/
  margin-bottom: 10px;
}
.woocommerce ul.products li.product span.price {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-style: italic;
  font-size: 18px;
}
ul.products a.woocommerce-LoopProduct-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.products a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  display: inline-flex;
  width: auto;
}
ul.products a.woocommerce-LoopProduct-link .price {
  display: inline-flex;
  width: auto;
}
@media only screen and (min-width: 420px) {
  .woocommerce ul.products {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
/*width: 50%;*/
    padding: 10px;
  }
}
.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}
.woocommerce .button.wc-forward {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .single-product .product {
    background-color: #fff;
  }
}
.single-product .product .woocommerce-product-gallery {
  padding: 20px;
}
.single-product div.product div.summary {
  margin-bottom: 0;
  padding: 20px 20px 0px 20px;
}
@media only screen and (min-width: 768px) {
  .single-product .product .woocommerce-product-gallery {
    padding: 20px;
    padding-right: 10px;
  }
  .single-product div.product div.summary {
    padding: 20px 20px 0px 10px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
/*margin-left: -10px;*/
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce div.product form.cart .variations {
  position: relative;
  margin-bottom: 0;
  border: 0;
  width: 100%;
}
.single-product table.variations tr {
  display: flex;
  flex-wrap: wrap;
}
.single-product table.variations tr td.label {
  width: 100%;
}
.single-product table.variations tr td.value {
  width: 100%;
}
.single-product .product img {
  width: auto;
  max-width: 100%;
  max-width: 400px;
}
.single-product div.product div.images {
  margin-bottom: 0;
}
.single-product .cart {
  margin-top: 20px;
}
.single-product .hide-label-ul label {
  display: none !important;
}
.single-product dt.tm-final-totals {
  margin-top: 10px !important;
}
.product_meta {
  display: none;
}
.single-product h1 {
  color: #000;
}
.woocommerce textarea {
  min-height: 80px;
}
@media only screen and (min-width: 600px) {
  .single-product .quantity {
    margin-bottom: 40px;
  }
}
.single-product .related.products {
  background-color: #f3f3f3;
  border-top: 40px solid #fff;
  padding-top: 40px;
}
@media only screen and (max-width: 599px) {
  .single-product .related.products {
    background-color: #fff;
  }
}
.single-product .related.products h2 {
  text-align: left;
  font-size: 24px;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .single-product .related.products h2 {
    text-align: center;
    font-size: 36px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
.single-product .related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-shadow: none;
  background: none;
}
.single-product .related.products ul li {
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;
  border: none;
  background-color: #fff;
}
@media only screen and (max-width: 599px) {
  .single-product .related.products ul.products {
    padding-left: 0;
    padding-right: 0;
  }
  .single-product .related.products ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 600px) {
  .single-product .related.products ul li {
    width: 48%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-product .related.products ul li {
    width: 33%;
    padding: 20px;
  }
  .single-product .product .woocommerce-product-gallery {
    padding: 40px;
    padding-right: 20px;
  }
  .single-product div.product div.summary {
    padding: 40px 40px 20px 20px;
  }
}
.single-product .images {
  width: 100%;
}
.single-product .entry-summary {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .single-product .images {
    width: 50% !important;
  }
  .single-product .entry-summary {
    width: 50% !important;
  }
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  padding: 0px 20px;
}
.single-product div.product form.cart {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .single-product .product img {
    width: auto;
    max-width: 100%;
  }
}
.product h3 {
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .product h3 {
    font-size: 18px;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: left;
}
.woocommerce-sidemenu-container {
  padding-bottom: 1px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  background-color: #7ec2e2;
  border: none;
  padding: 20px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-left: none;
  color: #fff;
  font-size: 16px;
}
.woocommerce-error .showcoupon,
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon,
.woocommerce-noreviews .showcoupon,
p.no-comments .showcoupon {
  margin-left: 10px;
  color: rgba(255,255,255,0.7);
}
.woocommerce-error .showcoupon:hover,
.woocommerce-info .showcoupon:hover,
.woocommerce-message .showcoupon:hover,
.woocommerce-noreviews .showcoupon:hover,
p.no-comments .showcoupon:hover {
  color: #fff;
}
.woocommerce-error a.button.wc-forward,
.woocommerce-info a.button.wc-forward,
.woocommerce-message a.button.wc-forward,
.woocommerce-noreviews a.button.wc-forward,
p.no-comments a.button.wc-forward {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  color: #fff !important;
  background-color: #0095db !important;
  border-color: #0095db !important;
}
.woocommerce-error a.button.wc-forward:hover,
.woocommerce-info a.button.wc-forward:hover,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce-noreviews a.button.wc-forward:hover,
p.no-comments a.button.wc-forward:hover {
  background-color: #007bb6 !important;
  border-color: #007bb6 !important;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before,
.woocommerce-noreviews:after,
.woocommerce-noreviews:before,
p.no-comments:after,
p.no-comments:before {
  content: "";
  display: table;
}
.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkout_coupon p {
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 20px !important;
}
.checkout_coupon p input {
  padding: 10px 20px !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.checkout_coupon p input.input-text {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}
label.checkbox a {
  color: #dd86a9;
}
.woocommerce-checkout h3 {
  margin-top: 20px;
}
.woocommerce-checkout .description {
  font-size: 16px !important;
}
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  position: relative;
  z-index: auto;
  left: 0px;
  overflow: hidden;
  clip: auto;
  height: 30px;
  width: 30px;
  margin: 0px;
  margin-right: 20px;
  padding: 5px;
  border: 0;
  opacity: 1;
  outline: initial;
  background-color: #fff;
  border: 2px solid;
  border-color: #333;
}
.woocommerce tr.shipping td ul#shipping_method {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce tr.shipping td ul#shipping_method li {
  text-indent: 0;
  padding-left: 0;
/*display: block;*/
  width: 100%;
}
.woocommerce tr.shipping td ul#shipping_method li input {
  display: none;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
  margin-left: 5px;
}
.woocommerce input.input-checkbox {
  border-color: #e8aec5;
}
.woocommerce table.cart td.actions .button {
  font-size: 16px;
}
.checkout-button {
  max-width: 100% !important;
  font-size: 16px !important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
  height: auto;
  margin-bottom: 0;
}
.woocommerce ul#shipping_method li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce ul#shipping_method li label {
  text-indent: 0;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  margin-bottom: 0px;
}
#payment.woocommerce-checkout-payment img {
  max-width: 133px;
}
tr.shipping td::before {
  float: none !important;
  display: block;
  text-align: left;
}
tr.shipping td ul#shipping_method li {
  text-indent: 0;
  padding-left: 0;
}
.woocommerce ul#shipping_method li label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce input {
  padding: 10px;
}
.woocommerce-cart input {
  padding: 10px;
  display: inline-block;
}
.woocommerce-cart .coupon #coupon_code {
  width: 100%;
  margin-bottom: 0.5em;
  max-width: 300px;
}
.woocommerce-cart .coupon input.button {
  width: 100% !important;
  float: left !important;
}
.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  font-size: 15px;
  position: absolute;
  left: 20px !important;
  top: 20px !important;
  z-index: 99;
}
@media only screen and (min-width: 600px) {
  .woocommerce span.onsale {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    font-size: 20px;
    position: absolute;
    left: 20px !important;
    top: 20px !important;
    z-index: 99;
  }
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 700;
  color: #333;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  border: none;
  border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #e77ba5;
}
@media only screen and (max-width: 374px) {
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
}
.woocommerce table.shop_table td {
  padding: 6px 6px;
}
.woocommerce-checkout table.shop_table tfoot td {
  min-width: 300px;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-family: 'cryon';
  font-size: 24px;
}
.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
}
label.woocommerce-form__label-for-checkbox {
  margin-left: 45px;
}
label.woocommerce-form__label-for-checkbox input {
  display: none !important;
}
label.woocommerce-form__label-for-checkbox span:first-of-type {
  position: relative;
}
label.woocommerce-form__label-for-checkbox span:first-of-type:before {
  content: "";
  display: block;
  padding: 2px;
  width: 25px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: -35px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/uploads/checkbox_unchecked.svg");
}
label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
  background-color: transparent;
  background-image: url("/wp-content/uploads/checkbox_checked.svg");
}
.woocommerce .searchform {
  max-width: 600px;
}
.cart-container {
  height: 100%;
  width: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cart-container .cart-content {
  height: 30px;
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cart-container .cart-content .cart-icon {
  height: 100%;
  width: 100%;
}
.cart-container .cart-content .cart-amount {
  position: absolute;
  right: -15px;
  top: -10px;
  z-index: 1;
  background-color: $red;
  color: #fff;
  border-radius: 300px;
  height: 23px;
  width: 23px;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.woocommerce-sidemenu-container > ul > li span.plus {
  content: '>';
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 27px;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  width: 60px;
  text-align: center;
  color: #999;
}
.woocommerce-sidemenu-container > ul > li.woocommerce-sidemenu-parent > span.plus {
  top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-sidemenu-container > ul > li.woocommerce-sidemenu-parent > .woocommerce-sidemenu-child-container {
  padding-bottom: 20px;
  margin-top: -40px;
}
.plus .fa {
  font-weight: bold;
}
.woocommerce-sidemenu-container > ul > li span.plus:hover {
  color: #000;
}
.woocommerce-sidemenu-container > ul > li > ul.visible {
  display: block;
}
.woocommerce-sidemenu-container > ul > li > ul > li > ul {
  display: none;
}
.woocommerce-sidemenu-container > ul > li > ul > li > ul.visible {
  display: block;
}
.woocommerce-sidemenu-container {
  display: block;
  height: 100%;
  padding: 0 !important;
  background-color: #fff;
  align-items: baseline;
}
.woocommerce-sidemenu-container > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.woocommerce-sidemenu-container > ul > li.woocommerce-sidemenu-parent {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #f2f2f2;
  padding: 0;
}
.woocommerce-sidemenu-container > ul > li > a {
  display: block;
  font-weight: bold;
  height: 100%;
  width: 100%;
  padding: 40px 0 40px 40px;
  color: #000 !important;
  text-decoration: none;
}
.woocommerce-sidemenu-container > ul > li > a:hover {
  color: #7ec2e2 !important;
}
.woocommerce-sidemenu-container li.woocommerce-sidemenu-child {
  position: relative;
}
.woocommerce-sidemenu-container li.woocommerce-sidemenu-child > a {
  display: block;
  text-decoration: none;
}
.woocommerce-sidemenu-container ul.woocommerce-sidemenu-child-container {
  display: none;
}
.woocommerce-sidemenu-container ul.woocommerce-sidemenu-child-container.visible {
  display: block;
}
.woocommerce-sidemenu-container ul.woocommerce-sidemenu-child-container > li.woocommerce-sidemenu-child {
  font-size: 16px;
  margin-top: 10px;
}
.woocommerce-sidemenu-container > ul > li > ul > li > ul {
  margin-left: 40px;
  margin-top: 5px;
}
ul.woocommerce-sidemenu-child-container ul.woocommerce-sidemenu-child-container {
  padding-left: 10px;
}
.woocommerce-sidemenu-container > ul > li > ul > li > a,
.woocommerce-sidemenu-container > ul > li > ul > li > a:visited {
  display: block;
  margin-left: 40px;
  padding-right: 20px;
  text-decoration: none;
}
.shop-content {
  padding: 0 0 0 0 !important;
  background-color: #f2f2f2;
}
.shop-content .woocommerce-products-header {
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .shop-menu {
    width: 300px !important;
  }
  .shop-content {
    width: calc(100% - 300px) !important;
  }
}
.woocommerce ul.products li.product a img {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.products {
  width: 100%;
  position: relative;
}
.woocommerce ul.products {
  padding-left: 2.5px;
  padding-right: 2.5px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2.5px;
}
.woocommerce ul.products:after {
  display: block !important;
  content: none !important;
}
.woocommerce ul.products:before {
  display: block !important;
  content: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 50%;
  padding: 2.5px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 20px;
    width: 33.333%;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  text-align: center;
  font-weight: bold;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
.woocommerce-checkout .col2-set .col-1 > div,
.woocommerce-checkout .col2-set .col-2 > div {
  max-width: 768px;
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1 > div > h3 {
  text-align: left;
}
.woocommerce-checkout .woocommerce-additional-fields {
  text-align: left;
}
.woocommerce-checkout h3 {
  margin-top: 20px;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea {
  padding: 10px 20px;
  border: 2px solid #ddd;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #f2f2f2;
  border: 2px solid #ddd;
  height: auto;
  padding: 5px 10px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #7ec2e2;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 18px;
  }
}
.single-product h1 {
  font-size: 20px;
  font-weight: bold;
}
.single-product .product {
  padding: 40px;
  background-color: #f2f2f2;
  background-clip: content-box;
}
@media only screen and (min-width: 900px) {
  .single-product h1 {
    font-size: 36px;
  }
}
.single-product .quantity,
.woocommerce div.product form.cart div.quantity {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.single-product div.product form.cart .button {
  width: 100%;
  max-width: 100%;
}
.single-product .quantity .qty {
  width: 100%;
  text-align: left;
}
.single-product .quantity-label {
  font-weight: 700 !important;
}
.single-product textarea,
.single-product input {
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  padding-left: 20px;
}
.single-product .product form.cart .variations td {
  display: block;
  width: 100%;
}
.single-product .variations td.value > select {
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
}
.tm-extra-product-options .tmcp-field-wrap {
  padding: 0 !important;
  margin: 0 !important;
}
.tm-extra-product-options .tmcp-field-wrap .before-amount {
  margin-right: 3px !important;
  font-size: 14px !important;
  color: #7ec2e2 !important;
}
.tm-extra-product-options .tmcp-field-wrap .price.tc-price > .amount {
  font-size: 14px !important;
  color: #7ec2e2 !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.button.disabled {
  position: relative;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  transition: all 0.3s;
  padding: 10px 20px;
  max-width: 300px;
  margin-bottom: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  line-height: 1.5;
}
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.alt-buy-button,
.alt-buy-button:visited,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:visited {
  background-color: #0095db;
  border-color: #0095db;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.alt-buy-button:hover,
.alt-buy-button:active,
.alt-buy-button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:active,
.woocommerce ul.products li.product .button:focus {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.alt-buy-button,
.alt-buy-button:visited,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:visited {
  padding: 5px 10px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
  white-space: normal;
}
@media only screen and (min-width: 600px) {
  .alt-buy-button,
  .alt-buy-button:visited,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .button:visited {
    font-size: 14px;
    text-align: center;
    padding: 5px 20px;
  }
  .archive.woocommerce ul.products li.product .button,
  .archive.woocommerce ul.products li.product .button:visited {
    font-size: 18px !important;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.facetwp-template {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.primary-mobile-menu {
  width: 100%;
}
.primary-mobile-menu .pixel-walker-menu .pixel-walker-div > a {
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
}
.primary-mobile-menu .pixel-walker-menu .menu-item-has-children > .pixel-walker-div > a {
  width: 100%;
}
.primary-mobile-menu .pixel-walker-menu .pixel-walker-div > .pixel-walker-dropdown {
  border: 1px solid #000;
}
.primary-mobile-menu .pixel-walker-menu i.fa {
  font-size: 30px;
}
.primary-desktop-menu .pixel-walker-menu .pixel-walker-dropdown,
.secondary-desktop-menu .pixel-walker-menu .pixel-walker-dropdown {
  display: none;
}
.pixel-walker-menu > ul > li > .sub-menu {
  opacity: 0;
  height: 0;
  position: relative;
  left: -100%;
}
.pixel-walker-menu > ul > li > .pixel-walker-div.visible + .sub-menu {
  height: auto;
  opacity: 1;
  left: 0;
  transition: all 0.4s;
}
.pixel-walker-menu .pixel-walker-dropdown {
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ffc0cb;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pixel-walker-menu .pixel-walker-div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.pixel-walker-menu .sub-menu {
  display: block;
  margin-left: 20px;
}
.pixel-walker-menu .sub-menu .sub-menu {
  margin-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .primary-desktop-menu > .pixel-walker-menu > ul,
  .secondary-desktop-menu > .pixel-walker-menu > ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0;
    margin-right: 10px;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li > .pixel-walker-div,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li > .pixel-walker-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li a {
    padding: 10px 10px;
    font-size: 20px;
    background-color: #00f;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li > ul,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li > ul {
    display: none;
    flex-wrap: wrap;
    width: 200px;
    z-index: 10;
    top: 100%;
    left: 0;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li.menu-item-has-children > .pixel-walker-div > a:after,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li.menu-item-has-children > .pixel-walker-div > a:after {
    content: '\F107';
    font-family: 'fontawesome';
    display: inline-flex;
    transition: 0.2s color;
    margin-left: 5px;
  }
  .primary-desktop-menu .pixel-walker-menu a,
  .primary-desktop-menu .pixel-walker-menu a:visited,
  .primary-desktop-menu .pixel-walker-menu a:hover,
  .primary-desktop-menu .pixel-walker-menu a:active,
  .primary-desktop-menu .pixel-walker-menu a:focus,
  .primary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a::after,
  .primary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a:hover::after {
    transition: all 0.2s;
  }
  .secondary-desktop-menu .pixel-walker-menu a,
  .secondary-desktop-menu .pixel-walker-menu a:visited,
  .secondary-desktop-menu .pixel-walker-menu a:hover,
  .secondary-desktop-menu .pixel-walker-menu a:active,
  .secondary-desktop-menu .pixel-walker-menu a:focus,
  .secondary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a::after,
  .secondary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a:hover::after {
    transition: all 0.2s;
  }
  .pixel-walker-menu .sub-menu {
    margin-left: 0;
  }
  .pixel-walker-menu .sub-menu > li > .pixel-walker-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pixel-walker-menu .sub-menu > li > div a {
    width: 100%;
  }
}
.dropdown-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  padding-bottom: 20px;
  width: 100%;
}
.dropdown-container.outer {
  padding-top: 20px;
  border-top: 1px solid #f2f5f7;
}
.dropdown-container .dropdown-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-header .left {
  width: 50px;
  height: 50px;
}
.dropdown-container .dropdown-header .middle {
  padding-left: 10px;
  padding-right: 25px;
  width: calc(100% - 50px);
}
.dropdown-container .dropdown-header .middle h2,
.dropdown-container .dropdown-header .middle h3,
.dropdown-container .dropdown-header .middle h4 {
  margin-bottom: 0;
  width: calc(100% - 30px);
}
.dropdown-container .dropdown-header.outer .middle h2 {
  color: #9acfdb;
}
.dropdown-container .dropdown-header.outer .middle.active h2 {
  color: #366784;
}
.dropdown-container .dropdown-header .expand {
  margin-left: -30px;
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.dropdown-container .dropdown-text.outer {
  padding-top: 20px;
}
.dropdown-container .dropdown-content {
  width: 100%;
  position: relative;
  left: 0px;
  padding: 0;
  padding-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
}
.dropdown-content {
  display: none;
}
.dropdown-container .expand-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.dropdown-content.visible {
  display: block;
}
.expand.outer > .expand-button {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/dropdown-plus.svg");
}
.expand.outer.active > .expand-button {
  background-image: url("/wp-content/uploads/dropdown-cross.svg");
}
.expand.outer.mobile-special {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .expand.outer.active.mobile-special {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.dropdown-container .expand.outer.active > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dropdown-container .dropdown-header .left {
    width: 75px;
    height: 75px;
  }
  .dropdown-container .dropdown-header .expand {
    width: 150px;
/*margin-left: 0px;*/
  }
  .dropdown-container .dropdown-header .middle {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  .dropdown-container .dropdown-text.outer {
    width: calc(100% - 95px);
    margin-left: 95px;
    padding-top: 0;
    margin-top: -20px;
  }
  .dropdown-container .dropdown-content {
    width: calc(100% - 75px);
    left: 75px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.link-blue {
  color: #9acfdb !important;
  cursor: pointer;
}
.hover-blue {
  width: auto;
  display: inline-flex;
}
.hover-blue:hover > .link-blue,
.hover-blue:hover > a {
  color: #5da8bc !important;
}
.dropdown-container .dropdown-header .expand.inner {
  width: 20px;
  height: 30px;
  margin-left: 0px;
  margin-right: 10px;
}
.dropdown-content.inner {
  width: 100%;
}
.dropdown-header.inner .middle {
  width: calc(100% - 30px);
  padding-left: 0px;
  padding-right: 0px;
}
.dropdown-content.inner {
  left: 0;
  padding-left: 0;
  padding-top: 20px;
}
.dropdown-container .dropdown-header.inner .middle h3 {
  color: #9acfdb;
  width: 100%;
}
.dropdown-container .dropdown-header.inner .expand.inner.active + .middle h3 {
  color: #366784;
}
.expand.inner > .expand-button {
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/single-cross.svg");
}
.expand.inner.active > .expand-button {
  background-image: url("/wp-content/uploads/single-minus-dark.svg");
}
@media only screen and (min-width: 1024px) {
  .dropdown-container.inner {
    margin-left: 30px;
  }
  .dropdown-header.inner .middle {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 20px;
  }
  .dropdown-container .dropdown-header .expand.inner {
    margin-left: -30px;
    margin-right: 0;
  }
}
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.margin-top-10px {
  margin-top: 10px !important;
}
.margin-top-20px {
  margin-top: 20px !important;
}
.margin-top-40px {
  margin-top: 40px !important;
}
.margin-top-80px {
  margin-top: 80px !important;
}
.margin-top-160px {
  margin-top: 160px !important;
}
.margin-right-10px {
  margin-right: 10px !important;
}
.margin-right-20px {
  margin-right: 20px !important;
}
.margin-right-40px {
  margin-right: 40px !important;
}
.margin-right-80px {
  margin-right: 80px !important;
}
.margin-right-160px {
  margin-right: 160px !important;
}
.margin-bottom-10px {
  margin-bottom: 10px !important;
}
.margin-bottom-20px {
  margin-bottom: 20px !important;
}
.margin-bottom-40px {
  margin-bottom: 40px !important;
}
.margin-bottom-80px {
  margin-bottom: 80px !important;
}
.margin-bottom-160px {
  margin-bottom: 160px !important;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-left-20px {
  margin-left: 20px !important;
}
.margin-left-40px {
  margin-left: 40px !important;
}
.margin-left-80px {
  margin-left: 80px !important;
}
.margin-left-160px {
  margin-left: 160px !important;
}
@media only screen and (max-width: 599px) {
  .margin-auto-xs {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-xs {
    margin: 0 !important;
  }
  .no-margin-top-xs {
    margin-top: 0 !important;
  }
  .no-margin-right-xs {
    margin-right: 0 !important;
  }
  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
  .no-margin-left-xs {
    margin-left: 0 !important;
  }
  .margin-top-10px-xs {
    margin-top: 10px !important;
  }
  .margin-top-20px-xs {
    margin-top: 20px !important;
  }
  .margin-top-40px-xs {
    margin-top: 40px !important;
  }
  .margin-top-80px-xs {
    margin-top: 80px !important;
  }
  .margin-top-160px-xs {
    margin-top: 160px !important;
  }
  .margin-right-10px-xs {
    margin-right: 10px !important;
  }
  .margin-right-20px-xs {
    margin-right: 20px !important;
  }
  .margin-right-40px-xs {
    margin-right: 40px !important;
  }
  .margin-right-80px-xs {
    margin-right: 80px !important;
  }
  .margin-right-160px-xs {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-xs {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-xs {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-xs {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-xs {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-xs {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-xs {
    margin-left: 10px !important;
  }
  .margin-left-20px-xs {
    margin-left: 20px !important;
  }
  .margin-left-40px-xs {
    margin-left: 40px !important;
  }
  .margin-left-80px-xs {
    margin-left: 80px !important;
  }
  .margin-left-160px-xs {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 600px) {
  .margin-auto-s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-s {
    margin: 0 !important;
  }
  .no-margin-top-s {
    margin-top: 0 !important;
  }
  .no-margin-right-s {
    margin-right: 0 !important;
  }
  .no-margin-bottom-s {
    margin-bottom: 0 !important;
  }
  .no-margin-left-s {
    margin-left: 0 !important;
  }
  .margin-top-10px-s {
    margin-top: 10px !important;
  }
  .margin-top-20px-s {
    margin-top: 20px !important;
  }
  .margin-top-40px-s {
    margin-top: 40px !important;
  }
  .margin-top-80px-s {
    margin-top: 80px !important;
  }
  .margin-top-160px-s {
    margin-top: 160px !important;
  }
  .margin-right-10px-s {
    margin-right: 10px !important;
  }
  .margin-right-20px-s {
    margin-right: 20px !important;
  }
  .margin-right-40px-s {
    margin-right: 40px !important;
  }
  .margin-right-80px-s {
    margin-right: 80px !important;
  }
  .margin-right-160px-s {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-s {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-s {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-s {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-s {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-s {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-s {
    margin-left: 10px !important;
  }
  .margin-left-20px-s {
    margin-left: 20px !important;
  }
  .margin-left-40px-s {
    margin-left: 40px !important;
  }
  .margin-left-80px-s {
    margin-left: 80px !important;
  }
  .margin-left-160px-s {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 900px) {
  .margin-auto-m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-m {
    margin: 0 !important;
  }
  .no-margin-top-m {
    margin-top: 0 !important;
  }
  .no-margin-right-m {
    margin-right: 0 !important;
  }
  .no-margin-bottom-m {
    margin-bottom: 0 !important;
  }
  .no-margin-left-m {
    margin-left: 0 !important;
  }
  .margin-top-10px-m {
    margin-top: 10px !important;
  }
  .margin-top-20px-m {
    margin-top: 20px !important;
  }
  .margin-top-40px-m {
    margin-top: 40px !important;
  }
  .margin-top-80px-m {
    margin-top: 80px !important;
  }
  .margin-top-160px-m {
    margin-top: 160px !important;
  }
  .margin-right-10px-m {
    margin-right: 10px !important;
  }
  .margin-right-20px-m {
    margin-right: 20px !important;
  }
  .margin-right-40px-m {
    margin-right: 40px !important;
  }
  .margin-right-80px-m {
    margin-right: 80px !important;
  }
  .margin-right-160px-m {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-m {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-m {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-m {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-m {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-m {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-m {
    margin-left: 10px !important;
  }
  .margin-left-20px-m {
    margin-left: 20px !important;
  }
  .margin-left-40px-m {
    margin-left: 40px !important;
  }
  .margin-left-80px-m {
    margin-left: 80px !important;
  }
  .margin-left-160px-m {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .margin-auto-l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-l {
    margin: 0 !important;
  }
  .no-margin-top-l {
    margin-top: 0 !important;
  }
  .no-margin-right-l {
    margin-right: 0 !important;
  }
  .no-margin-bottom-l {
    margin-bottom: 0 !important;
  }
  .no-margin-left-l {
    margin-left: 0 !important;
  }
  .margin-top-10px-l {
    margin-top: 10px !important;
  }
  .margin-top-20px-l {
    margin-top: 20px !important;
  }
  .margin-top-40px-l {
    margin-top: 40px !important;
  }
  .margin-top-80px-l {
    margin-top: 80px !important;
  }
  .margin-top-160px-l {
    margin-top: 160px !important;
  }
  .margin-right-10px-l {
    margin-right: 10px !important;
  }
  .margin-right-20px-l {
    margin-right: 20px !important;
  }
  .margin-right-40px-l {
    margin-right: 40px !important;
  }
  .margin-right-80px-l {
    margin-right: 80px !important;
  }
  .margin-right-160px-l {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-l {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-l {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-l {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-l {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-l {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-l {
    margin-left: 10px !important;
  }
  .margin-left-20px-l {
    margin-left: 20px !important;
  }
  .margin-left-40px-l {
    margin-left: 40px !important;
  }
  .margin-left-80px-l {
    margin-left: 80px !important;
  }
  .margin-left-160px-l {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .margin-auto-xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-xl {
    margin: 0 !important;
  }
  .no-margin-top-xl {
    margin-top: 0 !important;
  }
  .no-margin-right-xl {
    margin-right: 0 !important;
  }
  .no-margin-bottom-xl {
    margin-bottom: 0 !important;
  }
  .no-margin-left-xl {
    margin-left: 0 !important;
  }
  .margin-top-10px-xl {
    margin-top: 10px !important;
  }
  .margin-top-20px-xl {
    margin-top: 20px !important;
  }
  .margin-top-40px-xl {
    margin-top: 40px !important;
  }
  .margin-top-80px-xl {
    margin-top: 80px !important;
  }
  .margin-top-160px-xl {
    margin-top: 160px !important;
  }
  .margin-right-10px-xl {
    margin-right: 10px !important;
  }
  .margin-right-20px-xl {
    margin-right: 20px !important;
  }
  .margin-right-40px-xl {
    margin-right: 40px !important;
  }
  .margin-right-80px-xl {
    margin-right: 80px !important;
  }
  .margin-right-160px-xl {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-xl {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-xl {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-xl {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-xl {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-xl {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-xl {
    margin-left: 10px !important;
  }
  .margin-left-20px-xl {
    margin-left: 20px !important;
  }
  .margin-left-40px-xl {
    margin-left: 40px !important;
  }
  .margin-left-80px-xl {
    margin-left: 80px !important;
  }
  .margin-left-160px-xl {
    margin-left: 160px !important;
  }
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.padding-top-10px {
  padding-top: 10px !important;
}
.padding-top-20px {
  padding-top: 20px !important;
}
.padding-top-40px {
  padding-top: 40px !important;
}
.padding-top-80px {
  padding-top: 80px !important;
}
.padding-top-160px {
  padding-top: 160px !important;
}
.padding-right-10px {
  padding-right: 10px !important;
}
.padding-right-20px {
  padding-right: 20px !important;
}
.padding-right-40px {
  padding-right: 40px !important;
}
.padding-right-80px {
  padding-right: 80px !important;
}
.padding-right-160px {
  padding-right: 160px !important;
}
.padding-bottom-10px {
  padding-bottom: 10px !important;
}
.padding-bottom-20px {
  padding-bottom: 20px !important;
}
.padding-bottom-40px {
  padding-bottom: 40px !important;
}
.padding-bottom-80px {
  padding-bottom: 80px !important;
}
.padding-bottom-160px {
  padding-bottom: 160px !important;
}
.padding-left-10px {
  padding-left: 10px !important;
}
.padding-left-20px {
  padding-left: 20px !important;
}
.padding-left-40px {
  padding-left: 40px !important;
}
.padding-left-80px {
  padding-left: 80px !important;
}
.padding-left-160px {
  padding-left: 160px !important;
}
@media only screen and (max-width: 599px) {
  .no-padding-xs {
    padding: 0 !important;
  }
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
  .no-padding-right-xs {
    padding-right: 0 !important;
  }
  .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
  .no-padding-left-xs {
    padding-left: 0 !important;
  }
  .padding-top-10px-xs {
    padding-top: 10px !important;
  }
  .padding-top-20px-xs {
    padding-top: 20px !important;
  }
  .padding-top-40px-xs {
    padding-top: 40px !important;
  }
  .padding-top-80px-xs {
    padding-top: 80px !important;
  }
  .padding-top-160px-xs {
    padding-top: 160px !important;
  }
  .padding-right-10px-xs {
    padding-right: 10px !important;
  }
  .padding-right-20px-xs {
    padding-right: 20px !important;
  }
  .padding-right-40px-xs {
    padding-right: 40px !important;
  }
  .padding-right-80px-xs {
    padding-right: 80px !important;
  }
  .padding-right-160px-xs {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-xs {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-xs {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-xs {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-xs {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-xs {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-xs {
    padding-left: 10px !important;
  }
  .padding-left-20px-xs {
    padding-left: 20px !important;
  }
  .padding-left-40px-xs {
    padding-left: 40px !important;
  }
  .padding-left-80px-xs {
    padding-left: 80px !important;
  }
  .padding-left-160px-xs {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 600px) {
  .no-padding-s {
    padding: 0 !important;
  }
  .no-padding-top-s {
    padding-top: 0 !important;
  }
  .no-padding-right-s {
    padding-right: 0 !important;
  }
  .no-padding-bottom-s {
    padding-bottom: 0 !important;
  }
  .no-padding-left-s {
    padding-left: 0 !important;
  }
  .padding-top-10px-s {
    padding-top: 10px !important;
  }
  .padding-top-20px-s {
    padding-top: 20px !important;
  }
  .padding-top-40px-s {
    padding-top: 40px !important;
  }
  .padding-top-80px-s {
    padding-top: 80px !important;
  }
  .padding-top-160px-s {
    padding-top: 160px !important;
  }
  .padding-right-10px-s {
    padding-right: 10px !important;
  }
  .padding-right-20px-s {
    padding-right: 20px !important;
  }
  .padding-right-40px-s {
    padding-right: 40px !important;
  }
  .padding-right-80px-s {
    padding-right: 80px !important;
  }
  .padding-right-160px-s {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-s {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-s {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-s {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-s {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-s {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-s {
    padding-left: 10px !important;
  }
  .padding-left-20px-s {
    padding-left: 20px !important;
  }
  .padding-left-40px-s {
    padding-left: 40px !important;
  }
  .padding-left-80px-s {
    padding-left: 80px !important;
  }
  .padding-left-160px-s {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 900px) {
  .no-padding-m {
    padding: 0 !important;
  }
  .no-padding-top-m {
    padding-top: 0 !important;
  }
  .no-padding-right-m {
    padding-right: 0 !important;
  }
  .no-padding-bottom-m {
    padding-bottom: 0 !important;
  }
  .no-padding-left-m {
    padding-left: 0 !important;
  }
  .padding-top-10px-m {
    padding-top: 10px !important;
  }
  .padding-top-20px-m {
    padding-top: 20px !important;
  }
  .padding-top-40px-m {
    padding-top: 40px !important;
  }
  .padding-top-80px-m {
    padding-top: 80px !important;
  }
  .padding-top-160px-m {
    padding-top: 160px !important;
  }
  .padding-right-10px-m {
    padding-right: 10px !important;
  }
  .padding-right-20px-m {
    padding-right: 20px !important;
  }
  .padding-right-40px-m {
    padding-right: 40px !important;
  }
  .padding-right-80px-m {
    padding-right: 80px !important;
  }
  .padding-right-160px-m {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-m {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-m {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-m {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-m {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-m {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-m {
    padding-left: 10px !important;
  }
  .padding-left-20px-m {
    padding-left: 20px !important;
  }
  .padding-left-40px-m {
    padding-left: 40px !important;
  }
  .padding-left-80px-m {
    padding-left: 80px !important;
  }
  .padding-left-160px-m {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .no-padding-l {
    padding: 0 !important;
  }
  .no-padding-top-l {
    padding-top: 0 !important;
  }
  .no-padding-right-l {
    padding-right: 0 !important;
  }
  .no-padding-bottom-l {
    padding-bottom: 0 !important;
  }
  .no-padding-left-l {
    padding-left: 0 !important;
  }
  .padding-top-10px-l {
    padding-top: 10px !important;
  }
  .padding-top-20px-l {
    padding-top: 20px !important;
  }
  .padding-top-40px-l {
    padding-top: 40px !important;
  }
  .padding-top-80px-l {
    padding-top: 80px !important;
  }
  .padding-top-160px-l {
    padding-top: 160px !important;
  }
  .padding-right-10px-l {
    padding-right: 10px !important;
  }
  .padding-right-20px-l {
    padding-right: 20px !important;
  }
  .padding-right-40px-l {
    padding-right: 40px !important;
  }
  .padding-right-80px-l {
    padding-right: 80px !important;
  }
  .padding-right-160px-l {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-l {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-l {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-l {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-l {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-l {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-l {
    padding-left: 10px !important;
  }
  .padding-left-20px-l {
    padding-left: 20px !important;
  }
  .padding-left-40px-l {
    padding-left: 40px !important;
  }
  .padding-left-80px-l {
    padding-left: 80px !important;
  }
  .padding-left-160px-l {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .no-padding-xl {
    padding: 0 !important;
  }
  .no-padding-top-xl {
    padding-top: 0 !important;
  }
  .no-padding-right-xl {
    padding-right: 0 !important;
  }
  .no-padding-bottom-xl {
    padding-bottom: 0 !important;
  }
  .no-padding-left-xl {
    padding-left: 0 !important;
  }
  .padding-top-10px-xl {
    padding-top: 10px !important;
  }
  .padding-top-20px-xl {
    padding-top: 20px !important;
  }
  .padding-top-40px-xl {
    padding-top: 40px !important;
  }
  .padding-top-80px-xl {
    padding-top: 80px !important;
  }
  .padding-top-160px-xl {
    padding-top: 160px !important;
  }
  .padding-right-10px-xl {
    padding-right: 10px !important;
  }
  .padding-right-20px-xl {
    padding-right: 20px !important;
  }
  .padding-right-40px-xl {
    padding-right: 40px !important;
  }
  .padding-right-80px-xl {
    padding-right: 80px !important;
  }
  .padding-right-160px-xl {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-xl {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-xl {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-xl {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-xl {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-xl {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-xl {
    padding-left: 10px !important;
  }
  .padding-left-20px-xl {
    padding-left: 20px !important;
  }
  .padding-left-40px-xl {
    padding-left: 40px !important;
  }
  .padding-left-80px-xl {
    padding-left: 80px !important;
  }
  .padding-left-160px-xl {
    padding-left: 160px !important;
  }
}
.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
.background-contain {
  background-size: contain;
}
img.tiny,
svg.tiny,
img.small,
svg.small,
img.medium,
svg.medium,
img.large,
svg.large {
  width: 100%;
}
img.tiny,
svg.tiny {
  max-width: 50px;
}
img.small,
svg.small {
  max-width: 150px;
}
img.medium,
svg.medium {
  max-width: 200px;
}
@media only screen and (min-width: 600px) {
  img.small,
  svg.small {
    max-width: 200px;
  }
  img.medium,
  svg.medium {
    max-width: 400px;
  }
  img.large,
  svg.large {
    max-width: 600px;
  }
}
i.material-icons.tiny {
  font-size: 25px;
  width: 25px;
  position: relative;
  bottom: -5px;
}
i.material-icons.small {
  font-size: 50px;
  position: relative;
}
i.material-icons.medium {
  font-size: 75px;
  position: relative;
}
i.material-icons.large {
  font-size: 150px;
  position: relative;
}
.tiny-round-image {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.small-round-image {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.medium-round-image {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.large-round-image {
  height: 400px;
  width: 400px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.position-absolute {
  position: absolute !important;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed !important;
}
@media only screen and (max-width: 599px) {
  .position-absolute-mobile {
    position: absolute !important;
  }
  .position-relative-mobile {
    position: relative !important;
  }
  .position-fixed-mobile {
    position: fixed !important;
  }
}
@media only screen and (min-width: 600px) {
  .position-absolute-tablet {
    position: absolute !important;
  }
  .position-relative-tablet {
    position: relative !important;
  }
  .position-fixed-tablet {
    position: fixed !important;
  }
}
@media only screen and (min-width: 900px) {
  .position-absolute-desktop {
    position: absolute !important;
  }
  .position-relative-desktop {
    position: relative !important;
  }
  .position-fixed-desktop {
    position: fixed !important;
  }
}
@media only screen and (min-width: 1200px) {
  .position-absolute-bigdesktop {
    position: absolute !important;
  }
  .position-relative-bigdesktop {
    position: relative !important;
  }
  .position-fixed-bigdesktop {
    position: fixed !important;
  }
}
@media only screen and (min-width: 1600px) {
  .position-absolute-hugedesktop {
    position: absolute !important;
  }
  .position-relative-hugedesktop {
    position: relative !important;
  }
  .position-fixed-hugedesktop {
    position: fixed !important;
  }
}
.flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-none {
  flex: none !important;
}
.flex-auto {
  flex: auto !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
@media only screen and (max-width: 599px) {
  .flex-mobile {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-mobile {
    flex-direction: column !important;
  }
  .flex-none-mobile {
    flex: none !important;
  }
  .flex-auto-mobile {
    flex: auto !important;
  }
  .justify-content-start-mobile {
    justify-content: flex-start !important;
  }
  .justify-content-end-mobile {
    justify-content: flex-end !important;
  }
  .justify-content-center-mobile {
    justify-content: center !important;
  }
  .justify-content-around-mobile {
    justify-content: space-around !important;
  }
  .justify-content-between-mobile {
    justify-content: space-between !important;
  }
  .align-items-start-mobile {
    align-items: flex-start !important;
  }
  .align-items-end-mobile {
    align-items: flex-end !important;
  }
  .align-items-center-mobile {
    align-items: center !important;
  }
  .align-items-stretch-mobile {
    align-items: stretch !important;
  }
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
  .order-3-mobile {
    order: 3;
  }
  .order-4-mobile {
    order: 4;
  }
  .order-5-mobile {
    order: 5;
  }
  .order-6-mobile {
    order: 6;
  }
  .order-7-mobile {
    order: 7;
  }
  .order-8-mobile {
    order: 8;
  }
}
@media only screen and (min-width: 600px) {
  .flex-tablet {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-tablet {
    flex-direction: column !important;
  }
  .flex-none-tablet {
    flex: none !important;
  }
  .flex-auto-tablet {
    flex: auto !important;
  }
  .justify-content-start-tablet {
    justify-content: flex-start !important;
  }
  .justify-content-end-tablet {
    justify-content: flex-end !important;
  }
  .justify-content-center-tablet {
    justify-content: center !important;
  }
  .justify-content-around-tablet {
    justify-content: space-around !important;
  }
  .justify-content-between-tablet {
    justify-content: space-between !important;
  }
  .align-items-start-tablet {
    align-items: flex-start !important;
  }
  .align-items-end-tablet {
    align-items: flex-end !important;
  }
  .align-items-center-tablet {
    align-items: center !important;
  }
  .align-items-stretch-tablet {
    align-items: stretch !important;
  }
  .order-1-tablet {
    order: 1;
  }
  .order-2-tablet {
    order: 2;
  }
  .order-3-tablet {
    order: 3;
  }
  .order-4-tablet {
    order: 4;
  }
  .order-5-tablet {
    order: 5;
  }
  .order-6-tablet {
    order: 6;
  }
  .order-7-tablet {
    order: 7;
  }
  .order-8-tablet {
    order: 8;
  }
}
@media only screen and (min-width: 900px) {
  .flex-desktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-desktop {
    flex-direction: column !important;
  }
  .flex-none-desktop {
    flex: none !important;
  }
  .flex-auto-desktop {
    flex: auto !important;
  }
  .justify-content-start-desktop {
    justify-content: flex-start !important;
  }
  .justify-content-end-desktop {
    justify-content: flex-end !important;
  }
  .justify-content-center-desktop {
    justify-content: center !important;
  }
  .justify-content-around-desktop {
    justify-content: space-around !important;
  }
  .justify-content-between-desktop {
    justify-content: space-between !important;
  }
  .align-items-start-desktop {
    align-items: flex-start !important;
  }
  .align-items-end-desktop {
    align-items: flex-end !important;
  }
  .align-items-center-desktop {
    align-items: center !important;
  }
  .align-items-stretch-desktop {
    align-items: stretch !important;
  }
  .order-1-desktop {
    order: 1;
  }
  .order-2-desktop {
    order: 2;
  }
  .order-3-desktop {
    order: 3;
  }
  .order-4-desktop {
    order: 4;
  }
  .order-5-desktop {
    order: 5;
  }
  .order-6-desktop {
    order: 6;
  }
  .order-7-desktop {
    order: 7;
  }
  .order-8-desktop {
    order: 8;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-bigdesktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-bigdesktop {
    flex-direction: column !important;
  }
  .flex-none-bigdesktop {
    flex: none !important;
  }
  .flex-auto-bigdesktop {
    flex: auto !important;
  }
  .justify-content-start-bigdesktop {
    justify-content: flex-start !important;
  }
  .justify-content-end-bigdesktop {
    justify-content: flex-end !important;
  }
  .justify-content-center-bigdesktop {
    justify-content: center !important;
  }
  .justify-content-around-bigdesktop {
    justify-content: space-around !important;
  }
  .justify-content-between-bigdesktop {
    justify-content: space-between !important;
  }
  .align-items-start-bigdesktop {
    align-items: flex-start !important;
  }
  .align-items-end-bigdesktop {
    align-items: flex-end !important;
  }
  .align-items-center-bigdesktop {
    align-items: center !important;
  }
  .align-items-stretch-bigdesktop {
    align-items: stretch !important;
  }
  .order-1-bigdesktop {
    order: 1;
  }
  .order-2-bigdesktop {
    order: 2;
  }
  .order-3-bigdesktop {
    order: 3;
  }
  .order-4-bigdesktop {
    order: 4;
  }
  .order-5-bigdesktop {
    order: 5;
  }
  .order-6-bigdesktop {
    order: 6;
  }
  .order-7-bigdesktop {
    order: 7;
  }
  .order-8-bigdesktop {
    order: 8;
  }
}
@media only screen and (min-width: 1600px) {
  .flex-hugedesktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-hugedesktop {
    flex-direction: column !important;
  }
  .flex-none-hugedesktop {
    flex: none !important;
  }
  .flex-auto-hugedesktop {
    flex: auto !important;
  }
  .justify-content-start-hugedesktop {
    justify-content: flex-start !important;
  }
  .justify-content-end-hugedesktop {
    justify-content: flex-end !important;
  }
  .justify-content-center-hugedesktop {
    justify-content: center !important;
  }
  .justify-content-around-hugedesktop {
    justify-content: space-around !important;
  }
  .justify-content-between-hugedesktop {
    justify-content: space-between !important;
  }
  .align-items-start-hugedesktop {
    align-items: flex-start !important;
  }
  .align-items-end-hugedesktop {
    align-items: flex-end !important;
  }
  .align-items-center-hugedesktop {
    align-items: center !important;
  }
  .align-items-stretch-hugedesktop {
    align-items: stretch !important;
  }
  .order-1-hugedesktop {
    order: 1;
  }
  .order-2-hugedesktop {
    order: 2;
  }
  .order-3-hugedesktop {
    order: 3;
  }
  .order-4-hugedesktop {
    order: 4;
  }
  .order-5-hugedesktop {
    order: 5;
  }
  .order-6-hugedesktop {
    order: 6;
  }
  .order-7-hugedesktop {
    order: 7;
  }
  .order-8-hugedesktop {
    order: 8;
  }
}
.justify-text {
  text-align: justify !important;
  text-justify: inter-word !important;
}
.bold,
.strong {
  font-weight: bold !important;
}
.italic {
  font-style: italic !important;
}
.underline {
  text-decoration: underline !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.thin-text {
  font-weight: 200;
}
.small-text {
  font-size: 14px;
}
.big-text {
  font-size: 24px;
}
.break-word {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  hyphens: auto !important;
}
.nowrap {
  white-space: nowrap !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-center {
  text-align: center !important;
}
.column-count-2 {
  column-count: 2;
  column-gap: 20px;
}
.column-count-3 {
  column-count: 3;
  column-gap: 20px;
}
.column-count-4 {
  column-count: 4;
  column-gap: 20px;
}
@media only screen and (max-width: 599px) {
  .justify-text-mobile {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-mobile,
  .strong-mobile {
    font-weight: bold !important;
  }
  .italic-mobile {
    font-style: italic !important;
  }
  .underline-mobile {
    text-decoration: underline !important;
  }
  .capitalize-mobile {
    text-transform: capitalize !important;
  }
  .uppercase-mobile {
    text-transform: uppercase !important;
  }
  .lowercase-mobile {
    text-transform: lowercase !important;
  }
  .thin-text-mobile {
    font-weight: 200;
  }
  .small-text-mobile {
    font-size: 14px;
  }
  .big-text-mobile {
    font-size: 24px;
  }
  .break-word-mobile {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-mobile {
    white-space: nowrap !important;
  }
  .text-align-left-mobile {
    text-align: left !important;
  }
  .text-align-right-mobile {
    text-align: right !important;
  }
  .text-align-center-mobile {
    text-align: center !important;
  }
  .column-count-2-mobile {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-mobile {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-mobile {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .justify-text-tablet {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-tablet,
  .strong-tablet {
    font-weight: bold !important;
  }
  .italic-tablet {
    font-style: italic !important;
  }
  .underline-tablet {
    text-decoration: underline !important;
  }
  .capitalize-tablet {
    text-transform: capitalize !important;
  }
  .uppercase-tablet {
    text-transform: uppercase !important;
  }
  .lowercase-tablet {
    text-transform: lowercase !important;
  }
  .thin-text-tablet {
    font-weight: 200;
  }
  .small-text-tablet {
    font-size: 14px;
  }
  .big-text-tablet {
    font-size: 24px;
  }
  .break-word-tablet {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-tablet {
    white-space: nowrap !important;
  }
  .text-align-left-tablet {
    text-align: left !important;
  }
  .text-align-right-tablet {
    text-align: right !important;
  }
  .text-align-center-tablet {
    text-align: center !important;
  }
  .column-count-2-tablet {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-tablet {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-tablet {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .justify-text-desktop {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-desktop,
  .strong-desktop {
    font-weight: bold !important;
  }
  .italic-desktop {
    font-style: italic !important;
  }
  .underline-desktop {
    text-decoration: underline !important;
  }
  .capitalize-desktop {
    text-transform: capitalize !important;
  }
  .uppercase-desktop {
    text-transform: uppercase !important;
  }
  .lowercase-desktop {
    text-transform: lowercase !important;
  }
  .thin-text-desktop {
    font-weight: 200;
  }
  .small-text-desktop {
    font-size: 14px;
  }
  .big-text-desktop {
    font-size: 24px;
  }
  .break-word-desktop {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-desktop {
    white-space: nowrap !important;
  }
  .text-align-left-desktop {
    text-align: left !important;
  }
  .text-align-right-desktop {
    text-align: right !important;
  }
  .text-align-center-desktop {
    text-align: center !important;
  }
  .column-count-2-desktop {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-desktop {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-desktop {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-text-bigdesktop {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-bigdesktop,
  .strong-bigdesktop {
    font-weight: bold !important;
  }
  .italic-bigdesktop {
    font-style: italic !important;
  }
  .underline-bigdesktop {
    text-decoration: underline !important;
  }
  .capitalize-bigdesktop {
    text-transform: capitalize !important;
  }
  .uppercase-bigdesktop {
    text-transform: uppercase !important;
  }
  .lowercase-bigdesktop {
    text-transform: lowercase !important;
  }
  .thin-text-bigdesktop {
    font-weight: 200;
  }
  .small-text-bigdesktop {
    font-size: 14px;
  }
  .big-text-bigdesktop {
    font-size: 24px;
  }
  .break-word-bigdesktop {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-bigdesktop {
    white-space: nowrap !important;
  }
  .text-align-left-bigdesktop {
    text-align: left !important;
  }
  .text-align-right-bigdesktop {
    text-align: right !important;
  }
  .text-align-center-bigdesktop {
    text-align: center !important;
  }
  .column-count-2-bigdesktop {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-bigdesktop {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-bigdesktop {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-text-hugedesktop {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-hugedesktop,
  .strong-hugedesktop {
    font-weight: bold !important;
  }
  .italic-hugedesktop {
    font-style: italic !important;
  }
  .underline-hugedesktop {
    text-decoration: underline !important;
  }
  .capitalize-hugedesktop {
    text-transform: capitalize !important;
  }
  .uppercase-hugedesktop {
    text-transform: uppercase !important;
  }
  .lowercase-hugedesktop {
    text-transform: lowercase !important;
  }
  .thin-text-hugedesktop {
    font-weight: 200;
  }
  .small-text-hugedesktop {
    font-size: 14px;
  }
  .big-text-hugedesktop {
    font-size: 24px;
  }
  .break-word-hugedesktop {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-hugedesktop {
    white-space: nowrap !important;
  }
  .text-align-left-hugedesktop {
    text-align: left !important;
  }
  .text-align-right-hugedesktop {
    text-align: right !important;
  }
  .text-align-center-hugedesktop {
    text-align: center !important;
  }
  .column-count-2-hugedesktop {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-hugedesktop {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-hugedesktop {
    column-count: 4;
    column-gap: 20px;
  }
}
.mobile-only,
.visible-mobile {
  display: block;
}
.hide-mobile,
.tablet-only,
.desktop-only,
.bigdesktop-only,
.hugedesktop-only,
.visible-tablet,
.visible-desktop,
.visible-bigdesktop,
.visible-hugedesktop {
  display: none;
}
@media only screen and (min-width: 600px) {
  .mobile-only,
  .hide-tablet {
    display: none;
  }
  .hide-mobile,
  .tablet-only,
  .visible-tablet {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .tablet-only,
  .hide-desktop {
    display: none;
  }
  .desktop-only,
  .visible-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-only,
  .hide-bigdesktop {
    display: none;
  }
  .bigdesktop-only,
  .visible-bigdesktop {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .bigdesktop-only,
  .hide-hugedesktop {
    display: none;
  }
  .hugedesktop-only,
  .visible-hugedesktop {
    display: block;
  }
}
.filter {
  position: relative;
}
.filter::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.filter-child {
  position: relative;
  z-index: 1 !important;
}
.small-box-shadow {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.medium-box-shadow {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.big-box-shadow {
  box-shadow: 0 4px 40px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 599px) {
  .filter-mobile {
    position: relative;
  }
  .filter-mobile::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-mobile {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-mobile {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-mobile {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 600px) {
  .filter-tablet {
    position: relative;
  }
  .filter-tablet::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-tablet {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-tablet {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-tablet {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 900px) {
  .filter-desktop {
    position: relative;
  }
  .filter-desktop::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-desktop {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-desktop {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-desktop {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .filter-bigdesktop {
    position: relative;
  }
  .filter-bigdesktop::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-bigdesktop {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-bigdesktop {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-bigdesktop {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 1600px) {
  .filter-hugedesktop {
    position: relative;
  }
  .filter-hugedesktop::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-hugedesktop {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-hugedesktop {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-hugedesktop {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
.box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  align-items: flex-start;
  padding: 20px 20px 0 20px;
  position: relative;
}
.box-small {
  padding: 10px 10px 0 10px;
}
.box-big {
  padding: 20px 20px 0 20px;
}
.full .box {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .box-small {
    padding: 20px 20px 0 20px;
  }
  .box-big {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .box {
    padding: 40px 40px 20px 40px;
  }
  .box-small {
    padding: 20px 20px 0 20px;
  }
  .box-big {
    padding: 80px 80px 60px 60px;
  }
}
.small-border {
  border: 2px solid;
}
.big-border {
  border: 8px solid;
}
.width-100 {
  width: 100% !important;
}
.max-width-600px {
  max-width: 600px !important;
}
.max-width-768px {
  max-width: 768px !important;
}
.min-height-50px {
  min-height: 50px !important;
}
.min-height-100px {
  min-height: 100px !important;
}
.min-height-200px {
  min-height: 200px !important;
}
.min-height-400px {
  min-height: 400px !important;
}
@media only screen and (max-width: 599px) {
  .min-height-100px-xs {
    min-height: 100px !important;
  }
  .min-height-200px-xs {
    min-height: 200px !important;
  }
  .min-height-400px-xs {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 600px) {
  .min-height-100px-s {
    min-height: 100px !important;
  }
  .min-height-200px-s {
    min-height: 200px !important;
  }
  .min-height-400px-s {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 900px) {
  .min-height-100px-m {
    min-height: 100px !important;
  }
  .min-height-200px-m {
    min-height: 200px !important;
  }
  .min-height-400px-m {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .min-height-100px-l {
    min-height: 100px !important;
  }
  .min-height-200px-l {
    min-height: 200px !important;
  }
  .min-height-400px-l {
    min-height: 400px !important;
  }
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.overflow-visible {
  overflow: visible !important;
}
.main-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-content > div {
  width: 100%;
}
.row {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 40px 0 0 0;
}
.row.row-first {
  padding: 100px 0 0 0;
}
.row-same {
  padding: 0;
}
.row-small {
  padding: 20px 0 0 0;
}
.row-small.row-first {
  padding: 60px 0 0 0;
}
.row-big {
  padding: 80px 0 40px 0;
}
.row-big.row-first {
  padding: 140px 0 40px 0;
}
@media only screen and (min-width: 1200px) {
  .row {
    padding: 80px 0 40px 0;
  }
  .row.row-first {
    padding: 160px 0 40px 0;
  }
  .row-same {
    padding: 0 0 40px 0;
  }
  .row-small {
    padding: 40px 0 0 0;
  }
  .row-small.row-first {
    padding: 80px 0 0 0;
  }
  .row-big {
    padding: 160px 0 120px 0;
  }
  .row-big.row-first {
    padding: 240px 0 120px 0;
  }
}
.row-big .full > div {
  padding-top: 0;
  padding-bottom: 20px;
}
.arrow-down {
  display: none;
}
@media only screen and (min-width: 600px) {
  .arrow-down display flex {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 4;
    line-height: 1;
    text-align: center;
  }
  .arrow-down::after {
    display: inline-flex;
    content: '\F107';
    font-family: 'FontAwesome';
    font-size: 72px;
    width: 100%;
    text-align: center;
  }
}
.grid,
.full {
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.grid {
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
}
.grid-full {
  max-width: 3000px;
}
.grid-narrow {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.grid .grid {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}
.grid .grid .col-100:last-of-type {
  margin-bottom: 0;
}
.full .grid {
  margin-bottom: -20px;
}
@media only screen and (min-width: 600px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid .grid {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }
}
.col-10,
.col-11,
.col-12,
.col-14,
.col-16,
.col-20,
.col-22,
.col-25,
.col-28,
.col-30,
.col-33,
.col-37,
.col-40,
.col-42,
.col-44,
.col-50,
.col-55,
.col-57,
.col-60,
.col-62,
.col-66,
.col-70,
.col-71,
.col-75,
.col-77,
.col-80,
.col-83,
.col-85,
.col-87,
.col-88,
.col-90,
.col-100,
.col-10-xs,
.col-11-xs,
.col-12-xs,
.col-14-xs,
.col-16-xs,
.col-20-xs,
.col-22-xs,
.col-25-xs,
.col-28-xs,
.col-30-xs,
.col-33-xs,
.col-37-xs,
.col-40-xs,
.col-42-xs,
.col-44-xs,
.col-50-xs,
.col-55-xs,
.col-57-xs,
.col-60-xs,
.col-62-xs,
.col-66-xs,
.col-70-xs,
.col-71-xs,
.col-75-xs,
.col-77-xs,
.col-80-xs,
.col-83-xs,
.col-85-xs,
.col-87-xs,
.col-88-xs,
.col-90-xs,
.col-100-xs,
.col-10-s,
.col-11-s,
.col-12-s,
.col-14-s,
.col-16-s,
.col-20-s,
.col-22-s,
.col-25-s,
.col-28-s,
.col-30-s,
.col-33-s,
.col-37-s,
.col-40-s,
.col-42-s,
.col-44-s,
.col-50-s,
.col-55-s,
.col-57-s,
.col-60-s,
.col-62-s,
.col-66-s,
.col-70-s,
.col-71-s,
.col-75-s,
.col-77-s,
.col-80-s,
.col-83-s,
.col-85-s,
.col-87-s,
.col-88-s,
.col-90-s,
.col-100-s,
.col-10-m,
.col-11-m,
.col-12-m,
.col-14-m,
.col-16-m,
.col-20-m,
.col-22-m,
.col-25-m,
.col-28-m,
.col-30-m,
.col-33-m,
.col-37-m,
.col-40-m,
.col-42-m,
.col-44-m,
.col-50-m,
.col-55-m,
.col-57-m,
.col-60-m,
.col-62-m,
.col-66-m,
.col-70-m,
.col-71-m,
.col-75-m,
.col-77-m,
.col-80-m,
.col-83-m,
.col-85-m,
.col-87-m,
.col-88-m,
.col-90-m,
.col-100-m,
.col-10-l,
.col-11-l,
.col-12-l,
.col-14-l,
.col-16-l,
.col-20-l,
.col-22-l,
.col-25-l,
.col-28-l,
.col-30-l,
.col-33-l,
.col-37-l,
.col-40-l,
.col-42-l,
.col-44-l,
.col-50-l,
.col-55-l,
.col-57-l,
.col-60-l,
.col-62-l,
.col-66-l,
.col-70-l,
.col-71-l,
.col-75-l,
.col-77-l,
.col-80-l,
.col-83-l,
.col-85-l,
.col-87-l,
.col-88-l,
.col-90-l,
.col-100-l,
.col-10-xl,
.col-11-xl,
.col-12-xl,
.col-14-xl,
.col-16-xl,
.col-20-xl,
.col-22-xl,
.col-25-xl,
.col-28-xl,
.col-30-xl,
.col-33-xl,
.col-37-xl,
.col-40-xl,
.col-42-xl,
.col-44-xl,
.col-50-xl,
.col-55-xl,
.col-57-xl,
.col-60-xl,
.col-62-xl,
.col-66-xl,
.col-70-xl,
.col-71-xl,
.col-75-xl,
.col-77-xl,
.col-80-xl,
.col-83-xl,
.col-85-xl,
.col-87-xl,
.col-88-xl,
.col-90-xl,
.col-100-xl,
.col-10-xxl,
.col-11-xxl,
.col-12-xxl,
.col-14-xxl,
.col-16-xxl,
.col-20-xxl,
.col-22-xxl,
.col-25-xxl,
.col-28-xxl,
.col-30-xxl,
.col-33-xxl,
.col-37-xxl,
.col-40-xxl,
.col-42-xxl,
.col-44-xxl,
.col-50-xxl,
.col-55-xxl,
.col-57-xxl,
.col-60-xxl,
.col-62-xxl,
.col-66-xxl,
.col-70-xxl,
.col-71-xxl,
.col-75-xxl,
.col-77-xxl,
.col-80-xxl,
.col-83-xxl,
.col-85-xxl,
.col-87-xxl,
.col-88-xxl,
.col-90-xxl,
.col-100-xxl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.grid .col-10,
.grid .col-11,
.grid .col-12,
.grid .col-14,
.grid .col-16,
.grid .col-20,
.grid .col-22,
.grid .col-25,
.grid .col-28,
.grid .col-30,
.grid .col-33,
.grid .col-37,
.grid .col-40,
.grid .col-42,
.grid .col-44,
.grid .col-50,
.grid .col-55,
.grid .col-57,
.grid .col-60,
.grid .col-62,
.grid .col-66,
.grid .col-70,
.grid .col-71,
.grid .col-75,
.grid .col-77,
.grid .col-80,
.grid .col-83,
.grid .col-85,
.grid .col-87,
.grid .col-88,
.grid .col-90,
.grid .col-100,
.grid .col-10-xs,
.grid .col-11-xs,
.grid .col-12-xs,
.grid .col-14-xs,
.grid .col-16-xs,
.grid .col-20-xs,
.grid .col-22-xs,
.grid .col-25-xs,
.grid .col-28-xs,
.grid .col-30-xs,
.grid .col-33-xs,
.grid .col-37-xs,
.grid .col-40-xs,
.grid .col-42-xs,
.grid .col-44-xs,
.grid .col-50-xs,
.grid .col-55-xs,
.grid .col-57-xs,
.grid .col-60-xs,
.grid .col-62-xs,
.grid .col-66-xs,
.grid .col-70-xs,
.grid .col-71-xs,
.grid .col-75-xs,
.grid .col-77-xs,
.grid .col-80-xs,
.grid .col-83-xs,
.grid .col-85-xs,
.grid .col-87-xs,
.grid .col-88-xs,
.grid .col-90-xs,
.grid .col-100-xs,
.grid .col-10-s,
.grid .col-11-s,
.grid .col-12-s,
.grid .col-14-s,
.grid .col-16-s,
.grid .col-20-s,
.grid .col-22-s,
.grid .col-25-s,
.grid .col-28-s,
.grid .col-30-s,
.grid .col-33-s,
.grid .col-37-s,
.grid .col-40-s,
.grid .col-42-s,
.grid .col-44-s,
.grid .col-50-s,
.grid .col-55-s,
.grid .col-57-s,
.grid .col-60-s,
.grid .col-62-s,
.grid .col-66-s,
.grid .col-70-s,
.grid .col-71-s,
.grid .col-75-s,
.grid .col-77-s,
.grid .col-80-s,
.grid .col-83-s,
.grid .col-85-s,
.grid .col-87-s,
.grid .col-88-s,
.grid .col-90-s,
.grid .col-100-s,
.grid .col-10-m,
.grid .col-11-m,
.grid .col-12-m,
.grid .col-14-m,
.grid .col-16-m,
.grid .col-20-m,
.grid .col-22-m,
.grid .col-25-m,
.grid .col-28-m,
.grid .col-30-m,
.grid .col-33-m,
.grid .col-37-m,
.grid .col-40-m,
.grid .col-42-m,
.grid .col-44-m,
.grid .col-50-m,
.grid .col-55-m,
.grid .col-57-m,
.grid .col-60-m,
.grid .col-62-m,
.grid .col-66-m,
.grid .col-70-m,
.grid .col-71-m,
.grid .col-75-m,
.grid .col-77-m,
.grid .col-80-m,
.grid .col-83-m,
.grid .col-85-m,
.grid .col-87-m,
.grid .col-88-m,
.grid .col-90-m,
.grid .col-100-m,
.grid .col-10-l,
.grid .col-11-l,
.grid .col-12-l,
.grid .col-14-l,
.grid .col-16-l,
.grid .col-20-l,
.grid .col-22-l,
.grid .col-25-l,
.grid .col-28-l,
.grid .col-30-l,
.grid .col-33-l,
.grid .col-37-l,
.grid .col-40-l,
.grid .col-42-l,
.grid .col-44-l,
.grid .col-50-l,
.grid .col-55-l,
.grid .col-57-l,
.grid .col-60-l,
.grid .col-62-l,
.grid .col-66-l,
.grid .col-70-l,
.grid .col-71-l,
.grid .col-75-l,
.grid .col-77-l,
.grid .col-80-l,
.grid .col-83-l,
.grid .col-85-l,
.grid .col-87-l,
.grid .col-88-l,
.grid .col-90-l,
.grid .col-100-l,
.grid .col-10-xl,
.grid .col-11-xl,
.grid .col-12-xl,
.grid .col-14-xl,
.grid .col-16-xl,
.grid .col-20-xl,
.grid .col-22-xl,
.grid .col-25-xl,
.grid .col-28-xl,
.grid .col-30-xl,
.grid .col-33-xl,
.grid .col-37-xl,
.grid .col-40-xl,
.grid .col-42-xl,
.grid .col-44-xl,
.grid .col-50-xl,
.grid .col-55-xl,
.grid .col-57-xl,
.grid .col-60-xl,
.grid .col-62-xl,
.grid .col-66-xl,
.grid .col-70-xl,
.grid .col-71-xl,
.grid .col-75-xl,
.grid .col-77-xl,
.grid .col-80-xl,
.grid .col-83-xl,
.grid .col-85-xl,
.grid .col-87-xl,
.grid .col-88-xl,
.grid .col-90-xl,
.grid .col-100-xl,
.grid .col-10-xxl,
.grid .col-11-xxl,
.grid .col-12-xxl,
.grid .col-14-xxl,
.grid .col-16-xxl,
.grid .col-20-xxl,
.grid .col-22-xxl,
.grid .col-25-xxl,
.grid .col-28-xxl,
.grid .col-30-xxl,
.grid .col-33-xxl,
.grid .col-37-xxl,
.grid .col-40-xxl,
.grid .col-42-xxl,
.grid .col-44-xxl,
.grid .col-50-xxl,
.grid .col-55-xxl,
.grid .col-57-xxl,
.grid .col-60-xxl,
.grid .col-62-xxl,
.grid .col-66-xxl,
.grid .col-70-xxl,
.grid .col-71-xxl,
.grid .col-75-xxl,
.grid .col-77-xxl,
.grid .col-80-xxl,
.grid .col-83-xxl,
.grid .col-85-xxl,
.grid .col-87-xxl,
.grid .col-88-xxl,
.grid .col-90-xxl,
.grid .col-100-xxl {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (min-width: 600px) {
  .grid .col-10,
  .grid .col-11,
  .grid .col-12,
  .grid .col-14,
  .grid .col-16,
  .grid .col-20,
  .grid .col-22,
  .grid .col-25,
  .grid .col-28,
  .grid .col-30,
  .grid .col-33,
  .grid .col-37,
  .grid .col-40,
  .grid .col-42,
  .grid .col-44,
  .grid .col-50,
  .grid .col-55,
  .grid .col-57,
  .grid .col-60,
  .grid .col-62,
  .grid .col-66,
  .grid .col-70,
  .grid .col-71,
  .grid .col-75,
  .grid .col-77,
  .grid .col-80,
  .grid .col-83,
  .grid .col-85,
  .grid .col-87,
  .grid .col-88,
  .grid .col-90,
  .grid .col-100,
  .grid .col-10-xs,
  .grid .col-11-xs,
  .grid .col-12-xs,
  .grid .col-14-xs,
  .grid .col-16-xs,
  .grid .col-20-xs,
  .grid .col-22-xs,
  .grid .col-25-xs,
  .grid .col-28-xs,
  .grid .col-30-xs,
  .grid .col-33-xs,
  .grid .col-37-xs,
  .grid .col-40-xs,
  .grid .col-42-xs,
  .grid .col-44-xs,
  .grid .col-50-xs,
  .grid .col-55-xs,
  .grid .col-57-xs,
  .grid .col-60-xs,
  .grid .col-62-xs,
  .grid .col-66-xs,
  .grid .col-70-xs,
  .grid .col-71-xs,
  .grid .col-75-xs,
  .grid .col-77-xs,
  .grid .col-80-xs,
  .grid .col-83-xs,
  .grid .col-85-xs,
  .grid .col-87-xs,
  .grid .col-88-xs,
  .grid .col-90-xs,
  .grid .col-100-xs,
  .grid .col-10-s,
  .grid .col-11-s,
  .grid .col-12-s,
  .grid .col-14-s,
  .grid .col-16-s,
  .grid .col-20-s,
  .grid .col-22-s,
  .grid .col-25-s,
  .grid .col-28-s,
  .grid .col-30-s,
  .grid .col-33-s,
  .grid .col-37-s,
  .grid .col-40-s,
  .grid .col-42-s,
  .grid .col-44-s,
  .grid .col-50-s,
  .grid .col-55-s,
  .grid .col-57-s,
  .grid .col-60-s,
  .grid .col-62-s,
  .grid .col-66-s,
  .grid .col-70-s,
  .grid .col-71-s,
  .grid .col-75-s,
  .grid .col-77-s,
  .grid .col-80-s,
  .grid .col-83-s,
  .grid .col-85-s,
  .grid .col-87-s,
  .grid .col-88-s,
  .grid .col-90-s,
  .grid .col-100-s,
  .grid .col-10-m,
  .grid .col-11-m,
  .grid .col-12-m,
  .grid .col-14-m,
  .grid .col-16-m,
  .grid .col-20-m,
  .grid .col-22-m,
  .grid .col-25-m,
  .grid .col-28-m,
  .grid .col-30-m,
  .grid .col-33-m,
  .grid .col-37-m,
  .grid .col-40-m,
  .grid .col-42-m,
  .grid .col-44-m,
  .grid .col-50-m,
  .grid .col-55-m,
  .grid .col-57-m,
  .grid .col-60-m,
  .grid .col-62-m,
  .grid .col-66-m,
  .grid .col-70-m,
  .grid .col-71-m,
  .grid .col-75-m,
  .grid .col-77-m,
  .grid .col-80-m,
  .grid .col-83-m,
  .grid .col-85-m,
  .grid .col-87-m,
  .grid .col-88-m,
  .grid .col-90-m,
  .grid .col-100-m,
  .grid .col-10-l,
  .grid .col-11-l,
  .grid .col-12-l,
  .grid .col-14-l,
  .grid .col-16-l,
  .grid .col-20-l,
  .grid .col-22-l,
  .grid .col-25-l,
  .grid .col-28-l,
  .grid .col-30-l,
  .grid .col-33-l,
  .grid .col-37-l,
  .grid .col-40-l,
  .grid .col-42-l,
  .grid .col-44-l,
  .grid .col-50-l,
  .grid .col-55-l,
  .grid .col-57-l,
  .grid .col-60-l,
  .grid .col-62-l,
  .grid .col-66-l,
  .grid .col-70-l,
  .grid .col-71-l,
  .grid .col-75-l,
  .grid .col-77-l,
  .grid .col-80-l,
  .grid .col-83-l,
  .grid .col-85-l,
  .grid .col-87-l,
  .grid .col-88-l,
  .grid .col-90-l,
  .grid .col-100-l,
  .grid .col-10-xl,
  .grid .col-11-xl,
  .grid .col-12-xl,
  .grid .col-14-xl,
  .grid .col-16-xl,
  .grid .col-20-xl,
  .grid .col-22-xl,
  .grid .col-25-xl,
  .grid .col-28-xl,
  .grid .col-30-xl,
  .grid .col-33-xl,
  .grid .col-37-xl,
  .grid .col-40-xl,
  .grid .col-42-xl,
  .grid .col-44-xl,
  .grid .col-50-xl,
  .grid .col-55-xl,
  .grid .col-57-xl,
  .grid .col-60-xl,
  .grid .col-62-xl,
  .grid .col-66-xl,
  .grid .col-70-xl,
  .grid .col-71-xl,
  .grid .col-75-xl,
  .grid .col-77-xl,
  .grid .col-80-xl,
  .grid .col-83-xl,
  .grid .col-85-xl,
  .grid .col-87-xl,
  .grid .col-88-xl,
  .grid .col-90-xl,
  .grid .col-100-xl,
  .grid .col-10-xxl,
  .grid .col-11-xxl,
  .grid .col-12-xxl,
  .grid .col-14-xxl,
  .grid .col-16-xxl,
  .grid .col-20-xxl,
  .grid .col-22-xxl,
  .grid .col-25-xxl,
  .grid .col-28-xxl,
  .grid .col-30-xxl,
  .grid .col-33-xxl,
  .grid .col-37-xxl,
  .grid .col-40-xxl,
  .grid .col-42-xxl,
  .grid .col-44-xxl,
  .grid .col-50-xxl,
  .grid .col-55-xxl,
  .grid .col-57-xxl,
  .grid .col-60-xxl,
  .grid .col-62-xxl,
  .grid .col-66-xxl,
  .grid .col-70-xxl,
  .grid .col-71-xxl,
  .grid .col-75-xxl,
  .grid .col-77-xxl,
  .grid .col-80-xxl,
  .grid .col-83-xxl,
  .grid .col-85-xxl,
  .grid .col-87-xxl,
  .grid .col-88-xxl,
  .grid .col-90-xxl,
  .grid .col-100-xxl {
    padding: 0 20px;
  }
}
.full >,
.col-10,
.col-11,
.col-12,
.col-14,
.col-16,
.col-20,
.col-22,
.col-25,
.col-28,
.col-30,
.col-33,
.col-37,
.col-40,
.col-42,
.col-44,
.col-50,
.col-55,
.col-57,
.col-60,
.col-62,
.col-66,
.col-70,
.col-71,
.col-75,
.col-77,
.col-80,
.col-83,
.col-85,
.col-87,
.col-88,
.col-90,
.col-100,
.col-10-xs,
.col-11-xs,
.col-12-xs,
.col-14-xs,
.col-16-xs,
.col-20-xs,
.col-22-xs,
.col-25-xs,
.col-28-xs,
.col-30-xs,
.col-33-xs,
.col-37-xs,
.col-40-xs,
.col-42-xs,
.col-44-xs,
.col-50-xs,
.col-55-xs,
.col-57-xs,
.col-60-xs,
.col-62-xs,
.col-66-xs,
.col-70-xs,
.col-71-xs,
.col-75-xs,
.col-77-xs,
.col-80-xs,
.col-83-xs,
.col-85-xs,
.col-87-xs,
.col-88-xs,
.col-90-xs,
.col-100-xs,
.col-10-s,
.col-11-s,
.col-12-s,
.col-14-s,
.col-16-s,
.col-20-s,
.col-22-s,
.col-25-s,
.col-28-s,
.col-30-s,
.col-33-s,
.col-37-s,
.col-40-s,
.col-42-s,
.col-44-s,
.col-50-s,
.col-55-s,
.col-57-s,
.col-60-s,
.col-62-s,
.col-66-s,
.col-70-s,
.col-71-s,
.col-75-s,
.col-77-s,
.col-80-s,
.col-83-s,
.col-85-s,
.col-87-s,
.col-88-s,
.col-90-s,
.col-100-s,
.col-10-m,
.col-11-m,
.col-12-m,
.col-14-m,
.col-16-m,
.col-20-m,
.col-22-m,
.col-25-m,
.col-28-m,
.col-30-m,
.col-33-m,
.col-37-m,
.col-40-m,
.col-42-m,
.col-44-m,
.col-50-m,
.col-55-m,
.col-57-m,
.col-60-m,
.col-62-m,
.col-66-m,
.col-70-m,
.col-71-m,
.col-75-m,
.col-77-m,
.col-80-m,
.col-83-m,
.col-85-m,
.col-87-m,
.col-88-m,
.col-90-m,
.col-100-m,
.col-10-l,
.col-11-l,
.col-12-l,
.col-14-l,
.col-16-l,
.col-20-l,
.col-22-l,
.col-25-l,
.col-28-l,
.col-30-l,
.col-33-l,
.col-37-l,
.col-40-l,
.col-42-l,
.col-44-l,
.col-50-l,
.col-55-l,
.col-57-l,
.col-60-l,
.col-62-l,
.col-66-l,
.col-70-l,
.col-71-l,
.col-75-l,
.col-77-l,
.col-80-l,
.col-83-l,
.col-85-l,
.col-87-l,
.col-88-l,
.col-90-l,
.col-100-l,
.col-10-xl,
.col-11-xl,
.col-12-xl,
.col-14-xl,
.col-16-xl,
.col-20-xl,
.col-22-xl,
.col-25-xl,
.col-28-xl,
.col-30-xl,
.col-33-xl,
.col-37-xl,
.col-40-xl,
.col-42-xl,
.col-44-xl,
.col-50-xl,
.col-55-xl,
.col-57-xl,
.col-60-xl,
.col-62-xl,
.col-66-xl,
.col-70-xl,
.col-71-xl,
.col-75-xl,
.col-77-xl,
.col-80-xl,
.col-83-xl,
.col-85-xl,
.col-87-xl,
.col-88-xl,
.col-90-xl,
.col-100-xl,
.col-10-xxl,
.col-11-xxl,
.col-12-xxl,
.col-14-xxl,
.col-16-xxl,
.col-20-xxl,
.col-22-xxl,
.col-25-xxl,
.col-28-xxl,
.col-30-xxl,
.col-33-xxl,
.col-37-xxl,
.col-40-xxl,
.col-42-xxl,
.col-44-xxl,
.col-50-xxl,
.col-55-xxl,
.col-57-xxl,
.col-60-xxl,
.col-62-xxl,
.col-66-xxl,
.col-70-xxl,
.col-71-xxl,
.col-75-xxl,
.col-77-xxl,
.col-80-xxl,
.col-83-xxl,
.col-85-xxl,
.col-87-xxl,
.col-88-xxl,
.col-90-xxl,
.col-100-xxl {
  padding: 0;
}
.full > > div,
.col-10 > div,
.col-11 > div,
.col-12 > div,
.col-14 > div,
.col-16 > div,
.col-20 > div,
.col-22 > div,
.col-25 > div,
.col-28 > div,
.col-30 > div,
.col-33 > div,
.col-37 > div,
.col-40 > div,
.col-42 > div,
.col-44 > div,
.col-50 > div,
.col-55 > div,
.col-57 > div,
.col-60 > div,
.col-62 > div,
.col-66 > div,
.col-70 > div,
.col-71 > div,
.col-75 > div,
.col-77 > div,
.col-80 > div,
.col-83 > div,
.col-85 > div,
.col-87 > div,
.col-88 > div,
.col-90 > div,
.col-100 > div,
.col-10-xs > div,
.col-11-xs > div,
.col-12-xs > div,
.col-14-xs > div,
.col-16-xs > div,
.col-20-xs > div,
.col-22-xs > div,
.col-25-xs > div,
.col-28-xs > div,
.col-30-xs > div,
.col-33-xs > div,
.col-37-xs > div,
.col-40-xs > div,
.col-42-xs > div,
.col-44-xs > div,
.col-50-xs > div,
.col-55-xs > div,
.col-57-xs > div,
.col-60-xs > div,
.col-62-xs > div,
.col-66-xs > div,
.col-70-xs > div,
.col-71-xs > div,
.col-75-xs > div,
.col-77-xs > div,
.col-80-xs > div,
.col-83-xs > div,
.col-85-xs > div,
.col-87-xs > div,
.col-88-xs > div,
.col-90-xs > div,
.col-100-xs > div,
.col-10-s > div,
.col-11-s > div,
.col-12-s > div,
.col-14-s > div,
.col-16-s > div,
.col-20-s > div,
.col-22-s > div,
.col-25-s > div,
.col-28-s > div,
.col-30-s > div,
.col-33-s > div,
.col-37-s > div,
.col-40-s > div,
.col-42-s > div,
.col-44-s > div,
.col-50-s > div,
.col-55-s > div,
.col-57-s > div,
.col-60-s > div,
.col-62-s > div,
.col-66-s > div,
.col-70-s > div,
.col-71-s > div,
.col-75-s > div,
.col-77-s > div,
.col-80-s > div,
.col-83-s > div,
.col-85-s > div,
.col-87-s > div,
.col-88-s > div,
.col-90-s > div,
.col-100-s > div,
.col-10-m > div,
.col-11-m > div,
.col-12-m > div,
.col-14-m > div,
.col-16-m > div,
.col-20-m > div,
.col-22-m > div,
.col-25-m > div,
.col-28-m > div,
.col-30-m > div,
.col-33-m > div,
.col-37-m > div,
.col-40-m > div,
.col-42-m > div,
.col-44-m > div,
.col-50-m > div,
.col-55-m > div,
.col-57-m > div,
.col-60-m > div,
.col-62-m > div,
.col-66-m > div,
.col-70-m > div,
.col-71-m > div,
.col-75-m > div,
.col-77-m > div,
.col-80-m > div,
.col-83-m > div,
.col-85-m > div,
.col-87-m > div,
.col-88-m > div,
.col-90-m > div,
.col-100-m > div,
.col-10-l > div,
.col-11-l > div,
.col-12-l > div,
.col-14-l > div,
.col-16-l > div,
.col-20-l > div,
.col-22-l > div,
.col-25-l > div,
.col-28-l > div,
.col-30-l > div,
.col-33-l > div,
.col-37-l > div,
.col-40-l > div,
.col-42-l > div,
.col-44-l > div,
.col-50-l > div,
.col-55-l > div,
.col-57-l > div,
.col-60-l > div,
.col-62-l > div,
.col-66-l > div,
.col-70-l > div,
.col-71-l > div,
.col-75-l > div,
.col-77-l > div,
.col-80-l > div,
.col-83-l > div,
.col-85-l > div,
.col-87-l > div,
.col-88-l > div,
.col-90-l > div,
.col-100-l > div,
.col-10-xl > div,
.col-11-xl > div,
.col-12-xl > div,
.col-14-xl > div,
.col-16-xl > div,
.col-20-xl > div,
.col-22-xl > div,
.col-25-xl > div,
.col-28-xl > div,
.col-30-xl > div,
.col-33-xl > div,
.col-37-xl > div,
.col-40-xl > div,
.col-42-xl > div,
.col-44-xl > div,
.col-50-xl > div,
.col-55-xl > div,
.col-57-xl > div,
.col-60-xl > div,
.col-62-xl > div,
.col-66-xl > div,
.col-70-xl > div,
.col-71-xl > div,
.col-75-xl > div,
.col-77-xl > div,
.col-80-xl > div,
.col-83-xl > div,
.col-85-xl > div,
.col-87-xl > div,
.col-88-xl > div,
.col-90-xl > div,
.col-100-xl > div,
.col-10-xxl > div,
.col-11-xxl > div,
.col-12-xxl > div,
.col-14-xxl > div,
.col-16-xxl > div,
.col-20-xxl > div,
.col-22-xxl > div,
.col-25-xxl > div,
.col-28-xxl > div,
.col-30-xxl > div,
.col-33-xxl > div,
.col-37-xxl > div,
.col-40-xxl > div,
.col-42-xxl > div,
.col-44-xxl > div,
.col-50-xxl > div,
.col-55-xxl > div,
.col-57-xxl > div,
.col-60-xxl > div,
.col-62-xxl > div,
.col-66-xxl > div,
.col-70-xxl > div,
.col-71-xxl > div,
.col-75-xxl > div,
.col-77-xxl > div,
.col-80-xxl > div,
.col-83-xxl > div,
.col-85-xxl > div,
.col-87-xxl > div,
.col-88-xxl > div,
.col-90-xxl > div,
.col-100-xxl > div {
  padding: 20px 20px 0 20px;
}
.col-10 > div,
.col-11 > div,
.col-12 > div,
.col-14 > div,
.col-16 > div,
.col-20 > div,
.col-22 > div,
.col-25 > div,
.col-28 > div,
.col-30 > div,
.col-33 > div,
.col-37 > div,
.col-40 > div,
.col-42 > div,
.col-44 > div,
.col-50 > div,
.col-55 > div,
.col-57 > div,
.col-60 > div,
.col-62 > div,
.col-66 > div,
.col-70 > div,
.col-71 > div,
.col-75 > div,
.col-77 > div,
.col-80 > div,
.col-83 > div,
.col-85 > div,
.col-87 > div,
.col-88 > div,
.col-90 > div,
.col-100 > div,
.col-10-xs > div,
.col-11-xs > div,
.col-12-xs > div,
.col-14-xs > div,
.col-16-xs > div,
.col-20-xs > div,
.col-22-xs > div,
.col-25-xs > div,
.col-28-xs > div,
.col-30-xs > div,
.col-33-xs > div,
.col-37-xs > div,
.col-40-xs > div,
.col-42-xs > div,
.col-44-xs > div,
.col-50-xs > div,
.col-55-xs > div,
.col-57-xs > div,
.col-60-xs > div,
.col-62-xs > div,
.col-66-xs > div,
.col-70-xs > div,
.col-71-xs > div,
.col-75-xs > div,
.col-77-xs > div,
.col-80-xs > div,
.col-83-xs > div,
.col-85-xs > div,
.col-87-xs > div,
.col-88-xs > div,
.col-90-xs > div,
.col-100-xs > div,
.col-10-s > div,
.col-11-s > div,
.col-12-s > div,
.col-14-s > div,
.col-16-s > div,
.col-20-s > div,
.col-22-s > div,
.col-25-s > div,
.col-28-s > div,
.col-30-s > div,
.col-33-s > div,
.col-37-s > div,
.col-40-s > div,
.col-42-s > div,
.col-44-s > div,
.col-50-s > div,
.col-55-s > div,
.col-57-s > div,
.col-60-s > div,
.col-62-s > div,
.col-66-s > div,
.col-70-s > div,
.col-71-s > div,
.col-75-s > div,
.col-77-s > div,
.col-80-s > div,
.col-83-s > div,
.col-85-s > div,
.col-87-s > div,
.col-88-s > div,
.col-90-s > div,
.col-100-s > div,
.col-10-m > div,
.col-11-m > div,
.col-12-m > div,
.col-14-m > div,
.col-16-m > div,
.col-20-m > div,
.col-22-m > div,
.col-25-m > div,
.col-28-m > div,
.col-30-m > div,
.col-33-m > div,
.col-37-m > div,
.col-40-m > div,
.col-42-m > div,
.col-44-m > div,
.col-50-m > div,
.col-55-m > div,
.col-57-m > div,
.col-60-m > div,
.col-62-m > div,
.col-66-m > div,
.col-70-m > div,
.col-71-m > div,
.col-75-m > div,
.col-77-m > div,
.col-80-m > div,
.col-83-m > div,
.col-85-m > div,
.col-87-m > div,
.col-88-m > div,
.col-90-m > div,
.col-100-m > div,
.col-10-l > div,
.col-11-l > div,
.col-12-l > div,
.col-14-l > div,
.col-16-l > div,
.col-20-l > div,
.col-22-l > div,
.col-25-l > div,
.col-28-l > div,
.col-30-l > div,
.col-33-l > div,
.col-37-l > div,
.col-40-l > div,
.col-42-l > div,
.col-44-l > div,
.col-50-l > div,
.col-55-l > div,
.col-57-l > div,
.col-60-l > div,
.col-62-l > div,
.col-66-l > div,
.col-70-l > div,
.col-71-l > div,
.col-75-l > div,
.col-77-l > div,
.col-80-l > div,
.col-83-l > div,
.col-85-l > div,
.col-87-l > div,
.col-88-l > div,
.col-90-l > div,
.col-100-l > div,
.col-10-xl > div,
.col-11-xl > div,
.col-12-xl > div,
.col-14-xl > div,
.col-16-xl > div,
.col-20-xl > div,
.col-22-xl > div,
.col-25-xl > div,
.col-28-xl > div,
.col-30-xl > div,
.col-33-xl > div,
.col-37-xl > div,
.col-40-xl > div,
.col-42-xl > div,
.col-44-xl > div,
.col-50-xl > div,
.col-55-xl > div,
.col-57-xl > div,
.col-60-xl > div,
.col-62-xl > div,
.col-66-xl > div,
.col-70-xl > div,
.col-71-xl > div,
.col-75-xl > div,
.col-77-xl > div,
.col-80-xl > div,
.col-83-xl > div,
.col-85-xl > div,
.col-87-xl > div,
.col-88-xl > div,
.col-90-xl > div,
.col-100-xl > div,
.col-10-xxl > div,
.col-11-xxl > div,
.col-12-xxl > div,
.col-14-xxl > div,
.col-16-xxl > div,
.col-20-xxl > div,
.col-22-xxl > div,
.col-25-xxl > div,
.col-28-xxl > div,
.col-30-xxl > div,
.col-33-xxl > div,
.col-37-xxl > div,
.col-40-xxl > div,
.col-42-xxl > div,
.col-44-xxl > div,
.col-50-xxl > div,
.col-55-xxl > div,
.col-57-xxl > div,
.col-60-xxl > div,
.col-62-xxl > div,
.col-66-xxl > div,
.col-70-xxl > div,
.col-71-xxl > div,
.col-75-xxl > div,
.col-77-xxl > div,
.col-80-xxl > div,
.col-83-xxl > div,
.col-85-xxl > div,
.col-87-xxl > div,
.col-88-xxl > div,
.col-90-xxl > div,
.col-100-xxl > div {
  width: 100%;
}
.col-10 {
  width: 10%;
}
.col-11 {
  width: 11.1111111111%;
}
.col-12 {
  width: 12.5%;
}
.col-14 {
  width: 14.2857142857%;
}
.col-16 {
  width: 16.6666666667%;
}
.col-20 {
  width: 20%;
}
.col-22 {
  width: 22.2222222222%;
}
.col-25 {
  width: 25%;
}
.col-28 {
  width: 28.5714285714%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.3333333333%;
}
.col-37 {
  width: 37.5%;
}
.col-40 {
  width: 40%;
}
.col-42 {
  width: 42.8571428571%;
}
.col-44 {
  width: 44.4444444444%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55.5555555556%;
}
.col-57 {
  width: 57.1428571428%;
}
.col-60 {
  width: 60%;
}
.col-62 {
  width: 62.5%;
}
.col-66 {
  width: 66.6666666667%;
}
.col-70 {
  width: 70%;
}
.col-71 {
  width: 71.4285714285%;
}
.col-75 {
  width: 75%;
}
.col-77 {
  width: 77.7777777778%;
}
.col-80 {
  width: 80%;
}
.col-83 {
  width: 83.3333333333%;
}
.col-85 {
  width: 85.7142857142%;
}
.col-87 {
  width: 87.5%;
}
.col-88 {
  width: 88.8888888889%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .col-10-xs {
    width: 10%;
  }
  .col-11-xs {
    width: 11.1111111111%;
  }
  .col-12-xs {
    width: 12.5%;
  }
  .col-14-xs {
    width: 14.2857142857%;
  }
  .col-16-xs {
    width: 16.6666666667%;
  }
  .col-20-xs {
    width: 20%;
  }
  .col-22-xs {
    width: 22.2222222222%;
  }
  .col-25-xs {
    width: 25%;
  }
  .col-28-xs {
    width: 28.5714285714%;
  }
  .col-30-xs {
    width: 30%;
  }
  .col-33-xs {
    width: 33.3333333333%;
  }
  .col-37-xs {
    width: 37.5%;
  }
  .col-40-xs {
    width: 40%;
  }
  .col-42-xs {
    width: 42.8571428571%;
  }
  .col-44-xs {
    width: 44.4444444444%;
  }
  .col-50-xs {
    width: 50%;
  }
  .col-55-xs {
    width: 55.5555555556%;
  }
  .col-57-xs {
    width: 57.1428571428%;
  }
  .col-60-xs {
    width: 60%;
  }
  .col-62-xs {
    width: 62.5%;
  }
  .col-66-xs {
    width: 66.6666666667%;
  }
  .col-70-xs {
    width: 70%;
  }
  .col-71-xs {
    width: 71.4285714285%;
  }
  .col-75-xs {
    width: 75%;
  }
  .col-77-xs {
    width: 77.7777777778%;
  }
  .col-80-xs {
    width: 80%;
  }
  .col-83-xs {
    width: 83.3333333333%;
  }
  .col-85-xs {
    width: 85.7142857142%;
  }
  .col-87-xs {
    width: 87.5%;
  }
  .col-88-xs {
    width: 88.8888888889%;
  }
  .col-90-xs {
    width: 90%;
  }
  .col-100-xs {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-10-s {
    width: 10%;
  }
  .col-11-s {
    width: 11.1111111111%;
  }
  .col-12-s {
    width: 12.5%;
  }
  .col-14-s {
    width: 14.2857142857%;
  }
  .col-16-s {
    width: 16.6666666667%;
  }
  .col-20-s {
    width: 20%;
  }
  .col-22-s {
    width: 22.2222222222%;
  }
  .col-25-s {
    width: 25%;
  }
  .col-28-s {
    width: 28.5714285714%;
  }
  .col-30-s {
    width: 30%;
  }
  .col-33-s {
    width: 33.3333333333%;
  }
  .col-37-s {
    width: 37.5%;
  }
  .col-40-s {
    width: 40%;
  }
  .col-42-s {
    width: 42.8571428571%;
  }
  .col-44-s {
    width: 44.4444444444%;
  }
  .col-50-s {
    width: 50%;
  }
  .col-55-s {
    width: 55.5555555556%;
  }
  .col-57-s {
    width: 57.1428571428%;
  }
  .col-60-s {
    width: 60%;
  }
  .col-62-s {
    width: 62.5%;
  }
  .col-66-s {
    width: 66.6666666667%;
  }
  .col-70-s {
    width: 70%;
  }
  .col-71-s {
    width: 71.4285714285%;
  }
  .col-75-s {
    width: 75%;
  }
  .col-77-s {
    width: 77.7777777778%;
  }
  .col-80-s {
    width: 80%;
  }
  .col-83-s {
    width: 83.3333333333%;
  }
  .col-85-s {
    width: 85.7142857142%;
  }
  .col-87-s {
    width: 87.5%;
  }
  .col-88-s {
    width: 88.8888888889%;
  }
  .col-90-s {
    width: 90%;
  }
  .col-100-s {
    width: 100%;
  }
  .full > > div,
  .col-10 > div,
  .col-11 > div,
  .col-12 > div,
  .col-14 > div,
  .col-16 > div,
  .col-20 > div,
  .col-22 > div,
  .col-10-xs > div,
  .col-11-xs > div,
  .col-12-xs > div,
  .col-14-xs > div,
  .col-16-xs > div,
  .col-20-xs > div,
  .col-22-xs > div,
  .col-10-s > div,
  .col-11-s > div,
  .col-12-s > div,
  .col-14-s > div,
  .col-16-s > div,
  .col-20-s > div,
  .col-22-s > div,
  .col-10-m > div,
  .col-11-m > div,
  .col-12-m > div,
  .col-14-m > div,
  .col-16-m > div,
  .col-20-m > div,
  .col-22-m > div,
  .col-10-l > div,
  .col-11-l > div,
  .col-12-l > div,
  .col-14-l > div,
  .col-16-l > div,
  .col-20-l > div,
  .col-22-l > div,
  .col-10-xl > div,
  .col-11-xl > div,
  .col-12-xl > div,
  .col-14-xl > div,
  .col-16-xl > div,
  .col-20-xl > div,
  .col-22-xl > div,
  .col-10-xxl > div,
  .col-11-xxl > div,
  .col-12-xxl > div,
  .col-14-xxl > div,
  .col-16-xxl > div,
  .col-20-xxl > div,
  .col-22-xxl > div {
    padding: 20px 20px 0 20px;
  }
  .full > > div,
  .col-25 > div,
  .col-28 > div,
  .col-30 > div,
  .col-33 > div,
  .col-37 > div,
  .col-40 > div,
  .col-42 > div,
  .col-44 > div,
  .col-50 > div,
  .col-55 > div,
  .col-57 > div,
  .col-60 > div,
  .col-62 > div,
  .col-66 > div,
  .col-70 > div,
  .col-71 > div,
  .col-25-xs > div,
  .col-28-xs > div,
  .col-30-xs > div,
  .col-33-xs > div,
  .col-37-xs > div,
  .col-40-xs > div,
  .col-42-xs > div,
  .col-44-xs > div,
  .col-50-xs > div,
  .col-55-xs > div,
  .col-57-xs > div,
  .col-60-xs > div,
  .col-62-xs > div,
  .col-66-xs > div,
  .col-70-xs > div,
  .col-71-xs > div,
  .col-75-xs > div,
  .col-25-s > div,
  .col-28-s > div,
  .col-30-s > div,
  .col-33-s > div,
  .col-37-s > div,
  .col-40-s > div,
  .col-42-s > div,
  .col-44-s > div,
  .col-50-s > div,
  .col-55-s > div,
  .col-57-s > div,
  .col-60-s > div,
  .col-62-s > div,
  .col-66-s > div,
  .col-70-s > div,
  .col-71-s > div,
  .col-75-s > div,
  .col-25-m > div,
  .col-28-m > div,
  .col-30-m > div,
  .col-33-m > div,
  .col-37-m > div,
  .col-40-m > div,
  .col-42-m > div,
  .col-44-m > div,
  .col-50-m > div,
  .col-55-m > div,
  .col-57-m > div,
  .col-60-m > div,
  .col-62-m > div,
  .col-66-m > div,
  .col-70-m > div,
  .col-71-m > div,
  .col-75-m > div,
  .col-25-l > div,
  .col-28-l > div,
  .col-30-l > div,
  .col-33-l > div,
  .col-37-l > div,
  .col-40-l > div,
  .col-42-l > div,
  .col-44-l > div,
  .col-50-l > div,
  .col-55-l > div,
  .col-57-l > div,
  .col-60-l > div,
  .col-62-l > div,
  .col-66-l > div,
  .col-70-l > div,
  .col-71-l > div,
  .col-75-l > div,
  .col-25-xl > div,
  .col-28-xl > div,
  .col-30-xl > div,
  .col-33-xl > div,
  .col-37-xl > div,
  .col-40-xl > div,
  .col-42-xl > div,
  .col-44-xl > div,
  .col-50-xl > div,
  .col-55-xl > div,
  .col-57-xl > div,
  .col-60-xl > div,
  .col-62-xl > div,
  .col-66-xl > div,
  .col-70-xl > div,
  .col-71-xl > div,
  .col-75-xl > div,
  .col-25-xxl > div,
  .col-28-xxl > div,
  .col-30-xxl > div,
  .col-33-xxl > div,
  .col-37-xxl > div,
  .col-40-xxl > div,
  .col-42-xxl > div,
  .col-44-xxl > div,
  .col-50-xxl > div,
  .col-55-xxl > div,
  .col-57-xxl > div,
  .col-60-xxl > div,
  .col-62-xxl > div,
  .col-66-xxl > div,
  .col-70-xxl > div,
  .col-71-xxl > div,
  .col-75-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > > div,
  .col-77-xs > div,
  .col-80-xs > div,
  .col-83-xs > div,
  .col-85-xs > div,
  .col-87-xs > div,
  .col-88-xs > div,
  .col-90-xs > div,
  .col-100-xs > div,
  .col-77-s > div,
  .col-80-s > div,
  .col-83-s > div,
  .col-85-s > div,
  .col-87-s > div,
  .col-88-s > div,
  .col-90-s > div,
  .col-100-s > div,
  .col-77-m > div,
  .col-80-m > div,
  .col-83-m > div,
  .col-85-m > div,
  .col-87-m > div,
  .col-88-m > div,
  .col-90-m > div,
  .col-100-m > div,
  .col-77-l > div,
  .col-80-l > div,
  .col-83-l > div,
  .col-85-l > div,
  .col-87-l > div,
  .col-88-l > div,
  .col-90-l > div,
  .col-100-l > div,
  .col-77-xl > div,
  .col-80-xl > div,
  .col-83-xl > div,
  .col-85-xl > div,
  .col-87-xl > div,
  .col-88-xl > div,
  .col-90-xl > div,
  .col-100-xl > div,
  .col-77-xxl > div,
  .col-80-xxl > div,
  .col-83-xxl > div,
  .col-85-xxl > div,
  .col-87-xxl > div,
  .col-88-xxl > div,
  .col-90-xxl > div,
  .col-100-xxl > div {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 900px) {
  .col-10-m {
    width: 10%;
  }
  .col-11-m {
    width: 11.1111111111%;
  }
  .col-12-m {
    width: 12.5%;
  }
  .col-14-m {
    width: 14.2857142857%;
  }
  .col-16-m {
    width: 16.6666666667%;
  }
  .col-20-m {
    width: 20%;
  }
  .col-22-m {
    width: 22.2222222222%;
  }
  .col-25-m {
    width: 25%;
  }
  .col-28-m {
    width: 28.5714285714%;
  }
  .col-30-m {
    width: 30%;
  }
  .col-33-m {
    width: 33.3333333333%;
  }
  .col-37-m {
    width: 37.5%;
  }
  .col-40-m {
    width: 40%;
  }
  .col-42-m {
    width: 42.8571428571%;
  }
  .col-44-m {
    width: 44.4444444444%;
  }
  .col-50-m {
    width: 50%;
  }
  .col-55-m {
    width: 55.5555555556%;
  }
  .col-57-m {
    width: 57.1428571428%;
  }
  .col-60-m {
    width: 60%;
  }
  .col-62-m {
    width: 62.5%;
  }
  .col-66-m {
    width: 66.6666666667%;
  }
  .col-70-m {
    width: 70%;
  }
  .col-71-m {
    width: 71.4285714285%;
  }
  .col-75-m {
    width: 75%;
  }
  .col-77-m {
    width: 77.7777777778%;
  }
  .col-80-m {
    width: 80%;
  }
  .col-83-m {
    width: 83.3333333333%;
  }
  .col-85-m {
    width: 85.7142857142%;
  }
  .col-87-m {
    width: 87.5%;
  }
  .col-88-m {
    width: 88.8888888889%;
  }
  .col-90-m {
    width: 90%;
  }
  .col-100-m {
    width: 100%;
  }
  .full > > div,
  .col-10 > div,
  .col-11 > div,
  .col-12 > div,
  .col-14 > div,
  .col-16 > div,
  .col-20 > div,
  .col-22 > div,
  .col-10-xs > div,
  .col-11-xs > div,
  .col-12-xs > div,
  .col-14-xs > div,
  .col-16-xs > div,
  .col-20-xs > div,
  .col-22-xs > div,
  .col-10-s > div,
  .col-11-s > div,
  .col-12-s > div,
  .col-14-s > div,
  .col-16-s > div,
  .col-20-s > div,
  .col-22-s > div,
  .col-10-m > div,
  .col-11-m > div,
  .col-12-m > div,
  .col-14-m > div,
  .col-16-m > div,
  .col-20-m > div,
  .col-22-m > div,
  .col-10-l > div,
  .col-11-l > div,
  .col-12-l > div,
  .col-14-l > div,
  .col-16-l > div,
  .col-20-l > div,
  .col-22-l > div,
  .col-10-xl > div,
  .col-11-xl > div,
  .col-12-xl > div,
  .col-14-xl > div,
  .col-16-xl > div,
  .col-20-xl > div,
  .col-22-xl > div,
  .col-10-xxl > div,
  .col-11-xxl > div,
  .col-12-xxl > div,
  .col-14-xxl > div,
  .col-16-xxl > div,
  .col-20-xxl > div,
  .col-22-xxl > div {
    padding: 20px 20px 0 20px;
  }
  .full > > div,
  .col-25 > div,
  .col-28 > div,
  .col-30 > div,
  .col-33 > div,
  .col-37 > div,
  .col-40 > div,
  .col-42 > div,
  .col-44 > div,
  .col-50 > div,
  .col-55 > div,
  .col-57 > div,
  .col-60 > div,
  .col-62 > div,
  .col-66 > div,
  .col-70 > div,
  .col-71 > div,
  .col-25-xs > div,
  .col-28-xs > div,
  .col-30-xs > div,
  .col-33-xs > div,
  .col-37-xs > div,
  .col-40-xs > div,
  .col-42-xs > div,
  .col-44-xs > div,
  .col-50-xs > div,
  .col-55-xs > div,
  .col-57-xs > div,
  .col-60-xs > div,
  .col-62-xs > div,
  .col-66-xs > div,
  .col-70-xs > div,
  .col-71-xs > div,
  .col-75-xs > div,
  .col-25-s > div,
  .col-28-s > div,
  .col-30-s > div,
  .col-33-s > div,
  .col-37-s > div,
  .col-40-s > div,
  .col-42-s > div,
  .col-44-s > div,
  .col-50-s > div,
  .col-55-s > div,
  .col-57-s > div,
  .col-60-s > div,
  .col-62-s > div,
  .col-66-s > div,
  .col-70-s > div,
  .col-71-s > div,
  .col-75-s > div,
  .col-25-m > div,
  .col-28-m > div,
  .col-30-m > div,
  .col-33-m > div,
  .col-37-m > div,
  .col-40-m > div,
  .col-42-m > div,
  .col-44-m > div,
  .col-50-m > div,
  .col-55-m > div,
  .col-57-m > div,
  .col-60-m > div,
  .col-62-m > div,
  .col-66-m > div,
  .col-70-m > div,
  .col-71-m > div,
  .col-75-m > div,
  .col-25-l > div,
  .col-28-l > div,
  .col-30-l > div,
  .col-33-l > div,
  .col-37-l > div,
  .col-40-l > div,
  .col-42-l > div,
  .col-44-l > div,
  .col-50-l > div,
  .col-55-l > div,
  .col-57-l > div,
  .col-60-l > div,
  .col-62-l > div,
  .col-66-l > div,
  .col-70-l > div,
  .col-71-l > div,
  .col-75-l > div,
  .col-25-xl > div,
  .col-28-xl > div,
  .col-30-xl > div,
  .col-33-xl > div,
  .col-37-xl > div,
  .col-40-xl > div,
  .col-42-xl > div,
  .col-44-xl > div,
  .col-50-xl > div,
  .col-55-xl > div,
  .col-57-xl > div,
  .col-60-xl > div,
  .col-62-xl > div,
  .col-66-xl > div,
  .col-70-xl > div,
  .col-71-xl > div,
  .col-75-xl > div,
  .col-25-xxl > div,
  .col-28-xxl > div,
  .col-30-xxl > div,
  .col-33-xxl > div,
  .col-37-xxl > div,
  .col-40-xxl > div,
  .col-42-xxl > div,
  .col-44-xxl > div,
  .col-50-xxl > div,
  .col-55-xxl > div,
  .col-57-xxl > div,
  .col-60-xxl > div,
  .col-62-xxl > div,
  .col-66-xxl > div,
  .col-70-xxl > div,
  .col-71-xxl > div,
  .col-75-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > > div,
  .col-77-xs > div,
  .col-80-xs > div,
  .col-83-xs > div,
  .col-85-xs > div,
  .col-87-xs > div,
  .col-88-xs > div,
  .col-90-xs > div,
  .col-100-xs > div,
  .col-77-s > div,
  .col-80-s > div,
  .col-83-s > div,
  .col-85-s > div,
  .col-87-s > div,
  .col-88-s > div,
  .col-90-s > div,
  .col-100-s > div,
  .col-77-m > div,
  .col-80-m > div,
  .col-83-m > div,
  .col-85-m > div,
  .col-87-m > div,
  .col-88-m > div,
  .col-90-m > div,
  .col-100-m > div,
  .col-77-l > div,
  .col-80-l > div,
  .col-83-l > div,
  .col-85-l > div,
  .col-87-l > div,
  .col-88-l > div,
  .col-90-l > div,
  .col-100-l > div,
  .col-77-xl > div,
  .col-80-xl > div,
  .col-83-xl > div,
  .col-85-xl > div,
  .col-87-xl > div,
  .col-88-xl > div,
  .col-90-xl > div,
  .col-100-xl > div,
  .col-77-xxl > div,
  .col-80-xxl > div,
  .col-83-xxl > div,
  .col-85-xxl > div,
  .col-87-xxl > div,
  .col-88-xxl > div,
  .col-90-xxl > div,
  .col-100-xxl > div {
    padding: 80px 80px 60px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-10-l {
    width: 10%;
  }
  .col-11-l {
    width: 11.1111111111%;
  }
  .col-12-l {
    width: 12.5%;
  }
  .col-14-l {
    width: 14.2857142857%;
  }
  .col-16-l {
    width: 16.6666666667%;
  }
  .col-20-l {
    width: 20%;
  }
  .col-22-l {
    width: 22.2222222222%;
  }
  .col-25-l {
    width: 25%;
  }
  .col-28-l {
    width: 28.5714285714%;
  }
  .col-30-l {
    width: 30%;
  }
  .col-33-l {
    width: 33.3333333333%;
  }
  .col-37-l {
    width: 37.5%;
  }
  .col-40-l {
    width: 40%;
  }
  .col-42-l {
    width: 42.8571428571%;
  }
  .col-44-l {
    width: 44.4444444444%;
  }
  .col-50-l {
    width: 50%;
  }
  .col-55-l {
    width: 55.5555555556%;
  }
  .col-57-l {
    width: 57.1428571428%;
  }
  .col-60-l {
    width: 60%;
  }
  .col-62-l {
    width: 62.5%;
  }
  .col-66-l {
    width: 66.6666666667%;
  }
  .col-70-l {
    width: 70%;
  }
  .col-71-l {
    width: 71.4285714285%;
  }
  .col-75-l {
    width: 75%;
  }
  .col-77-l {
    width: 77.7777777778%;
  }
  .col-80-l {
    width: 80%;
  }
  .col-83-l {
    width: 83.3333333333%;
  }
  .col-85-l {
    width: 85.7142857142%;
  }
  .col-87-l {
    width: 87.5%;
  }
  .col-88-l {
    width: 88.8888888889%;
  }
  .col-90-l {
    width: 90%;
  }
  .col-100-l {
    width: 100%;
  }
  .full > > div,
  .col-10 > div,
  .col-11 > div,
  .col-12 > div,
  .col-14 > div,
  .col-16 > div,
  .col-20 > div,
  .col-22 > div,
  .col-10-xs > div,
  .col-11-xs > div,
  .col-12-xs > div,
  .col-14-xs > div,
  .col-16-xs > div,
  .col-20-xs > div,
  .col-22-xs > div,
  .col-10-s > div,
  .col-11-s > div,
  .col-12-s > div,
  .col-14-s > div,
  .col-16-s > div,
  .col-20-s > div,
  .col-22-s > div,
  .col-10-m > div,
  .col-11-m > div,
  .col-12-m > div,
  .col-14-m > div,
  .col-16-m > div,
  .col-20-m > div,
  .col-22-m > div,
  .col-10-l > div,
  .col-11-l > div,
  .col-12-l > div,
  .col-14-l > div,
  .col-16-l > div,
  .col-20-l > div,
  .col-22-l > div,
  .col-10-xl > div,
  .col-11-xl > div,
  .col-12-xl > div,
  .col-14-xl > div,
  .col-16-xl > div,
  .col-20-xl > div,
  .col-22-xl > div,
  .col-10-xxl > div,
  .col-11-xxl > div,
  .col-12-xxl > div,
  .col-14-xxl > div,
  .col-16-xxl > div,
  .col-20-xxl > div,
  .col-22-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > > div,
  .col-25 > div,
  .col-28 > div,
  .col-30 > div,
  .col-33 > div,
  .col-37 > div,
  .col-40 > div,
  .col-42 > div,
  .col-44 > div,
  .col-50 > div,
  .col-55 > div,
  .col-57 > div,
  .col-60 > div,
  .col-62 > div,
  .col-66 > div,
  .col-70 > div,
  .col-71 > div,
  .col-25-xs > div,
  .col-28-xs > div,
  .col-30-xs > div,
  .col-33-xs > div,
  .col-37-xs > div,
  .col-40-xs > div,
  .col-42-xs > div,
  .col-44-xs > div,
  .col-50-xs > div,
  .col-55-xs > div,
  .col-57-xs > div,
  .col-60-xs > div,
  .col-62-xs > div,
  .col-66-xs > div,
  .col-70-xs > div,
  .col-71-xs > div,
  .col-75-xs > div,
  .col-25-s > div,
  .col-28-s > div,
  .col-30-s > div,
  .col-33-s > div,
  .col-37-s > div,
  .col-40-s > div,
  .col-42-s > div,
  .col-44-s > div,
  .col-50-s > div,
  .col-55-s > div,
  .col-57-s > div,
  .col-60-s > div,
  .col-62-s > div,
  .col-66-s > div,
  .col-70-s > div,
  .col-71-s > div,
  .col-75-s > div,
  .col-25-m > div,
  .col-28-m > div,
  .col-30-m > div,
  .col-33-m > div,
  .col-37-m > div,
  .col-40-m > div,
  .col-42-m > div,
  .col-44-m > div,
  .col-50-m > div,
  .col-55-m > div,
  .col-57-m > div,
  .col-60-m > div,
  .col-62-m > div,
  .col-66-m > div,
  .col-70-m > div,
  .col-71-m > div,
  .col-75-m > div,
  .col-25-l > div,
  .col-28-l > div,
  .col-30-l > div,
  .col-33-l > div,
  .col-37-l > div,
  .col-40-l > div,
  .col-42-l > div,
  .col-44-l > div,
  .col-50-l > div,
  .col-55-l > div,
  .col-57-l > div,
  .col-60-l > div,
  .col-62-l > div,
  .col-66-l > div,
  .col-70-l > div,
  .col-71-l > div,
  .col-75-l > div,
  .col-25-xl > div,
  .col-28-xl > div,
  .col-30-xl > div,
  .col-33-xl > div,
  .col-37-xl > div,
  .col-40-xl > div,
  .col-42-xl > div,
  .col-44-xl > div,
  .col-50-xl > div,
  .col-55-xl > div,
  .col-57-xl > div,
  .col-60-xl > div,
  .col-62-xl > div,
  .col-66-xl > div,
  .col-70-xl > div,
  .col-71-xl > div,
  .col-75-xl > div,
  .col-25-xxl > div,
  .col-28-xxl > div,
  .col-30-xxl > div,
  .col-33-xxl > div,
  .col-37-xxl > div,
  .col-40-xxl > div,
  .col-42-xxl > div,
  .col-44-xxl > div,
  .col-50-xxl > div,
  .col-55-xxl > div,
  .col-57-xxl > div,
  .col-60-xxl > div,
  .col-62-xxl > div,
  .col-66-xxl > div,
  .col-70-xxl > div,
  .col-71-xxl > div,
  .col-75-xxl > div {
    padding: 80px 80px 60px 80px;
  }
  .full > > div,
  .col-77-xs > div,
  .col-80-xs > div,
  .col-83-xs > div,
  .col-85-xs > div,
  .col-87-xs > div,
  .col-88-xs > div,
  .col-90-xs > div,
  .col-100-xs > div,
  .col-77-s > div,
  .col-80-s > div,
  .col-83-s > div,
  .col-85-s > div,
  .col-87-s > div,
  .col-88-s > div,
  .col-90-s > div,
  .col-100-s > div,
  .col-77-m > div,
  .col-80-m > div,
  .col-83-m > div,
  .col-85-m > div,
  .col-87-m > div,
  .col-88-m > div,
  .col-90-m > div,
  .col-100-m > div,
  .col-77-l > div,
  .col-80-l > div,
  .col-83-l > div,
  .col-85-l > div,
  .col-87-l > div,
  .col-88-l > div,
  .col-90-l > div,
  .col-100-l > div,
  .col-77-xl > div,
  .col-80-xl > div,
  .col-83-xl > div,
  .col-85-xl > div,
  .col-87-xl > div,
  .col-88-xl > div,
  .col-90-xl > div,
  .col-100-xl > div,
  .col-77-xxl > div,
  .col-80-xxl > div,
  .col-83-xxl > div,
  .col-85-xxl > div,
  .col-87-xxl > div,
  .col-88-xxl > div,
  .col-90-xxl > div,
  .col-100-xxl > div {
    padding: 160px 160px 140px 160px;
  }
}
@media only screen and (min-width: 1600px) {
  .col-10-xl {
    width: 10%;
  }
  .col-11-xl {
    width: 11.1111111111%;
  }
  .col-12-xl {
    width: 12.5%;
  }
  .col-14-xl {
    width: 14.2857142857%;
  }
  .col-16-xl {
    width: 16.6666666667%;
  }
  .col-20-xl {
    width: 20%;
  }
  .col-22-xl {
    width: 22.2222222222%;
  }
  .col-25-xl {
    width: 25%;
  }
  .col-28-xl {
    width: 28.5714285714%;
  }
  .col-30-xl {
    width: 30%;
  }
  .col-33-xl {
    width: 33.3333333333%;
  }
  .col-37-xl {
    width: 37.5%;
  }
  .col-40-xl {
    width: 40%;
  }
  .col-42-xl {
    width: 42.8571428571%;
  }
  .col-44-xl {
    width: 44.4444444444%;
  }
  .col-50-xl {
    width: 50%;
  }
  .col-55-xl {
    width: 55.5555555556%;
  }
  .col-57-xl {
    width: 57.1428571428%;
  }
  .col-60-xl {
    width: 60%;
  }
  .col-62-xl {
    width: 62.5%;
  }
  .col-66-xl {
    width: 66.6666666667%;
  }
  .col-70-xl {
    width: 70%;
  }
  .col-71-xl {
    width: 71.4285714285%;
  }
  .col-75-xl {
    width: 75%;
  }
  .col-77-xl {
    width: 77.7777777778%;
  }
  .col-80-xl {
    width: 80%;
  }
  .col-83-xl {
    width: 83.3333333333%;
  }
  .col-85-xl {
    width: 85.7142857142%;
  }
  .col-87-xl {
    width: 87.5%;
  }
  .col-88-xl {
    width: 88.8888888889%;
  }
  .col-90-xl {
    width: 90%;
  }
  .col-100-xl {
    width: 100%;
  }
  .full > > div,
  .col-10 > div,
  .col-11 > div,
  .col-12 > div,
  .col-14 > div,
  .col-16 > div,
  .col-20 > div,
  .col-22 > div,
  .col-10-xs > div,
  .col-11-xs > div,
  .col-12-xs > div,
  .col-14-xs > div,
  .col-16-xs > div,
  .col-20-xs > div,
  .col-22-xs > div,
  .col-10-s > div,
  .col-11-s > div,
  .col-12-s > div,
  .col-14-s > div,
  .col-16-s > div,
  .col-20-s > div,
  .col-22-s > div,
  .col-10-m > div,
  .col-11-m > div,
  .col-12-m > div,
  .col-14-m > div,
  .col-16-m > div,
  .col-20-m > div,
  .col-22-m > div,
  .col-10-l > div,
  .col-11-l > div,
  .col-12-l > div,
  .col-14-l > div,
  .col-16-l > div,
  .col-20-l > div,
  .col-22-l > div,
  .col-10-xl > div,
  .col-11-xl > div,
  .col-12-xl > div,
  .col-14-xl > div,
  .col-16-xl > div,
  .col-20-xl > div,
  .col-22-xl > div,
  .col-10-xxl > div,
  .col-11-xxl > div,
  .col-12-xxl > div,
  .col-14-xxl > div,
  .col-16-xxl > div,
  .col-20-xxl > div,
  .col-22-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > > div,
  .col-25 > div,
  .col-28 > div,
  .col-30 > div,
  .col-33 > div,
  .col-37 > div,
  .col-40 > div,
  .col-42 > div,
  .col-44 > div,
  .col-50 > div,
  .col-55 > div,
  .col-57 > div,
  .col-60 > div,
  .col-62 > div,
  .col-66 > div,
  .col-70 > div,
  .col-71 > div,
  .col-25-xs > div,
  .col-28-xs > div,
  .col-30-xs > div,
  .col-33-xs > div,
  .col-37-xs > div,
  .col-40-xs > div,
  .col-42-xs > div,
  .col-44-xs > div,
  .col-50-xs > div,
  .col-55-xs > div,
  .col-57-xs > div,
  .col-60-xs > div,
  .col-62-xs > div,
  .col-66-xs > div,
  .col-70-xs > div,
  .col-71-xs > div,
  .col-75-xs > div,
  .col-25-s > div,
  .col-28-s > div,
  .col-30-s > div,
  .col-33-s > div,
  .col-37-s > div,
  .col-40-s > div,
  .col-42-s > div,
  .col-44-s > div,
  .col-50-s > div,
  .col-55-s > div,
  .col-57-s > div,
  .col-60-s > div,
  .col-62-s > div,
  .col-66-s > div,
  .col-70-s > div,
  .col-71-s > div,
  .col-75-s > div,
  .col-25-m > div,
  .col-28-m > div,
  .col-30-m > div,
  .col-33-m > div,
  .col-37-m > div,
  .col-40-m > div,
  .col-42-m > div,
  .col-44-m > div,
  .col-50-m > div,
  .col-55-m > div,
  .col-57-m > div,
  .col-60-m > div,
  .col-62-m > div,
  .col-66-m > div,
  .col-70-m > div,
  .col-71-m > div,
  .col-75-m > div,
  .col-25-l > div,
  .col-28-l > div,
  .col-30-l > div,
  .col-33-l > div,
  .col-37-l > div,
  .col-40-l > div,
  .col-42-l > div,
  .col-44-l > div,
  .col-50-l > div,
  .col-55-l > div,
  .col-57-l > div,
  .col-60-l > div,
  .col-62-l > div,
  .col-66-l > div,
  .col-70-l > div,
  .col-71-l > div,
  .col-75-l > div,
  .col-25-xl > div,
  .col-28-xl > div,
  .col-30-xl > div,
  .col-33-xl > div,
  .col-37-xl > div,
  .col-40-xl > div,
  .col-42-xl > div,
  .col-44-xl > div,
  .col-50-xl > div,
  .col-55-xl > div,
  .col-57-xl > div,
  .col-60-xl > div,
  .col-62-xl > div,
  .col-66-xl > div,
  .col-70-xl > div,
  .col-71-xl > div,
  .col-75-xl > div,
  .col-25-xxl > div,
  .col-28-xxl > div,
  .col-30-xxl > div,
  .col-33-xxl > div,
  .col-37-xxl > div,
  .col-40-xxl > div,
  .col-42-xxl > div,
  .col-44-xxl > div,
  .col-50-xxl > div,
  .col-55-xxl > div,
  .col-57-xxl > div,
  .col-60-xxl > div,
  .col-62-xxl > div,
  .col-66-xxl > div,
  .col-70-xxl > div,
  .col-71-xxl > div,
  .col-75-xxl > div {
    padding: 80px 80px 60px 80px;
  }
  .full > > div,
  .col-77-xs > div,
  .col-80-xs > div,
  .col-83-xs > div,
  .col-85-xs > div,
  .col-87-xs > div,
  .col-88-xs > div,
  .col-90-xs > div,
  .col-100-xs > div,
  .col-77-s > div,
  .col-80-s > div,
  .col-83-s > div,
  .col-85-s > div,
  .col-87-s > div,
  .col-88-s > div,
  .col-90-s > div,
  .col-100-s > div,
  .col-77-m > div,
  .col-80-m > div,
  .col-83-m > div,
  .col-85-m > div,
  .col-87-m > div,
  .col-88-m > div,
  .col-90-m > div,
  .col-100-m > div,
  .col-77-l > div,
  .col-80-l > div,
  .col-83-l > div,
  .col-85-l > div,
  .col-87-l > div,
  .col-88-l > div,
  .col-90-l > div,
  .col-100-l > div,
  .col-77-xl > div,
  .col-80-xl > div,
  .col-83-xl > div,
  .col-85-xl > div,
  .col-87-xl > div,
  .col-88-xl > div,
  .col-90-xl > div,
  .col-100-xl > div,
  .col-77-xxl > div,
  .col-80-xxl > div,
  .col-83-xxl > div,
  .col-85-xxl > div,
  .col-87-xxl > div,
  .col-88-xxl > div,
  .col-90-xxl > div,
  .col-100-xxl > div {
    padding: 160px 160px 140px 160px;
  }
}
@media only screen and (min-width: 2000px) {
  .col-10-xxl {
    width: 10%;
  }
  .col-11-xxl {
    width: 11.1111111111%;
  }
  .col-12-xxl {
    width: 12.5%;
  }
  .col-14-xxl {
    width: 14.2857142857%;
  }
  .col-16-xxl {
    width: 16.6666666667%;
  }
  .col-20-xxl {
    width: 20%;
  }
  .col-22-xxl {
    width: 22.2222222222%;
  }
  .col-25-xxl {
    width: 25%;
  }
  .col-28-xxl {
    width: 28.5714285714%;
  }
  .col-30-xxl {
    width: 30%;
  }
  .col-33-xxl {
    width: 33.3333333333%;
  }
  .col-37-xxl {
    width: 37.5%;
  }
  .col-40-xxl {
    width: 40%;
  }
  .col-42-xxl {
    width: 42.8571428571%;
  }
  .col-44-xxl {
    width: 44.4444444444%;
  }
  .col-50-xxl {
    width: 50%;
  }
  .col-55-xxl {
    width: 55.5555555556%;
  }
  .col-57-xxl {
    width: 57.1428571428%;
  }
  .col-60-xxl {
    width: 60%;
  }
  .col-62-xxl {
    width: 62.5%;
  }
  .col-66-xxl {
    width: 66.6666666667%;
  }
  .col-70-xxl {
    width: 70%;
  }
  .col-71-xxl {
    width: 71.4285714285%;
  }
  .col-75-xxl {
    width: 75%;
  }
  .col-77-xxl {
    width: 77.7777777778%;
  }
  .col-80-xxl {
    width: 80%;
  }
  .col-83-xxl {
    width: 83.3333333333%;
  }
  .col-85-xxl {
    width: 85.7142857142%;
  }
  .col-87-xxl {
    width: 87.5%;
  }
  .col-88-xxl {
    width: 88.8888888889%;
  }
  .col-90-xxl {
    width: 90%;
  }
  .col-100-xxl {
    width: 100%;
  }
  .full > > div,
  .col-10 > div,
  .col-11 > div,
  .col-12 > div,
  .col-14 > div,
  .col-16 > div,
  .col-20 > div,
  .col-22 > div,
  .col-10-xs > div,
  .col-11-xs > div,
  .col-12-xs > div,
  .col-14-xs > div,
  .col-16-xs > div,
  .col-20-xs > div,
  .col-22-xs > div,
  .col-10-s > div,
  .col-11-s > div,
  .col-12-s > div,
  .col-14-s > div,
  .col-16-s > div,
  .col-20-s > div,
  .col-22-s > div,
  .col-10-m > div,
  .col-11-m > div,
  .col-12-m > div,
  .col-14-m > div,
  .col-16-m > div,
  .col-20-m > div,
  .col-22-m > div,
  .col-10-l > div,
  .col-11-l > div,
  .col-12-l > div,
  .col-14-l > div,
  .col-16-l > div,
  .col-20-l > div,
  .col-22-l > div,
  .col-10-xl > div,
  .col-11-xl > div,
  .col-12-xl > div,
  .col-14-xl > div,
  .col-16-xl > div,
  .col-20-xl > div,
  .col-22-xl > div,
  .col-10-xxl > div,
  .col-11-xxl > div,
  .col-12-xxl > div,
  .col-14-xxl > div,
  .col-16-xxl > div,
  .col-20-xxl > div,
  .col-22-xxl > div {
    padding: 80px 80px 60px 80px;
  }
  .full > > div,
  .col-25 > div,
  .col-28 > div,
  .col-30 > div,
  .col-33 > div,
  .col-37 > div,
  .col-40 > div,
  .col-42 > div,
  .col-44 > div,
  .col-50 > div,
  .col-55 > div,
  .col-57 > div,
  .col-60 > div,
  .col-62 > div,
  .col-66 > div,
  .col-70 > div,
  .col-71 > div,
  .col-25-xs > div,
  .col-28-xs > div,
  .col-30-xs > div,
  .col-33-xs > div,
  .col-37-xs > div,
  .col-40-xs > div,
  .col-42-xs > div,
  .col-44-xs > div,
  .col-50-xs > div,
  .col-55-xs > div,
  .col-57-xs > div,
  .col-60-xs > div,
  .col-62-xs > div,
  .col-66-xs > div,
  .col-70-xs > div,
  .col-71-xs > div,
  .col-75-xs > div,
  .col-25-s > div,
  .col-28-s > div,
  .col-30-s > div,
  .col-33-s > div,
  .col-37-s > div,
  .col-40-s > div,
  .col-42-s > div,
  .col-44-s > div,
  .col-50-s > div,
  .col-55-s > div,
  .col-57-s > div,
  .col-60-s > div,
  .col-62-s > div,
  .col-66-s > div,
  .col-70-s > div,
  .col-71-s > div,
  .col-75-s > div,
  .col-25-m > div,
  .col-28-m > div,
  .col-30-m > div,
  .col-33-m > div,
  .col-37-m > div,
  .col-40-m > div,
  .col-42-m > div,
  .col-44-m > div,
  .col-50-m > div,
  .col-55-m > div,
  .col-57-m > div,
  .col-60-m > div,
  .col-62-m > div,
  .col-66-m > div,
  .col-70-m > div,
  .col-71-m > div,
  .col-75-m > div,
  .col-25-l > div,
  .col-28-l > div,
  .col-30-l > div,
  .col-33-l > div,
  .col-37-l > div,
  .col-40-l > div,
  .col-42-l > div,
  .col-44-l > div,
  .col-50-l > div,
  .col-55-l > div,
  .col-57-l > div,
  .col-60-l > div,
  .col-62-l > div,
  .col-66-l > div,
  .col-70-l > div,
  .col-71-l > div,
  .col-75-l > div,
  .col-25-xl > div,
  .col-28-xl > div,
  .col-30-xl > div,
  .col-33-xl > div,
  .col-37-xl > div,
  .col-40-xl > div,
  .col-42-xl > div,
  .col-44-xl > div,
  .col-50-xl > div,
  .col-55-xl > div,
  .col-57-xl > div,
  .col-60-xl > div,
  .col-62-xl > div,
  .col-66-xl > div,
  .col-70-xl > div,
  .col-71-xl > div,
  .col-75-xl > div,
  .col-25-xxl > div,
  .col-28-xxl > div,
  .col-30-xxl > div,
  .col-33-xxl > div,
  .col-37-xxl > div,
  .col-40-xxl > div,
  .col-42-xxl > div,
  .col-44-xxl > div,
  .col-50-xxl > div,
  .col-55-xxl > div,
  .col-57-xxl > div,
  .col-60-xxl > div,
  .col-62-xxl > div,
  .col-66-xxl > div,
  .col-70-xxl > div,
  .col-71-xxl > div,
  .col-75-xxl > div {
    padding: 160px 160px 140px 160px;
  }
  .full > > div,
  .col-77-xs > div,
  .col-80-xs > div,
  .col-83-xs > div,
  .col-85-xs > div,
  .col-87-xs > div,
  .col-88-xs > div,
  .col-90-xs > div,
  .col-100-xs > div,
  .col-77-s > div,
  .col-80-s > div,
  .col-83-s > div,
  .col-85-s > div,
  .col-87-s > div,
  .col-88-s > div,
  .col-90-s > div,
  .col-100-s > div,
  .col-77-m > div,
  .col-80-m > div,
  .col-83-m > div,
  .col-85-m > div,
  .col-87-m > div,
  .col-88-m > div,
  .col-90-m > div,
  .col-100-m > div,
  .col-77-l > div,
  .col-80-l > div,
  .col-83-l > div,
  .col-85-l > div,
  .col-87-l > div,
  .col-88-l > div,
  .col-90-l > div,
  .col-100-l > div,
  .col-77-xl > div,
  .col-80-xl > div,
  .col-83-xl > div,
  .col-85-xl > div,
  .col-87-xl > div,
  .col-88-xl > div,
  .col-90-xl > div,
  .col-100-xl > div,
  .col-77-xxl > div,
  .col-80-xxl > div,
  .col-83-xxl > div,
  .col-85-xxl > div,
  .col-87-xxl > div,
  .col-88-xxl > div,
  .col-90-xxl > div,
  .col-100-xxl > div {
    padding: 240px 240px 220px 240px;
  }
}
.main-footer {
  font-size: 14px;
}
.main-footer .section {
  padding-bottom: 0;
}
.footer-logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.main-footer ul {
  list-style: none;
}
.dark .footer-logo-light {
  display: block;
}
.dark .footer-logo-dark {
  display: none;
}
.light .footer-logo-light {
  display: none;
}
.light .footer-logo-dark {
  display: block;
}
.credits {
  padding: 5px;
  text-align: center;
}
.main-footer h1,
.main-footer h2,
.main-footer h3 {
  margin-bottom: 10px !important;
}
.main-footer .wysiwyg p {
  margin-bottom: 5px !important;
}
.main-footer .wysiwyg h1,
.main-footer .wysiwyg h2,
.main-footer .wysiwyg h3 {
  margin-top: 30px !important;
}
.archive article h2,
.archive article h2:visited,
.archive article h2:focus,
.archive article h2:hover,
.archive article h2:active {
  transition: all 0.2s;
}
.archive article h2 {
  margin-bottom: 0;
}
.archive article:first-of-type .section {
  padding-top: 80px;
}
.post-title,
.post-meta,
.post-content {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pagination {
  margin-bottom: 20px;
  width: 100%;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline;
  margin-right: 10px;
}
.pagination li a {
  font-size: 24px;
  font-weight: bold;
}
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-align: left;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  font-weight: normal;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
ol,
ul {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
input,
button,
select {
  -webkit-appearance: none;
  text-transform: none;
  border-radius: 0;
  outline: 0;
  font-size: 16px;
}
textarea {
  font-size: 16px;
}
input[type="submit"],
button {
  cursor: pointer;
}
.wp-caption {
  margin: 0;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0;
}
.gallery {
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
.gallery-icon {
  text-align: left;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
header ul {
  list-style: none;
}
header ul li {
  position: relative;
}
html,
body {
  background-color: #fff;
  color: #555;
}
.light {
  background-color: #fff;
}
.dark {
  background-color: #000;
}
.yellow {
  background-color: #ff0;
  color: #000;
}
.teal {
  background-color: #008080;
  color: #fff;
}
.blue {
  background-color: #00f;
  color: #fff;
}
.green {
  background-color: #008000;
  color: #fff;
}
.purple {
  background-color: #800080;
  color: #fff;
}
.brown {
  background-color: #a52a2a;
  color: #fff;
}
.color-green {
  color: #c1d72d;
}
.background-color-transparent {
  background-color: transparent;
}
.background-color-green {
  background-color: #c1d72d;
}
.background-color-lightgreen {
  background-color: #c7db42;
}
.background-color-grey {
  background-color: #ccc;
}
.background-color-lightgrey {
  background-color: #f2f2f2;
}
.background-color-darkerlightgrey {
  background-color: #e6e6e6;
}
main {
  background-color: #fff;
}
html {
  color: #000;
}
a,
a:visited {
  color: #999;
  transition: all 0.2s;
}
a:hover,
a:active,
a:focus {
  color: #000;
  transition: all 0.2s;
}
.light,
.dark .light {
  color: #000;
}
.light a,
.dark .light a,
.light a:visited,
.dark .light a:visited {
  color: #000;
  transition: all 0.2s;
}
.light a:hover,
.dark .light a:hover,
.light a:active,
.dark .light a:active,
.light a:focus,
.dark .light a:focus {
  color: #999;
  transition: all 0.2s;
}
.dark,
.light .dark {
  color: #fff;
}
.dark a,
.light .dark a,
.dark a:visited,
.light .dark a:visited {
  color: #ccc;
  transition: all 0.2s;
}
.dark a:hover,
.light .dark a:hover,
.dark a:active,
.light .dark a:active,
.dark a:focus,
.light .dark a:focus {
  color: #fff;
  transition: all 0.2s;
}
a.color-green,
a.color-green:visited {
  color: #c1d72d;
}
a.color-green:hover,
a.color-green:active,
a.color-green:focus {
  color: #a6ba23;
}
.main-header a,
.main-header a:visited {
  color: #000;
}
.main-header a:hover,
.main-header a:active,
.main-header a:focus {
  color: #c1d72d;
}
.main-header .non-sticky-header .header-row-top {
  background-color: #f2f2f2;
}
.main-header .non-sticky-header .header-row-bottom {
  background-color: #fff;
}
.main-header .sticky-header .header-row-top {
  background-color: #eee;
}
.main-header .sticky-header .header-row-bottom {
  background-color: #fff;
}
.header-row .cta {
  background-color: #c1d72d;
  transition: all 0.2s;
}
.header-row .cta a {
  color: #fff;
}
.header-row .cta:hover {
  background-color: #a6ba23;
  transition: all 0.2s;
}
.desktop-menu > div > ul > li:hover > ul {
  background-color: #fff;
}
.main-header .mobile-menu-button-container {
  background-color: transparent;
  transition: all 0.2s;
}
.main-header .mobile-menu-button-container:hover {
  background-color: transparent;
  transition: all 0.2s;
}
.home .mobile-menu-button-container span,
.home .mobile-menu-button-container .mobile-menu-button::before {
  background-color: #ccc;
  color: #ccc;
}
.home .mobile-menu-button-container:hover span,
.home .mobile-menu-button-container:hover .mobile-menu-button::before {
  background-color: #c1d72d;
  color: #c1d72d;
}
.mobile-menu-button-container span,
.mobile-menu-button-container .mobile-menu-button::before {
  background-color: #ccc;
  color: #ccc;
}
.mobile-menu-button-container:hover span,
.mobile-menu-button-container:hover .mobile-menu-button::before {
  background-color: #c1d72d;
  color: #c1d72d;
}
#sticky-menu .mobile-menu-button-container span,
#sticky-menu .mobile-menu-button-container .mobile-menu-button::before {
  background-color: #ccc;
  color: #ccc;
}
#sticky-menu .mobile-menu-button-container:hover span,
#sticky-menu .mobile-menu-button-container:hover .mobile-menu-button::before {
  background-color: #c1d72d;
  color: #c1d72d;
}
.mobile-menu-button-container .open span,
.mobile-menu-button-container .open.mobile-menu-button::before {
  background-color: #ccc;
  color: #ccc;
}
.mobile-menu-button-container:hover .open span,
.mobile-menu-button-container:hover .open.mobile-menu-button::before {
  background-color: #c1d72d;
  color: #c1d72d;
}
.light .button,
.dark .light .button,
.light a.button,
.dark .light a.button,
.light a.button:visited,
.dark .light a.button:visited {
  color: #fff;
  border-color: #c1d72d;
  background-color: #c1d72d;
}
.light .button:hover,
.dark .light .button:hover,
.light .button:active,
.dark .light .button:active,
.light .button:focus,
.dark .light .button:focus,
.light a.button:hover,
.dark .light a.button:hover,
.light a.button:active,
.dark .light a.button:active,
.light a.button:focus,
.dark .light a.button:focus,
.light input[type="submit"]:hover,
.dark .light input[type="submit"]:hover,
.light input[type="submit"]:active,
.dark .light input[type="submit"]:active,
.light input[type="submit"]:focus,
.dark .light input[type="submit"]:focus {
  color: #fff;
  border-color: #a6ba23;
  background-color: #a6ba23;
}
.light .background-color-green .button,
.dark .light .background-color-green .button,
.light .background-color-lightgreen .button,
.dark .light .background-color-lightgreen .button,
.light .background-color-green a.button,
.dark .light .background-color-green a.button,
.light .background-color-lightgreen a.button,
.dark .light .background-color-lightgreen a.button,
.light .background-color-green a.button:visited,
.dark .light .background-color-green a.button:visited,
.light .background-color-lightgreen a.button:visited,
.dark .light .background-color-lightgreen a.button:visited {
  color: #c1d72d;
  border-color: #fff;
  background-color: #fff;
}
.light .background-color-green .button:hover,
.dark .light .background-color-green .button:hover,
.light .background-color-lightgreen .button:hover,
.dark .light .background-color-lightgreen .button:hover,
.light .background-color-green .button:active,
.dark .light .background-color-green .button:active,
.light .background-color-lightgreen .button:active,
.dark .light .background-color-lightgreen .button:active,
.light .background-color-green .button:focus,
.dark .light .background-color-green .button:focus,
.light .background-color-lightgreen .button:focus,
.dark .light .background-color-lightgreen .button:focus,
.light .background-color-green a.button:hover,
.dark .light .background-color-green a.button:hover,
.light .background-color-lightgreen a.button:hover,
.dark .light .background-color-lightgreen a.button:hover,
.light .background-color-green a.button:active,
.dark .light .background-color-green a.button:active,
.light .background-color-lightgreen a.button:active,
.dark .light .background-color-lightgreen a.button:active,
.light .background-color-green a.button:focus,
.dark .light .background-color-green a.button:focus,
.light .background-color-lightgreen a.button:focus,
.dark .light .background-color-lightgreen a.button:focus,
.light .background-color-green input[type="submit"]:hover,
.dark .light .background-color-green input[type="submit"]:hover,
.light .background-color-lightgreen input[type="submit"]:hover,
.dark .light .background-color-lightgreen input[type="submit"]:hover,
.light .background-color-green input[type="submit"]:active,
.dark .light .background-color-green input[type="submit"]:active,
.light .background-color-lightgreen input[type="submit"]:active,
.dark .light .background-color-lightgreen input[type="submit"]:active,
.light .background-color-green input[type="submit"]:focus,
.dark .light .background-color-green input[type="submit"]:focus,
.light .background-color-lightgreen input[type="submit"]:focus,
.dark .light .background-color-lightgreen input[type="submit"]:focus {
  color: #c1d72d;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.light .button-alt,
.dark .light .button-alt,
.light a.button-alt,
.dark .light a.button-alt,
.light a.button-alt:visited,
.dark .light a.button-alt:visited {
  color: #333;
  border-color: #333;
  background-color: transparent;
}
.light .button-alt:hover,
.dark .light .button-alt:hover,
.light .button-alt:active,
.dark .light .button-alt:active,
.light .button-alt:focus,
.dark .light .button-alt:focus,
.light a.button-alt:hover,
.dark .light a.button-alt:hover,
.light a.button-alt:active,
.dark .light a.button-alt:active,
.light a.button-alt:focus,
.dark .light a.button-alt:focus {
  color: #a6ba23;
  border-color: #a6ba23;
  background-color: transparent;
}
.dark .button,
.light .dark .button,
.dark a.button,
.light .dark a.button,
.dark a.button:visited,
.light .dark a.button:visited {
  color: #000;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.dark .button:hover,
.light .dark .button:hover,
.dark .button:active,
.light .dark .button:active,
.dark .button:focus,
.light .dark .button:focus,
.dark a.button:hover,
.light .dark a.button:hover,
.dark a.button:active,
.light .dark a.button:active,
.dark a.button:focus,
.light .dark a.button:focus,
.dark input[type="submit"]:hover,
.light .dark input[type="submit"]:hover,
.dark input[type="submit"]:active,
.light .dark input[type="submit"]:active,
.dark input[type="submit"]:focus,
.light .dark input[type="submit"]:focus {
  color: #000;
  border-color: #cecece;
  background-color: #cecece;
}
.dark .button-alt,
.light .dark .button-alt,
.dark a.button-alt,
.light .dark a.button-alt,
.dark a.button-alt:visited,
.light .dark a.button-alt:visited {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.dark .button-alt:hover,
.light .dark .button-alt:hover,
.dark .button-alt:active,
.light .dark .button-alt:active,
.dark .button-alt:focus,
.light .dark .button-alt:focus,
.dark a.button-alt:hover,
.light .dark a.button-alt:hover,
.dark a.button-alt:active,
.light .dark a.button-alt:active,
.dark a.button-alt:focus,
.light .dark a.button-alt:focus {
  color: #7ec2e2;
  border-color: #7ec2e2;
  background-color: transparent;
}
.filter-dark:after {
  background-color: rgba(29,36,44,0.3);
}
.filter-light:after {
  background-color: rgba(255,255,255,0.3);
}
.gform_wrapper input,
.gform_wrapper textarea {
  background-color: #fff;
  border-color: #ccc;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  border-color: #333;
}
.gform_wrapper .gform_footer input {
  background-color: #c1d72d;
  border-color: #c1d72d;
}
.gform_wrapper .gform_footer input:hover {
  background-color: #a6ba23;
  border-color: #a6ba23;
}
html,
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
input {
  line-height: 1.5;
}
@media only screen and (min-width: 600px) {
  html,
  body {
    font-size: 16px;
  }
}
p {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  word-wrap: break-word;
  word-break: keep-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
h1 {
  font-size: 28px;
}
.home h1 {
  font-weight: bold;
}
h2 {
  font-size: 22px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h4,
h5,
h6 {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (min-width: 900px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}
.show-on-hover-container {
  position: relative;
}
.show-on-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.6);
  padding: 20px;
}
.show-on-hover-container:hover .show-on-hover-content {
  display: flex;
}
.frontpage-hero-padding {
  padding: 20px 20px 20px 20px !important;
}
@media only screen and (min-width: 900px) {
  .frontpage-hero-padding {
    padding: 40px 40px 0 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .frontpage-hero-padding {
    padding: 40px 80px 0 80px !important;
  }
}
.absolute-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.hover-parent:hover {
  background-color: #eee;
}
.hover-parent:hover .hover-child.button {
  background-color: #000;
  border-color: #000;
}
.button-arrow {
  padding: 18px 28px;
}
.button-arrow:after {
  content: "";
  position: absolute;
  right: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/right-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-arrow-down:after {
  background-image: url("/wp-content/uploads/arrow-down-white.svg");
}
.button-green {
  background-color: #c1d72d !important;
  border-color: #c1d72d !important;
}
.button-green:hover {
  background-color: #a6ba23 !important;
  border-color: #a6ba23 !important;
}
.button-black {
  background-color: #000 !important;
  border-color: #000 !important;
}
.button-black:hover {
  background-color: #555 !important;
  border-color: #555 !important;
}
.background-color-green .button-arrow:after,
.background-color-lightgreen .button-arrow:after {
  background-image: url("/wp-content/uploads/right-arrow-green.svg");
}
.border-radius-3 {
  border-radius: 3px !important;
}
.align-self-end {
  align-self: flex-end;
}
.width-auto {
  width: auto !important;
}
.display-block {
  display: block !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.padding-20px {
  padding: 20px !important;
}
.wysiwyg.title-less-margin h2,
.wysiwyg.title-less-margin h3,
.wysiwyg.title-less-margin h4 {
  margin-bottom: 5px !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.min-width-120px {
  min-width: 115px !important;
}
.min-width-150px {
  min-width: 150px !important;
}
.max-width-120px {
  max-width: 120px !important;
}
.max-width-768px {
  max-width: 768px !important;
}
.width-100p-minus-60px {
  max-width: calc(100% - 60px);
  width: 100%;
}
.width-100p-minus-70px {
  max-width: calc(100% - 70px);
  width: 100%;
}
.width-100p-minus-120px {
  max-width: calc(100% - 120px);
  width: 100%;
}
.display-inline-block {
  display: inline-block !important;
}
.width-33-p {
  width: 33.333% !important;
}
.width-40-p {
  width: 40% !important;
}
.width-50-p {
  width: 50% !important;
}
.width-60-p {
  width: 60% !important;
}
.width-66-p {
  width: 66.666% !important;
}
@media only screen and (min-width: 600px) {
  .width-40-p-s {
    width: 40% !important;
  }
  .width-60-p-s {
    width: 60% !important;
  }
}
.max-width-100px {
  max-width: 100px !important;
}
.kontaktperson-info p,
.kontaktperson-info h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.kontaktperson-info h3 {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .font-size-58px-l {
    font-size: 58px !important;
  }
}
.abs-bottom-right-20 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.color-white {
  color: #fff !important;
}
.background-pos-center-bottom {
  background-position: center bottom !important;
}
.wp-custom-login-form input {
  border-radius: 5px !important;
  border-color: #ccc !important;
}
.wp-custom-login-form input.button {
  border-radius: 200px !important;
  padding: 10px 40px !important;
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  position: relative;
}
.wp-custom-login-form input.button:after {
  content: "";
  position: absolute;
  right: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/right-arrow-green.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.social-sidebar {
  display: none;
}
@media only screen and (min-width: 900px) {
  .social-sidebar {
    width: 20px !important;
    height: 60px !important;
    position: absolute !important;
    right: -10px;
    top: calc(50% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .social-sidebar .social-sidebar-icon {
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
  }
}
.activity-archive-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  margin-right: 10px;
}
.activity-archive-icon.icon-time {
  background-image: url("/wp-content/uploads/time.svg");
}
.activity-archive-icon.icon-place {
  background-image: url("/wp-content/uploads/place-localizer.svg");
}
.acf-form .acf-field input[type="text"],
.acf-form .acf-field input[type="password"],
.acf-form .acf-field input[type="number"],
.acf-form .acf-field input[type="search"],
.acf-form .acf-field input[type="email"],
.acf-form .acf-field input[type="url"],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  resize: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  background-color: #eee;
  border-radius: 3px;
  border-color: #ccc;
}
.acf-form .acf-field input[type="file"] {
  border: none;
}
.acf-form .acf-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.acf-form .acf-field {
  width: 100%;
}
.acf-form .acf-fields > .acf-field {
  border-top: none;
  margin-bottom: 20px;
}
.acf-form .acf-fields > .acf-field.acf-field-taxonomy .acf-input {
  max-width: 350px;
}
.acf-form .acf-fields > .acf-field.acf-field-image .acf-label {
  max-width: 700px;
}
@media only screen and (min-width: 600px) {
  .acf-form .acf-field.acf-field-text {
    width: 50%;
  }
  .acf-form .acf-field.acf-field-image {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .acf-form .acf-field.acf-field-text {
    width: 25%;
  }
  .acf-form .acf-field.acf-field-image {
    width: 25%;
  }
}
.acf-form .acf-field.acf-field-users-profil-1110,
.acf-form .acf-field.acf-field-users-profil-1510,
.acf-form .acf-field.acf-field-users-profil-1610,
.acf-form .acf-field.acf-field-users-profil-1710,
.acf-form .acf-field.acf-field-users-profil-1810 {
  width: 100%;
}
.member-search-form {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.member-search-form .select-container {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  border-radius: 200px;
  border: 2px solid #000;
  background-color: #fff;
  margin-bottom: 20px;
}
.member-search-form .select-container select {
  cursor: pointer;
  width: auto;
  background-color: transparent;
  border-radius: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  padding-right: 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .member-search-form .select-container select {
    padding: 15px 30px;
    font-size: 16px;
  }
}
.member-search-form .select-container:hover {
  background-color: #eee;
}
.member-search-form .select-container:after {
  content: "";
  pointer-events: none;
  background-image: url("/wp-content/uploads/triangle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 10px;
  background-color: transparent;
  font-size: 30px;
  margin-left: 0;
  letter-spacing: normal;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
select::-ms-expand {
  display: none !important;
}
.width-60px {
  width: 60px !important;
}
.width-110px {
  width: 110px !important;
}
.width-150px {
  width: 150px !important;
}
.width-200px {
  width: 200px !important;
}
.visible-over-600px {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .visible-over-600px {
    display: flex !important;
  }
}
.visible-over-900px {
  display: none !important;
}
@media only screen and (min-width: 900px) {
  .visible-over-900px {
    display: flex !important;
  }
}
.mobile-part-box-shadow {
  -webkit-box-shadow: inset 0px 25px 69px -30px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 25px 69px -30px rgba(0,0,0,0.4);
  box-shadow: inset 0px 25px 69px -30px rgba(0,0,0,0.4);
}
.mobile-menu-button-container .button {
  padding: 8px 16px;
  font-size: 12px;
}
.margin-bottom-n-4 {
  margin-bottom: -4px !important;
}
.margin-right-4px {
  margin-right: 4px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.width-100-minus-30px {
  width: calc(100% - 30px) !important;
}
a.color-grey,
a.color-grey:visited {
  color: #999;
}
a.color-grey:hover,
a.color-grey:visited:hover,
a.color-grey:active,
a.color-grey:visited:active,
a.color-grey:focus,
a.color-grey:visited:focus {
  color: #000;
}
.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #e2e5e9;
  border-top: none;
  position: relative;
}
.Rtable:first-of-type {
  border-top: 1px solid #e2e5e9;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  list-style: none;
  background: rgba(112,128,144,0.2);
}
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--4cols > .Rtable-cell.double-width {
  width: 50%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--5cols > .Rtable-cell.double-width {
  width: 40%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.667%;
}
.Rtable--6cols > .Rtable-cell.double-width {
  width: 33.334%;
}
.Rtable-cell {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.Rtable:nth-child(even) .Rtable-cell {
  background-color: #fff;
}
.Rtable:hover .Rtable-cell {
  background-color: #eee;
}
.Rtable-cell--head {
  background-color: #444;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  border: none;
}
.Rtable-cell--head.alternate {
  background-color: #9e2a1d;
}
.Rtable-icon {
  height: 100%;
  width: 100%;
  min-width: 50px;
  min-height: 50px;
  background-position: left center;
}
@media all and (max-width: 1023px) {
  .Rtable-icon {
    min-width: 30px;
    min-height: 30px;
  }
  .Rtable--collapse {
    display: block;
    border: 1px solid #e2e5e9 !important;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
    justify-content: flex-start;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
  .Rtable:nth-child(even) .Rtable-cell {
    background-color: #fff;
  }
  .Rtable:nth-child(odd) .Rtable-cell {
    background-color: #fff;
  }
  .Rtable:hover .Rtable-cell {
    background-color: #eee;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}
.overflow-visible {
  overflow: visible;
  z-index: 99;
}
.visible-desktop {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .Rtable {
    margin-bottom: 0px;
  }
  .Rtable-cell {
    padding: 10px 20px;
    min-height: 60px;
  }
  .Rtable-cell--head {
    border: none;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.Rtable a.Rtable-cell:hover {
  background-color: #9e2a1d;
  border-color: #9e2a1d;
  color: #fff;
}
.hero-recent-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 900px) {
  .hero-recent-container {
    top: 30px;
  }
}
.hero-recent-activity,
.hero-recent-news {
  width: 100%;
  max-width: 400px;
  padding: 20px;
  padding-bottom: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
  font-size: 14px;
}
@media only screen and (min-width: 800px) {
  .hero-recent-activity,
  .hero-recent-news {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 16px;
  }
}
.font-size-16px {
  font-size: 16px;
}
.z-index-1 {
  z-index: 1;
}


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