@import "assets/css/cssreset.css";
@import "assets/css/swiper.css";
.space-bottom-xs {
  margin-bottom: 10px;
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 60px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 90px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none;
}
.is-centered {
  text-align: center;
}
.link-primary {
  color: #005ca8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #000;
}
.link-secondary {
  color: #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #005ca8;
}
.link-white {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  border-color: #fff;
}
.link-icon {
  display: flex;
  align-items: center;
}
.link-icon span {
  margin-right: 3px;
}
.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #005ca8;
  color: #fff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #005ca8;
  color: #fff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #000;
}
.button-icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-icon:hover span,
.button-icon:focus span,
.button-icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #d94a4a;
  color: #fff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
.alert--error .alert__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #005ca8;
  color: #fff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #000;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #000;
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  background: #005ca8;
  color: #fff;
}
* ::-moz-selection {
  background: #005ca8;
  color: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
  hyphens: auto;
}
body {
  position: relative;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  min-height: 100%;
}
a,
button,
input {
  outline: 2px solid transparent;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #000;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #005ca8;
}
input:focus,
select:focus {
  outline: 1px solid #000;
}
.l-header input:focus,
.l-header select:focus,
.l-footer input:focus,
.l-footer select:focus {
  outline-color: #005ca8;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
}
strong,
b {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  margin-bottom: 30px;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005ca8;
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005ca8;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005ca8;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
h4 {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005ca8;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
address,
p {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 25px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 4px;
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.table__wrapper {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table__wrapper {
    margin-bottom: 30px;
  }
}
.table__wrapper:focus {
  outline: 3px solid #000;
  outline-offset: 3px;
}
.table__wrapper table {
  width: 100%;
  background: #d5d5d5;
  border-color: #d5d5d5;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
}
.table__wrapper table thead tr:not(:first-child) td:nth-child(1),
.table__wrapper table tbody tr td:nth-child(1),
.table__wrapper table thead tr:not(:first-child) th:nth-child(1),
.table__wrapper table tbody tr th:nth-child(1),
.table__wrapper table thead tr:not(:first-child) td:nth-child(2),
.table__wrapper table tbody tr td:nth-child(2),
.table__wrapper table thead tr:not(:first-child) th:nth-child(2),
.table__wrapper table tbody tr th:nth-child(2),
.table__wrapper table thead tr:not(:first-child) td:nth-child(4),
.table__wrapper table tbody tr td:nth-child(4),
.table__wrapper table thead tr:not(:first-child) th:nth-child(4),
.table__wrapper table tbody tr th:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.table__wrapper table td,
.table__wrapper table th {
  padding: 3px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: top;
}
.table__wrapper table td:last-child {
  padding-right: 15px;
}
.table__wrapper table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #d5d5d5;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: top;
  white-space: nowrap;
}
.table__wrapper table thead th[colspan] {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding-bottom: 0;
}
.table__wrapper table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #d5d5d5;
}
.table__wrapper table thead tr:first-child th {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.table__wrapper table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #d5d5d5;
  text-align: left;
}
.table__wrapper table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.table__wrapper table tbody tr:nth-child(odd) td,
.table__wrapper table tbody tr:nth-child(odd) th {
  background: #ebebeb;
}
.table__wrapper table tbody tr:nth-child(even) td,
.table__wrapper table tbody tr:nth-child(even) th {
  background: #fff;
}
.table__wrapper table tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table__wrapper table tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table__wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table__wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table__wrapper table tbody tr:last-child td,
.table__wrapper table tbody tr:last-child th {
  border-bottom: 1px solid #d5d5d5;
}
.table__wrapper table tfoot th {
  padding: 5px 15px 15px;
  font-size: 14px;
  line-height: 1.2;
}
form {
  margin-bottom: 20px;
  max-width: 600px;
}
.btn,
input[type=submit],
button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #005ca8;
  color: #fff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn:hover,
input[type=submit]:hover,
button:hover,
.btn:focus,
input[type=submit]:focus,
button:focus,
.btn:active,
input[type=submit]:active,
button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.btn:hover,
input[type=submit]:hover,
button:hover,
.btn:focus,
input[type=submit]:focus,
button:focus,
.btn:active,
input[type=submit]:active,
button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
input[type=image] {
  width: auto;
}
label {
  display: block;
  order: 1;
  padding: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #005ca8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
label .required {
  color: #d94a4a;
}
input[type="text"],
input[type="email"],
textarea,
button {
  order: 2;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
button:hover,
input[type="text"]:active,
input[type="email"]:active,
textarea:active,
button:active,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
button:focus {
  border-bottom-color: #000;
}
input[type="text"],
input[type="email"],
textarea {
  font-size: inherit;
  color: #000;
  display: block;
  padding: 3px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #005ca8;
  background: transparent;
}
input[type="text"].error,
input[type="email"].error,
textarea.error {
  border-color: #d94a4a;
}
input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
textarea:focus ~ label {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}
input[disabled] {
  background: #d5d5d5;
}
select {
  width: 100%;
  background: transparent;
  border-radius: 2px;
}
select,
button {
  outline: none;
}
textarea {
  height: 150px;
}
.error {
  color: #d94a4a;
}
span.error {
  display: block;
  text-align: right;
  font-size: 13px;
}
.alert-error {
  margin-bottom: 20px;
}
.general-error {
  background: #d94a4a;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}
.general-error p {
  margin: 0;
}
.form-item,
.form-check,
.form-radio {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-item,
  .form-check,
  .form-radio {
    margin-bottom: 30px;
  }
}
input.confirmemail {
  position: absolute;
  left: -9999px;
  top: -99999px;
}
.container,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-narrow {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-narrow {
    max-width: 991px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-narrow {
    max-width: 1199px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-narrow {
    max-width: 1399px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-narrow {
    max-width: 1679px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-narrow {
    max-width: 1680px;
  }
}
.container-narrow {
  max-width: 1400px;
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .row {
    margin: 0 -25px;
  }
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .grid-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-standalone > .grid-item {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 33.2%;
  }
}
.row-two--footer > .grid-item:first-child {
  order: 2;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 58.3%;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 49.9%;
  }
}
.row-two--footer > .grid-item:last-child {
  order: 1;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:last-child {
    width: 41.6%;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:last-child {
    width: 49.9%;
    order: 2;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.l-wrapper {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .l-wrapper {
    padding-top: 100px;
  }
}
.l-wrapper.l-wrapper--l {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .l-wrapper.l-wrapper--l {
    padding-top: 160px;
  }
}
.l-header {
  z-index: 15;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
}
@media (min-width: 768px) {
  .l-header {
    padding: 15px 0;
    min-height: 100px;
  }
}
.l-main {
  min-height: calc(100vh - 550px);
}
.l-footer {
  padding: 50px 0;
  background: #2a3133;
  color: #fff;
}
.l-breakout {
  position: relative;
  width: calc(100% + 30px);
  padding: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  background: rgba(0, 92, 168, 0.2);
}
@media (min-width: 768px) {
  .l-breakout {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .l-breakout {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1400px) {
  .l-breakout {
    width: calc(100% + 16rem);
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 1680px) {
  .l-breakout {
    width: auto;
    margin-left: -50%;
    margin-right: -50%;
  }
}
.rich,
#tinymce {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rich,
  #tinymce {
    margin-bottom: 30px;
  }
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #005ca8;
  content: "\2022";
  font-size: 1em;
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a,
#tinymce a {
  color: #005ca8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #000;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #000;
}
.rich strong,
#tinymce strong {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 40px;
}
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 30px;
}
.rich__img {
  border-radius: 4px;
}
.modal__link {
  display: block;
  border-bottom: none !important;
  font-weight: normal !important;
}
.modal__link--image {
  position: relative;
}
.modal__link--image::before {
  position: absolute;
  content: 'zoom_in';
  font-family: "Material Icons Round";
  top: 10px;
  right: 20px;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #005ca8;
  border-radius: 2px;
  color: #fff;
}
.modal__link--image:hover::before,
.modal__link--image:focus::before,
.modal__link--image:active::before {
  background: #005ca8;
  color: #fff;
}
.modal__wrapper {
  display: none;
}
.modal__desc {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.modal__img {
  width: 100%;
  border-radius: 4px;
}
dialog {
  display: block;
  border: 0;
}
/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}
/* overlay covers everything */
.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}
.simple-modal-overlay .invisible,
.simple-animated-modal-overlay .invisible,
.simple-image-modal-overlay .invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Image Modal */
.simple-image-modal__wrapper {
  position: relative;
}
.simple-image-modal__wrapper .simple-image-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.simple-image-modal__wrapper .simple-image-modal-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"],
.simple-image-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  animation: fadewhite ease 0.5s 1 normal;
}
@keyframes fadewhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-image-modal {
  position: fixed;
  left: 15%;
  top: 5%;
  width: 70%;
  max-height: 98vh;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 4px;
  z-index: 667;
  padding: 2em;
  right: auto;
  overflow: auto;
}
.simple-image-modal {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.simple-modal-close,
.simple-animated-modal-close,
.simple-image-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #005ca8;
  color: #fff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.simple-animated-modal,
.simple-image-modal {
  animation: apparition ease 0.5s 1 normal;
}
@keyframes apparition {
  0% {
    opacity: 0;
    max-height: 0;
    width: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
.mod-cookie-notice {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  text-align: center;
  background: #000;
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.cookie-notice__text {
  margin-bottom: 20px;
  color: #fff;
}
.cookie-notice__text a {
  color: #fff;
}
.cookie-notice__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #005ca8;
  color: #fff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 5px 15px;
  height: auto;
  display: inline-block;
}
.cookie-notice__button:hover,
.cookie-notice__button:focus,
.cookie-notice__button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cookie-notice__button:hover,
.cookie-notice__button:focus,
.cookie-notice__button:active {
  color: #000;
  background: #fff;
  border-color: #005ca8;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cookie-notice--visible {
  transform: translateY(0);
}
.mod-emotion {
  position: relative;
  margin: 0 auto;
}
.mod-emotion:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 25%;
  background: #005ca8;
  background: linear-gradient(0deg, #005ca8 0%, rgba(0, 139, 146, 0) 100%);
  z-index: 2;
}
.mod-emotion .emotion__img {
  display: block;
  width: 100%;
}
.mod-emotion .emotion__container {
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .mod-emotion .emotion__container {
    bottom: 30px;
    text-align: right;
  }
}
@media (min-width: 1680px) {
  .mod-emotion .emotion__container {
    bottom: 50px;
  }
}
.mod-emotion .emotion__claim {
  font-size: 30px;
  line-height: 1.1;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005ca8;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .mod-emotion .emotion__claim {
    font-size: 50px;
  }
}
@media (min-width: 1680px) {
  .mod-emotion .emotion__claim {
    font-size: 85px;
  }
}
.mod-footer h2,
.mod-footer h3 {
  color: unset;
}
.link__footer {
  display: inline-flex;
  align-items: center;
  color: #005ca8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-weight: 600;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.link__footer:hover,
.link__footer:focus,
.link__footer:active {
  color: #000;
}
.link__footer:hover,
.link__footer:focus,
.link__footer:active {
  color: #000;
}
.link__footer span {
  margin-right: 10px;
}
.mod-footer .link__footer {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
.mod-footer .link__footer:hover,
.mod-footer .link__footer:focus,
.mod-footer .link__footer:active {
  border-color: #fff;
}
.mod-footer .link__footer:hover,
.mod-footer .link__footer:focus,
.mod-footer .link__footer:active {
  border-color: #fff;
}
.footer__legal-nav {
  display: flex;
}
.footer__legal-nav li {
  margin-right: 15px;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .header__wrapper {
    padding: 0;
    margin: 0;
  }
}
.header__nav-trigger {
  position: absolute;
  left: 10px;
  color: #005ca8;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #000;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav-trigger span {
  font-size: 32px;
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #005ca8;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .header__nav {
    position: static;
    height: auto;
    width: auto;
    flex-grow: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
    background-color: transparent;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close {
  padding: 0;
  font-size: 32px;
  background: #005ca8;
  color: #fff;
  border: none;
  box-shadow: none;
}
.header__nav-home:hover,
.header__nav-close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.header__nav-home:active,
.header__nav-close:active {
  color: #000;
  background: #005ca8;
  box-shadow: none;
}
.mod-logo {
  float: left;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
@media (min-width: 1200px) {
  .layout-skin-2 .mod-logo {
    position: absolute;
    left: 0;
    top: 85px;
    padding: 10px 30px 20px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0);
    background: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}
@media (min-width: 1200px) {
  .layout-skin-2.is-scrolled .mod-logo {
    top: -10px;
  }
}
.logo__link {
  display: block;
  width: 100px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  outline: none;
}
@media (min-width: 768px) {
  .logo__link {
    width: 205px;
  }
}
@media (min-width: 1200px) {
  .layout-skin-2 .logo__link {
    width: 300px;
  }
}
.logo__link img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.mod-nav-main {
  display: flex;
}
.mod-nav-main a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mod-nav-main a {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .mod-nav-main a {
    font-size: 20px;
  }
}
.nav-main__items {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .nav-main__items {
    display: flex;
    width: unset;
    padding: 0;
    margin-left: auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .nav-main__items {
    margin-top: -2px;
  }
}
.nav-main__item {
  display: block;
}
.nav-main__item.active .nav-main__link {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 992px) {
  .nav-main__item.active .nav-main__link {
    color: #000;
    font-family: "Work Sans", arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .nav-main__item {
    position: relative;
    text-align: center;
  }
  .nav-main__item:hover .nav-main__flyout {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .nav-main__item.active .nav-main__link {
    color: #000;
  }
}
.nav-main__flyout {
  z-index: 20;
  position: absolute;
  opacity: 0;
  top: -50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #005ca8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    top: 0;
    left: 0;
    right: unset;
    width: auto;
    height: 100%;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
  }
}
.state-nav-main-level--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .state-nav-main-level--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    display: none;
  }
}
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 32px;
  background: #005ca8;
  border: none;
}
.nav-main__back:hover,
.nav-main__close:hover,
.nav-main__back:focus,
.nav-main__close:focus,
.nav-main__back:active,
.nav-main__close:active {
  color: #000;
  background: #005ca8;
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 50px 17px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .nav-main__link:hover,
  .nav-main__link:focus,
  .nav-main__link:active {
    color: #000;
  }
}
.nav-main__link span {
  text-transform: none;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .nav-main__link {
    padding: 0;
    margin-right: 30px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    border-bottom: 0;
    color: #005ca8;
  }
  .nav-main__link:hover,
  .nav-main__link:focus,
  .nav-main__link:active {
    color: #000;
  }
}
@media (min-width: 992px) {
  .nav-main__link {
    padding: 20px 0;
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nav-main__link-level:hover,
.nav-main__link-level:focus,
.nav-main__link-level:active {
  color: #000;
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: none;
  }
}
.nav-main__sub {
  position: relative;
}
@media (min-width: 768px) {
  .nav-main__sub {
    margin-top: 14px;
    padding: 20px 0;
    min-width: 280px;
    background: #005ca8;
  }
}
.nav-main__sub a {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 1.4;
}
.nav-main__sub-items {
  padding: 0 20px;
}
.nav-main__sub-items li.active .nav-main__sub-link {
  color: #000;
}
.nav-main__sub-link {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-main__sub-link:hover,
.nav-main__sub-link:focus,
.nav-main__sub-link:active {
  color: #000;
}
@media (min-width: 768px) {
  .nav-main__sub-link {
    padding: 5px 0;
    border-bottom: none;
  }
  .nav-main__sub-link:hover,
  .nav-main__sub-link:focus,
  .nav-main__sub-link:active {
    color: #000;
  }
}
@media (min-width: 768px) {
  .mod-team {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
    justify-content: center;
  }
}
.team__title {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005ca8;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  color: unset;
}
.team__function {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .team__function {
    margin-bottom: 30px;
  }
}
.team__link {
  color: #005ca8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.team__link:hover,
.team__link:focus,
.team__link:active {
  color: #000;
}
.team__link:hover,
.team__link:focus,
.team__link:active {
  color: #000;
}
.team__item {
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .team__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .team__item {
    width: 33.3%;
  }
  .team__item:nth-child(1) {
    margin-left: 0.2%;
  }
}
.team__wrapper {
  height: 100%;
  padding: 25px;
  text-decoration: none;
  color: #000;
  background: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.team__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.team__content p:last-child {
  margin-bottom: 0;
}
.team__content .team__link {
  display: flex;
  align-self: center;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
}
.team__content .team__link span {
  margin-right: 5px;
}
.team__photo {
  position: relative;
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .team__photo {
    margin-bottom: 30px;
  }
}
.team__img {
  display: block;
}
.team__quote {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  font-family: "Caveat", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 768px) {
  .team__quote {
    font-size: 20px;
  }
}
.team__quote span {
  color: #005ca8;
}
.team__quote span:first-child {
  align-self: flex-start;
}
.team__quote span:last-child {
  align-self: flex-end;
}
@media (min-width: 768px) {
  .mod-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
  }
}
.tile__header {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tile__header {
    margin-bottom: 30px;
  }
}
.tile__wrapper--image .tile__header {
  margin-top: -25px;
  margin-right: -25px;
  margin-left: -25px;
}
.tile__title {
  text-align: center;
}
.tile__wrapper--image .tile__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.tile__img {
  display: block;
}
.tile__item {
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .tile__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tile__item {
    width: 33.3%;
  }
}
.tile__wrapper {
  position: relative;
  height: 100%;
  padding: 25px;
  text-decoration: none;
  color: #000;
  background: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.tile__wrapper::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: 'verified';
  font-family: "Material Icons Round";
  font-size: 200px;
  line-height: 1;
  color: #ebebeb;
}
.tile__wrapper.tile__wrapper--image::before {
  display: none;
}
.tile__content p:last-child {
  margin-bottom: 0;
}
.mod-video {
  position: relative;
}
.mod-video .media-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.mod-video .media-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
