/*  Top Header
-----------------------------------*/
.keepintouch {
  float: left;
  width: 100%;
  height: 530px;
  background-image: url("../img/keep-touch.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .keepintouch {
    height: auto;
    padding-bottom: 30px;
  }
}
.keepintouch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.keepintouch img {
  float: left;
  width: 100%;
}
.keepintouch .content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .keepintouch .content {
    position: relative;
  }
}
.keepintouch .content .title {
  float: left;
  width: 100%;
  margin-top: 30px;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 1.875em;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1112px) {
  .keepintouch .content .title {
    margin-top: 30px;
  }
}
.keepintouch .content .sub-text {
  float: left;
  width: 700px;
  margin-left: calc((100% - 700px) / 2);
  margin-top: 10px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 480px) {
  .keepintouch .content .sub-text {
    width: 100%;
    margin-left: 0;
  }
}
.keepintouch .content .form {
  float: left;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  margin-top: 30px;
}
.keepintouch .content .form .form-input {
  float: left;
  width: 100%;
}
.keepintouch .content .form .form-input.error {
  position: relative;
}
.keepintouch .content .form .form-input.error .input {
  border-bottom: solid 2px #af0000 !important;
}
.keepintouch .content .form .form-input.error .select {
  border-bottom: solid 2px #af0000 !important;
}
.keepintouch .content .form .form-input.error .textarea {
  border: 0;
  border-bottom: solid 2px #af0000 !important;
}
.keepintouch .content .form .form-input.error .select-drop {
  border: 0;
  border-bottom: solid 2px #af0000 !important;
}
.keepintouch .content .form .form-input.error .error-msg {
  display: block;
}
.keepintouch .content .form .form-input .error-msg {
  display: none;
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.8125em;
  font-weight: normal;
  color: #ff0000;
  position: absolute;
  bottom: 10px;
  left: 5px;
  transition: all 0.3s ease;
}
.keepintouch .content .form .form-input.sucess {
  position: relative;
}
.keepintouch .content .form .form-input.sucess .sucess-msg {
  display: block;
}
.keepintouch .content .form .form-input .sucess-msg {
  display: none;
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.8125em;
  font-weight: normal;
  color: #4a9902;
  position: absolute;
  bottom: 10px;
  left: 5px;
  transition: all 0.3s ease;
}
.keepintouch .content .form .form-input.keeptouch {
  position: relative;
}
.keepintouch .content .form .form-input.keeptouch.focus label {
  top: -10px;
  font-size: 12px;
}
.keepintouch .content .form .form-input.keeptouch label {
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 5px;
  transition: all 0.3s ease;
}
.keepintouch .content .form .form-input.keeptouch .input {
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #FFFFFF;
  margin-bottom: 30px;
}
.keepintouch .content .form .form-input.keeptouch .input input {
  background-color: transparent;
  color: #FFFFFF;
}
.keepintouch .content .form .form-input.keeptouch .select {
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% 19px;
  margin-bottom: 30px;
  background-color: transparent;
}
.keepintouch .content .form .form-input.keeptouch .select select {
  width: 106%;
  color: #FFFFFF;
}
.keepintouch .content .form .form-input.keeptouch .select select option {
  color: #000000;
}
.keepintouch .content .form .form-input.keeptouch .iagree {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.keepintouch .content .form .form-input.keeptouch .iagree .input-checkbox {
  float: left;
  width: auto;
  position: static;
}
.keepintouch .content .form .form-input.keeptouch .iagree .input-checkbox input[type="checkbox"] {
  display: none;
}
.keepintouch .content .form .form-input.keeptouch .iagree .input-checkbox input[type="checkbox"]:checked ~ span::after {
  content: "\2714";
  position: absolute;
  left: 5px;
  top: 1px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #000000;
}
.keepintouch .content .form .form-input.keeptouch .iagree .input-checkbox span {
  float: left;
  width: 20px;
  height: 20px;
  border: solid 1px #000000;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  margin-left: 0;
}
.keepintouch .content .form .form-input.keeptouch .iagree span {
  display: inline-block;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #f5f5f5;
  margin-left: 20px;
}
.keepintouch .content .form .form-input.keeptouch .iagree span a {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #f5f5f5;
  text-decoration: underline;
}
.keepintouch .content .form .form-input label {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}
.keepintouch .content .form .form-input .input {
  float: left;
  width: 100%;
  border: solid 1px #cccccc;
  position: relative;
}
.keepintouch .content .form .form-input .input input {
  float: left;
  width: 100%;
  border: 0;
  padding: 10px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  border-radius: 4px;
}
.keepintouch .content .form .form-input .input input:hover {
  outline: none;
}
.keepintouch .content .form .form-input .input input:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}
.keepintouch .content .form .form-input .input input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}
.keepintouch .content .form .form-input .select {
  float: left;
  width: 100%;
  border: solid 1px #cccccc;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%230' stroke='%230' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 98% 19px;
  background-color: #FFFFFF;
}
.keepintouch .content .form .form-input .select select {
  float: left;
  width: 103%;
  border: 0;
  color: #000000;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  background-color: transparent;
  padding: 12px 6px;
  -webkit-appearance: none;
}
.keepintouch .content .form .form-input .select select:hover {
  outline: none;
}
.keepintouch .content .form .sucess-msg {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: red;
}
.keepintouch .content .form .subscribe {
  width: 100%;
  margin-top: 25px;
  text-transform: uppercase;
  cursor: pointer;
}
.keepintouch .content .form .button {
  float: left;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  cursor: pointer;
  line-height: 45px;
  background-color: #cccccc;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}
.keepintouch .content .form .button.white {
  background-color: #FFFFFF;
  color: #cc4a22;
  padding-left: 5px;
  padding-right: 5px;
}
.keepintouch .content .form .button.white:hover {
  background-color: #cc4a22;
  color: #FFFFFF;
}
.keepintouch .content .form .button.primary {
  background-color: #cc4a22;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
.keepintouch .content .form .button.primary.do-net {
  background-color: #d04b02;
}
.keepintouch .content .form .button.primary.do-net:hover {
  background-color: #d04b02;
  color: #FFFFFF;
}
.keepintouch .content .form .button.primary:hover {
  background-color: #a83d1c;
  color: #FFFFFF;
}
.keepintouch .content .form .button.primary-o {
  border: solid 1px #cc4a22;
  color: #cc4a22;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
.keepintouch .content .form .button.primary-o:hover {
  background-color: #cc4a22;
  color: #FFFFFF;
}

footer {
  float: left;
  width: 100%;
  background-color: #8e7d6c;
  padding-top: 55px;
}
@media (max-width: 1112px) {
  footer.sticky-foot {
    padding-bottom: 85px;
    padding-top: 7px;
  }
}
@media (max-width: 1112px) {
  footer.form-sticky {
    padding-bottom: 88px;
    padding-top: 7px;
  }
}
@media (max-width: 480px) {
  footer.form-sticky {
    padding-bottom: 0px;
    padding-top: 7px;
  }
}
footer .footer-slot {
  float: left;
  width: 100%;
  margin-bottom: 36px;
  background-color: transparent;
}
@media (max-width: 1112px) {
  footer .footer-slot {
    padding-left: 120px;
    padding-right: 120px;
    /* margin-top: 40px; */
  }
}
@media (max-width: 834px) {
  footer .footer-slot {
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 0px;
    /* margin-top: 67px; */
  }
}
@media (max-width: 480px) {
  footer .footer-slot {
    padding-left: 20px;
    padding-right: 20px;
   /* margin-top: 67px; */
  }
}
footer .footer-slot .footer-block {
  float: left;
  width: calc(100% / 4);
}
@media (max-width: 1024px) {
  footer .footer-slot .footer-block {
    width: calc(100% / 3);
  }
  footer .footer-slot .footer-block:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  footer .footer-slot .footer-block {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-slot .footer-block:last-child {
    margin-top: 0;
  }
}
footer .footer-slot .footer-block .static-pages {
  float: left;
  width: 100%;
}
footer .footer-slot .footer-block .static-pages .page {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 27px;
  letter-spacing: 0.2px;
}
footer .footer-slot .footer-block .static-pages .page:hover {
  text-decoration: underline;
}
footer .footer-slot .footer-block .contact {
  float: left;
  width: 100%;
}
footer .footer-slot .footer-block .contact .title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
}
footer .footer-slot .footer-block .contact .address-box {
  float: left;
  width: 100%;
  margin-top: 20px;
}
footer .footer-slot .footer-block .contact .address-box .title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
}
footer .footer-slot .footer-block .contact .address-box .title .map-pin {
  float: left;
  width: 12px;
  height: 15px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14'%3e%3cpath fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M5.454 1.136a4.323 4.323 0 0 0-3.941 6.082c1.09 2.362 3.15 4.857 3.758 5.564a.24.24 0 0 0 .363 0c.608-.71 2.678-3.202 3.758-5.564a4.208 4.208 0 0 0 .379-1.762 4.323 4.323 0 0 0-4.317-4.32zm0 6.562a2.242 2.242 0 1 1 .005-4.483 2.242 2.242 0 0 1-.005 4.483z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-slot .footer-block .contact .address-box .address {
  float: left;
  width: 80%;
  margin-top: 5px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  font-style: normal;
}
footer .footer-slot .footer-block .contact .address-box .address p a {
  color: #FFFFFF;
}
footer .footer-slot .footer-block .contact .whatsapp-box {
  float: left;
  width: 100%;
  margin-top: 20px;
}
footer .footer-slot .footer-block .contact .whatsapp-box .title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
}
footer .footer-slot .footer-block .contact .whatsapp-box .title .phone-icon {
  float: left;
  width: 12px;
  height: 15px;
  margin-right: 10px;
}
footer .footer-slot .footer-block .contact .whatsapp-box .number {
  float: left;
  width: 250px;
  margin-top: 5px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-slot .footer-block .contact .whatsapp-box .number a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
}
footer .footer-slot .footer-block .contact .phone-box {
  float: left;
  width: 100%;
  margin-top: 20px;
}
footer .footer-slot .footer-block .contact .phone-box .title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
}
footer .footer-slot .footer-block .contact .phone-box .title .phone-icon {
  float: left;
  width: 12px;
  height: 15px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.595 10.39l-1.8-1.8a.942.942 0 0 0-1.329.024l-.564.564c-.186.186-.273.39-.528.249a9.081 9.081 0 0 1-2.193-1.584A8.181 8.181 0 0 1 4.762 6.01c-.183-.336-.315-.489-.036-.768l.381-.381.3-.3a.942.942 0 0 0 .024-1.329l-1.8-1.8a.942.942 0 0 0-1.329.024l-.522.495a2.955 2.955 0 0 0-.606 1.491C.949 5.434 1.852 7.243 4.3 9.7c3.399 3.39 6.135 3.135 6.252 3.123a3.051 3.051 0 0 0 1.491-.606l.516-.507a.945.945 0 0 0 .036-1.32zM7.978 3.553a4.128 4.128 0 0 1 2.124 2.226M8.5 2.2a5.682 5.682 0 0 1 2.925 3.063'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-slot .footer-block .contact .phone-box .number {
  float: left;
  width: 250px;
  margin-top: 5px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-slot .footer-block .contact .phone-box .number a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
}
footer .footer-slot .footer-block .apps {
  float: left;
  width: 100%;
}
footer .footer-slot .footer-block .apps .title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
}
footer .footer-slot .footer-block .apps .app-block {
  float: left;
  width: 100%;
  margin-top: 20px;
}
footer .footer-slot .footer-block .apps .app-block .android-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
footer .footer-slot .footer-block .apps .app-block .android-icon img {
  float: left;
  width: 100%;
}
footer .footer-slot .footer-block .apps .app-block .ios-icon {
  float: left;
  width: 40px;
  height: 40px;
}
footer .footer-slot .footer-block .apps .app-block .ios-icon img {
  float: left;
  width: 100%;
}
footer .footer-slot .footer-block .social-pages {
  float: left;
  width: 100%;
}
footer .footer-slot .footer-block .social-pages .title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
}
footer .footer-slot .footer-block .social-pages .social-block {
  float: left;
  width: 100%;
  margin-top: 20px;
}
footer .footer-slot .footer-block .social-pages .social-block .facebook {
  float: left;
  width: 7px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='14' viewBox='0 0 7 14'%3e%3cdefs%3e%3cpath id='a' d='M4.655 14H1.55V7H0V4.586h1.551V3.139C1.551 1.17 2.426 0 4.915 0h2.07v2.413H5.692c-.968 0-1.032.337-1.032.966l-.005 1.208H7l-.275 2.412h-2.07V14z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h7v14H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 22px;
}
footer .footer-slot .footer-block .social-pages .social-block .twitter {
  float: left;
  width: 17px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='14' viewBox='0 0 17 14'%3e%3cdefs%3e%3cpath id='a' d='M14.997 2.213A3.527 3.527 0 0 0 16.53.26a6.923 6.923 0 0 1-2.215.857A3.455 3.455 0 0 0 11.769 0C9.844 0 8.283 1.582 8.283 3.534c0 .277.029.547.089.805C5.474 4.19 2.905 2.786 1.183.646c-.3.524-.472 1.13-.472 1.778 0 1.225.616 2.307 1.552 2.942a3.465 3.465 0 0 1-1.58-.442v.044c0 1.712 1.2 3.141 2.798 3.465a3.37 3.37 0 0 1-.92.124c-.224 0-.444-.021-.655-.063.443 1.404 1.731 2.427 3.258 2.454A6.94 6.94 0 0 1 0 12.413 9.784 9.784 0 0 0 5.346 14c6.416 0 9.923-5.385 9.923-10.056a9.89 9.89 0 0 0-.01-.457A7.117 7.117 0 0 0 17 1.657a6.893 6.893 0 0 1-2.003.556z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h17v14H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 22px;
}
footer .footer-slot .footer-block .social-pages .social-block .linkedin {
  float: left;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3e%3cdefs%3e%3cpath id='a' d='M.353 4.49h2.729V14H.353V4.49zM1.648 3.3h-.02C.64 3.3 0 2.573 0 1.652 0 .712.66 0 1.667 0c1.007 0 1.626.71 1.645 1.65 0 .92-.638 1.65-1.664 1.65zM14 14h-3.094V9.078c0-1.288-.484-2.167-1.549-2.167-.814 0-1.266.593-1.477 1.166-.08.204-.067.49-.067.777V14H4.748s.04-8.718 0-9.51h3.065v1.492c.181-.653 1.16-1.584 2.724-1.584C12.477 4.398 14 5.767 14 8.71V14z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h14v14H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
}
footer .footer-slot .footer-block .social-pages .social-block .pinterest {
  float: left;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3e%3cdefs%3e%3cpath id='a' d='M0 7a7 7 0 0 0 4.191 6.411c-.02-.488-.004-1.075.121-1.607l.901-3.815s-.224-.447-.224-1.107c0-1.038.602-1.812 1.35-1.812.637 0 .945.478.945 1.05 0 .641-.408 1.599-.618 2.485-.176.743.372 1.348 1.104 1.348 1.327 0 2.22-1.703 2.22-3.722 0-1.533-1.033-2.682-2.913-2.682-2.123 0-3.446 1.584-3.446 3.352 0 .61.18 1.04.46 1.373.13.153.149.215.102.391l-.142.562c-.047.177-.19.24-.351.175-.978-.4-1.433-1.471-1.433-2.674 0-1.99 1.676-4.374 5.002-4.374 2.673 0 4.432 1.935 4.432 4.01 0 2.747-1.527 4.798-3.777 4.798-.756 0-1.466-.408-1.71-.873 0 0-.407 1.613-.493 1.925-.148.539-.439 1.078-.704 1.499A7 7 0 1 0 0 7z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h14v14H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
}
footer .footer-slot .footer-block .social-pages .social-block .youtube {
  float: left;
  width: 20px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='14' viewBox='0 0 20 14'%3e%3cdefs%3e%3cpath id='a' d='M19.876 10.564V3.436S19.876 0 16.45 0H3.424S0 0 0 3.436v7.128S0 14 3.424 14h13.027s3.425 0 3.425-3.436m-6.08-3.554L7.29 10.843V3.176l6.507 3.834'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h20v14H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 21px;
}
footer .footer-slot .footer-block .social-pages .social-block .instagram {
  float: left;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3e%3cdefs%3e%3cpath id='a' d='M11.294 0H2.706A2.709 2.709 0 0 0 0 2.706v8.588A2.709 2.709 0 0 0 2.706 14h8.588A2.709 2.709 0 0 0 14 11.294V2.706A2.709 2.709 0 0 0 11.294 0zm.777 1.614l.31-.001v2.373l-2.367.007-.008-2.373 2.065-.006zM5.002 5.563A2.46 2.46 0 0 1 7 4.536c.822 0 1.55.406 1.998 1.027.292.405.466.9.466 1.437A2.467 2.467 0 0 1 7 9.464 2.467 2.467 0 0 1 4.536 7c0-.537.175-1.032.466-1.437zm7.634 5.731c0 .74-.602 1.342-1.342 1.342H2.706c-.74 0-1.342-.602-1.342-1.342V5.563h2.09A3.8 3.8 0 0 0 3.173 7 3.833 3.833 0 0 0 7 10.828 3.833 3.833 0 0 0 10.828 7c0-.508-.102-.993-.282-1.437h2.09v5.731z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h14v14H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-bottom-slot {
  float: left;
  width: 100%;
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  padding-top: 23px;
  padding-left: calc((100% - 1112px) / 2);
  padding-right: calc((100% - 1112px) / 2);
  padding-bottom: 23px;
  background-color: #0a0a1f;
}
@media (max-width: 1112px) {
  footer .footer-bottom-slot {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 834px) {
  footer .footer-bottom-slot {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom-slot {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
  }
}
footer .footer-bottom-slot .page-link {
  float: left;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 50px;
}
@media (max-width: 480px) {
  footer .footer-bottom-slot .page-link {
    margin-bottom: 11px;
    width: 100%;
    text-align: center;
  }
}
footer .footer-bottom-slot .footer-blog {
  width: 187px;
  float: right;
}
@media (max-width: 480px) {
  footer .footer-bottom-slot .footer-blog {
    width: 100%;
  }
}
footer .footer-bottom-slot .footer-blog .privacy-policy {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 480px) {
  footer .footer-bottom-slot .footer-blog .privacy-policy {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
footer .footer-bottom-slot .footer-blog .tnc {
  float: right;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 25px;
}
@media (max-width: 480px) {
  footer .footer-bottom-slot .footer-blog .tnc {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

.white-traparent {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  overflow: auto;
  transition: all 0.3s ease;
}
.white-traparent .close-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}

.signin {
  display: none;
  position: absolute;
  width: 570px;
  min-height: 600px;
  background-color: #FFFFFF;
  z-index: 11;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  left: calc((100% - 570px) / 2);
  top: 100px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .signin {
    width: calc(100% - 20px);
    left: 10px;
    padding: 20px;
    top: 10px;
  }
}
.signin .cancel {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cpath id='a' d='M12 10.586l6.293-6.293a1 1 0 0 1 1.414 1.414L13.414 12l6.435 6.435a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 1 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3e%3c/defs%3e%3cuse fill='%230' fill-rule='nonzero' xlink:href='%23a'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.signin .account-access-pop {
  float: left;
  width: 100%;
  display: none;
}

.loader-login {
  display: none;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 99;
}

.loader-login img {
  width: 50px;
  height: 50px;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: none;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
}

.popup {
  width: 100%;
  height: 100vh;
  float: left;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
}
.popup .black-transparent {
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  display: none;
}
.popup .archive-popup {
  width: 475px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 35px 26px 45px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .popup .archive-popup {
    top: 30%;
    width: 480px;
    padding: 25px 40px 36px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .popup .archive-popup {
    width: 281px;
    padding: 25px 40px 36px;
    display: block;
    border-radius: 6px;
  }
}
@media (max-width: 480px) {
  .popup .archive-popup {
    width: 281px;
    padding: 25px 20px 15px;
    display: block;
    border-radius: 6px;
  }
}
.popup .archive-popup .close {
  width: 21px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cpath id='a' d='M12 10.586l6.293-6.293a1 1 0 0 1 1.414 1.414L13.414 12l6.435 6.435a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 1 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3e%3c/defs%3e%3cuse fill='%230b0c7c' fill-rule='nonzero' xlink:href='%23a'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 35px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .popup .archive-popup .close {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .popup .archive-popup .close {
    right: 21px;
  }
}
@media (max-width: 767px) {
  .popup .archive-popup .close {
    top: 26px;
  }
}
.popup .archive-popup .subtitle {
  width: 100%;
  float: left;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.2px;
  line-height: 30px;
  text-align: left;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .popup .archive-popup .subtitle {
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .popup .archive-popup .subtitle {
    line-height: 24px;
    margin-top: 48px;
    margin-bottom: 0px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .popup .archive-popup .subtitle {
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
}
.popup .archive-popup .para {
  width: 100%;
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .popup .archive-popup .para {
    margin-bottom: 22px;
    padding: 0 34px 0;
  }
}
@media (max-width: 767px) {
  .popup .archive-popup .para {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .popup .archive-popup .para {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.popup .archive-popup .para:nth-child(4) {
  margin-top: 0px !important;
  margin-bottom: 27px !important;
}
.popup .archive-popup .archive-btn {
  float: left;
  width: 100%;
  padding-left: calc((100% - 160px) / 2);
  padding-right: calc((100% - 160px) / 2);
}
.popup .archive-popup .archive-btn .yes-btn {
  float: none !important;
  width: 160px;
  margin-top: 0px;
  border: 0;
  display: inline-block;
  background-color: #cc4a22 !important;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  cursor: pointer;
  line-height: 45px;
  border-radius: 6px;
}
.popup .archive-popup .archive-btn .cancl-btn {
  float: none !important;
  width: 160px;
  margin-top: 0px;
  border: 0;
  display: inline-block;
  background-color: transparent !important;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #cc4a22 !important;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  cursor: pointer;
  line-height: 45px;
  border-radius: 6px;
}

footer .footer-slot .footer-block .apps .app-download{
    display: flex;
    gap: 10px;
    align-items: center;
} 

footer .footer-slot .footer-block .apps .app-download span{
    max-width: 121px;
    font-size: 15px;
}

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