a {
	outline: 0;
}

@font-face {
  font-family: "PTRootUI";
  src: local("PT Root UI Medium"), local("PT-Root-UI_Medium"), url("../fonts/PT-Root-UI_Medium.woff2") format("woff2"), url("../fonts/PT-Root-UI_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PTRootUI";
  src: local("PT Root UI Regular"), local("PT-Root-UI_Regular"), url("../fonts/PT-Root-UI_Regular.woff2") format("woff2"), url("../fonts/PT-Root-UI_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PTRootUI";
  src: local("PT Root UI Bold"), local("PT-Root-UI_Bold"), url("../fonts/PT-Root-UI_Bold.woff2") format("woff2"), url("../fonts/PT-Root-UI_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html body {
  position: relative;
  height: 100%;
  background: linear-gradient(0deg, #F7F8FA 0%, #F7F8FA 100%), #FFF;
}

.top_header,
.bot_header {
	background: #FFF !important;
}

h1 {
  margin: 0;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.custom-content .container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
@media (max-width: 1590px) {
  .custom-content .container {
	max-width: 1406px;
  	padding: 0 30px;
  }
}
@media (max-width: 1230px) {
  .custom-content .container {
    max-width: 1140px;
  	padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .custom-content .container {
    max-width: 880px;
  }
}
@media (max-width: 767px) {
  .custom-content .container {
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .custom-content .container {
    max-width: 540px;
  }
}

.container {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1590px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1230px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

.custom-heading {
  color: #50575B;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.custom-content {
  padding: 60px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #FFF;
  border-radius: 30px;
  margin-bottom: 10px;
}

.quote {
  padding: 30px;
  border-radius: 30px;
  background: #F7F8FA;
  margin-bottom: 20px;
}
.quote p {
  color: #50575B;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.quote b {
  color: #50575B;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}

.text {
  margin-bottom: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.text p,
.text li {
  color: #50575B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.text p:not(:last-child) {
  margin-bottom: 20px;
}

.video {
  display: block;
  position: relative;
  height: 900px;
  z-index: 1;
  margin: 0 -65px 98px;
}

.video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}

.video-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(0deg, rgba(32, 77, 103, 0.8) 0%, rgba(32, 77, 103, 0.8) 100%);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
}

.images-list-wrapper {position: relative}
.images {
  position: relative;
  margin-bottom: 116px;
}

.video-heading,
.images-heading {
	margin-bottom: 34px;
	font-size: 1.5em;
	color: #50575B;
	font-weight: bold;
}

.images-prev {
  position: absolute;
  top: 58%;
  left: -30px;
  transform: translateY(-58%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  border-radius: 100%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.images-next {
  position: absolute;
  top: 58%;
  right: -30px;
  transform: translateY(-58%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  border-radius: 100%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.images-item {
  position: relative;
  display: block;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}
.images-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table {
  margin-bottom: 90px;
  border-collapse: unset;
}
.table .table-title {
  //color: #2D3133;
  //font-size: 45px;
  //font-style: normal;
  //font-weight: 700;
  //line-height: 45px;
  margin-bottom: 34px;
  font-size: 1.5em;
  color: #50575B;
  font-weight: bold;
}
.table table {
  border-spacing: 0;
  width: 100%;
}
.table thead tr {
  background-color: #EFF0F1;
  padding: 0 !important;
}

.table tbody tr {
  padding: 0 !important;
}

.table thead th {
  color: #2D3133;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: end;
  padding: 20px;
  vertical-align: top;

 p {
  margin: 0;
 }
}
.table thead th:first-child {
  position: absolute;
  left: 0;
  background-color: #EFF0F1;
  width: 35%;
  border-radius: 20px 0 0 0;
  text-align: start;
}
.table tbody tr:nth-of-type(even) {
  background: #FFF;
}
.table tbody td {
  padding: 20px;
  color: #50575B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-align: end;
  overflow: hidden;
}
.table tbody tr td:first-child {
  position: absolute;
  left: 0;
  width: 35%;
  text-align: start;
}
.table tbody tr:nth-of-type(even) td {
  background: #FFF;
}
.table tbody tr:nth-of-type(odd) td {
  background: #F7F8FA;
}
.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.table .table-outer {
  position: relative;
}
.table .table-inner {
  overflow-x: scroll;
  overflow-y: visible;
  width: 65%;
  margin-left: 35%;
  border-radius: 0 20px 20px 0;
}

.table .table-inner::-webkit-scrollbar {
  height: 4px;
}

.table .table-inner::-webkit-scrollbar-thumb {
  background: #2085CF;
  border-radius: 120px;
}

.image-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.image-card {
  position: relative;
  flex: 0 0 calc(33.33% - 40px);
  height: 450px;
  margin: 0 20px 40px;
  border-radius: 10px;
  overflow: hidden;
}
.image-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1590px) {
  .video {
    margin: 0 -30px 98px;
  }
  .custom-content {
    padding: 30px 0;
  }
}
@media (max-width: 1230px) {
	.video {
	    margin: 0 -15px 98px;
	}
  .custom-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .quote p {
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .quote b {
    font-size: 16px;
  }
  .text {
    margin-bottom: 30px;
  }
  .text p {
    font-size: 13px;
  }
  .text li {
    font-size: 13px;
  }
  .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  .video {
    height: 500px;
    margin-bottom: 30px;
  }
  .video-play {
    width: 66px;
    height: 66PX;
  }
  .video-play svg {
    width: 66px;
    height: 66px;
  }
  .images {
    margin-bottom: 30px;
  }
  .video-heading,
  .images-heading {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .images-item {
    height: 296px;
  }
  .images-list {
    margin-right: -15px;
  }
  .images-prev,
  .images-next {
    display: none;
  }
  .table .table-title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .table thead th {
    padding: 10px;
    font-size: 13px;
  }
  .table tbody td {
    padding: 10px;
    font-size: 13px;
  }
  .table {
    margin-bottom: 30px;
  }
  .image-cards {
    margin: 0 -10px;
  }
  .image-card {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .video {
    height: 350px;
  }
  .custom-content {
    margin: 0 15px;
    box-shadow: unset;
  }
  .custom-heading {
    font-size: 24px;
    line-height: normal;
    margin: 0 15px 15px;
  }
  .video-heading,
  .images-heading {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .images-item {
    height: 250px;
  }
  .table .table-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .table {
    margin-right: -15px;
  }
  .table .table-inner {
    border-radius: unset;
  }
  .image-card {
    height: 345px;
  }
}
@media (max-width: 768px) {
  .video {
    height: 300px;
  }
  .table .table-inner::-webkit-scrollbar {
    height: 0px;
  }
  .image-card {
    height: 300px;
  }
  .table {
    position: relative;
  }
  .table::after {
    position: absolute;
    content: "";
    top: 60%;
    right: 0px;
    width: 15px;
    height: 15px;
    transform: translateY(-60%);
    background: url(../images/svg/custom-table__arrow.svg) no-repeat;
    z-index: 3;
  }
  .table::before {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 35px;
    height: 100%;
    background: linear-gradient(270deg, #F9F9FA 0%, rgba(249, 249, 250, 0) 100%);
    z-index: 2;
  }
  .table .table-inner {
    width: 50%;
    margin-left: 50%;
  }
  .table thead th:first-child {
    width: 50%;
  }
  .table tbody tr td:first-child {
    width: 50%;
  }
  .images-list {
    position: relative;
  }
  .images-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, #F9F9FA 0%, rgba(249, 249, 250, 0) 100%);
    z-index: 3;
  }
}
@media (max-width: 576px) {
  .video {
    height: 250px;
  }
  .image-cards {
    flex-wrap: wrap;
  }
  .image-card {
    flex: 0 0 calc(100% - 20px);
    height: 250px;
  }
}



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