@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;700&display=swap");
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #60625f;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 30px;
  overflow-x: clip;
}
html.modal-open,
body.modal-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

.pagecontent h1,
.pagecontent h2,
.pagecontent h3,
.pagecontent h4,
.pagecontent h5 {
  flex-basis: 100%;
}

h1,
.h1 {
  font-size: 3rem;
  letter-spacing: -1.17px;
  line-height: 3.55rem;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}

h2,
.h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #095874;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: 1.53rem;
  color: #095874;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 1rem;
  }
}

h4,
.h4 {
  font-size: 0.8rem;
  font-weight: bold;
}

a {
  color: #205673;
}

p {
  color: #5e5f5f;
  font-size: 1rem;
  line-height: 1.5rem;
}

sup {
  font-size: 0.5rem;
  line-height: 1rem;
}

.btn {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  background-color: #DB380F;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin: 4px 2px;
  cursor: pointer;
  position: relative !important;
  min-height: 52px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn:hover::after, .btn:active::after {
    right: inherit;
    margin-left: 20px;
  }
}
@media (min-width: 768) and (max-width: 880) {
  .btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .btn {
    text-transform: unset;
  }
}
.btn.blue {
  background: #095874;
  color: #fff;
  display: flex;
}
.btn.white {
  background: #fff;
  color: #095874;
}
.btn.reverse a {
  width: 100%;
  text-align: left;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  .btn.reverse a {
    width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 879px) {
  .btn.reverse a {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .btn.reverse a {
    text-align: center;
  }
}
.btn.arrow {
  background: none;
  color: #095874;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 0;
  min-height: unset;
  position: relative;
  width: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.btn.arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 10px;
  background: #DB380F url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23FFFFFF' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/30%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .btn.arrow:after {
    margin-left: 7px;
    width: 20px;
    height: 20px;
  }
}

.container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}

.grecaptcha-badge {
  display: none !important;
}

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

.skip-to-content-link {
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 999999;
}

.skip-to-content-link:focus {
  transform: translate(-50%, 0%);
}

.xbar {
  display: block;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23335471' viewBox='0 0 137.9 70' style='enable-background:new 0 0 137.9 70;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.7,24.2l-2.9-4l-3,4h-4.1l5-6.6L13,11.2h4.2L20,15l2.8-3.8h4L22,17.6l5,6.7H22.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M90.3,24.2l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H90.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M56.5,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5H51l2.8,3.8l2.8-3.8h4L55.8,53l5,6.7H56.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M124.1,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H124.1z'/%3E%3C/g%3E%3C/svg%3E ");
  background-size: 50px;
}
@media (max-width: 767px) {
  .xbar {
    height: 35px;
  }
}
.xbar.white {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23FFFFFF' viewBox='0 0 137.9 70' style='enable-background:new 0 0 137.9 70;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.7,24.2l-2.9-4l-3,4h-4.1l5-6.6L13,11.2h4.2L20,15l2.8-3.8h4L22,17.6l5,6.7H22.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M90.3,24.2l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H90.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M56.5,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5H51l2.8,3.8l2.8-3.8h4L55.8,53l5,6.7H56.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M124.1,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H124.1z'/%3E%3C/g%3E%3C/svg%3E ");
}
@media (max-width: 767px) {
  .xbar.white {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23335471' viewBox='0 0 137.9 70' style='enable-background:new 0 0 137.9 70;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.7,24.2l-2.9-4l-3,4h-4.1l5-6.6L13,11.2h4.2L20,15l2.8-3.8h4L22,17.6l5,6.7H22.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M90.3,24.2l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H90.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M56.5,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5H51l2.8,3.8l2.8-3.8h4L55.8,53l5,6.7H56.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M124.1,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H124.1z'/%3E%3C/g%3E%3C/svg%3E ");
  }
}

.spinner {
  animation: spinner 0.8s linear infinite;
  fill: #095874;
}

.spinner1 {
  animation-delay: -0.65s;
}

.spinner2 {
  animation-delay: -0.5s;
}

