* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  /*(For Firefox)*/
  -webkit-font-smoothing: antialiased;
  /*(For Chrome and Safari)*/
}
*:focus {
  outline: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Barlow";
}
body h2 {
  text-transform: uppercase;
  color: #1d6680;
  font-size: clamp(32px, 4vw, 72px);
  text-align: center;
  font-family: "minion-pro";
  margin-top: 90px;
  margin-bottom: 10px;
}
body hr {
  width: 200px;
  height: 4px;
  border: none;
  background-color: #1d6680;
  display: block;
  margin: 0 auto 30px;
}
body .c-body {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.3;
  padding: 0 30px;
}
body .c-body p {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.3;
}
body .c-body strong {
  font-style: italic;
}

.c-main {
  position: relative;
  z-index: 4;
}

.c-page {
  position: relative;
  padding-top: 80px;
}

.c-page_bg {
  opacity: 0.47;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.c-header {
  position: relative;
  z-index: 2;
}
.c-header img {
  display: table;
  margin: 0 auto;
}

.c-header_logo {
  width: 40%;
  height: auto;
  min-width: 300px;
}

.c-mediabubbles {
  display: table;
  margin: 100px auto 0;
}

.c-mediabubbles_bubbles {
  mix-blend-mode: darken;
  margin-bottom: -75px;
  position: relative;
  z-index: 5;
}

.c-mediabubbles_media {
  display: table;
  margin: 0 auto;
}

.c-footer {
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.c-footer p {
  font-family: "Barlow";
  font-size: clamp(12px, 3vw, 16px);
}
.c-footer p a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s color ease-in-out;
}
.c-footer p a:hover {
  color: #1d6680;
}

.c-prefooter {
  background-color: #dddddd;
}

.c-prefooter_wrap {
  max-width: 1250px;
  display: table;
  margin: 0 auto;
  padding: 30px 15px 45px;
}
.c-prefooter_wrap h3 {
  margin: 0 auto 15px;
  display: table;
  text-transform: uppercase;
  color: #1d6680;
  font-weight: bold;
  font-size: clamp(24px, 3vw, 32px);
  font-family: "minion-pro";
}

.c-prefooter_cols {
  display: flex;
  flex-wrap: wrap;
}

.c-prefooter_col {
  padding: 0 30px;
}
.c-prefooter_col:first-of-type {
  padding-left: 0;
}
.c-prefooter_col:nth-child(2) {
  border-left: 1px solid #1d6680;
  border-right: 1px solid #1d6680;
}
.c-prefooter_col:last-of-type {
  padding-right: 0;
}
.c-prefooter_col h4 {
  margin: 0;
  color: #1d6680;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 24px);
  font-family: "minion-pro";
  letter-spacing: -1px;
}
.c-prefooter_col ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-prefooter_col ul li img {
  margin-top: 5px;
  display: table;
  opacity: 1;
  transition: 0.4s opacity ease-out;
}
.c-prefooter_col ul li a {
  color: #000;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 18px);
  text-decoration: none;
  transition: 0.4s color ease-out;
}
.c-prefooter_col ul li a:hover {
  color: #1d6680;
}
.c-prefooter_col ul li a:hover img {
  opacity: 0.5;
}

.c-btn {
  background-color: #1d6680;
  color: #fff;
  font-size: clamp(18px, 4vw, 26px);
  font-weight: bold;
  border-radius: 16px;
  padding: 25px 35px;
  text-decoration: none;
  display: table;
  margin: 60px auto 100px;
  filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.15));
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line for extra assurance */
  border: 0;
}

.u-fade,
.u-fadebottom,
.u-fadetop {
  opacity: 0;
}

@media (max-width: 1000px) {
  .c-prefooter_col {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .c-prefooter_col:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #1d6680;
    border-bottom: 1px solid #1d6680;
    padding: 5px 0 15px;
    margin: 30px 0;
  }
  .c-prefooter_col:first-of-type, .c-prefooter_col:last-of-type {
    padding: 0;
  }
  .c-prefooter_col ul li a img {
    margin: 15px auto 0;
  }
}

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