@charset "UTF-8";
/* Generated on: Thu Dec 15 2022 09:00:22 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: none; }

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ==========================================================================
  Stu homepage sass styles
  ========================================================================== */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #7B479C;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #62397d;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #7B479C; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #7B479C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(109, 63, 138, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 1.2em;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #666;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #7B479C;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #5c3575; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

header.navigation {
  /*transparentize(white, 0.5); */
  background-color: auto;
  /* $navigation-background; */
  border-bottom: 0px dotted #999;
  min-height: 60px;
  width: 100%;
  min-width: 350px;
  z-index: 999; }
  header.navigation img {
    height: auto;
    width: auto; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.navigation .signature {
    display: none; }
    @media only screen and (max-width: 700px) {
      header.navigation .signature {
        position: absolute;
        top: 0px;
        left: 10px;
        display: block;
        float: left;
        max-width: 240px; } }
  header.navigation .navigation-menu-button {
    position: absolute;
    top: 0px;
    right: 10px;
    color: rgba(52, 109, 152, 0.7);
    display: block;
    float: left;
    line-height: 60px;
    margin: 0 15px 0 10px;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media only screen and (min-width: 700px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #666; }
  header.navigation nav {
    float: left;
    min-height: 60px;
    z-index: 9999999;
    padding-top: 80px;
    border: 0px solid green;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      header.navigation nav {
        padding-top: 0px;
        padding-left: 0px;
        float: left; } }
  header.navigation ul.navigation-menu {
    font-family: "Bree Serif", serif;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999;
    margin-bottom: 20px; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media only screen and (min-width: 700px) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: white;
    font-size: 1.2em;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
    text-align: left;
    width: 100%;
    z-index: 9999; }
    @media only screen and (min-width: 700px) {
      header.navigation ul li.nav-link {
        font-size: 1.4em;
        background: transparent;
        padding-right: 0.3em;
        padding-left: 0.6em;
        display: inline;
        line-height: 60px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: rgba(52, 109, 152, 0.7);
      display: inline-block;
      text-decoration: none;
      border-bottom: 0;
      padding-left: 40px;
      width: 100%; }
      @media only screen and (min-width: 700px) {
        header.navigation ul li.nav-link a {
          padding-right: 0.7em;
          padding-left: 0px;
          width: inherit; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        background-color: #9059b3;
        color: white; }
      @media only screen and (min-width: 700px) {
        header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
          color: #666;
          background-color: inherit; } }
  header.navigation .active-nav-item a {
    background-color: #7B479C;
    color: white; }
    @media only screen and (min-width: 700px) {
      header.navigation .active-nav-item a {
        border-bottom: 1px solid #346D98;
        padding-bottom: 3px; } }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen {
      header.navigation li.more.nav-link {
        padding-right: 0em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: rgba(52, 109, 152, 0.7);
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0;
    font-size: 0.9em; }
    @media screen {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 7.8em;
        top: 0; } }
    @media screen {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -7.8em;
        top: 0; } }
    @media screen {
      header.navigation ul.submenu .submenu {
        left: 7.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen {
        header.navigation ul.submenu li {
          line-height: 46.1538461538px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen {
          header.navigation ul.submenu li a {
            background-color: white;
            padding-left: 1em;
            text-align: left;
            width: 8em; } }
  header.navigation .navigation-tools {
    background: #505050;
    margin-right: 60px;
    clear: both;
    display: block;
    height: 60px; }
    @media screen {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: white;
        border: 1px solid #f2f2f2;
        border-radius: 6px;
        box-sizing: border-box;
        color: rgba(52, 109, 152, 0.7);
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: white;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

header .contact {
  position: absolute;
  text-align: right;
  top: -10px;
  right: 0;
  width: 100%;
  max-width: inherit;
  z-index: 9999;
  border: 0px solid #7B479C;
  padding-left: 1em;
  display: none; }
  @media only screen and (min-width: 700px) {
    header .contact {
      display: inherit; } }
  header .contact h2 {
    font-size: 2em;
    margin: 0.5em 0; }
  header .contact a {
    padding: 0;
    color: #7B479C;
    font-weight: bold; }
    header .contact a :hover {
      text-decoration: underline; }
  header .contact ul {
    max-width: inherit;
    display: inline; }
    header .contact ul li {
      display: inline;
      width: 100%;
      border-bottom: 0px dotted #666;
      padding: 6px 0;
      margin-right: 20px; }
      header .contact ul li i {
        display: inline;
        margin-top: 4px;
        margin-right: 0.5em;
        font-size: 1em; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #7B479C;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #62397d;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #7B479C; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #7B479C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(109, 63, 138, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 1.2em;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #666;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #7B479C;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #5c3575; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.footer-container {
  background-color: #335e69;
  margin-top: 1em; }

footer {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: minmax(40px, auto);
  grid-column-gap: 10px;
  grid-template-areas: "sp op op op op sp ct ct ct";
  border: 0px solid red;
  max-width: 1060px;
  margin: 10px auto;
  min-height: 160px;
  -webkit-font-smoothing: antialiased;
  background-size: auto;
  background-repeat: repeat-x;
  background-color: #335e69;
  padding: 3em 2em 2em 2.3em; }
  footer img {
    width: inherit; }
  footer .contact {
    /* neat include span-columns(10) */
    grid-area: ct;
    grid-row: 1;
    border-right: 0;
    border-left: 0px dotted white;
    padding-left: 1em; }
    footer .contact h2 {
      font-size: 2em;
      margin: 0.5em 0; }
    footer .contact a {
      color: white;
      padding: 0;
      hover-color: red;
      hover-style: underline; }
    footer .contact ul {
      max-width: inherit;
      margin-bottom: 15px; }
    footer .contact li {
      display: block;
      width: 100%;
      border-bottom: 0px dotted #666;
      padding: 6px 0; }
      footer .contact li i {
        display: block;
        float: left;
        margin-top: 4px;
        margin-right: 0.5em;
        font-size: 1em; }
  footer button,
  footer .button {
    background-color: #FF653F; }
  footer .offices {
    /* neat include span-columns(10) */
    grid-area: op;
    margin-top: 2em; }
    footer .offices a img {
      width: 60%; }
    footer .offices h3 {
      font-size: 1.5em; }
    footer .offices ul {
      margin: 0 auto; }
    footer .offices li {
      background-size: 3em;
      padding: 0;
      font-size: 1.1em; }
    footer .offices li:first-child {
      margin-right: -1px; }
  footer .tel {
    display: block; }
  footer .vcard {
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    font-size: 0.9em;
    padding-left: 0.5em; }
    footer .vcard a {
      color: #fff; }
    footer .vcard a:hover {
      text-decoration: underline; }
    footer .vcard span {
      display: block; }

@media only screen and (min-width: 45em) {
  footer {
    min-height: 260px; }
    footer .contact {
      grid-area: op;
      grid-row: 1;
      border-left: 2px dotted white;
      padding-left: 1em; }
      footer .contact ul {
        max-width: 18em;
        margin-left: 10px; }
      footer .contact a {
        padding: 0.5em; }
      footer .contact li i {
        display: block;
        margin-right: 0.5em; }
    footer .offices {
      border: 0px solid red;
      /* neat include span-columns(4) */
      margin-top: 0; }
      footer .offices a img {
        width: 60%; }
      footer .offices a img {
        width: 60%; }
    footer .vcard {
      padding-left: 1em; } }
img {
  width: auto;
  height: auto; }

/*---------------------------
/   Default columns layout - medium size screens
---------------------------*/
@media only screen and (min-width: 45em) {
  #main-container {
    grid-template-columns: repeat(9, 1fr);
    grid-auto-rows: minmax(34px, auto);
    grid-column-gap: 10px;
    grid-template-areas: "logo logo logo hd hd hd hd hd hd" "snb snb snb snb snb snb snb snb snb" "main main main main main main main main main" "ft   ft   ft   ft   ft   ft ft ft ft";
    border: 0px solid red;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px; }

  .left-column {
    border: 0px solid orange; }

  .right-column {
    border: 0px solid green;
    width: 0px;
    display: none; }

  .section.featured-logo {
    display: flex;
    border: 0px solid red;
    justify-content: center;
    width: 100%; }

  .section {
    padding: 60px 3%; }

  .section.content {
    padding-top: 60px;
    padding-bottom: 60px; }

  .section.featured-logo-mobile {
    border: 0px solid green;
    display: none; }

  .section.home-hero-illo-mobile {
    border: 0px solid green;
    display: none; }

  .section.home-hero {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0px solid green;
    background-image: url("/static/images/homepage/homepage-hero-illo.b1963ffc1720.png");
    background-position-x: right;
    background-position-y: 30%;
    background-repeat: no-repeat; }

  .grid-block.home-content-left {
    width: 50%; } }
/* Desktop */
/* ==========================================================================
  Start of custom Webflow CSS
  ========================================================================== */
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px; }

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 46px;
  font-weight: 600; }

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 64px;
  font-weight: 600; }

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600; }

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600; }

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600; }

p {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px; }

a {
  color: #25272a;
  text-decoration: none; }

img {
  display: inline-block;
  max-width: 100%; }

form {
  font-size: 18px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px; }

figcaption {
  margin-top: 20px;
  text-align: center; }

.button-secondary {
  padding: 12px 32px;
  background-color: #9c9c9c;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.8px; }

.button-secondary:hover {
  background-color: #949494;
  color: #fff; }

.button-secondary:active {
  color: #fff; }

.button-secondary.small {
  padding: 8px 24px;
  background-color: #9c9c9c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.2px; }

._3-col-grid {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 49px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

._3-col-grid.pricing {
  margin-top: 50px; }

._3-col-grid.testimonial {
  margin-top: 50px; }

._2-col-grid {
  max-width: 1100px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

._4-col-grid {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

._4-col-grid.featured-logo {
  margin-top: 38px; }

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.container.sg {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px; }

.container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.container.nav {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.container.pricing {
  padding: 34px 24px;
  background-color: rgba(255, 112, 88, 0.1);
  text-align: center; }

.container.testimonial {
  padding: 34px 24px;
  background-color: rgba(255, 112, 88, 0.1);
  text-align: center;
  border-radius: 12px; }

.section.empowerment-passport {
  padding-top: 10px; }

.container.empowerment-passport {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 24px;
  background-color: rgba(255, 112, 88, 0.1);
  text-align: left;
  border-radius: 12px; }
  .container.empowerment-passport img {
    width: inherit;
    height: inherit; }
  .container.empowerment-passport .ridi-award {
    width: auto;
    min-width: 200px;
    height: fit-content;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid white; }

.container.cta {
  padding: 100px;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #7b479c;
  color: #f8f8f8;
  text-align: center; }

.section.style-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #7b479c; }

.section.style-guide {
  padding-top: 100px;
  padding-bottom: 100px; }

.section.content {
  background-color: rgba(255, 112, 88, 0.1); }

.section.cta {
  background-color: rgba(255, 112, 88, 0.1); }

.grid-block.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  box-shadow: 1px 1px 40px 0 rgba(241, 102, 24, 0.15);
  text-align: left; }

.grid-block.footer {
  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; }

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center; }

.button-item {
  width: 180px;
  margin-right: 48px; }

.button-item.style-guide-spacer {
  margin-bottom: 0px; }

.margin-bottom-large {
  margin-bottom: 80px; }

.input {
  height: 52px;
  margin-bottom: 24px;
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.04);
  color: #686d76;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px; }

.input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #5853ec;
  color: #25272a; }

.style-guide-wrapper {
  margin-top: 50px; }

.margin-bottom-xxl {
  margin-bottom: 120px; }

.max-width-large {
  max-width: 800px; }

.max-width-medium {
  max-width: 500px; }

.max-width-small {
  max-width: 400px; }

.bold {
  margin-bottom: 10px;
  font-weight: 600; }

.color-item {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7e8;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.04); }

.paragraph-small {
  max-width: 900px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px; }

.max-width-ml {
  max-width: 600px; }

.hidden {
  display: none; }

.color-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.margin-top-large {
  margin-top: 80px; }

.max-width-xxl {
  max-width: 1000px; }

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

.style-wrapper {
  padding-top: 0px;
  padding-bottom: 0px; }

.text-area {
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.04);
  color: #686d76;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px; }

.text-area:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #5853ec;
  color: #25272a; }

.margin-top-ml {
  margin-top: 50px; }

.grid-style-guide {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 51px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-style: solid;
  border-color: #25272a;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04); }

.radio-button:hover {
  border-color: #9a9ea5; }

.radio-button.w--redirected-checked {
  border-style: none;
  border-width: 5px;
  border-color: #25272a;
  border-radius: 50%;
  background-color: #25272a;
  box-shadow: none; }

.radio-button.w--redirected-focus {
  border-color: #5853ec; }

.max-width-xl {
  max-width: 900px; }

.margin-top-medium {
  margin-top: 40px; }

.max-width-tiny {
  max-width: 300px; }

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

.color-item-fill {
  height: 150px; }

.color-item-fill.green {
  background-color: #7b479c;
  color: #fff; }

.margin-top-xxl {
  margin-top: 120px; }

.paragraph-large {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px; }

.margin-bottom-ml {
  margin-bottom: 50px; }

.success-message {
  background-color: #5853ec;
  color: #fff; }

.sg-description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

.sg-description.no-margin {
  margin-top: 0px;
  background-color: #fff; }

.menu-block {
  width: 300px;
  padding: 50px;
  background-color: #020c1b; }

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

.light-text {
  color: #f8f8f8; }

.style-guide-display {
  margin-bottom: 50px;
  padding: 25px; }

.margin-bottom-medium {
  margin-bottom: 38px; }

.margin-bottom-medium.mobile-landscape-centered {
  margin-bottom: 25px; }

.margin-bottom-tiny {
  margin-bottom: 10px; }

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.block-quote {
  max-width: 900px;
  color: #080808; }

.margin-top-tiny {
  margin-top: 10px; }

.visual-sg-block {
  padding: 25px;
  background-color: transparent;
  box-shadow: 4px 4px 18px -6px rgba(0, 0, 0, 0.2); }

.visual-sg-block.dark {
  margin-bottom: 50px;
  padding-bottom: 10px;
  background-color: #25272a; }

.margin-bottom-xl {
  margin-bottom: 100px; }

.text-span {
  color: #f8f8f8;
  font-weight: 600; }

.box-shadow-block {
  height: auto;
  min-height: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
  box-shadow: 0 5px 18px -6px rgba(0, 0, 0, 0.32); }

.margin-top-xl {
  margin-top: 100px; }

.field-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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; }

.button-primary {
  padding: 12px 32px;
  border-radius: 6px;
  background-color: #7b479c;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.8px; }

.button-primary:hover {
  background-color: #afafaf;
  color: #fff; }

.button-primary:active {
  color: #fff; }

.button-primary.small {
  padding: 8px 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.2px; }

.button-primary.small:hover {
  background-color: #979797; }

.button-primary.transparent {
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  background-color: transparent;
  color: #25272a;
  font-weight: 400; }

.button-primary.white {
  padding: 18px 40px;
  border-radius: 15px;
  background-color: #f8f8f8;
  color: #25272a; }

.wrapper-sg {
  margin-top: 50px; }

.error-message {
  margin-top: 32px;
  padding: 24px;
  background-color: #fdcfce;
  color: #25272a; }

.divider {
  width: 100%;
  height: 1px;
  background-color: #e6e7e8; }

.guide-dark {
  height: 50px;
  background-color: #000; }

.h1-style {
  font-size: 72px;
  line-height: 80px; }

.h2-style {
  font-size: 56px;
  line-height: 64px; }

.h3-style {
  font-size: 35px;
  line-height: 40px; }

.h4-style {
  font-size: 32px;
  line-height: 40px; }

.h5-style {
  font-size: 24px;
  line-height: 32px; }

.h6-style {
  font-size: 20px;
  line-height: 28px; }

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

.heading {
  font-weight: 700; }

.navbar {
  padding: 10px 3%;
  background-color: transparent; }

.heading-2 {
  color: #7b479c; }

.home-hero-image {
  width: 100%;
  height: 100%; }

.purple-text {
  color: #7b479c; }

.purple-text.margin-bottom-medium {
  margin-bottom: 38px;
  line-height: 70px; }

.hero-button-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px; }

.hero-tittle {
  margin-left: 20px;
  color: #f874a6; }

.tittle-text-grey {
  margin-bottom: 30px;
  color: rgba(37, 39, 42, 0.5);
  text-align: left; }

.paragraph {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto; }

.small-text {
  font-size: 20px; }

.pricing-card-heading {
  margin-bottom: 30px;
  color: #f874a6; }

.line-grey {
  height: 1px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.4); }

.tittle-bold {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500; }

.text-cta {
  margin-right: auto;
  margin-left: auto; }

.text-cta.margin-bottom-medium {
  margin-bottom: 25px; }

.footer-tittle {
  margin-bottom: 20px;
  font-weight: 500; }

.footer-link {
  margin-bottom: 20px;
  color: #7b479c; }

.footer_link_copyright {
  -webkit-transition: border 100ms ease;
  transition: border 100ms ease; }

.footer_link_copyright:hover {
  border-bottom: 2px solid #7b479c;
  outline-color: #25272a;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px; }

.link_out {
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease; }

.link_out:hover {
  border-bottom: 1px solid #7b479c; }

.link_out:visited {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 66px; }

  h2 {
    font-size: 48px;
    line-height: 56px; }

  h3 {
    font-size: 36px;
    line-height: 44px; }

  h4 {
    font-size: 28px;
    line-height: 36px; }

  .section {
    margin-top: 30px;
    border: 0px solid blue; }

  .section.home-hero-illo-mobile {
    margin-top: 0px;
    border: 0px solid green;
    display: default; }

  .section.featured-logo-mobile {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center; }
    .section.featured-logo-mobile img {
      border: 0px solid red;
      width: 40%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      margin-bottom: 20px; }

  .section.content {
    padding: 10px;
    border-radius: 12px; }

  .container.testimonial {
    border-radius: 12px; }

  .right-column {
    border: 0px solid green;
    width: 0px;
    display: none; }

  ._3-col-grid {
    grid-column-gap: 25px; }

  ._3-col-grid.testimonial {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  ._3-col-grid.footer {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center; }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 46px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  .container.testimonial {
    padding: 32px; }

  .container.cta {
    padding: 40px; }

  .container.footer-copyright {
    text-align: center; }

  .section.featured-logo {
    display: none; }

  .grid-block.home-content-left {
    padding-right: 220px;
    width: 90%; }

  .grid-block.testimonial-wrapper {
    padding: 40px; }

  .grid-block.content-wrapper {
    padding-right: 220px; }

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

  .color-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }

  .grid-style-guide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  .menu-block {
    display: none; }

  .button-primary.transparent {
    margin-bottom: 30px;
    border: 1px none #000; }

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

  .h1-style {
    font-size: 64px;
    line-height: 72px; }

  .h2-style {
    font-size: 48px;
    line-height: 56px; }

  .h3-style {
    font-size: 36px;
    line-height: 44px; }

  .h4-style {
    font-size: 28px;
    line-height: 36px; }

  .h5-style {
    font-size: 24px;
    line-height: 32px; }

  .home-hero-image {
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain; }

  .image {
    width: 100%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain; }

  .menu-button {
    background-color: transparent; }

  .menu-button.w--open {
    background-color: transparent;
    color: #000; }

  .icon-2 {
    color: #000; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 15px; }

  h2 {
    font-size: 40px;
    line-height: 48px; }

  h3 {
    font-size: 32px;
    line-height: 40px; }

  ._3-col-grid {
    grid-row-gap: 51px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  ._4-col-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }

  .grid-block.home-content-left {
    padding-right: 0px;
    width: 90%; }

  .grid-block.content-wrapper {
    padding-right: 0px; }

  .h1-style {
    font-size: 56px;
    line-height: 64px; }

  .h2-style {
    font-size: 40px;
    line-height: 48px; }

  .h3-style {
    font-size: 32px;
    line-height: 40px; }

  .h5-style {
    font-size: 24px;
    line-height: 32px; } }
@media screen and (max-width: 479px) {
  .section.home-hero {
    border: 0px solid orange;
    padding-bottom: 60px;
    background: unset; }

  .section.testimonial {
    border: 0px solid orange; }

  .container.testimonial {
    border: 0px solid green;
    padding-top: 20px;
    padding-bottom: 20px; }

  .grid-block.home-content-left {
    width: 100%; }

  h1 {
    font-size: 48px;
    line-height: 56px; }

  h2 {
    font-size: 36px;
    line-height: 44px; }

  h3 {
    font-size: 28px;
    line-height: 36px; }

  h4 {
    font-size: 24px;
    line-height: 32px; }

  h5 {
    font-size: 20px;
    line-height: 28px; }

  h6 {
    font-size: 16px;
    line-height: 24px; }

  .button-item.style-guide-spacer {
    margin-bottom: 24px; }

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

  .style-guide-block.icons {
    margin-top: 72px; }

  .style-guide-block.buttons {
    margin-top: 72px; }

  .style-guide-block.rich-text {
    margin-top: 72px; }

  .style-guide-block.forms {
    margin-top: 72px; }

  .style-guide-block.typography {
    margin-top: 72px; }

  .color-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  .icon-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

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

  .margin-bottom-medium {
    line-height: 46px; }

  .margin-bottom-medium.mobile-landscape-left-align {
    font-size: 30px;
    line-height: 40px; }

  .margin-bottom-medium.mobile-landscape-centered {
    font-size: 26px;
    text-align: center; }

  .button-primary.margin-bottom-tiny:hover {
    background-color: #25272a; }

  .h1-style {
    font-size: 48px;
    line-height: 56px; }

  .h2-style {
    font-size: 36px;
    line-height: 40px; }

  .h3-style {
    font-size: 28px;
    line-height: 36px; }

  .h4-style {
    font-size: 24px;
    line-height: 32px; }

  .h5-style {
    font-size: 20px;
    line-height: 28px; }

  .h6-style {
    font-size: 16px;
    line-height: 28px; }

  .hero-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .hero-tittle {
    margin-bottom: 10px;
    margin-left: 0px; }

  .featured-logo {
    height: 80px; }

  .tittle-text-grey.margin-bottom-medium {
    line-height: 30px; }

  .pricing-features-list {
    padding-left: 0px; }

  .tittle-bold {
    line-height: 32px; } }

/*# sourceMappingURL=homepage-growmaz.css.map */