@keyframes spinner {
  93.75%, 100% {
    r: 3px;
  }
  46.875% {
    r: 0.2px;
  }
}
@media (min-width: 1025px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .nav {
    padding: 10px 0;
    min-height: 105px;
    transition: all 0.5s;
    background: #095874;
  }
  .nav .container {
    justify-content: space-between;
  }
  .nav.turtle {
    padding: 10px 0 20px;
    min-height: 50px;
  }
  .nav.turtle .logo {
    height: 45px;
  }
  .nav.turtle .logo img, .nav.turtle .logo svg {
    height: 130%;
    position: relative;
    top: 5px;
  }
  .nav .logo {
    display: block;
    width: 150px;
    min-height: 77px;
    transition: all 0.5s;
  }
  .nav .logo img, .nav .logo svg {
    transition: all 0.5s;
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .nav .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav .menu {
    text-align: right;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s;
    font-family: "Montserrat", sans-serif;
  }
  .nav .menu > li {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .nav .menu > li:nth-last-child(1) a {
    padding: 10px 30px;
    background: #DB380F;
    color: #fff;
  }
  .nav .menu > li:nth-last-child(1) a + .marker {
    display: none;
  }
  .nav .menu li {
    list-style: none;
    margin-left: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
  }
  .nav .menu li a:after, .nav .menu li span:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: transparent;
    transition: all 0.5s;
    transition-delay: 1s;
    z-index: 1;
  }
  .nav .menu li.current-menu-item a:after, .nav .menu li.current-menu-item span:after, .nav .menu li:hover a:after, .nav .menu li:hover span:after {
    width: 100%;
    height: 2px;
    background: #DB380F;
  }
  .nav .menu .marker {
    position: relative;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: transparent;
    transition: all 0.5s;
    transition-delay: 1s;
    z-index: 1;
  }
  .nav .menu a, .nav .menu span {
    color: #fff;
    text-decoration: none;
    z-index: 2;
    font-size: 0.9375rem;
  }
  .nav .menu a.active + .marker, .nav .menu a.router-link-active + .marker, .nav .menu a.current_menu_item + .marker, .nav .menu span.active + .marker, .nav .menu span.router-link-active + .marker, .nav .menu span.current_menu_item + .marker {
    width: 100%;
    height: 2px;
    background: #DB380F;
  }
  .nav .menu a .arrow-down, .nav .menu span .arrow-down {
    background: unset;
    width: 0px;
    height: 10px;
  }
  .nav .menu a .arrow-down:after, .nav .menu span .arrow-down:after {
    animation: none;
    position: absolute;
    width: 10px;
    height: 6px;
    margin-left: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #DB380F;
    content: "";
    transition: all 0.5s;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.31' height='8.069' viewBox='0 0 13.31 8.069'%3E%3Cpath id='Path_2672' data-name='Path 2672' d='M-9645-575l5.948,5.948L-9645-563.1' transform='translate(-562.397 9645.707) rotate(90)' fill='none' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  }
  .nav .menu a .arrow-down:has(span.nav__link_parent > ul > li > a.router-link-active) > .marker, .nav .menu span .arrow-down:has(span.nav__link_parent > ul > li > a.router-link-active) > .marker {
    width: 100%;
    height: 2px;
    background: #DB380F;
  }
  .nav .hamburger {
    display: none;
  }
  .nav .hamburger .bar {
    background: #fff;
    height: 2px;
    width: 38px;
    margin: 8px auto;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1023px) {
  header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #095874;
  }
  nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  nav {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .nav {
    background: #095874;
    padding: 10px 0;
    min-height: 65px;
    transition: all 0.5s;
  }
  .nav .container {
    justify-content: space-between;
    z-index: 999;
    width: 100%;
  }
  .nav.turtle {
    padding: 10px 0 10px;
    min-height: 50px;
  }
  .nav.turtle .logo {
    overflow: hidden;
    height: 45px;
    margin-top: 10px;
    z-index: 1;
  }
  .nav.turtle .logo img, .nav.turtle .logo svg {
    height: 130%;
    top: 5px;
  }
  .nav.turtle .menu {
    top: 60px;
    padding-top: 30px;
  }
  .logo {
    min-width: 135px;
    width: 135px;
    margin-top: 0px;
    margin-left: 20px;
  }
  .logo img, .logo svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .menu {
    flex-direction: column;
    height: 0;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
    top: 60px;
    background: #095874;
    transition: all 0.5s;
    list-style: none;
    color: #000;
    margin: 0;
    padding: 30px 0 0;
  }
  .menu.active, .menu.router-link-active {
    height: 100vh;
    opacity: 1;
  }
  .menu li {
    padding: 0px 20px 20px;
    color: #fff;
    width: 100%;
    position: relative;
  }
  .menu li .marker {
    position: absolute;
    top: 35px;
    left: 0;
    width: 0%;
    height: 2px;
    background: transparent;
    transition: all 0.5s;
    transition-delay: 1s;
  }
  .menu li.nolink {
    position: relative;
  }
  .menu li.nolink:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform 0.5s;
    line-height: 20px;
    display: inline-block;
    height: 28px;
    transition: transform 0.5s;
    width: 15px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.809' height='8.904' viewBox='0 0 15.809 8.904'%3E%3Cpath id='Path_2756' data-name='Path 2756' d='M1241.813,56.982l6.49,6.49,6.49-6.49' transform='translate(1256.207 64.472) rotate(180)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  }
  .menu li > a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }
  .menu li > a.active + .marker, .menu li > a.router-link-active + .marker {
    width: 100%;
    height: 2px;
  }
  .menu li:last-child {
    position: relative;
    width: calc(100% - 40px);
    background: #DB380F;
    text-align: center;
    padding: 5px 0px;
    margin: 10px auto 0;
  }
  .menu li:last-child a {
    padding: 0;
  }
  .menu li ul {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    list-style: none;
    background: #000;
    border-radius: 20px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
  }
  .menu li ul li {
    margin: 5px 0px 0;
    color: #fff;
    min-height: 50px;
    display: flex;
    position: relative;
  }
  .menu li ul li:first-child {
    padding-top: 20px;
  }
  .menu li ul li:first-child .marker {
    margin-top: 20px;
  }
  .menu li ul li a {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .menu li.open.nolink:after {
    transform: rotate(360deg);
  }
  .menu li.open ul {
    max-height: 500px;
    overflow: unset;
  }
  .hamburger {
    margin-right: 20px;
    display: block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    top: -8px;
  }
  .hamburger .bar {
    background: #fff;
    height: 2px;
    width: 38px;
    margin: 8px auto;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 13px;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    top: 24px;
  }
  .hamburger span:nth-child(4) {
    top: 35px;
  }
  .hamburger.active span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .hamburger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .nav__link, .nav__link_parent, .menu-item {
    margin: 0;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .menu li.sub_nav__link {
    font-size: 1.125rem;
  }
  .nav.active {
    height: auto;
    opacity: 1;
  }
  .nav.active .nav__link {
    opacity: 1;
  }
}
section.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  min-height: 550px;
  display: flex;
}
@media (max-width: 767px) {
  section.hero {
    min-height: unset;
    padding-top: 100px;
    padding-bottom: 300px;
    background-size: 200% auto;
    background-position: bottom right;
    background-color: #093551;
  }
}
section.hero.small {
  min-height: 300px;
  padding-top: 100px;
}
section.hero.small .container {
  min-height: 300px;
}
section.hero .container {
  min-height: 550px;
}
@media (max-width: 767px) {
  section.hero .container {
    min-height: unset;
  }
}
section.hero .headertext {
  width: 50%;
  padding: 50px;
  color: #fff;
  background: #093551;
  background: linear-gradient(90deg, rgb(9, 53, 81) 50%, rgba(9, 53, 81, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  section.hero .headertext {
    padding: 0;
    width: 100%;
  }
}
section.hero .headertext h1 {
  font-size: 4.375rem;
  line-height: 4.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.hero .headertext h1 {
    font-size: 12vw;
    line-height: 14vw;
    margin-bottom: 0;
  }
}
section.hero .headertext h1, section.hero .headertext p {
  color: #fff;
}
section.hero .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero .title h1 {
  color: #095874;
  font-size: 78px;
  line-height: 72px;
  font-weight: bold;
}

section#pods {
  background-color: rgba(189, 214, 222, 0.25);
  padding: 50px 0;
}
section#pods .container .pod {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 800px;
  margin: 50px auto;
  position: relative;
}
@media (max-width: 767px) {
  section#pods .container .pod {
    margin: 25px auto;
  }
}
section#pods .container .pod .icon {
  margin-right: 45px;
  margin-bottom: 30px;
  width: 130px;
  height: 130px;
  min-width: 130px;
  position: absolute;
  left: -15px;
}
@media (max-width: 767px) {
  section#pods .container .pod .icon {
    width: 90px;
    height: 90px;
  }
}
section#pods .container .pod .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section#pods .container .pod .copy {
  margin-left: 150px;
}
@media (max-width: 767px) {
  section#pods .container .pod .copy {
    margin: 0;
  }
}
section#pods .container .pod .copy h2 {
  color: #095874;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section#pods .container .pod .copy h2 {
    min-height: 70px;
    margin-top: 20px;
    margin-left: 120px;
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
section#pods .container .pod .copy .text p {
  margin-top: 10px;
}
section.fiftyfifty {
  margin-top: 80px;
}
section.fiftyfifty .container .fifty {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.fiftyfifty .container .fifty {
    flex-direction: column;
  }
}
section.fiftyfifty .container .fifty:nth-child(2) .copy {
  order: 2;
  padding: 50px 50px 50px 100px;
}
@media (max-width: 767px) {
  section.fiftyfifty .container .fifty:nth-child(2) .copy {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
section.fiftyfifty .container .fifty:nth-child(2) .image {
  order: 1;
}
section.fiftyfifty .container .fifty .copy {
  width: 50%;
  order: 1;
  padding: 50px 100px 50px 50px;
  color: #095874;
}
@media (max-width: 767px) {
  section.fiftyfifty .container .fifty .copy {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
section.fiftyfifty .container .fifty .copy .title {
  color: #095874;
  font-size: 2.625rem;
  line-height: 3.375rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.fiftyfifty .container .fifty .copy .title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
section.fiftyfifty .container .fifty .copy .text, section.fiftyfifty .container .fifty .copy p {
  color: #095874;
}
section.fiftyfifty .container .fifty .image {
  width: 50%;
  order: 2;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.fiftyfifty .container .fifty .image {
    order: 1;
    width: 100%;
  }
}
section.fiftyfifty .container .fifty .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#newscards {
  background: #095874;
  padding: 50px 0;
}
section#newscards .container .titlebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#newscards .container .titlebar h2 {
  color: #fff;
}
section#newscards .container .cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  section#newscards .container .cards {
    flex-direction: column;
  }
}
section#newscards .container .cards .card {
  width: 32%;
  background: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section#newscards .container .cards .card {
    width: 100%;
    margin: 10px 0;
  }
}
section#newscards .container .cards .card .date {
  color: #095874;
}
section#newscards .container .cards .card h3 {
  color: #095874;
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  section#newscards .container .cards .card h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
section#newscards .container .cards .card hr {
  width: 100%;
}
section#newscards .container .cards .card a {
  margin-top: 10px;
}

