#footer-main {
  background-color: #113A4E;
  color: #FFFFFF;
  position: relative;
  padding-top: 5rem;
  z-index: 0;
}
#footer-main:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -8rem;
  background-image: url("/images/svg/graphics_2a.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}
@media (max-width: 575px) {
  #footer-main:before {
    top: auto;
    height: 9rem;
  }
}
#footer-main h5 {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
#footer-main .footer-main {
  line-height: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#footer-main .footer-main a {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 0.9rem;
  text-decoration: none;
}
#footer-main .footer-main a > span {
  color: #289FCB;
}
#footer-main .footer-main a:hover {
  color: #FFFFFF;
}
#footer-main .footer-main a:hover > span {
  color: #FFFFFF;
}
#footer-main .footer-main p {
  font-weight: 300;
  font-size: 0.9rem;
}
#footer-main .footer-main p a {
  text-decoration: underline;
}
#footer-main .footer-main p a:hover {
  font-weight: 300;
}
#footer-main .footer-main h3 > a {
  font-size: 1.55rem;
  font-weight: 600;
  color: #7CB9D0;
}
#footer-main .footer-main .text {
  color: #080709;
  font-size: 1rem;
  line-height: 1.1rem;
}
#footer-main .footer-main .text ul {
  padding: 0;
  list-style-type: none;
}
#footer-main .footer-main .text ul > li {
  font-size: 0.9rem;
  line-height: 1.7rem;
}
#footer-main .footer-main .copyright {
  color: #707070;
}
#footer-main a {
  font-weight: 400;
}
#footer-main a:hover {
  font-weight: 400;
}
#footer-main a.list {
  display: block;
}
#footer-main .copyright {
  background-color: #113A4E;
}
#footer-main .copyright1 {
  background-color: transparent;
}
#footer-main .copyright1 .container, #footer-main .copyright1 .row {
  background-color: transparent;
}
@media (max-width: 767px) {
  #footer-main .copyright1 .container .copyright .text-right.t-center, #footer-main .copyright1 .row .copyright .text-right.t-center {
    text-align: center;
  }
}
#footer-main .copyright1 .container .copyright:nth-child(2), #footer-main .copyright1 .row .copyright:nth-child(2) {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  #footer-main .copyright1 .container .copyright:nth-child(2), #footer-main .copyright1 .row .copyright:nth-child(2) {
    padding-left: 40vw;
  }
}
#footer-main .copyright div, #footer-main .copyright a, #footer-main .copyright1 div, #footer-main .copyright1 a {
  color: #FFFFFF;
  font-size: 0.8rem;
  background-color: transparent;
}
#footer-main .copyright div h6, #footer-main .copyright a h6, #footer-main .copyright1 div h6, #footer-main .copyright1 a h6 {
  font-weight: 300;
  font-size: 0.8rem;
}
#footer-main .copyright h5, #footer-main .copyright1 h5 {
  color: #707070;
  display: inline-block;
  font-weight: 300;
  font-size: 0.8rem;
}
#footer-main .copyright .inline li, #footer-main .copyright1 .inline li {
  display: inline-block;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.7rem;
}
#footer-main .copyright .inline li a, #footer-main .copyright .inline li h5, #footer-main .copyright1 .inline li a, #footer-main .copyright1 .inline li h5 {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #7CB9D0;
}
#footer-main .copyright .inline li a:hover, #footer-main .copyright .inline li h5:hover, #footer-main .copyright1 .inline li a:hover, #footer-main .copyright1 .inline li h5:hover {
  color: #EB1E23;
}
#footer-main .copyright .inline li a:last-child, #footer-main .copyright .inline li h5:last-child, #footer-main .copyright1 .inline li a:last-child, #footer-main .copyright1 .inline li h5:last-child {
  padding-right: 0;
}
#footer-main .copyright .social-icon, #footer-main .copyright1 .social-icon {
  font-size: 2rem;
  margin-left: 1rem;
  color: #FFFFFF;
}
#footer-main .copyright .social-icon:hover, #footer-main .copyright1 .social-icon:hover {
  color: #289FCB;
}

#cookie {
  color: #707070;
  background-color: #113A4E;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  right: 5%;
  padding: 0.5rem 2rem;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(110, 110, 152, 0.1);
  z-index: 999;
}
#cookie > button {
  float: right;
}

.inv {
  display: none;
}
