/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesque-regular21-webfont.woff2") format("woff2"), url("../fonts/galanogrotesque-regular21-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesqueregular-webfont.woff2") format("woff2"), url("../fonts/galanogrotesqueregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesque-regular81-webfont.woff2") format("woff2"), url("../fonts/galanogrotesque-regular81-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesque-regular71-webfont.woff2") format("woff2"), url("../fonts/galanogrotesque-regular71-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesquebold-webfont.woff2") format("woff2"), url("../galanogrotesquebold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesqueblack-webfont.woff2") format("woff2"), url("../fonts/galanogrotesqueblack-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galanogrotesqueheavy-webfont.woff2") format("woff2"), url("../fonts/galanogrotesqueheavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesque Alt";
  src: url("../fonts/galanogrotesquealtbold-webfont.woff2") format("woff2"), url("../fonts/galanogrotesquealtbold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font: 24px/1.3 "GalanoGrotesque", Times;
  font-weight: 300;
  color: #333;
}
@media (max-width: 1199px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 15px;
}

h1, .h1 {
  font-size: 100px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 34px;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
    margin: 0 0 26px;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 22px;
  }
}
h2 span, .h2 span {
  font-weight: 400;
  display: block;
}

h3, .h3 {
  font-size: 28px;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 16px;
  }
}

p {
  margin: 0 0 32px;
}
@media (max-width: 1199px) {
  p {
    margin: 0 0 20px;
  }
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #112c4f;
}
a:hover {
  text-decoration: underline;
}

a,
input,
button {
  transition: all 0.25s ease-in-out;
  outline: none !important;
}

input,
button {
  font-family: inherit;
}

/* General Layout Styles */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  background: #fff;
  color: #333;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1760px;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Header Styles */
.header {
  width: 100%;
  padding: 16px 0;
  background: #112c4f;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .container {
    justify-content: space-between;
  }
}

