:root {
    --md-primary-fg-color: #1EB382;
    --md-secondary-fg-color: #188a64;
    --md-tertiary-fg-color: #0d493550;
    --md-quaternary-fg-color: #fdfdfd;
    --md-fiftuary-fg-color: #2471cf;
    --border-radius-variable: 5px;
    --border-width:1px;
  }

  .marctech_main a{
    color: var(--md-fiftuary-fg-color);
    border-bottom: 1px dotted var(--md-fiftuary-fg-color) !important;
    text-decoration: dotted !important;}

  .marctech_main a:hover{
    border-bottom: 1px dotted var(--md-primary-fg-color)!important;
  }

  .marctech_main a:visited{
    color: var(--md-tertiary-fg-color);
    border-bottom: 1px dotted var(--md-tertiary-fg-color) !important;

  }

  .w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }

  .image_logo{
    width: 69%;
    background-color: white;
    z-index: 50;
    padding: 0px 15px 0px 15px;
    margin-bottom: 10px;
  }

  .layer_02{
    pointer-events: none;
  }

  .round-frame{
    pointer-events: initial;
  }

  .marctech_main {
    margin-top:-20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
  }

  .collumns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .enterprisefs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .enterprise_ai {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .side-content {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #585858;
    border-radius: 10px;
    background-color:var(--md-quaternary-fg-color);
  }
  .body {
    padding: 40px;
    font-family: Roboto, sans-serif;
  }

  .green {
    color: #1eb182;
    font-size: 1.2vw;
  }

  .rec_frame {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 150px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 10px;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #585858;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 0 0 rgba(88, 88, 88, 0.16);
    -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
    transition: box-shadow 200ms ease, border-color 200ms ease;
    color: #585858;
    text-align: center;
    cursor: pointer;
  }

  .rec_frame:hover {
    border-color: #c2c2c2;
    box-shadow: none;
  }

  .name_item {
    font-size: 0.7rem;
    line-height: 120%;
    font-weight: 700;
  }

  .name_item.db {
    position: relative;
    z-index: 3;
    text-align: left;
  }

  .name_item.small {
    font-size: 0.6rem;
    font-weight: 500;
  }

  .name_item.ingrey {
    padding-bottom: 20px;
  }

  .db_frame-mid {
    position: relative;
    z-index: 1;
    margin-top: -8px;
    padding: 5px 2px;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #585858;
    border-radius: 0px 0% 50% 50%;
    background-color: #fff;
    color: #585858;
    text-align: center;
  }

  .db_frame-top {
    position: relative;
    z-index: 2;
    padding: 5px 2px;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #585858;
    border-radius: 50%;
    background-color: #fff;
    color: #585858;
    text-align: center;
  }

  .icondb {
    position: relative;
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
  }

  .db_frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 55px;
    padding: 20px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #585858;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 0 0 rgba(88, 88, 88, 0.16);
    -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
    transition: box-shadow 200ms ease, border-color 200ms ease;
    color: #585858;
    text-align: center;
    cursor: pointer;
  }

  .db_frame:hover {
    border-color: #c2c2c2;
    box-shadow: none;
  }

  .grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .arrowdown {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading_MT {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 1.3rem !important;
    white-space: nowrap !important;
  }

  .head_col {
    padding-left: 10px;
  }

  .MT_heading3 {
    margin-top: 0px !important ;
    font-size: 0.8rem !important;
  }

  .MT_heading3.green {
    color: #1eb182 !important;
  }

  .column_sides {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hopsicon {
    width: 45px;
    height: 45px;
  }

  .column_center {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .center-content {
    z-index: -50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    height: 670px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 10px;
    background-color: transparent;
  }

  .image {
    width: 260px;
  }

  .layer_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .name_center {
    font-size: 1rem;
    font-weight: 700;
  }

  .rec_frame_main {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #1eb182;
    border-radius: 10px;
    background-color: #e6fdf6;
    box-shadow: 4px 4px 0 0 #dcf7ee;
    -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
    transition: box-shadow 200ms ease, border-color 200ms ease;
    color: #1eb182;
    text-align: center;
    cursor: pointer;
  }

  .rec_frame_main:hover {
    border-color: #9fecd4;
    box-shadow: none;
  }

  .rec_frame_main.no_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 4px 4px 0 0 #dcf7ee;
  }

  .rec_frame_main.no_content:hover {
    border-color: #1eb182;
    box-shadow: 4px 4px 0 0 rgba(88, 88, 88, 0.16);
  }

  .name_item_02 {
    font-size: 0.85rem;
    font-weight: 700;
  }

  .grid-infra {
    padding-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .rec_frame_main-white {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #1eb182;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 0 0 rgba(88, 88, 88, 0.16);
    -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
    transition: box-shadow 200ms ease, border-color 200ms ease;
    color: #1eb182;
    text-align: center;
    cursor: pointer;
  }

  .rec_frame_main-white:hover {
    border-color: #c2c2c2;
    box-shadow: none;
  }

  .rec_frame_main-white.dotted {
    border-style: dotted;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .non-bold {
    font-weight: 400;
  }

  .logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infra {
    text-align: center;
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #000;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
  }

  .infra:hover {
    border-style: solid;
    border-color: #585858;
  }

  .text_and_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .svg_icon {
    width: 33px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .layer_02 {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: calc (var(--border-width)*2);
    border-color: #bbbbbb50 ;
    border-radius: 100%;
    background-color: transparent;
  }

  .round-frame {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: var(--border-width);
    border-color: #585858;
    border-radius: 100%;
    background-color: #fff;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 7px;
    -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
    transition: box-shadow 200ms ease, border-color 200ms ease;
    color: #585858;
    text-align: center;
    cursor: pointer;
  }

  .round-frame:hover {
    border-color: #c2c2c2;
    box-shadow: none;
  }

  .round-frame.top-left {
    left: 4%;
    top: 15%;
    right: auto;
    bottom: auto;
  }

  .round-frame.bottom-left {
    left: 4%;
    bottom: 15%;
  }

  .round-frame.top-right {
    left: auto;
    top: 15%;
    right: 4%;
    bottom: auto;
  }

  .round-frame.bottom-right {
    left: auto;
    top: auto;
    right: 4%;
    bottom: 15%;
    padding: 10px;
  }

  .side-holder {
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 630px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infra-icon {
    width: 25px;
    height: 25px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #w-node-a2a9b648-f5dd-74e5-e1c2-f7aaf4fa1fcd-46672785 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_466aa2bf-88bf-5a65-eab4-fc1eb95e7384-46672785 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_87009ba3-d9a6-e0b7-4cce-581190a19cf3-46672785 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4a479fbb-90c7-9f47-d439-20aa6a224339-46672785 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }


  /*


  inherited from the original template

  */

  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .w-row:before,
  .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .w-row:after {
    clear: both;
  }
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  .w-col-1 {
    width: 8.33333333%;
  }
  .w-col-2 {
    width: 16.66666667%;
  }
  .w-col-3 {
    width: 25%;
  }
  .w-col-4 {
    width: 33.33333333%;
  }
  .w-col-5 {
    width: 41.66666667%;
  }
  .w-col-6 {
    width: 50%;
  }
  .w-col-7 {
    width: 58.33333333%;
  }
  .w-col-8 {
    width: 66.66666667%;
  }
  .w-col-9 {
    width: 75%;
  }
  .w-col-10 {
    width: 83.33333333%;
  }
  .w-col-11 {
    width: 91.66666667%;
  }
  .w-col-12 {
    width: 100%;
  }
  .w-hidden-main {
    display: none !important;
  }
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
    .w-hidden-main {
      display: inherit !important;
    }
    .w-hidden-medium {
      display: none !important;
    }
    .w-col-medium-1 {
      width: 8.33333333%;
    }
    .w-col-medium-2 {
      width: 16.66666667%;
    }
    .w-col-medium-3 {
      width: 25%;
    }
    .w-col-medium-4 {
      width: 33.33333333%;
    }
    .w-col-medium-5 {
      width: 41.66666667%;
    }
    .w-col-medium-6 {
      width: 50%;
    }
    .w-col-medium-7 {
      width: 58.33333333%;
    }
    .w-col-medium-8 {
      width: 66.66666667%;
    }
    .w-col-medium-9 {
      width: 75%;
    }
    .w-col-medium-10 {
      width: 83.33333333%;
    }
    .w-col-medium-11 {
      width: 91.66666667%;
    }
    .w-col-medium-12 {
      width: 100%;
    }
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .w-hidden-main {
      display: inherit !important;
    }
    .w-hidden-medium {
      display: inherit !important;
    }
    .w-hidden-small {
      display: none !important;
    }
    .w-row,
    .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
    .w-col-small-1 {
      width: 8.33333333%;
    }
    .w-col-small-2 {
      width: 16.66666667%;
    }
    .w-col-small-3 {
      width: 25%;
    }
    .w-col-small-4 {
      width: 33.33333333%;
    }
    .w-col-small-5 {
      width: 41.66666667%;
    }
    .w-col-small-6 {
      width: 50%;
    }
    .w-col-small-7 {
      width: 58.33333333%;
    }
    .w-col-small-8 {
      width: 66.66666667%;
    }
    .w-col-small-9 {
      width: 75%;
    }
    .w-col-small-10 {
      width: 83.33333333%;
    }
    .w-col-small-11 {
      width: 91.66666667%;
    }
    .w-col-small-12 {
      width: 100%;
    }
  }
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
    .w-hidden-main {
      display: inherit !important;
    }
    .w-hidden-medium {
      display: inherit !important;
    }
    .w-hidden-small {
      display: inherit !important;
    }
    .w-hidden-tiny {
      display: none !important;
    }
    .w-col {
      width: 100%;
    }
    .w-col-tiny-1 {
      width: 8.33333333%;
    }
    .w-col-tiny-2 {
      width: 16.66666667%;
    }
    .w-col-tiny-3 {
      width: 25%;
    }
    .w-col-tiny-4 {
      width: 33.33333333%;
    }
    .w-col-tiny-5 {
      width: 41.66666667%;
    }
    .w-col-tiny-6 {
      width: 50%;
    }
    .w-col-tiny-7 {
      width: 58.33333333%;
    }
    .w-col-tiny-8 {
      width: 66.66666667%;
    }
    .w-col-tiny-9 {
      width: 75%;
    }
    .w-col-tiny-10 {
      width: 83.33333333%;
    }
    .w-col-tiny-11 {
      width: 91.66666667%;
    }
    .w-col-tiny-12 {
      width: 100%;
    }
  }
