﻿@charset "UTF-8";
/*

// backup skill colors (color scheme 3)
$cSkill1: #C9DDD7;
$cSkill2: #B6CDC6;
$cSkill3: #A3BDB5;
$cSkill4: #9AB5AD;
$cSkill5: #90ACA4;

*/
/*$cPrimary: #3D3D3D;
$cSecondary: #f6f6f6; // #E8EAEA
$cCTAColor: #287094;
$cAlt1: #D3DCE1;
$cAlt2: $cPrimary;
$cAboutHeaderIcon: $cSecondary;
$cIcon: $cPrimary;
$cNav: #fff;

$cSkill1: #B1BEBE; 
$cSkill2: #A9B8B8;
$cSkill3: #A0B1B1;
$cSkill4: #96A9A9; 
$cSkill5: #8BA0A0;

$cCardBGColor: rgba(35, 97, 127, 0.8); // CTA color in RGBA

$cScrollbar: rgba(35, 97, 127, 0.25); //CTA color for scrollbar

$cTimeline: $cSkill1;
$cTimelineSections: $cSkill5;*/
/**/
/*$cPrimary: #050505;
$cSecondary: #FDFDFD; //#FCFCFC;
$cCTAColor: #00A676;
$cAlt1: #EEF5F3;
$cAlt2: $cPrimary;
$cAboutHeaderIcon: $cSecondary;
$cIcon: $cPrimary;
$cNav: #fff;

$cSkill1: #CAE0DA;
$cSkill2: #BAD7CF;
$cSkill3: #AACDC3;
$cSkill4: #9AC4B8;
$cSkill5: #89BAAC;

$cCardBGColor: rgba(0, 166, 118, 0.8); // CTA color in RGBA

$cTimeline: $cSkill1;
$cTimelineSections: $cSkill5;*/
.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem; }
  .row.col1.c1_1 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col1.c1_2 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col1.c1_3 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col1.c1_4 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col1.c1_5 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col1.c1_6 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col1.c1_7 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col1.c1_8 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col1.c1_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col1.c1_10 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col1.c1_11 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col1.c1_12 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col1.c2_1 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col1.c2_2 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col1.c2_3 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col1.c2_4 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col1.c2_5 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col1.c2_6 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col1.c2_7 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col1.c2_8 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col1.c2_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col1.c2_10 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col1.c2_11 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col1.c2_12 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col1.c3_1 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col1.c3_2 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col1.c3_3 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col1.c3_4 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col1.c3_5 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col1.c3_6 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col1.c3_7 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col1.c3_8 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col1.c3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col1.c3_10 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col1.c3_11 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col1.c3_12 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col2.c1_1 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col2.c1_2 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col2.c1_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col2.c1_4 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col2.c1_5 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col2.c1_6 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col2.c1_7 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col2.c1_8 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col2.c1_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col2.c1_10 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col2.c1_11 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col2.c1_12 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col2.c2_1 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col2.c2_2 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col2.c2_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col2.c2_4 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col2.c2_5 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col2.c2_6 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col2.c2_7 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col2.c2_8 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col2.c2_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col2.c2_10 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col2.c2_11 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col2.c2_12 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col2.c3_1 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col2.c3_2 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col2.c3_3 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col2.c3_4 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col2.c3_5 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col2.c3_6 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col2.c3_7 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col2.c3_8 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col2.c3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col2.c3_10 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col2.c3_11 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col2.c3_12 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col3.c1_1 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col3.c1_2 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col3.c1_3 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col3.c1_4 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col3.c1_5 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col3.c1_6 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col3.c1_7 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col3.c1_8 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col3.c1_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col3.c1_10 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col3.c1_11 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col3.c1_12 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col3.c2_1 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col3.c2_2 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col3.c2_3 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col3.c2_4 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col3.c2_5 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col3.c2_6 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col3.c2_7 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col3.c2_8 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col3.c2_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col3.c2_10 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col3.c2_11 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col3.c2_12 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  .row.col3.c3_1 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
  .row.col3.c3_2 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
  .row.col3.c3_3 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
  .row.col3.c3_4 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
  .row.col3.c3_5 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
  .row.col3.c3_6 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
  .row.col3.c3_7 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
  .row.col3.c3_8 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
  .row.col3.c3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
  .row.col3.c3_10 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
  .row.col3.c3_11 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
  .row.col3.c3_12 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .row.col1.c1_1t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col1.c1_2t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col1.c1_3t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col1.c1_4t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col1.c1_5t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col1.c1_6t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col1.c1_7t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col1.c1_8t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col1.c1_9t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col1.c1_10t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col1.c1_11t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col1.c1_12t > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col1.c2_1t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col1.c2_2t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col1.c2_3t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col1.c2_4t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col1.c2_5t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col1.c2_6t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col1.c2_7t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col1.c2_8t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col1.c2_9t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col1.c2_10t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col1.c2_11t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col1.c2_12t > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col1.c3_1t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col1.c3_2t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col1.c3_3t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col1.c3_4t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col1.c3_5t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col1.c3_6t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col1.c3_7t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col1.c3_8t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col1.c3_9t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col1.c3_10t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col1.c3_11t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col1.c3_12t > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col2.c1_1t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col2.c1_2t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col2.c1_3t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col2.c1_4t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col2.c1_5t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col2.c1_6t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col2.c1_7t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col2.c1_8t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col2.c1_9t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col2.c1_10t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col2.c1_11t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col2.c1_12t > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col2.c2_1t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col2.c2_2t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col2.c2_3t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col2.c2_4t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col2.c2_5t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col2.c2_6t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col2.c2_7t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col2.c2_8t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col2.c2_9t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col2.c2_10t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col2.c2_11t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col2.c2_12t > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col2.c3_1t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col2.c3_2t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col2.c3_3t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col2.c3_4t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col2.c3_5t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col2.c3_6t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col2.c3_7t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col2.c3_8t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col2.c3_9t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col2.c3_10t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col2.c3_11t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col2.c3_12t > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col3.c1_1t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col3.c1_2t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col3.c1_3t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col3.c1_4t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col3.c1_5t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col3.c1_6t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col3.c1_7t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col3.c1_8t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col3.c1_9t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col3.c1_10t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col3.c1_11t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col3.c1_12t > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col3.c2_1t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col3.c2_2t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col3.c2_3t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col3.c2_4t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col3.c2_5t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col3.c2_6t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col3.c2_7t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col3.c2_8t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col3.c2_9t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col3.c2_10t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col3.c2_11t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col3.c2_12t > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col3.c3_1t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col3.c3_2t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col3.c3_3t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col3.c3_4t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col3.c3_5t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col3.c3_6t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col3.c3_7t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col3.c3_8t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col3.c3_9t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col3.c3_10t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col3.c3_11t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col3.c3_12t > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .row.col1.c1_1p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col1.c1_2p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col1.c1_3p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col1.c1_4p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col1.c1_5p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col1.c1_6p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col1.c1_7p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col1.c1_8p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col1.c1_9p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col1.c1_10p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col1.c1_11p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col1.c1_12p > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col1.c2_1p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col1.c2_2p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col1.c2_3p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col1.c2_4p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col1.c2_5p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col1.c2_6p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col1.c2_7p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col1.c2_8p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col1.c2_9p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col1.c2_10p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col1.c2_11p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col1.c2_12p > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col1.c3_1p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col1.c3_2p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col1.c3_3p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col1.c3_4p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col1.c3_5p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col1.c3_6p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col1.c3_7p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col1.c3_8p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col1.c3_9p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col1.c3_10p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col1.c3_11p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col1.c3_12p > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col2.c1_1p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col2.c1_2p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col2.c1_3p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col2.c1_4p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col2.c1_5p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col2.c1_6p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col2.c1_7p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col2.c1_8p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col2.c1_9p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col2.c1_10p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col2.c1_11p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col2.c1_12p > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col2.c2_1p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col2.c2_2p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col2.c2_3p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col2.c2_4p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col2.c2_5p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col2.c2_6p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col2.c2_7p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col2.c2_8p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col2.c2_9p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col2.c2_10p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col2.c2_11p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col2.c2_12p > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col2.c3_1p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col2.c3_2p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col2.c3_3p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col2.c3_4p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col2.c3_5p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col2.c3_6p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col2.c3_7p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col2.c3_8p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col2.c3_9p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col2.c3_10p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col2.c3_11p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col2.c3_12p > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col3.c1_1p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col3.c1_2p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col3.c1_3p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col3.c1_4p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col3.c1_5p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col3.c1_6p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col3.c1_7p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col3.c1_8p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col3.c1_9p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col3.c1_10p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col3.c1_11p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col3.c1_12p > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col3.c2_1p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col3.c2_2p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col3.c2_3p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col3.c2_4p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col3.c2_5p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col3.c2_6p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col3.c2_7p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col3.c2_8p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col3.c2_9p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col3.c2_10p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col3.c2_11p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col3.c2_12p > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.col3.c3_1p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.col3.c3_2p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.col3.c3_3p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.col3.c3_4p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.col3.c3_5p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.col3.c3_6p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.col3.c3_7p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.col3.c3_8p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.col3.c3_9p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.col3.c3_10p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.col3.c3_11p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.col3.c3_12p > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; } }
  .row.gap1 {
    grid-gap: 1rem; }
    .row.gap1.col1.c1_1 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap1.col1.c1_2 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap1.col1.c1_3 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap1.col1.c1_4 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap1.col1.c1_5 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap1.col1.c1_6 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap1.col1.c1_7 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap1.col1.c1_8 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap1.col1.c1_9 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap1.col1.c1_10 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap1.col1.c1_11 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap1.col1.c1_12 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap1.col1.c2_1 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap1.col1.c2_2 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap1.col1.c2_3 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap1.col1.c2_4 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap1.col1.c2_5 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap1.col1.c2_6 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap1.col1.c2_7 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap1.col1.c2_8 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap1.col1.c2_9 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap1.col1.c2_10 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap1.col1.c2_11 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap1.col1.c2_12 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap1.col1.c3_1 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap1.col1.c3_2 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap1.col1.c3_3 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap1.col1.c3_4 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap1.col1.c3_5 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap1.col1.c3_6 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap1.col1.c3_7 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap1.col1.c3_8 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap1.col1.c3_9 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap1.col1.c3_10 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap1.col1.c3_11 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap1.col1.c3_12 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap1.col2.c1_1 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
    .row.gap1.col2.c1_2 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
    .row.gap1.col2.c1_3 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
    .row.gap1.col2.c1_4 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
    .row.gap1.col2.c1_5 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
    .row.gap1.col2.c1_6 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
    .row.gap1.col2.c1_7 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
    .row.gap1.col2.c1_8 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
    .row.gap1.col2.c1_9 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
    .row.gap1.col2.c1_10 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
    .row.gap1.col2.c1_11 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
    .row.gap1.col2.c1_12 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
    .row.gap1.col2.c2_1 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
    .row.gap1.col2.c2_2 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
    .row.gap1.col2.c2_3 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
    .row.gap1.col2.c2_4 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
    .row.gap1.col2.c2_5 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
    .row.gap1.col2.c2_6 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
    .row.gap1.col2.c2_7 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
    .row.gap1.col2.c2_8 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
    .row.gap1.col2.c2_9 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
    .row.gap1.col2.c2_10 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
    .row.gap1.col2.c2_11 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
    .row.gap1.col2.c2_12 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
    .row.gap1.col2.c3_1 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
    .row.gap1.col2.c3_2 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
    .row.gap1.col2.c3_3 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
    .row.gap1.col2.c3_4 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
    .row.gap1.col2.c3_5 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
    .row.gap1.col2.c3_6 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
    .row.gap1.col2.c3_7 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
    .row.gap1.col2.c3_8 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
    .row.gap1.col2.c3_9 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
    .row.gap1.col2.c3_10 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
    .row.gap1.col2.c3_11 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
    .row.gap1.col2.c3_12 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
    .row.gap1.col3.c1_1 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
    .row.gap1.col3.c1_2 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
    .row.gap1.col3.c1_3 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
    .row.gap1.col3.c1_4 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
    .row.gap1.col3.c1_5 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
    .row.gap1.col3.c1_6 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
    .row.gap1.col3.c1_7 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
    .row.gap1.col3.c1_8 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
    .row.gap1.col3.c1_9 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
    .row.gap1.col3.c1_10 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
    .row.gap1.col3.c1_11 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
    .row.gap1.col3.c1_12 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
    .row.gap1.col3.c2_1 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
    .row.gap1.col3.c2_2 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
    .row.gap1.col3.c2_3 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
    .row.gap1.col3.c2_4 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
    .row.gap1.col3.c2_5 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
    .row.gap1.col3.c2_6 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
    .row.gap1.col3.c2_7 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
    .row.gap1.col3.c2_8 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
    .row.gap1.col3.c2_9 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
    .row.gap1.col3.c2_10 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
    .row.gap1.col3.c2_11 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
    .row.gap1.col3.c2_12 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
    .row.gap1.col3.c3_1 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
    .row.gap1.col3.c3_2 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
    .row.gap1.col3.c3_3 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
    .row.gap1.col3.c3_4 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
    .row.gap1.col3.c3_5 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
    .row.gap1.col3.c3_6 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
    .row.gap1.col3.c3_7 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
    .row.gap1.col3.c3_8 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
    .row.gap1.col3.c3_9 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
    .row.gap1.col3.c3_10 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
    .row.gap1.col3.c3_11 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
    .row.gap1.col3.c3_12 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .row.gap1.col1.c1_1t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap1.col1.c1_2t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap1.col1.c1_3t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap1.col1.c1_4t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap1.col1.c1_5t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap1.col1.c1_6t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap1.col1.c1_7t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap1.col1.c1_8t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap1.col1.c1_9t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap1.col1.c1_10t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap1.col1.c1_11t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap1.col1.c1_12t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap1.col1.c2_1t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap1.col1.c2_2t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap1.col1.c2_3t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap1.col1.c2_4t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap1.col1.c2_5t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap1.col1.c2_6t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap1.col1.c2_7t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap1.col1.c2_8t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap1.col1.c2_9t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap1.col1.c2_10t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap1.col1.c2_11t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap1.col1.c2_12t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap1.col1.c3_1t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap1.col1.c3_2t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap1.col1.c3_3t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap1.col1.c3_4t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap1.col1.c3_5t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap1.col1.c3_6t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap1.col1.c3_7t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap1.col1.c3_8t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap1.col1.c3_9t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap1.col1.c3_10t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap1.col1.c3_11t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap1.col1.c3_12t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap1.col2.c1_1t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
      .row.gap1.col2.c1_2t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
      .row.gap1.col2.c1_3t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
      .row.gap1.col2.c1_4t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
      .row.gap1.col2.c1_5t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
      .row.gap1.col2.c1_6t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
      .row.gap1.col2.c1_7t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
      .row.gap1.col2.c1_8t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
      .row.gap1.col2.c1_9t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
      .row.gap1.col2.c1_10t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
      .row.gap1.col2.c1_11t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
      .row.gap1.col2.c1_12t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
      .row.gap1.col2.c2_1t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
      .row.gap1.col2.c2_2t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
      .row.gap1.col2.c2_3t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
      .row.gap1.col2.c2_4t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
      .row.gap1.col2.c2_5t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
      .row.gap1.col2.c2_6t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
      .row.gap1.col2.c2_7t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
      .row.gap1.col2.c2_8t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
      .row.gap1.col2.c2_9t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
      .row.gap1.col2.c2_10t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
      .row.gap1.col2.c2_11t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
      .row.gap1.col2.c2_12t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
      .row.gap1.col2.c3_1t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
      .row.gap1.col2.c3_2t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
      .row.gap1.col2.c3_3t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
      .row.gap1.col2.c3_4t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
      .row.gap1.col2.c3_5t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
      .row.gap1.col2.c3_6t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
      .row.gap1.col2.c3_7t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
      .row.gap1.col2.c3_8t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
      .row.gap1.col2.c3_9t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
      .row.gap1.col2.c3_10t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
      .row.gap1.col2.c3_11t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
      .row.gap1.col2.c3_12t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
      .row.gap1.col3.c1_1t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
      .row.gap1.col3.c1_2t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
      .row.gap1.col3.c1_3t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
      .row.gap1.col3.c1_4t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
      .row.gap1.col3.c1_5t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
      .row.gap1.col3.c1_6t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
      .row.gap1.col3.c1_7t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
      .row.gap1.col3.c1_8t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
      .row.gap1.col3.c1_9t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
      .row.gap1.col3.c1_10t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
      .row.gap1.col3.c1_11t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
      .row.gap1.col3.c1_12t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
      .row.gap1.col3.c2_1t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
      .row.gap1.col3.c2_2t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
      .row.gap1.col3.c2_3t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
      .row.gap1.col3.c2_4t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
      .row.gap1.col3.c2_5t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
      .row.gap1.col3.c2_6t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
      .row.gap1.col3.c2_7t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
      .row.gap1.col3.c2_8t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
      .row.gap1.col3.c2_9t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
      .row.gap1.col3.c2_10t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
      .row.gap1.col3.c2_11t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
      .row.gap1.col3.c2_12t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
      .row.gap1.col3.c3_1t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
      .row.gap1.col3.c3_2t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
      .row.gap1.col3.c3_3t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
      .row.gap1.col3.c3_4t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
      .row.gap1.col3.c3_5t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
      .row.gap1.col3.c3_6t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
      .row.gap1.col3.c3_7t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
      .row.gap1.col3.c3_8t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
      .row.gap1.col3.c3_9t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
      .row.gap1.col3.c3_10t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
      .row.gap1.col3.c3_11t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
      .row.gap1.col3.c3_12t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .row.gap1.col1.c1_1p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap1.col1.c1_2p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap1.col1.c1_3p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap1.col1.c1_4p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap1.col1.c1_5p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap1.col1.c1_6p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap1.col1.c1_7p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap1.col1.c1_8p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap1.col1.c1_9p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap1.col1.c1_10p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap1.col1.c1_11p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap1.col1.c1_12p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap1.col1.c2_1p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap1.col1.c2_2p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap1.col1.c2_3p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap1.col1.c2_4p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap1.col1.c2_5p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap1.col1.c2_6p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap1.col1.c2_7p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap1.col1.c2_8p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap1.col1.c2_9p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap1.col1.c2_10p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap1.col1.c2_11p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap1.col1.c2_12p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap1.col1.c3_1p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap1.col1.c3_2p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap1.col1.c3_3p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap1.col1.c3_4p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap1.col1.c3_5p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap1.col1.c3_6p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap1.col1.c3_7p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap1.col1.c3_8p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap1.col1.c3_9p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap1.col1.c3_10p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap1.col1.c3_11p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap1.col1.c3_12p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap1.col2.c1_1p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
      .row.gap1.col2.c1_2p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
      .row.gap1.col2.c1_3p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
      .row.gap1.col2.c1_4p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
      .row.gap1.col2.c1_5p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
      .row.gap1.col2.c1_6p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
      .row.gap1.col2.c1_7p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
      .row.gap1.col2.c1_8p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
      .row.gap1.col2.c1_9p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
      .row.gap1.col2.c1_10p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
      .row.gap1.col2.c1_11p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
      .row.gap1.col2.c1_12p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
      .row.gap1.col2.c2_1p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
      .row.gap1.col2.c2_2p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
      .row.gap1.col2.c2_3p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
      .row.gap1.col2.c2_4p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
      .row.gap1.col2.c2_5p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
      .row.gap1.col2.c2_6p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
      .row.gap1.col2.c2_7p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
      .row.gap1.col2.c2_8p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
      .row.gap1.col2.c2_9p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
      .row.gap1.col2.c2_10p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
      .row.gap1.col2.c2_11p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
      .row.gap1.col2.c2_12p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
      .row.gap1.col2.c3_1p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important; }
      .row.gap1.col2.c3_2p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important; }
      .row.gap1.col2.c3_3p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important; }
      .row.gap1.col2.c3_4p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important; }
      .row.gap1.col2.c3_5p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important; }
      .row.gap1.col2.c3_6p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important; }
      .row.gap1.col2.c3_7p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important; }
      .row.gap1.col2.c3_8p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important; }
      .row.gap1.col2.c3_9p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important; }
      .row.gap1.col2.c3_10p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important; }
      .row.gap1.col2.c3_11p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important; }
      .row.gap1.col2.c3_12p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0.5rem) !important; }
      .row.gap1.col3.c1_1p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
      .row.gap1.col3.c1_2p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
      .row.gap1.col3.c1_3p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
      .row.gap1.col3.c1_4p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
      .row.gap1.col3.c1_5p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
      .row.gap1.col3.c1_6p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
      .row.gap1.col3.c1_7p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
      .row.gap1.col3.c1_8p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
      .row.gap1.col3.c1_9p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
      .row.gap1.col3.c1_10p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
      .row.gap1.col3.c1_11p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
      .row.gap1.col3.c1_12p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
      .row.gap1.col3.c2_1p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
      .row.gap1.col3.c2_2p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
      .row.gap1.col3.c2_3p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
      .row.gap1.col3.c2_4p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
      .row.gap1.col3.c2_5p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
      .row.gap1.col3.c2_6p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
      .row.gap1.col3.c2_7p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
      .row.gap1.col3.c2_8p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
      .row.gap1.col3.c2_9p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
      .row.gap1.col3.c2_10p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
      .row.gap1.col3.c2_11p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
      .row.gap1.col3.c2_12p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; }
      .row.gap1.col3.c3_1p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0.66667rem) !important; }
      .row.gap1.col3.c3_2p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0.66667rem) !important; }
      .row.gap1.col3.c3_3p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0.66667rem) !important; }
      .row.gap1.col3.c3_4p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0.66667rem) !important; }
      .row.gap1.col3.c3_5p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0.66667rem) !important; }
      .row.gap1.col3.c3_6p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0.66667rem) !important; }
      .row.gap1.col3.c3_7p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0.66667rem) !important; }
      .row.gap1.col3.c3_8p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0.66667rem) !important; }
      .row.gap1.col3.c3_9p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0.66667rem) !important; }
      .row.gap1.col3.c3_10p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0.66667rem) !important; }
      .row.gap1.col3.c3_11p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0.66667rem) !important; }
      .row.gap1.col3.c3_12p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0.66667rem) !important; } }
  .row.gap2 {
    grid-gap: 2rem; }
    .row.gap2.col1.c1_1 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap2.col1.c1_2 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap2.col1.c1_3 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap2.col1.c1_4 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap2.col1.c1_5 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap2.col1.c1_6 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap2.col1.c1_7 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap2.col1.c1_8 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap2.col1.c1_9 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap2.col1.c1_10 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap2.col1.c1_11 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap2.col1.c1_12 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap2.col1.c2_1 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap2.col1.c2_2 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap2.col1.c2_3 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap2.col1.c2_4 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap2.col1.c2_5 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap2.col1.c2_6 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap2.col1.c2_7 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap2.col1.c2_8 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap2.col1.c2_9 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap2.col1.c2_10 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap2.col1.c2_11 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap2.col1.c2_12 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap2.col1.c3_1 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap2.col1.c3_2 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap2.col1.c3_3 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap2.col1.c3_4 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap2.col1.c3_5 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap2.col1.c3_6 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap2.col1.c3_7 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap2.col1.c3_8 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap2.col1.c3_9 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap2.col1.c3_10 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap2.col1.c3_11 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap2.col1.c3_12 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap2.col2.c1_1 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
    .row.gap2.col2.c1_2 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
    .row.gap2.col2.c1_3 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
    .row.gap2.col2.c1_4 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
    .row.gap2.col2.c1_5 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
    .row.gap2.col2.c1_6 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
    .row.gap2.col2.c1_7 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
    .row.gap2.col2.c1_8 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
    .row.gap2.col2.c1_9 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
    .row.gap2.col2.c1_10 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
    .row.gap2.col2.c1_11 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
    .row.gap2.col2.c1_12 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
    .row.gap2.col2.c2_1 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
    .row.gap2.col2.c2_2 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
    .row.gap2.col2.c2_3 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
    .row.gap2.col2.c2_4 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
    .row.gap2.col2.c2_5 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
    .row.gap2.col2.c2_6 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
    .row.gap2.col2.c2_7 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
    .row.gap2.col2.c2_8 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
    .row.gap2.col2.c2_9 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
    .row.gap2.col2.c2_10 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
    .row.gap2.col2.c2_11 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
    .row.gap2.col2.c2_12 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
    .row.gap2.col2.c3_1 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
    .row.gap2.col2.c3_2 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
    .row.gap2.col2.c3_3 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
    .row.gap2.col2.c3_4 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
    .row.gap2.col2.c3_5 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
    .row.gap2.col2.c3_6 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
    .row.gap2.col2.c3_7 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
    .row.gap2.col2.c3_8 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
    .row.gap2.col2.c3_9 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
    .row.gap2.col2.c3_10 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
    .row.gap2.col2.c3_11 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
    .row.gap2.col2.c3_12 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
    .row.gap2.col3.c1_1 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
    .row.gap2.col3.c1_2 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
    .row.gap2.col3.c1_3 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
    .row.gap2.col3.c1_4 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
    .row.gap2.col3.c1_5 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
    .row.gap2.col3.c1_6 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
    .row.gap2.col3.c1_7 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
    .row.gap2.col3.c1_8 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
    .row.gap2.col3.c1_9 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
    .row.gap2.col3.c1_10 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
    .row.gap2.col3.c1_11 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
    .row.gap2.col3.c1_12 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
    .row.gap2.col3.c2_1 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
    .row.gap2.col3.c2_2 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
    .row.gap2.col3.c2_3 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
    .row.gap2.col3.c2_4 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
    .row.gap2.col3.c2_5 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
    .row.gap2.col3.c2_6 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
    .row.gap2.col3.c2_7 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
    .row.gap2.col3.c2_8 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
    .row.gap2.col3.c2_9 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
    .row.gap2.col3.c2_10 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
    .row.gap2.col3.c2_11 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
    .row.gap2.col3.c2_12 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
    .row.gap2.col3.c3_1 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
    .row.gap2.col3.c3_2 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
    .row.gap2.col3.c3_3 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
    .row.gap2.col3.c3_4 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
    .row.gap2.col3.c3_5 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
    .row.gap2.col3.c3_6 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
    .row.gap2.col3.c3_7 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
    .row.gap2.col3.c3_8 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
    .row.gap2.col3.c3_9 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
    .row.gap2.col3.c3_10 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
    .row.gap2.col3.c3_11 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
    .row.gap2.col3.c3_12 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .row.gap2.col1.c1_1t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap2.col1.c1_2t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap2.col1.c1_3t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap2.col1.c1_4t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap2.col1.c1_5t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap2.col1.c1_6t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap2.col1.c1_7t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap2.col1.c1_8t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap2.col1.c1_9t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap2.col1.c1_10t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap2.col1.c1_11t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap2.col1.c1_12t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap2.col1.c2_1t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap2.col1.c2_2t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap2.col1.c2_3t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap2.col1.c2_4t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap2.col1.c2_5t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap2.col1.c2_6t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap2.col1.c2_7t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap2.col1.c2_8t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap2.col1.c2_9t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap2.col1.c2_10t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap2.col1.c2_11t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap2.col1.c2_12t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap2.col1.c3_1t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap2.col1.c3_2t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap2.col1.c3_3t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap2.col1.c3_4t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap2.col1.c3_5t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap2.col1.c3_6t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap2.col1.c3_7t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap2.col1.c3_8t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap2.col1.c3_9t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap2.col1.c3_10t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap2.col1.c3_11t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap2.col1.c3_12t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap2.col2.c1_1t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
      .row.gap2.col2.c1_2t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
      .row.gap2.col2.c1_3t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
      .row.gap2.col2.c1_4t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
      .row.gap2.col2.c1_5t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
      .row.gap2.col2.c1_6t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
      .row.gap2.col2.c1_7t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
      .row.gap2.col2.c1_8t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
      .row.gap2.col2.c1_9t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
      .row.gap2.col2.c1_10t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
      .row.gap2.col2.c1_11t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
      .row.gap2.col2.c1_12t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
      .row.gap2.col2.c2_1t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
      .row.gap2.col2.c2_2t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
      .row.gap2.col2.c2_3t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
      .row.gap2.col2.c2_4t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
      .row.gap2.col2.c2_5t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
      .row.gap2.col2.c2_6t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
      .row.gap2.col2.c2_7t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
      .row.gap2.col2.c2_8t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
      .row.gap2.col2.c2_9t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
      .row.gap2.col2.c2_10t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
      .row.gap2.col2.c2_11t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
      .row.gap2.col2.c2_12t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
      .row.gap2.col2.c3_1t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
      .row.gap2.col2.c3_2t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
      .row.gap2.col2.c3_3t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
      .row.gap2.col2.c3_4t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
      .row.gap2.col2.c3_5t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
      .row.gap2.col2.c3_6t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
      .row.gap2.col2.c3_7t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
      .row.gap2.col2.c3_8t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
      .row.gap2.col2.c3_9t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
      .row.gap2.col2.c3_10t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
      .row.gap2.col2.c3_11t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
      .row.gap2.col2.c3_12t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
      .row.gap2.col3.c1_1t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
      .row.gap2.col3.c1_2t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
      .row.gap2.col3.c1_3t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
      .row.gap2.col3.c1_4t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
      .row.gap2.col3.c1_5t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
      .row.gap2.col3.c1_6t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
      .row.gap2.col3.c1_7t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
      .row.gap2.col3.c1_8t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
      .row.gap2.col3.c1_9t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
      .row.gap2.col3.c1_10t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
      .row.gap2.col3.c1_11t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
      .row.gap2.col3.c1_12t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
      .row.gap2.col3.c2_1t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
      .row.gap2.col3.c2_2t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
      .row.gap2.col3.c2_3t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
      .row.gap2.col3.c2_4t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
      .row.gap2.col3.c2_5t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
      .row.gap2.col3.c2_6t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
      .row.gap2.col3.c2_7t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
      .row.gap2.col3.c2_8t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
      .row.gap2.col3.c2_9t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
      .row.gap2.col3.c2_10t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
      .row.gap2.col3.c2_11t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
      .row.gap2.col3.c2_12t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
      .row.gap2.col3.c3_1t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
      .row.gap2.col3.c3_2t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
      .row.gap2.col3.c3_3t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
      .row.gap2.col3.c3_4t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
      .row.gap2.col3.c3_5t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
      .row.gap2.col3.c3_6t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
      .row.gap2.col3.c3_7t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
      .row.gap2.col3.c3_8t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
      .row.gap2.col3.c3_9t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
      .row.gap2.col3.c3_10t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
      .row.gap2.col3.c3_11t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
      .row.gap2.col3.c3_12t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .row.gap2.col1.c1_1p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap2.col1.c1_2p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap2.col1.c1_3p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap2.col1.c1_4p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap2.col1.c1_5p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap2.col1.c1_6p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap2.col1.c1_7p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap2.col1.c1_8p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap2.col1.c1_9p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap2.col1.c1_10p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap2.col1.c1_11p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap2.col1.c1_12p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap2.col1.c2_1p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap2.col1.c2_2p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap2.col1.c2_3p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap2.col1.c2_4p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap2.col1.c2_5p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap2.col1.c2_6p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap2.col1.c2_7p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap2.col1.c2_8p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap2.col1.c2_9p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap2.col1.c2_10p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap2.col1.c2_11p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap2.col1.c2_12p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap2.col1.c3_1p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap2.col1.c3_2p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap2.col1.c3_3p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap2.col1.c3_4p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap2.col1.c3_5p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap2.col1.c3_6p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap2.col1.c3_7p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap2.col1.c3_8p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap2.col1.c3_9p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap2.col1.c3_10p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap2.col1.c3_11p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap2.col1.c3_12p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap2.col2.c1_1p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
      .row.gap2.col2.c1_2p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
      .row.gap2.col2.c1_3p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
      .row.gap2.col2.c1_4p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
      .row.gap2.col2.c1_5p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
      .row.gap2.col2.c1_6p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
      .row.gap2.col2.c1_7p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
      .row.gap2.col2.c1_8p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
      .row.gap2.col2.c1_9p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
      .row.gap2.col2.c1_10p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
      .row.gap2.col2.c1_11p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
      .row.gap2.col2.c1_12p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
      .row.gap2.col2.c2_1p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
      .row.gap2.col2.c2_2p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
      .row.gap2.col2.c2_3p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
      .row.gap2.col2.c2_4p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
      .row.gap2.col2.c2_5p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
      .row.gap2.col2.c2_6p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
      .row.gap2.col2.c2_7p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
      .row.gap2.col2.c2_8p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
      .row.gap2.col2.c2_9p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
      .row.gap2.col2.c2_10p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
      .row.gap2.col2.c2_11p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
      .row.gap2.col2.c2_12p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
      .row.gap2.col2.c3_1p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 1rem) !important; }
      .row.gap2.col2.c3_2p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 1rem) !important; }
      .row.gap2.col2.c3_3p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 1rem) !important; }
      .row.gap2.col2.c3_4p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 1rem) !important; }
      .row.gap2.col2.c3_5p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 1rem) !important; }
      .row.gap2.col2.c3_6p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 1rem) !important; }
      .row.gap2.col2.c3_7p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 1rem) !important; }
      .row.gap2.col2.c3_8p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 1rem) !important; }
      .row.gap2.col2.c3_9p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 1rem) !important; }
      .row.gap2.col2.c3_10p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 1rem) !important; }
      .row.gap2.col2.c3_11p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 1rem) !important; }
      .row.gap2.col2.c3_12p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 1rem) !important; }
      .row.gap2.col3.c1_1p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
      .row.gap2.col3.c1_2p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
      .row.gap2.col3.c1_3p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
      .row.gap2.col3.c1_4p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
      .row.gap2.col3.c1_5p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
      .row.gap2.col3.c1_6p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
      .row.gap2.col3.c1_7p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
      .row.gap2.col3.c1_8p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
      .row.gap2.col3.c1_9p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
      .row.gap2.col3.c1_10p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
      .row.gap2.col3.c1_11p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
      .row.gap2.col3.c1_12p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
      .row.gap2.col3.c2_1p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
      .row.gap2.col3.c2_2p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
      .row.gap2.col3.c2_3p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
      .row.gap2.col3.c2_4p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
      .row.gap2.col3.c2_5p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
      .row.gap2.col3.c2_6p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
      .row.gap2.col3.c2_7p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
      .row.gap2.col3.c2_8p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
      .row.gap2.col3.c2_9p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
      .row.gap2.col3.c2_10p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
      .row.gap2.col3.c2_11p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
      .row.gap2.col3.c2_12p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; }
      .row.gap2.col3.c3_1p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 1.33333rem) !important; }
      .row.gap2.col3.c3_2p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 1.33333rem) !important; }
      .row.gap2.col3.c3_3p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 1.33333rem) !important; }
      .row.gap2.col3.c3_4p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 1.33333rem) !important; }
      .row.gap2.col3.c3_5p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 1.33333rem) !important; }
      .row.gap2.col3.c3_6p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 1.33333rem) !important; }
      .row.gap2.col3.c3_7p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 1.33333rem) !important; }
      .row.gap2.col3.c3_8p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 1.33333rem) !important; }
      .row.gap2.col3.c3_9p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 1.33333rem) !important; }
      .row.gap2.col3.c3_10p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 1.33333rem) !important; }
      .row.gap2.col3.c3_11p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 1.33333rem) !important; }
      .row.gap2.col3.c3_12p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 1.33333rem) !important; } }
  .row.gap3 {
    grid-gap: 3rem; }
    .row.gap3.col1.c1_1 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap3.col1.c1_2 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap3.col1.c1_3 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap3.col1.c1_4 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap3.col1.c1_5 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap3.col1.c1_6 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap3.col1.c1_7 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap3.col1.c1_8 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap3.col1.c1_9 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap3.col1.c1_10 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap3.col1.c1_11 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap3.col1.c1_12 > *:nth-child(1n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap3.col1.c2_1 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap3.col1.c2_2 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap3.col1.c2_3 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap3.col1.c2_4 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap3.col1.c2_5 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap3.col1.c2_6 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap3.col1.c2_7 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap3.col1.c2_8 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap3.col1.c2_9 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap3.col1.c2_10 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap3.col1.c2_11 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap3.col1.c2_12 > *:nth-child(1n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap3.col1.c3_1 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
    .row.gap3.col1.c3_2 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .row.gap3.col1.c3_3 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
    .row.gap3.col1.c3_4 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .row.gap3.col1.c3_5 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
    .row.gap3.col1.c3_6 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .row.gap3.col1.c3_7 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
    .row.gap3.col1.c3_8 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    .row.gap3.col1.c3_9 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
    .row.gap3.col1.c3_10 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    .row.gap3.col1.c3_11 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
    .row.gap3.col1.c3_12 > *:nth-child(1n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
    .row.gap3.col2.c1_1 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
    .row.gap3.col2.c1_2 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
    .row.gap3.col2.c1_3 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
    .row.gap3.col2.c1_4 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
    .row.gap3.col2.c1_5 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
    .row.gap3.col2.c1_6 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
    .row.gap3.col2.c1_7 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
    .row.gap3.col2.c1_8 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
    .row.gap3.col2.c1_9 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
    .row.gap3.col2.c1_10 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
    .row.gap3.col2.c1_11 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
    .row.gap3.col2.c1_12 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
    .row.gap3.col2.c2_1 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
    .row.gap3.col2.c2_2 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
    .row.gap3.col2.c2_3 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
    .row.gap3.col2.c2_4 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
    .row.gap3.col2.c2_5 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
    .row.gap3.col2.c2_6 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
    .row.gap3.col2.c2_7 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
    .row.gap3.col2.c2_8 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
    .row.gap3.col2.c2_9 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
    .row.gap3.col2.c2_10 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
    .row.gap3.col2.c2_11 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
    .row.gap3.col2.c2_12 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
    .row.gap3.col2.c3_1 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
    .row.gap3.col2.c3_2 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
    .row.gap3.col2.c3_3 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
    .row.gap3.col2.c3_4 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
    .row.gap3.col2.c3_5 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
    .row.gap3.col2.c3_6 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
    .row.gap3.col2.c3_7 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
    .row.gap3.col2.c3_8 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
    .row.gap3.col2.c3_9 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
    .row.gap3.col2.c3_10 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
    .row.gap3.col2.c3_11 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
    .row.gap3.col2.c3_12 > *:nth-child(2n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
    .row.gap3.col3.c1_1 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
    .row.gap3.col3.c1_2 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
    .row.gap3.col3.c1_3 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
    .row.gap3.col3.c1_4 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
    .row.gap3.col3.c1_5 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
    .row.gap3.col3.c1_6 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
    .row.gap3.col3.c1_7 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
    .row.gap3.col3.c1_8 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
    .row.gap3.col3.c1_9 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
    .row.gap3.col3.c1_10 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
    .row.gap3.col3.c1_11 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
    .row.gap3.col3.c1_12 > *:nth-child(3n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
    .row.gap3.col3.c2_1 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
    .row.gap3.col3.c2_2 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
    .row.gap3.col3.c2_3 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
    .row.gap3.col3.c2_4 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
    .row.gap3.col3.c2_5 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
    .row.gap3.col3.c2_6 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
    .row.gap3.col3.c2_7 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
    .row.gap3.col3.c2_8 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
    .row.gap3.col3.c2_9 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
    .row.gap3.col3.c2_10 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
    .row.gap3.col3.c2_11 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
    .row.gap3.col3.c2_12 > *:nth-child(3n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
    .row.gap3.col3.c3_1 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
    .row.gap3.col3.c3_2 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
    .row.gap3.col3.c3_3 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
    .row.gap3.col3.c3_4 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
    .row.gap3.col3.c3_5 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
    .row.gap3.col3.c3_6 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
    .row.gap3.col3.c3_7 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
    .row.gap3.col3.c3_8 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
    .row.gap3.col3.c3_9 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
    .row.gap3.col3.c3_10 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
    .row.gap3.col3.c3_11 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
    .row.gap3.col3.c3_12 > *:nth-child(3n+3) {
      width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .row.gap3.col1.c1_1t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap3.col1.c1_2t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap3.col1.c1_3t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap3.col1.c1_4t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap3.col1.c1_5t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap3.col1.c1_6t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap3.col1.c1_7t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap3.col1.c1_8t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap3.col1.c1_9t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap3.col1.c1_10t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap3.col1.c1_11t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap3.col1.c1_12t > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap3.col1.c2_1t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap3.col1.c2_2t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap3.col1.c2_3t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap3.col1.c2_4t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap3.col1.c2_5t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap3.col1.c2_6t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap3.col1.c2_7t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap3.col1.c2_8t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap3.col1.c2_9t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap3.col1.c2_10t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap3.col1.c2_11t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap3.col1.c2_12t > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap3.col1.c3_1t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap3.col1.c3_2t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap3.col1.c3_3t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap3.col1.c3_4t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap3.col1.c3_5t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap3.col1.c3_6t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap3.col1.c3_7t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap3.col1.c3_8t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap3.col1.c3_9t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap3.col1.c3_10t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap3.col1.c3_11t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap3.col1.c3_12t > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap3.col2.c1_1t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
      .row.gap3.col2.c1_2t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
      .row.gap3.col2.c1_3t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
      .row.gap3.col2.c1_4t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
      .row.gap3.col2.c1_5t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
      .row.gap3.col2.c1_6t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
      .row.gap3.col2.c1_7t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
      .row.gap3.col2.c1_8t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
      .row.gap3.col2.c1_9t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
      .row.gap3.col2.c1_10t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
      .row.gap3.col2.c1_11t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
      .row.gap3.col2.c1_12t > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
      .row.gap3.col2.c2_1t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
      .row.gap3.col2.c2_2t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
      .row.gap3.col2.c2_3t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
      .row.gap3.col2.c2_4t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
      .row.gap3.col2.c2_5t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
      .row.gap3.col2.c2_6t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
      .row.gap3.col2.c2_7t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
      .row.gap3.col2.c2_8t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
      .row.gap3.col2.c2_9t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
      .row.gap3.col2.c2_10t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
      .row.gap3.col2.c2_11t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
      .row.gap3.col2.c2_12t > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
      .row.gap3.col2.c3_1t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
      .row.gap3.col2.c3_2t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
      .row.gap3.col2.c3_3t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
      .row.gap3.col2.c3_4t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
      .row.gap3.col2.c3_5t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
      .row.gap3.col2.c3_6t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
      .row.gap3.col2.c3_7t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
      .row.gap3.col2.c3_8t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
      .row.gap3.col2.c3_9t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
      .row.gap3.col2.c3_10t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
      .row.gap3.col2.c3_11t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
      .row.gap3.col2.c3_12t > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
      .row.gap3.col3.c1_1t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
      .row.gap3.col3.c1_2t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
      .row.gap3.col3.c1_3t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
      .row.gap3.col3.c1_4t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
      .row.gap3.col3.c1_5t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
      .row.gap3.col3.c1_6t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
      .row.gap3.col3.c1_7t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
      .row.gap3.col3.c1_8t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
      .row.gap3.col3.c1_9t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
      .row.gap3.col3.c1_10t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
      .row.gap3.col3.c1_11t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
      .row.gap3.col3.c1_12t > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
      .row.gap3.col3.c2_1t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
      .row.gap3.col3.c2_2t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
      .row.gap3.col3.c2_3t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
      .row.gap3.col3.c2_4t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
      .row.gap3.col3.c2_5t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
      .row.gap3.col3.c2_6t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
      .row.gap3.col3.c2_7t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
      .row.gap3.col3.c2_8t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
      .row.gap3.col3.c2_9t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
      .row.gap3.col3.c2_10t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
      .row.gap3.col3.c2_11t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
      .row.gap3.col3.c2_12t > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
      .row.gap3.col3.c3_1t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
      .row.gap3.col3.c3_2t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
      .row.gap3.col3.c3_3t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
      .row.gap3.col3.c3_4t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
      .row.gap3.col3.c3_5t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
      .row.gap3.col3.c3_6t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
      .row.gap3.col3.c3_7t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
      .row.gap3.col3.c3_8t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
      .row.gap3.col3.c3_9t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
      .row.gap3.col3.c3_10t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
      .row.gap3.col3.c3_11t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
      .row.gap3.col3.c3_12t > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .row.gap3.col1.c1_1p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap3.col1.c1_2p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap3.col1.c1_3p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap3.col1.c1_4p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap3.col1.c1_5p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap3.col1.c1_6p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap3.col1.c1_7p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap3.col1.c1_8p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap3.col1.c1_9p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap3.col1.c1_10p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap3.col1.c1_11p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap3.col1.c1_12p > *:nth-child(1n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap3.col1.c2_1p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap3.col1.c2_2p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap3.col1.c2_3p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap3.col1.c2_4p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap3.col1.c2_5p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap3.col1.c2_6p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap3.col1.c2_7p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap3.col1.c2_8p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap3.col1.c2_9p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap3.col1.c2_10p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap3.col1.c2_11p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap3.col1.c2_12p > *:nth-child(1n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap3.col1.c3_1p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 0rem) !important; }
      .row.gap3.col1.c3_2p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .row.gap3.col1.c3_3p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 0rem) !important; }
      .row.gap3.col1.c3_4p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .row.gap3.col1.c3_5p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 0rem) !important; }
      .row.gap3.col1.c3_6p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .row.gap3.col1.c3_7p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 0rem) !important; }
      .row.gap3.col1.c3_8p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      .row.gap3.col1.c3_9p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 0rem) !important; }
      .row.gap3.col1.c3_10p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
      .row.gap3.col1.c3_11p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 0rem) !important; }
      .row.gap3.col1.c3_12p > *:nth-child(1n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .row.gap3.col2.c1_1p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
      .row.gap3.col2.c1_2p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
      .row.gap3.col2.c1_3p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
      .row.gap3.col2.c1_4p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
      .row.gap3.col2.c1_5p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
      .row.gap3.col2.c1_6p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
      .row.gap3.col2.c1_7p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
      .row.gap3.col2.c1_8p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
      .row.gap3.col2.c1_9p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
      .row.gap3.col2.c1_10p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
      .row.gap3.col2.c1_11p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
      .row.gap3.col2.c1_12p > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
      .row.gap3.col2.c2_1p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
      .row.gap3.col2.c2_2p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
      .row.gap3.col2.c2_3p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
      .row.gap3.col2.c2_4p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
      .row.gap3.col2.c2_5p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
      .row.gap3.col2.c2_6p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
      .row.gap3.col2.c2_7p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
      .row.gap3.col2.c2_8p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
      .row.gap3.col2.c2_9p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
      .row.gap3.col2.c2_10p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
      .row.gap3.col2.c2_11p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
      .row.gap3.col2.c2_12p > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
      .row.gap3.col2.c3_1p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important; }
      .row.gap3.col2.c3_2p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important; }
      .row.gap3.col2.c3_3p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important; }
      .row.gap3.col2.c3_4p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important; }
      .row.gap3.col2.c3_5p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important; }
      .row.gap3.col2.c3_6p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important; }
      .row.gap3.col2.c3_7p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important; }
      .row.gap3.col2.c3_8p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important; }
      .row.gap3.col2.c3_9p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important; }
      .row.gap3.col2.c3_10p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important; }
      .row.gap3.col2.c3_11p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important; }
      .row.gap3.col2.c3_12p > *:nth-child(2n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 1.5rem) !important; }
      .row.gap3.col3.c1_1p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
      .row.gap3.col3.c1_2p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
      .row.gap3.col3.c1_3p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
      .row.gap3.col3.c1_4p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
      .row.gap3.col3.c1_5p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
      .row.gap3.col3.c1_6p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
      .row.gap3.col3.c1_7p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
      .row.gap3.col3.c1_8p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
      .row.gap3.col3.c1_9p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
      .row.gap3.col3.c1_10p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
      .row.gap3.col3.c1_11p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
      .row.gap3.col3.c1_12p > *:nth-child(3n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
      .row.gap3.col3.c2_1p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
      .row.gap3.col3.c2_2p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
      .row.gap3.col3.c2_3p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
      .row.gap3.col3.c2_4p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
      .row.gap3.col3.c2_5p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
      .row.gap3.col3.c2_6p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
      .row.gap3.col3.c2_7p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
      .row.gap3.col3.c2_8p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
      .row.gap3.col3.c2_9p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
      .row.gap3.col3.c2_10p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
      .row.gap3.col3.c2_11p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
      .row.gap3.col3.c2_12p > *:nth-child(3n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; }
      .row.gap3.col3.c3_1p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 1) - 2rem) !important; }
      .row.gap3.col3.c3_2p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 2) - 2rem) !important; }
      .row.gap3.col3.c3_3p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 3) - 2rem) !important; }
      .row.gap3.col3.c3_4p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 4) - 2rem) !important; }
      .row.gap3.col3.c3_5p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 5) - 2rem) !important; }
      .row.gap3.col3.c3_6p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 6) - 2rem) !important; }
      .row.gap3.col3.c3_7p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 7) - 2rem) !important; }
      .row.gap3.col3.c3_8p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 8) - 2rem) !important; }
      .row.gap3.col3.c3_9p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 9) - 2rem) !important; }
      .row.gap3.col3.c3_10p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 10) - 2rem) !important; }
      .row.gap3.col3.c3_11p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 11) - 2rem) !important; }
      .row.gap3.col3.c3_12p > *:nth-child(3n+3) {
        width: calc(calc(calc(100% / 12) * 12) - 2rem) !important; } }

