@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
/*****************************************************************
	Breakpoints
*****************************************************************/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

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

body, html {
  background-color: #ffffff;
}

.site-wrapper {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  background-color: #fff;
}

div.container:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  position: relative;
}

section, .wrap {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

.wrap:after {
  position: relative;
  display: block;
  content: "";
  float: none;
  clear: both;
}
.wrap > .grid_9th, .wrap > .grid_12, .wrap > .grid_11, .wrap > .grid_10, .wrap > .grid_9, .wrap > .grid_8, .wrap > .grid_7, .wrap > .grid_6, .wrap > .grid_5, .wrap > .grid_4, .wrap > .grid_3, .wrap > .grid_5th, .wrap > .grid_2, .wrap > .grid_1 {
  padding: 0 50px;
}
@media (max-width: 1250px) {
  .wrap > .grid_9th, .wrap > .grid_12, .wrap > .grid_11, .wrap > .grid_10, .wrap > .grid_9, .wrap > .grid_8, .wrap > .grid_7, .wrap > .grid_6, .wrap > .grid_5, .wrap > .grid_4, .wrap > .grid_3, .wrap > .grid_5th, .wrap > .grid_2, .wrap > .grid_1 {
    padding: 0 45px;
  }
}
@media (max-width: 800px) {
  .wrap > .grid_9th, .wrap > .grid_12, .wrap > .grid_11, .wrap > .grid_10, .wrap > .grid_9, .wrap > .grid_8, .wrap > .grid_7, .wrap > .grid_6, .wrap > .grid_5, .wrap > .grid_4, .wrap > .grid_3, .wrap > .grid_5th, .wrap > .grid_2, .wrap > .grid_1 {
    padding: 0 20px;
  }
}

.row {
  display: block;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  float: none;
  clear: both;
}
@media (max-width: 1250px) {
  .row {
    padding: 0 30px;
  }
}
@media (max-width: 800px) {
  .row {
    padding: 0 20px;
  }
}
.row:after {
  position: relative;
  display: block;
  content: "";
  float: none;
  clear: both;
}

.grid_12 {
  width: 100%;
}

.grid_11 {
  width: 91.66666%;
}

.grid_10 {
  width: 83.33333%;
}

.grid_9th {
  width: 11.11111%;
}

.grid_9 {
  width: 75%;
}

.grid_8 {
  width: 66.66666%;
}

.grid_7 {
  width: 58.33333%;
}

.grid_6 {
  width: 50%;
}

.grid_5 {
  width: 41.66666%;
}

.grid_4 {
  width: 33.33333%;
}

.grid_3 {
  width: 25%;
}

.grid_2 {
  width: 16.666666%;
}

.grid_1 {
  width: 8.33333%;
}

@media (min-width: 800px) {
  .offset_5 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 800px) {
  .offset_4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 800px) {
  .offset_3 {
    margin-left: 25%;
  }
}

@media (min-width: 800px) {
  .offset_25 {
    margin-left: 20.833333%;
  }
}

@media (min-width: 800px) {
  .offset_2 {
    margin-left: 16.666666%;
  }
}

@media (min-width: 800px) {
  .offset_1 {
    margin-left: 8.33333%;
  }
}

.grid_9th, .grid_12, .grid_11, .grid_10, .grid_9, .grid_8, .grid_7, .grid_6, .grid_5, .grid_4, .grid_3, .grid_5th, .grid_2, .grid_1 {
  padding: 0 15px;
  display: block;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .grid_9th, .grid_12, .grid_11, .grid_10, .grid_9, .grid_8, .grid_7, .grid_6, .grid_5, .grid_4, .grid_3, .grid_5th, .grid_2, .grid_1 {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 800px) {
  .grid_9th.spacer, .grid_12.spacer, .grid_11.spacer, .grid_10.spacer, .grid_9.spacer, .grid_8.spacer, .grid_7.spacer, .grid_6.spacer, .grid_5.spacer, .grid_4.spacer, .grid_3.spacer, .grid_5th.spacer, .grid_2.spacer, .grid_1.spacer {
    display: none;
  }
}
.grid_9th.right, .grid_12.right, .grid_11.right, .grid_10.right, .grid_9.right, .grid_8.right, .grid_7.right, .grid_6.right, .grid_5.right, .grid_4.right, .grid_3.right, .grid_5th.right, .grid_2.right, .grid_1.right {
  float: right;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.animate, .animate-1, .animate-2, .animate-3, .animate-4, .animate-5, .animate-6, .animate-7, .animate-8, .animate-9, .animate-10, .animate-11, .animate-12, .animate-13, .animate-14, .animate-15, .animate-16, .animate-17, .animate-18, .animate-19, .animate-20, .animate-1b, .animate-2b, .animate-3b, .animate-4b, .animate-5b, .animate-6b, .animate-7b, .animate-8b, .animate-9b, .animate-10b, .animate-11b, .animate-12b, .animate-13b, .animate-14b, .animate-15b, .animate-16b, .animate-17b, .animate-18b, .animate-19b, .animate-20b, .animate-21 {
  opacity: 0;
  transition: 0.5s;
}
.animate.visible, .animate-1.visible, .animate-2.visible, .animate-3.visible, .animate-4.visible, .animate-5.visible, .animate-6.visible, .animate-7.visible, .animate-8.visible, .animate-9.visible, .animate-10.visible, .animate-11.visible, .animate-12.visible, .animate-13.visible, .animate-14.visible, .animate-15.visible, .animate-16.visible, .animate-17.visible, .animate-18.visible, .animate-19.visible, .animate-20.visible, .animate-1b.visible, .animate-2b.visible, .animate-3b.visible, .animate-4b.visible, .animate-5b.visible, .animate-6b.visible, .animate-7b.visible, .animate-8b.visible, .animate-9b.visible, .animate-10b.visible, .animate-11b.visible, .animate-12b.visible, .animate-13b.visible, .animate-14b.visible, .animate-15b.visible, .animate-16b.visible, .animate-17b.visible, .animate-18b.visible, .animate-19b.visible, .animate-20b.visible, .animate-21.visible {
  opacity: 1;
}

section {
  overflow: hidden;
}

.popup-menu {
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-out;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-image: linear-gradient(#404142, black);
  width: 100%;
}
.popup-menu .social-share {
  position: fixed;
  top: 40px;
  right: 210px;
  width: 320px;
}
@media (max-width: 800px) {
  .popup-menu .social-share {
    display: none;
  }
}
.popup-menu .social-share ul {
  white-space: nowrap;
}
.popup-menu .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 20px;
}
.popup-menu .menu li {
  margin: 0;
  display: block;
}
.popup-menu .menu li .nav-link {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s ease-out;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}
.popup-menu .menu li .nav-link:hover {
  color: #f57e24;
  border-color: #f57e24;
}
@media (max-width: 1250px) {
  .popup-menu .menu li .nav-link {
    font-size: 42px;
  }
}
@media (max-width: 1100px) {
  .popup-menu .menu li .nav-link {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .popup-menu .menu li .nav-link {
    font-size: 24px;
  }
}
@media (max-width: 501px) {
  .popup-menu .menu li .nav-link {
    font-size: 20px;
  }
}
.popup-menu.visible {
  z-index: 2000;
  opacity: 1;
}

.nav-open .main-header .navbar-brand {
  position: fixed;
}
.nav-open .main-header .mobile-nav {
  position: fixed;
}

.main-header .navbar-brand {
  position: absolute;
  z-index: 20000;
  top: 25px;
  left: 25px;
  width: 240px;
  height: 60px;
  max-width: calc(100% - 120px);
}
@media (min-width: 501px) {
  .main-header .navbar-brand {
    max-width: calc(100% - 280px);
  }
}
.main-header .navbar-brand:hover {
  opacity: 0.75;
}
.main-header .navbar-brand svg {
  max-width: 100%;
  height: 60px;
  transition: 0.3s ease-out;
}
.main-header .navbar-brand svg .st0 {
  fill: #565759;
}
.main-header .navbar-brand svg .st1 {
  fill: #EE4823;
}
.main-header .navbar-brand svg .st2 {
  fill: #EF5123;
}
.main-header .navbar-brand svg .st3 {
  fill: #F15F22;
}
.main-header .navbar-brand svg .st4 {
  fill: #F26722;
}
.main-header .navbar-brand svg .st5 {
  fill: #F58D48;
}
.main-header .navbar-brand svg .st6 {
  fill: #F68D53;
}
.main-header .navbar-brand svg .st7 {
  fill: #F8A57C;
}
.main-header .navbar-brand svg .st8 {
  fill: #F59967;
}
.main-header .mobile-nav {
  position: absolute;
  z-index: 20000;
  top: 25px;
  right: 25px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  color: #565759;
  letter-spacing: 0.05em;
  display: block;
  padding: 19px 70px 19px 0;
  line-height: 12px;
}
@media (max-width: 501px) {
  .main-header .mobile-nav .text {
    display: none;
  }
}
.main-header .mobile-nav .hamburger {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  position: fixed;
  top: 25px;
  right: 25px;
  transition: 0.3s ease-out;
}
.main-header .mobile-nav .hamburger:hover {
  background-color: #f57e24;
}
.main-header .mobile-nav .hamburger.active {
  background-color: transparent;
}
.main-header .mobile-nav .hamburger.active span {
  background-color: transparent;
}
.main-header .mobile-nav .hamburger.active span:before, .main-header .mobile-nav .hamburger.active span:after {
  width: 32px;
}
.main-header .mobile-nav .hamburger.active span:before {
  transform: translateY(50%) rotate(45deg);
  -webkit-transform: translateY(50%) rotate(45deg);
  margin-top: 9px;
}
.main-header .mobile-nav .hamburger.active span:after {
  transform: translateY(50%) rotate(-45deg);
  -webkit-transform: translateY(50%) rotate(-45deg);
  margin-bottom: 9px;
}
.main-header .mobile-nav .hamburger.active:hover span:before, .main-header .mobile-nav .hamburger.active:hover span:after {
  background-color: #f57e24;
}
.main-header .mobile-nav .hamburger span {
  position: absolute;
  width: 18px;
  left: 11px;
  top: 24px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-out;
}
.main-header .mobile-nav .hamburger span:before, .main-header .mobile-nav .hamburger span:after {
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  background-color: #fff;
  content: "";
  transition: 0.3s ease-out;
}
.main-header .mobile-nav .hamburger span:before {
  top: -9px;
  width: 28px;
}
.main-header .mobile-nav .hamburger span:after {
  bottom: -9px;
  width: 22px;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 5%, 13%, 20%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  10%, 11% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }
  17% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  22% {
    transform: translate3d(0, -4px, 0);
  }
}
.sticky-arrow {
  -webkit-animation: bounce 4s linear infinite 2s;
  animation: bounce 4s linear infinite 2s;
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  height: 83px;
  width: 16px;
}
.sticky-arrow .st0 {
  transition: 0.3s ease-out;
  fill: none;
  stroke: #999999;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
@media (max-width: 800px) {
  .sticky-arrow {
    display: none;
  }
}
.sticky-arrow:hover .st0 {
  stroke: #f57e24;
}

.main-footer {
  background: #3f4040;
  float: left;
  width: 100%;
  padding: 55px 0 80px 0;
  color: #929494;
  position: relative;
  background-image: linear-gradient(#3e3e40, #1c1a1a);
  z-index: 1001;
}
.main-footer .footer-logo {
  display: block;
}
.main-footer .footer-logo:hover svg {
  opacity: 0.75;
}
.main-footer .footer-logo svg {
  width: 145px;
  max-width: 100%;
  transition: 0.3s ease-out;
}
.main-footer .footer-logo svg .st0 {
  fill: #EE4823;
}
.main-footer .footer-logo svg .st1 {
  fill: #EF5123;
}
.main-footer .footer-logo svg .st2 {
  fill: #F15F22;
}
.main-footer .footer-logo svg .st3 {
  fill: #F26722;
}
.main-footer .footer-logo svg .st4 {
  fill: #F58D48;
}
.main-footer .footer-logo svg .st5 {
  fill: #F68D53;
}
.main-footer .footer-logo svg .st6 {
  fill: #F8A57C;
}
.main-footer .footer-logo svg .st7 {
  fill: #F59967;
}
.main-footer .footer-logo svg .st8 {
  fill: #FFFFFF;
}
@media (max-width: 800px) {
  .main-footer .footer-logo {
    margin-bottom: 25px;
  }
}
.main-footer * {
  position: relative;
}
.main-footer:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  background: url("../img/footer_graphic-bg.svg") no-repeat bottom -440px left 20px transparent;
  background-size: 200% auto;
}
@media (min-width: 960px) {
  .main-footer:before {
    background: url("../img/footer_graphic-bg.svg") no-repeat bottom -380px right -50px transparent;
    background-size: 50% auto;
  }
}
@media (min-width: 768px) {
  .main-footer:before {
    background: url("../img/footer_graphic-bg.svg") no-repeat bottom -380px left -50px transparent;
    background-size: 100% auto;
  }
}
@media (min-width: 480px) {
  .main-footer:before {
    background: url("../img/footer_graphic-bg.svg") no-repeat bottom -220px left 20px transparent;
    background-size: 140% auto;
  }
}
.main-footer h6 {
  font-weight: 700;
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.main-footer h6.soft {
  color: #929494;
  margin-bottom: 0;
}
.main-footer p {
  color: #929494;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 21px;
  max-width: 640px;
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover {
  color: #f57e24;
}
.main-footer .byline {
  color: #929494;
}
.main-footer .byline:hover {
  color: #fff;
}
.main-footer .logos {
  display: block;
  margin: 20px 0;
}
.main-footer .logos .logo-wrapper {
  display: inline-block;
  width: 24%;
  max-width: 110px;
  vertical-align: middle;
}
.main-footer .logos .logo-wrapper .logo {
  max-width: 100%;
  max-height: 93px;
}
.main-footer .scroll-up {
  margin-top: 30px;
  font-size: 13px;
  display: block;
}
.main-footer .scroll-up:hover svg .st0 {
  stroke: #f57e24;
}
.main-footer .scroll-up svg {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-bottom: 3px;
}
.main-footer .scroll-up svg .st0 {
  transition: 0.3s ease-out;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
}
body ::-moz-selection {
  background: #F3dc84;
}
body ::selection {
  background: #F3dc84;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #ef3e2d;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #000;
}
body hr {
  width: 100%;
  height: 1px;
  background: #ece9e7;
  border-radius: 0px;
  margin: 40px auto 0 auto;
  border: none;
  box-shadow: none;
}
@media (min-width: 800px) {
  body hr {
    margin: 50px auto 0 auto;
  }
}
@media (min-width: 1100px) {
  body hr {
    margin: 70px auto 0 auto;
  }
}
body hr.long {
  width: 100%;
  height: 4px;
  max-width: 100%;
  margin: 50px auto 0 auto;
  background: #eaeaea !important;
}
@media (min-width: 800px) {
  body hr.long {
    margin: 0;
  }
}
body hr.thick {
  height: 5px;
  background-color: #ece9e7;
  margin: 0;
}
body h1 .green, body h2 .green, body h3 .green, body h4 .green, body h5 .green, body h6 .green {
  color: #227a3b;
}
body h1, body .h1 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 1.25em;
  margin: 0 0 0.6em;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media (min-width: 800px) {
  body h1, body .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1100px) {
  body h1, body .h1 {
    font-size: 46px;
  }
}
body h2, body .h2 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  margin: 0 0 0.5em;
}
@media (min-width: 800px) {
  body h2, body .h2 {
    font-size: 48px;
  }
}
@media (min-width: 1100px) {
  body h2, body .h2 {
    font-size: 55px;
  }
}
body h3, body .h3 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  margin: 0 0 0.7em;
}
@media (min-width: 800px) {
  body h3, body .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1100px) {
  body h3, body .h3 {
    font-size: 34px;
  }
}
body h4, body .h4 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  body h4, body .h4 {
    font-size: 28px;
  }
}
@media (min-width: 1100px) {
  body h4, body .h4 {
    font-size: 34px;
  }
}
body h5, body .h5 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  body h5, body .h5 {
    font-size: 12px;
  }
}
@media (min-width: 1100px) {
  body h5, body .h5 {
    font-size: 12px;
  }
}
body h6, body .h6 {
  color: #000;
  line-height: 1.6em;
  margin: 0 0 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 800px) {
  body h6, body .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  body h6, body .h6 {
    font-size: 16px;
  }
}
body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 15px;
  letter-spacing: 0;
  color: #000;
}
body p.small {
  font-size: 13px;
}
@media (min-width: 800px) {
  body p {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
@media (min-width: 1100px) {
  body p {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
body main p a {
  font-weight: 900;
  border-bottom: 2px solid #f57e24;
  color: #000;
}
body main p a:hover {
  border-color: #ef3e2d;
  color: #ef3e2d;
}
body img {
  max-width: 100%;
  height: auto;
}
body img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 800px) {
  body img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 800px) {
  body img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
body .nobreak {
  white-space: nowrap;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .content-styled img {
  max-width: 100%;
  height: auto;
}
body .content-styled img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
body .content-styled img.alignnone {
  max-width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
body .content-styled p strong {
  font-weight: 700;
}
body .content-styled p a {
  color: #ef3e2d;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
body .content-styled p a:hover {
  color: #000;
  border-color: #ef3e2d;
}
body .content-styled p, body .content-styled li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 15px;
  letter-spacing: 0;
  color: #000;
}
@media (min-width: 800px) {
  body .content-styled p, body .content-styled li {
    font-size: 18px;
    margin: 0 0 25px;
  }
}
@media (min-width: 1100px) {
  body .content-styled p, body .content-styled li {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
body .content-styled ul, body .content-styled ol {
  padding: none;
}
body .content-styled ul li, body .content-styled ol li {
  position: relative;
  padding-left: 28px;
}
body .content-styled ul li:before, body .content-styled ol li:before {
  content: "•";
  position: absolute;
  left: 0;
}
body .content-styled ol {
  counter-reset: item;
}
body .content-styled ol li {
  counter-increment: item;
  list-style: none inside;
}
body .content-styled ol li:before {
  content: "" counter(item) ".";
}

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}
.social-share.popup {
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 845px) {
  .social-share.popup {
    display: none;
  }
}
.social-share.popup .inner-title {
  color: white;
  margin-right: 15px;
  margin-top: 2px;
}
.social-share.popup .socials {
  align-content: center;
  align-items: center;
}
.social-share.popup .socials .share {
  margin-right: 13px;
  margin-bottom: 10px;
  font-size: 25px;
  display: inline-block;
  margin-top: -4px;
}
.social-share.popup .socials .share a svg path {
  fill: white;
}
.social-share.sidebar {
  position: absolute;
  background: #F9F9F9;
  right: 0;
  top: 1600px;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 800px) {
  .social-share.sidebar {
    display: none;
  }
}
@media (min-width: 1350px) {
  .social-share.sidebar {
    top: 1700px;
  }
}
.social-share.sidebar .inner-title {
  margin: 30px 0;
  transform: rotate(90deg);
}
.social-share .inner-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4E4E4E;
}
.social-share .socials {
  display: inline-block;
  vertical-align: middle;
}
.social-share .socials .share {
  margin-bottom: 15px;
  display: inline-block;
}
.social-share .socials .share a {
  padding: 0 4px;
}
.social-share .socials .share a:hover {
  opacity: 0.6;
}

body.ar2021 strong {
  font-weight: 700;
}
body.ar2021 .svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.ar2021.nav-open .navbar-brand svg .st1, body.ar2021.nav-open .navbar-brand svg .st2, body.ar2021.nav-open .navbar-brand svg .st3, body.ar2021.nav-open .navbar-brand svg .st4 {
  opacity: 0.5;
  fill: #f1f2f2;
}
body.ar2021.nav-open .navbar-brand svg .st5, body.ar2021.nav-open .navbar-brand svg .st6, body.ar2021.nav-open .navbar-brand svg .st7, body.ar2021.nav-open .navbar-brand svg .st8 {
  fill: #f1f2f2;
}
body.ar2021 .navbar-brand svg .st0 {
  fill: #fff;
}
body.ar2021 .mobile-nav .text {
  color: #fff;
}
body.ar2021 .grey-bg {
  background-color: #ece9e7;
}
@media (min-width: 800px) {
  body.ar2021 .right .circle {
    float: right;
  }
}
body.ar2021 .circle {
  max-width: 100%;
  width: 400px;
  height: auto;
  margin-bottom: 50px;
}
body.ar2021 .circle .inner {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  height: 0;
}
body.ar2021 .circle-title {
  padding-top: 65px;
  font-size: 38px;
  line-height: 52px;
  transform: translateX(-120px);
  width: 100%;
  max-width: 450px;
}
@media (max-width: 800px) {
  body.ar2021 .circle-title {
    padding-top: 0;
    transform: translateX(0);
    max-width: 100%;
  }
}
body.ar2021 .circle-title a {
  background-image: linear-gradient(180deg, transparent 14%, #FFDF6F 0);
  background-size: 100% 100%;
  display: inline;
  padding: 0px;
  color: #000;
  transition: 0.3s ease-out;
}
body.ar2021 .circle-title a:hover {
  color: #fff;
  background-image: linear-gradient(180deg, transparent 14%, #000000 0);
}
@media (max-width: 501px) {
  body.ar2021 .circle-title {
    font-size: 38px;
    line-height: 46px;
  }
  body.ar2021 .circle-title a {
    border-width: 2px;
  }
}
body.ar2021 .circle-paragraph {
  max-width: 570px;
  width: 100%;
  display: block;
}
body.ar2021 .circle-paragraph.large {
  font-size: 22px;
  line-height: 32px;
}
body.ar2021 .circle-cta {
  margin-bottom: 45px;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
body.ar2021 .circle-cta:hover {
  color: #000;
  border-color: #000;
}
body.ar2021 .section-title {
  position: relative;
}
@media (max-width: 800px) {
  body.ar2021 .section-title {
    font-size: 38px;
    line-height: 46px;
  }
}
body.ar2021 .section-title.left {
  text-align: left;
}
body.ar2021 .section-title.left:after {
  left: 0;
  transform: translateX(0);
}
body.ar2021 .section-title.center {
  text-align: center;
}
body.ar2021 .section-title:after {
  width: 100px;
  height: 5px;
  background-color: #f57e24;
  display: block;
  bottom: -30px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body.ar2021 .hero {
  padding-top: 190px;
  box-sizing: border-box;
  height: 1000px;
  overflow: visible;
  background-color: #4E3177;
  z-index: 100;
  position: relative;
}
body.ar2021 .hero .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F57E25 0%, rgba(245, 126, 37, 0) 100%);
  opacity: 0;
  transition: 2s;
}
body.ar2021 .hero .gradient.gradient-blue {
  background: linear-gradient(180deg, #00468E 0%, rgba(0, 70, 142, 0) 100%);
}
body.ar2021 .hero .gradient.gradient-green {
  background: linear-gradient(180deg, #21793A 0%, rgba(33, 121, 58, 0) 100%);
}
body.ar2021 .hero .gradient.gradient-red {
  background: linear-gradient(180deg, #EF3E2D 0%, rgba(239, 62, 45, 0) 100%);
}
body.ar2021 .hero .gradient.active {
  opacity: 0.8;
}
body.ar2021 .hero .page-title {
  margin: 0 auto 80px;
}
body.ar2021 .hero .page-title .svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 1032px;
}
body.ar2021 .hero .page-title .text {
  font-size: 0px;
  text-indent: 150%;
  overflow: hidden;
  display: block;
  height: 0px;
  width: 0px;
  margin: 0;
}
body.ar2021 .hero .hero-slider-wrapper {
  display: block;
  margin: 0 auto -165px;
  position: relative;
  width: 1380px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 50px 25px;
  box-sizing: border-box;
}
body.ar2021 .hero .hero-slider-wrapper .slick-arrow {
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 0px;
  text-indent: 150%;
  overflow: hidden;
  width: 31px;
  height: 54px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s ease-out;
}
body.ar2021 .hero .hero-slider-wrapper .slick-arrow:hover {
  opacity: 0.6;
}
body.ar2021 .hero .hero-slider-wrapper .slick-arrow.slick-prev {
  left: 50px;
  background-image: url("../img/arrow-left.svg");
}
@media (max-width: 1250px) {
  body.ar2021 .hero .hero-slider-wrapper .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (max-width: 800px) {
  body.ar2021 .hero .hero-slider-wrapper .slick-arrow.slick-prev {
    left: 8px;
  }
}
body.ar2021 .hero .hero-slider-wrapper .slick-arrow.slick-next {
  right: 50px;
  background-image: url("../img/arrow-right.svg");
}
@media (max-width: 1250px) {
  body.ar2021 .hero .hero-slider-wrapper .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 800px) {
  body.ar2021 .hero .hero-slider-wrapper .slick-arrow.slick-next {
    right: 8px;
  }
}
body.ar2021 .hero .hero-slider-wrapper .slick-dots {
  display: flex !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 25px;
  display: none !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-dots li {
  cursor: pointer;
  overflow: hidden;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4E3177;
  margin: 0 5px;
  transition: 0.3s ease-out;
  opacity: 0.3;
  position: relative;
}
body.ar2021 .hero .hero-slider-wrapper .slick-dots li.slick-active {
  opacity: 1;
}
body.ar2021 .hero .hero-slider-wrapper .slick-dots li button {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  border: 0;
}
body.ar2021 .hero .hero-slider-wrapper .slick-list, body.ar2021 .hero .hero-slider-wrapper .slick-track, body.ar2021 .hero .hero-slider-wrapper .hero-slider {
  overflow: visible;
  width: 440px !important;
  max-width: 100% !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track {
  transform: translate(0, 0) !important;
  height: 580px !important;
  position: relative !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform-origin: center !important;
  z-index: 10 !important;
  transition: all 0.5s ease !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current-new {
  z-index: 100 !important;
  opacity: 1 !important;
  overflow: hidden;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current .slide .overlay, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current-new .slide .overlay {
  opacity: 0;
  z-index: 50;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current .slide .content-wrapper, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current-new .slide .content-wrapper {
  opacity: 1;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current .slide:hover .background-image, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.current-new .slide:hover .background-image {
  width: 107%;
  height: 105%;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prev, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprev, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprevprev, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.next, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnext, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnextnext {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  opacity: 1 !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prev, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.next {
  transform: scale(0.93);
  z-index: 40;
  z-index: 50 !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prev .slide .overlay, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.next .slide .overlay {
  opacity: 0.6;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprev, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnext {
  transform: scale(0.86);
  z-index: 30;
  z-index: 40 !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprev .slide .overlay, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnext .slide .overlay {
  opacity: 0.7;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprevprev, body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnextnext {
  transform: scale(0.79);
  z-index: 20;
  z-index: 30 !important;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prev {
  margin-left: -130px;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.next {
  margin-left: 130px;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprev {
  margin-left: -260px;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnext {
  margin-left: 260px;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.prevprevprev {
  margin-left: -392px;
}
body.ar2021 .hero .hero-slider-wrapper .slick-track .slick-slide.nextnextnext {
  margin-left: 392px;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider {
  width: 440px;
  margin: 0 auto;
  position: static;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide {
  position: relative;
  height: 580px;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .bottom-gradient {
  background: linear-gradient(180deg, rgba(21, 22, 36, 0) 0%, #151624 100%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  height: calc(100% - 124px);
  width: 100%;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .overlay {
  background: linear-gradient(180deg, rgba(21, 22, 36, 0) 0%, #151624 100%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4E3177;
  transition: 0.3s ease-out;
  z-index: 100;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  height: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column;
  z-index: 90;
  opacity: 0;
  transition: 0.3s ease-out;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper:hover .slide-cta .text {
  color: white;
  text-decoration: underline;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper:hover .slide-cta svg path {
  stroke: white;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper .slide-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0 0 11px;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper .slide-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0 0 30px;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper .slide-cta {
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EF3E2D;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper .slide-cta .text {
  display: inline-block;
  margin-right: 6px;
  transition: 0.3s ease-out;
}
body.ar2021 .hero .hero-slider-wrapper .hero-slider .slide .content-wrapper .slide-cta svg path {
  transition: 0.3s ease-out;
}
body.ar2021 .letter {
  padding-top: 260px;
  position: relative;
}
@media (max-width: 980px) {
  body.ar2021 .letter {
    padding-top: 150px;
  }
}
@media (max-width: 800px) {
  body.ar2021 .letter {
    padding-top: 50px;
  }
}
body.ar2021 .letter svg {
  margin-bottom: 15px;
}
body.ar2021 .letter .section-title, body.ar2021 .letter h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  margin: 50px -150px;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #4E3177, #F57E25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 980px) {
  body.ar2021 .letter .section-title, body.ar2021 .letter h3 {
    font-size: 28px;
    margin: 30px auto;
  }
}
body.ar2021 .letter p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  body.ar2021 .letter p {
    font-size: 17px;
  }
}
body.ar2021 .letter .the-people {
  display: block;
  padding-top: 25px;
  padding-bottom: 100px;
}
body.ar2021 .letter .the-people .person {
  width: 100%;
  margin-bottom: 30px;
}
body.ar2021 .letter .the-people .person.person-2 .signature {
  margin-left: -20px;
}
body.ar2021 .letter .the-people .person .signature {
  height: 98px;
}
body.ar2021 .letter .the-people .person .name {
  margin: 10px 0 0;
}
body.ar2021 .letter .the-people .person .title {
  font-size: 13px;
}
body.ar2021 .letter .the-people .person .headshot {
  height: 150px;
  width: 150px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}
body.ar2021 .impact {
  padding-top: 80px;
}
body.ar2021 .impact svg {
  margin-bottom: 26px;
}
body.ar2021 .impact h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body.ar2021 .impact .impact-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
body.ar2021 .impact .impact-grid .grid-item {
  width: 25%;
  height: 295px;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0 70px;
  position: relative;
}
@media (max-width: 1250px) {
  body.ar2021 .impact .impact-grid .grid-item {
    width: 33.333%;
  }
}
@media (max-width: 980px) {
  body.ar2021 .impact .impact-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 501px) {
  body.ar2021 .impact .impact-grid .grid-item {
    width: 100%;
  }
}
body.ar2021 .impact .impact-grid .grid-item.color-white {
  background-color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-white .impact-title {
  color: #000;
}
body.ar2021 .impact .impact-grid .grid-item.color-red {
  background-color: #ef3e2d;
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-red h1, body.ar2021 .impact .impact-grid .grid-item.color-red h2, body.ar2021 .impact .impact-grid .grid-item.color-red h3, body.ar2021 .impact .impact-grid .grid-item.color-red h4, body.ar2021 .impact .impact-grid .grid-item.color-red h5, body.ar2021 .impact .impact-grid .grid-item.color-red h6, body.ar2021 .impact .impact-grid .grid-item.color-red p, body.ar2021 .impact .impact-grid .grid-item.color-red li, body.ar2021 .impact .impact-grid .grid-item.color-red span {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-red p a {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-orange {
  background-color: #f57e24;
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-orange h1, body.ar2021 .impact .impact-grid .grid-item.color-orange h2, body.ar2021 .impact .impact-grid .grid-item.color-orange h3, body.ar2021 .impact .impact-grid .grid-item.color-orange h4, body.ar2021 .impact .impact-grid .grid-item.color-orange h5, body.ar2021 .impact .impact-grid .grid-item.color-orange h6, body.ar2021 .impact .impact-grid .grid-item.color-orange p, body.ar2021 .impact .impact-grid .grid-item.color-orange li, body.ar2021 .impact .impact-grid .grid-item.color-orange span {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-orange p a {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-purple {
  background-color: #4e3379;
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-purple h1, body.ar2021 .impact .impact-grid .grid-item.color-purple h2, body.ar2021 .impact .impact-grid .grid-item.color-purple h3, body.ar2021 .impact .impact-grid .grid-item.color-purple h4, body.ar2021 .impact .impact-grid .grid-item.color-purple h5, body.ar2021 .impact .impact-grid .grid-item.color-purple h6, body.ar2021 .impact .impact-grid .grid-item.color-purple p, body.ar2021 .impact .impact-grid .grid-item.color-purple li, body.ar2021 .impact .impact-grid .grid-item.color-purple span {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-purple p a {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-blue {
  background-color: #005198;
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-blue h1, body.ar2021 .impact .impact-grid .grid-item.color-blue h2, body.ar2021 .impact .impact-grid .grid-item.color-blue h3, body.ar2021 .impact .impact-grid .grid-item.color-blue h4, body.ar2021 .impact .impact-grid .grid-item.color-blue h5, body.ar2021 .impact .impact-grid .grid-item.color-blue h6, body.ar2021 .impact .impact-grid .grid-item.color-blue p, body.ar2021 .impact .impact-grid .grid-item.color-blue li, body.ar2021 .impact .impact-grid .grid-item.color-blue span {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-blue p a {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-green {
  background-color: #227a3b;
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-green h1, body.ar2021 .impact .impact-grid .grid-item.color-green h2, body.ar2021 .impact .impact-grid .grid-item.color-green h3, body.ar2021 .impact .impact-grid .grid-item.color-green h4, body.ar2021 .impact .impact-grid .grid-item.color-green h5, body.ar2021 .impact .impact-grid .grid-item.color-green h6, body.ar2021 .impact .impact-grid .grid-item.color-green p, body.ar2021 .impact .impact-grid .grid-item.color-green li, body.ar2021 .impact .impact-grid .grid-item.color-green span {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-green p a {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-grey {
  background-color: #ece9e7;
}
body.ar2021 .impact .impact-grid .grid-item.color-grey .impact-title {
  color: #000;
}
body.ar2021 .impact .impact-grid .grid-item.color-image {
  background-color: #ece9e7;
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-image h1, body.ar2021 .impact .impact-grid .grid-item.color-image h2, body.ar2021 .impact .impact-grid .grid-item.color-image h3, body.ar2021 .impact .impact-grid .grid-item.color-image h4, body.ar2021 .impact .impact-grid .grid-item.color-image h5, body.ar2021 .impact .impact-grid .grid-item.color-image h6, body.ar2021 .impact .impact-grid .grid-item.color-image p, body.ar2021 .impact .impact-grid .grid-item.color-image li, body.ar2021 .impact .impact-grid .grid-item.color-image span {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-image p a {
  color: #fff;
}
body.ar2021 .impact .impact-grid .grid-item.color-image .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
body.ar2021 .impact .impact-grid .grid-item.color-image .background-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #151624;
  opacity: 0.5;
}
body.ar2021 .impact .impact-grid .grid-item .inner {
  position: relative;
}
body.ar2021 .impact .impact-grid .grid-item .inner .impact-title {
  margin: 0;
  line-height: 1.1em;
  font-size: 55px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
body.ar2021 .impact .impact-grid .grid-item .inner .impact-text {
  margin-bottom: 0;
}
body.ar2021 .impact .impact-grid .grid-item .inner .impact-icon {
  margin-top: 25px;
  max-width: 80px;
  max-height: 75px;
  width: auto;
  height: auto;
}
body.ar2021 .financials {
  padding: 0 0 100px;
  text-align: center;
  position: relative;
}
@media (max-width: 980px) {
  body.ar2021 .financials {
    padding-top: 100px;
  }
}
body.ar2021 .financials .svg-wrapper {
  position: absolute;
  overflow: hidden;
  left: -10px;
  top: -25px;
  width: 140px;
  height: 0px;
  transition: 2s;
}
body.ar2021 .financials .svg-wrapper.loaded {
  height: 835px;
}
@media (max-width: 800px) {
  body.ar2021 .financials .svg-wrapper {
    width: 50px;
    left: -5px;
    top: 5px;
  }
}
body.ar2021 .financials .svg-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}
@media (max-width: 800px) {
  body.ar2021 .financials .svg-wrapper svg {
    width: 50px;
    height: auto;
  }
}
body.ar2021 .financials h4 {
  text-align: center;
  margin: 0 0 65px;
  position: relative;
}
body.ar2021 .financials h4.small {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  max-width: 760px;
  margin: 110px auto 45px;
}
body.ar2021 .financials h5 {
  margin: 140px 0 30px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
body.ar2021 .financials .svgs {
  position: relative;
}
body.ar2021 .financials .svgs svg {
  max-height: 65px;
  max-width: 147px;
}
@media (min-width: 800px) {
  body.ar2021 .financials .svgs svg {
    max-height: 95px;
  }
}
body.ar2021 .financials .stat {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}
body.ar2021 .financials .label {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 40px;
}
body.ar2021 .financials .red svg {
  fill: #ECE9E7;
}
body.ar2021 .financials .red .stat {
  color: #ee3e2e;
}
body.ar2021 .financials .yellow svg {
  fill: #ECE9E7;
}
body.ar2021 .financials .yellow .stat {
  color: #eeb21b;
}
body.ar2021 .financials .orange svg {
  fill: #ECE9E7;
}
body.ar2021 .financials .orange .stat {
  color: #f67f24;
}
body.ar2021 .financials .blue svg {
  fill: #ECE9E7;
}
body.ar2021 .financials .blue .stat {
  color: #005198;
}
body.ar2021 .financials .purple svg {
  fill: #ECE9E7;
}
body.ar2021 .financials .purple .stat {
  color: #4e3379;
}
body.ar2021 .financials .green svg {
  fill: #ECE9E7;
}
body.ar2021 .financials .green .stat {
  color: #227a3b;
}
@media (max-width: 980px) {
  body.ar2021 .financials .grid_9th {
    width: 20%;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  body.ar2021 .financials .grid_9th {
    width: 33.333%;
  }
}
@media (max-width: 501px) {
  body.ar2021 .financials .grid_9th {
    width: 50%;
  }
}
body.ar2021 .transactions {
  position: relative;
}
body.ar2021 .transactions .relative {
  position: relative;
}
body.ar2021 .transactions hr.top {
  margin-bottom: 85px;
}
body.ar2021 .transactions hr.bottom {
  margin-top: 90px;
}
body.ar2021 .transactions h4 {
  text-align: center;
  margin-bottom: 45px;
}
body.ar2021 .transactions p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
body.ar2021 .transactions h3 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0;
}
@media (max-width: 800px) {
  body.ar2021 .transactions h3 {
    margin-bottom: 30px;
  }
}
body.ar2021 .financial {
  padding: 100px 0 120px;
  text-align: center;
}
body.ar2021 .financial h4 {
  margin-bottom: 10px;
}
body.ar2021 .financial h5 {
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 56px;
  font-weight: normal;
}
body.ar2021 .financial img {
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}
body.ar2021 .financial p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
body.ar2021 .financial p a {
  font-weight: 900;
  color: #000;
  border-bottom: 2px solid #f57e24;
}
body.ar2021 .financial p a:hover {
  color: #ef3e2d;
}
body.ar2021 .news {
  padding: 30px 0 200px;
  position: relative;
}
@media (max-width: 980px) {
  body.ar2021 .news {
    padding-top: 82px;
  }
}
body.ar2021 .news svg {
  margin-bottom: 34px;
}
body.ar2021 .news .container-fluid {
  position: relative;
}
body.ar2021 .news .container-fluid .row {
  padding: 0;
}
body.ar2021 .news .container-fluid .row .grid_4 .news-post {
  padding: 0 20px;
}
@media (max-width: 800px) {
  body.ar2021 .news .section-title {
    margin-bottom: 90px;
  }
}
body.ar2021 .news .grid_4 {
  border-left: 1px solid #E6E6E6;
}
@media (max-width: 800px) {
  body.ar2021 .news .grid_4 {
    border-left: none;
  }
}
body.ar2021 .news .grid_4:first-child, body.ar2021 .news .grid_4:nth-child(4) {
  border-left: none;
}
body.ar2021 .news .news-post {
  display: block;
  margin-bottom: 80px;
}
body.ar2021 .news .news-post h6 {
  border-top: 1px solid #E6E6E6;
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3C3C3C;
  padding-top: 19px;
  padding-bottom: 8px;
}
body.ar2021 .news .news-post h3 a {
  display: block;
  transition: 0.3s ease-out;
  font-weight: 600;
  font-size: 27px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #3C3C3C;
}
body.ar2021 .news .news-post h3 a:hover {
  color: #f57e24;
}
body.ar2021 .people {
  padding-top: 132px;
}
@media (max-width: 980px) {
  body.ar2021 .people {
    padding-top: 82px;
  }
}
@media (max-width: 800px) {
  body.ar2021 .people .section-title {
    margin-bottom: 90px;
  }
}
body.ar2021 .people p {
  font-size: 22px;
  line-height: 32px;
}
body.ar2021 .people .the-people {
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 800px) {
  body.ar2021 .people .the-people {
    margin-top: 70px;
  }
}
body.ar2021 .people .the-people .person {
  width: 165px;
  padding: 30px 15px 200px;
  position: relative;
}
body.ar2021 .people .the-people .person h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
}
body.ar2021 .people .the-people .person p {
  font-size: 13px;
  line-height: 18px;
}
body.ar2021 .people .the-people .person .headshot {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin-left: -40px;
  width: auto;
  height: auto;
  max-height: 190px;
  max-width: calc(100% + 80px);
}
body.ar2021 .people .the-people .person.khaliff .headshot {
  max-height: 185px;
  margin-left: -10px;
}
body.ar2021 .people .the-people .person.michelle .headshot {
  max-height: 180px;
  margin-left: -32px;
}
body.ar2021 .people .the-people .person.theresa .headshot {
  margin-left: -20px;
  max-height: 175px;
}
body.ar2021 .people .the-people .person.sara .headshot {
  max-height: 180px;
  margin-left: -60px;
}
body.ar2021 .initiatives {
  padding: 132px 0 150px;
}
@media (max-width: 980px) {
  body.ar2021 .initiatives {
    padding-top: 82px;
  }
}
body.ar2021 .initiatives .section-title {
  margin-bottom: 100px;
}
body.ar2021 .invest {
  padding: 20px 0 320px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 980px) {
  body.ar2021 .invest {
    padding-top: 82px;
  }
}
body.ar2021 .invest svg {
  margin-bottom: 35px;
}
body.ar2021 .invest p {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
body.ar2021 .invest p.caps {
  text-transform: uppercase;
}
body.ar2021 .invest h4 {
  margin-top: 95px;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  body.ar2021 .invest h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
body.ar2021 .invest h4.first {
  margin-top: 30px;
}
body.ar2021 .invest h6 {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
}
body.ar2021 .invest ul.margin-top {
  margin-top: 40px;
}
body.ar2021 .invest ul li {
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 2px 15px;
  text-indent: -15px;
}

/*# sourceMappingURL=master.css.map*/