@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");
@font-face {
  font-family: "fabrikatbold";
  src: url("https://pages.dataiku.com/hubfs/BeBold/fabrikat_bold-webfont.woff2") format("woff2"), url("https://pages.dataiku.com/hubfs/BeBold/fabrikat_bold-webfont.woff") format("woff");
}


@font-face {
  font-family: fabrikatregular;
  src: url("https://pages.dataiku.com/hubfs/BeBold/fabrikat_regular-webfont.woff");
}
/* core-elements */
ß .clear {
  clear: both;
}

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

.container-fullwidth,
.container-fullwidth-darkgray,
.container-fullwidth-lightgrayfooter,
.container-fullwidth-darkblue,
.container-fullwidth-lightblue,
.container_fullwidth-menu,
.container_fullwidth-white,
.container_fullwidth-orange,
.container-fullwidth-365,
.container-fullwidth-white-pattern {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.container-fullwidth-white {
  background-color: #fff;
}

.container-fullwidth-darkgray {
  background-color: #000;
}

.container-no-pad {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
}

.container-overlay {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -200px;
}

.container4 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}

.container3 {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}

.container2 {
  position: relative;
  width: 100%;
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  z-index: 50;
  overflow: hidden;
}

.container-nav {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container-gray {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 35px;
  box-sizing: border-box;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-full-col {
  width: calc(100%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .flex-full-col {
    width: calc(100%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-full-col {
    width: calc(100%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-full-col {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-full-col {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .flex-full-col {
    width: calc(100% );
    padding: 30px;
  }
}

.flex-full80-col {
  width: calc(80%);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
@media (min-width: 1400px) {
  .flex-full80-col {
    width: calc(80%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-full80-col {
    width: calc(80%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-full80-col {
    width: calc(80% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-full80-col {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .flex-full80-col {
    width: calc(100% );
    padding: 30px;
  }
}

.flex-full86-col {
  width: calc(86%);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .flex-full86-col {
    width: calc(86%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-full86-col {
    width: calc(86%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-full86-col {
    width: calc(86% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-full86-col {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .flex-full86-col {
    width: calc(100% );
    padding: 30px;
  }
}

.flex-6-col {
  width: calc(48%);
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 1400px) {
  .flex-6-col {
    width: calc(48%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-6-col {
    width: calc(48%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-6-col {
    width: calc(45% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-6-col {
    width: calc(100% );
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .flex-6-col {
    width: calc(100% );
    padding: 0px;
  }
}


.flex-6-col-sm {
  width: calc(40%);
  display: flex;
  flex-direction: column;
  margin-left: 70px;
padding:50px;
}
@media (min-width: 1400px) {
  .flex-6-col-sm {
    width: calc(40%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-6-col-sm {
    width: calc(40%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-6-col-sm {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-6-col-sm {
    width: calc(100% );
    padding: 30px;
    margin: 0px;
  }
}
@media (max-width: 576px) {
  .flex-6-col-sm {
    width: calc(100% );
    padding: 30px;
    margin: 0px;
  }
}




.flex-8-col {
  width: calc(60%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .flex-8-col {
    width: calc(60%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-8-col {
    width: calc(60%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-8-col {
    width: calc(60% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-8-col {
    width: calc(100% );
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .flex-8-col {
    width: calc(100% );
    padding: 0px;
  }
}



.flex-3-col-icons {
  width: calc(33%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .flex-3-col-icons {
    width: calc(25%);
    padding: 30px;
  }
}
@media (max-width: 1300px) {
  .flex-3-col-icons {
    width: calc(25%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-3-col-icons {
    width: calc(25% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-3-col-icons {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .fflex-3-col-icons {
    width: calc(100% );
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px !important;
  }
}


.icon {
  max-width: 85px;
  margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 50px;
}


@media (max-width: 769px) {
.hide-break-m br {
display: none;
  }
}


.flex-3-col {
  width: calc(33%);
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (max-width: 1400px) {
  .flex-3-col {
    width: calc(33%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-3-col {
    width: calc(33%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-3-col {
    width: calc(33% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-3-col {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .flex-3-col {
    width: calc(100% );
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px !important;
  }
}

.flex-4-col {
  width: calc(25%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .flex-4-col {
    width: calc(25%);
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .flex-4-col {
    width: calc(25%);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .flex-4-col {
    width: calc(25% );
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .flex-4-col {
    width: calc(100% );
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .flex-4-col {
    width: calc(100% );
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


.flex-7-col {
  width: calc(16%);
  display: flex;

}
@media (min-width: 1400px) {
  .flex-7-col {
    width: calc(16%);
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .flex-7-col {
    width: calc(16%);
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .flex-7-col {
    width: calc(30% );
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .flex-7-col {
    width: calc(30% );
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .flex-7-col {
    width: calc(30% );
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.column,
.columns {
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

/***** Self Clearing Goodness *****/
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.pad10 {
  padding: 10px;
}

.top5 {
  margin-top: 0.3125rem;
}

.top10 {
  margin-top: 0.625rem;
}

.top20 {
  margin-top: 1.25rem;
}

.top30 {
  margin-top: 1.875rem;
}

.top40 {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .top40 {
    margin-top: 1.25rem;
  }
}

.top45 {
  margin-top: 2.8125rem;
}

.top50 {
  margin-top: 3.125rem;
}

.top80 {
  margin-top: 5rem;
}

.top120 {
  margin-top: 7.5rem;
}

.top150 {
  margin-top: 9.375rem;
}
@media (min-width: 1400px) {
  .top150 {
    margin-top: 9.375rem;
  }
}
@media (max-width: 1200px) {
  .top150 {
    margin-top: 9.375rem;
  }
}
@media (max-width: 1024px) {
  .top150 {
    margin-top: 9.375rem;
  }
}
@media (max-width: 768px) {
  .top150 {
    margin-top: 0.625rem;
  }
}
@media (max-width: 576px) {
  .top150 {
    margin-top: 0.625rem;
  }
}

.top200 {
  margin-top: 12.5rem;
}
@media (min-width: 1400px) {
  .top200 {
    margin-top: 12.5rem;
  }
}
@media (max-width: 1200px) {
  .top200 {
    margin-top: 12.5rem;
  }
}
@media (max-width: 1024px) {
  .top200 {
    margin-top: 12.5rem;
  }
}
@media (max-width: 768px) {
  .top200 {
    margin-top: 0.625rem;
  }
}
@media (max-width: 576px) {
  .top200 {
    margin-top: 0.625rem;
  }
}

.bot10 {
  margin-bottom: 0.625rem;
}

.bot20 {
  margin-bottom: 1.25rem;
}

.bot30 {
  margin-bottom: 1.875rem;
}

.bot40 {
  margin-bottom: 2.5rem;
}

.bot100 {
  margin-bottom: 6.25rem;
}
@media (min-width: 1400px) {
  .bot100 {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 1200px) {
  .bot100 {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 1024px) {
  .bot100 {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 768px) {
  .bot100 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 576px) {
  .bot100 {
    margin-bottom: 0.625rem;
  }
}

.bot150 {
  margin-bottom: 9.375rem;
}
@media (min-width: 1400px) {
  .bot150 {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 1200px) {
  .bot150 {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 1024px) {
  .bot150 {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 768px) {
  .bot150 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 576px) {
  .bot150 {
    margin-bottom: 0.625rem;
  }
}

.left10 {
  margin-left: 0.625rem;
}

.left20 {
  margin-left: 1.25rem;
}

.left30 {
  margin-left: 1.875rem;
}

.left40 {
  margin-left: 2.5rem;
}
@media (min-width: 1400px) {
  .left40 {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .left40 {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .left40 {
    margin-left: 2.5rem;
  }
}
@media (max-width: 768px) {
  .left40 {
    margin-left: 0rem;
  }
}
@media (max-width: 576px) {
  .left40 {
    margin-left: 0rem;
  }
}

.pad-left-50 {
padding-left: 50px
}

@media (min-width: 1500px) {
  .pad-left-50 {
    padding-left: 120px;
  }
}

@media (max-width: 1024px) {
  .pad-left-50 {
    padding-left: 10px;
  }
}




.pad-right-10 {
padding-right: 10px
}

@media (min-width: 1500px) {
  .pad-right-10 {
    padding-right: 100px;
  }
}


@media (max-width: 1024px) {
  .pad-right-10 {
    padding-right: 10px;
  }
}

.pad-right-70 {
padding-right: 80px
}

@media (min-width: 1500px) {
  .pad-right-70 {
    padding-right: 130px;
  }
}

@media (max-width: 1024px) {
  .pad-right-70 {
    padding-right: 10px;
  }
}


.left50 {
  margin-left: 3.125rem;
}
@media (min-width: 1400px) {
  .left50 {
    margin-left: 3.125rem;
  }
}
@media (max-width: 1300px) {
  .left50 {
    margin-left: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .left50 {
    margin-left: 0.625rem;
  }
}
@media (max-width: 768px) {
  .left50 {
    margin-left: 0.625rem;
  }
}
@media (max-width: 576px) {
  .left50 {
    margin-left: 0.625rem;
  }
}

.right10 {
  margin-right: 0.625rem;
}

.right20 {
  margin-right: 1.25rem;
}

.right30 {
  margin-right: 1.875rem;
}

.right40 {
  margin-right: 2.5rem;
}

.right80 {
  margin-right: 11.25rem;
}

.margin40 {
  margin: 2.5rem;
}

.negtop50 {
  margin-top: -3.4375rem;
}

.negtop20 {
  margin-top: -1.25rem;
}

@media (max-width: 576px) {
  .negtop20 {
    margin-top: -2.5rem;
  }
}

.pad-left80 {
  padding-left: 5rem;
}
@media (min-width: 1400px) {
  .pad-left80 {
    padding-left: 5rem;
  }
}
@media (max-width: 1200px) {
  .pad-left80 {
    padding-left: 5rem;
  }
}
@media (max-width: 1024px) {
  .pad-left80 {
    padding-left: 5rem;
  }
}
@media (max-width: 768px) {
  .pad-left80 {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .pad-left80 {
    padding-left: 0rem;
  }
}

.pad-right40 {
  padding-right: 2.5rem;
}
@media (min-width: 1400px) {
  .pad-right40 {
    padding-right: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .pad-right40 {
    padding-right: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .pad-right40 {
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .pad-right40 {
    padding-right: 0rem;
  }
}
@media (max-width: 576px) {
  .pad-right40 {
    padding-right: 0rem;
  }
}

.pad-right50 {
  padding-right: 3.125rem;
}
@media (min-width: 1400px) {
  .pad-right50 {
    padding-right: 3.125rem;
  }
}
@media (max-width: 1200px) {
  .pad-right50 {
    padding-right: 3.125rem;
  }
}
@media (max-width: 1024px) {
  .pad-right50 {
    padding-right: 3.125rem;
  }
}
@media (max-width: 768px) {
  .pad-right50 {
    padding-right: 0rem;
  }
}
@media (max-width: 576px) {
  .pad-right50 {
    padding-right: 0rem;
  }
}

.pad-right120 {
  padding-right: 7.5rem;
}
@media (min-width: 1400px) {
  .pad-right120 {
    padding-right: 7.5rem;
  }
}
@media (max-width: 1200px) {
  .pad-right120 {
    padding-right: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .pad-right120 {
    padding-right: 7.5rem;
  }
}
@media (max-width: 768px) {
  .pad-right120 {
    padding-right: 0rem;
  }
}
@media (max-width: 576px) {
  .pad-right120 {
    padding-right: 0rem;
  }
}

.pad-top-120 {
  padding-top: 7.5rem;
}
@media (max-width: 1300px) {
  .pad-top-120 {
    padding-top: 1rem;
  }
}


@media (max-width: 1024px) {
  .pad-top-120 {
    padding-top: 0rem;
  }
}
@media (max-width: 768px) {
  .pad-top-120 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-120 {
    padding-top: 1.25rem;
  }
}

.pad-top-150 {
  padding-top: 9.375rem;
}
@media (max-width: 768px) {
  .pad-top-150 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-150 {
    padding-top: 1.25rem;
  }
}

.pad-top-100 {
  padding-top: 6.25rem;
}
@media (max-width: 768px) {
  .pad-top-100 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-100 {
    padding-top: 1.25rem;
  }
}

.pad-top-90 {
  padding-top: 5.625rem;
}

@media (max-width: 1300px) {
  .pad-top-90 {
    padding-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  .pad-top-90 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-90 {
    padding-top: 1.25rem;
  }
}

.pad-top-80 {
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .pad-top-80 {
    padding-top: 0rem;
  }
}
@media (max-width: 768px) {
  .pad-top-80 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-80 {
    padding-top: 1.25rem;
  }
}

.pad-top-60 {
  padding-top: 3.75rem;
}

@media (max-width: 1300px) {
  .pad-top-60 {
    padding-top: 1rem;
  }
}
@media (max-width: 1024px) {
  .pad-top-60 {
    padding-top: 0rem;
  }
}
@media (max-width: 768px) {
  .pad-top-60 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-60 {
    padding-top: 1.25rem;
  }
}

.pad-top-50 {
  padding-top: 3.125rem;
}
@media (max-width: 768px) {
  .pad-top-50 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .pad-top-50 {
    padding-top: 1.25rem;
  }
}

@media (max-width: 576px) {
  .mob-top-20 {
    padding-top: 1.25rem;
  }
}

@media (max-width: 576px) {
  .mob-bot-20 {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 576px) {
  .mob-top-40 {
    padding-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  .mob-bot-40 {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 576px) {
  .mobtop40-mobbot80 {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 576px) {
  .mobtop40-mobbot40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.mobile {
  display: none;
}
@media (max-width: 576px) {
  .mobile {
    display: block;
  }
}

/***** For devices larger than 800px *****/
@media (min-width: 800px) {
  .container-nav {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 10px;
  }

  .container4 {
    width: 100%;
  }

  .container-no-pad {
    width: 100%;
    padding: 0px;
  }

  .one.column,
.one.columns {
    width: 4.6666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .two-twelve.columns {
    width: 20%;
  }

  .two-twelvebutton.columns {
    width: 20%;
    margin: 0rem;
  }

  .two-lawbutton.columns {
    width: 18.5%;
    margin: 0.375rem;
  }

  .threebut.columns {
    width: 30%;
  }

  .three.columns {
    width: 25%;
  }

  .threehome.columns {
    width: 20%;
    text-align: center;
  }

  .four.columns {
    width: 33.3%;
  }

  .four.columns.square {
    width: 400px;
    height: 400px;
  }

  .four.columns.rectangletall {
    width: 400px;
    height: 800px;
  }

  .eight.columns.rectangle {
    width: 800px;
    height: 400px;
  }

  .eight.columns.square {
    width: 800px;
    height: 800px;
  }

  .fourbuttons.columns {
    width: 31%;
    margin: 0.625rem;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .six-feature.columns {
    width: 50%;
  }

  .sixbuttons.columns {
    width: 100%;
    margin: 0.625rem;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .twelvehome.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  .one-fifth.columns {
    width: 18%;
    margin-left: 11px;
    margin-right: 11px;
  }

  .wpr {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align horizontal */
  }

  /* Offsets */
  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.666666665%;
  }

  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/*****    Mobile Styles     *****/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .hidemobile {
    display: none;
  }

  .container-nav {
    width: 100%;
  }

  .footer-fixed {
    position: fixed;
    height: 3.625rem;
    bottom: 0;
    width: 100%;
    background-color: #f3f3f3;
    z-index: 99999;
    padding: 10px 0 3px 0;
    text-align: center;
  }

  .footer-fixed__btn {
    width: 40%;
    text-decoration: none;
    height: 35px;
  }

  .footer-fixed--padding {
    padding: 0px 0px 57px 0px;
  }

  .top10,
.top20,
.top30,
.top40,
.top45 {
    margin-top: 0.3125rem;
  }

  .top50 {
    margin-top: 0rem;
  }

  .top80 {
    margin-top: 1.25rem;
  }

  .top120 {
    margin-top: 4.0625rem;
  }

  .container {
    width: 90%;
    padding: 10px;
  }

  .bot10,
.bot20,
.bot30,
.bot40 {
    margin-bottom: 0.625rem;
  }

  .botmobile10 {
    margin-bottom: 1.875rem;
  }

  .left10,
.left20,
.left30,
.left40 {
    margin-left: 0rem;
  }

  .right10,
.right20,
.right30,
.right40 {
    margin-right: 0rem;
  }

  .margin40 {
    margin: 0rem;
  }

  .negtop50 {
    margin-top: -3.125rem;
  }

  .one-fifth.columns {
    width: 96%;
  }
}
/*****    Tablet Styles     *****/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-fixed--padding {
    padding: 0px;
  }

  .two-twelvebutton.columns {
    width: 33%;
    margin: 0rem;
  }

  .one-half.column {
    width: 47.7%;
  }

  .one-fifth.columns {
    width: 18%;
    margin-left: 6px;
    margin-right: 6px;
  }

  .top80 {
    margin-top: 1.25rem;
  }

  .top100 {
    margin-top: 3.75rem;
  }

  .top120 {
    margin-top: 5.625rem;
  }

  .right80 {
    margin-right: 1.25rem;
  }

  .container-no-pad {
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .container-fullwidth-lightblue {
    padding-top: 20px;
  }

  .container-fullwidth-white {
    padding-top: 20px;
  }
}
/*****    Desktop Styles     *****/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .top120 {
    margin-top: 5rem;
  }
}
/*****    Widescreen Desktop Styles     *****/
@media only screen and (max-width: 1200px) {
  .threehome.columns {
    width: 50%;
    text-align: center;
    display: block;
  }

  .twelvehome.columns {
    width: 100%;
    margin-left: 0;
  }

  .wpr {
    width: 100%;
    display: block;
    justify-content: center;
    /* align horizontal */
  }
}
ß.strawberry-banana-gradient {
  background: #FE2E2E;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#FE2E2E, #F4FA58);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FE2E2E, #F4FA58);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FE2E2E, #F4FA58);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FE2E2E, #F4FA58);
  /* Standard syntax */
}

#bg {
  position: fixed;
  top: 0;
  left: 50%;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  #bg {
    display: none;
  }
}
ß html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700 !important;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 60px;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul.browser-default,
ul.browser-default li {
  list-style-type: initial;
}

ul.inside, ol.inside {
  list-style-position: inside !important;
}

ul.square {
   text-align: center;
        list-style-position: inside;
        list-style-type:square;
        font-size: 25px;
        font-family: "fabrikatbold";
}

@media (max-width: 576px) {
 ul.square {
   text-align: left;
    font-size: 20px;
        margin-left: -30px;
      }
}

ul.circle {
  list-style-type: circle !important;
}

ul.disc {
  list-style-type: disc !important;
}

ul.square {
  list-style-type: square !important;
}

ol.upper-roman {
  list-style-type: upper-roman !important;
}

ol.lower-alpha {
  list-style-type: lower-alpha !important;
}

a {
  color: #2ab1ac;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
}

html {
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

p {
  margin: 0;
  padding: 0;
}

.arc-text, .circle-text, .spiral-text, .wave-text, .bezier-text {
  overflow: hidden;
}

.left-text {
  text-align: left;
}

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

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

.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 20px;
}

/* Example responsive navigation menu  */
.fixed-nav-bar li, .fixed-nav-bar a {
  height: 20px;
  line-height: 20px;
}

.menu {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.menu a, .menu a:visited {
  color: #000;
}

.menu a:hover, .menu a:target {
  color: #ccc;
}

.menu-items {
  display: inline-block;
}

.sitename {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

a.sitename, a:visited.sitename {
  color: #e0e0e0;
}

.menu-items li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.menu-items a {
  text-decoration: none;
}

.show, .hide {
  display: none;
  padding-left: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #dde1e2;
}

.show {
  background-image: url(../down-arrow-icon.html);
}

.hide {
  background-image: url(../up-arrow-icon.html);
}

@media only screen and (max-width: 1000px) {
  .menu {
    position: relative;
    width: 100%;
  }

  .sitename {
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0px;
  }

  .menu-items {
    display: none;
    width: 100%;
    margin-top: 50px;
    background-color: #ccc;
  }

  .menu-items li {
    display: block;
    text-align: center;
  }

  .show, .hide {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .show {
    display: inline-block;
  }

  .hide {
    display: none;
  }

  #menu:target .show {
    display: none;
  }

  #menu:target .hide, #menu:target .menu-items {
    display: inline-block;
  }
}
@media only screen and (max-width: 220px) {
  .sitename, .show, .hide {
    font-size: 14px;
  }
}
.opensans {
  font-family: "Open Sans", sans-serif;
}

.sourcesans {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 5.1875rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
  text-transform: uppercase;
  font-family: "fabrikatbold", sans-serif;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 2.1875rem;
  }
}

h2 {
  font-size: 4.6875rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
  font-family: "fabrikatbold", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  h2 {
    font-size: 4.6875rem;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 4.6875rem;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

html {
  height: 100%;
}

.fabrikat {
  font-family: "fabrikatbold", sans-serif;
}

.fabrikat-regular {
  font-family: "fabrikatregular", sans-serif;
}

.font25 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5625rem;
  line-height: 140.19%;
}


.font22 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 29px;
}

.font23 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 29px;
}


.font28 {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 29px;
}

.font23-bold {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 29px;
}

.font43 {
  font-size: 43px;
  text-transform: uppercase;
  line-height: 90%;
}

.font38-normal {
  font-size: 38px;
  font-weight: 400;
  line-height: 125.2%;
}

.font38-bold {
  font-size: 38px;
  font-weight: 600;
  line-height: 125.2%;
}

.font38 {
  font-size: 38px;
  text-align: center;
}

.font100 {
  font-size: 100px;
  text-align: center;
  line-height: 90%;
}

.font100-left {
  font-size: 100px;
  line-height: 90%;
  text-align: left;
}
@media (max-width: 576px) {
  .font100-left {
    margin-bottom: -5px;
  }
}

@media (max-width: 576px) {
  .mar-bot-neg-10 {
    margin-bottom: -20px;
  }
}

.font30 {
  font-size: 30px;
  text-align: center;
}

.font38-section5 {
  font-size: 38px;
  line-height: 125.2%;
  width: 364px;
}
@media (max-width: 576px) {
  .font38-section5 {
    width: 100%;
  }
}

.font18 {
  font-size: 18px;
  text-align: center;
}

.font23-section5 {
  font-size: 23px;
  line-height: 125.2%;
  width: 364px;
}
@media (max-width: 576px) {
  .font23-section5 {
    width: 100%;
  }
}

.large-subheading {
  font-size: 2.375rem;
  line-height: 45px;
  text-transform: capitalize;
}

.weight100 {
font-weight: 100;
font-style: normal;
}

.weight200 {
font-weight: 200;
}

.weight300 {
font-weight: 300;
}

.weight400 {
font-weight: 400;
}

.weight500 {
font-weight: 500;
}

.weight600 {
font-weight: 600;
}

.weight700 {
font-weight: 700;
}

.weight800 {
font-weight: 800;
}

.weight900 {
font-weight: 900;
}

/* Dataiku 
======================== */
.blue {
  background-color: #5473FF !important;
}

.blue-text {
  color: #5473FF !important;
}

.darkteal {
  background-color: #008675 !important;
}

.darkteal-text {
  color: #008675 !important;
}

.purple {
  background-color: #A77BCA !important;
}

.purple-text {
  color: #A77BCA !important;
}

.coral {
  background-color: #F35B05 !important;
}

.coral-text {
  color: #FF585D !important;
}

.lightteal {
  background-color: #B8E7E5 !important;
}

.lightteal-text {
  color: #0CD4CA !important;
}

.darkfont-text {
  color: #221C35 !important;
}

/* Whites */
.vanilla, .white, .cream {
  background-color: #fff !important;
}

.vanilla-text, .white-text, .cream-text {
  color: #fff !important;
}

.vanilla-bean {
  background-color: #FBFBEF !important;
}

.vanilla-bean-text {
  color: #FBFBEF !important;
}

/* Shades of Grey */
.silver {
  background-color: #C0C0C0 !important;
}

.silver-text {
  color: #C0C0C0 !important;
}

.grey, .gray {
  background-color: #808080 !important;
}

.grey-text, .gray-text {
  color: #808080 !important;
}

.black {
  background-color: #000 !important;
}

.black-text {
  color: #000 !important;
}

.oragne-text {
  color: #F35B05;
}

.mushroom {
  background-color: #cfd8dc !important;
}

.mushroom-text {
  color: #cfd8dc !important;
}

/* Reds */
.red, .tomato {
  background-color: #ff0000 !important;
}

.red-text, .tomato-text {
  color: #ff0000 !important;
}

.strawberry {
  background-color: #FE2E2E !important;
}

.strawberry-text {
  color: #FE2E2E !important;
}

.blood, .maroon, .pomegranate {
  background-color: #800000 !important;
}

.blood-text, .maroon-text, .pomegranate-text {
  color: #800000 !important;
}

.blood-orange {
  background-color: #dd2c00 !important;
}

.blood-orange-text {
  color: #dd2c00 !important;
}

.cherry {
  background-color: #b52026 !important;
}

.cherry-text {
  color: #b52026 !important;
}

.black-cherry {
  background-color: #5a1a18 !important;
}

.black-cherry-text {
  color: #5a1a18 !important;
}

/* Oranges */
.orange {
  background-color: #FEEFE6 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.pumpkin-spice {
  background-color: #e65100 !important;
}

.pumpkin-spice-text {
  color: #e65100 !important;
}

.mango {
  background-color: #ffab40 !important;
}

.mango-text {
  color: #ffab40 !important;
}

.tangerine {
  background-color: #ff6d00 !important;
}

.tangerine-text {
  color: #ff6d00 !important;
}

.peach {
  background-color: #ffab91 !important;
}

.peach-text {
  color: #ffab91 !important;
}

.carrot {
  background-color: #ef6c00 !important;
}

.carrot-text {
  color: #ef6c00 !important;
}

/* Pinks */
.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.cotton-candy {
  background-color: #ff80ab !important;
}

.cotton-candy-text {
  color: #ff80ab !important;
}

.bubble-gum {
  background-color: #f8bbd0 !important;
}

.bubble-gum-text {
  color: #f8bbd0 !important;
}

.raspberry {
  background-color: #ad1457 !important;
}

.raspberry-text {
  color: #ad1457 !important;
}

/* Purples */
.grape {
  background-color: #4a148c !important;
}

.grape-text {
  color: #4a148c !important;
}

.eggplant {
  background-color: #7b1fa2 !important;
}

.eggplant-text {
  color: #7b1fa2 !important;
}

.light-purple {
  background-color: #ce93d8 !important;
}

.light-purple-text {
  color: #ce93d8 !important;
}

/* Blues */
.blue-candy {
  background-color: #2196f3 !important;
}

.blue-candy-text {
  color: #2196f3 !important;
}

.blueberry {
  background-color: #485B88 !important;
}

.blueberry-text {
  color: #485B88 !important;
}

.light-blue, .water {
  background-color: #ADD8E6 !important;
}

.light-blue-text, .water-text {
  color: #ADD8E6 !important;
}

.pool-water {
  background-color: #81d4fa !important;
}

.pool-water-text {
  color: #81d4fa !important;
}

.navy-blue {
  background-color: #283593 !important;
}

.navy-blue-text {
  color: #283593 !important;
}

.dark-blue-text {
  color: #221C35 !important;
}

/* Browns */
.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.chocolate {
  background-color: #4c3428 !important;
}

.chocolate-text {
  color: #4c3428 !important;
}

.dark-chocolate {
  background-color: #3e2723 !important;
}

.dark-chocolate-text {
  color: #3e2723 !important;
}

.light-brown, .cappuccino {
  background-color: #be9b7b !important;
}

.light-brown-text, .cappuccino-text {
  color: #be9b7b !important;
}

/* Greens */
.green {
  background-color: #008000 !important;
}

.green-text {
  color: #008000 !important;
}

.lime {
  background-color: #00ff00 !important;
}

.lime-text {
  color: #00ff00 !important;
}

.olive {
  background-color: #808000 !important;
}

.olive-text {
  color: #808000 !important;
}

.pistachio {
  background: #81c784 !important;
}

.pistachio-text {
  color: #81c784 !important;
}

.mint {
  background-color: #a5d6a7 !important;
}

.mint-text {
  color: #a5d6a7 !important;
}

.spinach {
  background-color: #1b5e20 !important;
}

.spinach-text {
  color: #1b5e20 !important;
}

/* Yellows */
.yellow, .lemon {
  background-color: #ffff00 !important;
}

.yellow-text, .lemon-text {
  color: #ffff00 !important;
}

.banana {
  background-color: #F4FA58 !important;
}

.banana-text {
  color: #F4FA58 !important;
}

.butter {
  background-color: #F2F5A9 !important;
}

.butter-text {
  color: #F2F5A9 !important;
}

.honey, .amber {
  background-color: #ffc107 !important;
}

.honey-text, .amber-text {
  color: #ffc107 !important;
}

.alex-yellow {
  background-color: #ffaa00 !important;
}

/* MIXED FLAVORS 
======================== */
.strawberry-banana {
  background-color: #FE2E2E !important;
  color: #F4FA58 !important;
}

.orange-cream {
  background-color: #FFA500 !important;
  color: #fff !important;
}

.blueberry-pomegranate {
  background-color: #485B88 !important;
  color: #800000 !important;
}

.lemon-lime {
  background-color: #ffff00 !important;
  color: #00ff00 !important;
}

.honey-blueberry {
  color: #485B88 !important;
  background-color: #ffc107 !important;
}

.chocolate-strawberry {
  color: #FE2E2E !important;
  background-color: #4c3428 !important;
}

.pumpkin-spice-butter {
  color: #F2F5A9 !important;
  background-color: #e65100 !important;
}

.vanilla-chocolate {
  background-color: #ffffff !important;
  color: #4c3428 !important;
}

.olive-mushroom {
  background-color: #808000 !important;
  color: #cfd8dc !important;
}

.raspberry-bubble-gum {
  background-color: #ad1457 !important;
  color: #f8bbd0 !important;
}

.mint-chocolate {
  background-color: #a5d6a7 !important;
  color: #4c3428 !important;
}

.peach-plum {
  background-color: #ffab91 !important;
  color: #800080 !important;
}

/* GRADIENTS
======================== */
.strawberry-banana-gradient {
  background: #FE2E2E;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#FE2E2E, #F4FA58);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FE2E2E, #F4FA58);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FE2E2E, #F4FA58);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FE2E2E, #F4FA58);
  /* Standard syntax */
}

.orange-cream-gradient {
  background: #FFA500;
  background: -webkit-linear-gradient(#FFA500, #FFFFFF);
  background: -o-linear-gradient(#FFA500, #FFFFFF);
  background: -moz-linear-gradient(#FFA500, #FFFFFF);
  background: linear-gradient(#FFA500, #FFFFFF);
}

.blueberry-pomegranate-gradient {
  background: #485B88;
  background: -webkit-linear-gradient(#485B88, #800000);
  background: -o-linear-gradient(#485B88, #800000);
  background: -moz-linear-gradient(#485B88, #800000);
  background: linear-gradient(#485B88, #800000);
}

.lemon-lime-gradient {
  background: #ffff00;
  background: -webkit-linear-gradient(#ffff00, #00ff00);
  background: -o-linear-gradient(#ffff00, #00ff00);
  background: -moz-linear-gradient(#ffff00, #00ff00);
  background: linear-gradient(#ffff00, #00ff00);
}

.vanilla-chocolate-gradient {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #4c3428);
  background: -o-linear-gradient(#ffffff, #4c3428);
  background: -moz-linear-gradient(#ffffff, #4c3428);
  background: linear-gradient(#ffffff, #4c3428);
}

.neapolitan {
  background: #4c3428;
  background: -webkit-linear-gradient(#4c3428, #FE2E2E, #ffffff);
  background: -o-linear-gradient(#4c3428, #FE2E2E, #ffffff);
  background: -moz-linear-gradient(#4c3428, #FE2E2E, #ffffff);
  background: linear-gradient(#4c3428, #FE2E2E, #ffffff);
}

.blood-black-gradient {
  background: #800000;
  background: -webkit-linear-gradient(#800000, #000000);
  background: -o-linear-gradient(#800000, #000000);
  background: -moz-linear-gradient(#800000, #000000);
  background: linear-gradient(#800000, #000000);
}

.mint-chocolate-gradient {
  background: #a5d6a7;
  background: -webkit-linear-gradient(#a5d6a7, #4c3428);
  background: -o-linear-gradient(#a5d6a7, #4c3428);
  background: -moz-linear-gradient(#a5d6a7, #4c3428);
  background: linear-gradient(#a5d6a7, #4c3428);
}

.blue-white {
  height: 100%;
  background: linear-gradient(180deg, #5473FF 50%, #fff 50%);
}

.ghost-button {
  color: #000;
  border: 1px solid #000;
  font-size: 17px;
  padding: 7px 12px;
  font-weight: normal;
  margin: 6px 0;
  margin-right: 12px;
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  min-width: 120px;
}

.ghost-button:hover, .ghost-button:active {
  color: #fff;
  background: #ff0000;
}

.get-started {
  width: 200px;
  float: right;
}
@media (max-width: 576px) {
  .get-started {
    position: absolute;
    width: 180px;
    right: 0px;
  }
}
@media (max-width: 320px) {
  .get-started {
    width: 150px;
  }
}

.logo {
  width: 150px;
  float: left;
}
@media (max-width: 576px) {
  .logo {
    position: absolute;
    width: 100px;
  }
}

.block {
  width: 100%;
  height: 100px;
  position: relative;
}
@media (max-width: 576px) {
  .block {
    display: none;
  }
}

.block:before {
  content: "";
  width: 6px;
  height: 100%;
  display: block;
  left: 50%;
  position: absolute;
  border-left: 6px dotted #A77BCA;
}
@media (max-width: 576px) {
  .block:before {
    display: none;
  }
}

.get-started-button {
  border: 3px solid #221C35;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  width: 350px;
  text-transform: uppercase;
  color: #221C35;
  font-family: "Source Sans Pro", sans-serif;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 576px) {
  .get-started-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
  }
}

.get-started-button:hover {
  border: 3px solid #221C35;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  width: 350px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .get-started-button:hover {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
  }
}

.pad40 {
  padding: 40px;
}
@media (max-width: 576px) {
  .pad40 {
    padding: 0px;
  }
}

.padbot200 {
  padding-bottom: 200px;
}

.padbotspace {
  padding-bottom: 0px;
}
@media (max-width: 576px) {
  .padbotspace {
    padding-bottom: 40px;
  }
}

.circle-image {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.circle-image-left {
  width: 80%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .circle-image-left {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .circle-image-left {
    margin-right: auto;
    margin-left: auto;
  }
}

.font50 {
  font-size: 50px;
}

.circle-image-right {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .circle-image-right {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .circle-image-right {
    margin-right: auto;
    margin-left: auto;
  }
}

.cta-button {
  background: #221C35;
  border-radius: 50px;
  width: 400px;
  max-width: 400px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 3px solid #221C35;
  text-transform: uppercase;
}

.cta-button:hover {
  background: #fff;
  border-radius: 50px;
  width: 400px;
  max-width: 400px;
  padding: 10px;
  color: #221C35;
  text-align: center;
  cursor: pointer;
  border: 3px solid #221C35;
  text-transform: uppercase;
}

.cta-button-top {
  background: #221C35;
  border-radius: 50px;
  width: 270px;
  max-width: 270px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 3px solid #221C35;
  text-transform: uppercase;
}

.cta-button-top:hover {
  background: #fff;
  border-radius: 50px;
   width: 270px;
  max-width: 270px;
  padding: 10px;
  color: #221C35;
  text-align: center;
  cursor: pointer;
  border: 3px solid #221C35;
  text-transform: uppercase;
}



@media (max-width: 576px) {
  .cta-button  {
    width: 230px;
    max-width: 250px;
  }

  .cta-button:hover  {
    width: 250px;
    max-width: 250px;
  }
}

.cta-button-center {
  background: #221C35;
  border-radius: 50px;
  width: 200px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 3px solid #221C35;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  display: block;
}

.cta-button-center:hover {
  background: transparent;
  border-radius: 50px;
  width: 200px;
  padding: 10px;
  color: #221C35;
  text-align: center;
  cursor: pointer;
  border: 3px solid #221C35;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.cta-button-center-long {
  background: #221C35;
  border-radius: 50px;
  width: 50%;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 3px solid #221C35;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.cta-button-center-long:hover {
  background: transparent;
  border-radius: 50px;
    width: 50%;
  padding: 10px;
  color: #221C35;
  text-align: center;
  cursor: pointer;
  border: 3px solid #221C35;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}


@media (max-width: 576px) {
  .cta-button-center-long {
 
    width: 100%;
 
}
  }

@media (max-width: 576px) {
  .cta-button-center-long:hover {
 
    width: 100%;
 
}
  }

.cta-button-left {
  background: #221C35;
  border-radius: 50px;
  width: 200px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 3px solid #221C35;
 
  text-transform: uppercase;
}

.cta-button-left:hover {
  background: #fff;
  border-radius: 50px;
  width: 200px;
  padding: 10px;
  color: #221C35;
  text-align: center;
  cursor: pointer;
  border: 3px solid #221C35;
 
  text-transform: uppercase;
}

.box-shadow {
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.25);
}


#wpadminbar {
    position: fixed;
}

.learn-more {
  position: relative;
  display: inline-block;
  padding-left: 31px;
  font-weight: 600;
  font-size: 14px; }
  @media (min-width: 1800px) {
    .learn-more {
      text-transform: uppercase;
      font-size: 16px; } }
  .no-touch .learn-more:hover::before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  .no-touch .learn-more:hover::after {
    width: 20px; }
  .no-touch .learn-more:hover span {
    margin-left: 3px; }
  .learn-more.uppercase {
    text-transform: uppercase;
    font-size: 23px; }
    .learn-more.uppercase::before {
      top: 10px; }
      @media (min-width: 1200px) {
        .learn-more.uppercase::before {
          top: 10px; } }
      @media (min-width: 1800px) {
        .learn-more.uppercase::before {
          top: 10px; } }
    .learn-more.uppercase::after {
      top: 19px; }
      @media (min-width: 1200px) {
        .learn-more.uppercase::after {
          top: 19px; } }
      @media (min-width: 1800px) {
        .learn-more.uppercase::after {
          top: 19px; } }
    .learn-more.uppercase span {
      top: 16px; }
      @media (min-width: 1200px) {
        .learn-more.uppercase span {
          top: 16px; } }
      @media (min-width: 1800px) {
        .learn-more.uppercase span {
          top: 16px; } }
  .learn-more::before, .learn-more::after {
    content: '';
    position: absolute;
    background-color: currentColor; }
  .learn-more::before {
    top: 5px;
    left: 0;
    height: 9px;
    width: 2px; }
    @media (min-width: 1200px) {
      .learn-more::before {
        top: 6px; } }
    @media (min-width: 1800px) {
      .learn-more::before {
        top: 8px; } }
    .no-touch .learn-more::before {
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear; }
  .learn-more::after {
    top: 12px;
    left: 0;
    width: 18px;
    height: 2px; }
    @media (min-width: 1200px) {
      .learn-more::after {
        top: 13px; } }
    @media (min-width: 1800px) {
      .learn-more::after {
        top: 15px; } }
    .no-touch .learn-more::after {
      -webkit-transition: width .2s linear;
      transition: width .2s linear; }
  .learn-more span {
    position: absolute;
    top: 9px;
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor; }
    @media (min-width: 1200px) {
      .learn-more span {
        top: 10px; } }
    @media (min-width: 1800px) {
      .learn-more span {
        top: 12px; } }
    .no-touch .learn-more span {
      -webkit-transition: margin-left .2s linear;
      transition: margin-left .2s linear; }

.learn-more:hover {
  color: #2ab1ac !important; }

.uppercase {
  text-transform: uppercase;
}

.logo-right {
  width: 100px;
  text-align: right;
  margin-left: auto;
  margin-right: 60px;
}

.logo-section2 {
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boarder {
  border: 6px dotted #008675;
}
@media (max-width: 768px) {
  .boarder {
    margin: 1.25rem;
  }
}
@media (max-width: 576px) {
  .boarder {
    margin: 0rem;
  }
}

.section4-hero-image {
  width: 500px;
  float: right;
  margin-left: auto;
  padding-right: 80px;
}
@media (max-width: 576px) {
  .section4-hero-image {
    padding-right: 10px;
    width: 250px;
  }
}

.section3-heading-img {
  padding-bottom: 200px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .section3-heading-img {
    width: 150px;
  }
}

.persona-250 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.persona-270 {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.boarder-top {
  border-top: 6px dotted #A77BCA;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .boarder-top {
    display: none;
  }
}

.logos {
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .logos {
    width: 150px;
  }
}

.logos200 {
  width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .logos200 {
    width: 150px;
  }
}

.logos150 {
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .logos150 {
    width: 150px;
  }
}

.gartner-boarder {
  border: 6px dotted #0CD4CA;
}

.section-5-gartner-logo {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-expand:hover {
  transform: scale(1.03);
   -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
}

blockquote.article-quote {
    max-width: 780px;
    margin: 40px auto;
    padding-top: 26px;
    text-align: center;
    background-position: center top;
    background-size: 120px 90px;
    min-height: 92px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 70'%3E%3Cpath fill='%235f87ff' opacity='.3' transform='rotate(180 131.5 2173.5)' d='M221.99 4340.31c3.915-1.12 7.606-2.685 11.186-4.699 3.467-2.125 6.487-4.474 9.06-7.047a31.165 31.165 0 0 0 6.04-8.501c1.454-3.132 2.237-6.264 2.237-9.396 0-1.902-.335-3.58-1.118-5.034-.783-1.454-1.678-2.125-2.797-2.125-1.118 0-2.013.224-2.796.671-.783.448-1.566.895-2.349 1.454-.783.56-1.678 1.007-2.684 1.455-1.007.447-2.35.67-4.027.67-3.468 0-6.488-1.342-8.949-4.138-2.573-2.796-3.803-6.376-3.803-10.626 0-4.475 1.678-8.278 5.145-11.298 3.468-3.02 7.607-4.586 12.64-4.586 3.244 0 6.264.671 8.949 2.125 2.796 1.454 5.257 3.356 7.382 5.929 2.126 2.46 3.803 5.369 5.034 8.613 1.23 3.244 1.79 6.823 1.79 10.626 0 5.928-1.119 11.41-3.244 16.443-2.237 5.034-5.146 9.396-8.949 13.087-3.691 3.692-8.053 6.712-13.087 8.949-5.034 2.237-10.179 3.467-15.66 3.803z'/%3E%3Cpath fill='%235f87ff' opacity='.3' transform='rotate(180 131.5 2173.5)' d='M170.09 4340.31c3.915-1.12 7.606-2.685 11.186-4.699 3.467-2.125 6.487-4.474 9.06-7.047a31.165 31.165 0 0 0 6.04-8.501c1.454-3.132 2.237-6.264 2.237-9.396 0-1.902-.335-3.58-1.118-5.034-.783-1.454-1.678-2.125-2.797-2.125-1.118 0-2.013.224-2.796.671-.783.448-1.566.895-2.349 1.454-.783.56-1.678 1.007-2.684 1.455-1.007.447-2.35.67-4.027.67-3.468 0-6.488-1.342-8.949-4.138-2.573-2.796-3.803-6.376-3.803-10.626 0-4.475 1.678-8.278 5.145-11.298 3.468-3.02 7.607-4.586 12.64-4.586 3.244 0 6.264.671 8.949 2.125 2.796 1.454 5.257 3.356 7.382 5.929 2.126 2.46 3.803 5.369 5.034 8.613 1.23 3.244 1.79 6.823 1.79 10.626 0 5.928-1.119 11.41-3.244 16.443-2.237 5.034-5.146 9.396-8.949 13.087-3.691 3.692-8.053 6.712-13.087 8.949-5.034 2.237-10.179 3.467-15.66 3.803z'/%3E%3C/svg%3E"); }
    @media (min-width: 1200px) {
      blockquote.article-quote {
        background-size: 150px 113px;
        min-height: 115px; } }
    @media (min-width: 1800px) {
      blockquote.article-quote {
        background-size: 198px 149px;
        min-height: 150px; } }
    .content blockquote.article-quote {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .content blockquote.article-quote {
          margin-bottom: 30px; } }
      @media (min-width: 1800px) {
        .content blockquote.article-quote {
          margin-top: 75px; } }
    @media (min-width: 1200px) {
      .blog-post-detail blockquote.article-quote {
        margin-bottom: 90px; } }
    @media (min-width: 1800px) {
      .blog-post-detail blockquote.article-quote {
        margin-top: 60px; } }
    blockquote.article-quote::before {
      display: none; }

blockquote {
  border: none !important;
  position: relative;
  max-width: 100%;
  margin: 30px 0;
  padding-top: 45px; }
  @media (min-width: 1200px) {
    blockquote {
      padding-top: 60px; } }
  @media (min-width: 1800px) {
    blockquote {
      margin: 30px 0; } }
  blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 47px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 35'%3E%3Cg fill='%235f87ff' transform='translate(-682 -4248)'%3E%3Cpath d='M708 4279.66a25.777 25.777 0 0 0 5.593-2.35c1.734-1.062 3.244-2.237 4.53-3.523a15.582 15.582 0 0 0 3.02-4.25c.727-1.566 1.119-3.132 1.119-4.698 0-.951-.168-1.79-.56-2.517-.391-.727-.838-1.063-1.398-1.063-.559 0-1.006.112-1.398.336-.391.223-.783.447-1.174.727-.392.28-.84.503-1.343.727-.503.224-1.174.335-2.013.335-1.734 0-3.244-.67-4.474-2.069-1.287-1.398-1.902-3.188-1.902-5.313 0-2.237.839-4.139 2.573-5.649 1.733-1.51 3.803-2.293 6.32-2.293 1.622 0 3.132.336 4.474 1.063a11.68 11.68 0 0 1 3.691 2.964c1.063 1.23 1.902 2.684 2.517 4.306.615 1.622.895 3.412.895 5.314 0 2.964-.56 5.704-1.622 8.221-1.119 2.517-2.573 4.698-4.474 6.544a21.575 21.575 0 0 1-6.544 4.474 22.34 22.34 0 0 1-7.83 1.901z'/%3E%3Cpath d='M682.04 4279.66a25.777 25.777 0 0 0 5.593-2.35c1.734-1.062 3.244-2.237 4.53-3.523a15.582 15.582 0 0 0 3.02-4.25c.727-1.566 1.119-3.132 1.119-4.698 0-.951-.168-1.79-.56-2.517-.391-.727-.838-1.063-1.398-1.063-.559 0-1.006.112-1.398.336-.391.223-.783.447-1.174.727-.392.28-.84.503-1.343.727-.503.224-1.174.335-2.013.335-1.734 0-3.244-.67-4.474-2.069-1.287-1.398-1.902-3.188-1.902-5.313 0-2.237.839-4.139 2.573-5.649 1.733-1.51 3.803-2.293 6.32-2.293 1.622 0 3.132.336 4.474 1.063a11.68 11.68 0 0 1 3.691 2.964c1.063 1.23 1.902 2.684 2.517 4.306.615 1.622.895 3.412.895 5.314 0 2.964-.56 5.704-1.622 8.221-1.119 2.517-2.573 4.698-4.474 6.544a21.575 21.575 0 0 1-6.544 4.474 22.34 22.34 0 0 1-7.83 1.901z'/%3E%3C/g%3E%3C/svg%3E"); }
  blockquote q {
    font-weight: 600;
    quotes: none;
    font-size: 18px;
    line-height: 28px;
    color: #1b2031; }
    @media (min-width: 1200px) {
      blockquote q {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1800px) {
      blockquote q {
        font-size: 22px;
        line-height: 32px; } }
    blockquote q:before, blockquote q:after {
      quotes: none; }
  blockquote cite {
    display: block;
    margin-top: 15px;
    color: #1b2031;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 1200px) {
      blockquote cite {
        font-size: 16px;
        line-height: 26px; } }
    @media (min-width: 1800px) {
      blockquote cite {
        margin-top: 19px;
        font-size: 18px;
        line-height: 28px; } }
    blockquote cite span {
      display: block;
      color: rgba(27, 32, 49, 0.65); }



.pad-right-80 {
  padding-right: 80px;
}

@media (max-width: 576px) {
  .pad-right-80 {
    padding-right:10px;
  }
}


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