.cardlist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch; }
  .cardlist.cardlist111_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist111_0 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist111_0 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist111_0 > * {
        width: 100%; } }
  .cardlist.cardlist121_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist121_0 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist121_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist121_0 > * {
        width: 100%; } }
  .cardlist.cardlist131_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist131_0 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist131_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist131_0 > * {
        width: 100%; } }
  .cardlist.cardlist211_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist211_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist211_0 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist211_0 > * {
        width: 100%; } }
  .cardlist.cardlist221_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist221_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist221_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist221_0 > * {
        width: 100%; } }
  .cardlist.cardlist231_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist231_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist231_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist231_0 > * {
        width: 100%; } }
  .cardlist.cardlist311_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist311_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist311_0 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist311_0 > * {
        width: 100%; } }
  .cardlist.cardlist321_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist321_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist321_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist321_0 > * {
        width: 100%; } }
  .cardlist.cardlist331_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist331_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist331_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist331_0 > * {
        width: 100%; } }
  .cardlist.cardlist411_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist411_0 > * {
        width: calc(calc(100% / 4) - calc(calc(0rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist411_0 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist411_0 > * {
        width: 100%; } }
  .cardlist.cardlist421_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist421_0 > * {
        width: calc(calc(100% / 4) - calc(calc(0rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist421_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist421_0 > * {
        width: 100%; } }
  .cardlist.cardlist431_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist431_0 > * {
        width: calc(calc(100% / 4) - calc(calc(0rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist431_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist431_0 > * {
        width: 100%; } }
  .cardlist.cardlist511_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist511_0 > * {
        width: calc(calc(100% / 5) - calc(calc(0rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist511_0 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist511_0 > * {
        width: 100%; } }
  .cardlist.cardlist521_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist521_0 > * {
        width: calc(calc(100% / 5) - calc(calc(0rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist521_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist521_0 > * {
        width: 100%; } }
  .cardlist.cardlist531_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist531_0 > * {
        width: calc(calc(100% / 5) - calc(calc(0rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist531_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist531_0 > * {
        width: 100%; } }
  .cardlist.cardlist611_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist611_0 > * {
        width: calc(calc(100% / 6) - calc(calc(0rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist611_0 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist611_0 > * {
        width: 100%; } }
  .cardlist.cardlist621_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist621_0 > * {
        width: calc(calc(100% / 6) - calc(calc(0rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist621_0 > * {
        width: calc(calc(100% / 2) - calc(calc(0rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist621_0 > * {
        width: 100%; } }
  .cardlist.cardlist631_0 {
    grid-gap: 0rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist631_0 > * {
        width: calc(calc(100% / 6) - calc(calc(0rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist631_0 > * {
        width: calc(calc(100% / 3) - calc(calc(0rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist631_0 > * {
        width: 100%; } }
  .cardlist.cardlist111_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist111_1 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist111_1 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist111_1 > * {
        width: 100%; } }
  .cardlist.cardlist121_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist121_1 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist121_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist121_1 > * {
        width: 100%; } }
  .cardlist.cardlist131_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist131_1 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist131_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist131_1 > * {
        width: 100%; } }
  .cardlist.cardlist211_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist211_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist211_1 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist211_1 > * {
        width: 100%; } }
  .cardlist.cardlist221_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist221_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist221_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist221_1 > * {
        width: 100%; } }
  .cardlist.cardlist231_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist231_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist231_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist231_1 > * {
        width: 100%; } }
  .cardlist.cardlist311_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist311_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist311_1 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist311_1 > * {
        width: 100%; } }
  .cardlist.cardlist321_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist321_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist321_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist321_1 > * {
        width: 100%; } }
  .cardlist.cardlist331_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist331_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist331_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist331_1 > * {
        width: 100%; } }
  .cardlist.cardlist411_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist411_1 > * {
        width: calc(calc(100% / 4) - calc(calc(1rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist411_1 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist411_1 > * {
        width: 100%; } }
  .cardlist.cardlist421_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist421_1 > * {
        width: calc(calc(100% / 4) - calc(calc(1rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist421_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist421_1 > * {
        width: 100%; } }
  .cardlist.cardlist431_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist431_1 > * {
        width: calc(calc(100% / 4) - calc(calc(1rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist431_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist431_1 > * {
        width: 100%; } }
  .cardlist.cardlist511_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist511_1 > * {
        width: calc(calc(100% / 5) - calc(calc(1rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist511_1 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist511_1 > * {
        width: 100%; } }
  .cardlist.cardlist521_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist521_1 > * {
        width: calc(calc(100% / 5) - calc(calc(1rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist521_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist521_1 > * {
        width: 100%; } }
  .cardlist.cardlist531_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist531_1 > * {
        width: calc(calc(100% / 5) - calc(calc(1rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist531_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist531_1 > * {
        width: 100%; } }
  .cardlist.cardlist611_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist611_1 > * {
        width: calc(calc(100% / 6) - calc(calc(1rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist611_1 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist611_1 > * {
        width: 100%; } }
  .cardlist.cardlist621_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist621_1 > * {
        width: calc(calc(100% / 6) - calc(calc(1rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist621_1 > * {
        width: calc(calc(100% / 2) - calc(calc(1rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist621_1 > * {
        width: 100%; } }
  .cardlist.cardlist631_1 {
    grid-gap: 1rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist631_1 > * {
        width: calc(calc(100% / 6) - calc(calc(1rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist631_1 > * {
        width: calc(calc(100% / 3) - calc(calc(1rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist631_1 > * {
        width: 100%; } }
  .cardlist.cardlist111_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist111_2 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist111_2 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist111_2 > * {
        width: 100%; } }
  .cardlist.cardlist121_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist121_2 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist121_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist121_2 > * {
        width: 100%; } }
  .cardlist.cardlist131_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist131_2 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist131_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist131_2 > * {
        width: 100%; } }
  .cardlist.cardlist211_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist211_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist211_2 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist211_2 > * {
        width: 100%; } }
  .cardlist.cardlist221_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist221_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist221_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist221_2 > * {
        width: 100%; } }
  .cardlist.cardlist231_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist231_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist231_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist231_2 > * {
        width: 100%; } }
  .cardlist.cardlist311_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist311_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist311_2 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist311_2 > * {
        width: 100%; } }
  .cardlist.cardlist321_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist321_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist321_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist321_2 > * {
        width: 100%; } }
  .cardlist.cardlist331_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist331_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist331_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist331_2 > * {
        width: 100%; } }
  .cardlist.cardlist411_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist411_2 > * {
        width: calc(calc(100% / 4) - calc(calc(2rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist411_2 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist411_2 > * {
        width: 100%; } }
  .cardlist.cardlist421_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist421_2 > * {
        width: calc(calc(100% / 4) - calc(calc(2rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist421_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist421_2 > * {
        width: 100%; } }
  .cardlist.cardlist431_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist431_2 > * {
        width: calc(calc(100% / 4) - calc(calc(2rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist431_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist431_2 > * {
        width: 100%; } }
  .cardlist.cardlist511_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist511_2 > * {
        width: calc(calc(100% / 5) - calc(calc(2rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist511_2 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist511_2 > * {
        width: 100%; } }
  .cardlist.cardlist521_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist521_2 > * {
        width: calc(calc(100% / 5) - calc(calc(2rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist521_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist521_2 > * {
        width: 100%; } }
  .cardlist.cardlist531_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist531_2 > * {
        width: calc(calc(100% / 5) - calc(calc(2rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist531_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist531_2 > * {
        width: 100%; } }
  .cardlist.cardlist611_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist611_2 > * {
        width: calc(calc(100% / 6) - calc(calc(2rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist611_2 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist611_2 > * {
        width: 100%; } }
  .cardlist.cardlist621_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist621_2 > * {
        width: calc(calc(100% / 6) - calc(calc(2rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist621_2 > * {
        width: calc(calc(100% / 2) - calc(calc(2rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist621_2 > * {
        width: 100%; } }
  .cardlist.cardlist631_2 {
    grid-gap: 2rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist631_2 > * {
        width: calc(calc(100% / 6) - calc(calc(2rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist631_2 > * {
        width: calc(calc(100% / 3) - calc(calc(2rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist631_2 > * {
        width: 100%; } }
  .cardlist.cardlist111_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist111_3 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist111_3 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist111_3 > * {
        width: 100%; } }
  .cardlist.cardlist121_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist121_3 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist121_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist121_3 > * {
        width: 100%; } }
  .cardlist.cardlist131_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist131_3 > * {
        width: 100%; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist131_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist131_3 > * {
        width: 100%; } }
  .cardlist.cardlist211_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist211_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist211_3 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist211_3 > * {
        width: 100%; } }
  .cardlist.cardlist221_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist221_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist221_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist221_3 > * {
        width: 100%; } }
  .cardlist.cardlist231_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist231_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist231_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist231_3 > * {
        width: 100%; } }
  .cardlist.cardlist311_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist311_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist311_3 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist311_3 > * {
        width: 100%; } }
  .cardlist.cardlist321_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist321_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist321_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist321_3 > * {
        width: 100%; } }
  .cardlist.cardlist331_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist331_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist331_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist331_3 > * {
        width: 100%; } }
  .cardlist.cardlist411_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist411_3 > * {
        width: calc(calc(100% / 4) - calc(calc(3rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist411_3 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist411_3 > * {
        width: 100%; } }
  .cardlist.cardlist421_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist421_3 > * {
        width: calc(calc(100% / 4) - calc(calc(3rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist421_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist421_3 > * {
        width: 100%; } }
  .cardlist.cardlist431_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist431_3 > * {
        width: calc(calc(100% / 4) - calc(calc(3rem * calc(4 - 1) / 4))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist431_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist431_3 > * {
        width: 100%; } }
  .cardlist.cardlist511_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist511_3 > * {
        width: calc(calc(100% / 5) - calc(calc(3rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist511_3 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist511_3 > * {
        width: 100%; } }
  .cardlist.cardlist521_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist521_3 > * {
        width: calc(calc(100% / 5) - calc(calc(3rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist521_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist521_3 > * {
        width: 100%; } }
  .cardlist.cardlist531_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist531_3 > * {
        width: calc(calc(100% / 5) - calc(calc(3rem * calc(5 - 1) / 5))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist531_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist531_3 > * {
        width: 100%; } }
  .cardlist.cardlist611_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist611_3 > * {
        width: calc(calc(100% / 6) - calc(calc(3rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist611_3 > * {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist611_3 > * {
        width: 100%; } }
  .cardlist.cardlist621_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist621_3 > * {
        width: calc(calc(100% / 6) - calc(calc(3rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist621_3 > * {
        width: calc(calc(100% / 2) - calc(calc(3rem * calc(2 - 1) / 2))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist621_3 > * {
        width: 100%; } }
  .cardlist.cardlist631_3 {
    grid-gap: 3rem; }
    @media (min-width: 1300px) {
      .cardlist.cardlist631_3 > * {
        width: calc(calc(100% / 6) - calc(calc(3rem * calc(6 - 1) / 6))); } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .cardlist.cardlist631_3 > * {
        width: calc(calc(100% / 3) - calc(calc(3rem * calc(3 - 1) / 3))); } }
    @media (min-width: 0px) and (max-width: 788px) {
      .cardlist.cardlist631_3 > * {
        width: 100%; } }

.cWhite {
  color: #fafafa; }

.cBlack {
  color: #3f3f3f; }

.cCTA {
  color: #1D7874; }

.cGrey20 {
  color: #f2f2f2; }

.cGrey40 {
  color: #3f3f3f; }

.bgcWhite {
  color: #fafafa; }

.bgcBlack {
  background-color: #3f3f3f; }

.bgcCta {
  background-color: #1D7874; }

.bgcGrey20 {
  background-color: #f2f2f2; }

.bgcGrey40 {
  background-color: #3f3f3f; }

.navwrapper {
  z-index: 50; }
  .navwrapper .desktop_nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 20vw;
    height: 100vh;
    position: fixed;
    flex-direction: column;
    border-right: 1px solid #f2f2f2;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    z-index: 1337; }
    @media (min-width: 0px) and (max-width: 500px) {
      .navwrapper .desktop_nav {
        display: none !important; } }
    @media (min-width: 500px) and (max-width: 850px) {
      .navwrapper .desktop_nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        height: 17vh;
        padding-bottom: 10px;
        width: 100vw;
        top: 0;
        border-bottom: 1px solid #D3DCE1;
        min-height: 120px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .navwrapper .desktop_nav {
        min-height: unset !important; } }
    .navwrapper .desktop_nav #header {
      padding-top: 32px;
      padding-bottom: 32px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav #header {
          padding-top: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav #header {
          padding-top: calc(32px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav #header {
          padding-bottom: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav #header {
          padding-bottom: calc(32px * 0.8) !important; } }
      @media (max-height: 500vh) {
        .navwrapper .desktop_nav #header {
          padding-bottom: 0 !important; } }
      .navwrapper .desktop_nav #header a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        width: 100%; }
        .navwrapper .desktop_nav #header a img {
          width: 20rem; }
          @media (min-width: 788px) and (max-width: 1300px) {
            .navwrapper .desktop_nav #header a img {
              width: calc(20rem * 0.55) !important; } }
          @media (min-width: 0px) and (max-width: 788px) {
            .navwrapper .desktop_nav #header a img {
              width: calc(20rem * 0.55) !important; } }
    @media (min-width: 500px) and (max-width: 850px) {
      .navwrapper .desktop_nav .menu ul {
        display: flex;
        padding-top: 25px; } }
    .navwrapper .desktop_nav .menu ul li {
      line-height: 33px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      display: block;
      min-height: 3.5rem;
      text-align: center;
      list-style-type: none;
      display: block; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .menu ul li {
          line-height: calc(33px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .menu ul li {
          line-height: calc(33px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-left: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-left: calc(20px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-right: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-right: calc(20px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-top: calc(15px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-top: calc(15px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-bottom: calc(15px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .menu ul li {
          padding-bottom: calc(15px * 0.8) !important; } }
      @media (max-height: 500vh) {
        .navwrapper .desktop_nav .menu ul li {
          padding-top: 0 !important; } }
      .navwrapper .desktop_nav .menu ul li a {
        display: block;
        color: #3f3f3f;
        font-weight: 700;
        text-decoration: none; }
        @media (min-width: 500px) and (max-width: 850px) {
          .navwrapper .desktop_nav .menu ul li a {
            font-size: 16px; } }
  @media (min-width: 500px) and (max-width: 850px) and (min-width: 788px) and (max-width: 1300px) {
    .navwrapper .desktop_nav .menu ul li a {
      font-size: calc(16px * 0.9) !important; } }
  @media (min-width: 500px) and (max-width: 850px) and (min-width: 0px) and (max-width: 788px) {
    .navwrapper .desktop_nav .menu ul li a {
      font-size: calc(16px * 0.8) !important; } }
        .navwrapper .desktop_nav .menu ul li a:hover {
          color: #1D7874; }
    .navwrapper .desktop_nav .footer {
      padding-top: 32px;
      padding-bottom: 32px;
      width: 100% !important; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .footer {
          padding-top: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .footer {
          padding-top: calc(32px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .navwrapper .desktop_nav .footer {
          padding-bottom: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .navwrapper .desktop_nav .footer {
          padding-bottom: calc(32px * 0.8) !important; } }
      @media (max-height: 500vh) {
        .navwrapper .desktop_nav .footer {
          padding-top: 0 !important; } }
      @media (min-width: 500px) and (max-width: 850px) {
        .navwrapper .desktop_nav .footer {
          width: unset !important;
          padding-right: 30px;
          padding-bottom: unset !important;
          margin-top: 32px; } }
      .navwrapper .desktop_nav .footer .copyright {
        text-align: center;
        margin-bottom: 32px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .navwrapper .desktop_nav .footer .copyright {
            margin-bottom: calc(32px * 0.9) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .navwrapper .desktop_nav .footer .copyright {
            margin-bottom: calc(32px * 0.8) !important; } }
        @media (min-width: 500px) and (max-width: 850px) {
          .navwrapper .desktop_nav .footer .copyright {
            display: none; } }
        .navwrapper .desktop_nav .footer .copyright > span {
          font-size: 12px; }
          @media (min-width: 788px) and (max-width: 1300px) {
            .navwrapper .desktop_nav .footer .copyright > span {
              font-size: calc(12px * 0.9) !important; } }
          @media (min-width: 0px) and (max-width: 788px) {
            .navwrapper .desktop_nav .footer .copyright > span {
              font-size: calc(12px * 0.8) !important; } }
      .navwrapper .desktop_nav .footer .socials {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        @media (min-width: 500px) and (max-width: 850px) {
          .navwrapper .desktop_nav .footer .socials {
            flex-direction: column;
            margin-bottom: 10px; } }
        .navwrapper .desktop_nav .footer .socials > a {
          width: calc(100% / 3);
          text-align: center; }
          @media (min-width: 500px) and (max-width: 850px) {
            .navwrapper .desktop_nav .footer .socials > a {
              margin-bottom: 15px; } }
          .navwrapper .desktop_nav .footer .socials > a > i {
            font-size: 4rem; }
            @media (min-width: 788px) and (max-width: 1300px) {
              .navwrapper .desktop_nav .footer .socials > a > i {
                font-size: 2.7rem; } }
            @media (min-width: 500px) and (max-width: 850px) {
              .navwrapper .desktop_nav .footer .socials > a > i {
                font-size: 2rem; } }
          .navwrapper .desktop_nav .footer .socials > a:hover i {
            color: #1D7874; }
  .navwrapper .mobile {
    display: none;
    background-color: white;
    border-bottom: 1px solid #D3DCE1; }
    @media (min-width: 0px) and (max-width: 500px) {
      .navwrapper .mobile {
        display: block;
        display: flex;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px; } }
  .navwrapper .hamburger {
    background-color: transparent !important;
    color: black;
    display: none !important;
    cursor: pointer;
    padding-top: 13px; }
    @media (min-width: 0px) and (max-width: 500px) {
      .navwrapper .hamburger {
        display: block !important; } }
    .navwrapper .hamburger:focus {
      outline: none; }
  .navwrapper .mobile_nav {
    display: none;
    position: absolute;
    top: 135px;
    left: 0;
    background-color: #fafafa;
    width: 100%;
    z-index: 23;
    box-shadow: 0px 20px 18px 0px rgba(0, 0, 0, 0.22);
    border-top: 1px solid #f2f2f2 !important;
    height: calc(100vh - 140px); }
    @media (min-width: 0px) and (max-width: 500px) {
      .navwrapper .mobile_nav .menuwrapper {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 136px);
        justify-content: space-between; } }
    .navwrapper .mobile_nav .menuwrapper > ul {
      list-style-type: none;
      padding-inline-start: 0 !important;
      margin-bottom: 0 !important;
      display: flex;
      flex-direction: column; }
      .navwrapper .mobile_nav .menuwrapper > ul > li {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #f2f2f2;
        line-height: 6.5rem;
        cursor: pointer !important; }
        .navwrapper .mobile_nav .menuwrapper > ul > li a {
          text-decoration: none;
          padding: 0 32px;
          font-size: 1.3rem;
          white-space: nowrap; }
          .navwrapper .mobile_nav .menuwrapper > ul > li a i {
            margin-right: 15px;
            font-size: 1.5rem;
            vertical-align: middle; }
        .navwrapper .mobile_nav .menuwrapper > ul > li:hover {
          background-color: #f2f2f2; }
      .navwrapper .mobile_nav .menuwrapper > ul li:nth-child(5) {
        flex-grow: 1;
        cursor: default; }
        .navwrapper .mobile_nav .menuwrapper > ul li:nth-child(5):hover {
          background-color: #fafafa; }
    .navwrapper .mobile_nav .menuwrapper .socials {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #f2f2f2;
      padding-top: 20px;
      padding-bottom: 20px; }
      .navwrapper .mobile_nav .menuwrapper .socials > a {
        width: calc(100% / 3);
        text-align: center; }
        .navwrapper .mobile_nav .menuwrapper .socials > a > i {
          font-size: 4rem; }

footer {
  display: none;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100% !important; }
  @media (min-width: 0px) and (max-width: 788px) {
    footer {
      display: block; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    footer {
      padding-top: calc(32px * 0.9) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    footer {
      padding-top: calc(32px * 0.8) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    footer {
      padding-bottom: calc(32px * 0.9) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    footer {
      padding-bottom: calc(32px * 0.8) !important; } }
  @media (max-height: 500vh) {
    footer {
      padding-top: 0 !important; } }
  footer .copyright {
    text-align: center;
    margin-bottom: 32px; }
    @media (min-width: 788px) and (max-width: 1300px) {
      footer .copyright {
        margin-bottom: calc(32px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      footer .copyright {
        margin-bottom: calc(32px * 0.8) !important; } }
    footer .copyright > span {
      font-size: 12px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        footer .copyright > span {
          font-size: calc(12px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        footer .copyright > span {
          font-size: calc(12px * 0.8) !important; } }
  footer .socials {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    footer .socials > a {
      width: calc(100% / 3);
      text-align: center; }
      footer .socials > a > i {
        font-size: 4rem; }
      footer .socials > a:hover i {
        color: #1D7874; }

.content {
  position: relative;
  width: 80vw;
  margin-left: 20vw;
  height: 100vh;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: calc(32px + 15px); }
  @media (min-width: 788px) and (max-width: 1300px) {
    .content {
      padding-top: calc(40px * 0.9) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .content {
      padding-top: calc(40px * 0.8) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .content {
      padding-left: calc(32px * 0.9) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .content {
      padding-left: calc(32px * 0.8) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .content {
      padding-right: calc(calc(32px + 15px) * 0.9) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .content {
      padding-right: calc(calc(32px + 15px) * 0.6) !important; } }
  @media (min-width: 789px) and (max-width: 850px) {
    .content {
      margin-left: 0 !important;
      margin-top: 0 !important; } }
  @media (min-width: 500px) and (max-width: 850px) {
    .content {
      margin-top: 17vh !important;
      width: 100%; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .content {
      margin-top: 0 !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .content {
      width: 100% !important;
      height: 100% !important;
      margin-left: unset !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-top: 0; } }

a {
  font-size: 16px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    a {
      font-size: calc(16px * 0.9) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    a {
      font-size: calc(16px * 0.8) !important; } }
  a:hover {
    color: #1D7874 !important; }

ul {
  list-style: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important; }

.noselect, .horizontal #horizon, .horizontal #text1, .horizontal #text2 {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

/*

// backup skill colors (color scheme 3)
$cSkill1: #C9DDD7;
$cSkill2: #B6CDC6;
$cSkill3: #A3BDB5;
$cSkill4: #9AB5AD;
$cSkill5: #90ACA4;

*/
/*$cPrimary: #3D3D3D;
$cSecondary: #f6f6f6; // #E8EAEA
$cCTAColor: #287094;
$cAlt1: #D3DCE1;
$cAlt2: $cPrimary;
$cAboutHeaderIcon: $cSecondary;
$cIcon: $cPrimary;
$cNav: #fff;

$cSkill1: #B1BEBE; 
$cSkill2: #A9B8B8;
$cSkill3: #A0B1B1;
$cSkill4: #96A9A9; 
$cSkill5: #8BA0A0;

$cCardBGColor: rgba(35, 97, 127, 0.8); // CTA color in RGBA

$cScrollbar: rgba(35, 97, 127, 0.25); //CTA color for scrollbar

$cTimeline: $cSkill1;
$cTimelineSections: $cSkill5;*/
/**/
/*$cPrimary: #050505;
$cSecondary: #FDFDFD; //#FCFCFC;
$cCTAColor: #00A676;
$cAlt1: #EEF5F3;
$cAlt2: $cPrimary;
$cAboutHeaderIcon: $cSecondary;
$cIcon: $cPrimary;
$cNav: #fff;

$cSkill1: #CAE0DA;
$cSkill2: #BAD7CF;
$cSkill3: #AACDC3;
$cSkill4: #9AC4B8;
$cSkill5: #89BAAC;

$cCardBGColor: rgba(0, 166, 118, 0.8); // CTA color in RGBA

$cTimeline: $cSkill1;
$cTimelineSections: $cSkill5;*/
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 21px;
  color: #3f3f3f;
  font-family: "Source Sans Pro Regular", Verdana, sans-serif;
  background: #fafafa;
  overflow-x: hidden !important; }
  @media (min-width: 788px) and (max-width: 1300px) {
    body {
      font-size: calc(21px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    body {
      font-size: calc(21px * 0.9) !important; } }

h1, h2, h3, h4, h5, blockquote, strong.primary, strong.secondary, strong.tertiary, .fontHeaders {
  font-family: "Ubuntu", sans-serif;
  color: #1D7874; }

input, textarea {
  font-size: 12px;
  font-family: "Source Sans Pro Light", Verdana, sans-serif; }
  @media (min-width: 788px) and (max-width: 1300px) {
    input, textarea {
      font-size: calc(12px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input, textarea {
      font-size: calc(12px * 0.6) !important; } }

h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    h1 {
      font-size: calc(52px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h1 {
      font-size: calc(52px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    h1 {
      margin-top: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h1 {
      margin-top: calc(5px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    h1 {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h1 {
      margin-bottom: calc(5px * 0.9) !important; } }

h2 {
  font-size: 40px;
  margin-bottom: 5px;
  margin-bottom: 5px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    h2 {
      font-size: calc(40px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h2 {
      font-size: calc(40px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    h2 {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h2 {
      margin-bottom: calc(5px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    h2 {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h2 {
      margin-bottom: calc(5px * 0.9) !important; } }

h3 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    h3 {
      font-size: calc(28px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h3 {
      font-size: calc(28px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    h3 {
      margin-top: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h3 {
      margin-top: calc(5px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    h3 {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    h3 {
      margin-bottom: calc(5px * 0.9) !important; } }

strong.primary {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #f2f2f2; }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.primary {
      font-size: calc(28px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.primary {
      font-size: calc(28px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.primary {
      margin-top: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.primary {
      margin-top: calc(5px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.primary {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.primary {
      margin-bottom: calc(5px * 0.9) !important; } }

strong.secondary {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.secondary {
      font-size: calc(16px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.secondary {
      font-size: calc(16px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.secondary {
      margin-top: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.secondary {
      margin-top: calc(5px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.secondary {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.secondary {
      margin-bottom: calc(5px * 0.9) !important; } }

strong.tertiary {
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.tertiary {
      font-size: calc(21px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.tertiary {
      font-size: calc(21px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.tertiary {
      margin-top: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.tertiary {
      margin-top: calc(5px * 0.9) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    strong.tertiary {
      margin-bottom: calc(5px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    strong.tertiary {
      margin-bottom: calc(5px * 0.9) !important; } }

p {
  margin-block-start: 0em;
  font-size: 16px;
  margin-bottom: 15px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    p {
      font-size: calc(16px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    p {
      font-size: calc(16px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    p {
      margin-bottom: calc(15px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    p {
      margin-bottom: calc(15px * 0.6) !important; } }

p.small {
  font-size: 12px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    p.small {
      font-size: calc(12px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    p.small {
      font-size: calc(12px * 1) !important; } }

blockquote {
  font-size: 16px;
  font-weight: 400;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-start: unset;
  margin-inline-end: unset; }
  @media (min-width: 788px) and (max-width: 1300px) {
    blockquote {
      font-size: calc(16px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    blockquote {
      font-size: calc(16px * 0.6) !important; } }
  blockquote:before {
    content: open-quote; }
  blockquote:after {
    content: close-quote; }

ul, ol {
  margin-block-start: 10px;
  margin-block-end: 10px;
  padding-inline-start: 0;
  list-style: none; }

li {
  font-size: 16px;
  text-indent: 10px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    li {
      font-size: calc(16px * 0.95) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    li {
      font-size: calc(16px * 0.9) !important; } }

ul.horizontal, ol.horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  ul.horizontal li, ol.horizontal li {
    float: left;
    padding: 32px; }

hr {
  margin-left: 0;
  background-color: #3f3f3f;
  border: unset;
  height: 3px; }

.flexRow_SB_C {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.flexRow_End {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end; }

.flexHub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 20px;
  margin-bottom: 70px; }
  @media (min-width: 1300px) {
    .flexHub > * {
      width: calc(calc(100% / 2) - calc(calc(20px * calc(2 - 1) / 2))); } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .flexHub > * {
      width: calc(calc(100% / 2) - calc(calc(20px * calc(2 - 1) / 2))); } }
  @media (min-width: 0px) and (max-width: 788px) {
    .flexHub > * {
      width: 100%; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .flexHub {
      margin-bottom: calc(70px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .flexHub {
      margin-bottom: calc(70px * 1) !important; } }
  .flexHub .sidebar {
    width: calc(25% - 20px); }
    @media (min-width: 788px) and (max-width: 1300px) {
      .flexHub .sidebar {
        width: calc(calc(25% - 20px) * 1) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .flexHub .sidebar {
        width: calc(calc(25% - 20px) * 4) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .flexHub .sidebar {
        width: 100% !important; } }
    .flexHub .sidebar > div:last-of-type {
      margin-bottom: 32px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .flexHub .sidebar > div:last-of-type {
          margin-bottom: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .flexHub .sidebar > div:last-of-type {
          margin-bottom: calc(32px * 0.8) !important; } }
  .flexHub .maincontent {
    width: calc(75% - 20px); }
    @media (min-width: 788px) and (max-width: 1300px) {
      .flexHub .maincontent {
        width: calc(calc(75% - 20px) * 1) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .flexHub .maincontent {
        width: calc(calc(75% - 20px) * 1.33) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .flexHub .maincontent {
        width: 100% !important; } }
    .flexHub .maincontent > h2 {
      margin-top: 0; }
    .flexHub .maincontent ol {
      padding-inline-start: 25px;
      list-style: upper-roman; }
    .flexHub .maincontent *:last-of-type {
      margin-bottom: 0; }

.contactwrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .contactwrapper > h1 {
    margin-bottom: 20px; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .contactwrapper > h1 {
        margin-bottom: calc(20px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .contactwrapper > h1 {
        margin-bottom: calc(20px * 0.8) !important; } }
  .contactwrapper .introtekst {
    text-align: center;
    margin-bottom: 64px;
    font-size: 21px;
    width: 80%; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .contactwrapper .introtekst {
        margin-bottom: calc(64px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .contactwrapper .introtekst {
        margin-bottom: calc(64px * 0.8) !important; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .contactwrapper .introtekst {
        font-size: calc(21px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .contactwrapper .introtekst {
        font-size: calc(21px * 0.8) !important; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .contactwrapper .introtekst {
        width: calc(80% * 100%) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .contactwrapper .introtekst {
        width: calc(80% * 100%) !important; } }
    .contactwrapper .introtekst a {
      font-size: 21px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .contactwrapper .introtekst a {
          font-size: calc(21px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .contactwrapper .introtekst a {
          font-size: calc(21px * 0.8) !important; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .contactwrapper .introtekst {
        width: 90% !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .contactwrapper .introtekst {
        width: 100% !important; } }
  .contactwrapper > div:last-of-type {
    flex-grow: 1; }
  .contactwrapper .formBox input {
    background-color: #f2f2f2 !important; }
  .contactwrapper .formBox textarea {
    background-color: #f2f2f2 !important; }
  .contactwrapper .formBox .float-r {
    float: right; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .contactwrapper .formBox {
      width: 90% !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .contactwrapper .formBox {
      width: 100% !important; } }

.timeline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0px; }
  @media (min-width: 1300px) {
    .timeline > * {
      width: calc(calc(100% / 2) - calc(calc(0px * calc(2 - 1) / 2))); } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .timeline > * {
      width: calc(calc(100% / 2) - calc(calc(0px * calc(2 - 1) / 2))); } }
  @media (min-width: 0px) and (max-width: 788px) {
    .timeline > * {
      width: 100%; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .timeline {
      border-left: 3px solid #CAE6E5; } }
  .timeline .containerhidebefore::before {
    display: none !important; }
  .timeline .containerhidebefore::after {
    display: none !important; }
  .timeline .container {
    position: relative; }
    .timeline .container::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: 28px;
      right: -8px;
      background: #fafafa;
      border: 2px solid #ADD5D3;
      border-radius: 16px;
      z-index: 1; }
    .timeline .container::before {
      content: '';
      position: absolute;
      width: 65px;
      height: 2px;
      top: 35px;
      right: 8px;
      background: #ADD5D3;
      z-index: 1; }
    .timeline .container .icon {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      top: 17px;
      background: #1D7874;
      border: 2px solid #1D7874;
      border-radius: 40px;
      text-align: center;
      color: #fafafa;
      z-index: 1;
      font-size: 16px;
      padding-top: 9px;
      padding-bottom: 9px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icon {
          font-size: calc(16px * 1) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icon {
          font-size: calc(16px * 1) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icon {
          padding-top: calc(9px * 1) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icon {
          padding-top: calc(9px * 1) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icon {
          padding-bottom: calc(9px * 1) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icon {
          padding-bottom: calc(9px * 1) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icon {
          top: 10px; } }
    .timeline .container .content-item {
      border-radius: 500px 0 0 500px !important;
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .content-item {
          padding-left: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .content-item {
          padding-left: calc(32px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .content-item {
          padding-right: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .content-item {
          padding-right: calc(32px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .content-item {
          padding-top: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .content-item {
          padding-top: calc(20px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .content-item {
          padding-bottom: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .content-item {
          padding-bottom: calc(20px * 0.8) !important; } }
      .timeline .container .content-item > h2 {
        font-size: 28px;
        color: #3f3f3f;
        margin: 0; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .content-item > h2 {
            font-size: calc(28px * 0.7) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .content-item > h2 {
            font-size: calc(28px * 0.9) !important; } }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .content-item > h2 {
            margin-bottom: 0 !important; } }
    .timeline .container .contentitemwrapper {
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .contentitemwrapper {
          padding-left: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .contentitemwrapper {
          padding-left: calc(32px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .contentitemwrapper {
          padding-right: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .contentitemwrapper {
          padding-right: calc(32px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .contentitemwrapper {
          padding-top: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .contentitemwrapper {
          padding-top: calc(20px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .contentitemwrapper {
          padding-bottom: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .contentitemwrapper {
          padding-bottom: calc(20px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .contentitemwrapper {
          padding-right: 0 !important;
          padding-left: 10px !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .contentitemwrapper {
          padding-right: 0 !important;
          padding-left: 0 !important; } }
      .timeline .container .contentitemwrapper > p {
        font-size: 21px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .contentitemwrapper > p {
            font-size: calc(21px * 0.7) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .contentitemwrapper > p {
            font-size: calc(21px * 0.8) !important; } }
        .timeline .container .contentitemwrapper > p > a {
          color: #1D7874; }
      .timeline .container .contentitemwrapper .socials {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .contentitemwrapper .socials {
            padding-top: calc(20px * 0.9) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .contentitemwrapper .socials {
            padding-top: calc(20px * 0.8) !important; } }
        .timeline .container .contentitemwrapper .socials > button {
          margin: 0;
          margin-bottom: 20px; }
          @media (min-width: 788px) and (max-width: 1300px) {
            .timeline .container .contentitemwrapper .socials > button {
              margin-bottom: calc(20px * 0.9) !important; } }
          @media (min-width: 0px) and (max-width: 788px) {
            .timeline .container .contentitemwrapper .socials > button {
              margin-bottom: calc(20px * 0.8) !important; } }
          @media (min-width: 788px) and (max-width: 1300px) {
            .timeline .container .contentitemwrapper .socials > button {
              margin-right: 10px !important; } }
          @media (min-width: 0px) and (max-width: 788px) {
            .timeline .container .contentitemwrapper .socials > button {
              margin-right: 10px !important; } }
      .timeline .container .contentitemwrapper .contacticons {
        display: flex;
        gap: 20px; }
        .timeline .container .contentitemwrapper .contacticons div {
          display: flex;
          flex-direction: column; }
          .timeline .container .contentitemwrapper .contacticons div > .fas, .timeline .container .contentitemwrapper .contacticons div .far {
            line-height: 40px;
            color: #3f3f3f; }
          .timeline .container .contentitemwrapper .contacticons div > span, .timeline .container .contentitemwrapper .contacticons div a {
            display: block;
            min-height: 40px;
            line-height: 40px;
            margin-bottom: 20px;
            font-size: 21px; }
            @media (min-width: 788px) and (max-width: 1300px) {
              .timeline .container .contentitemwrapper .contacticons div > span, .timeline .container .contentitemwrapper .contacticons div a {
                margin-bottom: calc(20px * 0) !important; } }
            @media (min-width: 0px) and (max-width: 788px) {
              .timeline .container .contentitemwrapper .contacticons div > span, .timeline .container .contentitemwrapper .contacticons div a {
                margin-bottom: calc(20px * 0) !important; } }
            @media (min-width: 788px) and (max-width: 1300px) {
              .timeline .container .contentitemwrapper .contacticons div > span, .timeline .container .contentitemwrapper .contacticons div a {
                font-size: calc(21px * 0.7) !important; } }
            @media (min-width: 0px) and (max-width: 788px) {
              .timeline .container .contentitemwrapper .contacticons div > span, .timeline .container .contentitemwrapper .contacticons div a {
                font-size: calc(21px * 0.8) !important; } }
    .timeline .container .icongrid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      grid-gap: 25px;
      padding-top: 20px;
      padding-left: 32px; }
      @media (min-width: 1300px) {
        .timeline .container .icongrid > * {
          width: calc(calc(100% / 3) - calc(calc(25px * calc(3 - 1) / 3))); } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icongrid > * {
          width: calc(calc(100% / 2) - calc(calc(25px * calc(2 - 1) / 2))); } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icongrid > * {
          width: calc(calc(100% / 2) - calc(calc(25px * calc(2 - 1) / 2))); } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icongrid {
          padding-top: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icongrid {
          padding-top: calc(20px * 0.8) !important; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .icongrid {
          padding-left: calc(32px * 0.4) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icongrid {
          padding-left: calc(32px * 0.75) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .icongrid {
          padding-bottom: 32px; } }
      .timeline .container .icongrid img {
        max-width: 100%;
        width: 145px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .icongrid img {
            width: calc(145px * 0.8) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .icongrid img {
            width: calc(145px * 0.8) !important; } }
    .timeline .container .projectlist {
      padding-top: 20px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .container .projectlist {
          padding-top: calc(20px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .container .projectlist {
          padding-top: calc(20px * 0.8) !important; } }
      .timeline .container .projectlist p {
        font-size: 21px;
        margin-bottom: 32px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .projectlist p {
            font-size: calc(21px * 0.7) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .projectlist p {
            font-size: calc(21px * 0.8) !important; } }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .projectlist p {
            margin-bottom: calc(32px * 0.9) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .projectlist p {
            margin-bottom: calc(32px * 0.8) !important; } }
      .timeline .container .projectlist > title {
        font-size: 28px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .projectlist > title {
            font-size: calc(28px * 0.7) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .projectlist > title {
            font-size: calc(28px * 0.8) !important; } }
      .timeline .container .projectlist span {
        font-size: 12px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .container .projectlist span {
            font-size: calc(12px * 0.7) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .container .projectlist span {
            font-size: calc(12px * 0.8) !important; } }
  .timeline .left {
    padding-right: 32px; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .timeline .left {
        padding-right: calc(32px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .timeline .left {
        padding-right: calc(32px * 0.8) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .timeline .left {
        padding-right: 0 !important;
        padding-left: 25px; } }
    .timeline .left .container {
      margin-bottom: 100px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .left .container {
          margin-bottom: calc(100px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .left .container {
          margin-bottom: calc(100px * 0.3) !important; } }
      .timeline .left .container:after, .timeline .left .container:before {
        right: -41px; }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .left .container:after, .timeline .left .container:before {
            left: -35px;
            top: 31px; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .left .container:before {
          right: -31px !important;
          top: 29px; } }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .left .container:after {
          right: -38px !important;
          top: 22px; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .left .container:after {
          top: 24px; } }
      .timeline .left .container > .icon {
        right: 20px; }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .left .container > .icon {
            left: 20px;
            top: 13px; } }
    .timeline .left .content-item {
      border-radius: 0 500px 500px 0 !important; }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .left .content-item {
          border-radius: 500px 0 0 500px !important; } }
      .timeline .left .content-item > h2 {
        text-align: right;
        margin-right: 42px; }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .left .content-item > h2 {
            text-align: left;
            margin-left: 42px; } }
  .timeline .right {
    border-left: 3px solid #CAE6E5;
    padding-left: 32px; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .timeline .right {
        padding-left: calc(32px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .timeline .right {
        padding-left: calc(32px * 0.8) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .timeline .right {
        border-left: unset; } }
    .timeline .right .container {
      margin-bottom: 32px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .right .container {
          margin-bottom: calc(32px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .right .container {
          margin-bottom: calc(32px * 1.3) !important; } }
      .timeline .right .container:after {
        left: -41px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .right .container:after {
            left: -38px;
            top: 22px; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .right .container:after {
            left: -35px;
            top: 28px; } }
      .timeline .right .container:before {
        left: -28px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .right .container:before {
            top: 29px; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .right .container:before {
            top: 35px; } }
      .timeline .right .container:first-of-type {
        margin-top: 125px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .right .container:first-of-type {
            margin-top: calc(125px * 0.9) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .right .container:first-of-type {
            margin-top: calc(125px * 0) !important; } }
      .timeline .right .container .content-item > h2 {
        text-align: left;
        margin-left: 42px; }
      .timeline .right .container > .icon {
        left: 20px; }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .right .container > .icon {
            top: 15px; } }
  .timeline .skill-wrap .wrapper {
    display: flex;
    width: 100%; }
    .timeline .skill-wrap .wrapper .skill-name {
      display: block !important;
      width: 38%;
      font-weight: 700;
      font-size: 16px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .skill-wrap .wrapper .skill-name {
          font-size: calc(16px * 0.7) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .skill-wrap .wrapper .skill-name {
          font-size: calc(16px * 0.8) !important; } }
    .timeline .skill-wrap .wrapper .skill-bar-container {
      width: 100%;
      border-radius: 50px;
      background-color: #f2f2f2;
      margin-bottom: 15px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .timeline .skill-wrap .wrapper .skill-bar-container {
          margin-bottom: calc(15px * 0.9) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .timeline .skill-wrap .wrapper .skill-bar-container {
          margin-bottom: calc(15px * 0.8) !important; } }
      .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar {
        display: block;
        border-radius: 50px;
        height: 20px;
        height: 20px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar {
            height: calc(20px * 0.7) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar {
            height: calc(20px * 0.8) !important; } }
        .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar.level1 {
          width: 20%;
          background-color: #CAE6E5; }
        .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar.level2 {
          width: 40%;
          background-color: #C3E2E1; }
        .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar.level3 {
          width: 60%;
          background-color: #BCDEDC; }
        .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar.level4 {
          width: 80%;
          background-color: #B5DAD8; }
        .timeline .skill-wrap .wrapper .skill-bar-container .skill-bar.level5 {
          width: 100%;
          background-color: #ADD5D3; }

.portfolio_detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 5rem;
  justify-content: space-between; }
  .portfolio_detail > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 5rem) !important; }
  .portfolio_detail > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 5rem) !important; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .portfolio_detail > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 5rem) !important; }
    .portfolio_detail > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 5rem) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .portfolio_detail > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 12) - 5rem) !important; }
    .portfolio_detail > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 12) - 5rem) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .portfolio_detail {
      width: 100% !important;
      grid-gap: 3rem; } }
  @media (min-width: 500px) and (max-width: 850px) {
    .portfolio_detail {
      margin-top: 0 !important; } }
  @media (min-width: 500px) and (max-width: 850px) {
    .portfolio_detail {
      margin-top: 17vh; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .portfolio_detail {
      width: 100% !important;
      grid-gap: 0;
      margin-top: 0; } }
  .portfolio_detail .project_titel {
    font-size: 2.5em;
    position: relative; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .project_titel {
        font-size: calc(2.5em * 0.95) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .project_titel {
        font-size: calc(2.5em * 0.9) !important; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .project_titel {
        width: 100% !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .project_titel {
        margin-bottom: 20px;
        width: 100% !important; } }
    .portfolio_detail .project_titel::before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      bottom: -10px;
      border-bottom: 2px solid #D3DCE1;
      width: 212%;
      z-index: -1; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .portfolio_detail .project_titel::before {
          width: 100% !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .portfolio_detail .project_titel::before {
          width: 100% !important; } }
    .portfolio_detail .project_titel > div .subtitle {
      font-size: 0.55em; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .portfolio_detail .project_titel > div .subtitle {
          font-size: calc(0.55em * 1) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .portfolio_detail .project_titel > div .subtitle {
          font-size: calc(0.55em * 1) !important; } }
  .portfolio_detail .technieken {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .technieken {
        width: 100% !important; } }
    @media (min-width: 500px) and (max-width: 850px) {
      .portfolio_detail .technieken {
        margin-bottom: 20px !important;
        margin-top: 20px !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .technieken {
        margin-bottom: 10px;
        width: 100% !important; } }
    .portfolio_detail .technieken > div {
      margin-right: 15px;
      height: 75px;
      display: flex;
      align-items: center; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .portfolio_detail .technieken > div {
          height: calc(75px * 0.8) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .portfolio_detail .technieken > div {
          height: calc(75px * 0.6) !important; } }
    .portfolio_detail .technieken img {
      max-width: 100%; }
  .portfolio_detail .tekst {
    margin-bottom: 32px;
    padding: 20px;
    background-color: #ededee;
    height: 75vh;
    overflow-y: auto; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .tekst {
        margin-bottom: calc(32px * 0.8) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .tekst {
        margin-bottom: calc(32px * 0.8) !important; } }
    .portfolio_detail .tekst::-webkit-scrollbar {
      width: 3px;
      height: 8px;
      background-color: #D8D8D8;
      /* or add it to the track */ }
    .portfolio_detail .tekst::-webkit-scrollbar-thumb {
      background: #aaa; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .tekst {
        padding: calc(20px * 0.9) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .tekst {
        padding: calc(20px * 0.8) !important; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .tekst {
        width: 100% !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .tekst {
        width: 100% !important; } }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .tekst {
        height: unset !important; } }
    @media (min-width: 500px) and (max-width: 850px) {
      .portfolio_detail .tekst {
        height: unset !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .tekst {
        height: unset !important; } }
    .portfolio_detail .tekst > p {
      font-size: 21px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .portfolio_detail .tekst > p {
          font-size: calc(21px * 1) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .portfolio_detail .tekst > p {
          font-size: calc(21px * 1) !important; } }
  .portfolio_detail .carousel .carousel-cell {
    width: 100%;
    height: 75vh;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .portfolio_detail .carousel .carousel-cell {
        height: unset !important; } }
    @media (min-width: 500px) and (max-width: 850px) {
      .portfolio_detail .carousel .carousel-cell {
        height: unset !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .portfolio_detail .carousel .carousel-cell {
        align-items: center;
        height: unset !important; } }
  .portfolio_detail .carousel img {
    display: block;
    max-height: 100%; }
  .portfolio_detail .carousel .carousel.is-fullscreen .carousel-cell {
    height: 100%; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .portfolio_detail .carousel_wrapper {
      width: 100% !important;
      margin-bottom: 64px; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .portfolio_detail .carousel_wrapper {
      width: 100% !important;
      margin-bottom: 64px; } }

.form {
  font-size: 15px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .form {
      font-size: calc(15px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .form {
      font-size: calc(15px * 0.8) !important; } }
  .form.col2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 0rem; }
    .form.col2 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
    .form.col2 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .form.col2 > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .form.col2 > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .form.col2 > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .form.col2 > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; } }
    .form.col2 > * {
      margin-bottom: 15px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .form.col2 > * {
          margin-bottom: calc(15px * 0.8) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .form.col2 > * {
          margin-bottom: calc(15px * 0.7) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .form.col2 > *:nth-child(2n+1) {
        margin-bottom: unset !important; } }
    .form.col2 > header, .form.col2 > .fw {
      width: 100% !important; }
  .form.col2x2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 0rem;
    align-items: flex-start !important; }
    .form.col2x2 > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    .form.col2x2 > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .form.col2x2 > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; }
      .form.col2x2 > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 6) - 0rem) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .form.col2x2 > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .form.col2x2 > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; } }
    .form.col2x2 > * {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      grid-gap: 0rem; }
      .form.col2x2 > * > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
      .form.col2x2 > * > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .form.col2x2 > * > *:nth-child(2n+1) {
          width: calc(calc(calc(100% / 12) * 4) - 0rem) !important; }
        .form.col2x2 > * > *:nth-child(2n+2) {
          width: calc(calc(calc(100% / 12) * 8) - 0rem) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .form.col2x2 > * > *:nth-child(2n+1) {
          width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
        .form.col2x2 > * > *:nth-child(2n+2) {
          width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; } }
      .form.col2x2 > * > * {
        margin-bottom: 15px; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .form.col2x2 > * > * {
            margin-bottom: calc(15px * 0.8) !important; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .form.col2x2 > * > * {
            margin-bottom: calc(15px * 0.7) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .form.col2x2 > * > *:nth-child(2n+1) {
          margin-bottom: unset !important; } }
      .form.col2x2 > * > header, .form.col2x2 > * > .fw {
        width: 100% !important; }
  .form.col2x2Half {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 0rem;
    align-items: flex-start !important; }
    .form.col2x2Half > *:nth-child(2n+1) {
      width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
    .form.col2x2Half > *:nth-child(2n+2) {
      width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .form.col2x2Half > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 2) - 0rem) !important; }
      .form.col2x2Half > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 10) - 0rem) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .form.col2x2Half > *:nth-child(2n+1) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; }
      .form.col2x2Half > *:nth-child(2n+2) {
        width: calc(calc(calc(100% / 12) * 12) - 0rem) !important; } }
    .form.col2x2Half > * {
      margin-bottom: 15px; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .form.col2x2Half > * {
          margin-bottom: calc(15px * 0.8) !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .form.col2x2Half > * {
          margin-bottom: calc(15px * 0.7) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .form.col2x2Half > *:nth-child(2n+1) {
        margin-bottom: unset !important; } }
    .form.col2x2Half > header, .form.col2x2Half > .fw {
      width: 100% !important; }
  .form textarea {
    width: 100% !important;
    min-width: unset; }
  .form input {
    width: 100%; }

input[type=text]:not(.ignore) {
  min-width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 43.2px;
  color: #3f3f3f;
  background-color: #3f3f3f;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      min-width: 300px; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      min-width: 100%; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      padding-left: calc(20px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      padding-left: calc(20px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      padding-right: calc(20px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      padding-right: calc(20px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      padding-top: calc(0 * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      padding-top: calc(0 * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      padding-bottom: calc(0 * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      padding-bottom: calc(0 * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      font-size: calc(12px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      font-size: calc(12px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    input[type=text]:not(.ignore) {
      line-height: calc(43.2px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    input[type=text]:not(.ignore) {
      line-height: calc(43.2px * 1) !important; } }
  input[type=text]:not(.ignore):disabled {
    background-color: #3f3f3f;
    color: #f2f2f2; }
  input[type=text]:not(.ignore):focus {
    border-color: #1D7874;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

textarea:not(.ignore) {
  min-width: 300px;
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 43.2px;
  color: #3f3f3f;
  background-color: #3f3f3f;
  background-clip: padding-box;
  border: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      min-width: 300px; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      min-width: 100%; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      min-height: 100px; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      min-height: 100px; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      padding-left: calc(20px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      padding-left: calc(20px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      padding-right: calc(20px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      padding-right: calc(20px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      padding-top: calc(0 * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      padding-top: calc(0 * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      padding-bottom: calc(0 * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      padding-bottom: calc(0 * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      font-size: calc(12px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      font-size: calc(12px * 1) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    textarea:not(.ignore) {
      line-height: calc(43.2px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    textarea:not(.ignore) {
      line-height: calc(43.2px * 1) !important; } }
  textarea:not(.ignore):focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.mt_S {
  margin-top: 15px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .mt_S {
      margin-top: calc(15px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .mt_S {
      margin-top: calc(15px * 0.8) !important; } }

.mLUnset {
  margin-left: 0 !important; }

.mRUnset {
  margin-right: 0 !important; }

.mTUnset {
  margin-top: 0 !important; }

.mBUnset {
  margin-bottom: 0 !important; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .mBUnset {
      margin-bottom: 0 !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .mBUnset {
      margin-bottom: 0 !important; } }

.mUnset {
  margin: 0 !important; }

.plXS {
  padding-left: 10px !important; }

.txtCenter {
  text-align: center !important;
  margin-bottom: 20px !important; }

li {
  text-indent: 0; }

@media (min-width: 1300px) {
  .respHideD {
    display: none !important; } }

@media (min-width: 788px) and (max-width: 1300px) {
  .respHideT {
    display: none !important; } }

@media (min-width: 0px) and (max-width: 788px) {
  .respHideP {
    display: none !important; } }

@media (min-width: 788px) and (max-width: 1300px) {
  .respHideGtP {
    display: none !important; } }

@media (min-width: 1300px) {
  .respHideGtP {
    display: none !important; } }

@media (min-width: 788px) and (max-width: 1300px) {
  .respHideLtD {
    display: none !important; } }

@media (min-width: 0px) and (max-width: 788px) {
  .respHideLtD {
    display: none !important; } }

.txtC {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .txtC {
      margin-bottom: calc(20px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .txtC {
      margin-bottom: calc(20px * 1) !important; } }

button:not(.flickity-button) {
  display: inline-block;
  font-weight: 700;
  font-family: "Source Sans Pro Regular", Verdana, sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent !important;
  border-radius: 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fafafa;
  background-color: #1D7874;
  border-color: #1D7874; }
  button:not(.flickity-button):not(:first-of-type) {
    margin: 0 10px; }
  button:not(.flickity-button):not(:disabled):not(.disabled) {
    cursor: pointer; }
  button:not(.flickity-button):hover {
    color: #fff;
    background-color: #186360;
    border-color: #186360; }

button:not(.l):not(.s):not(.flickity-button):not(.mini) {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 33px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-left: calc(32px * 0.4) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-left: calc(32px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-right: calc(32px * 0.4) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-right: calc(32px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-top: calc(10px * 0.4) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-top: calc(10px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-bottom: calc(10px * 0.4) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      padding-bottom: calc(10px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      font-size: calc(18px * 0.7) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      font-size: calc(18px * 0.8) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      line-height: calc(33px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button:not(.l):not(.s):not(.flickity-button):not(.mini) {
      line-height: calc(33px * 1) !important; } }

button.l {
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 18px;
  line-height: 39.6px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.l {
      padding-left: calc(96px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.l {
      padding-left: calc(96px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.l {
      padding-right: calc(96px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.l {
      padding-right: calc(96px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.l {
      padding-top: calc(7.5px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.l {
      padding-top: calc(7.5px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.l {
      padding-bottom: calc(7.5px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.l {
      padding-bottom: calc(7.5px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.l {
      font-size: calc(18px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.l {
      font-size: calc(18px * 0.8) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.l {
      line-height: calc(39.6px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.l {
      line-height: calc(39.6px * 1) !important; } }
  button.l:not(:first-of-type) {
    margin-right: 0 16px; }

button.s {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 13.5px;
  line-height: 24.75px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.s {
      padding-left: calc(24px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.s {
      padding-left: calc(24px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.s {
      padding-right: calc(24px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.s {
      padding-right: calc(24px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.s {
      padding-top: calc(7.5px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.s {
      padding-top: calc(7.5px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.s {
      padding-bottom: calc(7.5px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.s {
      padding-bottom: calc(7.5px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.s {
      font-size: calc(13.5px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.s {
      font-size: calc(13.5px * 0.8) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.s {
      line-height: calc(24.75px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.s {
      line-height: calc(24.75px * 1) !important; } }
  button.s:not(:first-of-type) {
    margin-right: 0 7.5px; }

button.btnSecondary {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 33px;
  background-color: #3f3f3f;
  border-color: #f2f2f2; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnSecondary {
      padding-left: calc(32px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnSecondary {
      padding-left: calc(32px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnSecondary {
      padding-right: calc(32px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnSecondary {
      padding-right: calc(32px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnSecondary {
      padding-top: calc(10px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnSecondary {
      padding-top: calc(10px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnSecondary {
      padding-bottom: calc(10px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnSecondary {
      padding-bottom: calc(10px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnSecondary {
      font-size: calc(18px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnSecondary {
      font-size: calc(18px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnSecondary {
      line-height: calc(33px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnSecondary {
      line-height: calc(33px * 1) !important; } }
  button.btnSecondary:hover {
    background-color: #262626;
    border-color: #186360; }

button.btnIcnAfter {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 33px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnAfter {
      padding-left: calc(32px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnAfter {
      padding-left: calc(32px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnAfter {
      padding-right: calc(32px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnAfter {
      padding-right: calc(32px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnAfter {
      padding-top: calc(1px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnAfter {
      padding-top: calc(1px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnAfter {
      padding-bottom: calc(1px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnAfter {
      padding-bottom: calc(1px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnAfter {
      font-size: calc(18px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnAfter {
      font-size: calc(18px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnAfter {
      line-height: calc(33px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnAfter {
      line-height: calc(33px * 1) !important; } }
  button.btnIcnAfter:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-left: 10px;
    font-weight: 900;
    color: inherit; }
  button.btnIcnAfter.arrowright:after {
    content: "\f061" !important; }
  button.btnIcnAfter.arrowleft:after {
    content: "\f060" !important; }
  button.btnIcnAfter.mail:after {
    content: "\f0e0" !important; }
  button.btnIcnAfter.phone:after {
    content: "\f879" !important; }
  button.btnIcnAfter.location:after {
    content: "\f124" !important; }
  button.btnIcnAfter.magnifyglass:after {
    content: "\f002" !important; }
  button.btnIcnAfter.balancescale:after {
    content: "\f516" !important; }
  button.btnIcnAfter.training:after {
    content: "\f44b" !important; }
  button.btnIcnAfter.finance:after {
    content: "\f51e" !important; }
  button.btnIcnAfter.finance:after {
    content: "\f51e" !important; }
  button.btnIcnAfter.fancypen:after {
    content: "\f5ac" !important; }
  button.btnIcnAfter.witwassen:after {
    content: "\e05e" !important; }
  button.btnIcnAfter.moneybill:after {
    content: "\f0d6" !important; }
  button.btnIcnAfter.crossclose:after {
    content: "\f057" !important; }
  button.btnIcnAfter.chevrondown:after {
    content: "\f107" !important; }
  button.btnIcnAfter.chevronup:after {
    content: "\f106" !important; }
  button.btnIcnAfter.chat:after {
    content: "\f086" !important; }

button.btnIcnBefore {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 33px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnBefore {
      padding-left: calc(32px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnBefore {
      padding-left: calc(32px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnBefore {
      padding-right: calc(32px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnBefore {
      padding-right: calc(32px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnBefore {
      padding-top: calc(1px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnBefore {
      padding-top: calc(1px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnBefore {
      padding-bottom: calc(1px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnBefore {
      padding-bottom: calc(1px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnBefore {
      font-size: calc(18px * 1.2) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnBefore {
      font-size: calc(18px * 1.4) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.btnIcnBefore {
      line-height: calc(33px * 1) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnIcnBefore {
      line-height: calc(33px * 1) !important; } }
  button.btnIcnBefore:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-right: 10px;
    font-weight: 900;
    color: white; }
  button.btnIcnBefore.arrowright:before {
    content: "\f061" !important; }
  button.btnIcnBefore.arrowleft:before {
    content: "\f060" !important; }
  button.btnIcnBefore.mail:before {
    content: "\f0e0" !important; }
  button.btnIcnBefore.phone:before {
    content: "\f879" !important; }
  button.btnIcnBefore.location:before {
    content: "\f124" !important; }
  button.btnIcnBefore.magnifyglass:before {
    content: "\f002" !important; }
  button.btnIcnBefore.balancescale:before {
    content: "\f516" !important; }
  button.btnIcnBefore.training:before {
    content: "\f44b" !important; }
  button.btnIcnBefore.finance:before {
    content: "\f51e" !important; }
  button.btnIcnBefore.finance:before {
    content: "\f51e" !important; }
  button.btnIcnBefore.fancypen:before {
    content: "\f5ac" !important; }
  button.btnIcnBefore.witwassen:before {
    content: "\e05e" !important; }
  button.btnIcnBefore.moneybill:before {
    content: "\f0d6" !important; }
  button.btnIcnBefore.crossclose:before {
    content: "\f057" !important; }
  button.btnIcnBefore.chevrondown:before {
    content: "\f107" !important; }
  button.btnIcnBefore.chevronup:before {
    content: "\f106" !important; }
  button.btnIcnBefore.chat:before {
    content: "\f086" !important; }
  button.btnIcnBefore.linkedin:before {
    content: "\f164" !important; }
  button.btnIcnBefore.github:before {
    content: "\f126" !important; }

button.btnOutline {
  background-color: transparent;
  color: #3f3f3f;
  border: 1px solid #3f3f3f !important; }
  button.btnOutline:hover {
    background-color: #3f3f3f;
    color: #191919; }

button.btnOutlineResp {
  background-color: unset !important;
  color: #1D7874;
  text-align: right;
  padding-left: unset !important;
  padding-right: unset !important;
  font-size: 18px !important; }
  button.btnOutlineResp:hover {
    color: #3f3f3f; }
  @media (min-width: 0px) and (max-width: 788px) {
    button.btnOutlineResp {
      background-color: transparent;
      color: #3f3f3f;
      border: 1px solid #3f3f3f !important; }
      button.btnOutlineResp:after {
        font-family: "Font Awesome 5 Free";
        content: "";
        display: inline-block;
        padding-left: 10px;
        font-weight: 900;
        color: inherit; }
      button.btnOutlineResp:hover {
        background-color: #fafafa;
        color: #191919; } }

button.mini {
  padding-left: 3.75px;
  padding-right: 3.75px;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
  font-size: 12px;
  background-color: #fafafa;
  color: #3f3f3f; }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.mini {
      padding-left: calc(3.75px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.mini {
      padding-left: calc(3.75px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.mini {
      padding-right: calc(3.75px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.mini {
      padding-right: calc(3.75px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.mini {
      padding-top: calc(3.75px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.mini {
      padding-top: calc(3.75px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.mini {
      padding-bottom: calc(3.75px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.mini {
      padding-bottom: calc(3.75px * 0.6) !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    button.mini {
      font-size: calc(12px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    button.mini {
      font-size: calc(12px * 0.8) !important; } }
  button.mini:before {
    /* &:hover {
            color: $cWhite;
        }*/ }

.imgDivAlignbgLT {
  background-position: left top; }

.imgDivAlignbgLC {
  background-position: left center; }

.imgDivAlignbgLB {
  background-position: left bottom; }

.imgDivAlignbgRT {
  background-position: right top; }

.imgDivAlignbgRC {
  background-position: right center; }

.imgDivAlignbgRB {
  background-position: right bottom; }

.imgDivAlignbgCT {
  background-position: center top; }

.imgDivAlignbgCC {
  background-position: center center; }

.imgDivAlignbgCB {
  background-position: center bottom; }

img {
  max-width: 100% !important;
  max-height: 100% !important; }

a {
  color: #3f3f3f;
  font-size: unset !important; }
  a:hover {
    color: #3f3f3f; }

a.grey {
  color: #f2f2f2;
  font-size: 16px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    a.grey {
      font-size: calc(16px * 0.8) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    a.grey {
      font-size: calc(16px * 1) !important; } }
  a.grey:hover {
    color: #3f3f3f; }

a.secondary {
  color: #f2f2f2;
  text-decoration: none; }
  a.secondary:hover {
    color: #3f3f3f; }

a.readmore, button.readmore {
  color: #1D7874;
  text-decoration: none;
  cursor: pointer; }
  a.readmore:after, button.readmore:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-left: 5px;
    font-weight: 900;
    color: inherit; }
  a.readmore:hover, button.readmore:hover {
    color: #3f3f3f; }

a.large {
  font-family: 'Frank Ruhl Libre';
  font-size: 16px;
  margin-block-start: unset !important;
  margin-block-end: unset !important;
  margin-inline-start: unset !important;
  margin-inline-end: unset !important; }

/*
<style >
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&family=Ubuntu:wght@400;700&display=swap')
;
</style >

font-family: 'Source Sans Pro', sans-serif
;
font-family: 'Ubuntu', sans-serif
;

*/
/* frank-ruhl-libre-regular - latin */
/*@font-face {
	font-family: 'Frank Ruhl Libre';
	font-style: normal;
	font-weight: 400;
	src: url('/webfonts/frank-ruhl-libre-v11-latin-regular.eot');*/
/* IE9 Compat Modes */
/*src: local(''), url('/webfonts/frank-ruhl-libre-v11-latin-regular.eot?#iefix') format('embedded-opentype'),*/
/* IE6-IE8 */
/*url('/webfonts/frank-ruhl-libre-v11-latin-regular.woff2') format('woff2'),*/
/* Super Modern Browsers */
/*url('/webfonts/frank-ruhl-libre-v11-latin-regular.woff') format('woff'),*/
/* Modern Browsers */
/*url('/webfonts/frank-ruhl-libre-v11-latin-regular.ttf') format('truetype'),*/
/* Safari, Android, iOS */
/*url('/webfonts/frank-ruhl-libre-v11-latin-regular.svg#FrankRuhlLibre') format('svg');*/
/* Legacy iOS */
/*}*/
/* frank-ruhl-libre-700 - latin */
/*@font-face {
	font-family: 'Frank Ruhl Libre';
	font-style: normal;
	font-weight: 700;
	src: url('/webfonts/frank-ruhl-libre-v11-latin-700.eot');*/
/* IE9 Compat Modes */
/*src: local(''), url('/webfonts/frank-ruhl-libre-v11-latin-700.eot?#iefix') format('embedded-opentype'),*/
/* IE6-IE8 */
/*url('/webfonts/frank-ruhl-libre-v11-latin-700.woff2') format('woff2'),*/
/* Super Modern Browsers */
/*url('/webfonts/frank-ruhl-libre-v11-latin-700.woff') format('woff'),*/
/* Modern Browsers */
/*url('/webfonts/frank-ruhl-libre-v11-latin-700.ttf') format('truetype'),*/
/* Safari, Android, iOS */
/*url('/webfonts/frank-ruhl-libre-v11-latin-700.svg#FrankRuhlLibre') format('svg');*/
/* Legacy iOS */
/*}*/
/* frank-ruhl-libre-900 - latin */
/*@font-face {
	font-family: 'Frank Ruhl Libre';
	font-style: normal;
	font-weight: 900;
	src: url('/webfonts/frank-ruhl-libre-v11-latin-900.eot');*/
/* IE9 Compat Modes */
/*src: local(''), url('/webfonts/frank-ruhl-libre-v11-latin-900.eot?#iefix') format('embedded-opentype'),*/
/* IE6-IE8 */
/*url('/webfonts/frank-ruhl-libre-v11-latin-900.woff2') format('woff2'),*/
/* Super Modern Browsers */
/*url('/webfonts/frank-ruhl-libre-v11-latin-900.woff') format('woff'),*/
/* Modern Browsers */
/*url('/webfonts/frank-ruhl-libre-v11-latin-900.ttf') format('truetype'),*/
/* Safari, Android, iOS */
/*url('/webfonts/frank-ruhl-libre-v11-latin-900.svg#FrankRuhlLibre') format('svg');*/
/* Legacy iOS */
/*}


@font-face {
	font-family: 'Spartan MB Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Regular'), url('/webfonts/SpartanMB-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Spartan MB Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Thin'), url('/webfonts/SpartanMB-Thin.woff') format('woff');
}


@font-face {
	font-family: 'Spartan MB Light';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Light'), url('/webfonts/SpartanMB-Light.woff') format('woff');
}


@font-face {
	font-family: 'Spartan MB SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB SemiBold'), url('/webfonts/SpartanMB-SemiBold.woff') format('woff');
}


@font-face {
	font-family: 'Spartan MB Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Bold'), url('/webfonts/SpartanMB-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Spartan MB ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB ExtraBold'), url('/webfonts/SpartanMB-Extra-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Spartan MB Black';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Black'), url('/webfonts/SpartanMB-Black.woff') format('woff');
}*/
.horizontal #horizon, .horizontal #text1, .horizontal #text2 {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /*Chrome, Safari and Opera*/ }
  .horizontal #horizon::-webkit-scrollbar, .horizontal #text1::-webkit-scrollbar, .horizontal #text2::-webkit-scrollbar {
    display: none; }

.horizontal .progress {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 7.5%;
  height: 6px;
  width: 340px;
  background-color: rgba(29, 120, 116, 0.3);
  border-radius: 4px; }
  @media (min-width: 788px) and (max-width: 1300px) {
    .horizontal .progress {
      bottom: 5% !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .horizontal .progress {
      bottom: 2.5% !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .horizontal .progress {
      height: 6px !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .horizontal .progress {
      height: 4px !important; } }
  @media (min-width: 788px) and (max-width: 1300px) {
    .horizontal .progress {
      width: 270px !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .horizontal .progress {
      width: 200px !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .horizontal .progress {
      left: 25%; } }
  @media (min-width: 500px) and (max-width: 850px) {
    .horizontal .progress {
      left: 37.5%; } }
  .horizontal .progress > div {
    height: 100%;
    width: 0%;
    background-color: rgba(29, 120, 116, 0.3);
    border-radius: 4px; }

.horizontal #horizon {
  position: relative;
  margin-left: 20vw;
  width: 80vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: auto; }
  @media (min-width: 500px) and (max-width: 850px) {
    .horizontal #horizon {
      width: 100vw;
      height: 83vh;
      margin-left: unset;
      margin-top: 17vh; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .horizontal #horizon {
      width: 100vw !important;
      height: calc(100vh - 150px) !important;
      margin-top: unset !important;
      margin-left: unset !important; } }
  .horizontal #horizon #inner {
    perspective: 2px;
    width: max-content;
    height: 100%;
    display: flex; }
    .horizontal #horizon #inner > div:nth-child(odd) div {
      bottom: 10%; }
      .horizontal #horizon #inner > div:nth-child(odd) div .kaart > :nth-child(2) {
        top: 250px; }
      .horizontal #horizon #inner > div:nth-child(odd) div .kaart > :nth-child(3) {
        top: 300px; }
    .horizontal #horizon #inner > div:nth-child(even) div {
      top: 10%; }
      @media (min-width: 0px) and (max-width: 788px) {
        .horizontal #horizon #inner > div:nth-child(even) div {
          top: 5%; } }
      .horizontal #horizon #inner > div:nth-child(even) div .kaart > :nth-child(2) {
        bottom: 300px; }
      .horizontal #horizon #inner > div:nth-child(even) div .kaart > :nth-child(3) {
        bottom: 250px; }
    .horizontal #horizon #inner > div {
      position: relative;
      margin-right: 64px;
      width: 36vw; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .horizontal #horizon #inner > div {
          width: 36vw; }
          .horizontal #horizon #inner > div > div {
            left: -15%; } }
      @media (min-width: 500px) and (max-width: 850px) {
        .horizontal #horizon #inner > div {
          width: 48vw;
          margin-right: 30px; } }
      @media (min-width: 0px) and (max-width: 500px) {
        .horizontal #horizon #inner > div {
          width: 85vw; } }
      .horizontal #horizon #inner > div > div {
        position: absolute;
        left: 0; }
        .horizontal #horizon #inner > div > div .kaart {
          font-family: "Antic Didone", sans-serif;
          margin-left: 9em;
          cursor: pointer;
          position: relative;
          color: #fafafa; }
          @media (min-width: 0px) and (max-width: 788px) {
            .horizontal #horizon #inner > div > div .kaart {
              margin-left: 6em; } }
          @media (min-width: 788px) and (max-width: 1300px) {
            .horizontal #horizon #inner > div > div .kaart {
              margin-left: 7em; } }
          .horizontal #horizon #inner > div > div .kaart > :not(:first-child) {
            position: absolute;
            width: max-content;
            font-size: 1.8em;
            background-color: rgba(29, 120, 116, 0.8);
            padding-inline: 0.2em; }
            @media (min-width: 788px) and (max-width: 1300px) {
              .horizontal #horizon #inner > div > div .kaart > :not(:first-child) {
                font-size: calc(1.8em * 0.75) !important; } }
            @media (min-width: 0px) and (max-width: 788px) {
              .horizontal #horizon #inner > div > div .kaart > :not(:first-child) {
                font-size: calc(1.8em * 0.6) !important; } }
          .horizontal #horizon #inner > div > div .kaart > :first-child {
            max-width: unset !important;
            max-height: unset !important;
            width: 375px;
            height: 511px; }
            @media (min-width: 788px) and (max-width: 1300px) {
              .horizontal #horizon #inner > div > div .kaart > :first-child {
                width: calc(375px * 0.8) !important; } }
            @media (min-width: 0px) and (max-width: 788px) {
              .horizontal #horizon #inner > div > div .kaart > :first-child {
                width: calc(375px * 0.7) !important; } }
            @media (min-width: 788px) and (max-width: 1300px) {
              .horizontal #horizon #inner > div > div .kaart > :first-child {
                height: calc(511px * 0.8) !important; } }
            @media (min-width: 0px) and (max-width: 788px) {
              .horizontal #horizon #inner > div > div .kaart > :first-child {
                height: calc(511px * 0.7) !important; } }
          .horizontal #horizon #inner > div > div .kaart > :nth-child(2) {
            left: calc(-3ch - 3ch); }
          .horizontal #horizon #inner > div > div .kaart > :nth-child(3) {
            left: -3ch; }
    .horizontal #horizon #inner > div:last-child {
      width: 0vw !important;
      background-color: red; }

.horizontal #text1, .horizontal #text2 {
  color: #1D7874;
  overflow-y: scroll;
  overflow-x: auto;
  z-index: -1;
  position: absolute;
  left: 0px;
  overflow: hidden;
  white-space: nowrap; }

.horizontal #text1 {
  top: 37px;
  left: 25%;
  opacity: 0.15; }
  .horizontal #text1 #inner2 > * {
    font-size: 4em; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .horizontal #text1 #inner2 > * {
        font-size: calc(4em * 0.75) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .horizontal #text1 #inner2 > * {
        font-size: calc(4em * 0.5) !important; } }
  @media (min-width: 0px) and (max-width: 788px) {
    .horizontal #text1 {
      display: none; } }
  @media (min-width: 500px) and (max-width: 850px) {
    .horizontal #text1 {
      display: none; } }

.horizontal #text2 {
  top: 150px;
  left: 27.5%;
  opacity: 0.15; }
  .horizontal #text2 #inner3 > * {
    font-size: 2.5em; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .horizontal #text2 #inner3 > * {
        font-size: calc(2.5em * 0.75) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .horizontal #text2 #inner3 > * {
        font-size: calc(2.5em * 0.75) !important; } }
  @media (min-width: 850px) and (max-width: 1300px) {
    .horizontal #text2 {
      top: 120px; } }
  @media (min-width: 500px) and (max-width: 850px) {
    .horizontal #text2 {
      top: 175px;
      left: 12.5%; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .horizontal #text2 {
      top: 180px;
      left: 20px; } }

.wave {
  position: fixed;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  opacity: 0.2; }
  @media (min-width: 0px) and (max-width: 850px) {
    .wave {
      display: none; } }

body {
  background-color: #fafafa;
  margin: 0px; }

.ibox {
  clear: both;
  margin-bottom: calc($sL * 10);
  margin-top: 0;
  padding: 0; }
  .ibox .ibox-title {
    background-color: #fafafa;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 2.5rem 2.5rem 0 0;
    -moz-border-radius: 2.5rem 2.5rem 0 0;
    border-radius: 43.2px 43.2px 0 0; }
  .ibox .ibox-content {
    background-color: #fafafa;
    width: 100%;
    padding: calc($sM * 10) calc($sXL * 5) calc($sXL * 5) calc($sXL * 5);
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    clear: both; }
    @media (min-width: 0px) and (max-width: 788px) {
      .ibox .ibox-content thead {
        display: none !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .ibox .ibox-content td {
        display: block; } }
    .ibox .ibox-content code {
      background-color: #F9F2F4;
      border-radius: 4rem;
      color: #ca4440;
      font-size: 90%;
      padding: calc($sXL / 2) 64px;
      white-space: nowrap; }

.styleguideNav {
  width: 15vw !important;
  height: 100vh;
  position: fixed;
  background-color: #38424D; }
  @media (min-width: 0px) and (max-width: 788px) {
    .styleguideNav {
      display: none !important; } }
  .styleguideNav #header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px; }
    .styleguideNav #header a {
      width: 100%;
      display: flex;
      justify-content: center; }
      .styleguideNav #header a img {
        width: 20rem; }
        @media (min-width: 788px) and (max-width: 1300px) {
          .styleguideNav #header a img {
            width: 10rem; } }
        @media (min-width: 0px) and (max-width: 788px) {
          .styleguideNav #header a img {
            width: 7.5rem; } }
  .styleguideNav .scroller {
    overflow-y: auto; }
  .styleguideNav .scroller_nav {
    height: 90vh; }
  .styleguideNav h2 {
    color: white;
    padding-left: 2rem;
    padding-top: 1rem; }
  .styleguideNav ul {
    margin-bottom: unset !important;
    padding-left: 1rem;
    width: 100%; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .styleguideNav ul {
        padding-left: 20px !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .styleguideNav ul {
        padding-left: 10px !important; } }
    .styleguideNav ul li {
      line-height: 3.5rem;
      font-size: 1.9rem;
      padding: 15px 20px;
      display: block;
      min-height: 3.5rem;
      list-style-type: none;
      display: block; }
      @media (min-width: 788px) and (max-width: 1300px) {
        .styleguideNav ul li {
          padding: 15px 0 !important; } }
      @media (min-width: 0px) and (max-width: 788px) {
        .styleguideNav ul li {
          padding: 15px 0 !important; } }
      .styleguideNav ul li a {
        display: block;
        color: #bbb;
        text-decoration: none; }
        .styleguideNav ul li a:hover {
          color: #F5F5F5; }

.contentwrapper {
  position: relative;
  width: 80vw;
  padding-left: 64px;
  padding-right: 0rem;
  background: white;
  margin-left: 15vw;
  padding-top: 50px;
  padding-bottom: 36px;
  min-height: 88vh; }
  @media (min-width: 0px) and (max-width: 788px) {
    .contentwrapper {
      width: 100% !important;
      margin-left: unset !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      padding-top: 15px !important; } }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table th {
    text-align: inherit; }
    .table th.sm {
      width: 10%; }
    .table th.l {
      width: 80%; }
  .table > caption + thead > tr:first-child > td,
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top: 1px solid #f3f4f4;
    padding: 15px;
    vertical-align: top; }
  .table > thead > tr > th {
    border-bottom: 1px solid #f3f4f4; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.borderall * {
  border: 1px solid grey;
  background: #F5F5F5; }

.colorboxBig {
  width: 212px;
  height: 212px;
  border-radius: 19px;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.3); }
  .colorboxBig p {
    padding: 10px;
    color: #fafafa; }
  .colorboxBig p.alt {
    color: #3f3f3f; }

.colorboxSmall {
  width: 96px;
  height: 96px;
  border-radius: 9px;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.3); }
  .colorboxSmall p {
    font-size: 12px;
    padding: 10px;
    color: #fafafa; }
    @media (min-width: 788px) and (max-width: 1300px) {
      .colorboxSmall p {
        font-size: calc(12px * 0.8) !important; } }
    @media (min-width: 0px) and (max-width: 788px) {
      .colorboxSmall p {
        font-size: calc(12px * 0.6) !important; } }
  .colorboxSmall p.alt {
    color: #3f3f3f; }

.colorspanbox {
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 10px; }

.cspAltered {
  background-color: #3f3f3f; }