.eandp {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .eandp {
    flex-direction: column;
  }
}

section#eventcards {
  padding: 50px 0 95px;
  width: 45%;
}
@media (max-width: 767px) {
  section#eventcards {
    padding: 50px 0 0 0;
    width: 100%;
  }
}
section#eventcards .container {
  color: #fff;
}
section#eventcards .container .titlebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#eventcards .container .titlebar h2 {
  color: #095874;
  font-size: 4.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  section#eventcards .container .titlebar h2 {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  section#eventcards .container .titlebar h2 {
    font-size: 10vw;
  }
}
section#eventcards .container .eventsubhead {
  color: #DB380F;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 60px 0 0;
  padding: 10px 0;
  width: 90%;
}
@media (max-width: 1023px) {
  section#eventcards .container .eventsubhead {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  section#eventcards .container .eventsubhead {
    font-size: 8vw;
  }
}
section#eventcards .container .cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  section#eventcards .container .cards {
    flex-direction: column;
  }
}
section#eventcards .container .cards .card {
  margin: 0 5% 0 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px 0;
}
@media (max-width: 767px) {
  section#eventcards .container .cards .card {
    width: 100%;
    margin-bottom: 0px;
  }
}
section#eventcards .container .cards .card h3 {
  color: #095874;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  section#eventcards .container .cards .card h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
section#eventcards .container .cards .card p {
  color: #095874;
}
section#eventcards .container .cards .card a {
  text-decoration: none;
  background: none;
  color: #095874;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 0;
  min-height: unset;
  position: relative;
  width: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section#eventcards .container .cards .card a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 10px;
  background: #DB380F url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23FFFFFF' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/30%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  section#eventcards .container .cards .card a:after {
    margin-left: 7px;
    width: 20px;
    height: 20px;
  }
}

section#presentationcards {
  padding: 50px 0 75px;
  width: 45%;
}
@media (max-width: 767px) {
  section#presentationcards {
    padding: 0 0 50px 0;
    width: 100%;
  }
}
section#presentationcards .container .titlebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#presentationcards .container .titlebar h2 {
  color: #095874;
  font-size: 4.25rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  section#presentationcards .container .titlebar h2 {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  section#presentationcards .container .titlebar h2 {
    font-size: 10vw;
  }
}
section#presentationcards .container .cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  section#presentationcards .container .cards {
    flex-direction: column;
  }
}
section#presentationcards .container .cards .card {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section#presentationcards .container .cards .card {
    width: 100%;
    margin-bottom: 0px;
  }
}
section#presentationcards .container .cards .card h3 {
  color: #095874;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section#presentationcards .container .cards .card h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
