.container {
  max-width: 1520px !important;
}

main.main-wrapper.for-companies section.section1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section1 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section1 {
    padding-top: 30px;
  }
}
main.main-wrapper.for-companies section.section1 div.container h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1400px) and (min-width: 992px) {
  main.main-wrapper.for-companies section.section1 div.container h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section1 div.container h1 {
    font-size: 24px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section1 div.container h1 {
    font-size: 23px;
  }
}
main.main-wrapper.for-companies section.section1 div.container h3 {
  font-size: 35px;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1400px) and (min-width: 992px) {
  main.main-wrapper.for-companies section.section1 div.container h3 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section1 div.container h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
main.main-wrapper.for-companies section.section1 div.container p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section1 div.container p {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section1 div.container div.btns-wrapper a {
  font-weight: 700;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  flex: 0;
}
main.main-wrapper.for-companies section.section1 div.container div.btns-wrapper a.btn-light {
  background: none !important;
  color: var(--figmaBlue);
  width: auto;
}
main.main-wrapper.for-companies section.section1 div.container div.btns-wrapper a.btn-light:hover {
  color: var(--red);
}
main.main-wrapper.for-companies section.section1 div.container div.img-wrapper {
  text-align: center;
}
main.main-wrapper.for-companies section.section1 div.container div.img-wrapper img {
  width: 100%;
  max-width: 616px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section1 div.container div.img-wrapper img {
    margin-top: 20px;
  }
}
main.main-wrapper.for-companies section.section2 {
  padding-top: 25px;
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section2 {
    padding-bottom: 40px;
  }
}
main.main-wrapper.for-companies section.section2 div.container div.section-title {
  text-align: center;
}
main.main-wrapper.for-companies section.section2 div.container div.section-title strong {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section2 div.container div.section-title strong {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section2 div.container div.section-title strong {
    font-size: 19px;
    margin-bottom: 6px;
  }
}
main.main-wrapper.for-companies section.section2 div.container div.section-title strong span {
  color: var(--red);
}
main.main-wrapper.for-companies section.section2 div.container div.box-wrapper {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-title strong {
  font-size: 18px;
  font-weight: 600;
}
main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-img {
  text-align: right;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-img img {
    width: 50px;
  }
}
main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-text {
  padding-top: 24px;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-text {
    padding-top: 0px;
  }
}
main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section2 div.container div.box-wrapper div.box-text p {
    margin-top: 10px;
  }
}
main.main-wrapper.for-companies section.section3 {
  background: var(--dark_orange);
  padding-top: 25px;
  padding-bottom: 25px;
}
main.main-wrapper.for-companies section.section3 div.container div.text-wrapper {
  text-align: center;
}
main.main-wrapper.for-companies section.section3 div.container div.text-wrapper strong {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section3 div.container div.text-wrapper strong {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section3 div.container div.text-wrapper strong {
    font-size: 23px;
  }
}
main.main-wrapper.for-companies section.section4 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section4 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section4 {
    padding-top: 25px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section4 .row {
    flex-direction: column-reverse;
  }
}
main.main-wrapper.for-companies section.section4 div.container div.img-wrapper img {
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section4 div.container div.img-wrapper img {
    margin-top: 20px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section4 div.container div.img-wrapper img {
    margin-top: 10px;
  }
}
main.main-wrapper.for-companies section.section4 div.container div.text-wrapper h3 {
  margin-top: 86px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section4 div.container div.text-wrapper h3 {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section4 div.container div.text-wrapper h3 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
main.main-wrapper.for-companies section.section4 div.container div.text-wrapper p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section4 div.container div.text-wrapper p {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section4 div.container div.text-wrapper strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  main.main-wrapper.for-companies section.section4 div.container div.text-wrapper strong {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section4 div.container div.text-wrapper strong {
    margin-top: 30px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section4 div.container div.text-wrapper strong {
    margin-top: 15px;
  }
}
main.main-wrapper.for-companies section.section4 div.container div.text-wrapper div.benefits div.benefit {
  margin-bottom: 19px;
  font-size: 15px;
}
main.main-wrapper.for-companies section.section4 div.container div.text-wrapper div.benefits div.benefit img {
  margin-right: 12px;
}
main.main-wrapper.for-companies section.section5 {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section5 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section5 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
main.main-wrapper.for-companies section.section5 div.container h4.section-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section5 div.container h4.section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section5 div.container h4.section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section5 div.container h4.section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section5 div.container h4.section-title {
    font-size: 21px;
    margin-top: 15px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section5 div.container h4.section-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 23px;
  }
}
main.main-wrapper.for-companies section.section5 div.container .lazy {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section5 div.container .lazy {
    margin-top: 40px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section5 div.container .lazy {
    margin-top: 35px;
  }
}
main.main-wrapper.for-companies section.section7 {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section7 {
    padding-top: 75px;
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section7 {
    padding-top: 50px;
  }
}
main.main-wrapper.for-companies section.section7 .custom-class-for-this {
  margin-left: 20px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section7 .row {
    flex-direction: column-reverse;
  }
}
main.main-wrapper.for-companies section.section7 div.container h3.section-title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section7 div.container h3.section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section7 div.container h3.section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container h3.section-title {
    margin-bottom: 30px;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper {
  position: relative;
  padding: 60px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px -3px rgba(3, 9, 50, 0.06);
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper {
    padding: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper {
    padding: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper {
    padding: 25px !important;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper img.ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 110px;
}
main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper h4.plan-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper h4.plan-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper ul.benefits {
  margin: 0;
  padding: 0;
}
main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper ul.benefits li {
  display: block;
  margin-bottom: 19px;
}
main.main-wrapper.for-companies section.section7 div.container div.left div.plan-wrapper ul.benefits li:last-of-type {
  margin-bottom: 0;
}
main.main-wrapper.for-companies section.section7 div.container div.right {
  padding-top: 70px;
  padding-left: 45px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section7 div.container div.right {
    padding-left: 20px;
    padding-top: 0px;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.right strong {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.right strong {
    font-size: 17px;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.right p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section7 div.container div.right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.right p {
    font-size: 16px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper {
    margin-top: -17px !important;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.claim {
  padding: 10px 20px;
  font-size: 19px;
  font-weight: 600;
  margin-right: 48px;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.claim {
    padding: 10px 6px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.claim {
    padding: 10px 6px;
    margin-right: 15px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.claim {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.claim i {
  margin-right: 10px;
}
main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.create {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.create {
    margin-top: 20px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.create {
    font-size: 15px;
  }
}
main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.create:hover {
  color: var(--red);
}
main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.create button {
  margin-left: 25px;
  border-radius: 12px;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section7 div.container div.right div.btns-wrapper a.create button {
    margin-left: 11px;
  }
}
main.main-wrapper.for-companies section.section5 div.checks-wrapper div.check-wrapper,
main.main-wrapper.for-companies section.section9 div.checks-wrapper div.check-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section5 div.checks-wrapper div.check-wrapper,
  main.main-wrapper.for-companies section.section9 div.checks-wrapper div.check-wrapper {
    margin-bottom: 0px !important;
  }
}
main.main-wrapper.for-companies section.section5 div.checks-wrapper div.check-wrapper strong,
main.main-wrapper.for-companies section.section9 div.checks-wrapper div.check-wrapper strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section5 div.checks-wrapper div.check-wrapper strong,
  main.main-wrapper.for-companies section.section9 div.checks-wrapper div.check-wrapper strong {
    font-size: 17px;
  }
}
main.main-wrapper.for-companies section.section5 div.checks-wrapper div.check-wrapper p,
main.main-wrapper.for-companies section.section9 div.checks-wrapper div.check-wrapper p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section5 div.checks-wrapper div.check-wrapper p,
  main.main-wrapper.for-companies section.section9 div.checks-wrapper div.check-wrapper p {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section5 div.checks-wrapper a.see-all,
main.main-wrapper.for-companies section.section9 div.checks-wrapper a.see-all {
  padding: 15px 30px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section5 div.checks-wrapper a.see-all,
  main.main-wrapper.for-companies section.section9 div.checks-wrapper a.see-all {
    width: 100%;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section5 div.checks-wrapper a.see-all,
  main.main-wrapper.for-companies section.section9 div.checks-wrapper a.see-all {
    margin-top: 5px;
  }
}
main.main-wrapper.for-companies section.section9 {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 1300px) {
  main.main-wrapper.for-companies section.section9 {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section9 {
    padding-top: 20px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section9 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
main.main-wrapper.for-companies section.section9 div.container h2.section-title {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section9 div.container h2.section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section9 div.container h2.section-title {
    margin-bottom: 22px;
  }
}
main.main-wrapper.for-companies section.section9 div.container h2.section-title span {
  color: var(--red);
}
main.main-wrapper.for-companies section.section9 div.container div.img-wrapper img {
  width: 100%;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section9 div.container div.img-wrapper img {
    margin-top: 20px;
  }
}
main.main-wrapper.for-companies section.section9 div.container div.checks-wrapper div.check-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section9 div.container div.checks-wrapper div.check-wrapper {
    margin-bottom: 10px;
  }
}
main.main-wrapper.for-companies section.section9 div.container div.checks-wrapper div.check-wrapper:last-of-type {
  margin-bottom: 0 !important;
}
main.main-wrapper.for-companies section.section10 {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section10 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
main.main-wrapper.for-companies section.section10 div.container h2.section-title {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section10 div.container h2.section-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
main.main-wrapper.for-companies section.section10 div.container h2.section-title span {
  color: var(--red);
}
main.main-wrapper.for-companies section.section10 div.container p.section-description {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section10 div.container p.section-description {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section10 div.container div.carousel-wrapper {
  margin-top: 50px;
}
main.main-wrapper.for-companies section.section10 div.container div.carousel-wrapper div.owl-stage-outer {
  padding-bottom: 40px;
}
main.main-wrapper.for-companies section.section10 div.container div.carousel-wrapper div.owl-dots {
  margin-top: -50px;
  z-index: 10;
}
main.main-wrapper.for-companies section.section10 div.container div.btn-wrapper-red {
  text-align: center;
  margin-top: 20px;
}
main.main-wrapper.for-companies section.section10 div.container div.btn-wrapper-red a {
  width: 100%;
  height: 59px;
  max-width: 309px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
main.main-wrapper.for-companies section.section11 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  main.main-wrapper.for-companies section.section11 {
    padding-top: 45px;
    padding-bottom: 85px;
  }
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section11 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section11 {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section11 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
main.main-wrapper.for-companies section.section11 div.container h2.section-title {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section11 div.container h2.section-title {
    margin-bottom: 17px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section11 div.container h2.section-title {
    font-size: 24px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section11 div.container h2.section-title {
    font-size: 21px;
  }
}
main.main-wrapper.for-companies section.section11 div.container h2.section-title span {
  color: var(--red);
}
main.main-wrapper.for-companies section.section11 div.container p.section-description {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section11 div.container p.section-description {
    font-size: 16px;
    margin-bottom: 0px !important;
  }
}
main.main-wrapper.for-companies section.section11 div.container div.btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section11 div.container div.btn-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section11 div.container div.btn-wrapper {
    margin-top: 35px;
  }
}
main.main-wrapper.for-companies section.section11 div.container div.btn-wrapper a {
  width: 100%;
  height: 59px;
  max-width: 245px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
main.main-wrapper.for-companies section.section11 div.container div.providers-wrapper {
  margin-top: 25px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section11 div.container div.providers-wrapper {
    margin-top: 9px;
  }
}
main.main-wrapper.for-companies section.section12 {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section12 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  main.main-wrapper.for-companies section.section12 {
    padding-top: 20px;
  }
}
main.main-wrapper.for-companies section.section12 .lazy {
  max-width: 100%;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section12 .lazy {
    padding-top: 30px;
    margin-top: 20px;
  }
}
main.main-wrapper.for-companies section.section12 div.container div.text-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section12 div.container div.text-wrapper h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
main.main-wrapper.for-companies section.section12 div.container div.text-wrapper h2 span {
  color: var(--red);
}
main.main-wrapper.for-companies section.section12 div.container div.text-wrapper p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section12 div.container div.text-wrapper p {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section12 div.container div.text-wrapper a {
  width: 100%;
  max-width: 382px;
  margin: auto;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
}
main.main-wrapper.for-companies section.section13 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--dark_orange);
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section13 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper {
  text-align: center;
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h2,
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h3 {
  color: #fff;
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h2 {
    font-size: 23px;
  }
}
@media (max-width: 782px) {
  main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h2 {
    margin-bottom: 20px;
  }
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 782px) {
  main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h3 {
    font-size: 19px !important;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h3 {
    font-size: 16px !important;
  }
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h3 span {
  display: inline-block;
  position: relative;
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper h3 span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
main.main-wrapper.for-companies section.section13 div.container div.text-wrapper a {
  color: var(--dark_orange);
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  max-width: 398px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
main.main-wrapper.for-companies section.section14 {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  main.main-wrapper.for-companies section.section14 {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section14 {
    padding-top: 50px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section14 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
main.main-wrapper.for-companies section.section14 h2.section-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section14 h2.section-title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
main.main-wrapper.for-companies section.section14 p.section-description {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section14 p.section-description {
    font-size: 16px;
    margin-bottom: 0px !important;
  }
}
main.main-wrapper.for-companies section.section14 div.box-wrapper {
  border: 1px solid rgba(145, 149, 149, 0.2392156863);
  height: 100%;
  padding: 32px;
  border-radius: 24px;
}
main.main-wrapper.for-companies section.section14 div.box-wrapper div.img-wrapper {
  text-align: center;
  margin-bottom: 28px;
}
main.main-wrapper.for-companies section.section14 div.box-wrapper div.img-wrapper img {
  width: 100%;
  max-width: 70px;
}
main.main-wrapper.for-companies section.section14 div.box-wrapper div.text-wrapper {
  text-align: center;
}
main.main-wrapper.for-companies section.section14 div.box-wrapper div.text-wrapper strong {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section14 div.box-wrapper div.text-wrapper strong {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section14 div.btn-wrapper {
  padding-top: 50px;
  text-align: center;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section14 div.btn-wrapper {
    padding-top: 30px;
  }
}
main.main-wrapper.for-companies section.section14 div.btn-wrapper button {
  width: 100%;
  max-width: 398px;
  height: 56px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
main.main-wrapper.for-companies section.section15 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section15 {
    padding-top: 15px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section15 {
    padding-bottom: 20px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper div.support {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  border-radius: 92px;
  background: #e6f2f1;
  margin-bottom: 30px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section15 div.container div.text-wrapper div.support {
    margin-bottom: 25px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper div.support img {
  margin-right: 12px;
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper div.support span {
  display: inline-block;
  margin: 0;
  color: #01594e;
  font-size: 14px;
  font-weight: 600;
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section15 div.container div.text-wrapper h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper strong {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section15 div.container div.text-wrapper strong {
    font-size: 16px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section15 div.container div.text-wrapper p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.text-wrapper a.contact {
  color: var(--dark_orange);
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 255px;
  height: 60px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper {
  padding-right: 35px;
  padding-top: 29px;
  background-size: 280px auto !important;
  background: url("/frontend/web/img/dots.png") no-repeat 100% 0;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper {
    background: none;
    padding-right: 0px;
    padding-top: 0px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 556px;
  border: 0 !important;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
  position: relative;
}
@media (max-width: 992px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card {
    margin-top: 20px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card span.badge {
  position: absolute;
  top: 33px;
  left: 38px;
  z-index: 9;
  width: 119px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: var(--dark_orange);
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card span.badge {
    top: 20px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card span.badge {
    top: 17px;
    left: 18px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card img.card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body {
  padding: 30px 37px 45px 27px;
}
@media (max-width: 570px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body {
    padding: 20px 13px 30px 25px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body strong {
  font-size: 19px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body small {
  font-size: 14px;
  font-weight: 400;
  color: #5f6564;
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body a.call {
  width: 100%;
  max-width: 231px;
  height: 46px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 92px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body a.call {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body a.call {
    margin-top: 10px;
  }
}
main.main-wrapper.for-companies section.section15 div.container div.content-wrapper div.card div.card-body a.call i {
  margin-right: 12px;
}
main.main-wrapper.for-companies .sectionblackfriday-1 {
  background: #262E3C;
  overflow: hidden;
  position: relative;
  animation: fadeInSection 1.5s ease-out both;
}
main.main-wrapper.for-companies .sectionblackfriday-1 .spaceup {
  margin-top: 100px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .spaceup {
    margin-top: 50px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .blacksale {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #F0BA20, 0 0 30px rgba(240, 186, 32, 0.6);
  animation: glowTitle 1.8s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .blacksale {
    font-size: 25px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .countdown-container {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  animation: fadeInUp 1.2s ease-out both;
}
main.main-wrapper.for-companies .sectionblackfriday-1 .rectangle-custom {
  min-width: 127px;
  height: 89px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #F0BA20;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px rgba(240, 186, 32, 0.3);
  animation: pulseWave 3s ease-in-out infinite;
}
main.main-wrapper.for-companies .sectionblackfriday-1 #days-rectangle {
  animation-delay: 0s;
}
main.main-wrapper.for-companies .sectionblackfriday-1 #hours-rectangle {
  animation-delay: 0.5s;
}
main.main-wrapper.for-companies .sectionblackfriday-1 #minutes-rectangle {
  animation-delay: 1s;
}
main.main-wrapper.for-companies .sectionblackfriday-1 #seconds-rectangle {
  animation-delay: 1.5s;
}
@keyframes pulseWave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(240, 186, 32, 0.3);
    border-color: rgba(240, 186, 32, 0.7);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(240, 186, 32, 0.8);
    border-color: rgb(240, 186, 32);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(240, 186, 32, 0.3);
    border-color: rgba(240, 186, 32, 0.7);
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .days-number {
  color: #F0BA20;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
main.main-wrapper.for-companies .sectionblackfriday-1 .days-text {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
main.main-wrapper.for-companies .sectionblackfriday-1 .discound {
  color: #F0BA20;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -33px;
  margin-bottom: -33px;
  text-shadow: 0 0 20px rgba(240, 186, 32, 0.6), 0 0 40px rgba(240, 186, 32, 0.3);
  animation: bounceIn 1.2s ease-in-out;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .discound {
    font-size: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .blackfriday {
  color: #FFF;
  font-size: 35px;
  font-weight: 600;
  animation: fadeInUp 1.4s ease-out both;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .blackfriday {
    font-size: 26px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .anually-blackfriday {
  color: #F0BA20;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  animation: pulseGold 2s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .anually-blackfriday {
    font-size: 31px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .black-fridaybutton {
  text-decoration: none;
  margin-top: 30px;
  max-width: 309px;
  height: 73px;
  border-radius: 24px;
  background: #F0BA20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1.6s ease-out both;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .black-fridaybutton {
    max-width: none;
    height: 60px;
    font-size: 25px;
    text-align: center;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .black-fridaybutton:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(240, 186, 32, 0.7);
}
main.main-wrapper.for-companies .sectionblackfriday-1 .black-fridaybutton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  animation: shine 3s infinite;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-1 .img-fluid {
    margin-top: 30px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-1 .margin-top-custom {
  margin-top: -30px;
}
@keyframes fadeInSection {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes glowTitle {
  0% {
    text-shadow: 0 0 10px #F0BA20, 0 0 30px rgba(240, 186, 32, 0.6);
  }
  100% {
    text-shadow: 0 0 20px #F0BA20, 0 0 60px rgba(240, 186, 32, 0.9);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseGold {
  from {
    color: #F0BA20;
    text-shadow: 0 0 5px #F0BA20;
  }
  to {
    color: #FFD84C;
    text-shadow: 0 0 15px #FFD84C;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-2 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-2 {
    margin-top: 60px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-2 .anually-black-friday {
  color: var(--Text, #212529);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  text-transform: uppercase;
}
main.main-wrapper.for-companies .sectionblackfriday-3 {
  background: #F0BA20;
  margin-top: 140px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  animation: fadeInBar 1.5s ease-out both;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-3 {
    margin-top: 60px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-3 .blackfriday-text {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  animation: glowPulse 2.5s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-3 .blackfriday-text {
    font-size: 21px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  animation: shineSweep 5s infinite;
}
@keyframes glowPulse {
  0% {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
  }
  100% {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transform: scale(1);
  }
}
@keyframes fadeInBar {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shineSweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-4 {
  background: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-4 {
    padding: 50px 0;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-4 .why-medatlas {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out both;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-4 .why-medatlas {
    font-size: 30px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-4 .MedAtlas-answer {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1.6;
  animation: fadeInUp 1.3s ease-out both;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-4 .MedAtlas-answer {
    margin: 0 auto 30px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-4 .MedAtlas-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 80px;
  max-width: 1200px;
  margin: 0 auto;
  animation: fadeIn 1.2s ease-in-out both;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-4 .MedAtlas-benefits {
    gap: 20px 80px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-4 .distance {
  margin-right: 10px;
}
main.main-wrapper.for-companies .sectionblackfriday-4 .benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  max-width: 392px;
  text-align: left;
  animation: slideUp 1s ease forwards;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  main.main-wrapper.for-companies .sectionblackfriday-4 .benefit-item {
    font-size: 18px;
  }
}
main.main-wrapper.for-companies .sectionblackfriday-4 .benefit-item:hover {
  transform: translateY(-5px);
  color: #008000;
}
main.main-wrapper.for-companies .sectionblackfriday-4 .benefit-item img {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 4px rgba(0, 255, 0, 0.4));
  animation: glowIcon 2s ease-in-out infinite alternate;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes glowIcon {
  0% {
    filter: drop-shadow(0 0 4px rgba(0, 255, 0, 0.4));
  }
  100% {
    filter: drop-shadow(0 0 12px rgba(0, 255, 0, 0.8));
  }
}
main.main-wrapper.for-companies .sectionblackfriday-5 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #262E3C 0%, #fdf8f0 100%);
  animation: fadeInSection 1.2s ease-in-out;
  transition: background 0.5s ease-in-out, transform 0.3s ease;
}
main.main-wrapper.for-companies .sectionblackfriday-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  animation: sweepShine 6s infinite linear;
  z-index: 1;
  pointer-events: none;
}
main.main-wrapper.for-companies .sectionblackfriday-5:hover {
  transform: translateY(-3px);
}
@keyframes fadeInSection {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sweepShine {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}

.sectionblackfriday-6 {
  position: relative;
  background: linear-gradient(180deg, #1d2330 0%, #262E3C 40%, #2d3748 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  animation: bgShift 20s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sectionblackfriday-6::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(240, 186, 32, 0.08), transparent 70%), radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.05), transparent 80%);
  animation: glowMove 25s linear infinite;
  z-index: 0;
}
.sectionblackfriday-6 .container-white {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .container-white {
    margin-top: 60px;
  }
}
.sectionblackfriday-6 .container-white-custom, .sectionblackfriday-6 .container-white {
  position: relative;
  z-index: 1;
  max-width: 500px;
  height: 105px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
  animation: fadeUp 1s ease forwards;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .container-white-custom, .sectionblackfriday-6 .container-white {
    height: 93px;
  }
}
.sectionblackfriday-6 .container-white-custom::after, .sectionblackfriday-6 .container-white::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(120deg, #F0BA20, #007BFE, #F0BA20);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderFlow 6s linear infinite;
}
.sectionblackfriday-6 .container-white-custom .packages, .sectionblackfriday-6 .container-white .packages {
  margin-left: 27px;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .container-white-custom .packages, .sectionblackfriday-6 .container-white .packages {
    font-size: 22px;
    margin-left: 24px;
  }
}
.sectionblackfriday-6 .container-white-custom .standard, .sectionblackfriday-6 .container-white .standard {
  color: rgba(0, 123, 254, 0.97);
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .container-white-custom .standard, .sectionblackfriday-6 .container-white .standard {
    font-size: 23px;
  }
}
.sectionblackfriday-6 .description-package {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .description-package {
    font-size: 16px;
    margin-top: 22px;
  }
}
.sectionblackfriday-6 .beneficii {
  color: #F0BA20;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  animation: shimmerText 3s linear infinite;
}
.sectionblackfriday-6 .promotia-buttons-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .promotia-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.sectionblackfriday-6 .button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .button-group {
    width: 100%;
  }
}
.sectionblackfriday-6 .promotia-button,
.sectionblackfriday-6 .promotia-button-2 {
  width: 309px;
  height: 59px;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .promotia-button,
  .sectionblackfriday-6 .promotia-button-2 {
    width: 270px;
    height: 49px;
    font-size: 16px;
  }
}
.sectionblackfriday-6 .promotia-note-wrapper {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .sectionblackfriday-6 .promotia-note-wrapper {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .promotia-note-wrapper {
    margin-top: 8px;
  }
}
.sectionblackfriday-6 .promotia-note {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin: 3px 0;
}
@media (max-width: 768px) {
  .sectionblackfriday-6 .promotia-note {
    text-align: center;
  }
}
.sectionblackfriday-6 .custom-note {
  margin-left: 0;
}
.sectionblackfriday-6 .promotia-button {
  background: #F0BA20;
  color: #FFF;
  text-decoration: none;
}
.sectionblackfriday-6 .promotia-button:hover {
  background: #000;
  color: #F0BA20;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 15px rgba(240, 186, 32, 0.6);
  text-decoration: none;
}
.sectionblackfriday-6 .promotia-button-2 {
  background: #FFF;
  color: #000;
  border: 2px solid #F0BA20;
  text-decoration: none;
}
.sectionblackfriday-6 .promotia-button-2:hover {
  background: #000;
  color: #F0BA20;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 15px rgba(240, 186, 32, 0.6);
  text-decoration: none;
}
.sectionblackfriday-6 .promotia-button::after,
.sectionblackfriday-6 .promotia-button-2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: width 0.4s ease, height 0.4s ease, opacity 0.6s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.sectionblackfriday-6 .promotia-button:active::after,
.sectionblackfriday-6 .promotia-button-2:active::after {
  width: 250px;
  height: 250px;
  opacity: 1;
  transition: 0s;
}
@keyframes bgShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes glowMove {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.1);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes shimmerText {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

.sectionblackfriday-7 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sectionblackfriday-7 {
    margin-top: 20px;
  }
}
.sectionblackfriday-7 .title-blackfriday {
  color: var(--Text, #212529);
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .sectionblackfriday-7 .title-blackfriday {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.sectionblackfriday-7 .yellow-container {
  width: 1900px;
  height: 225px;
  flex-shrink: 0;
  background: #F0BA20;
}

.sectionblackfriday-8 {
  background: #F0BA20;
  margin-top: 70px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sectionblackfriday-8 {
    margin-top: 50px;
  }
}
.sectionblackfriday-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 6s infinite linear;
  z-index: 1;
}
.sectionblackfriday-8 .blackfriday-text {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeInText 1.5s ease forwards, floatText 4s ease-in-out infinite;
}
@media (max-width: 768px) {
  .sectionblackfriday-8 .blackfriday-text {
    font-size: 20px;
  }
}
.sectionblackfriday-8 .text-custom {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  animation: glowText 2s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .sectionblackfriday-8 .text-custom {
    font-size: 20px;
  }
}
.sectionblackfriday-8 .discount {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 42px;
  display: inline-block;
  animation: pulseDiscount 1.8s ease-in-out infinite;
}
@media (max-width: 768px) {
  .sectionblackfriday-8 .discount {
    font-size: 20px;
  }
}

.sectionblackfriday-9 {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fdf8f0 100%);
  animation: fadeInBg 2s ease-in-out;
}
@media (max-width: 768px) {
  .sectionblackfriday-9 {
    margin-top: 30px;
  }
}
.sectionblackfriday-9 .centered-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 500px;
  gap: 15px;
  animation: fadeInUp 1.5s ease both;
}
.sectionblackfriday-9 .centered-content .title-custom {
  color: var(--Text, #212529);
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  animation: slideDown 1.2s ease both;
}
@media (max-width: 768px) {
  .sectionblackfriday-9 .centered-content .title-custom {
    font-size: 28px;
  }
}
.sectionblackfriday-9 .centered-content .title-custom-2 {
  color: #F0BA20;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 50px;
  animation: fadeGlow 2.5s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .sectionblackfriday-9 .centered-content .title-custom-2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.sectionblackfriday-9 .centered-content .title-custom-3 {
  color: var(--Text, #212529);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  animation: popIn 1.8s ease both;
}
@media (max-width: 768px) {
  .sectionblackfriday-9 .centered-content .title-custom-3 {
    font-size: 28px;
  }
}
.sectionblackfriday-9 .centered-content .title-custom-4 {
  color: var(--Text, #212529);
  font-size: 30px;
  font-weight: 500;
  opacity: 0;
  animation: fadeInDelayed 2.5s ease forwards;
}
@media (max-width: 768px) {
  .sectionblackfriday-9 .centered-content .title-custom-4 {
    font-size: 25px;
  }
}
.sectionblackfriday-9 .centered-content .button-custom {
  text-decoration: none;
  margin-top: 30px;
  min-width: 350px;
  height: 59px;
  border-radius: 24px;
  background: #F0BA20;
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(240, 186, 32, 0.5);
  animation: pulseButton 2s infinite ease-in-out;
}
@media (max-width: 768px) {
  .sectionblackfriday-9 .centered-content .button-custom {
    margin-bottom: 20px;
  }
}
.sectionblackfriday-9 .centered-content .button-custom:hover {
  background: #000;
  color: #F0BA20;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  animation: none;
}

@keyframes fadeInBg {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeGlow {
  from {
    text-shadow: 0 0 2px #F0BA20, 0 0 6px #F0BA20;
    opacity: 0.8;
  }
  to {
    text-shadow: 0 0 8px #FFD84D, 0 0 10px #F0BA20;
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInDelayed {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseButton {
  0%, 100% {
    box-shadow: 0 0 15px rgba(240, 186, 32, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 30px rgba(240, 186, 32, 0.8);
    transform: scale(1.03);
  }
}
@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseDiscount {
  0%, 100% {
    transform: scale(1);
    color: #FFFFFF;
    text-shadow: yellow;
  }
  50% {
    transform: scale(1.15);
    color: #FFFFFF;
    text-shadow: yellow;
  }
}
@keyframes floatText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes glowText {
  0% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
}
.sectionblackfriday-10 {
  padding: 60px 0;
  background: #1c1c1c;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.black-container {
  background: #262E3C;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 15px rgba(240, 186, 32, 0.2);
  max-width: 1200px;
  margin: 0 auto;
}

.black-title {
  font-size: 48px;
  font-weight: 700;
  color: #F0BA20;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeInDown 1s ease-out both;
}

.only-days {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.countdown-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  animation: fadeInUp 1.2s ease-out both;
}
@media (max-width: 768px) {
  .countdown-container {
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
}

.rectangle-custom {
  width: 120px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #F0BA20;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(240, 186, 32, 0.3);
  animation: pulseWave 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  .rectangle-custom {
    width: 100px;
    height: 89px;
  }
}

.rectangle-custom span {
  font-size: 32px;
  font-weight: 700;
  color: #F0BA20;
}

.rectangle-custom small {
  font-size: 14px;
  color: #ccc;
  text-transform: uppercase;
}

.only-days {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  animation: fadeIn 2s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseWave {
  0%, 100% {
    box-shadow: 0 0 8px rgba(240, 186, 32, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(240, 186, 32, 0.6);
  }
}
.checks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.check-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.check-text strong {
  display: block;
  margin-bottom: 5px;
}

.check-text p {
  margin: 0;
}

.custom-button-for-companies {
  width: 313px;
}

.sectionblackfriday-11 {
  height: auto;
  background: #262E3C;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .sectionblackfriday-11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sectionblackfriday-11 .title {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .sectionblackfriday-11 .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.sectionblackfriday-11 .sub-title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .sectionblackfriday-11 .sub-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.sectionblackfriday-11 .custom-top {
  margin-top: 30px;
}
.sectionblackfriday-11 .text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sectionblackfriday-11 .extra-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sectionblackfriday-11 .black-box {
  max-width: 696px;
  height: auto;
  border-radius: 6px;
  background: #313B4D;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .sectionblackfriday-11 .black-box {
    margin-top: 30px;
  }
}
.sectionblackfriday-11 .contact-form {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .sectionblackfriday-11 .contact-form {
    padding: 20px;
  }
}
.sectionblackfriday-11 .contact-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sectionblackfriday-11 .contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sectionblackfriday-11 .contact-form .form-group label {
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
}
.sectionblackfriday-11 .contact-form .form-group input,
.sectionblackfriday-11 .contact-form .form-group textarea {
  background: #262E3C;
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  color: #fff;
  font-size: 16px;
  resize: none;
}
.sectionblackfriday-11 .contact-form .form-group textarea {
  min-height: 180px;
  width: 100%;
}
.sectionblackfriday-11 .contact-form .form-group input::placeholder,
.sectionblackfriday-11 .contact-form .form-group textarea::placeholder {
  color: #b8c0cc;
}
.sectionblackfriday-11 .contact-form .full-width {
  width: 100%;
}
.sectionblackfriday-11 .contact-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}
.sectionblackfriday-11 .contact-form .form-check a {
  color: #f0ba20;
  text-decoration: none;
}
.sectionblackfriday-11 .contact-form .form-check a:hover {
  text-decoration: underline;
}
.sectionblackfriday-11 .contact-form .form-check input[type=checkbox] {
  accent-color: #f0ba20;
}
.sectionblackfriday-11 .contact-form .submit-btn {
  background: #f0ba20;
  border: none;
  border-radius: 6px;
  padding: 18px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sectionblackfriday-11 .contact-form .submit-btn:hover {
  background: #dcae1e;
}

.sectionblackfriday-11 .contact-form .form-check-label,
.sectionblackfriday-11 .contact-form .field-blackfridaycontactform-privacy label {
  color: #fff !important;
  font-weight: 400;
}

.sectionblackfriday-11 .contact-form .field-blackfridaycontactform-privacy a {
  color: #f0ba20 !important;
  text-decoration: none;
}

.sectionblackfriday-11 .contact-form .field-blackfridaycontactform-privacy a:hover {
  text-decoration: underline;
}

.sectionblackfriday-11 .contact-form input[type=checkbox] {
  accent-color: #f0ba20;
  margin-right: 8px;
  transform: scale(1.1);
}

.custom-checkbox {
  color: #fff;
  font-weight: 400;
}

.white-label a {
  color: #f0ba20;
  text-decoration: none;
}

.white-label a:hover {
  text-decoration: underline;
}

.sectionblackfriday-7 {
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.title-blackfriday {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 600px) {
  .title-blackfriday {
    font-size: 1.2rem;
  }
}

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