@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.iw-footer {
  position: relative;
  z-index: 1000;
  background-color: #000000;
}
.iw-footer .footer-desktop-container {
  position: relative;
  width: 100%;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .iw-footer .footer-desktop-container {
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.iw-footer .footer-mobile-container {
  margin-bottom: 20px;
  display: none !important;
}
.iw-footer .footer-mobile-container .iw-footer-top {
  display: flex;
  width: 100%;
}
.iw-footer .footer-mobile-container .iw-footer-top .iw-footer-top-text {
  position: relative;
  width: 100%;
  margin-left: 65px;
}
@media screen and (max-width: 428px) {
  .iw-footer .footer-mobile-container .iw-footer-top .iw-footer-top-text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 373px) {
  .iw-footer .footer-mobile-container .iw-footer-top .iw-footer-top-text {
    margin-left: 15px;
  }
}
.iw-footer .footer-mobile-container .iw-footer-bottom {
  display: flex;
  width: 100%;
  margin-left: 30px;
}
.iw-footer a {
  text-decoration: none;
}
.iw-footer .iw-footer-logo {
  width: 9%;
  margin-right: 2%;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .iw-footer .iw-footer-logo {
    width: 18%;
  }
}
.iw-footer .copyright {
  width: 20%;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .iw-footer .copyright {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .iw-footer .copyright {
    width: 75%;
  }
}
.iw-footer .copyright p {
  position: relative;
  color: #615f58;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "ConduitBlack", Helvetica, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 870px) {
  .iw-footer .copyright p {
    font-size: 13px;
  }
}
@media screen and (max-width: 692px) {
  .iw-footer .copyright p {
    top: 0;
  }
}
.iw-footer .footer-links {
  width: 21%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .iw-footer .footer-links {
    width: 100%;
    margin: 20px 0;
  }
}
.iw-footer .footer-links ul {
  position: relative;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .iw-footer .footer-links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}
.iw-footer .footer-links ul li {
  margin-right: 35px;
}
@media screen and (max-width: 980px) {
  .iw-footer .footer-links ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 784px) {
  .iw-footer .footer-links ul li {
    margin-right: 15px;
  }
}
.iw-footer .footer-links ul li a,
.iw-footer .footer-links ul li #ot-sdk-btn.ot-sdk-show-settings,
.iw-footer .footer-links ul li #ot-sdk-btn.optanon-show-settings {
  color: #615f58;
  font-family: "ConduitBlack", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.iw-footer .footer-links ul li.privacy-check {
  margin-right: 55px;
}
@media screen and (max-width: 768px) {
  .iw-footer .footer-images {
    width: 100%;
  }
}
@media screen and (max-width: 692px) {
  .iw-footer .footer-images {
    position: relative;
  }
}
.iw-footer .footer-images ul {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .iw-footer .footer-images ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}
.iw-footer .footer-images ul li {
  padding-right: 15px;
}
@media screen and (max-width: 870px) {
  .iw-footer .footer-images ul li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 784px) {
  .iw-footer .footer-images ul li {
    padding-right: 5px;
  }
}
.iw-footer .footer-images ul li img {
  width: 65px;
  /*@media screen and (max-width: 870px) {
                        width: 65px;
                    }

                    @media screen and (max-width: 428px) {
                        width: 65px;
                    }*/
}
.iw-footer .footer-images ul li:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.iw-footer .footer-images ul li:nth-child(2) img {
  width: 145px;
}
.iw-footer .backtotop {
  position: relative;
}
@media screen and (max-width: 768px) {
  .iw-footer .backtotop {
    margin-top: 20px;
  }
}
.iw-footer .backtotop a {
  position: relative;
  color: #a4a195;
  font-family: "ConduitBlack", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 692px) {
  .iw-footer .backtotop a {
    font-size: 20px;
    color: #615f58;
  }
}
@media screen and (max-width: 581px) {
  .iw-footer .backtotop a {
    font-size: 18px;
  }
}
@media screen and (max-width: 502px) {
  .iw-footer .backtotop a {
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .iw-footer .backtotop a {
    font-size: 13px;
  }
}
@media screen and (max-width: 373px) {
  .iw-footer .backtotop a {
    font-size: 11px;
  }
}