section#presentationcards .container .cards .card a {
  margin-top: 10px;
}
section#presentationcards .container .cards .card .image {
  width: 100%;
}
section#presentationcards .container .cards .card .image img {
  border: 2px solid #095874;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#bios {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section#bios .container .tabnavigation {
    width: 100%;
  }
}
section#bios .container .tabnavigation ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  section#bios .container .tabnavigation ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
section#bios .container .tabnavigation ul li {
  padding: 10px 20px;
  margin: 30px 20px 30px 0;
  display: inline-block;
  border: 2px solid #095874;
  position: relative;
  color: #095874;
  font-weight: bold;
}
@media (max-width: 767px) {
  section#bios .container .tabnavigation ul li {
    padding: 5px 15px;
    font-size: 0.875rem;
    margin: 0;
    text-align: center;
  }
}
section#bios .container .tabnavigation ul li.active, section#bios .container .tabnavigation ul li:hover {
  cursor: pointer;
  background: #095874;
  color: #fff;
}
section#bios .container .tabnavigation ul li.active:after, section#bios .container .tabnavigation ul li:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #095874;
}
section#bios .container #board, section#bios .container #committee {
  display: block;
  width: 100%;
}
section#bios .container #board h2, section#bios .container #committee h2 {
  color: #095874;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  section#bios .container #board h2, section#bios .container #committee h2 {
    font-size: 1.5rem;
  }
}
section#bios .container #board {
  display: block;
}
section#bios .container #committee {
  display: none;
}
section#bios .container .biowrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section#bios .container .biowrapper {
    justify-content: space-between;
  }
}
section#bios .container .biowrapper .bio {
  width: calc(25% - 60px);
  margin: 0px 60px 50px 0;
}
@media (max-width: 1023px) {
  section#bios .container .biowrapper .bio {
    width: calc(50% - 60px);
  }
}
@media (max-width: 767px) {
  section#bios .container .biowrapper .bio {
    margin: 0 0 30px 0;
    width: 48%;
  }
}
section#bios .container .biowrapper .bio .image {
  width: 100%;
  height: 330px;
  border-radius: 20px;
  background: #B6CAD8;
  overflow: hidden;
}
@media (max-width: 767px) {
  section#bios .container .biowrapper .bio .image {
    height: 200px;
  }
}
section#bios .container .biowrapper .bio .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section#bios .container .biowrapper .bio .content .name h3 {
  color: #095874;
  font-weight: bold;
}
@media (max-width: 767px) {
  section#bios .container .biowrapper .bio .content .name h3 {
    margin-bottom: 0;
  }
}
section#bios .container .biowrapper .bio .content .title {
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  section#bios .container .biowrapper .bio .content .title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 767px) {
  section#bios .container .biowrapper .bio .content .btn {
    font-size: 1rem;
    text-transform: unset;
  }
}
section#bios .container .biowrapper .bio .biomodal-content {
  display: none;
}

#biomodal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B6CAD8;
  z-index: 99999;
  overflow-y: scroll;
}
#biomodal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
#biomodal .biomodalcontainer {
  position: relative;
  width: 100%;
}
#biomodal .biomodalcontainer .close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  padding: 4px;
  background: transparent;
}
#biomodal .biomodalcontainer .close:hover {
  cursor: pointer;
}
#biomodal .biomodalcontainer .close:before, #biomodal .biomodalcontainer .close:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  background: #095874;
  border-radius: 5px;
  margin-top: -2px;
}
#biomodal .biomodalcontainer .close:before {
  transform: translateX(-50%) rotate(-45deg);
}
#biomodal .biomodalcontainer .close:after {
  transform: translateX(-50%) rotate(45deg);
}
#biomodal .biomodalcontainer .biomodalcontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 80vw;
  max-width: 1350px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: scroll;
  padding: 50px;
  max-height: 100vh;
}
@media (max-width: 767px) {
  #biomodal .biomodalcontainer .biomodalcontent {
    width: 100%;
  }
}
#biomodal .biomodalcontainer .biomodalcontent h2 {
  color: #095874;
  font-weight: bold;
}
#biomodal .biomodalcontainer .biomodalcontent .title {
  font-style: italic;
}
section#contactinfo {
  background: #093551;
  padding: 60px 0;
}
@media (max-width: 767px) {
  section#contactinfo .container {
    flex-direction: column;
  }
}
section#contactinfo .container .contactcard {
  display: flex;
  width: 50%;
}
@media (max-width: 767px) {
  section#contactinfo .container .contactcard {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
section#contactinfo .container .contactcard .image {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 250px;
}
@media (max-width: 767px) {
  section#contactinfo .container .contactcard .image {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
section#contactinfo .container .contactcard .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section#contactinfo .container .contactcard .copy {
  width: 50%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  section#contactinfo .container .contactcard .copy {
    width: 100%;
    padding: 0;
  }
}
section#contactinfo .container .contactcard .copy h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  section#contactinfo .container .contactcard .copy h3 {
    font-size: 1.75rem;
    line-height: 3rem;
  }
}
section#contactinfo .container .contactcard .copy .text p {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  section#contactinfo .container .contactcard .copy .text p {
    margin: 0;
  }
}

section#externallinks {
  background: #095874;
  padding: 50px 0;
}
section#externallinks .container .cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section#externallinks .container .cards {
    flex-direction: column;
  }
}
section#externallinks .container .cards .card {
  width: 24%;
  background: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section#externallinks .container .cards .card {
    width: 100%;
    margin: 0 0 20px;
    min-height: 290px;
  }
}
section#externallinks .container .cards .card h3 {
  color: #095874;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: bold;
  margin: 0;
}
section#externallinks .container .cards .card .text {
  margin-bottom: auto;
}
section#externallinks .container .cards .card hr {
  margin: 0;
}
section#externallinks .container .cards .card a {
  margin-top: 10px;
}

section#governancedocuments {
  background: #095874;
  padding: 50px 0 100px;
}
section#governancedocuments .container h2 {
  font-size: 4.25rem;
  line-height: 4.5rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  section#governancedocuments .container h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
}
section#governancedocuments .container .doclist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
section#governancedocuments .container .doclist .doc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  section#governancedocuments .container .doclist .doc {
    width: 100%;
    padding: 20px 0;
  }
}
section#governancedocuments .container .doclist .doc .title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #fff;
}
@media (max-width: 767px) {
  section#governancedocuments .container .doclist .doc .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  section#governancedocuments .container .doclist .doc a {
    padding: 10px 15px;
  }
}

section#news {
  padding: 75px 0;
}
section#news .container .article {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 65px;
  display: flex;
  flex-direction: column;
}
section#news .container .article a {
  text-decoration: none;
}
section#news .container .article a.btn.arrow:after {
  display: none;
}
section#news .container .article h3 {
  color: #095874;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  section#news .container .article h3 {
    font-size: 7vw;
    line-height: 8vw;
  }
}
section#sedar {
  padding: 50px 0;
  background: #095874;
}
section#sedar .container {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  section#sedar .container {
    align-items: unset;
  }
}
section#sedar .container h3 {
  color: #fff;
  font-size: 2.25rem;
  line-height: 4.625rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  section#sedar .container h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-bottom: 30px;
  }
}
section#sedar .container a {
  text-align: center;
}

