@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

#uni-footer {
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
}
#uni-footer .container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
}
#w #uni-footer a {
  transition:  300ms ease all;
  text-decoration:  none;
  color:  inherit;
}
#uni-footer p {
  font-size: 16px;
  line-height: 1.5;
}
#uni-footer h3 {
  /* font-family: 'Poppins', sans-serif; */
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
#uni-footer .uni-footer-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  transition: .3s ease-in-out all;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 12px;
  cursor: pointer;
  font-family:  inherit;
  text-transform:  inherit;
}
#w #uni-footer .uni-footer-btn-grey-border {
  color: #fff;
  color: rgba(255, 255, 255, .5);
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, .15);
}
#w #uni-footer .uni-footer-btn-grey-border:focus, #w #uni-footer .uni-footer-btn-grey-border:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  border-color: #fff;
  border-color: rgba(255, 255, 255, .75);
  color: #141414;
}
#uni-footer .partners {
  background-color: #2d2d2d;
  padding: 20px 0;
}
#uni-footer .partners .container {
  display: flex;
  align-items: center;
}
#uni-footer .partners p {
  margin: 0;
  font-size: 16px;
}
#uni-footer .partners .column {
  margin-right: 40px;
}
#uni-footer .partners .column:first-child {
  margin-right: 32px;
}
#uni-footer .partners .column:last-child {
  margin-right: 0;
}
#uni-footer .boxes {
  background-color: #2d2d2d;
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding: 32px 0 24px;
}
#uni-footer .boxes .container {
  display: flex;
}
#uni-footer .boxes .container .column {
  width: 33%;
  margin-left: 18px;
}
#uni-footer .boxes .container .column:first-child {
  margin-left: 0;
}
#uni-footer .boxes .box {
  border-radius: 8px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, .08);
  margin: 0;
  padding: 16px 15px;
  background-color: transparent;
}
#uni-footer .boxes .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#uni-footer .boxes .box .top h3 {
  margin: 0;
  padding: 0;
}
#uni-footer .boxes .listing {
  margin-top: 20px;
}
#uni-footer .boxes .listing a {
  display: flex;
  margin-top: 12px;
  align-items: center;
}
#uni-footer .boxes .listing a:first-child {
  margin-top: 0;
}
#uni-footer .boxes .listing a .image, #uni-footer .boxes .listing a .video {
  display: flex;
  border-radius: 8px;
  min-width: 116px;
  width: 116px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
#uni-footer .boxes .listing a .image img, #uni-footer .boxes .listing a .video img {
  transition: .3s ease-in-out all;
  max-width: 100%;
  max-height: 100%}
#uni-footer .boxes .listing a .video {
  position: relative;
}
#uni-footer .boxes .listing a .video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 50%;
  content: "";
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px 9px;
  background-image: url(/img/icon-footer-play.svg);
  transition: .3s ease-in-out all;
}
#uni-footer .boxes .listing a .audio:before {
  background-image: url(/img/icon-audio.svg);
  background-size: 16px 16px;
}
#uni-footer .boxes .listing a span {
  font-size: 16px;
  line-height: 1.2;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#w #uni-footer .boxes .listing a:focus, #w #uni-footer .boxes .listing a:hover {
  color: #fff;
  color: rgba(255, 255, 255, .5);
}
#uni-footer .boxes .listing a:focus .image img, #uni-footer .boxes .listing a:focus .video img, #uni-footer .boxes .listing a:hover .image img, #uni-footer .boxes .listing a:hover .video img {
  transform: scale(1.1);
}
#uni-footer .boxes .listing a:focus .video:before, #uni-footer .boxes .listing a:hover .video:before {
  opacity: .8;
}
#uni-footer .links {
  background-color: #282828;
  padding: 32px 0;
}
#uni-footer .links .container {
  display: flex;
}
#uni-footer .links .tile {
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 24px;
  height: 60px;
}
#uni-footer .links .tile:focus, #uni-footer .links .tile:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15);
}
#uni-footer .links .tile span {
  font-size: 15px;
  font-weight: 500;
  margin-left: 18px;
  line-height: 1.28;
}
#uni-footer .links .tile:first-child {
  margin-left: 0;
}
#uni-footer .links .tiles {
  display: flex;
  width: 100%}
