@font-face {
  font-family: "Beatrice-Thin";
  src: url("../assets/fonts/Beatrice/Beatrice-Thin.eot");
  src: url("../assets/fonts/Beatrice/Beatrice-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Beatrice/Beatrice-Thin.woff") format("woff"), url("../assets/fonts/Beatrice/Beatrice-Thin.ttf") format("truetype"), url("../assets/fonts/Beatrice/Beatrice-Thin.svg#Beatrice-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Beatrice-Light";
  src: url("../assets/fonts/Beatrice/Beatrice-Light.eot");
  src: url("../assets/fonts/Beatrice/Beatrice-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Beatrice/Beatrice-Light.woff") format("woff"), url("../assets/fonts/Beatrice/Beatrice-Light.ttf") format("truetype"), url("../assets/fonts/Beatrice/Beatrice-Light.svg#Beatrice-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Beatrice-Regular";
  src: url("../assets/fonts/Beatrice/Beatrice-Regular.eot");
  src: url("../assets/fonts/Beatrice/Beatrice-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Beatrice/Beatrice-Regular.woff") format("woff"), url("../assets/fonts/Beatrice/Beatrice-Regular.ttf") format("truetype"), url("../assets/fonts/Beatrice/Beatrice-Regular.svg#Beatrice-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Beatrice-Medium";
  src: url("../assets/fonts/Beatrice/Beatrice-Medium.eot");
  src: url("../assets/fonts/Beatrice/Beatrice-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Beatrice/Beatrice-Medium.woff") format("woff"), url("../assets/fonts/Beatrice/Beatrice-Medium.ttf") format("truetype"), url("../assets/fonts/Beatrice/Beatrice-Medium.svg#Beatrice-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Beatrice-Bold";
  src: url("../assets/fonts/Beatrice/Beatrice-Bold.eot");
  src: url("../assets/fonts/Beatrice/Beatrice-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Beatrice/Beatrice-Bold.woff") format("woff"), url("../assets/fonts/Beatrice/Beatrice-Bold.ttf") format("truetype"), url("../assets/fonts/Beatrice/Beatrice-Bold.svg#Beatrice-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 14px;
}

section {
  background-color: white;
}

body {
  font-family: "Open Sans", "Verdana", "Arial";
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  color: #33353D;
  font-family: "Merriweather", "Beatrice-Bold", Arial;
}

h1 {
  font-size: 42px;
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}

p {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  color: #5e7588;
  text-align: justify;
}

a, button {
  outline: none;
}

hr {
  border: 0px;
  height: 16px;
  margin: 0px;
}

button {
  margin: 0px;
  border-radius: 20px;
  background-color: #33353D;
  color: white;
  font-size: 0.9rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  font-family: "Beatrice-Regular", Arial, sans-serif;
  outline: none;
  background-color: white;
  border: 2px solid #7f828b;
  color: #33353D;
}

button:focus {
  outline: none;
}

.button--inverse {
  background-color: white;
  border: 2px solid #7f828b;
  color: #33353D;
}

.button--amc {
  margin: 0px;
  height: 30px;
  border-radius: 10px;
  background-color: #f60;
  color: white;
  font-size: 14px;
  font-family: Verdana, 'Open Sans', Arial;
}

a, a:visited {
  outline: none;
}

.events-button {
  font-size: 10px;
  width: 100%;
  padding-left: auto;
  padding-right: auto;
  border: 2px solid #7a9fdd;
  color: #7a9fdd;
}

.events-button:hover {
  border: 2px solid #ff9650;
  color: #ff9650;
}

.navbar {
  font-size: 1rem;
  font-family: "Open Sans", "Verdana", "Arial";
}

.grid-footer {
  color: #5e7588;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 2fr 1fr;
      grid-template-columns: 5fr 2fr 1fr;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
}

@media only screen and (max-width: 800px) {
  .grid-footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.designby {
  margin-top: 16px;
  color: #aaa;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.designby a {
  text-decoration: none;
  color: #aaa;
}

.designby a:hover {
  color: #888;
  text-decoration: none;
}

.div-centered-max-700 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 700px;
}

.container2 {
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.page-width {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-width:first-child {
  padding-top: 70px;
}

.page-width-container {
  margin-left: 7%;
  margin-right: 7%;
}

@media only screen and (max-width: 800px) {
  .page-width-container {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    max-width: 84%;
  }
}

.grid-halfs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
}

@media only screen and (max-width: 800px) {
  .grid-halfs {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-halfs-leftmenu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
  grid-column-gap: 40px;
}

@media only screen and (max-width: 800px) {
  .grid-halfs-leftmenu {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 80px;
}

@media only screen and (max-width: 800px) {
  .grid-thirds {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-anchors {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 202px 30px 171px;
      grid-template-columns: auto 202px 30px 171px;
}

@media only screen and (max-width: 800px) {
  .grid-anchors {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1px 202px auto 171px;
        grid-template-columns: 1px 202px auto 171px;
  }
}

@media only screen and (max-width: 500px) {
  .grid-anchors {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 202px;
        grid-template-columns: auto 202px;
  }
}

.grid-evres {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 355px;
      grid-template-columns: auto 355px;
  grid-gap: 50px;
}

@media only screen and (max-width: 800px) {
  .grid-evres {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-rsw {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 1fr 1fr 300px;
      grid-template-columns: 10fr 1fr 1fr 300px;
  grid-gap: 1px;
}

.rsw-font-responsive {
  font-size: inherit;
}

@media only screen and (max-width: 800px) {
  .grid-rsw {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1px;
  }
  .rsw-font-responsive {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.grid-book {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-gap: 70px;
}

@media only screen and (max-width: 800px) {
  .grid-book {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  grid-gap: 70px;
}

@media only screen and (max-width: 800px) {
  .grid-team {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

@media only screen and (max-width: 800px) {
  .grid-articles {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-articles > div {
  padding: 10px;
}

.grid-articles > div:nth-child(2n + 1) {
  background-color: #f1f1f1;
}

.grid-download {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 6fr;
      grid-template-columns: 2fr 1fr 6fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

@media only screen and (max-width: 800px) {
  .grid-download {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-customers-in-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
}

@media only screen and (max-width: 1000px) {
  .grid-customers-in-page {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 800px) {
  .grid-customers-in-page {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 500px) {
  .grid-customers-in-page {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-youtube-webcasts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

@media only screen and (max-width: 800px) {
  .grid-youtube-webcasts {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-youtube-webcasts div {
  font-size: 1.3rem;
}

.grid-youtube-webcasts img {
  border: 1px solid #ccc;
}

.grid-training-links {
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
  grid-row-gap: 32px;
}

@media only screen and (max-width: 460px) {
  .grid-training-links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.img-in-text-40percent {
  width: 40%;
  margin-bottom: 30px;
  margin-right: 60px;
}

@media only screen and (max-width: 800px) {
  .img-in-text-40percent {
    width: 100%;
    margin-right: 0px;
  }
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  font-size: 1.5rem;
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.--margin-bottom-0 {
  margin-bottom: 0px;
}

.--margin-bottom-8 {
  margin-bottom: 8px;
}

.--margin-bottom-16 {
  margin-bottom: 16px;
}

.--margin-bottom-32 {
  padding-bottom: 32px;
}

.--margin-bottom-64 {
  margin-bottom: 64px;
}

.--margin-bottom-128 {
  margin-bottom: 128px;
}

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

.--margin-top-8 {
  margin-top: 8px;
}

.--margin-top-16 {
  margin-top: 16px;
}

.--margin-top-32 {
  margin-top: 32px;
}

.--margin-top-48 {
  margin-top: 48px;
}

.--margin-top-64 {
  margin-top: 64px;
}

.--margin-top-128 {
  margin-top: 128px;
}

.nav-link:last-child {
  padding-right: 1rem;
}

.downloads-table .tab-content {
  padding: 0px;
}

.gradient-border-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  background: white;
  background-clip: padding-box;
  border: solid 2px transparent;
}

.gradient-border-bottom:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 1px;
  z-index: -1;
  margin-bottom: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#a0c1ff), to(#f60));
  background: linear-gradient(to right, #a0c1ff, #f60);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 35px;
}

.hiddenTestimonial {
  display: none;
}

.--background-lightblue, #architects section:nth-of-type(odd) {
  background-color: #F3F9FF;
}

.--color-orange {
  color: #ff6600;
}

.highlighted {
  color: #ff6600;
}

.--grey-background {
  background-color: #fafafa;
}

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

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

.fluid-image {
  height: 550px;
  background-image: url("../assets/ilustrations/home-main.png");
  background-size: 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) {
  .fluid-image {
    height: 450px;
  }
}

.customers {
  margin-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

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

.customers-logo-line-break {
  width: 100%;
  height: 1px;
  display: none;
}

#customers div:nth-of-type(2n+1) {
  margin-top: 20px;
}

#customers div:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#customers div:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#customers div:nth-of-type(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

#customers div:nth-of-type(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

#customers div:nth-of-type(10) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

#customers div:nth-of-type(12) {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

#customers div:nth-of-type(14) {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

#customers div:nth-of-type(16) {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

#customers div:nth-of-type(18) {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}

#customers div:nth-of-type(20) {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

#customers div:nth-of-type(22) {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}

#customers div:nth-of-type(24) {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}

#customers div:nth-of-type(26) {
  -webkit-box-ordinal-group: 27;
      -ms-flex-order: 26;
          order: 26;
}

@media only screen and (max-width: 300px) {
  #customers div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #customers div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #customers div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #customers div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #customers div:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #customers div:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #customers div:nth-of-type(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  #customers div:nth-of-type(15) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  #customers div:nth-of-type(17) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  #customers div:nth-of-type(19) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  #customers div:nth-of-type(21) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  #customers div:nth-of-type(23) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  #customers div:nth-of-type(25) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  #customers div:nth-of-type(27) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  .customers-logo-line-break:nth-of-type(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #customers div:nth-of-type(2n+1) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 469px) {
  #customers div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #customers div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #customers div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #customers div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #customers div:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #customers div:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #customers div:nth-of-type(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  #customers div:nth-of-type(15) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  #customers div:nth-of-type(17) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  #customers div:nth-of-type(19) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  #customers div:nth-of-type(21) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  #customers div:nth-of-type(23) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  #customers div:nth-of-type(25) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  #customers div:nth-of-type(27) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .customers-logo-line-break:nth-of-type(4n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #customers div:nth-of-type(2n+1) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 470px) and (max-width: 800px) {
  #customers div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #customers div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #customers div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #customers div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #customers div:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #customers div:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #customers div:nth-of-type(13) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  #customers div:nth-of-type(15) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  #customers div:nth-of-type(17) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  #customers div:nth-of-type(19) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  #customers div:nth-of-type(21) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  #customers div:nth-of-type(23) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  #customers div:nth-of-type(25) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  #customers div:nth-of-type(27) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .customers-logo-line-break:nth-of-type(6n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 801px) and (max-width: 999px) {
  #customers div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #customers div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #customers div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #customers div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #customers div:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #customers div:nth-of-type(11) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  #customers div:nth-of-type(13) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  #customers div:nth-of-type(15) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #customers div:nth-of-type(17) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  #customers div:nth-of-type(19) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  #customers div:nth-of-type(21) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  #customers div:nth-of-type(23) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  #customers div:nth-of-type(25) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  #customers div:nth-of-type(27) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .customers-logo-line-break:nth-of-type(10n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1000px) {
  #customers div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #customers div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #customers div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #customers div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #customers div:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #customers div:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #customers div:nth-of-type(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  #customers div:nth-of-type(15) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  #customers div:nth-of-type(17) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  #customers div:nth-of-type(19) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  #customers div:nth-of-type(21) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  #customers div:nth-of-type(23) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  #customers div:nth-of-type(25) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  #customers div:nth-of-type(27) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  .customers-logo-line-break:nth-of-type(14n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.--row-gap-20 {
  row-gap: 20px;
}

.outline-details {
  display: none;
  border-radius: 16px;
  padding: 32px;
  background-color: white;
  border: 1px solid #ccc;
}

.outline-details ul {
  margin: 0px;
  padding: 0px;
}

.outline-details ul li {
  font-size: 1.2rem;
  margin-left: 24px;
  padding: 0px;
}

.outline-titles .highlighted {
  color: #f60;
}

@media only screen and (min-width: 800px) {
  .outline-titles .highlighted {
    border-bottom: 1px solid #ccc;
  }
}

.outline-title {
  cursor: pointer;
  color: #4881d3;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 800px) {
  .outline-title {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
  }
}

.big {
  font-size: 20px;
  font-weight: bold;
}

.visible {
  display: block;
}

.img-in-text-25percent {
  width: 25%;
  margin-right: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .img-in-text-25percent {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.img-in-text-15percent {
  width: 14%;
  margin-right: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .img-in-text-15percent {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.img-in-text-45percent {
  width: 45%;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .img-in-text-45percent {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#read-more {
  display: none;
}

.classes-paragraph {
  font-size: 15px;
  color: #5e7588;
}

.classes-paragraph > p {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

h2, h3 {
  margin-top: 0px;
  line-height: 1;
}

#services-page section:nth-of-type(1) .grid-service, #services-page section:nth-of-type(3) .grid-service, #services-page section:nth-of-type(5) .grid-service, #services-page section:nth-of-type(7) .grid-service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-column-gap: 80px;
}

@media only screen and (max-width: 800px) {
  #services-page section:nth-of-type(1) .grid-service, #services-page section:nth-of-type(3) .grid-service, #services-page section:nth-of-type(5) .grid-service, #services-page section:nth-of-type(7) .grid-service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #services-page section:nth-of-type(1) .service-image, #services-page section:nth-of-type(3) .service-image, #services-page section:nth-of-type(5) .service-image, #services-page section:nth-of-type(7) .service-image {
    margin-bottom: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
}

#services-page section:nth-of-type(2), #services-page section:nth-of-type(4), #services-page section:nth-of-type(6), #services-page section:nth-of-type(8) {
  background-color: white;
  border-top: 1px solid #eee;
}

#services-page section:nth-of-type(2) .grid-service, #services-page section:nth-of-type(4) .grid-service, #services-page section:nth-of-type(6) .grid-service, #services-page section:nth-of-type(8) .grid-service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-column-gap: 80px;
}

#services-page section:nth-of-type(2) .service-image, #services-page section:nth-of-type(4) .service-image, #services-page section:nth-of-type(6) .service-image, #services-page section:nth-of-type(8) .service-image {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
}

@media only screen and (max-width: 800px) {
  #services-page section:nth-of-type(2) .grid-service, #services-page section:nth-of-type(4) .grid-service, #services-page section:nth-of-type(6) .grid-service, #services-page section:nth-of-type(8) .grid-service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #services-page section:nth-of-type(2) .service-image, #services-page section:nth-of-type(4) .service-image, #services-page section:nth-of-type(6) .service-image, #services-page section:nth-of-type(8) .service-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 64px;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
}

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

.service-image-file {
  max-width: 100%;
  max-height: 180px;
  height: auto;
}

.grid-services {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 100px;
}

.grid-services > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-services__content-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.grid-services__image-1 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
}

.grid-services__content-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

.grid-services__image-2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

.grid-services__content-3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.grid-services__image-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
}

.grid-services__middle-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

@media only screen and (max-width: 800px) {
  .grid-services__middle-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid-services__middle-text {
    text-align: left;
  }
  .grid-services {
    -ms-grid-columns: 1fr 3fr 1fr;
        grid-template-columns: 1fr 3fr 1fr;
    grid-column-gap: 0px;
  }
  .grid-services__content-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
  }
  .grid-services__image-1 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
  }
  .grid-services__content-2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 64px;
  }
  .grid-services__image-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
        grid-row-start: 4;
    grid-row-end: 5;
  }
  .grid-services__content-3 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    margin-top: 64px;
  }
  .grid-services__image-3 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    margin-bottom: 32px;
  }
}

.grid-service-pages div p {
  text-align: justify;
}

.grid-service-pages {
  display: -ms-grid;
  display: grid;
  grid-gap: 54px;
  -ms-grid-columns: auto 225px;
      grid-template-columns: auto 225px;
}

@media only screen and (max-width: 800px) {
  .grid-service-pages {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-service-pages2 div p {
  text-align: justify;
}

.grid-service-pages2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 54px;
  -ms-grid-columns: auto 145px;
      grid-template-columns: auto 145px;
}

@media only screen and (max-width: 800px) {
  .grid-service-pages2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.content-section ul {
  list-style-type: square;
  margin-left: 40px;
}

.section-header {
  margin: 45px 0 25px 0;
}

/*
.section-header:after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background: #f60;
    margin: 10px 0 0;
}
*/
.grid-resources {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}

@media only screen and (max-width: 800px) {
  .grid-resources {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-resources > div > p {
  font-size: 1rem;
}

.grid-resources2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 64px;
}

@media only screen and (max-width: 1000px) {
  .grid-resources2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-resources2__icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 800px) {
  .grid-resources2__icons {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 400px) {
  .grid-resources2__icons {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.resource-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
}

.grid-customers {
  margin-top: 140px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr  2fr;
      grid-template-columns: 3fr  2fr;
  border-bottom: 1px solid #bbcddf;
}

.grid-customers__link-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media only screen and (max-width: 800px) {
  .grid-customers {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-customers__link-all {
    margin-left: 0px;
  }
}

.event-container {
  padding-top: 16px;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  color: #5e7588;
  letter-spacing: 0.2px;
}

.grid-event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11fr 3fr 4fr;
      grid-template-columns: 11fr 3fr 4fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

@media only screen and (min-width: 799px) {
  .grid-event > div:first-of-type {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 800px) {
  .grid-event {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
}

.event-home-container {
  padding-top: 16px;
  font-size: 1rem;
  color: #5e7588;
  letter-spacing: 0.2px;
}

.grid-event-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 2fr;
      grid-template-columns: 6fr 2fr;
  grid-column-gap: 30px;
}

@media only screen and (max-width: 800px) {
  .grid-event-home {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
}

.div-events:last-of-type {
  border: 1px solid red;
}

.grid-event-register {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

@media only screen and (max-width: 800px) {
  .grid-event-register {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
}

.grid-testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media only screen and (max-width: 800px) {
  .grid-testimonials {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.form-control {
  padding: 25px;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 20px;
}

#rs-main p:nth-of-type(1) {
  margin-top: 64px;
}

.download-form p {
    text-align: left;
}

.download-form #emailAddress {
    width: 20em;
}
/*# sourceMappingURL=main.css.map */