@charset "UTF-8";
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

*:focus {
  outline: none;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

img:not([alt]) {
  border: 4px red dashed !important;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
section.table #rwd-table {
  display: block;
}
section.table #rwd-table tbody {
  border: none;
}
section.table #rwd-table tbody, section.table #rwd-table th, section.table #rwd-table td, section.table #rwd-table tr, section.table #rwd-table tfoot {
  display: block;
}
section.table #rwd-table thead {
  display: none;
}
section.table #rwd-table tr {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 5px 0px #ddd;
          box-shadow: 0px 2px 5px 0px #ddd;
  border-radius: 4px;
  border-top: 5px solid #008cba;
}
section.table #rwd-table tr td {
  padding: 0.5em 0.5em 0.5em 50%;
  float: left;
  width: 100%;
}
section.table #rwd-table tr td:before {
  width: 100%;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
  clear: both;
  margin: -0.5em 0 0 -100%;
  font-size: 1.125em;
}
@media screen and (min-width: 600px) {
  section.table #rwd-table {
    display: table;
    border: none;
  }
  section.table #rwd-table tbody {
    border-bottom: 3px solid #008cba;
  }
  section.table #rwd-table th, section.table #rwd-table td {
    display: table-cell;
  }
  section.table #rwd-table tr {
    display: table-row;
    border: none;
    border-bottom: 1px solid #eee;
    float: none;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.table #rwd-table tr td {
    padding: 0.75em 0 0.75em 0.25em;
    float: none;
    width: auto;
  }
  section.table #rwd-table tr td:before {
    padding: 0 !important;
  }
  section.table #rwd-table thead {
    display: table-header-group;
  }
  section.table #rwd-table tbody, section.table #rwd-table tfoot {
    display: table-row-group;
  }
  section.table #rwd-table tr:nth-of-type(even) {
    background: none;
  }
}

section.table #rwd-table-large {
  display: block;
}
section.table #rwd-table-large tbody {
  border: none;
}
section.table #rwd-table-large tbody, section.table #rwd-table-large th, section.table #rwd-table-large td, section.table #rwd-table-large tr, section.table #rwd-table-large tfoot {
  display: block;
}
section.table #rwd-table-large thead {
  display: none;
}
section.table #rwd-table-large tr {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 5px 0px #ddd;
          box-shadow: 0px 2px 5px 0px #ddd;
  border-radius: 4px;
  border-top: 5px solid #008cba;
}
section.table #rwd-table-large tr td {
  padding: 0.5em 0.5em 0.5em 50%;
  float: left;
  width: 100%;
}
section.table #rwd-table-large tr td:before {
  width: 100%;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
  clear: both;
  margin: -0.5em 0 0 -100%;
  font-size: 1.125em;
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large {
    display: table;
    border: none;
  }
  section.table #rwd-table-large tbody {
    border-bottom: 3px solid #008cba;
  }
  section.table #rwd-table-large th, section.table #rwd-table-large td {
    display: table-cell;
  }
  section.table #rwd-table-large tr {
    display: table-row;
    border: none;
    border-bottom: 1px solid #eee;
    float: none;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.table #rwd-table-large tr td {
    padding: 0.75em 0 0.75em 0.25em;
    float: none;
    width: auto;
  }
  section.table #rwd-table-large tr td:before {
    padding: 0 !important;
  }
  section.table #rwd-table-large thead {
    display: table-header-group;
  }
  section.table #rwd-table-large tbody, section.table #rwd-table-large tfoot {
    display: table-row-group;
  }
  section.table #rwd-table-large tr:nth-of-type(even) {
    background: none;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  overflow-x: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
}
body h1 {
  font-size: 38px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
body h2 {
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
body h3 {
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 15px;
}
body h4 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 20px;
}
body h5 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 22px;
}
body h6 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 37px;
}
body p {
  line-height: 1.6em;
  margin-bottom: 15px;
}
body p strong, body p b {
  font-weight: 700;
}
body p em, body p i {
  font-style: italic;
}
body.locked {
  overflow: hidden;
}
body .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
body .text_align-left {
  text-align: left;
}
body .text_align-center {
  text-align: center;
}
body .text_align-right {
  text-align: right;
}

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}