section#article {
  padding: 0 0 120px;
}
section#article .xbar {
  position: relative;
  top: 120px;
  margin-bottom: 50px;
}
section#article .container {
  max-width: 1100px;
  margin: 0 auto;
  flex-direction: column;
}
section#article .container .logo {
  margin-top: 115px;
  width: 205px;
}
section#article .container .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section#article .container .date {
  margin: 40px 0;
}
section#article .container .content h1 {
  margin: 0 0 20px;
  color: #095874;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: bold;
}
section#article .container .social {
  margin: 50px 0;
}
section#article .container .social .socialwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#article .container .social .socialwrapper .social-button {
  display: inline-block;
  color: #2E5570;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  position: relative;
}
section#article .container .social .socialwrapper .social-button:before {
  height: 30px;
  width: 30px;
  left: 0;
  position: absolute;
  font-size: 2rem;
  text-indent: 0;
}
section#article .container .social .socialwrapper .social-button.twitter:before {
  height: 20px;
  top: 5px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='1200' height='1227' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23335471'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
}
section#article .container .social .socialwrapper .social-button.facebook:before {
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='60px' height='60px'%3E%3Cpath fill='%23335471' d='M15,3C8.373,3,3,8.373,3,15c0,6.016,4.432,10.984,10.206,11.852V18.18h-2.969v-3.154h2.969v-2.099c0-3.475,1.693-5,4.581-5 c1.383,0,2.115,0.103,2.461,0.149v2.753h-1.97c-1.226,0-1.654,1.163-1.654,2.473v1.724h3.593L19.73,18.18h-3.106v8.697 C22.481,26.083,27,21.075,27,15C27,8.373,21.627,3,15,3z'/%3E%3C/svg%3E") no-repeat center center/contain;
}
section#article .container .social .socialwrapper .social-button.linkedin:before {
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='60px' height='60px'%3E%3Cpath fill='%23335471' d='M24,4H6C4.895,4,4,4.895,4,6v18c0,1.105,0.895,2,2,2h18c1.105,0,2-0.895,2-2V6C26,4.895,25.105,4,24,4z M10.954,22h-2.95 v-9.492h2.95V22z M9.449,11.151c-0.951,0-1.72-0.771-1.72-1.72c0-0.949,0.77-1.719,1.72-1.719c0.948,0,1.719,0.771,1.719,1.719 C11.168,10.38,10.397,11.151,9.449,11.151z M22.004,22h-2.948v-4.616c0-1.101-0.02-2.517-1.533-2.517 c-1.535,0-1.771,1.199-1.771,2.437V22h-2.948v-9.492h2.83v1.297h0.04c0.394-0.746,1.356-1.533,2.791-1.533 c2.987,0,3.539,1.966,3.539,4.522V22z'/%3E%3C/svg%3E") no-repeat center center/contain;
}

section#focus {
  padding: 75px 0;
}
@media (max-width: 767px) {
  section#focus {
    padding: 75px 0 0;
  }
}
section#focus .container {
  text-align: center;
  align-items: center;
  flex-direction: column;
}
section#focus .container h2 {
  text-align: center;
  margin: 0 auto 25px;
  color: #095874;
  font-size: 4.25rem;
  line-height: 4.625rem;
  font-weight: bold;
  max-width: 980px;
}
@media (max-width: 767px) {
  section#focus .container h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    text-align: left;
  }
}
section#focus .container p {
  max-width: 980px;
  margin: 0 auto;
  line-height: 30px;
}
@media (max-width: 767px) {
  section#focus .container p {
    text-align: left;
  }
}
section#focus .container .fifty {
  width: 100%;
  max-width: 1100px;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 767px) {
  section#focus .container .fifty {
    flex-direction: column;
  }
}
section#focus .container .fifty .image {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section#focus .container .fifty .image {
    width: 100%;
  }
}
section#focus .container .fifty .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section#focus .container .fifty .text {
  padding: 40px;
}
@media (max-width: 767px) {
  section#focus .container .fifty .text {
    padding: 30px 0;
  }
}
section#focus .container .fifty .text b, section#focus .container .fifty .text strong {
  color: #095874;
}
@media (max-width: 767px) {
  section#focus .container .fifty .text ul {
    padding: 0 0 0 20px;
  }
}

section#report {
  padding: 75px 0;
}
section#report .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#report .container .image {
  margin: 0 20px;
  width: 300px;
}
@media (max-width: 767px) {
  section#report .container .image {
    width: 100%;
  }
}
section#report .container .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section#report .container .content {
  margin: 0 20px;
}
section#report .container .content h2 {
  color: #095874;
  font-size: 2.625rem;
  line-height: 3.375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section#report .container .content h2 {
    font-size: 7vw;
    line-height: 8vw;
    text-align: left;
  }
}
section#report .container .content .text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section#report .container .content .text {
    margin-bottom: 20px;
  }
}

