.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.footerMainContainer .footerMainRow, .footerMainContainer .footerBottomBar .footerBottomRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

.footerMainContainer .footerMainRow .leftSideFooter, .footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter {
  border-right-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border: none;
}

.footerMainContainer .footerMainRow, .footerMainContainer .footerBottomBar .footerBottomRow {
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border: none;
}

@font-face {
  font-family: tiemposHeadline-Black;
  src: url(../assets/font/TiemposHeadline-Black.ttf);
}

@font-face {
  font-family: tiemposHeadline-medium;
  src: url(../assets/fonts/TiemposHeadline-Medium.woff), url(../assets/fonts/TiemposHeadline-Medium.woff2);
}

@font-face {
  font-family: tiemposText-regular;
  src: url(../assets/fonts/TiemposText-Regular.woff);
}

@font-face {
  font-family: tiemposHeadline-light;
  src: url(../assets/fonts/TiemposHeadline-Light.ttf);
}

@font-face {
  font-family: tiemposHeadline-Medium;
  src: url(../assets/fonts/tiemposHeadline-Medium.woff);
}

@font-face {
  font-family: icons;
  src: url("../assets/fonts/icons.eot");
  src: url("../assets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/icons.woff") format("woff"), url("../assets/fonts/icons.ttf") format("truetype"), url("../assets/fonts/icons.svg#svgicons") format("svg");
}

.footerMainContainer {
  width: 100%;
  background: #f7f7f7;
}

.footerMainContainer .footerMainRow {
  max-width: 1160px;
  height: auto;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerMainRow {
    max-width: 992px;
  }
}

@media only screen and (max-width: 998px) {
  .footerMainContainer .footerMainRow {
    max-width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerMainRow {
    border: none;
  }
}

.footerMainContainer .footerMainRow .leftSideFooter {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerMainRow .leftSideFooter {
    border: none;
  }
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer {
  display: block;
  background: #fff;
  width: 600px;
  height: 475px;
  margin-top: 100px;
  margin-left: 100px;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer {
    width: 500px;
    height: 400px;
  }
}

@media only screen and (max-width: 998px) {
  .footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer {
    width: 80%;
    margin-left: auto;
    margin-right: 0px !important;
  }
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer p {
  margin-top: 10px;
  font-size: 15px;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm {
  margin-top: 60px;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm input[type=email]:focus-visible {
  outline: none;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm .sendBtn {
  margin-top: 70px;
  font-size: 14px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 2px;
  font-family: tiemposText-medium;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm .sendBtn .sendBtnIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e62612;
  position: relative;
  margin-left: 8px;
  top: 0px;
  margin-right: 5px;
  transition: 0.4s;
  transform: rotate(-45deg);
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm .sendBtn .sendBtnIcon .insideSendBtnIcon {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  margin-top: -1px;
  border-bottom-right-radius: 100%;
  margin-left: -1px;
  transition: 0.4s;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm .sendBtn:hover {
  color: #e62612;
  text-decoration: none;
  transition: 0.3s;
}

.footerMainContainer .footerMainRow .leftSideFooter .newsletterContainer .newsletterForm .sendBtn:hover .sendBtnIcon {
  margin-left: 20px;
  transition: 0.3s;
}

.footerMainContainer .footerMainRow .rightSideFooter {
  padding-left: 190px;
  padding-top: 110px;
}

@media only screen and (max-width: 998px) {
  .footerMainContainer .footerMainRow .rightSideFooter {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 870px) {
  .footerMainContainer .footerMainRow .rightSideFooter {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerMainRow .rightSideFooter {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerMainRow .rightSideFooter .footerContact {
    width: 40%;
    float: left;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerMainRow .rightSideFooter .footerContact {
    padding-left: 0px;
    width: 49%;
  }
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact h3 {
  font-family: tiemposHeadline-medium;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 70%;
  color: #222222;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact p {
  font-size: 14px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  margin-top: 20px;
  font-family: tiemposText-regular;
  display: block;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact a {
  font-size: 14px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  font-family: tiemposText-regular;
  display: block;
  margin: 30px 0px;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact .findUsLink {
  font-size: 14px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 1px;
  font-family: tiemposText-medium;
  text-transform: uppercase;
  transition: 0.3s;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact .findUsLink .iconArrowLink {
  font-size: 14px;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact .findUsLink:hover {
  color: #e62612;
  text-decoration: none;
  transition: 0.3s;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerContact .findUsLink:hover .iconArrowLink {
  margin-left: 20px;
  transition: 0.3s;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs {
    width: 40%;
    margin-top: 0px;
    float: right;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs {
    width: 49%;
  }
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

@media only screen and (max-width: 998px) {
  .footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer {
    width: 90%;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer {
    width: 100%;
  }
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #525252;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  transition: 0.4s;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon:hover {
  background: #525252;
  transition: 0.4s;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon:hover .icon {
  color: #f7f7f7;
  transition: 0.4s;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon .icon {
  color: #525252;
  font-size: 16px;
  font-style: normal;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon .iconTwitter:before {
  font-family: icons;
  content: "\EA33";
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon .iconYoutube {
  font-size: 18px;
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon .iconYoutube:before {
  font-family: icons;
  content: "\EA35";
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon .iconLinkedin:before {
  font-family: icons;
  content: "\EA28";
}

.footerMainContainer .footerMainRow .rightSideFooter .footerFollowUs .socialIconContainer .contactIcon .iconAnchor:before {
  font-family: icons;
  content: "\EA01";
}

.footerMainContainer .footerBottomBar {
  width: 100%;
  height: 100px;
  background: #fff;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerBottomBar {
    height: 70px;
  }
}

.footerMainContainer .footerBottomBar .footerBottomRow {
  width: 1160px;
  height: 100px;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerBottomBar .footerBottomRow {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerBottomBar .footerBottomRow {
    border: none;
  }
}

.footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter {
    border: none;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter {
    padding-left: 0px;
    border: none;
  }
}

.footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .copyright {
  display: flex;
}

.footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .copyright p {
  font-size: 12px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  margin-top: 20px;
  font-family: tiemposText-regular;
}

.footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .privacyPolicy {
  display: flex;
  margin-right: 65px;
  margin-left: auto;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .privacyPolicy {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .privacyPolicy {
    margin-right: -35px;
  }
}

.footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .privacyPolicy a {
  font-size: 12px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  font-family: tiemposText-regular;
}

.footerMainContainer .footerBottomBar .footerBottomRow .leftSideBottomFooter .privacyPolicy a:hover {
  text-decoration: none;
  color: #e62612;
}

.footerMainContainer .footerBottomBar .footerBottomRow .rightSideBottomFooter {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media only screen and (max-width: 1170px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .rightSideBottomFooter {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 544px) {
  .footerMainContainer .footerBottomBar .footerBottomRow .rightSideBottomFooter {
    padding-right: 0px;
  }
}

.footerMainContainer .footerBottomBar .footerBottomRow .rightSideBottomFooter .cookie {
  display: block;
  text-align: right;
}

.footerMainContainer .footerBottomBar .footerBottomRow .rightSideBottomFooter .cookie a {
  font-size: 12px;
  color: #525252;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  font-family: tiemposText-regular;
}

.footerMainContainer .footerBottomBar .footerBottomRow .rightSideBottomFooter .cookie a:hover {
  text-decoration: none;
  color: #e62612;
}
