@font-face {
  font-family: Gurmukhi Mn;
  src: url('../fonts/Gurmukhi-MN.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #0500ff;
  background-color: #faf9f6;
  font-family: Comme, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

a:visited {
  -webkit-text-stroke-color: #0500ff;
}

.btn-header {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-small {
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  display: block;
}

.btn-medium {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1.125rem;
}

.btn-large {
  text-transform: uppercase;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.txt14 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 100;
  line-height: 1.2em;
}

.txt16 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.txt18 {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.txt21 {
  font-size: 1.313rem;
  line-height: 1.4em;
}

.cc-mt16 {
  margin-top: 1rem;
}

.cc-mt36 {
  margin-top: 2rem;
}

.cc-mt48 {
  margin-top: 3rem;
}

.cc-mb16 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.cc-mb24 {
  margin-bottom: 1.66em;
  font-size: 1.5rem;
}

.cc-mb36 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
}

.cc-mb40 {
  margin-bottom: 2.77em;
  font-size: 2.5rem;
}

.cc-mb56 {
  margin-bottom: 3.5rem;
}

.cc-txt-strong {
  font-size: 1vw;
  font-weight: 700;
}

.cc-wrap-bg-blue {
  color: #fff;
  background-color: #0500ff;
}

.list-item {
  color: #000;
  font-size: 1vw;
}

.section {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7%;
  padding-right: 7%;
}

.container.cc-bg {
  background-image: url('../images/oleksii-komiakov-resume2.png');
  background-position: 50%;
  background-size: cover;
}

.par0 {
  font-size: 1vw;
  line-height: 1.2em;
}

.par16 {
  margin-bottom: .7rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.par18 {
  margin-bottom: .7rem;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.cc-wrap-bg-light {
  background-color: #f8f3f0;
}

.cc-mb6 {
  margin-bottom: .41em;
  font-size: .375rem;
}

.cc-mb12 {
  margin-bottom: .83em;
  font-size: .75rem;
}

.cc-mt8 {
  margin-top: .5rem;
}

.cc-mt8:hover {
  text-decoration: underline;
}

.par-empty {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.2em;
  display: none;
}

.par24 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
}

.par20 {
  margin-bottom: .7rem;
  font-size: 1.313rem;
  font-weight: 600;
  line-height: 1.4em;
}

.h1 {
  text-transform: uppercase;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1em;
}

.h2 {
  text-transform: uppercase;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1em;
}

.h4 {
  font-size: 1.5rem;
}

.blackquote {
  color: #d4d4bc;
  background-color: #2e2d29;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.blackquote.cc-tm0 {
  margin-top: 0;
}

.link-block, .link-block-2, .link-block-3 {
  display: block;
}

.cc-mt24 {
  margin-top: 1.5rem;
}

.cc-wrap-color-white {
  color: #fff;
}

.list {
  font-size: 1rem;
  line-height: 1.4em;
}

.btn-footer {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-footer:hover {
  background-color: #000;
}

.btn-content {
  text-transform: uppercase;
  margin-right: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
}

.wrap-btn {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.ico32 {
  color: red;
}

.section100vh {
  background-color: #0500ff;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: #faf9f6;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-blue {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #0500ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300px;
  padding-top: 60px;
  padding-left: 60px;
  display: flex;
}

.txt16link {
  display: inline-flex;
}

.link-header {
  color: #fff;
  border-bottom: .1px solid #fff6;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 3px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.link-header:hover {
  border-bottom-color: #fff;
}

.link-header.cc-hide {
  display: none;
}

.txt24gur {
  text-transform: uppercase;
  border-bottom: 1px #fff6;
  padding-bottom: 0;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
}

.link-email {
  color: #fff;
  border-bottom: 1px solid #fff6;
  padding-bottom: 4px;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.link-email:hover {
  border-bottom-color: #fff;
  padding-bottom: 4px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-header {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.wrap-email {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-cont-intro {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.wrap-cont-intro.cc-wrap-bg-blue {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.wrap-cont-intro-btm {
  width: 70%;
  padding-bottom: 3rem;
}

.wrap-cont-inner {
  justify-content: flex-start;
  align-items: flex-end;
  height: 70vh;
  display: flex;
}

.wrap-cont-inner-btm {
  width: 80%;
  padding-bottom: 3rem;
}

.link-header-blue {
  color: #0500ff;
  border-bottom: .1px solid #0500ff66;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 3px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.link-header-blue:hover {
  border-bottom-color: #0500ff;
}

.link-header-blue.w--current {
  color: #0500ff;
  font-weight: 500;
}

.link-header-blue.cc-hide {
  display: none;
}

.link-email-blue {
  color: #0500ff;
  border-bottom: .1px solid #0500ff33;
  padding-bottom: 4px;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.link-email-blue:hover {
  border-bottom-color: #0500ff;
  padding-bottom: 4px;
}

.wrap-body-cont {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.sectionfooter {
  background-color: #0500ff;
  background-image: url('../images/komiakov-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.wrap-footer {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.wrap-footer-btm {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.txt14light {
  font-size: .875rem;
  font-weight: 200;
  line-height: 1.4em;
}

.wrap-madeby {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrap-lang {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.link-lang-footer {
  color: #fff;
  text-decoration: none;
}

.link-footer-m {
  color: #fff;
  font-size: .875rem;
  font-weight: 200;
  line-height: 1.4em;
  text-decoration: none;
}

.wrap-body-cont-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: inline-flex;
}

.wrap-card {
  background-image: url('../images/_bin.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  display: flex;
}

.wrap-card-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
}

.wrap-card-btm {
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.wrap-label {
  border: 1px solid #0500ff;
  border-radius: 60px;
  padding: 5px 10px;
  display: inline-block;
}

.quick2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.h3 {
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.wrap-card-mdl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrap-card-blue {
  color: #fff;
  background-color: #0500ff;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.wrap-body-cont-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0;
}

.wrap-card-top-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
}

.wrap-cont-block {
  flex-flow: column;
  display: flex;
}

.wrap-cont-block.hide {
  display: none;
}

.heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.h3body {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.quick-stack {
  padding: 0;
}

.quickstack-contacts {
  grid-row-gap: 20px;
  margin-top: 2rem;
  padding: 0;
}

.rl_faq6_answer {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 0;
}

.rl_faq6_icon-wrapper {
  background-color: #f1f5fb;
  border-radius: 30px;
  align-self: flex-start;
  padding: 4px;
}

.txt18-2 {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  display: flex;
}

.rl_faq6_icon {
  color: #0062e4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1vw;
  display: flex;
}

.accord-1 {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.modul-accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: auto;
  min-width: 80%;
  display: grid;
}

.modul-accordion.cc-mt36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.par16-2 {
  text-align: left;
  margin-bottom: .7rem;
  margin-right: 3rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.background-video {
  background-color: #0000001a;
  height: 100vh;
}

.hero-end-sentinel {
  width: 100%;
  height: 1px;
}

.navbarindex {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-email-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-email-white {
  color: #fff;
  border-bottom: .1px solid #0500ff33;
  padding-bottom: 4px;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.link-email-white:hover {
  border-bottom-color: #0500ff;
  padding-bottom: 4px;
}

.link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.h4n {
  text-transform: uppercase;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.1em;
}

.wrap-label2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h5 {
  text-transform: uppercase;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1em;
}

.wrap-date {
  padding-top: 0;
  padding-bottom: 10px;
}

.wrap-key1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.h6 {
  text-transform: uppercase;
  font-family: Gurmukhi Mn, Trebuchet MS, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1em;
}

.span-link {
  padding-left: 5px;
  padding-right: 5px;
}

.link-2, .link-3 {
  text-decoration: none;
}

.nav-menu-white {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-header-white {
  color: #fff;
  border-bottom: .1px solid #ffffff4a;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 3px;
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

.link-header-white:hover {
  border-bottom-color: #0500ff;
}

.link-header-white.w--current {
  color: #fff;
  font-weight: 500;
}

.link-header-white.cc-hide {
  display: none;
}

.link-wh-footer {
  color: #fff;
  text-decoration: none;
}

.txt14cyr {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2em;
}

.h2cyr {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.h3body-cyr {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.h4cyr {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.par16cyr {
  margin-bottom: .7rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.txt18cyr {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4em;
}

.h3cyr {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.link-header-blue-cyr {
  color: #0500ff;
  border-bottom: .1px solid #0500ff66;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 3px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.link-header-blue-cyr:hover {
  border-bottom-color: #0500ff;
}

.link-header-blue-cyr.w--current {
  color: #0500ff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-header-blue-cyr.cc-hide {
  display: none;
}

.txt14light-cyr {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.4em;
}

.txt14lightb-cyr {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4em;
}

.txt16cyr {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.link-header-white-cyr {
  color: #fff;
  border-bottom: .1px solid #ffffff4a;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 3px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

.link-header-white-cyr:hover {
  border-bottom-color: #0500ff;
}

.link-header-white-cyr.w--current {
  color: #fff;
  font-weight: 500;
}

.link-header-white-cyr.cc-hide {
  display: none;
}

.h1cyr {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.par18cyr {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.h4n-cyr {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1em;
}

.h5cyr {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1em;
}

.block-quote, .list-mob-cyr {
  font-family: Montserrat, sans-serif;
}

.h6-cyr {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.block-quote-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-block-7, .link-block-8 {
  text-decoration: none;
}

.image {
  display: inline-block;
}

.wrap-blog-omage {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap-card-blog {
  background-image: url('../images/_bin.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  display: flex;
}

.link-blog {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-blog:active {
  color: #0500ff;
}

.link-blog:visited {
  color: #0500ff;
  text-decoration-color: #0500ff;
}

.wrap-card-blog-details, .wrap-card-btm-blog {
  padding-bottom: .125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrap-card-blog-prew {
  background-image: url('../images/_bin.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .par-empty {
    font-size: 2.10526em;
  }

  .h1 {
    font-size: 3.7rem;
    line-height: 1em;
  }

  .txt24gur {
    font-size: 1.3rem;
  }

  .wrap-cont-intro-btm {
    width: 100%;
    padding-bottom: 2rem;
  }

  .h3 {
    font-size: 2.6rem;
  }

  .icon {
    color: #fff;
    text-overflow: clip;
    min-width: 0;
    font-size: 2rem;
    transform: translate(0);
  }

  .h2cyr {
    font-size: 3rem;
  }

  .h3cyr {
    font-size: 2.6rem;
  }

  .h1cyr {
    font-size: 3.7rem;
    line-height: 1em;
  }

  .wrap-card-blog {
    height: auto;
    padding: 1rem 2rem;
  }

  .wrap-card-blog-prew {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    max-width: none;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .par16 {
    font-size: 16px;
  }

  .par18 {
    font-size: 18px;
  }

  .par-empty {
    font-size: 14px;
  }

  .h1 {
    font-size: 44px;
  }

  .h2 {
    font-size: 38px;
    line-height: .9em;
  }

  .txt24gur {
    font-size: 1.2rem;
  }

  .wrap-header {
    margin-top: 25px;
  }

  .wrap-footer-top {
    align-self: center;
    margin-bottom: 5px;
  }

  .wrap-footer-btm {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .h3 {
    font-size: 32px;
  }

  .rl_faq6_answer {
    padding-left: 0;
    padding-right: 1.25rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_icon-wrapper {
    width: auto;
  }

  .txt18-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
  }

  .rl_faq6_question {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .par16-2 {
    margin-right: 0;
    font-size: 16px;
  }

  .h4n {
    font-size: 27px;
  }

  .h5 {
    font-size: 24px;
  }

  .h6 {
    font-size: 16px;
  }

  .h2cyr {
    font-size: 38px;
    line-height: 42px;
  }

  .par16cyr {
    font-size: 16px;
  }

  .txt18cyr {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
  }

  .h3cyr {
    font-size: 32px;
  }

  .h1cyr {
    font-size: 44px;
  }

  .h4n-cyr {
    font-size: 27px;
  }

  .h5cyr {
    font-size: 24px;
  }

  .h6-cyr {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    max-width: none;
  }

  .txt16 {
    font-size: 16px;
  }

  .cc-m-mb0 {
    margin-bottom: 0;
  }

  .cc-m-hide {
    display: none;
  }

  .body {
    min-width: 320px;
    max-width: none;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .par16 {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .par18 {
    margin-bottom: 10px;
    line-height: 1.2em;
  }

  .h1 {
    font-size: 38px;
  }

  .h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .txt24gur {
    font-size: 16px;
  }

  .wrap-cont-intro.cc-wrap-bg-blue {
    height: 100vh;
  }

  .wrap-cont-intro-btm.cc-mob-hero {
    padding-bottom: 100px;
  }

  .wrap-body-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 24px;
    line-height: 1em;
  }

  .rl_faq6_answer {
    padding-top: 10px;
  }

  .accord-1 {
    margin-bottom: 20px;
  }

  .list-mob {
    padding-left: 20px;
    font-size: 1rem;
  }

  .h2cyr {
    font-size: 26px;
    line-height: 32px;
  }

  .par16cyr {
    margin-bottom: 20px;
    line-height: 1.2em;
  }

  .h3cyr {
    font-size: 24px;
    line-height: 1em;
  }

  .txt16cyr {
    font-size: 16px;
  }

  .h1cyr {
    font-size: 38px;
  }

  .list-mob-cyr {
    padding-left: 20px;
    font-size: 1rem;
  }

  .wrap-blog-omage {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wrap-card-blog {
    padding: 5px 10px;
  }
}

#w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-5c231a0f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ac2731dc-bf1a-e59d-3c3e-a2d4fbb3a32c-d2bf02f0, #w-node-_5ee3b5cb-c3bf-3275-fb28-b6909efad7cb-d2bf02f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-6a871d53 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-ae77dd10, #w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-b7a9b3a1, #w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-2e1b1646 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-46efa186 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-7c1cac98 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-6a871d53, #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-46efa186, #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-7c1cac98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-6a871d53, #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-46efa186, #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-7c1cac98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-5c231a0f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-6a871d53 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-ae77dd10, #w-node-_57f68dce-0ec6-f105-caf4-72f4618652fd-b7a9b3a1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-46efa186, #w-node-_27194e89-a989-b92f-dd85-518bf4f0680a-7c1cac98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Gurmukhi Mn';
  src: url('../fonts/Gurmukhi-MN.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}