section#sustainability {
  background: rgba(51, 51, 51, 0.1);
  padding: 75px 0 105px;
}
@media (max-width: 767px) {
  section#sustainability {
    padding: 75px 0 50px;
  }
}
section#sustainability .container {
  text-align: center;
  align-items: center;
  flex-direction: column;
}
section#sustainability .container h2 {
  text-align: center;
  margin: 0 auto 25px;
  color: #095874;
  font-size: 2.625rem;
  line-height: 3.375rem;
  font-weight: bold;
  max-width: 980px;
}
@media (max-width: 767px) {
  section#sustainability .container h2 {
    font-size: 7vw;
    line-height: 8vw;
    text-align: left;
  }
}
section#sustainability .container p {
  max-width: 980px;
  margin: 0 auto;
  line-height: 30px;
}
@media (max-width: 767px) {
  section#sustainability .container p {
    text-align: left;
  }
}
section#sustainability .container .image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  max-width: 1250px;
  display: flex;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw;
  padding: 0 3.5%;
}
section#sustainability .container .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section#sustainability .container .image .content {
  position: relative;
  width: 100%;
  padding: 0 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#sustainability .container .image .content .title h3 {
  display: none;
  color: #095874;
}
section#sustainability .container .image .content .subtitle h4 {
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: bold;
  color: #095874;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 1279px) {
  section#sustainability .container .image .content .subtitle h4 {
    font-size: 2vw;
    line-height: 2.5vw;
  }
}
@media (min-width: 1281px) {
  section#sustainability .container .image .content .subtitle h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
section#sustainability .container .image .content .text p {
  font-size: 1vw;
  line-height: 1.5vw;
}
@media (max-width: 1279px) {
  section#sustainability .container .image .content .text p {
    font-size: 1.5vw;
    line-height: 2vw;
  }
}
@media (min-width: 1281px) {
  section#sustainability .container .image .content .text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  section#sustainability .container .image {
    background: none !important;
    flex-direction: column;
    padding: 0;
  }
  section#sustainability .container .image .content {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
    text-align: center;
    padding: 0 20px 80px;
    position: relative;
  }
  section#sustainability .container .image .content:after {
    width: 45px;
    height: 35px;
    transform: translateX(-50%) rotate(90deg);
    content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23FFFFFF' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
  }
  section#sustainability .container .image .content:last-child {
    padding-bottom: 20px;
  }
  section#sustainability .container .image .content:last-child:after {
    display: none;
  }
  section#sustainability .container .image .content.governance {
    background: #095874;
  }
  section#sustainability .container .image .content.social {
    background: #DB380F;
  }
  section#sustainability .container .image .content.environmental {
    background: #095874;
  }
  section#sustainability .container .image .content h3, section#sustainability .container .image .content h4, section#sustainability .container .image .content p {
    color: #fff;
  }
  section#sustainability .container .image .content .title h3 {
    display: block;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin: 30px 0 10px;
  }
  section#sustainability .container .image .content .subtitle h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: #fff;
  }
  section#sustainability .container .image .content .text p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
}

section#tabs {
  background: #095874;
  padding: 50px 0;
}
@media (max-width: 767px) {
  section#tabs .container .tabnavigation {
    width: 100%;
  }
}
section#tabs .container .tabnavigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section#tabs .container .tabnavigation ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
section#tabs .container .tabnavigation ul li {
  padding: 10px 20px;
  margin: 30px 20px 30px 0;
  display: inline-block;
  border: 2px solid #fff;
  position: relative;
  color: #095874;
  font-weight: bold;
  background: #fff;
}
@media (max-width: 767px) {
  section#tabs .container .tabnavigation ul li {
    padding: 5px 15px;
    font-size: 0.875rem;
    margin: 0;
    text-align: center;
  }
}
section#tabs .container .tabnavigation ul li.active, section#tabs .container .tabnavigation ul li:hover {
  cursor: pointer;
  background: #DB380F;
  border-color: #DB380F;
  color: #fff;
}
section#tabs .container .tabnavigation ul li.active:after, section#tabs .container .tabnavigation ul li:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #DB380F;
}
section#tabs .container .tabnavigation + .tabcontent {
  display: flex;
}
section#tabs .container .tabcontent {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  section#tabs .container .tabcontent {
    flex-direction: column;
  }
}
section#tabs .container .tabcontent .content {
  padding: 30px 50px 30px 0;
}
@media (max-width: 767px) {
  section#tabs .container .tabcontent .content {
    padding: 30px 0;
  }
}
section#tabs .container .tabcontent .content h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 767px) {
  section#tabs .container .tabcontent .content h3 {
    font-size: 7vw;
    line-height: 8vw;
    text-align: left;
  }
}
section#tabs .container .tabcontent .content h4 {
  font-style: italic;
  color: #fff;
}
@media (max-width: 767px) {
  section#tabs .container .tabcontent .content h4 {
    font-size: 5vw;
    line-height: 6vw;
    text-align: left;
  }
}
section#tabs .container .tabcontent .content p {
  color: #fff;
}
@media (max-width: 767px) {
  section#tabs .container .tabcontent .content img {
    width: 100%;
    height: auto;
  }
}
section#tabs .container .tabcontent .image {
  min-width: 30%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section#tabs .container .tabcontent .image {
    width: 100%;
  }
}
section#tabs .container .tabcontent .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#reportstable {
  padding: 100px 0;
}
section#reportstable .container table.reports {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  section#reportstable .container table.reports {
    border: none;
  }
}
@media (max-width: 767px) {
  section#reportstable .container table.reports thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
section#reportstable .container table.reports tr {
  min-height: 45px;
}
@media (max-width: 767px) {
  section#reportstable .container table.reports tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
}
section#reportstable .container table.reports tr th {
  border: 8px solid #fff;
  color: #095874;
  background-color: rgba(189, 214, 222, 0.25);
}
section#reportstable .container table.reports tr th:nth-child(2n) {
  color: #fff;
  background: #095874;
}
section#reportstable .container table.reports tr {
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  section#reportstable .container table.reports tr {
    border: 0;
  }
}
section#reportstable .container table.reports td {
  width: 15%;
  text-align: center;
  min-height: 50px;
}
@media (max-width: 767px) {
  section#reportstable .container table.reports td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    width: 100%;
    padding: 5px 15px;
  }
  section#reportstable .container table.reports td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
}
section#reportstable .container table.reports td:first-child {
  width: 40%;
  color: #095874;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
}
@media (max-width: 767px) {
  section#reportstable .container table.reports td:first-child {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    justify-content: unset;
    border-bottom: 2px solid #000;
  }
  section#reportstable .container table.reports td:first-child:before {
    margin-right: unset;
  }
}
section#reportstable .container table.reports td:nth-child(2n) {
  background-color: rgba(189, 214, 222, 0.25);
}
section#reportstable .container table.reports td a {
  margin: 3px;
  display: block;
  margin: 6px;
}
section#reportstable .container table.reports td a.inline {
  display: inline-block;
}
section#reportstable .container table.reports td a.labelled {
  font-size: 0.75rem;
  line-height: 16px;
}
@media (max-width: 767px) {
  section#reportstable .container table.reports td a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

section#contactbar {
  background: #DB380F;
  padding: 50px 0;
}
section#contactbar .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  section#contactbar .container {
    align-items: unset;
  }
}
section#contactbar .container .title {
  color: #fff;
  font-size: 2.75rem;
  line-height: 4.625rem;
  font-weight: bold;
  margin: 0px auto;
}
@media (max-width: 767px) {
  section#contactbar .container .title {
    margin: 0;
  }
}
section#contactbar .container .text {
  color: #fff;
  max-width: 425px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 767px) {
  section#contactbar .container .text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  section#contactbar .container a {
    color: #095874;
    text-align: center;
    text-transform: unset;
  }
}

