body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3e39f3;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #696888;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #494949;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #707070;
}

a {
  text-decoration: underline;
}

a:hover {
  color: rgba(62, 57, 243, 0.6);
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid rgba(62, 57, 243, 0.6);
  font-size: 14px;
  line-height: 22px;
}

.logo-undertext {
  font-size: 12px;
  font-weight: 300;
}

.brand {
  color: #fff;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
}

.brand:hover {
  color: #fff;
}

.brand.footer {
  color: #3e39f3;
}

.nav-menu {
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: right;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  letter-spacing: 0.3px;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.nav-link.nav-button {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #3e39f3;
}

.navbar {
  background-color: #3e39f3;
}

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

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.margin-bottom.small {
  margin-bottom: 20px;
}

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

.button {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1a5c;
  border-radius: 5px;
  background-color: #3e39f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  font-weight: 400;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3a38a1;
  background-color: #5956bb;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button.reversed {
  background-color: #fff;
  color: #3a38a1;
}

.button.reversed:hover {
  background-image: none;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #3a38a1;
  background-color: transparent;
  box-shadow: none;
  color: #3a38a1;
}

.button.ghost:hover {
  background-color: #6e6bdd;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #3a38a1;
}

.button.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.button.side-margins.margin-bottom {
  margin-bottom: 20px;
}

.button.margin-left {
  margin-right: 20px;
}

.button.form-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button.form-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.form-button.icon-button {
  padding: 8px 10px;
  border-style: solid;
  border-color: transparent;
  background-color: hsla(0, 0%, 100%, 0.6);
  font-family: 'Fa solid 900', sans-serif;
}

.button.form-button.icon-button:hover {
  box-shadow: none;
}

.paragraph-small {
  color: rgba(58, 56, 162, 0.7);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: rgba(58, 56, 162, 0.7);
}

.color-block.steel-blue {
  background-color: #3a38a1;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid #3d9afc;
}

.color-block.black {
  background-color: #1f2c3d;
}

.color-block.light-blue {
  border-style: none;
  background-color: rgba(58, 56, 162, 0.2);
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.white {
  color: #fff;
  font-weight: 300;
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

.section.no-bottom-padding.no-top-padding {
  padding-top: 0px;
}

.section.footer {
  background-color: #3e39f3;
}

.section.no-top-padding {
  padding-top: 0px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.blue {
  background-color: #3a38a1;
}

.row.flex-horizontal.blue.padding {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px;
}

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

.page-wrapper {
  overflow: hidden;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-7.margin-top {
  margin-top: 20px;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #096ad0;
}

.horizontal-line.light.white {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #096ad0;
  border-radius: 6px;
  background-color: rgba(9, 106, 208, 0.06);
}

.body {
  color: #444;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-with-button.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.form {
  width: 100%;
}

.form.inline {
  display: inline-block;
  width: auto;
}

.form.inline.header {
  display: inline-block;
  min-width: 260px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  color: #096ad0;
}

.form-field::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field:-ms-input-placeholder {
  color: #096ad0;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-field.white-form {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #3e39f3;
}

.form-field.white-form.with-button {
  min-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-field.white-form.with-button::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.43);
  font-style: italic;
  font-weight: 300;
}

.form-field.white-form.with-button:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.43);
  font-style: italic;
  font-weight: 300;
}

.form-field.white-form.with-button::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.43);
  font-style: italic;
  font-weight: 300;
}

.form-field.white-form.with-button::placeholder {
  color: rgba(0, 0, 0, 0.43);
  font-style: italic;
  font-weight: 300;
}

.icon {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 9px;
}

.icon.margin-right {
  margin-right: 5px;
  margin-left: 0px;
}

.paragraph-small-2 {
  color: rgba(58, 56, 162, 0.7);
  font-size: 15px;
  font-weight: 300;
}

.spacer {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 56.7%, 0.5);
}