@media only screen and (min-width: 576px) {
  .offset-11-xs {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-xs {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-xs {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xs {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-xs {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-xs {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xs {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-xs {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-xs {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xs {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-xs {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-11-sm {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-sm {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-sm {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-sm {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-sm {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-sm {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-sm {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-sm {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-sm {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-sm {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-sm {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-11-md {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-md {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-md {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-md {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-md {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-md {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-md {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-md {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-md {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-md {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-md {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .offset-11-lg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-lg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-lg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-lg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-lg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-lg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-lg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-lg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-lg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-lg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-lg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1600px) {
  .offset-11-xlg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-xlg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-xlg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xlg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-xlg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-xlg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xlg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-xlg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-xlg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xlg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-xlg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

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

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

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

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

.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.align-end [class*=col-] {
  vertical-align: bottom;
}

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

.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

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

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}
.inner-error {
  padding: 50px 0 20px;
}

.white {
  background-color: #fff;
}

.lightgrey {
  background-color: #E2E2E2;
}

.darkgrey {
  background-color: #343434;
}

.cookies-notice {
  display: none;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.cookies-notice .container {
  position: relative;
}
.cookies-notice .container p {
  color: #fff;
  margin-right: 35px;
}
.cookies-notice .container a {
  color: #fff;
  font-weight: 700;
}
.cookies-notice .container a.accept-cookies {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form input:not([type=submit]), form textarea {
  width: 100%;
}
form input[type=submit] {
  padding: 10px 15px;
  color: white;
  background-color: #018280;
  border: 1px solid #018280;
  border-radius: 3px;
}
form input[type=submit]:hover {
  color: #018280;
  background-color: white;
}
form .wpcf7-not-valid {
  border-color: #D0021B;
}
form .wpcf7-response-output {
  width: 100%;
  padding: 10px;
}
form .wpcf7-not-valid-tip {
  margin-top: 5px;
}

header {
  padding: 20px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
header img {
  max-height: 50px;
  height: 100%;
  width: auto;
  margin-bottom: 15px;
}
header p {
  color: #fff;
  margin: 0;
}
header .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logos a {
  padding-right: 30px;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: -600px;
  width: 600px;
  height: 100%;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -77.5px;
  width: 0;
  height: 0;
  border-top: 77.5px solid transparent;
  border-bottom: 77.5px solid transparent;
}
@media screen and (max-width: 1200px) {
  header:after {
    display: none;
  }
  header:before {
    display: none;
  }
}
header .inner-col {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .inner-col a {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .inner-col a.register {
  padding: 10px 35px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
header .inner-col a.login {
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner-col a.login svg {
  margin-left: 5px;
}
header .inner-col a.login svg.hover {
  display: none;
}
header .inner-col a.login:hover {
  background-color: #fff;
  color: #000;
}
header .inner-col a.login:hover svg.normal {
  display: none;
}
header .inner-col a.login:hover svg.hover {
  display: block;
}
@media screen and (max-width: 768px) {
  header .inner-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
}

.policy-section {
  padding: 30px 0;
}
.policy-section h1, .policy-section h2, .policy-section h3, .policy-section h4 {
  font-weight: 700;
}

footer {
  padding: 20px 0;
  font-size: 11px;
}
footer p {
  margin-bottom: 10px;
}
footer p:first-of-type {
  font-size: 16px;
}
footer img {
  margin-left: auto;
  max-width: 150px;
  height: auto;
  display: block;
  padding-bottom: 20px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px !important;
}
footer ul li {
  margin-right: 20px;
  position: relative;
}
footer ul li:first-of-type:after {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}
footer a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  footer .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer img {
    margin-bottom: 15px;
    margin-left: 0;
  }
}

section.full-width-panel {
  padding: 30px 0 0;
}
section.full-width-panel h1 {
  font-weight: 500;
}

section.text-img-panel {
  padding: 50px 0;
}
section.text-img-panel.primarycol .inner-col {
  color: #fff;
}
section.text-img-panel.secondarycol .inner-col {
  color: #fff;
}
section.text-img-panel .inner-col.mobile-cta {
  display: none;
}
@media screen and (max-width: 991px) {
  section.text-img-panel .inner-col.mobile-cta {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  section.text-img-panel .inner-col.desktop-cta a {
    display: none;
  }
}
section.text-img-panel .inner-col img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  section.text-img-panel .inner-col img {
    margin: 15px 0;
  }
}
section.text-img-panel .inner-col p {
  line-height: 24px;
}
section.text-img-panel .inner-col.half p {
  padding-right: 75px;
}
@media screen and (max-width: 560px) {
  section.text-img-panel .inner-col.half p {
    padding-right: 0;
  }
}
section.text-img-panel .inner-col a {
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
section.text-img-panel .inner-col.double img {
  width: 60%;
  -webkit-box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
}
section.text-img-panel .inner-col.double img.secondimg {
  margin-left: 40%;
  display: block;
  margin-top: -20%;
}
section.text-img-panel .inner-col ul {
  list-style: none;
  padding-left: 30px;
}
section.text-img-panel .inner-col ul li {
  position: relative;
  margin: 0 0 20px;
}
section.text-img-panel .inner-col ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 14px;
  width: 17.6px;
  height: 13.4px;
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
}
section.text-img-panel .inner-col ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 60px;
}
section.text-img-panel .inner-col ol li {
  position: relative;
  counter-increment: custom-counter;
  margin: 0 0 20px;
}
section.text-img-panel .inner-col ol li::before {
  content: counter(custom-counter) "";
  position: absolute;
  padding: 10px;
  background: white;
  top: 5px;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  section.text-img-panel .inner-col {
    margin: 0 0 30px;
  }
}
section.text-img-panel .direction-row-reverse .inner-col.double img {
  margin-left: auto;
  -webkit-box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
}
section.text-img-panel .direction-row-reverse .inner-col.double img.secondimg {
  margin-left: 0;
}

section.cta {
  padding: 50px 0;
}
section.cta .inner-col.center {
  text-align: center;
}
section.cta .inner-col.right {
  text-align: right;
}
section.cta .inner-col a {
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

section.icon-panel {
  padding: 50px 0 20px;
}
section.icon-panel .row-header {
  text-align: center;
  margin: 0 0 50px;
}
section.icon-panel .row {
  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;
}
section.icon-panel .row .column {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 560px) {
  section.icon-panel .row .column {
    width: 100%;
  }
}
section.icon-panel .row .column .column-icon {
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 30px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.icon-panel .row .column .column-icon img {
  width: auto;
  height: 100%;
  display: block;
}
section.icon-panel .row .column .column-content p {
  margin: 0;
}
section.icon-panel .row .column .column-content ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

section.people-panel {
  padding: 50px 0;
}
section.people-panel .row-header {
  margin-bottom: 50px;
}
section.people-panel .row-header h2 {
  color: #fff;
  margin: 0;
}
section.people-panel .row {
  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;
}
section.people-panel .row .column {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 50px;
}
@media screen and (max-width: 560px) {
  section.people-panel .row .column {
    width: 100%;
  }
}
section.people-panel .row .column .column-image {
  max-width: 100px;
  width: 100%;
  height: auto;
  position: relative;
  margin-right: 20px;
}
section.people-panel .row .column .column-image .profile {
  width: 100px;
  display: block;
  height: auto;
  border-radius: 50%;
}
section.people-panel .row .column .column-image .country {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
section.people-panel .row .column .column-content {
  color: #fff;
}
section.people-panel .row .column .column-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
section.people-panel .row .column .column-content p {
  margin: 0;
  font-size: 14px;
}

section.text-video-panel {
  padding: 50px 0;
}
section.text-video-panel.primarycol .inner-col {
  color: #fff;
}
section.text-video-panel.secondarycol .inner-col {
  color: #fff;
}
section.text-video-panel .inner-col.mobile-cta {
  display: none;
}
@media screen and (max-width: 991px) {
  section.text-video-panel .inner-col.mobile-cta {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  section.text-video-panel .inner-col.desktop-cta a {
    display: none;
  }
}
section.text-video-panel .inner-col p {
  line-height: 24px;
}
section.text-video-panel .inner-col.half p {
  padding-right: 75px;
}
@media screen and (max-width: 560px) {
  section.text-video-panel .inner-col.half p {
    padding-right: 0;
  }
}
section.text-video-panel .inner-col a {
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
section.text-video-panel .inner-col .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.text-video-panel .inner-col .video-wrapper iframe, section.text-video-panel .inner-col .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.text-video-panel .inner-col.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.text-video-panel .inner-col.double .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 48%;
  margin: 0 0 0 auto;
}
section.text-video-panel .inner-col.double .video-wrapper iframe, section.text-video-panel .inner-col.double .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  section.text-video-panel .inner-col.double .video-wrapper {
    width: unset;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 990px) {
  section.text-video-panel .inner-col.double {
    display: unset;
  }
}
section.text-video-panel .inner-col ul {
  list-style: none;
  padding-left: 30px;
}
section.text-video-panel .inner-col ul li {
  position: relative;
  margin: 0 0 20px;
}
section.text-video-panel .inner-col ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 14px;
  width: 17.6px;
  height: 13.4px;
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
}
section.text-video-panel .inner-col ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 60px;
}
section.text-video-panel .inner-col ol li {
  position: relative;
  counter-increment: custom-counter;
  margin: 0 0 20px;
}
section.text-video-panel .inner-col ol li::before {
  content: counter(custom-counter) "";
  position: absolute;
  padding: 10px;
  background: white;
  top: 5px;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  section.text-video-panel .inner-col {
    margin: 0 0 30px;
  }
}
section.text-video-panel .direction-row-reverse .inner-col.double img {
  margin-left: auto;
  -webkit-box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
}
section.text-video-panel .direction-row-reverse .inner-col.double img.secondimg {
  margin-left: 0;
}

section.video-panel {
  padding: 50px 0;
}
section.video-panel .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.video-panel .video-wrapper iframe, section.video-panel .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.menu-icon {
  width: 40px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-icon span:nth-child(1) {
  top: 0px;
}
.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
  top: 15px;
}
.menu-icon span:nth-child(4) {
  top: 30px;
}
.menu-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav.mobile {
  display: none;
  background: #000;
  padding: 15px;
  text-align: center;
}
nav.mobile a {
  color: #fff;
}

@media screen and (max-width: 920px) {
  header .menu-icon {
    display: inline-block;
  }
  header nav {
    display: none;
  }
}
section.table {
  padding: 50px 0;
}
section.table table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 2em;
  text-align: center;
  background-color: white;
}
section.table table thead {
  border-bottom: 3px solid #008cba;
}
section.table table thead th {
  padding: 0.35em 0 0.35em;
  font-weight: 400;
  font-size: 1.25em;
}
section.table table tbody {
  border-bottom: 3px solid #008cba;
}
section.table table tbody tr {
  border-bottom: 2px solid #ddd;
}
section.table table tbody tr td {
  padding: 0.75em 0;
}
section.table table tbody tr td a {
  color: #008cba;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
section.table table tbody tr td a:hover, section.table table tbody tr td a:active, section.table table tbody tr td a:focus {
  color: #006687;
  border: none;
}
section.table table tfoot td {
  padding: 0.35em 0 0.35em;
  font-size: 1.25em;
}
@media screen and (min-width: 1000px) {
  section.table table {
    width: 100%;
  }
  section.table table thead {
    border-bottom: 3px solid #008cba;
  }
  section.table table tbody tr {
    border-bottom: 1px solid #ddd;
  }
}
section.table #rwd-table tbody tr td:nth-of-type(1):before {
  content: "Heading Col 1";
}
@media screen and (min-width: 600px) {
  section.table #rwd-table tbody tr td:nth-of-type(1):before {
    content: "";
  }
}
section.table #rwd-table tbody tr td:nth-of-type(2):before {
  content: "Heading Col 2";
}
@media screen and (min-width: 600px) {
  section.table #rwd-table tbody tr td:nth-of-type(2):before {
    content: "";
  }
}
section.table #rwd-table tbody tr td:nth-of-type(3):before {
  content: "Heading Col 3";
}
@media screen and (min-width: 600px) {
  section.table #rwd-table tbody tr td:nth-of-type(3):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(1):before {
  content: "Heading Col 1";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(1):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(2):before {
  content: "Heading Col 2";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(2):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(3):before {
  content: "Heading Col 3";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(3):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(4):before {
  content: "Heading Col 4";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(4):before {
    content: "";
  }
}