@charset "UTF-8";
/* fonts */
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
body {
  font-family: IRANSans;
  direction: rtl;
  text-align: right;
  color: #000;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  body {
    padding-bottom: 92px;
  }
}

selection::-moz-selection {
  /* Code for Firefox */
  background: #3bedc9;
}

::selection {
  background: #3bedc9;
}

a {
  color: #3bedc9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: #ff4b63;
}

*:focus, button:focus {
  outline: none;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    min-width: 1140px;
    width: 1450px;
    max-width: calc(100% - 30px);
  }
}

.svg-sprite--green {
  background: url("../images/sprites/sprite.svg") 95.8800322783% 0 no-repeat;
}

.svg-sprite--green {
  width: 22.694px;
  height: 25.817px;
}

.svg-sprite--purple {
  background: url("../images/sprites/sprite.svg") 0 0 no-repeat;
}

.svg-sprite--purple {
  width: 21.387px;
  height: 25.827px;
}

.nws-section.landing-banner-section {
  position: relative;
}
@media (min-width: 768px) {
  .nws-section.landing-banner-section {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-banner-section {
    overflow: hidden;
    height: 427px;
  }
}
.nws-section.landing-banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: calc(48% - 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/banner/banner-bg.svg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
}
.nws-section.landing-banner-section figure {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .nws-section.landing-banner-section figure {
    top: -23px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-banner-section figure .bg {
    position: absolute;
    top: 12px;
    right: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    max-width: 480px;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .nws-section.landing-lottery-section {
    padding: 22px 0 108px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nws-section.landing-lottery-section {
    padding: 81px 0 50px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-lottery-section {
    padding: 39px 0 31px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-lottery-section {
    position: relative;
    overflow: hidden;
  }
  .nws-section.landing-lottery-section .left-shape {
    position: absolute;
    top: 53%;
    right: calc(100% - 170px);
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nws-section.landing-lottery-section .right-shape {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -65px;
    left: calc(100% - 245px);
  }
}
.nws-section.landing-lottery-section .wrapper {
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nws-section.landing-lottery-section .wrapper .row {
    padding: 0 15px;
    margin-bottom: 27px;
  }
}
.nws-section.landing-lottery-section .wrapper .box {
  display: table;
}
@media (min-width: 768px) {
  .nws-section.landing-lottery-section .wrapper .box {
    padding: 10px 25px;
    margin: 0 auto 28px;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-lottery-section .wrapper .box {
    margin: 0 auto 20px;
  }
}
.nws-section.landing-lottery-section .wrapper .box.red-box {
  background: #ff4b63;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nws-section.landing-lottery-section .wrapper .box.red-box {
    font-size: 29px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-lottery-section .wrapper .box.red-box {
    padding: 9.5px 45px;
    max-width: 290px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
  }
}
.nws-section.landing-lottery-section .wrapper .box.green-box {
  background: #b7f9f9;
}
@media (min-width: 768px) {
  .nws-section.landing-lottery-section .wrapper .box.green-box {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-lottery-section .wrapper .box.green-box {
    padding: 15px 20px;
    border-radius: 25px;
  }
}
.nws-section.landing-lottery-section .wrapper .gray-box {
  background: #fbfbfb;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .nws-section.landing-lottery-section .wrapper .gray-box {
    padding: 25px 36px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-lottery-section .wrapper .gray-box {
    padding: 17px 20px 23px;
    margin-bottom: 59px;
  }
}
.nws-section.landing-lottery-section .wrapper .list-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 7px;
}
.nws-section.landing-lottery-section .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .nws-section.landing-lottery-section .wrapper ul {
    margin-bottom: 36px;
  }
}
.nws-section.landing-lottery-section .wrapper ul li {
  position: relative;
  margin-bottom: 7px;
  line-height: 28px;
}
.nws-section.landing-lottery-section .wrapper ul.circle li {
  padding-right: 15px;
}
.nws-section.landing-lottery-section .wrapper ul.circle li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  text-align: center;
  border-radius: 50%;
  line-height: 8px;
  background: #a5cf5d;
  position: absolute;
  top: 14px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nws-section.landing-lottery-section .wrapper ul.pomegranate li {
  font-weight: 500;
  line-height: 40px;
  padding-right: 30px;
}
.nws-section.landing-lottery-section .wrapper ul.pomegranate li span {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: -13px;
}

.nws-section.landing-gallery-section {
  padding: 0 0 27px;
}
@media (min-width: 768px) {
  .nws-section.landing-gallery-section .landing-title {
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-gallery-section .landing-title {
    padding-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-gallery-section .gallery {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 55px;
  }
  .nws-section.landing-gallery-section .gallery [class^=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-gallery-section .gallery {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-right: -10px;
    margin-bottom: 34px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .nws-section.landing-gallery-section .gallery > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .nws-section.landing-gallery-section .gallery > [class*=col-]:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-gallery-section .gallery::-webkit-scrollbar {
    display: none;
  }
}
.nws-section.landing-gallery-section .gallery .one-image {
  display: block;
}
@media (max-width: 991px) {
  .nws-section.landing-gallery-section .gallery .one-image {
    width: 255px;
  }
}
.nws-section.landing-gallery-section .gallery .one-image img {
  border-radius: 50px;
}

.fancybox-image {
  border-radius: 50px;
}

@media (min-width: 992px) {
  .nws-section.landing-instagram-section {
    padding: 91px 0 87px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section {
    background: #fbfbfb url("../images/instagram/bg.png") center;
    position: relative;
    margin: 9px 0 109px;
  }
}
@media (max-width: 575px) {
  .nws-section.landing-instagram-section {
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-instagram-section .wrapper {
    position: relative;
    background: #fbfbfb url("../images/instagram/bg.png") center repeat-x;
    padding: 90px 90px 88px 90px;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section .wrapper {
    position: static;
    padding: 77px 0;
  }
}
.nws-section.landing-instagram-section .wrapper .green-box {
  max-width: 1100px;
  margin: 0 auto;
  mix-blend-mode: multiply;
  content: "";
  background: #3bedc9;
}
@media (min-width: 992px) {
  .nws-section.landing-instagram-section .wrapper .green-box {
    position: absolute;
    top: 20px;
    right: 70px;
    bottom: 20px;
    left: 70px;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section .wrapper .green-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.nws-section.landing-instagram-section .wrapper .white-box {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section .wrapper .white-box {
    flex-direction: column;
    -webkit-flex-direction: column;
    max-width: 250px;
    padding: 28px 20px 19px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-instagram-section .wrapper .white-box {
    padding: 10px 35px 3px 12px;
    max-width: 730px;
  }
}
.nws-section.landing-instagram-section .wrapper .white-box img {
  margin: 0;
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section .wrapper .white-box img {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-instagram-section .wrapper .white-box img.red-text {
    margin: 0 10px 0 5px;
    position: relative;
    top: -8px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section .wrapper .white-box img.red-text {
    margin: 17px 0 21px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-instagram-section .wrapper .white-box img.insta-logo {
    margin-right: 20px;
    position: relative;
    top: -3px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-instagram-section .wrapper .white-box img.insta-logo {
    margin-top: 19px;
  }
}

@media (min-width: 768px) {
  .nws-section.landing-sleeve-section {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-sleeve-section {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-sleeve-section {
    padding: 81px 0 25px;
    position: relative;
    overflow: hidden;
  }
  .nws-section.landing-sleeve-section svg {
    position: absolute;
    top: auto;
    right: calc(100% - 170px);
    bottom: -130px;
    left: auto;
    z-index: -1;
  }
}
.nws-section.landing-sleeve-section .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nws-section.landing-sleeve-section .benefits {
    position: relative;
    padding-bottom: 125px;
  }
  .nws-section.landing-sleeve-section .benefits:before {
    content: "";
    display: inline-block;
    width: 393px;
    height: 393px;
    text-align: center;
    border-radius: 50%;
    line-height: 393px;
    background: #ff6b6b;
    position: absolute;
    top: calc(50% - 62px);
    right: auto;
    bottom: auto;
    left: calc(100% - 125px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nws-section.landing-sleeve-section .benefits .col-lg-6:first-of-type {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-sleeve-section .benefits {
    padding-bottom: 90px;
  }
}
.nws-section.landing-sleeve-section .benefits .landing-title {
  padding-bottom: 4px;
}
.nws-section.landing-sleeve-section .benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nws-section.landing-sleeve-section .benefits ul li {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 12px 75px 12px 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.nws-section.landing-sleeve-section .benefits ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  color: #3bedc9;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .nws-section.landing-sleeve-section .benefits img {
    margin-top: 35px;
  }
}
.nws-section.landing-sleeve-section .contact {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  background: #fbfbfb;
  border-radius: 40px;
  padding: 30px 50px 30px 35px;
}
.nws-section.landing-sleeve-section .contact .desc {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: 20px;
}
.nws-section.landing-sleeve-section .contact .buttons-wrap > a {
  line-height: 28px;
}

@media (min-width: 992px) {
  .nws-section.landing-videos-section {
    padding: 94px 0 135px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-videos-section {
    padding-bottom: 47px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-videos-section .landing-title {
    padding-bottom: 42px;
  }
}
.nws-section.landing-videos-section .videos {
  margin-bottom: 61px;
}
@media (max-width: 991px) {
  .nws-section.landing-videos-section .videos {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-right: -10px;
    margin-bottom: 34px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .nws-section.landing-videos-section .videos > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .nws-section.landing-videos-section .videos > [class*=col-]:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-videos-section .videos::-webkit-scrollbar {
    display: none;
  }
}
.nws-section.landing-videos-section .videos .one-video {
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .nws-section.landing-videos-section .videos .one-video {
    width: 255px;
  }
}
.nws-section.landing-videos-section .videos .one-video img {
  border-radius: 20px;
}
.nws-section.landing-videos-section .videos .one-video i {
  background: linear-gradient(to bottom, #fd5353, #c73d3d);
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 12px;
  line-height: 28px;
  width: 55px;
  text-align: center;
  font-size: 16px;
  padding-left: 3px;
}
.nws-section.landing-videos-section .simple-button {
  width: 230px;
  text-align: center;
}

.nws-section.landing-candidates-section .wrapper {
  max-width: 1275px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nws-section.landing-candidates-section .wrapper .landing-title {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-candidates-section .wrapper .landing-title {
    line-height: 34px;
    margin-bottom: 6px;
    padding-right: 15px;
  }
}
.nws-section.landing-candidates-section .wrapper ul {
  margin-bottom: 25px;
}
@media (min-width: 1500px) {
  .nws-section.landing-candidates-section .wrapper ul {
    width: calc(100% + 50px);
  }
}
.nws-section.landing-candidates-section .wrapper ul li {
  position: relative;
  line-height: 35px;
}
@media (min-width: 768px) {
  .nws-section.landing-candidates-section .wrapper ul li {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-candidates-section .wrapper ul li {
    padding-right: 15px;
  }
}
.nws-section.landing-candidates-section .wrapper ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  text-align: center;
  border-radius: 50%;
  line-height: 6px;
  position: absolute;
  top: 18px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f7d419;
}
.nws-section.landing-candidates-section .wrapper .buttons > a {
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  line-height: 52px;
  font-size: 16px;
}
.nws-section.landing-candidates-section .wrapper .buttons > a:not(.blue) {
  background: #3bedc9;
  padding: 0 40px;
}
.nws-section.landing-candidates-section .wrapper .buttons > a.blue {
  background: #4ae844;
  padding: 0 30px;
}
.nws-section.landing-candidates-section .wrapper .buttons > a:not(:last-child) {
  margin-left: 10px;
}
.nws-section.landing-candidates-section .wrapper .buttons > a:hover {
  background: #eeca08;
}
@media (min-width: 992px) {
  .nws-section.landing-candidates-section .wrapper img {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-candidates-section .wrapper img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media (min-width: 992px) {
  .nws-section.landing-winners-section {
    padding: 149px 0 24px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section {
    background: #ebfffb;
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
.nws-section.landing-winners-section .flex-box {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  background: #ebfffb;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 60px 0 0 200px;
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
@media (min-width: 992px) {
  .nws-section.landing-winners-section .flex-box .content-wrap {
    padding: 48px 80px;
    display: flex;
    display: -webkit-flex;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box .content-wrap {
    padding: 23px 20px;
  }
}
@media (min-width: 768px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .landing-title {
    padding-bottom: 24px;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
}
@media (min-width: 992px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap {
    width: 445px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap > * {
    flex: 1;
    -webkit-flex: 1;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .title {
  text-align: center;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .title {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .title {
    line-height: 23px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row {
  padding-right: 20px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row:nth-child(2n+1) {
    padding-left: 5px;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .name {
  position: relative;
  font-weight: 500;
  color: #0a463a;
}
@media (min-width: 992px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .name {
    font-size: 14px;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .name:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  text-align: center;
  border-radius: 50%;
  line-height: 6px;
  position: absolute;
  top: 14px;
  right: -13px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #aad8cc;
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .location {
  color: #7fd4c2;
  font-weight: 500;
}
@media (min-width: 992px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .location {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .persons .one-row .location {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .right {
    margin-left: 45px;
  }
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .right .title {
  background: #3beda6;
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .left {
  position: relative;
}
.nws-section.landing-winners-section .flex-box .content-wrap .flex-wrap .left .title {
  background: #4ae844;
}
.nws-section.landing-winners-section .flex-box .content-wrap img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: -30px;
  max-width: initial;
}

.nws-section.landing-about-section {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .nws-section.landing-about-section {
    margin-bottom: -98px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-about-section {
    margin-bottom: -115px;
  }
}
@media (min-width: 2000px) {
  .nws-section.landing-about-section {
    margin-bottom: -125px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-about-section {
    padding-top: 133px;
  }
  .nws-section.landing-about-section .left-shape {
    position: absolute;
    top: auto;
    right: calc(100% - 215px);
    bottom: 0;
    left: auto;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-about-section {
    padding-top: 53px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-about-section .content-wrap {
    position: relative;
    z-index: 1;
    padding: 35px 0 21px;
  }
  .nws-section.landing-about-section .content-wrap svg {
    content: "";
    position: absolute;
    top: -94px;
    right: 50%;
    bottom: 0;
    left: auto;
    z-index: -1;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  .nws-section.landing-about-section .content-wrap {
    padding-bottom: 67px;
  }
}
@media (min-width: 768px) {
  .nws-section.landing-about-section .content-wrap .landing-title {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-about-section .content-wrap .landing-title {
    margin-bottom: 3px;
  }
}
.nws-section.landing-about-section .content-wrap .content {
  line-height: 35px;
  max-width: 640px;
}
.nws-section.landing-about-section .content-wrap .content p {
  margin-bottom: 2px;
}
.nws-section.landing-about-section figure {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nws-section.landing-about-section figure {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .nws-section.landing-about-section figure .dr-image {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-about-section figure .dr-image {
    margin-bottom: -10px;
  }
}
.nws-section.landing-about-section figure .shape {
  position: absolute;
  top: 51%;
  right: auto;
  bottom: auto;
  left: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.nws-section.landing-footer-section {
  background-size: cover;
}
@media (min-width: 992px) {
  .nws-section.landing-footer-section {
    background: url("../images/footer/bg.svg") top center;
  }
}
@media (min-width: 1921px) {
  .nws-section.landing-footer-section {
    height: 592px !important;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .nws-section.landing-footer-section {
    height: 454px;
    padding: 182px 0 50px;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-footer-section {
    padding: 195px 0 42px;
  }
}
@media (max-width: 991px) {
  .nws-section.landing-footer-section {
    background: #f9f8e7 url("../images/footer/mobile-bg.svg") top center no-repeat;
  }
}
.nws-section.landing-footer-section .wrapper {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 25px;
  padding: 29px 25px 38px;
}
@media (min-width: 768px) {
  .nws-section.landing-footer-section .wrapper {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-footer-section .wrapper {
    padding-bottom: 29px;
    width: 330px;
  }
}
.nws-section.landing-footer-section .wrapper p {
  text-align: center;
}
@media (min-width: 768px) {
  .nws-section.landing-footer-section .wrapper p {
    line-height: 35px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-footer-section .wrapper p {
    line-height: 30px;
    margin-bottom: 31px;
  }
}
.nws-section.landing-footer-section .wrapper .tel {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 767px) {
  .nws-section.landing-footer-section .wrapper .tel {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 11px;
  }
}
.nws-section.landing-footer-section .wrapper .tel > a {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  direction: ltr;
  background: #fff;
  font-size: 20px;
  color: #000;
  min-width: 180px;
  position: relative;
}
@media (min-width: 768px) {
  .nws-section.landing-footer-section .wrapper .tel > a {
    padding: 12px 15px 12px 42px;
    margin-bottom: 20px;
  }
  .nws-section.landing-footer-section .wrapper .tel > a:not(:last-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .nws-section.landing-footer-section .wrapper .tel > a {
    padding: 13.5px 15px 13.5px 42px;
    margin-bottom: 9px;
  }
}
.nws-section.landing-footer-section .wrapper .tel > a i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4ae844;
  font-size: 25px;
}
.nws-section.landing-footer-section .wrapper .appointment {
  background: #4ae844;
  color: #fff;
  border-radius: 30px;
  display: block;
  padding: 16.5px 15px;
  text-align: center;
}
.nws-section.landing-footer-section .wrapper .appointment:hover {
  background: #ff4b63;
  color: #fff;
}

.landing-title {
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .landing-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .landing-title {
    font-size: 20px;
  }
}
.landing-title.center {
  text-align: center;
}

.buttons-wrap {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  justify-content: center;
  -webkit-justify-content: center;
}
.buttons-wrap > a {
  display: inline-block;
  border-radius: 50px;
  min-width: 220px;
  padding: 15px 15px;
  text-align: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}
.buttons-wrap > a.tel {
  direction: ltr;
  background: #fff;
  font-size: 20px;
  padding-left: 40px;
  color: #000;
  position: relative;
}
.buttons-wrap > a.tel i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4ae844;
  font-size: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons-wrap > a.tel:hover {
  background: #4ae844;
  color: #fff;
}
.buttons-wrap > a.tel:hover i {
  color: #fff;
}
.buttons-wrap > a:not(.tel) {
  background: #4ae844;
  color: #fff;
}
.buttons-wrap > a:not(.tel):hover {
  background: #3bedc9;
}
.buttons-wrap > a:not(:last-child) {
  margin-left: 20px;
}

ul {
  list-style: none;
  padding: 0;
}

.simple-button {
  background: #fbfbfb;
  color: #000;
  border-radius: 50px;
  display: table;
  margin: 0 auto;
  padding: 12px 23px;
  font-size: 16px;
}
.simple-button:hover {
  background: #4ae844;
  color: #fff;
}

.fixed-wrap {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 10;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 22px 15px;
}
.fixed-wrap > a {
  display: inline-block;
  padding: 11.5px 20px;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 359px) {
  .fixed-wrap > a {
    font-size: 14px;
  }
}
.fixed-wrap > a:not(.green) {
  background: #1fb6f9;
}
.fixed-wrap > a.green {
  background: #3bedc9;
}
.fixed-wrap > a:not(:last-child) {
  margin-left: 10px;
}

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