* {
   box-sizing: border-box;
   -webkit-font-smoothing: antialiased;
   padding: 0;
   margin: 0;
}
.breadcrumb {
   display: none !important;
}
.container.zindex5 {
   margin: 0 !important;
   padding: 0 !important;
   max-width: unset !important;
}
main {
   padding-top: 50px;
}
.container.is--wide {
   max-width: 1380px;
}
.layout__container {
   margin-bottom: 120px;
}
.layout__container.is--mb-big {
   margin-bottom: 200px;
}
.layout__container.is--nooverflow {
   overflow: hidden;
}
@media only screen and (max-width:991px) {
   main {
      padding-top: 0;
   }
   .layout__container {
      margin-bottom: 60px !important;
   }
}


/* text */
.text {
   font-size: 14px;
   line-height: 20px;
}
.text h1 {
   font-size: 42px;
   line-height: 55px;
}
.text h2 {
   font-size: 32px;
   line-height: 40px;
   padding-top: 0;
}
.text h4 {
   font-size: 18px;
   line-height: 40px;
   font-weight: normal !important;
   margin: 0 !important;
   padding: 0 !important;
}
.text h1,
.text h2,
.text h3,
.text h4 {
   color: #015E9A;
   font-weight: bold;
   margin-bottom: 20px;
}
.text a {
   color: #B3C535;
   font-weight: 600;
   text-decoration: underline;
}
.text ul {
   padding-left: 50px;
}
.text blockquote {
   font-size: 24px;
   line-height: 30px;
   color: #B3C535;
   font-style: italic;
   max-width: 550px;
   margin: 20px 0 40px;
}
.text__image--1 {
   height: 100%;
   display: flex;
   align-items: flex-end;
   padding-bottom: 50px;
}
.text__image--1 img {
   max-width: unset !important;
   width: 600px;
}
.text__image--1.is--alt {
   justify-content: right;
}
.text__image--1.is--alt img {
   width: 320px;
   height: 220px;
   object-fit: cover;
   float: right;
   margin-right: -100px;
}
.text__image--2.is--alt img {
   width: 200px;
   height: 140px;
   object-fit: cover;
   max-width: unset !important;
   float: right;
}
@media only screen and (max-width:991px) {
   .text {
      margin-top: 40px;
      margin-bottom: 40px;
   }
   .text__image--1,
   .text__image--2 {
      display: none;
   }
}


/* team */
.team__title {
   color: #015E9A;
   padding-top: 0;
   margin-bottom: 30px;
   font-size: 24px;
   font-family: "Roboto Slab", Georgia, serif;
   font-weight: bold;
   margin-top: 10px;
}
.team__title.is--mt {
   margin-top: 50px;
}
.team__item {
   display: flex;
   align-items: center;
   width: 100%;
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 60px;
}
.team__item strong,
.team__item b {
   color: #015E9A;
   font-weight: 600;
}
.team__item a {
   color: #B3C535;
   font-weight: 600;
   text-decoration: underline;
}
.team__item img {
   width: 190px;
   height: 190px;
   border-radius: 50%;
   object-fit: cover;
}
.team__text {
   max-width: calc(100% - 250px);
   margin-left: 30px;
}
.team__wrapper .team__item:last-child {
   margin-bottom: 0;
}
@media only screen and (max-width:991px) {
   .team__item {
      flex-direction: column;
      text-align: center;
      margin-bottom: 40px;
   }
   .team__title {
      text-align: center;
   }
   .team__item img {
      width: 150px;
      height: 150px;
      margin-bottom: 20px;
   }
   .team__text {
      max-width: unset;
      margin-left: 0;
   }
}