span.errors {
  padding: 50px 20px 20px 0;
}

form {
  max-width: 905px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  form {
    margin: unset;
  }
}
form p {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  form p {
    color: #000;
  }
}
form span.wpcf7-not-valid-tip {
  font-style: italic;
  color: #f6aa6e;
  font-weight: bold;
}
@media (max-width: 767px) {
  form span.wpcf7-not-valid-tip {
    color: #DB380F;
  }
}
form .wpcf7-response-output {
  font-weight: bold;
  line-height: 1.2rem;
}
@media (max-width: 767px) {
  form .wpcf7-response-output {
    color: #095874;
  }
}
form .fieldgroup {
  width: 100%;
}
@media (max-width: 767px) {
  form .fieldgroup {
    margin-bottom: 20px;
  }
}
form .fieldgroup.checkbox label {
  display: flex;
  align-items: flex-start;
}
form .fieldgroup.checkbox span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0;
}
form .fieldgroup.checkbox input {
  width: unset;
  display: block;
  position: relative;
  top: 0;
  min-height: 20px;
  width: 20px;
  color: #095874;
  background: #fff;
  margin-right: 10px;
}
form .fieldgroup.checkbox a {
  color: #fff;
}
@media (max-width: 767px) {
  form .fieldgroup.checkbox a {
    color: #000;
  }
}
form .fieldgroup.fifty {
  width: 48%;
}
@media (max-width: 767px) {
  form .fieldgroup.fifty {
    width: 100%;
  }
}
form .fieldgroup span.error {
  color: #f6aa6e;
  font-style: italic;
  padding: 5px 10px;
  font-weight: bold;
}
form .fieldgroup label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  form .fieldgroup label {
    color: #000;
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}
form .fieldgroup input[type=text], form .fieldgroup input[type=email], form .fieldgroup input[type=tel] {
  width: 100%;
  min-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #fff;
  padding: 0 20px;
}
@media (max-width: 767px) {
  form .fieldgroup input[type=text], form .fieldgroup input[type=email], form .fieldgroup input[type=tel] {
    border: 1px solid #000;
  }
}
form .fieldgroup input[type=submit] {
  display: inline-block;
  padding: 10px 40px;
  background: #DB380F;
  color: #fff;
  border: solid 2px #DB380F;
  text-decoration: none;
  transition: background 0.5s;
  width: auto;
}
form .fieldgroup input[type=submit].black {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
form .fieldgroup input[type=submit].black:hover {
  background-color: #fff;
  color: #000;
}
form .fieldgroup input[type=checkbox] {
  width: 30px;
  display: inline-block;
}
form .fieldgroup textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  width: 100%;
  border: 1px solid #fff;
  min-height: 125px;
  padding: 20px;
  font-family: arial, helvetica, sans-serif;
}
@media (max-width: 767px) {
  form .fieldgroup textarea {
    border: 1px solid #000;
  }
}
form .fieldgroup button {
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  background-color: #DB380F;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  display: inline-block;
  position: relative !important;
  text-transform: none;
}
@media (max-width: 1023px) {
  form .fieldgroup button {
    margin: unset;
  }
}
form .fieldgroup .checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  form .fieldgroup .checkboxcontainer {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
form .fieldgroup .checkboxcontainer p {
  color: #fff;
}
@media (max-width: 767px) {
  form .fieldgroup .checkboxcontainer p {
    color: #000;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
form .fieldgroup .checkboxcontainer p a {
  color: #fff;
}
@media (max-width: 767px) {
  form .fieldgroup .checkboxcontainer p a {
    color: #000;
  }
}
form .fieldgroup .checkboxcontainer input {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 0;
  min-height: 25px;
  background: transparent;
}
form .fieldgroup .checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}
form .fieldgroup .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #fff;
}
form .fieldgroup .checkmark.blue {
  border: 1px solid #095874;
}
form .fieldgroup .checkmark.blue:after {
  border: solid #095874;
  border-width: 0 3px 3px 0;
}
form .fieldgroup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactsuccess {
  flex: 1;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
}

body.contact-us {
  background: #095874;
}
body.contact-us .hero {
  display: none;
}

section#contactus {
  padding: 150px 0 100px;
  background: #095874;
  color: #fff;
}
@media (max-width: 767px) {
  section#contactus {
    padding: 70px 0;
    background: #fff;
  }
}
section#contactus .contentwrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  section#contactus .contentwrapper {
    flex-direction: column;
    background: #fff;
    margin: 0px auto 0;
  }
}
section#contactus .contentwrapper .xbar {
  max-width: 150px;
  height: unset;
}
@media (max-width: 767px) {
  section#contactus .contentwrapper .xbar {
    max-width: unset;
    height: 50px;
  }
  section#contactus .contentwrapper .xbar:nth-child(3) {
    display: none;
  }
}
section#contactus .contentwrapper .pad {
  padding: 60px;
}
@media (max-width: 767px) {
  section#contactus .contentwrapper .pad {
    padding: 0;
  }
}
section#contactus .container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  section#contactus .container {
    flex-direction: column;
  }
}
section#contactus .container .content {
  width: 45%;
}
@media (max-width: 1023px) {
  section#contactus .container .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section#contactus .container .content {
    width: 100%;
    color: #000;
    margin-bottom: 30px;
  }
}
section#contactus .container .content h1 {
  font-size: 4.25rem;
  line-height: 3.375rem;
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 767px) {
  section#contactus .container .content h1 {
    font-size: 10vw;
    line-height: 9vw;
    color: #095874;
  }
}
section#contactus .container .content .text, section#contactus .container .content p {
  color: #fff;
}
@media (max-width: 767px) {
  section#contactus .container .content .text, section#contactus .container .content p {
    color: #000;
  }
}
section#contactus .container .contactinfo {
  width: 45%;
  color: #fff;
}
@media (max-width: 1023px) {
  section#contactus .container .contactinfo {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section#contactus .container .contactinfo {
    width: 100%;
    color: #095874;
  }
}
section#contactus .container .contactinfo p {
  color: #fff;
}
@media (max-width: 767px) {
  section#contactus .container .contactinfo p {
    color: #000;
  }
}
section#contactus .container .contactinfo .title {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  section#contactus .container .contactinfo .title {
    font-size: 6vw;
    line-height: 6vw;
    text-align: left;
  }
}
section#contactus .container .contactinfo .phone {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: bold;
  margin-top: 20px;
}
section#contactus .container .contactinfo .phone a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  section#contactus .container .contactinfo .phone a {
    color: #095874;
  }
}
section#contactus .container .form {
  width: 100%;
  flex: 1;
}