.logo {
  width: 517px;
  display: block;
}
@media (max-width: 1599px) {
  .logo {
    width: 450px;
  }
}
@media (max-width: 1439px) {
  .logo {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 230px;
  }
}
.logo a {
  display: block;
  outline: none;
}
.logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-opener {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #991b1e;
  border-radius: 4px;
  transition: right 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .nav-active .nav-opener {
    right: 300px;
  }
}
@media (max-width: 359px) {
  .nav-active .nav-opener {
    right: 274px;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  width: 24px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
}
.nav-opener:before {
  margin-bottom: 6px;
}
.nav-active .nav-opener:before {
  margin-bottom: -2px;
  transform: rotate(45deg);
}
.nav-opener:after {
  margin-top: 6px;
}
.nav-active .nav-opener:after {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active {
  overflow: hidden;
}

.header-holder {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 0 0 0 75px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .header-holder {
    display: block;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 290px;
    background: #991b1e;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 359px) {
  .header-holder {
    width: 270px;
  }
}
@media (max-width: 1023px) {
  .nav-active .header-holder {
    transform: none;
  }
}

.header-navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header-navigation {
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 40px 20px;
  }
}

.navigation {
  list-style: none;
  padding: 0 35px 0 0;
  margin: 0 -35px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 0.8;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .navigation {
    font-size: 20px;
    margin: 0 -25px;
    padding: 0 25px 0 0;
  }
}
@media (max-width: 1439px) {
  .navigation {
    margin: 0 -15px;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .navigation {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .navigation {
    flex-flow: row wrap;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
}
.navigation > li {
  padding: 0 35px;
  position: relative;
}
@media (max-width: 1599px) {
  .navigation > li {
    padding: 0 25px;
  }
}
@media (max-width: 1439px) {
  .navigation > li {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .navigation > li {
    width: 100%;
    padding: 0;
  }
}
.navigation > li + li {
  border-left: 2px solid #fff;
}
@media (max-width: 1023px) {
  .navigation > li + li {
    border: 0;
  }
}
.navigation > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .navigation > li > a {
    padding: 15px 0;
  }
}
.navigation > li > a:hover {
  color: #df3B28;
}
@media (max-width: 1023px) {
  .navigation > li > a:hover {
    color: #fff;
    opacity: 0.7;
  }
}
.navigation > li.active > a {
  color: #df3B28;
}

.form-search {
  width: 272px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 1199px) {
  .form-search {
    width: 250px;
  }
}
.form-search .text-input {
  color: #112c4f;
  background: transparent;
  border: 0;
  padding: 11px 55px 9px 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #112c4f;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1023px) {
  .form-search .text-input {
    padding-right: 45px;
  }
}
.form-search .text-input:focus {
  box-shadow: none;
  outline: none;
}
.form-search .text-input::placeholder {
  color: #112c4f;
  opacity: 1;
}
.form-search .btn-search {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .form-search .btn-search {
    right: 4px;
  }
}
.form-search .btn-search img {
  width: 28px;
}
@media (max-width: 1023px) {
  .form-search .btn-search img {
    width: 20px;
    height: 20px;
  }
}
.form-search .btn-search:hover {
  opacity: 0.6;
}

/* Visual Block */
.visual-block {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .visual-block {
    min-height: 700px;
  }
}
@media (max-width: 1023px) {
  .visual-block {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .visual-block {
    min-height: 350px;
  }
}
.visual-block .container {
  width: 100%;
  max-width: 1280px;
}
.visual-block h1 {
  font-size: 90px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #112c4f;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 8px 10px 2px;
  text-align: center;
}
@media (max-width: 1439px) {
  .visual-block h1 {
    font-size: 82px;
  }
}
@media (max-width: 1199px) {
  .visual-block h1 {
    font-size: 66px;
  }
}
@media (max-width: 1023px) {
  .visual-block h1 {
    font-size: 50px;
    padding: 10px 10px 6px;
  }
}
@media (max-width: 767px) {
  .visual-block h1 {
    font-size: 32px;
    padding: 14px 10px 10px;
  }
}
@media (max-width: 425px) {
  .visual-block h1 {
    font-size: 20px;
    padding: 14px 10px 10px;
  }
}
.visual-block h2 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  background: #991b1e;
  text-transform: none;
  text-align: center;
  padding: 10px;
}
@media (max-width: 1439px) {
  .visual-block h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .visual-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .visual-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .visual-block h2 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .visual-block h2 {
    font-size: 19px;
  }
}
@media (max-width: 425px) {
  .visual-block h2 {
    font-size: 13px;
  }
}

.about-block {
  overflow: hidden;
  padding: 100px 0 160px;
}
@media (max-width: 1439px) {
  .about-block {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .about-block {
    padding: 75px 0;
  }
}
@media (max-width: 1023px) {
  .about-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .about-block {
    padding: 40px 0;
  }
}
.about-block .tagline {
  background: #112c4f;
  color: #fff;
  font-size: 55px;
  line-height: 1.273;
  padding: 45px 9999px;
  margin: 0 -9999px 175px;
}
@media (max-width: 1599px) {
  .about-block .tagline {
    font-size: 40px;
  }
}
@media (max-width: 1439px) {
  .about-block .tagline {
    margin-bottom: 100px;
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .about-block .tagline {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .about-block .tagline {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about-block .tagline {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}

.section-header {
  overflow: hidden;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 40px;
}
@media (max-width: 1599px) {
  .section-header {
    font-size: 40px;
  }
}
@media (max-width: 1439px) {
  .section-header {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .section-header {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-header {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}
.section-header h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
  color: #112c4f;
  margin: 0 0 50px;
}
@media (max-width: 1599px) {
  .section-header h2 {
    font-size: 85px;
  }
}
@media (max-width: 1439px) {
  .section-header h2 {
    font-size: 75px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1199px) {
  .section-header h2 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  .section-header h2 {
    font-size: 48px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 36px;
    margin: 0 0 20px;
  }
}
.section-header h2:last-child {
  margin-bottom: 0;
}
.section-header p {
  margin: 0 0 25px;
}
.section-header p:last-child {
  margin-bottom: 0;
}

.programs-list {
  list-style: none;
  padding: 0;
  margin: -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 1439px) {
  .programs-list {
    margin: -7px;
  }
}
.programs-list li {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1439px) {
  .programs-list li {
    padding: 7px;
  }
}
@media (max-width: 1199px) {
  .programs-list li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .programs-list li {
    width: 100%;
  }
}

.program-box {
  overflow: hidden;
}
.program-box .title {
  display: block;
  color: #fff;
  text-align: center;
  background: #112c4f;
  font-weight: 600;
  line-height: 1.2;
  font-size: 25px;
  padding: 15px;
}
@media (max-width: 1599px) {
  .program-box .title {
    font-size: 21px;
  }
}
@media (max-width: 1439px) {
  .program-box .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .program-box .title {
    font-size: 16px;
  }
}
.program-box .image-holder {
  overflow: hidden;
  position: relative;
}
.program-box .image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.program-box .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1.6;
  padding: 40px 20px 20px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1599px) {
  .program-box .textbox {
    font-size: 17px;
    padding: 20px;
  }
}
@media (max-width: 1439px) {
  .program-box .textbox {
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .program-box .textbox {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .program-box .textbox {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .program-box .textbox {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .program-box .textbox {
    font-size: 14px;
  }
}
.program-box .textbox p {
  width: 100%;
  margin-bottom: 20px;
}
.program-box .textbox p:last-child {
  margin-bottom: 0;
}
.program-box:hover .textbox {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.team-block {
  overflow: hidden;
  color: #fff;
  background: #991b1e;
  padding: 150px 0 110px;
}
@media (max-width: 1439px) {
  .team-block {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .team-block {
    padding: 75px 0;
  }
}
@media (max-width: 1023px) {
  .team-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .team-block {
    padding: 40px 0;
  }
}
.team-block .section-header h2 {
  color: #fff;
}
@media (min-width: 1600px) {
  .team-block .section-header h2 {
    margin-bottom: 100px;
  }
}

.team-list {
  list-style: none;
  padding: 150px 0 0;
  margin: -70px -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 1599px) {
  .team-list {
    padding: 120px 0 0;
  }
}
@media (max-width: 1439px) {
  .team-list {
    padding-top: 90px;
    margin: -50px -15px;
  }
}
@media (max-width: 1199px) {
  .team-list {
    padding-top: 60px;
    margin: -25px -15px;
  }
}
@media (max-width: 1023px) {
  .team-list {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .team-list {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .team-list {
    padding-top: 0;
    margin: -15px;
  }
}
.team-list li {
  width: 33.333%;
  padding: 70px 20px;
}
@media (max-width: 1439px) {
  .team-list li {
    padding: 50px 15px;
  }
}
@media (max-width: 1199px) {
  .team-list li {
    width: 50%;
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .team-list li {
    width: 100%;
    padding: 15px;
  }
}

.team-box {
  overflow: hidden;
  text-align: center;
}
.team-box .image-holder {
  width: 319px;
  height: 319px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 38px;
}
@media (max-width: 1439px) {
  .team-box .image-holder {
    margin-bottom: 30px;
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 1023px) {
  .team-box .image-holder {
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .team-box .image-holder {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .team-box .image-holder {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
}
.team-box .image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.team-box .textbox {
  overflow: hidden;
  font-size: 36px;
  line-height: 1.222;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .team-box .textbox {
    font-size: 32px;
  }
}
@media (max-width: 1439px) {
  .team-box .textbox {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .team-box .textbox {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .team-box .textbox {
    font-size: 18px;
  }
}
.team-box h3 {
  margin: 0 0 3px;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .team-box h3 {
    font-size: 40px;
  }
}
@media (max-width: 1439px) {
  .team-box h3 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .team-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .team-box h3 {
    font-size: 22px;
  }
}
.team-box p {
  margin: 0;
}

.partners-block {
  overflow: hidden;
  padding: 145px 0;
}
@media (max-width: 1599px) {
  .partners-block {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .partners-block {
    padding: 75px 0;
  }
}
@media (max-width: 1023px) {
  .partners-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .partners-block {
    padding: 40px 0;
  }
}

.list-partners {
  list-style: none;
  padding: 0;
  margin: -30px -15px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .list-partners {
    margin: -25px -15px;
  }
}
@media (max-width: 767px) {
  .list-partners {
    margin: -15px;
  }
}
@media (max-width: 575px) {
  .list-partners {
    margin: -10px;
  }
}
.list-partners li {
  padding: 30px 15px;
  width: 20%;
}
@media (max-width: 1199px) {
  .list-partners li {
    width: 25%;
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .list-partners li {
    width: 33.333%;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .list-partners li {
    padding: 10px;
  }
}
.list-partners li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .list-partners li img {
    max-height: 120px;
  }
}
@media (max-width: 767px) {
  .list-partners li img {
    max-height: 75px;
  }
}

.footer {
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: #112c4f;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Source Sans 3", sans-serif;
}
.footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.footer a:hover {
  color: #fff;
}

.primary-footer {
  padding: 40px 0;
  position: relative;
}
.primary-footer:before, .primary-footer:after {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.primary-footer:before {
  background-image: url("../images/ucp_footer_bg.webp");
  width: 535px;
  height: 367px;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .primary-footer:before {
    width: 375px;
    height: 260px;
  }
}
.primary-footer:after {
  background-image: url("../images/footer-imagenew.webp");
  width: 456px;
  height: 348px;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .primary-footer:after {
    width: 350px;
    height: 300px;
  }
}
.primary-footer .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.primary-footer .footer-column {
  width: 28%;
}
@media (max-width: 1199px) {
  .primary-footer .footer-column {
    width: 29%;
  }
}
@media (max-width: 1023px) {
  .primary-footer .footer-column {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .primary-footer .footer-column {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .primary-footer .footer-column {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .primary-footer .footer-column:first-child {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .primary-footer .footer-column:first-child {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023px) {
  .primary-footer .footer-column:last-child {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .primary-footer .footer-column:last-child {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .primary-footer .footer-column:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.primary-footer .footer-title {
  color: #fff;
  display: block;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-logo {
  width: 239px;
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin: 0 0 20px;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.social-networks {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: flex;
  flex-flow: row wrap;
  font-size: 18px;
  line-height: 1;
  max-width: 310px;
}
@media (max-width: 1199px) {
  .social-networks {
    font-size: 16px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .social-networks {
    max-width: inherit;
  }
}
.social-networks li {
  padding: 5px;
}
.social-networks li a {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .social-networks li a {
    width: 40px;
    height: 40px;
  }
}
.social-networks li a:hover {
  color: #112c4f;
  background: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-links li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  font-size: 8px;
  margin: 0 5px 0 0;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  padding-left: 25px;
  margin-bottom: 3px;
}
.contact-list li i {
  width: 20px;
  margin-left: -20px;
  text-align: center;
}

.secondary-footer {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .secondary-footer {
    text-align: center;
  }
}
.secondary-footer .container {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .secondary-footer .container {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.secondary-footer p {
  margin: 0;
}
.secondary-footer a {
  color: #fff;
}
.secondary-footer a:hover {
  opacity: 0.6;
}
.secondary-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 3%;
  display: flex;
}
@media (max-width: 767px) {
  .secondary-footer ul {
    width: 100%;
    margin: 0;
    padding: 15px 0 0;
    justify-content: center;
  }
}
.secondary-footer ul li {
  padding: 0 10px;
}
.secondary-footer ul li + li {
  border-left: 1px solid #64696e;
}
.secondary-footer .btn-back-top {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #112c4f;
  color: #ececec;
  padding: 9px 20px;
}
.secondary-footer .btn-back-top:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}