.list-thumbnail-container {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.list-thumbnail-container:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.padding {
  padding: 20px;
}

.faux-link {
  font-size: 12px;
}

.value-proposition-buttons {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.value-proposition-buttons.align-right {
  text-align: right;
}

.button-2 {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1a5c;
  border-radius: 5px;
  background-color: #3a38a1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  font-weight: 400;
}

.button-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3a38a1;
  background-color: #5956bb;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-2.margin-left {
  margin-right: 20px;
}

.button-2.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #3a38a1;
  background-color: transparent;
  box-shadow: none;
  color: #3a38a1;
}

.button-2.ghost:hover {
  background-color: #6e6bdd;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.slider {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3e39f3;
}

.slider-wrapper {
  min-height: 300px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.overhead-mention {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: rgba(44, 100, 163, 0.39);
  color: #fff;
  font-size: 10px;
}

.overhead-mention.news {
  background-color: rgba(30, 141, 158, 0.5);
}

.overhead-mention.events {
  background-color: rgba(143, 79, 0, 0.5);
}

.overhead-mention.articles {
  background-color: rgba(5, 148, 36, 0.5);
}

.overhead-mention.neu {
  background-color: rgba(3, 87, 213, 0.5);
}

.overhead-mention.noneu {
  background-color: rgba(3, 87, 213, 0.5);
}

.overhead-mention.ropublic {
  background-color: rgba(163, 106, 44, 0.39);
}

.overhead-mention.roprivate {
  background-color: rgba(84, 5, 148, 0.5);
}

.overhead-mention.rocredit {
  background-color: rgba(84, 5, 148, 0.5);
}

.overhead-mention.none {
  background-color: rgba(148, 148, 148, 0.5);
}

.overhead-mention.small-margin-bottom {
  margin-bottom: 10px;
}

.footer-heading {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.negative-margin {
  margin-left: -18px;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.button-3 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-3:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-3.form-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  font-size: 14px;
}

.social-media-icon {
  padding: 8px;
}

.by-uefiscdi {
  width: 150px;
  margin-top: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.8;
  color: #fff;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-overhead {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
}

.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.right {
  text-align: right;
}

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

.page-number.centered {
  text-align: center;
}

.page-number-link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.list-image-holder {
  width: 100%;
  min-height: 150px;
  background-image: url('../images/totem.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.searchtab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 86.7%, 0.34);
  color: rgba(62, 57, 243, 0.6);
}

.searchtab.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3e39f3;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tab-link-tab-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eee;
  color: rgba(62, 57, 243, 0.6);
}

.related-columns.margin-top {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .brand {
    margin-top: 15px;
  }

  .nav-menu {
    padding-bottom: 20px;
    background-color: #3e39f3;
    text-align: left;
  }

  .container {
    display: block;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0px;
  }

  .row.flex-horizontal.blue.padding {
    margin-right: -20px;
    margin-left: -20px;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-11.md-3 {
    width: 75%;
  }

  .col.lg-9.md-1 {
    width: 25%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-10.md-2 {
    width: 50%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .form-with-button.horizontal {
    margin-left: 20px;
  }

  .list-thumbnail-container {
    margin-bottom: 30px;
  }

  .slider-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .menu-button.w--open {
    background-color: #3e39f3;
  }

  .icon-2 {
    color: #fff;
  }

  .body-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #3e39f3;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .col.lg-7.sm-2 {
    width: 100%;
  }

  .col.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

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

  .side-image {
    margin-bottom: 20px;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button.w--open {
    background-color: #3e39f3;
  }

  .body-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }

  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .nav-menu {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-color: #3e39f3;
  }

  .button.ghost.reversed {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }

  .button.margin-left {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .paragraph-small.white {
    font-size: 11px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.sm-2 {
    margin-bottom: 10px;
  }

  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }

  .col.sm-2 {
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-with-button.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .list-thumbnail-container {
    margin-bottom: 30px;
  }

  .value-proposition-buttons {
    margin-bottom: 60px;
  }

  .slider-wrapper {
    min-height: 150px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .button-3.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .social-media-icon {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: #3e39f3;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .right-arrow {
    opacity: 0.4;
  }

  .left-arrow {
    opacity: 0.4;
  }

  .full-width {
    display: block;
    text-align: center;
  }

  .right {
    text-align: center;
  }

  .page-number {
    height: 3rem;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