#uni-footer .links .tiles .item {
  margin-left: 24px;
  width: 100%}
#uni-footer .links .tiles .item:first-child {
  margin-left: 0;
}
#uni-footer .links .socials {
  flex: 1 1;
  margin-left: 24px;
  display: flex;
}
#uni-footer .links .socials .tile {
  min-width: 60px;
  height: 60px;
  margin-left: 24px;
}
#uni-footer .links .socials .tile:first-child {
  margin-left: 0;
}
#uni-footer .copyright {
  padding: 28px 0;
  background-color: #242424;
  border-top: 1px solid rgba(20, 20, 20, .75);
}
#uni-footer .copyright .container {
  display: flex;
  justify-content: space-between;
}
#uni-footer .copyright ul {
  display: flex;
  margin: 0;
  padding: 0;
}
#uni-footer .copyright ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0 7px;
}
#uni-footer .copyright ul li:before {
  width: 1px;
  height: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  display: block;
  margin-right: 7px;
  content: ""}
#uni-footer .copyright ul li:first-child {
  margin-left: 0;
}
#uni-footer .copyright ul li:first-child:before {
  display: none;
}
#w #uni-footer .copyright a, #uni-footer .copyright p {
  font-size: 12px;
  line-height: 1.3333;
}
#uni-footer .copyright p {
  margin: 0;
  color: #fff;
  color: rgba(255, 255, 255, .5);
}
#w #uni-footer .copyright a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
#w #uni-footer .copyright a:focus, #w #uni-footer .copyright a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
#uni-footer .ctk {
  padding: 20px 0;
  background-color: #242424;
  border-top: 1px solid rgba(255, 255, 255, .05);
  color: #fff;
  color: rgba(255, 255, 255, .5);
  text-align: center;
}
#uni-footer .ctk p {
  font-size: 12px;
  line-height: 1.6;
  max-width: 654px;
  margin: 0 auto;
}
#uni-footer.uni-footer--white .partners {
  background-color: #ececf4;
  color: #141414;
}
@media (max-width:1199px) {
  #uni-footer .links .tiles .item {
  margin-left: 16px;
}
#uni-footer .links .socials {
  margin-left: 16px;
}
#uni-footer .links .socials .tile {
  margin-left: 16px;
}
}

#popup-newsletter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #141414;
  background-color: rgba(20, 20, 20, .75);
  display: none;
  justify-content: center;
  overflow: auto;
  padding: 56px 10px 10px;
}
#popup-newsletter .uni-footer-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  transition: .3s ease-in-out all;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 12px;
  cursor: pointer;
  font-family:  inherit;
}
#w #popup-newsletter .uni-footer-btn-blue {
  background-color: #0277bd;
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  border: none;
  text-transform:  inherit;
}
#w #popup-newsletter .uni-footer-btn-blue:focus, #w #popup-newsletter .uni-footer-btn-blue:hover {
  background-color: #01578b;
}
#popup-newsletter.show {
  display: flex;
}
#popup-newsletter .modal {
  position: relative;
  width: 400px;
  max-width: 100%}