#thankyoumodal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B6CAD8;
  z-index: 99999;
  overflow-y: scroll;
}
#thankyoumodal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
#thankyoumodal .thankyoumodalcontainer {
  position: relative;
  width: 100%;
}
#thankyoumodal .thankyoumodalcontainer .close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  padding: 4px;
  background: transparent;
}
#thankyoumodal .thankyoumodalcontainer .close:hover {
  cursor: pointer;
}
#thankyoumodal .thankyoumodalcontainer .close:before, #thankyoumodal .thankyoumodalcontainer .close:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  background: #095874;
  border-radius: 5px;
  margin-top: -2px;
}
#thankyoumodal .thankyoumodalcontainer .close:before {
  transform: translateX(-50%) rotate(-45deg);
}
#thankyoumodal .thankyoumodalcontainer .close:after {
  transform: translateX(-50%) rotate(45deg);
}
#thankyoumodal .thankyoumodalcontainer .thankyoumodalcontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 80vw;
  max-width: 670px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: scroll;
  padding: 50px;
  max-height: 100vh;
}
@media (max-width: 767px) {
  #thankyoumodal .thankyoumodalcontainer .thankyoumodalcontent {
    width: 100%;
  }
}
#thankyoumodal .thankyoumodalcontainer .thankyoumodalcontent h2 {
  color: #095874;
  font-weight: bold;
}
#thankyoumodal .thankyoumodalcontainer .thankyoumodalcontent .title {
  font-style: italic;
}
#thankyoumodal .thankyoumodalcontainer .thankyoumodalcontent p {
  text-align: center;
  max-width: 515px;
}

footer {
  padding: 50px 0;
  background: #fff;
}
footer .container {
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    margin: 0;
  }
}
footer .container .logo {
  max-width: 200px;
}
footer .container .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .container .rightside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .container .footermenu {
  text-align: right;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.5s;
  font-family: "Radikal", sans-serif;
}
@media (max-width: 767px) {
  footer .container .footermenu {
    flex-direction: column;
    text-align: left;
    padding: 0;
  }
}
footer .container .footermenu > li {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: normal;
}
@media (max-width: 767px) {
  footer .container .footermenu > li {
    align-items: flex-start;
    font-size: 0.9375rem;
  }
}
footer .container .footermenu > li a {
  text-decoration: none;
  margin-left: 20px;
  color: #095874;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  footer .container .footermenu > li a {
    color: #095874;
    font-size: 0.9375rem;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 10px;
  }
}
footer .container .footermenu > li a:hover {
  text-decoration: underline;
}
footer .container .copyright {
  color: #095874;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  margin-left: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  footer .container .copyright {
    text-align: left;
  }
}

.stockquote {
  background: rgb(219, 56, 15);
  background: linear-gradient(90deg, rgb(219, 56, 15) 0%, rgb(219, 56, 15) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  text-align: center;
  font-weight: bold;
  font-size: 1.5625rem;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .stockquote {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}
.stockquote .stockwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .stockquote .stockwrapper {
    width: unset;
    margin: 0 10px;
  }
}
.stockquote .stockwrapper .stock {
  width: 45%;
  color: #fff;
}
@media (max-width: 767px) {
  .stockquote .stockwrapper .stock {
    width: 49%;
    padding-right: 1%;
  }
}
.stockquote .stockwrapper .datevolume {
  width: 45%;
  color: #095874;
}
@media (max-width: 767px) {
  .stockquote .stockwrapper .datevolume {
    width: 49%;
    padding-left: 1%;
  }
}

section#esggraphic {
  display: none;
}
section#esggraphic .container {
  color: #fff;
}
@media (max-width: 767px) {
  section#esggraphic .container h3, section#esggraphic .container h4, section#esggraphic .container p {
    color: #fff;
  }
  section#esggraphic .container h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin: 30px 0 10px;
  }
  section#esggraphic .container h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin: 0;
  }
  section#esggraphic .container .governance, section#esggraphic .container .social, section#esggraphic .container .environmental {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
    text-align: center;
    padding: 0 20px 80px;
    position: relative;
  }
  section#esggraphic .container .governance:after, section#esggraphic .container .social:after, section#esggraphic .container .environmental:after {
    width: 45px;
    height: 35px;
    transform: translateX(-50%) rotate(90deg);
    content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23FFFFFF' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
  }
  section#esggraphic .container .governance:last-child, section#esggraphic .container .social:last-child, section#esggraphic .container .environmental:last-child {
    padding-bottom: 20px;
    margin-bottom: 75px;
  }
  section#esggraphic .container .governance:last-child:after, section#esggraphic .container .social:last-child:after, section#esggraphic .container .environmental:last-child:after {
    display: none;
  }
  section#esggraphic .container .governance {
    background: #095874;
  }
  section#esggraphic .container .social {
    background: #DB380F;
  }
  section#esggraphic .container .environmental {
    background: #095874;
  }
}

section.fourohfour {
  padding: 150px 0 100px;
}
section.fourohfour .container {
  flex-direction: column;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 900px;
  text-align: center;
}
section.fourohfour .container h1 {
  color: #093551;
  font-size: 8vw;
  margin-bottom: 0;
}
section.fourohfour .container h2 {
  color: #093551;
  text-transform: uppercase;
}

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