#popup-newsletter .modal>.main {
  background: #fff;
  padding: 48px 24px 48px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #141414;
}
#popup-newsletter .modal>.main h3 {
  margin-top: 18px;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 36px;
  font-weight: 600;
}
#popup-newsletter .modal>.main p {
  /* font-family: 'Poppins', sans-serif; */ 
  font-size: 14px;
  line-height: 1.4;
  max-width: 298px;
  margin: 10px auto 0;
  color: #141414;
  color: rgba(20, 20, 20, .75);
}
#popup-newsletter .modal>.main form {
  margin-top: 46px;
}
#popup-newsletter .modal>.main .row {
  margin-top: 24px;
}
#popup-newsletter .modal>.main .row:first-child {
  margin-top: 0;
}
#popup-newsletter .modal>.main .input {
  position: relative;
  border: 1px solid #141414;
  border: 1px solid rgba(20, 20, 20, .08);
  border-radius: 8px;
}
#popup-newsletter .modal>.main .input input, #popup-newsletter .modal>.main .input select, #popup-newsletter .modal>.main .input textarea {
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: transparent;
  padding: 18px 14px;
  color: #141414;
  font-size: 14px;
}
#popup-newsletter .modal>.main .input input::-moz-placeholder, #popup-newsletter .modal>.main .input select::-moz-placeholder, #popup-newsletter .modal>.main .input textarea::-moz-placeholder {
  color: #141414;
  color: rgba(20, 20, 20, .75);
}
#popup-newsletter .modal>.main .input input:-ms-input-placeholder, #popup-newsletter .modal>.main .input select:-ms-input-placeholder, #popup-newsletter .modal>.main .input textarea:-ms-input-placeholder {
  color: #141414;
  color: rgba(20, 20, 20, .75);
}
#popup-newsletter .modal>.main .input input::placeholder, #popup-newsletter .modal>.main .input select::placeholder, #popup-newsletter .modal>.main .input textarea::placeholder {
  color: #141414;
  color: rgba(20, 20, 20, .75);
}
#popup-newsletter .modal>.main .input input:-webkit-autofill, #popup-newsletter .modal>.main .input input:-webkit-autofill:active, #popup-newsletter .modal>.main .input input:-webkit-autofill:focus, #popup-newsletter .modal>.main .input input:-webkit-autofill:hover, #popup-newsletter .modal>.main .input select:-webkit-autofill, #popup-newsletter .modal>.main .input select:-webkit-autofill:active, #popup-newsletter .modal>.main .input select:-webkit-autofill:focus, #popup-newsletter .modal>.main .input select:-webkit-autofill:hover, #popup-newsletter .modal>.main .input textarea:-webkit-autofill, #popup-newsletter .modal>.main .input textarea:-webkit-autofill:active, #popup-newsletter .modal>.main .input textarea:-webkit-autofill:focus, #popup-newsletter .modal>.main .input textarea:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#popup-newsletter .modal>.main .input input:disabled, #popup-newsletter .modal>.main .input select:disabled, #popup-newsletter .modal>.main .input textarea:disabled {
  background-color: #141414;
  background-color: rgba(20, 20, 20, .75);
}
#popup-newsletter .modal>.main .input--with-label label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  font-size: 14px;
  color: #141414;
  color: rgba(20, 20, 20, .75);
}
#popup-newsletter .modal>.main .input--with-label.input--textarea label {
  top: 10px;
  transform: translateY(0);
}
#popup-newsletter .modal>.main .input--with-label-filled label {
  top: 0;
  left: 10px;
  transform: translate(0, -50%);
  color: #141414;
  color: rgba(20, 20, 20, .75);
  background-color: #fff;
  padding: 0 4px;
  font-weight: 300;
  font-size: 12px;
}
#popup-newsletter .modal>.main .input--error {
  border-color: red;
}
#popup-newsletter .modal>.main .input--error label {
  color: red;
}
#popup-newsletter .modal>.main .uni-footer-btn-blue {
  width: 100%}
#popup-newsletter .modal .uni-footer-btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background-image: url(/img/icon-cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #141414;
  background-color: rgba(20, 20, 20, .08);
  border-radius: 50%}
#popup-newsletter .modal .uni-footer-btn-close:focus, #popup-newsletter .modal .uni-footer-btn-close:hover {
  background-color: #141414;
  background-color: rgba(20, 20, 20, .15);
}
@media (max-width:479px) {
  #popup-newsletter .modal>.main {
  padding: 36px 16px 24px;
}
}