@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-BoldItalic.ttf') format("truetype"), url('../fonts/Muli-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Bold.ttf') format("truetype"), url('../fonts/Muli-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Bold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark-paragraph: #717171;
  --black: #010524;
  --accent-color: #ff2a0e;
  --primary-light: #f8f8f8;
  --midnight-blue: #060b3d80;
  --dark-blue: #0b0d29;
  --transparent: #fff0;
  --mtec-strong-green: #00522c;
  --gray: #f2f1f1;
  --light-gray: #f9f9fa;
  --white: white;
  --pl-sage-green: #78b79d;
  --pl-medium-blue: #1c75bc;
  --dark-gray-50: #afafaf80;
  --mtec-light-green: #12a54a;
  --dark-gray: #afafaf;
  --pl-light-blue: #22b7eb;
  --white-50: #ffffff80;
  --footer-color: #010524;
  --gsc-green: #a7b239;
  --gsc-pink: #ee2a7b;
  --ws-medium-blue: #2285c5;
  --mtec-light-blue: #40bbec;
  --ws-light-blue: #22b7eb;
  --mtec-silver: #d2d2d3;
  --mtec-dark-green: #007f3c;
  --facebook: #316ff6;
  --linkedin: #0077b5;
  --whatsapp: green;
  --pl-dark-blue: #1a2852;
  --pl-silver: #d2d2d3;
  --ws-teal: #008181;
  --ws-dark-blue: #375fac;
  --mtec-dark-blue: #4377bc;
  --pl-sage-green-darker: #1ca083;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--text-dark-paragraph);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 10px;
  font-family: Muli, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--text-dark-paragraph);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: var(--accent-color);
  align-items: center;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--black);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--text-dark-paragraph);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  color: var(--black);
  text-align: center;
  background-image: url('../images/Quote-icon_1Quote-icon.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 23px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 20px 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.banner {
  background-image: linear-gradient(to top, #0b0d2970, transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-grid-banner {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent 67%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/PL_home_2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 85%, transparent), url('../images/GSC-Home-10.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-our-team.quick-quote {
  background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-12.webp');
}

.section.banner-our-team.about-us {
  background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 100%, transparent 90%), url('../images/GSC-Home-17.webp');
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.contacts-2-banner {
  background-image: linear-gradient(to top, var(--dark-blue), transparent 38%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.banner-testimonials {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.section.section-with-grey-background {
  background-color: var(--primary-light);
}

.section.home-13-get-started {
  background-image: linear-gradient(90deg, var(--dark-blue) 10%, transparent), url('../images/GSC-Home-8.webp');
  background-position: 0 0, 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.home-ruc-3-banner-section {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent 85%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
}

.section.with-paralax {
  background-image: linear-gradient(to right, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/2-Ruc_12 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.style-guide-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.red-bg-with-rpint {
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
}

.section.home-ruc-5-banner {
  background-image: linear-gradient(#03062499, #03062499), url('../images/man-working-1_1man-working (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.section.feedback {
  overflow: hidden;
}

.section.banner-our-customers {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/2-Ruc_12 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-our-blog {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), url('../images/PL_home_12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-our-blog.latest-projects {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), url('../images/PL_home_48.webp');
}

.section.banner-our-prices {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent 70%), url('../images/MTEC-Home-14.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-our-prices.accreditation {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), url('../images/WS-Home-19.webp');
}

.section.banner-our-prices.clients {
  background-image: linear-gradient(45deg, var(--mtec-strong-green) 20%, transparent), url('../images/MTEC-Home-25.webp');
  background-position: 0 0, 0%;
}

.section.banner-our-prices.training {
  background-image: linear-gradient(45deg, var(--dark-blue) 10%, transparent 88%), url('../images/MTEC-Home-27.webp');
}

.section.banner-why-ruc {
  background-image: linear-gradient(to right, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.section.banner-contacts-3 {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.section.projects-details {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/inspectors-1_1inspectors (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-our-projects {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/inspectors-1_1inspectors (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.services-ruc-category {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/inspectors-1_1inspectors (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section._120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._120.reduced-bottom-space {
  padding-bottom: 80px;
}

.section._120.grey {
  background-color: var(--primary-light);
}

.section._100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._100.reduced-bottom-space {
  padding-bottom: 20px;
}

.section._100.grey {
  background-color: var(--primary-light);
}

.section._100.no-bottom-space {
  padding-bottom: 0;
}

.section._100.no-top-space {
  padding-top: 0;
}

.section.logo-bar {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.logo-bar.bigger-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.align-left.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--accent-color);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark-paragraph);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 28px;
}

.primary-button {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--accent-color);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--accent-color);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link:hover {
  color: var(--black);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--accent-color);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-wrap.smaller {
  height: 75vh;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  min-width: 280px;
  min-height: 58px;
  margin-bottom: 10px;
  padding: 10px;
}

.password-input:focus {
  border: 1px solid var(--black);
}

.password-input::placeholder {
  color: var(--text-dark-paragraph);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  text-align: center;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  margin-bottom: 0;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  min-width: 300px;
  height: 58px;
  margin-bottom: 0;
}

.coming-soon-input:focus {
  border: 1px solid var(--accent-color);
}

.coming-soon-input::placeholder {
  color: var(--text-dark-paragraph);
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  width: 100%;
  margin-top: 60px;
  font-size: 55px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-wrapper.home-5-spacing {
  margin-top: 25px;
  display: flex;
}

.blog-grid-wrapper.home-5-spacing.home {
  order: 1;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-post-title {
  margin-top: 10px;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--accent-color);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-classic-bottom-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  z-index: 100;
  background-color: var(--accent-color);
  color: var(--white);
  margin-top: -13px;
  padding: 3px 15px;
  position: relative;
}

.blog-grid-post-wrapper._33 {
  width: 33%;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  z-index: 100;
  border: 1px solid var(--pl-sage-green);
  background-color: var(--pl-sage-green);
  color: var(--white);
  margin-bottom: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.blog-sidebar-post-category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-sidebar-post-category.smaller {
  font-size: 14px;
  line-height: 24px;
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--pl-medium-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--pl-sage-green);
  background-color: var(--pl-sage-green);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  color: var(--pl-medium-blue);
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-date.date-grid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  flex: none;
}

.next-post-arrow {
  color: var(--accent-color);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--accent-color);
}

.body-with-background {
  background-color: var(--primary-light);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 20px 20px 30px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  color: var(--text-dark-paragraph);
  font-size: 18px;
  line-height: 1.5em;
}

.career-customer-image {
  opacity: .5;
  object-fit: cover;
  height: 35px;
  transition: all .3s;
}

.career-customer-image:hover {
  opacity: 1;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.services-wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid var(--gray);
  background-color: var(--white);
  width: 100%;
  position: static;
}

.accordion-icon {
  color: var(--accent-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.accordion-wrap {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--accent-color);
}

.mb-30 {
  margin-bottom: 30px;
}

.pricing-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-item {
  background-color: var(--white);
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.center-item {
  z-index: 10;
  width: 34%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.left {
  margin-right: -2px;
}

.pricing-item.rigth {
  margin-left: -2px;
}

.pricing-title-wrapper {
  border-bottom: 1px solid var(--gray);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-title-wrapper.light-background {
  background-color: var(--primary-light);
  border-bottom-style: none;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-list {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid var(--gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray);
}

.coming-soon-image {
  object-fit: cover;
  max-width: 480px;
}

.contacts-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  flex: 1;
  width: 50%;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-divider.equal {
  margin-top: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--mtec-light-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--accent-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--pl-medium-blue);
  color: var(--black);
  background-color: #0000;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--accent-color);
}

.contacts-textarea::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-input {
  border: 1px solid var(--pl-medium-blue);
  color: var(--black);
  background-color: #0000;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--accent-color);
}

.contacts-input::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 80px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.numbers-list-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
}

.contacts-list-icon {
  background-color: var(--accent-color);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  margin-right: 30px;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  background-image: url('../images/man-working-1_1man-working (1).webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contacts-3-form-wrapper {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border: 1px solid var(--accent-color);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--accent-color);
}

.contacts-3-input::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-3-input.select-input {
  color: var(--black);
  margin-right: 0;
}

.contacts-3-form {
  text-align: center;
}

.white-text {
  color: #fff;
}

.white-text.testimonials-text {
  line-height: 1.8em;
}

.search-wrap-input {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--accent-color);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--pl-medium-blue);
  color: var(--black);
  height: 58px;
  margin-bottom: 0;
  padding: 16px 30px;
}

.search-input:focus {
  border: 1px solid var(--accent-color);
}

.search-input::placeholder {
  color: var(--text-dark-paragraph);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-title {
  z-index: 100;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.list-item-circle {
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.customer-image {
  height: 40px;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

.slide-3 {
  max-height: 580px;
}

.about-3-content-wrap {
  width: 50%;
}

.about-3-content-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.section-with-blue-background {
  background-color: var(--pl-medium-blue);
}

.about-3-form-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 15px;
  display: flex;
}

.about-3-form {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.form-text-field {
  border: 1px solid var(--white);
  color: var(--black);
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
}

.form-text-field:focus {
  border-style: solid;
  border-color: var(--black);
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--accent-color);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-category {
  color: var(--accent-color);
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  color: var(--black);
}

.project-template-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.project-template-info, .project-template-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: var(--white);
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--white);
  color: var(--accent-color);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding-top: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--pl-medium-blue);
  color: var(--black);
  height: 58px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--pl-light-blue);
}

.sidebar-search-input::placeholder {
  color: var(--text-dark-paragraph);
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.banner-slider-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.home-banner-section {
  height: 100vh;
}

.home-banner-slider {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.banner-form-block {
  width: 100%;
  margin-bottom: 0;
}

.blog-item {
  background-color: var(--white);
  flex-direction: column;
  width: 33.33%;
  display: flex;
  box-shadow: 0 0 10px #898a9126;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-content-wrapper {
  background-color: var(--white);
  padding: 25px 20px;
}

.blog-image-link {
  width: 100%;
  overflow: hidden;
}

.blog-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.blog-list.blog-grig-collection {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-list.category-blog-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-testimonials-mask {
  width: 85%;
  overflow: visible;
}

.home-testimonials-slider-arrow-icon {
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.home-testimonials-slider-arrow-icon:hover {
  color: var(--black);
}

.testimonials-slider-position {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-slider-author {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-testimonials-slider-arrow {
  width: 50px;
  height: 30px;
  inset: auto auto 0% 30%;
}

.home-testimonials-slider-arrow.right {
  left: 35%;
}

.home-testimonials-slider {
  background-color: #0000;
  height: auto;
  margin-left: 16%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-slider-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-testimonials-slide {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.testimonials-text-wrapper {
  border-left: 4px solid var(--accent-color);
  background-color: var(--white);
  padding: 30px 35px;
  box-shadow: 0 0 30px #0f5cfa0f;
}

.slide-nav {
  display: none;
}

.icon-3 {
  font-size: 15px;
  font-weight: 700;
}

.tabs-menu-2 {
  justify-content: flex-end;
  margin-top: -65px;
  display: flex;
}

.objects-title {
  width: 50%;
}

.gallery-con {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-wrapper {
  width: 100%;
  height: 100%;
}

.tab {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.tab:hover {
  opacity: 1;
  color: var(--accent-color);
}

.tab.w--current {
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.section-with-background {
  background-color: var(--light-gray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.tabs-item {
  width: 31%;
  height: 280px;
  position: relative;
}

.tabs-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.tabs-content {
  margin-top: 45px;
}

.map {
  height: 500px;
}

.arrow-icon-small {
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 700;
  transition: color .3s;
}

.arrow-icon-small:hover {
  color: var(--black);
}

.testimonials-quote-icon-2 {
  color: var(--accent-color);
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 62px;
  line-height: 1;
}

.author-img-con {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  display: flex;
  overflow: hidden;
}

.testimonials-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials {
  background-color: var(--light-gray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonials-slider-con {
  width: 100%;
  max-width: 895px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.testimonials-mask {
  position: static;
  overflow: visible;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.testimonials-left-arrow {
  width: 30px;
  height: 30px;
}

.testimonials-quote {
  text-align: center;
  max-width: 930px;
  margin-top: 56px;
  margin-bottom: 0;
  font-size: 28px;
}

.testimonials-right-arrow {
  width: 30px;
  height: 30px;
}

.testimonials-author {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonials-slide {
  height: auto;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.author-position {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-quote-author {
  margin-top: 55px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.testimonials-slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.background-text-big {
  color: #efeff0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-overlay {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(360deg, var(--dark-blue), transparent 45%);
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-overlay:hover {
  opacity: 1;
}

.project-title {
  color: var(--white);
  font-size: 24px;
  line-height: 1.2em;
}

.project-title:hover {
  opacity: 1;
  color: var(--accent-color);
}

.project-category {
  color: var(--accent-color);
  line-height: 1.2em;
}

.project-category:hover {
  opacity: 1;
  color: var(--white);
}

.project-lightbox {
  border-style: none solid solid none;
  border-width: 70px 70px 70px 1px;
  border-color: var(--accent-color) var(--accent-color) transparent black;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-lightbox:hover {
  opacity: 1;
}

.project-icon {
  color: var(--white);
  margin-top: 10px;
  margin-left: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.short-info {
  background-color: var(--white);
}

.content-item-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.content-item {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.subscribe-form {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.short-info-images {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.image-background {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
  position: relative;
}

.short-info-content {
  grid-column-gap: 30px;
  display: flex;
}

.subscribe-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 18px 20px;
  line-height: 1.2em;
  display: block;
}

.subscribe-input:focus {
  border-color: var(--accent-color);
}

.subscribe-input::placeholder {
  color: var(--text-dark-paragraph);
}

.short-info-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.subscribe-input-wrapper {
  text-align: left;
  width: 100%;
}

.description-container {
  width: 50%;
}

.title-container {
  width: 70%;
}

.title-container.smaller {
  width: 58%;
}

.slider-left-arrow {
  background-color: var(--accent-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 60px 0%;
}

.slider-left-arrow:hover {
  background-color: var(--white);
  color: var(--accent-color);
}

.slider-right-arrow {
  background-color: var(--white);
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 60px 60px;
}

.slider-right-arrow:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

.home-3-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.home-3-slider-item-container {
  display: flex;
}

.home-3-slide-image {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.slider-bg {
  background-color: var(--white);
  position: absolute;
  inset: 60px 0%;
  box-shadow: 7px 7px 50px #0f5cfa12;
}

.slider-content-container {
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-direction: column;
  width: 45%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.home-3-slider-slide-item {
  height: 100%;
}

.slider-image-container {
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: 60px;
  display: flex;
}

.slider-content-buttons {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  margin-top: 20px;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-blog-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.footer-gallery-image {
  object-fit: cover;
  flex: none;
  width: 400px;
  height: 320px;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.banner-slider-description {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4em;
}

.about-text-block {
  align-items: center;
  width: 55%;
  padding-left: 40px;
  padding-right: 5%;
  display: flex;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 1;
  width: 350px;
  inset: 0% 0% auto 35%;
}

.about-img._5 {
  z-index: 3;
  border: 7px solid var(--white);
  width: 275px;
  inset: 34% 0% auto 52%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  display: none;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  display: none;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 2;
  border: 7px solid var(--white);
  width: 300px;
  inset: 20% auto 0% 5%;
}

.about-images {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: relative;
}

.about-us-container {
  justify-content: space-between;
  display: flex;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.about-images-block {
  justify-content: flex-end;
  width: 45%;
  height: 660px;
  display: flex;
  position: static;
}

.home-about-description {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 40px;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.projects-primary-bg {
  z-index: -1;
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-attachment: scroll;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-5-projects-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-5-projects-collection {
  width: 100%;
}

.home-5-projects-item {
  width: 31.5%;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.projects-category-link {
  color: var(--accent-color);
  line-height: 1.2em;
}

.projects-category-link:hover {
  color: var(--white);
}

.item-overlay {
  z-index: 1;
  grid-row-gap: 10px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to top, var(--dark-blue), transparent 56%);
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-team-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.home-team-content {
  width: 40%;
  padding-right: 40px;
}

.home-team-testimonial {
  width: 60%;
}

.home-team-description {
  margin-top: 0;
  margin-bottom: 40px;
}

.home-5-testimonials-slider {
  background-color: #0000;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5-testimonials-mask {
  width: 90%;
  overflow: visible;
}

.content-link {
  margin-left: 5px;
  font-size: 16px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-form-field {
  border: 1px solid var(--white);
  color: var(--black);
  width: 360px;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
}

.home-form-field:focus {
  border-style: solid;
  border-color: var(--black);
}

.home-form-field::placeholder {
  color: var(--text-dark-paragraph);
}

.home-form {
  align-items: stretch;
  display: flex;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.capabilities-image {
  object-fit: cover;
  width: 100%;
  height: 490px;
}

.home-9-arrow-right {
  border: 1px solid var(--white-50);
  color: var(--primary-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
  inset: 0% 3% 0% auto;
}

.home-9-arrow-right:hover {
  background-color: var(--primary-light);
  color: var(--accent-color);
}

.home-9-arrow-icon {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-2-slide-1 {
  background-image: linear-gradient(to bottom, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/New-Ruc-Img-1-1-1-1-1-1-1_1New Ruc Img (1) (1) (1) (1) (1) (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.home-9-arrow-left {
  border: 1px solid var(--white-50);
  color: var(--primary-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
  inset: 0% auto 0% 3%;
}

.home-9-arrow-left:hover {
  background-color: var(--primary-light);
  color: var(--accent-color);
}

.home-9-slide-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
}

.blog-details-link-title {
  color: var(--accent-color);
}

.project-button-link {
  color: var(--text-dark-paragraph);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-prev-button-link-icon {
  color: var(--black);
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  color: var(--black);
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  color: var(--black);
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-9-banner {
  flex-direction: column;
  height: auto;
  min-height: 100vh;
}

.circle-counter-wrapper {
  width: 100%;
  display: flex;
}

.circle-counter-wrapper.col-33-wrap {
  width: 60%;
}

.circle-counter {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.circle-counter.col-33 {
  width: 33%;
}

.counter-progressbar {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.counter-mask {
  border: 5px solid var(--white);
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-mask.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-mask.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-static {
  border: 1px solid var(--white-50);
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-number {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 500;
  display: flex;
}

.counter-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.counter-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.counter-title {
  max-width: 180px;
}

.home-11-services-collection {
  width: 100%;
}

.home-11-services-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-11-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.home-12-service-image {
  object-fit: cover;
  width: 55%;
  height: 520px;
}

.home-12-service-wrapper {
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-12-service-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding-left: 40px;
  padding-right: 5%;
}

.home-subscribe {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.testimonials-with-bg-slide-nav {
  height: 20px;
  padding-top: 0;
  padding-right: 30px;
  font-size: 10px;
  line-height: 10px;
  inset: auto 0% 0% auto;
}

.about-4-testimonials-content {
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.testimonials-nav-outline-2 {
  align-items: center;
  padding-right: 27px;
  display: flex;
  position: absolute;
  inset: auto 0% 5px auto;
}

.about-4-testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.about-4-testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.about-4-testimonials-item {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  display: flex;
}

.about-4-testimonials-mask {
  height: auto;
  margin-bottom: 30px;
}

.testimonials-nav-outline-item-2 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.about-5-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-5-info-wrapper.centre {
  align-items: center;
}

.about-5-info-wrap-left {
  width: 50%;
}

.about-5-info-wrap-left.bigger {
  width: 70%;
}

.about-5-info-wrap-left.centre {
  align-self: center;
}

.about-5-info-wrap-left.wider {
  width: 55%;
}

.about-5-info-wrap-right {
  width: 50%;
}

.about-5-info-wrap-right.centre {
  text-align: center;
  width: 40%;
}

.about-5-info-wrap-right.centre.smaller {
  width: 20%;
}

.about-5-info-wrap-right.centre.hidden-desktop {
  display: none;
}

.about-5-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--gray);
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.about-ruc-company-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 47%;
  padding-right: 10px;
  display: flex;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--accent-color);
  justify-content: center;
  display: flex;
}

.tab-aditional-block {
  background-image: url('../images/civil-engineer-construction-1_1civil-engineer-construction (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.tab-radio-button-field {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.tab-radio-button-field:focus {
  color: var(--black);
}

.big-form-block {
  margin-bottom: 0;
}

.inputs-container {
  display: flex;
}

.tab-title {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.tab-container {
  display: flex;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #0000;
  padding: 0 40px;
}

.tab-link-tab-2:hover {
  color: var(--dark-gray);
}

.tab-link-tab-2.w--current {
  border-bottom: 4px solid var(--accent-color);
  color: var(--accent-color);
  background-color: #0000;
  margin-bottom: 0;
}

.tab-link-tab-2.w--current:hover {
  opacity: 1;
}

.radio-button-label {
  font-size: 15px;
}

.select-field-5 {
  background-color: #0000;
  height: 45px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.select-field-5:focus {
  border: 1px solid #0000001a;
}

.select-field-5.home-form-select {
  border: 1px solid var(--accent-color);
  background-color: var(--white);
  color: var(--black);
  min-width: 210px;
  max-width: 210px;
  position: relative;
}

.select-field-5.home-form-select:focus {
  border-style: solid;
  border-color: var(--black);
}

.select-field-5.home-form-select-copy {
  color: var(--black);
  border: 1px solid #0000;
  min-width: 210px;
  max-width: 210px;
  position: relative;
}

.select-field-5.home-form-select-copy:focus {
  border-color: #0000;
}

.home-13-tabs-menu {
  background-color: var(--black);
}

.tab-aditional {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to top, var(--dark-blue), transparent);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: 460px;
  padding: 40px;
  display: flex;
  position: relative;
}

.probressbar-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 220px;
  display: flex;
}

.home-13-tabs-section {
  background-color: var(--light-gray);
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  display: flex;
}

.form-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.form-input:focus {
  border: 1px solid var(--black);
}

.form-input::placeholder {
  color: var(--text-dark-paragraph);
}

.form-input.last-in-row {
  margin-right: 0;
}

.home-13-tabs {
  width: 100%;
  margin-top: -120px;
  box-shadow: 7px 7px 50px #0000001a;
}

.tab-radio-button {
  border: 1px solid var(--text-dark-paragraph);
  color: var(--accent-color);
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
}

.tab-radio-button:focus {
  border-color: var(--accent-color);
}

.tab-radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--accent-color);
  background-image: url('../images/Icon-Ruc_1Icon Ruc.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.radio-buttons-block {
  grid-column-gap: 10px;
  place-content: stretch space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.contact-form {
  background-color: #fff;
  width: 70%;
  padding: 20px 40px 40px;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #0000;
  padding: 0 40px;
}

.tab-link-tab-1:hover {
  color: var(--accent-color);
}

.tab-link-tab-1.w--current {
  border-bottom: 4px solid var(--accent-color);
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-tab-1.w--current:hover {
  opacity: 1;
  color: var(--dark-gray);
}

.home-13-testimonials-text {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 35px 42px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px #0000001a;
}

.author-info {
  z-index: 100;
}

.left-arrow-10 {
  display: none;
}

.home-testimonials-con {
  width: 100%;
  margin-left: 0;
  overflow: visible;
}

.home-13-testimonial {
  margin-right: 30px;
}

.slide-nav-11 {
  display: none;
}

.home-13-mask-testimonials {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.home-13-testimonials {
  margin-top: -100px;
  margin-bottom: -100px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.author-info-position {
  color: var(--accent-color);
  line-height: 1.2;
}

.testimonial-author {
  margin-top: 20px;
  display: flex;
}

.author-photo {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-right: 30px;
}

.author-photo.author-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50%;
  background-size: cover;
}

.author-photo.author-1 {
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50%;
  background-size: cover;
}

.author-photo.author-3 {
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-10 {
  display: none;
}

.home-13-testimonials-slider {
  background-color: #0000;
  height: auto;
  top: -100px;
  overflow: hidden;
}

.search {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.search.no-top-space {
  margin-top: 0;
}

.get-started-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.get-started-text-wrap {
  width: 70%;
}

.get-started-text-wrap.smaller {
  width: 55%;
}

.tab-additional-text {
  text-align: center;
}

.home-13-counter-title {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-13-counter-heading {
  color: var(--white);
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.home-top-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.home-top-social-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-top-social-block {
  grid-column-gap: 30px;
  display: flex;
}

.home-top-title {
  color: #fff;
}

.wrapper-for-stars {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.white-overlay {
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-gallery {
  object-fit: cover;
  width: 100vw;
  max-width: 140%;
  height: 100%;
  min-height: 480px;
}

.left-arrow-2 {
  display: none;
}

.testimonial-slider {
  text-align: center;
  width: 100%;
}

.grid {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 480px 480px 480px 480px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow-2 {
  display: none;
}

.home-19-testimonial {
  color: #fff;
  font-size: 26px;
}

.feedback-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.testimonials-intro {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: auto;
}

.home-19-icon-plus {
  color: var(--accent-color);
  font-size: 40px;
  font-weight: 500;
}

.home-19-gallery-img-link {
  justify-content: center;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style {
  margin-top: 20px;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style.details-projects {
  margin-top: 0;
}

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

.margin-bottom-20.quote-author-photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 450px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.home-1-our-team-author {
  text-align: left;
  padding-top: 20px;
}

.home-1-team-position {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
}

.home-23-contacts-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-center.wrap-mobile {
  justify-content: space-between;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-3-list-images {
  max-width: 100%;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.base-container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-3 {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header-2 {
  margin-top: 55px;
}

.style-guide-body-wrapper-2 {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper-2.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--footer-color);
  border-right: 1px solid var(--footer-color);
  border-bottom: 1px solid var(--footer-color);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--footer-color);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--footer-color);
  margin-bottom: 80px;
  display: flex;
}

.grid-title-2 {
  background-color: var(--black);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title-2.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.link-with-icon-2 {
  transition: all .3s;
  display: flex;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-text-span {
  color: var(--accent-color);
}

.landing-inner-page-image-2 {
  border: 1px solid var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.landing-inner-page-image-2.banner {
  border-color: var(--primary-light);
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-home-pages-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-7 {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item-2 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item-2.home-screen {
  width: 33%;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--accent-color);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 120px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon-2 {
  z-index: 10;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title-2 {
  text-transform: none;
}

.landing-inner-pages-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--accent-color);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-large-size {
  font-size: 19px;
}

.paragraph-large-size.red {
  color: var(--accent-color);
}

.paragraph-large-size.blue {
  color: var(--pl-medium-blue);
}

.paragraph-large-size.extra-bottom-space {
  margin-bottom: 30px;
}

.paragraph-large-size.extra-bottom-space.bold {
  font-weight: 500;
}

.primary-red-button {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
  letter-spacing: 1px;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.primary-red-button.header-button {
  border-color: var(--white);
  background-color: var(--gsc-green);
  border-radius: 7px;
}

.primary-red-button.header-button:hover {
  border-color: var(--white);
  background-color: var(--text-dark-paragraph);
  color: var(--white);
}

.primary-red-button.white-text-button {
  color: var(--white);
  display: inline-block;
}

.primary-red-button.white-text-button:hover {
  background-color: var(--black);
}

.primary-red-button.full-submit-width {
  border-color: var(--pl-medium-blue);
  background-color: var(--pl-medium-blue);
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-red-button.dark-hover {
  height: 58px;
}

.primary-red-button.dark-hover:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-red-button.dark-blue-hover {
  color: var(--white);
  display: inline-block;
}

.primary-red-button.dark-blue-hover:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-red-button.dark-blue-hover.w--current {
  background-color: var(--gsc-pink);
}

.primary-red-button.full-button-with-white-text {
  color: var(--white);
}

.primary-red-button.full-button-with-white-text:hover {
  color: var(--black);
}

.primary-red-button.pricing-button {
  color: var(--accent-color);
  background-color: #0000;
}

.primary-red-button.pricing-button:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

.primary-red-button.dark-blue-hover-full-width {
  border-color: var(--pl-medium-blue);
  background-color: var(--pl-medium-blue);
  color: var(--white);
  height: 58px;
  display: inline-block;
}

.primary-red-button.dark-blue-hover-full-width:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-red-button.sage-green {
  border-color: var(--pl-sage-green);
  background-color: var(--gsc-green);
  color: var(--white);
  font-weight: 400;
}

.primary-red-button.sage-green:hover {
  border-color: var(--dark-gray);
  background-color: var(--white);
  color: var(--black);
}

.primary-red-button.sage-green.pink {
  background-color: var(--gsc-pink);
}

.primary-red-button.sage-green.pink:hover {
  background-color: var(--white);
}

.primary-red-button.sage-green.brochure {
  justify-content: center;
  height: 55px;
  font-size: 14px;
  display: flex;
}

.primary-red-button.blue {
  border-width: .5px;
  border-color: var(--pl-medium-blue);
  background-color: var(--ws-medium-blue);
}

.primary-red-button.blue:hover {
  border-color: var(--black);
  background-color: var(--white);
}

.primary-red-button.light-blue {
  border-color: var(--pl-light-blue);
  background-color: var(--pl-light-blue);
}

.primary-red-button.light-blue:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.primary-black-button {
  border: 1px solid var(--footer-color);
  background-color: var(--footer-color);
  letter-spacing: 1px;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-black-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.secondary-black-button {
  border: 1px solid var(--footer-color);
  color: var(--black);
  letter-spacing: 1px;
  background-color: #0000;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
}

.secondary-black-button:hover {
  background-color: var(--footer-color);
  color: var(--white);
}

.banner-description-lp {
  color: var(--accent-color);
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.border-wrap {
  display: flex;
}

.line {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-search-icon-2 {
  color: #0e0e0e;
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.nav-dropdowm-link-line {
  background-color: var(--black);
  width: 16px;
  height: 2px;
  margin-right: 20px;
  display: inline-block;
}

.logo-mobile-2 {
  padding-left: 0;
  display: none;
}

.navigation-menu-home-6 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  border-color: #ddd;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
  left: -40px;
}

.nav-dropdown-list-2.portfolio-details.w--open {
  width: auto;
}

.dropdown-header {
  color: #afafaf;
  background-color: #0000;
  padding: 32px 30px 32px 10px;
  transition: opacity .3s;
  display: flex;
}

.dropdown-header:hover {
  opacity: .7;
}

.dropdown-header.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tablet-menu-2 {
  display: none;
}

.nav-dropdown-home-5 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.search-shop-con-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: none;
}

.search-shop-con-2.home-5 {
  display: none;
}

.nav-dropdown-transparent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.nav-dropdown-transparent.completely-hidden {
  display: none;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-2 {
  color: var(--black);
  width: 100%;
  margin-left: 0;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--pl-medium-blue);
  margin-left: -5px;
}

.nav-dropdown-link-2.w--current {
  color: var(--black);
}

.nav-dropdown-link-2.w--current:hover {
  color: var(--accent-color);
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-shadow-overlay-2 {
  align-items: center;
  display: flex;
}

.line-header {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-item-title-white {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.nav-dropdown-icon-white {
  color: var(--black);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.red-h6-title {
  color: var(--accent-color);
  margin-bottom: 0;
}

.image-ruc {
  width: auto;
  max-width: none;
  height: 70px;
}

.image-ruc.footer {
  height: 60px;
}

.image-ruc._404 {
  height: 100px;
}

.brand-logo, .brand-logo.w--current {
  transition-property: opacity;
}

.red-line {
  background-color: var(--accent-color);
  width: 40px;
  height: 1px;
}

.red-line.cloud9 {
  background-color: var(--pl-light-blue);
  width: 20px;
  height: 2px;
}

.red-line.cloud9:hover {
  background-color: var(--pl-light-blue);
}

.link-wrapper-with-line {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-wrapper-with-line:hover {
  grid-column-gap: 20px;
}

.line-link.cloud9 {
  color: var(--pl-medium-blue);
}

.line-link.cloud9:hover {
  color: var(--black);
}

.scroll-image-wrap {
  position: relative;
}

.base-container-8 {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.play-button-hover-2 {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  width: 110px;
  height: 110px;
  transform: scale(1);
}

.who-we-are-container {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-us-wrap {
  width: 48%;
}

.about-us-wrap.left {
  width: 40%;
}

.about-us-wrap.right {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.description-about-us {
  margin-bottom: 20px;
}

.company-benefits {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-benefit {
  width: 47%;
}

.our-benefit-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-18 {
  background-image: url('../images/civil-engineer-construction-1_1civil-engineer-construction (1).webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.about-us-2-video-section {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.about-us-2-video-section:hover {
  opacity: 1;
  color: #fff;
}

.big-play-red {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.big-play-red-animations {
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.company-services-item {
  background-color: var(--light-gray);
  width: 25%;
  height: 350px;
  padding: 40px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-description-home-1 {
  color: var(--white);
  width: 90%;
  font-size: 19px;
}

.image-ruc-animation {
  width: auto;
  max-width: none;
  height: 70px;
  position: absolute;
}

.blue-h2-text {
  color: var(--mtec-light-green);
}

.blue-h2-text.light-blue {
  color: var(--mtec-light-blue);
}

.blue-h2-text.light-blue.alternate {
  color: var(--text-dark-paragraph);
}

.text-span-3 {
  color: var(--accent-color);
}

.home-1-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.banner-right-arrow-2 {
  background-color: var(--accent-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 60px;
}

.banner-right-arrow-2:hover {
  color: var(--accent-color);
  background-color: #fff;
}

.banner-left-arrow-2 {
  color: var(--accent-color);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 0% 0%;
}

.banner-left-arrow-2:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.home-1-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-form-description {
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
}

.footer-copyright-link-2 {
  color: var(--white);
  letter-spacing: .2px;
  margin-right: 5px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link-2:hover {
  color: var(--ws-light-blue);
}

.footer-info-wrapper {
  flex-direction: column;
  align-items: center;
  width: 45%;
  display: flex;
}

.footer-main-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.footer-link-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link-3:hover {
  color: var(--mtec-silver);
}

.footer-email-text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: 57px;
  margin-bottom: 0;
  padding: 16px 30px;
  line-height: 1.6em;
}

.footer-email-text-field:focus {
  border-color: var(--accent-color);
}

.footer-email-text-field::placeholder {
  color: var(--white);
}

.footer-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.footer-social-icons-wrapper-2 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-social-icons-wrapper-2.top-space {
  margin-top: 30px;
}

.footer-content-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.footer-brand-description-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.footer-2 {
  background-color: var(--mtec-dark-green);
  text-align: center;
  background-image: url('../images/Home_Sketch.png');
  background-position: 85% 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-social-icon-2 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon-2:hover {
  color: var(--pl-sage-green);
}

.footer-social-icon-2.completely-hidden {
  display: none;
}

.footer-social-icon-2.bigger {
  font-size: 40px;
  line-height: 1em;
}

.footer-social-icon-2.bigger:hover {
  color: var(--mtec-silver);
}

.footer-social-icon-2.bigger.facebook {
  color: var(--facebook);
}

.footer-social-icon-2.bigger.facebook:hover {
  color: var(--text-dark-paragraph);
}

.footer-social-icon-2.bigger.linkedin {
  color: var(--linkedin);
}

.footer-social-icon-2.bigger.linkedin:hover {
  color: var(--text-dark-paragraph);
}

.footer-social-icon-2.bigger.whatsapp {
  color: var(--whatsapp);
}

.footer-social-icon-2.bigger.whatsapp:hover {
  color: var(--text-dark-paragraph);
}

.footer-brand-2 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand-2.w--current {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-brand-2.white {
  background-color: var(--white);
  border-radius: 15px;
  padding: 15px;
}

.footer-brand-2.white.w--current {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 10px;
}

.footer-rights-wrapper-2 {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper-2 {
  grid-column-gap: 30px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.footer-rights-2 {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
}

.footer-email-form {
  grid-column-gap: 30px;
  display: flex;
}

.footer-copyright-2 {
  color: var(--white);
  width: 100%;
  font-size: 15px;
}

.footer-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: 45%;
  display: flex;
}

.footer-brand-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 55%;
  display: flex;
}

.footer-logo-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-licensing {
  color: #ffffffb3;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: inline;
}

.footer-licensing:hover {
  color: var(--accent-color);
}

.home-1-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.home-1-title.home-2-title {
  font-family: Muli, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
}

.red-h1-title {
  color: var(--mtec-light-blue);
}

.red-h1-title.pl-light-blue {
  color: var(--black);
}

.red-h1-title.pl-light-blue.alternate {
  color: var(--gsc-pink);
}

.vertical-inscription {
  color: var(--accent-color);
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.vertical-inscription.secondary-sections {
  color: var(--gsc-green);
  font-size: 15px;
  line-height: 0;
  left: 0;
}

.vertical-inscription.secondary-sections.design {
  color: var(--pl-light-blue);
}

.vertical-inscription.secondary-sections.design.quote {
  color: var(--gsc-green);
}

.vertical-inscription.secondary-sections-dark {
  color: var(--black);
  inset: 0% auto 0% -3%;
}

.vertical-inscription.secondary-sections-dark-blue {
  color: var(--black);
  left: 0;
}

.vertical-inscription.h6-leadership {
  color: var(--mtec-light-blue);
}

.vertical-inscription.h6-leadership.smaller {
  font-size: 12px;
}

.vertical-inscription.h6-leadership.bigger {
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.vertical-inscription.h6-about-us {
  color: var(--pl-light-blue);
}

.vertical-inscription.contact-us-1 {
  color: var(--gsc-green);
  left: 0;
}

.vertical-inscription.dark-blue {
  color: var(--dark-blue);
}

.vertical-inscription.white {
  color: var(--white);
  line-height: 0;
}

.home-1-slide-1 {
  background-image: linear-gradient(to right, #0b0d29, #0000), linear-gradient(#060b3d80, #060b3d80), url('../images/1-1-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  overflow: hidden;
}

.home-1-slide-2 {
  background-image: linear-gradient(to right, #0b0d29, #0000), linear-gradient(#060b3d80, #060b3d80), url('../images/2-1-1-1_12 (1) (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  overflow: hidden;
}

.home-1-slide-3 {
  background-image: linear-gradient(to right, #0b0d29, #0000), linear-gradient(#060b3d80, #060b3d80), url('../images/3-1-1-1_13 (1) (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  overflow: hidden;
}

.main-title-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 35px;
  display: flex;
  position: relative;
}

.main-title-wrapper.home-4-wrap.no-left-space, .main-title-wrapper.about-ruc.no-left-space {
  padding-left: 0;
}

.main-left-title-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  margin-bottom: 60px;
  margin-right: auto;
  padding-left: 35px;
  display: flex;
  position: relative;
}

.our-services-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.our-services-title:hover {
  color: var(--accent-color);
}

.main-left-title-wrapper.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.main-left-title-wrapper.full-width.no-left-space {
  padding-left: 0;
}

.main-left-title-wrapper.contacts-3 {
  width: 50%;
}

.blog-description {
  margin-top: 0;
}

.our-works-gallery {
  overflow: hidden;
}

.home-23-team-item-2 {
  width: 30%;
}

.home-1-our-team-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.our-team-wrapper {
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-1-team-item {
  width: 32%;
}

.social-links-wrap {
  background-color: var(--accent-color);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-social-links-wrapper-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-intro-wrap {
  position: relative;
  overflow: hidden;
}

.ruc-social-wrapper {
  background-color: #00000026;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-social-icon-black {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-black:hover {
  color: var(--black);
}

.navigation-menu-style-guide {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-ruc-style-guide {
  width: auto;
  max-width: none;
  height: 30px;
  display: none;
  position: absolute;
}

.line-header-style-guide, .line-style-guide {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.testimonial-name-home-1 {
  color: var(--accent-color);
}

.form-block-2 {
  width: 45%;
}

.location-map-image {
  z-index: 8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-map-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 21% 28% auto auto;
}

.icons-wrap {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contacts-link {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.contacts-link:hover {
  color: var(--mtec-dark-green);
}

.contacts-link.contact-us-3 {
  color: var(--black);
}

.contacts-link.contact-us-3:hover {
  color: var(--accent-color);
}

.contacts-link.left-space {
  margin-left: 30px;
}

.contacts-address {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
}

.home-2-slide-2 {
  background-image: linear-gradient(to bottom, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/2-Ruc_12 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.home-2-slide-3 {
  background-image: linear-gradient(to bottom, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section-title-ruc-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  margin-bottom: 40px;
  margin-right: auto;
}

.home-contacts-form-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.contacts-adress-2 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.contacts-adress-wrap-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.contacts-input-ruc {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #fff;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input-ruc:focus {
  border: 1px solid #000;
}

.contacts-input-ruc::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-textarea-ruc {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.contacts-textarea-ruc:focus {
  border: 1px solid #000;
}

.contacts-textarea-ruc::placeholder {
  color: var(--text-dark-paragraph);
}

.home-contacts-2 {
  width: 50%;
  padding-right: 40px;
}

.icon-map-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 6%;
  left: -28%;
}

.map-section {
  position: relative;
}

.map-icon-2 {
  color: var(--accent-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.map-icon-2.icon-3 {
  font-size: 20px;
}

.map-icon-2.icon-1 {
  font-size: 22px;
}

.location-map-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.icon-map-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 13%;
  left: 2%;
}

.form-block-3 {
  margin-bottom: 0;
}

.div-block-23 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.paragraph-our-benefits {
  color: var(--white);
  font-size: 19px;
}

.short-info-services {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.image-company-ruc {
  height: 70px;
}

.big-play-icon-white-2 {
  z-index: 7;
  color: #fff;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.home-3-description {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.image-company-partners {
  filter: invert();
  height: 30px;
}

.home-3-social-icons-wrap {
  grid-column-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-video {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 40px;
  display: flex;
  position: relative;
}

.home-3-ruc-services {
  width: 60%;
}

.home-3-ruc-services-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 60px;
  display: flex;
}

.home-3-ruc-service-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ruc-service-image {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.image-our-services-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-bg-wrapper {
  z-index: 1;
  background-color: var(--midnight-blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ruc-service-title {
  color: var(--white);
}

.our-services-title-home-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.collection-ruc-services-item {
  width: 31.5%;
  overflow: hidden;
}

.section-gray {
  background-color: var(--primary-light);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.h2-gallery {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.h2-first-block-collection-item {
  height: 555px;
  position: relative;
}

.h2-second-block-gallery {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h2-two-images-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-second-block-collection-item {
  height: 263px;
  position: relative;
}

.h2-second-block-bottom-collection-item {
  height: 265px;
  position: relative;
}

.ruc-project-wrapper {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(360deg, var(--dark-blue), transparent);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ruc-project-wrapper:hover {
  opacity: 1;
}

.ruc-projects-content {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.ruc-item-category {
  color: var(--white);
  line-height: 1.2em;
  transition: color .3s;
}

.ruc-item-category:hover {
  color: var(--accent-color);
}

.ruc-projects-link {
  color: var(--accent-color);
  font-size: 20px;
  line-height: 1.2em;
}

.ruc-projects-link:hover {
  color: var(--white);
}

.project-ruc-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-block {
  line-height: 1.2em;
}

.collection-list-wrapper-3 {
  flex: 1;
}

.text-container-2 {
  grid-column-gap: 60px;
  margin-bottom: 80px;
  display: flex;
}

.text-container-2.mb-0 {
  margin-bottom: 0;
}

.text-container-2.mb-0.centre {
  align-items: center;
}

.home-3-socials-img {
  flex: none;
  justify-content: center;
  display: flex;
}

.footer-gallery-images-loop {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-4 {
  flex-direction: column;
}

.ruc-imag {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-overlay {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-wrapper {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.lopp-ruc-social-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 25px;
  text-decoration: none;
  transition: all .3s;
}

.lopp-ruc-social-icon:hover {
  color: var(--accent-color);
}

.socials-wrapper-content {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.loop-socials {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ruc-company-offers {
  margin-bottom: 0;
}

.ruc-company-offers.bigger {
  color: var(--black);
  font-size: 17px;
  line-height: 27px;
}

.home-5-banner-slider-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-5-banner-slider-wrapper {
  width: 100%;
  max-width: 1120px;
  padding-top: 50px;
  overflow: hidden;
  box-shadow: 0 6px 30px #0f5cfa14;
}

.home-5-banner-collection-list-wrapper {
  height: 100%;
}

.home-5-banner-slider-section {
  z-index: 100;
  margin-top: -150px;
  position: relative;
}

.home-5-banner-collection-list {
  height: 100%;
}

.home-5-banner-slider {
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  width: 100%;
  height: auto;
}

.home-5-banner-slider-mask {
  max-height: 170px;
  overflow: visible;
}

.collection-item-home-5 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.base-container-9 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-5-banner-slider-info-wrapper {
  grid-column-gap: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.slider-wrapper-home-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-wrap {
  justify-content: flex-start;
  width: 78%;
  padding-left: 35px;
  position: relative;
}

.item-button-wrap {
  align-items: center;
  display: flex;
}

.image-home-5 {
  filter: brightness(0%);
  height: 75px;
}

.home-5-banner-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.text-span-4, .white-link {
  color: var(--black);
}

.white-link:hover {
  color: var(--white);
}

.home-5-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.white-services-link {
  color: var(--white);
  transition: color .3s;
}

.white-services-link:hover {
  color: var(--black);
}

.primary-ruc-white-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.primary-ruc-white-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-ruc-white-button.apply-now {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.primary-ruc-white-button.apply-now:hover {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
}

.services-content-wrap-home-5 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.home-features-wrapper.contacts-2 {
  justify-content: space-between;
}

.home-features-wrap {
  text-align: center;
  background-color: #fff;
  width: 25%;
  padding: 20px;
  transition: box-shadow .5s;
  box-shadow: 0 0 30px #0f5cfa00;
}

.home-features-wrap:hover {
  box-shadow: 0 0 30px #0f5cfa14;
}

.home-features-image {
  height: 70px;
}

.heading-3 {
  display: block;
}

.home-features-items-wrap {
  background-color: var(--white);
  text-align: center;
  width: 25%;
  padding: 20px;
  transition: box-shadow .5s;
  box-shadow: 0 0 30px #0f5cfa14;
}

.home-features-items-wrap:hover {
  box-shadow: 0 0 30px #0f5cfa00;
}

.play-video {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.play-video:hover {
  opacity: 1;
}

.play-button-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.section-video {
  background-image: linear-gradient(to top, var(--dark-blue), transparent 61%), linear-gradient(to bottom, #03062499, #03062499), url('../images/expressing-1_1expressing (1).webp');
  background-position: 0 0, 0 0, 50% 20%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 100px;
  display: flex;
}

.big-container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.large-photo-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 280px;
  grid-template-columns: 230px 1fr 230px;
}

.section-lightbox {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-lightbox.pl {
  margin-top: 0;
}

.section-lightbox.pl.completely-hidden {
  display: none;
}

.image-ruc-home-5 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 280px;
}

.picture-ruc-wrap {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-overlay-home-5 {
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-5-projects-title {
  color: var(--white);
  margin-top: 0;
  transition: color .3s;
}

.home-5-projects-title:hover {
  color: var(--accent-color);
}

.dark-h2 {
  color: var(--black);
}

.image-best-rrojects {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bottom-block-home-1 {
  grid-column-gap: 50px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.brand-block-image {
  width: auto;
}

.button-block-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-block-right.left {
  margin-left: 0;
}

.image-brand {
  filter: invert();
  height: 25px;
}

.banner-block-left-home-1 {
  background-image: url('../images/GSC-Home-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-content-right-home-1 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.text-content-right-home-1.smaller-gap {
  grid-row-gap: 50px;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.home-ruc-4-banner-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  background-image: url('../images/City-1-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 350px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.home-ruc-4-banner-section.blue {
  background-color: var(--pl-dark-blue);
}

.home-ruc-4-banner-section.blue.top-mobile {
  background-color: var(--gsc-green);
  background-image: none;
}

.secondary-red-button {
  border: 1px solid var(--accent-color);
  color: var(--white);
  letter-spacing: 1px;
  background-color: #0000;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.secondary-red-button:hover, .secondary-red-button.full-buttom-home-4 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.secondary-red-button.full-buttom-home-4:hover {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
}

.secondary-red-button.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.secondary-red-button.white:hover {
  border-color: var(--white);
  background-color: var(--gsc-pink);
  color: var(--white);
}

.home-4-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-4-description {
  color: var(--white);
  font-size: 19px;
}

.template-empty-state-2 {
  color: #d56b5b;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.home-4-services-wrap, .home-4-services-wrapper {
  width: 100%;
}

.home-4-services-list {
  grid-column-gap: 25px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-4-services-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.home-4-image {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.home-4-overlay {
  z-index: 1;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to top, #010524cc, #0000 50%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-4-overlay:hover {
  background-image: linear-gradient(to top, #010524, #0000);
}

.home-4-srvices-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.home-4-srvices-title:hover {
  color: var(--accent-color);
}

.services-cstegory-home-4:hover {
  color: var(--white);
}

.home-ruc-4-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.vertical-inscription-home-4 {
  color: var(--accent-color);
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.vertical-inscription-home-4.pl {
  color: var(--pl-light-blue);
  font-size: 12px;
  line-height: 22px;
}

.pricing-ruc-primary-bg {
  z-index: -1;
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-attachment: scroll;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-white-2 {
  color: #fff;
}

.home-blog-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.home-5-collection-list-wrapper-one {
  width: 100%;
}

.home-5-collection-list-wrapper-one.top-space {
  margin-top: 25px;
}

.home-5-collection-list-wrapper-one._50 {
  width: 50%;
}

.home-blog-item {
  width: 100%;
  display: inline-block;
}

.main-home-blog-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: opacity .2s;
}

.main-home-blog-image:hover {
  opacity: .8;
}

.home-blog-content-wrapper {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.home-5-services-block-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5-big-one-round-corners {
  object-fit: cover;
  object-position: 50% 50%;
}

.home-5-services-overlay {
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: auto 50px auto auto;
}

.home-5-services-overlay.bottom-right-corner {
  padding: 30px;
  bottom: 40px;
  right: 40px;
}

.home-5-services-overlay.bottom-right-corner.left {
  left: 40px;
  right: auto;
}

.home-5-project-title {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 10px;
  transition: all .3s;
}

.home-5-project-title:hover {
  color: var(--black);
}

.home-5-project-title.cloud9 {
  color: var(--pl-medium-blue);
  font-size: 30px;
  line-height: 40px;
}

.projects-link-home-4 {
  line-height: 1.2em;
}

.projects-link-home-4.cloud9-link {
  color: var(--pl-medium-blue);
}

.projects-link-home-4.cloud9-link:hover {
  color: var(--black);
}

.home-4-item-link {
  line-height: 1.2em;
}

.home-4-item-link.cloud9 {
  color: var(--pl-medium-blue);
  margin-bottom: 0;
}

.home-4-item-link.cloud9:hover {
  color: var(--black);
}

.home-4-item-link.cloud9.red {
  color: var(--accent-color);
}

.red-link-home-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
}

.red-link-home-4:hover {
  color: var(--accent-color);
}

.red-link-home-4.cloud9 {
  color: var(--pl-medium-blue);
}

.base-container-11 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-main-color {
  background-color: var(--black);
  background-image: url('../images/City-1-2.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto 280px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.slider-title-name {
  color: var(--accent-color);
}

.section-red {
  background-color: var(--accent-color);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-red.about-us {
  display: none;
}

.section-red.with-print {
  background-image: url('../images/City-1-2.png');
  background-position: 0 -10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-red.lighter {
  background-color: var(--pl-silver);
}

.implemented-projects {
  color: var(--white);
  text-align: center;
}

.implemented-projects.dark {
  color: var(--black);
}

.number-of-projects {
  color: var(--white);
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}

.number-of-projects.dark {
  color: var(--pl-medium-blue);
}

.benefits-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.benefits-container-home-4 {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.paragraph-home-4 {
  margin-bottom: 20px;
}

.paragraph-home-4.spec {
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-home-4.spec.centre {
  text-align: center;
}

.paragraph-home-4.no-bottom-space {
  margin-bottom: 0;
}

.password {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.body-404 {
  background-color: var(--white);
  background-image: url('../images/City-Blue-PNG-2.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: auto 400px;
}

.brand-2 {
  z-index: 100;
}

._404-title {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 200px;
  font-weight: 800;
  line-height: 1em;
}

.coming-soon {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.leadership-title {
  color: var(--white);
}

.leadership-title.small {
  font-size: 16px;
  line-height: 26px;
}

.leadership-title.small.news-title {
  margin-right: 8px;
}

.leadership-title.tighter {
  letter-spacing: -1px;
  font-size: 46px;
}

.leadership-title.tighter.smaller {
  letter-spacing: -1.1px;
  font-size: 42px;
  line-height: 52px;
}

.leadership-title.tighter.smaller.wider {
  letter-spacing: -.05px;
}

.ruc-container {
  width: 60%;
  margin-right: auto;
}

.ruc-container.our-blog {
  width: 68%;
}

.ruc-container.about-us.smaller {
  width: 50%;
}

.ruc-container.our-services {
  width: 70%;
}

.white-description-leadership {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  font-size: 19px;
}

.reviews-photo {
  object-fit: cover;
  object-position: 50% 19%;
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
}

.testimonials-card-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item-3 {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.testominials-cards-banner-2 {
  z-index: 10;
  margin-top: -130px;
  padding-bottom: 80px;
  position: relative;
}

.testimonials-card-position-2 {
  color: #ff5b4a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
}

.base-container-2 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.testimonials-card-item-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #91919126;
}

.testimonials-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-quote-name-2 {
  color: var(--accent-color);
}

.clients-logo-wrapper-2 {
  z-index: 100;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.block-quote-position-2 {
  color: var(--white);
}

.block-quote-wrapper-2 {
  z-index: 100;
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.clients-logo-reviews {
  filter: invert();
  height: 40px;
  transition: all .3s;
}

.clients-logo-reviews:hover {
  opacity: .5;
}

.our-blog-grid-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-grid-list-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-item-grid {
  background-color: var(--white);
  flex-direction: column;
  width: 31.5%;
  display: flex;
  box-shadow: 0 0 10px #898a9126;
}

.blog-classic-overlay {
  z-index: 1;
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.article, .article-blog-sidebar {
  flex-direction: column;
  display: flex;
}

.blog-sidebar-overlay {
  z-index: 1;
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.recent-posts-title {
  margin-top: 0;
}

.collection-list-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.category-blog-collection {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-blog-details {
  padding-top: 180px;
  padding-bottom: 40px;
  position: relative;
}

.banner-block-right {
  z-index: 1;
  width: 45%;
  margin-left: auto;
  position: relative;
}

.banner-content-about-us {
  background-color: var(--gsc-green);
  flex-direction: column;
  height: 100%;
  padding-top: 160px;
  overflow: hidden;
}

.banner-content-about-us.shutter-styles {
  background-color: var(--white);
  background-image: linear-gradient(45deg, var(--gsc-green) 75%, white);
}

.description-banner-top-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.counter-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.counter-block.about-us {
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.counter-about-us {
  grid-row-gap: 50px;
  background-color: var(--ws-teal);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  width: 270px;
  padding: 20px 10px;
  display: flex;
  position: absolute;
  inset: auto auto -200px 100px;
  box-shadow: 0 0 10px 5px #0003;
}

.counter-text {
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.image-banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/PL_home_14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.image-banner-bottom.wider {
  background-image: url('../images/GSC-Home-20.webp');
  background-position: 50% 25%;
}

.image-banner-bottom.wider.telephone-handset {
  background-image: url('../images/PL_home_17.webp');
}

.image-banner-bottom.wider.door-panels {
  background-image: url('../images/PL_home_30.webp');
}

.image-banner-bottom.wider.ip-back-door-reader {
  background-image: url('../images/PL_home_47.webp');
}

.image-banner-bottom.wider.cloud9-mobile-app {
  background-image: url('../images/PL_home_35.webp');
}

.banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.number-counter {
  font-family: Muli, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.white-description-about {
  color: var(--white);
  width: 90%;
  font-size: 19px;
}

.capabilities-image-about-ruc {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.feedback-wrap-content {
  flex-direction: column;
  align-items: center;
  padding: 0 25px 25px;
  display: flex;
}

.why-choose-us {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.why-choose-us-item {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #91919126;
}

.why-choose-us-content {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.why-choose-us-photo {
  object-fit: cover;
  object-position: 50% 19%;
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
}

.about-services {
  flex-direction: column;
  align-items: center;
  padding: 0 25px 25px;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.collection-services {
  grid-column-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.ruc-services-title {
  margin-top: 0;
  transition: all .3s;
}

.ruc-services-title:hover {
  color: var(--accent-color);
}

.collection-list-wrapper-5 {
  width: 100%;
}

.section-with-big-padding {
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
}

.your-question {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.your-question:focus {
  border: 1px solid #000;
}

.your-question::placeholder {
  color: var(--text-dark-paragraph);
}

.red-h4 {
  color: var(--accent-color);
}

.make-your-dream {
  color: var(--white);
}

.tab-radio-button.w--redirected-focus {
  box-shadow: none;
}

.wrapper-for-ruc-stars {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.skills {
  color: var(--white);
}

.description-of-skills {
  color: var(--white);
  width: 87%;
}

.section-5 {
  position: relative;
}

.section-6 {
  padding-left: 40px;
  position: relative;
}

.name-3 {
  margin-top: 5px;
}

.number-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.register-container {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.register-text {
  width: 400px;
}

.how-it-work-block {
  width: 520px;
}

.red-subheading-h6 {
  color: #ff5b4a;
  margin-bottom: 15px;
}

.intro-item-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.work-stages-wrapper {
  margin-top: 40px;
}

.content-wrapper-item {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-wrapper-item.bottom-space {
  margin-bottom: 50px;
}

.number-1 {
  color: var(--accent-color);
}

.circle-work-green {
  border: 1px solid #113331;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.circle-work-green.item-1 {
  border-color: var(--accent-color);
  flex: none;
}

.intro-line-image {
  filter: brightness(200%);
  margin-top: 56px;
  margin-bottom: 10px;
  padding-left: 23px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-our-works {
  width: 100%;
}

.about-our-works.bigger {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.about-our-works.bigger.reduced-top-space {
  color: var(--black);
  margin-top: 20px;
}

.about-our-works.bigger.reduced-top-space.bottom-space {
  margin-bottom: 20px;
}

.right-process-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-image: url('../images/MTEC-Home-33.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.right-process-wrapp.accreditation {
  background-image: url('../images/WS-Home-20.webp');
}

.right-process-wrapp.pauline {
  background-image: url('../images/WS-Home-26.webp');
  background-position: 25%;
}

.right-process-wrapp.about-us {
  background-image: url('../images/GSC-Home-18.webp');
}

.process-title {
  letter-spacing: -1px;
}

.process-title.tighter {
  font-size: 38px;
  line-height: 48px;
}

.contact-us-form, .form-block-contact {
  margin-bottom: 0;
}

.locations {
  z-index: 10;
  margin-top: -130px;
  padding-bottom: 80px;
  position: relative;
}

.locations-wrapper {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.locations-item {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #91919126;
}

.contact-us-3-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.contacts-3-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.portfolio-tab-home-2 {
  background-color: #0000;
  justify-content: space-between;
  padding: 0;
  transition-property: background-color;
  display: flex;
}

.portfolio-tab-home-2:hover {
  background-color: #f9f9fa;
}

.portfolio-tab-home-2:active, .portfolio-tab-home-2:focus, .portfolio-tab-home-2:focus-visible, .portfolio-tab-home-2[data-wf-focus-visible], .portfolio-tab-home-2:visited {
  color: #000;
}

.portfolio-tab-home-2.w--current {
  color: #000;
  background-color: #0000;
}

.portfolio-tab-home-2.w--current:hover {
  color: #000;
}

.projects-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.category-wrapp {
  z-index: 5000;
  justify-content: flex-end;
  align-items: center;
  width: 123px;
  display: flex;
}

.project-mini-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.project-tabs {
  justify-content: space-between;
  display: flex;
}

.tab-ruc-project {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  padding: 0 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.tab-ruc-project:hover {
  opacity: 1;
  color: var(--accent-color);
}

.tab-ruc-project.w--current {
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-ruc-project.first {
  flex: 1;
  padding-left: 0;
}

.tab-ruc-project.last {
  padding-right: 0;
}

.tabs-project-wrap {
  width: 100%;
  height: 100%;
}

.tabs-list-our-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: 100%;
  display: flex;
}

.tabs-projects-item {
  width: 100%;
  height: 630px;
  position: relative;
}

.projects-container {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.tabs-project-vertical-wrap {
  width: 100%;
  height: 100%;
}

.tabs-project-vertical-wrap.filter-collection, .tabs-project-vertical-wrap.filter-collection-details {
  justify-content: space-between;
  display: flex;
}

.tabs-projects-item-vertical {
  width: 100%;
  height: 300px;
  position: relative;
}

.tabs-projects-item-vertical.category-tab {
  height: 400px;
}

.two-mini-projects {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.projects-container-ruc {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.projects-container-ruc.second {
  flex-direction: row-reverse;
}

.big-project-container {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tabs-project-content {
  margin-top: 45px;
}

.project-2-tabs {
  justify-content: center;
  display: flex;
}

.tab-ruc-project-2 {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  padding: 0 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.tab-ruc-project-2:hover {
  opacity: 1;
  color: var(--accent-color);
}

.tab-ruc-project-2.w--current {
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.three-column-projects {
  width: 100%;
  height: 100%;
}

.three-column-projects-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.three-column-projects-list.projects-2-list {
  justify-content: center;
}

.three-column-projects-item {
  width: 31.5%;
  height: auto;
  position: relative;
}

.three-column-projects-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-2-link {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.project-2-link:hover {
  color: var(--accent-color);
}

.project-2-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-2-img-wrap {
  position: relative;
  overflow: hidden;
}

.projects-2-contact-wrap {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.info-text-content {
  color: var(--black);
  font-size: 19px;
  font-weight: 400;
}

.collection-details {
  position: relative;
}

.blue-details-overlay {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ruc-services-list {
  grid-row-gap: 23px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ruc-services-list.category-listing {
  grid-column-gap: 27px;
  justify-content: center;
}

.ruc-services-wrapper {
  width: 100%;
}

.ruc-services-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.banner-bottom-menu {
  background-color: var(--accent-color);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 114px;
  margin-top: -114px;
  margin-left: auto;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px #00000014;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.bottom-menu {
  z-index: 9999;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-slider-icon {
  font-size: 14px;
}

.services-details-photo {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-img {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.secvices-detail-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.services-category {
  color: var(--accent-color);
  font-family: Muli, sans-serif;
  font-weight: 600;
  transition: color .3s;
}

.services-category:hover {
  color: var(--white);
}

.link-details {
  line-height: 1.2em;
}

.mask-5 {
  width: 100%;
  overflow: hidden;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
}

.collection-list-wrapper-6 {
  width: auto;
  height: 114px;
}

.about-4-projects-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-10 {
  width: 100%;
}

.collection-item-blog-post {
  width: 32%;
}

.about-4-projects-lightbox-link {
  width: 100%;
  height: 280px;
  position: relative;
}

.about-4-projects-overlay {
  z-index: 100;
  background-color: var(--midnight-blue);
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-4-projects-overlay:hover {
  opacity: 1;
}

.about-4-projects-plus-icon {
  color: #fff;
  font-size: 24px;
}

.about-4-projects-title-wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.about-4-projects-number-bg {
  z-index: 50;
  color: #dddddd80;
  letter-spacing: 3px;
  align-items: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 27px;
  list-style-type: decimal;
}

.paragraph.no-bottom-space {
  margin-bottom: 0;
}

.paragraph.split {
  column-count: 2;
}

.paragraph.bolder {
  font-weight: 500;
}

.paragraph.bolder.blue {
  color: var(--ws-dark-blue);
}

.paragraph.bottom-space {
  margin-bottom: 40px;
}

.paragraph.bold {
  font-weight: 400;
}

.paragraph.top-space {
  margin-top: 20px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-list-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-2 {
  z-index: 100;
  position: relative;
}

.services-content-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.video-content {
  width: 100%;
  margin-top: 80px;
}

.video {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/man-working-1_1man-working (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.text-content-right-details {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.slider-details-info-wrap {
  grid-column-gap: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.overlay-service-details {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(135deg, #0b0d29a6, #0000);
  position: absolute;
  inset: 0%;
}

.project-ruc-banner-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 5%;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

.lightbox-link {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  width: 100%;
  height: 100%;
}

.eye-icon {
  color: var(--accent-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.image-services-details {
  filter: brightness(0%);
  height: 74px;
}

.white-services-link-details {
  color: var(--white);
  transition: color .3s;
}

.white-services-link-details:hover {
  color: var(--black);
}

.licensing-image-link-collection {
  width: 100%;
  height: 100%;
}

.licensing-image-link-collection:hover {
  opacity: 1;
}

.licensing-img {
  width: 100%;
  height: 100%;
}

.top-main-wrapp {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.bottom-main-wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.process-link {
  transition: all .3s;
}

.process-link:hover {
  color: var(--accent-color);
}

.btn-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  color: var(--white);
}

.british-made {
  z-index: 1000;
  border: 1px solid var(--text-dark-paragraph);
  background-color: var(--white);
  color: #4353ff;
  border-radius: 4px;
  justify-content: center;
  width: auto;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 0 5px 2px #0003;
}

.british-made:hover {
  color: #4353ff;
  box-shadow: 0 0 6px 3px #0000004d;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.nav-link-pl {
  color: var(--black);
  white-space: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  padding: 42px 30px 42px 10px;
  line-height: 1em;
  text-decoration: none;
  transition-property: opacity;
  display: flex;
}

.nav-link-pl:hover {
  opacity: .7;
}

.nav-link-pl.hidden-desktop {
  display: none;
}

.text-block {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.text-block.bigger {
  font-size: 16px;
  line-height: 26px;
}

.text-span-5 {
  color: var(--ws-medium-blue);
}

.text-span-6 {
  color: var(--ws-light-blue);
}

.success-message {
  color: var(--black);
}

.gdpr-text {
  font-size: 12px;
  line-height: 22px;
}

.success-message-2 {
  color: var(--black);
}

.h2-heading {
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.h2-heading.centre-mobile.no-bottom-space {
  margin-bottom: 0;
}

.gdpr-link {
  color: var(--gsc-pink);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.gdpr-link:hover {
  color: var(--black);
}

.h3-heading {
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.link-dark {
  color: var(--gsc-pink);
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.link-dark:hover {
  color: var(--black);
}

.link-dark.news {
  color: var(--pl-light-blue);
  font-family: Muli, sans-serif;
}

.link-dark.bold {
  color: var(--mtec-light-blue);
  transition-duration: .5s;
}

.link-dark.bold:hover {
  color: var(--black);
}

.logotypes-v1-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 8px;
  display: flex;
}

.logotypes-v1-2.top-space {
  margin-top: 40px;
}

.logo-2 {
  height: auto;
}

.logo-2.smaller {
  max-width: 75%;
}

.heading-2 {
  letter-spacing: -.5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-2.lighter {
  letter-spacing: 0;
  font-weight: 300;
}

.heading-2.lighter.logo-bar {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 36px;
}

.wrapper {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.wrapper.centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper.centre.wider {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.logo-links {
  text-align: center;
  margin: 0 15px;
  padding: 8px 15px;
  transition: filter .5s;
}

.h4-heading {
  font-weight: 400;
  line-height: 35px;
}

.h4-heading.white {
  color: var(--white);
}

.h4-heading.white.bolder {
  font-weight: 600;
}

.h4-heading.top-space {
  margin-top: 40px;
}

.h4-heading.top-space.reduced {
  margin-top: 20px;
}

.paragraph-highlights {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.link-block-cloud9._33 {
  width: 33%;
}

.link-block-cloud9._50 {
  width: 50%;
}

.central-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 1;
  align-self: auto;
  display: flex;
}

.sub-heading {
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.tighter {
  letter-spacing: -1px;
}

.tighter.more {
  font-size: 40px;
}

.tighter.home-page {
  font-size: 38px;
  line-height: 48px;
}

.tighter.home-page.loose {
  letter-spacing: 0;
}

.logo-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 15px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.lightbox-round-corners, .image-round-corners {
  border-radius: 15px;
}

.collection-bottom-space {
  margin-bottom: 30px;
}

.main-title-wrapper-new {
  padding-left: 35px;
  display: flex;
  position: relative;
}

.logo-contact {
  margin-top: 30px;
}

.logo-contact.hidden-mobile {
  margin-top: 10px;
}

.list-item {
  list-style-type: decimal;
}

.no-top-space {
  margin-top: 0;
}

.dark-grey-bold {
  color: var(--text-dark-paragraph);
  font-weight: 700;
}

.drugsafe-logo-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  width: 90px;
  margin-top: 30px;
  display: flex;
}

.bold {
  font-weight: 400;
}

.footer-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footer-logos-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.measure-tape {
  color: var(--text-dark-paragraph);
  margin-right: 6px;
  font-family: "Fa 400", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-span {
  color: var(--black);
}

.coloured-text {
  color: var(--mtec-light-green);
}

.divider {
  background-color: var(--black);
  width: 10%;
  height: .5px;
}

.divider.bottom-space {
  margin-bottom: 40px;
}

.divider.bottom-space.reduced {
  margin-bottom: 20px;
}

.bolder-text {
  color: var(--mtec-dark-blue);
  font-weight: 500;
}

.gallery {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.gallery.no-top-space {
  padding-top: 0;
}

.image-3 {
  margin-right: 8px;
}

.h2-pink {
  color: var(--gsc-pink);
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-transform: capitalize;
  background-color: #22b7eb;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #eee;
}

.button.brochure {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.brochure-mini-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-2.no-bottom-space {
  margin-bottom: 0;
}

.brochure-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10px 2px #0003;
}

.section-footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: .5px solid var(--text-dark-paragraph);
  background-color: var(--white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  color: #010524;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-3.centre {
  text-align: center;
}

.paragraph-bolder {
  font-weight: 400;
}

.footer-quickstack-left {
  border-bottom: .5px solid #000;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.link-dark-2 {
  color: #010524;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  transition: all .5s;
}

.link-dark-2:hover {
  color: #717171;
}

.footer-centre-cell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.footer-main-left-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 625px;
  padding: 60px 0 80px;
}

.footer-copyright-3 {
  color: #717171;
  width: 100%;
  font-size: 15px;
}

.footer-main-left {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.social-link-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 4px;
  transition: all .5s;
}

.social-link-box:hover {
  filter: grayscale();
}

.footer-link-white {
  color: #fff;
  transition: all .3s;
}

.footer-link-white:hover {
  color: var(--black);
}

.footer-main-right {
  background-color: var(--gsc-green);
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.social-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 5px;
}

.footer-main-right-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px 20px 80px 70px;
}

.footer-form-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-form-title-2.smaller {
  font-size: 36px;
}

.footer-form-title-2.smaller.more {
  -webkit-text-stroke-width: .5px;
  font-size: 32px;
  line-height: 52px;
}

.paragraph-4 {
  color: #010524;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-4.footer-right {
  color: #fff;
}

.paragraph-4.footer-right.wee-beastie-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.wee-beastie {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.wee-beastie:hover {
  color: var(--black);
}

.footer-links-wrapper-right {
  grid-column-gap: 30px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-divider-white {
  background-color: #fff;
  width: 100%;
  height: .5px;
  margin-bottom: 20px;
}

.link-new {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.link-new:hover {
  color: var(--gsc-pink);
}

.bolder {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 55px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 85%, transparent), url('../images/GSC-Home-10.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 600px;
    padding-bottom: 80px;
  }

  .section.banner-our-team.quick-quote {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-12.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-our-team.about-us {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 100%, transparent 90%), url('../images/GSC-Home-17.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.contacts-2-banner {
    padding-top: 160px;
  }

  .section.home-13-get-started {
    background-image: linear-gradient(90deg, var(--dark-blue) 10%, transparent), url('../images/GSC-Home-8.webp');
    background-position: 0 0, 60%;
  }

  .section.home-ruc-3-banner-section {
    padding-top: 160px;
  }

  .section.style-guide-section {
    padding-top: 200px;
  }

  .section.red-bg-with-rpint {
    background-size: auto 500px;
  }

  .section.banner-our-customers, .section.banner-our-blog {
    min-height: 600px;
    padding-bottom: 80px;
  }

  .section.banner-our-prices {
    background-image: linear-gradient(45deg, var(--dark-blue) 15%, transparent 70%, #0000), url('../images/MTEC-Home-14.webp');
    background-position: 0 0, 50%;
    min-height: 600px;
    padding-bottom: 80px;
  }

  .section.banner-our-prices.clients {
    background-image: linear-gradient(45deg, var(--mtec-strong-green) 20%, transparent), url('../images/MTEC-Home-25.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.banner-our-projects {
    min-height: 600px;
    padding-bottom: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .coming-soon-heading {
    width: 75%;
    font-size: 70px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .career-customer-image {
    height: 40px;
  }

  .contacts-content-wrapper {
    width: 45%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-3-content-wrap {
    width: 45%;
  }

  .project-template-content {
    width: 75%;
  }

  .blog-list.blog-grig-collection, .blog-list.category-blog-list {
    grid-column-gap: 30px;
  }

  .section-with-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tabs-content {
    margin-top: 70px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .description-container, .title-container, .title-container.smaller {
    width: 50%;
  }

  .slider-content-container {
    padding-left: 60px;
  }

  .about-text-block {
    width: 45%;
  }

  .about-img._1 {
    left: 35%;
  }

  .about-img._5 {
    left: 48%;
  }

  .about-img._3 {
    width: 340px;
    display: none;
    top: 22%;
  }

  .about-img._4 {
    width: 280px;
    display: none;
  }

  .about-img._2 {
    z-index: 2;
    width: 340px;
  }

  .about-images-block {
    width: 55%;
  }

  .projects-primary-bg {
    background-size: auto 400px;
    height: 500px;
  }

  .home-5-projects-item {
    width: 31.8%;
    height: 420px;
  }

  .home-team-content {
    width: 30%;
  }

  .home-team-testimonial {
    width: 70%;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-9-slide-container {
    max-width: 950px;
  }

  .home-12-service-content {
    padding-left: 60px;
  }

  .testimonials-nav-outline-item-2 {
    opacity: 1;
  }

  .about-5-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-5-info-wrap-left, .about-5-info-wrap-right {
    width: 50%;
  }

  .about-ruc-company-wrap {
    padding-right: 50px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-13-testimonials {
    padding-bottom: 130px;
  }

  .home-13-counter-heading {
    width: 90%;
  }

  .image-gallery {
    min-height: 250px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 250px 250px;
    grid-template-columns: 250px 250px 250px 250px;
    margin-top: 110px;
  }

  .home-19-gallery-img-link {
    height: 250px;
  }

  .margin-bottom-20.quote-author-photo {
    height: 500px;
  }

  .center-title {
    padding-right: 140px;
  }

  .mask-4 {
    width: 90%;
  }

  .style-guide-body-wrapper-2 {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .div-block-7 {
    margin-bottom: -80px;
  }

  .landing-inner-page-item-2.home-screen-banner, .landing-inner-page-item-2.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    padding-right: 220px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .nav-dropdown-list-2.w--open {
    left: auto;
  }

  .dropdown-header {
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-dropdown-icon-white {
    margin-right: 20px;
  }

  .company-services-item {
    height: 400px;
    padding: 40px;
  }

  .white-description-home-1 {
    width: 70%;
  }

  .home-1-logos {
    padding-top: 130px;
  }

  .home-1-banner {
    width: 78%;
  }

  .footer-2 {
    padding-top: 100px;
  }

  .footer-rights-wrapper-2 {
    margin-top: 30px;
  }

  .home-1-title {
    font-size: 55px;
  }

  .vertical-inscription.error {
    left: 15px;
  }

  .home-1-slide-1, .home-1-slide-2, .home-1-slide-3 {
    background-position: 50% 0;
  }

  .main-left-title-wrapper {
    width: 60%;
  }

  .main-left-title-wrapper.contacts-3 {
    width: 40%;
  }

  .section-title-ruc-wrapper {
    width: 85%;
  }

  .our-company-title {
    width: 100%;
  }

  .short-info-services {
    grid-row-gap: 40px;
  }

  .collection-ruc-services-item {
    width: 31.8%;
  }

  .section-gray {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .text-container-2 {
    margin-bottom: 130px;
  }

  .text-container-2.mb-0 {
    grid-column-gap: 100px;
  }

  .text-container-2.mb-0.centre {
    grid-column-gap: 60px;
    align-items: center;
  }

  .home-5-banner-slider-info-wrapper {
    grid-column-gap: 20px;
  }

  .vertical-wrap {
    width: 63%;
  }

  .home-5-banner-wrapper {
    max-width: 950px;
  }

  .large-photo-gallery {
    grid-template-rows: 325px;
    grid-template-columns: 280px 1fr 280px;
  }

  .image-ruc-home-5 {
    height: 325px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .banner-block-left-home-1 {
    width: 48%;
    min-height: 95vh;
    max-height: none;
  }

  .text-content-right-home-1 {
    grid-row-gap: 70px;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .home-4-services-item {
    height: 340px;
  }

  .pricing-ruc-primary-bg {
    background-size: auto 400px;
    height: 500px;
  }

  .home-5-services-overlay {
    width: 50%;
  }

  .section-main-color {
    background-size: auto 320px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .coming-soon {
    font-size: 55px;
  }

  .leadership-title {
    font-size: 50px;
  }

  .white-description-leadership {
    width: 100%;
  }

  .white-description-leadership.our-blog {
    width: 90%;
  }

  .reviews-photo {
    height: 250px;
  }

  .testimonials-card-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
  }

  .testominials-cards-banner-2 {
    padding-bottom: 130px;
  }

  .clients-logo-wrapper-2 {
    justify-content: space-around;
  }

  .section-blog-details {
    padding-bottom: 40px;
  }

  .banner-block-right {
    width: 40%;
  }

  .description-banner-top-block {
    grid-column-gap: 80px;
  }

  .counter-about-us {
    left: 50px;
  }

  .image-banner-bottom {
    height: 600px;
    margin-left: 4%;
  }

  .image-banner-bottom.wider {
    margin-left: 0%;
  }

  .white-description-about {
    width: 80%;
  }

  .white-description-about.wider {
    width: 90%;
  }

  .why-choose-us {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
  }

  .why-choose-us-photo {
    height: 250px;
  }

  .collection-services {
    grid-column-gap: 30px;
  }

  .section-with-big-padding {
    padding-bottom: 250px;
  }

  .description-of-skills {
    width: 75%;
  }

  .how-it-work-block {
    width: 570px;
  }

  .content-wrapper-item {
    justify-content: space-around;
  }

  .right-process-wrapp {
    background-image: url('../images/MTEC-Home-33.webp');
  }

  .right-process-wrapp.pauline {
    background-position: 25%;
  }

  .process-title {
    width: 90%;
  }

  .locations {
    padding-bottom: 130px;
  }

  .projects-image-wrapper {
    height: 610px;
  }

  .project-mini-image-wrapper {
    height: 470px;
  }

  .tabs-projects-item-vertical.category-tab {
    height: 500px;
  }

  .tabs-project-content {
    margin-top: 60px;
  }

  .three-column-projects-list {
    grid-column-gap: 30px;
  }

  .three-column-projects-img {
    height: 400px;
  }

  .ruc-services-list.category-listing {
    grid-column-gap: 30px;
    justify-content: center;
  }

  .ruc-services-wrapper.category-service {
    justify-content: center;
  }

  .ruc-services-item {
    height: 340px;
  }

  .banner-bottom-menu {
    width: 35%;
  }

  .bottom-menu {
    grid-column-gap: 60px;
  }

  .services-details-photo {
    width: 43.7%;
    min-height: 95vh;
    max-height: none;
  }

  .secvices-detail-title {
    font-size: 55px;
  }

  .process-service-title {
    width: 90%;
  }

  .video-content {
    margin-top: 130px;
  }

  .video {
    height: 550px;
  }

  .text-content-right-details {
    grid-row-gap: 70px;
  }

  .slider-details-info-wrap {
    grid-column-gap: 20px;
  }

  .project-ruc-banner-image {
    height: 650px;
  }

  .lightbox-round-corners, .image-round-corners {
    border-radius: 15px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 85%, transparent), url('../images/GSC-Home-10.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-our-team.quick-quote {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-12.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-our-team.about-us {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 100%, transparent 90%), url('../images/GSC-Home-17.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.contacts-2-banner {
    padding-top: 140px;
  }

  .section.home-13-get-started {
    background-image: linear-gradient(90deg, var(--dark-blue) 10%, transparent), url('../images/GSC-Home-8.webp');
    background-position: 0 0, 60%;
  }

  .section.banner-our-prices {
    background-image: linear-gradient(45deg, var(--dark-blue) 15%, transparent 70%), url('../images/MTEC-Home-14.webp');
    background-position: 0 0, 50%;
  }

  .coming-soon-heading {
    font-size: 80px;
  }

  .search-section {
    padding-top: 180px;
  }

  .home-testimonials-mask {
    width: 80%;
  }

  .testimonials-slider-author {
    margin-top: 30px;
  }

  .home-testimonials-slider {
    margin-left: 20%;
  }

  .testimonials-text-wrapper {
    padding: 40px 60px;
  }

  .home-4-blog-wrapper {
    grid-row-gap: 60px;
  }

  .about-text-block {
    width: 40%;
  }

  .about-img._1 {
    z-index: 1;
    width: 380px;
    left: 32%;
  }

  .about-img._5 {
    left: 48%;
  }

  .about-img._3 {
    z-index: 2;
    width: 400px;
    display: inline-block;
    top: 10%;
    right: 0%;
  }

  .about-img._3.completely-hidden {
    display: none;
  }

  .about-img._4 {
    z-index: 3;
    width: 300px;
    display: inline-block;
    top: 42%;
    left: 60%;
  }

  .about-img._4.completely-hidden {
    display: none;
  }

  .about-img._2 {
    z-index: 2;
    width: 390px;
    top: 25%;
  }

  .about-us-container {
    grid-column-gap: 40px;
  }

  .about-images-block {
    width: 60%;
  }

  .our-services-wrap {
    align-items: center;
  }

  .projects-primary-bg {
    background-position: 80%;
  }

  .home-team-wrapper {
    margin-left: 8%;
  }

  .home-team-content {
    width: 30%;
  }

  .home-team-testimonial, .home-5-testimonials-mask {
    width: 70%;
  }

  .content-link {
    margin-left: 15px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-gallery {
    min-height: 300px;
  }

  .grid {
    grid-template-rows: 300px 300px;
    grid-template-columns: 300px 300px 300px 300px;
  }

  .home-19-gallery-img-link {
    height: 300px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .company-services-item {
    height: 450px;
    padding: 50px;
  }

  .footer-2 {
    background-position: 84% 100%;
    background-size: auto 450px;
  }

  .our-company-title {
    width: 80%;
  }

  .text-container-2.mb-0.centre {
    align-items: center;
  }

  .section-video {
    height: 700px;
  }

  .banner-block-left-home-1 {
    background-position: 50%;
    width: 48%;
  }

  .pricing-ruc-primary-bg {
    background-position: 80%;
  }

  .body-404 {
    background-position: 50% 35%;
    background-size: auto 350px;
  }

  ._404-title {
    font-size: 230px;
  }

  .reviews-photo {
    height: 300px;
  }

  .our-blog-grid-wrapper {
    grid-row-gap: 60px;
  }

  .banner-block-right {
    width: 45%;
  }

  .counter-about-us {
    left: 100px;
  }

  .image-banner-bottom {
    margin-left: 9%;
  }

  .white-description-about {
    width: 80%;
  }

  .why-choose-us-photo {
    height: 300px;
  }

  .right-process-wrapp.pauline {
    background-position: 25%;
  }

  .services-details-photo {
    width: 44.5%;
  }

  .button {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-main-right-inner {
    width: 625px;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-our-team {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 85%, transparent), url('../images/GSC-Home-10.webp');
    background-position: 0 0, 50%;
  }

  .section.banner-our-team.quick-quote {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-12.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-our-team.about-us {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--transparent) 90%, transparent), url('../images/GSC-Home-17.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.contacts-2-banner {
    padding-top: 160px;
  }

  .section.home-13-get-started {
    background-image: linear-gradient(90deg, var(--dark-blue) 10%, transparent), url('../images/GSC-Home-8.webp');
    background-position: 0 0, 50%;
  }

  .section.red-bg-with-rpint {
    background-position: 22% 100%;
  }

  .section.banner-our-prices {
    background-image: linear-gradient(45deg, var(--dark-blue) 15%, transparent 70%), url('../images/MTEC-Home-14.webp');
    background-position: 0 0, 50%;
  }

  .section.banner-our-prices.clients {
    background-image: linear-gradient(45deg, var(--mtec-strong-green) 15%, transparent), url('../images/MTEC-Home-25.webp');
    background-position: 0 0, 0%;
  }

  .section.banner-contacts-3 {
    min-height: 650px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .coming-soon-image {
    width: 100%;
    height: 435px;
  }

  .search-section {
    padding-top: 200px;
  }

  .about-3-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-testimonials-mask {
    width: 70%;
  }

  .home-testimonials-slider-arrow.right {
    left: 34%;
  }

  .home-testimonials-slider {
    margin-left: 26%;
  }

  .background-text-big {
    font-size: 120px;
  }

  .about-text-block {
    padding-right: 12%;
  }

  .about-img._1 {
    z-index: 1;
    width: 420px;
    left: 36%;
    box-shadow: 7px 7px 14px 4px #0003;
  }

  .about-img._5 {
    top: 38%;
    left: 55%;
    box-shadow: 7px 7px 14px 4px #0003;
  }

  .about-img._3 {
    z-index: 2;
    width: 430px;
    top: 15%;
    left: 60%;
    box-shadow: 0 7px 14px 4px #0003;
  }

  .about-img._4 {
    z-index: 3;
    top: 50%;
    left: 55%;
  }

  .about-img._2 {
    z-index: 2;
    left: 20%;
  }

  .projects-primary-bg {
    background-position: 70%;
    background-size: auto 450px;
  }

  .home-team-wrapper {
    margin-left: 19%;
  }

  .home-team-content {
    width: 20%;
  }

  .home-team-testimonial {
    width: 80%;
  }

  .home-5-testimonials-mask {
    width: 60%;
  }

  .home-12-service-content {
    padding-right: 10%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-13-tabs-section {
    margin-right: auto;
  }

  .home-testimonials-con {
    background-color: #0000;
  }

  .image-gallery {
    min-height: 410px;
  }

  .grid {
    grid-template-rows: 410px 410px;
    grid-template-columns: 410px 410px 410px 410px;
  }

  .home-19-gallery-img-link {
    height: 410px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .div-block-7 {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 180px;
  }

  .color-bg {
    height: 200px;
  }

  .primary-red-button.sage-green:hover {
    border-color: var(--dark-gray);
    background-color: var(--white);
  }

  .nav-dropdowm-link-line {
    height: 1px;
  }

  .base-container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .company-services-item {
    height: 550px;
  }

  .footer-2 {
    background-position: 70% 100%;
    background-size: auto 450px;
  }

  .section-title-ruc-wrapper {
    width: 75%;
  }

  .text-container-2.mb-0.centre {
    align-items: center;
  }

  .section-video {
    height: 750px;
  }

  .large-photo-gallery {
    grid-template-rows: 400px;
    grid-template-columns: 420px 1fr 420px;
  }

  .image-ruc-home-5 {
    height: 400px;
  }

  .banner-block-left-home-1 {
    background-position: 50% 0;
    width: 45.8%;
  }

  .text-content-right-home-1 {
    grid-row-gap: 160px;
  }

  .home-ruc-4-banner-section {
    background-size: auto 500px;
  }

  .pricing-ruc-primary-bg {
    background-position: 70%;
    background-size: auto 450px;
  }

  .home-5-services-overlay {
    width: 45%;
  }

  .section-main-color {
    background-position: 100% 100%;
    background-size: auto 450px;
  }

  .body-404 {
    background-position: 50% 40%;
    background-size: auto 430px;
  }

  .testimonials-card-wrapper-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .counter-about-us {
    left: 140px;
  }

  .image-banner-bottom {
    height: 700px;
    margin-left: 19%;
  }

  .image-banner-bottom.wider {
    background-image: url('../images/GSC-Home-20.webp');
    background-position: 50% 30%;
  }

  .white-description-about {
    width: 90%;
  }

  .why-choose-us {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-process-wrapp.pauline {
    background-position: 25%;
  }

  .banner-bottom-menu {
    width: 30%;
  }

  .services-details-photo {
    width: 45.8%;
  }

  .text-content-right-details {
    grid-row-gap: 160px;
  }

  .project-ruc-banner-image {
    height: 900px;
  }

  .heading-2.lighter.logo-bar {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding-top: 40px;
  }

  .section.banner, .section.changelog-banner, .section.blog-grid-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(45deg, var(--dark-blue), var(--transparent) 85%, transparent), url('../images/GSC-Home-10.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.banner-our-team.quick-quote {
    background-image: linear-gradient(45deg, var(--dark-blue) 13%, var(--transparent) 80%, transparent), url('../images/GSC-Home-12.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-our-team.about-us {
    background-image: linear-gradient(0deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-17.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-testimonials {
    min-height: 600px;
    padding-bottom: 120px;
  }

  .section.home-13-get-started {
    background-image: linear-gradient(90deg, var(--dark-blue) 20%, transparent), url('../images/GSC-Home-8.webp');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.home-ruc-3-banner-section {
    min-height: 800px;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .section.home-ruc-5-banner {
    padding-bottom: 110px;
  }

  .section.banner-our-customers, .section.banner-our-blog {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.banner-our-prices {
    background-image: linear-gradient(45deg, var(--dark-blue) 25%, transparent 80%), url('../images/MTEC-Home-14.webp');
    background-position: 0 0, 75%;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.banner-our-prices.clients {
    background-image: linear-gradient(45deg, var(--mtec-strong-green) 50%, transparent), url('../images/MTEC-Home-25.webp');
    background-position: 0 0, 50%;
  }

  .section.banner-our-prices.training {
    background-image: linear-gradient(45deg, var(--dark-blue) 45%, transparent), url('../images/MTEC-Home-27.webp');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.banner-why-ruc {
    min-height: 600px;
    padding-bottom: 120px;
  }

  .section.banner-contacts-3 {
    padding-bottom: 120px;
  }

  .section.projects-details {
    min-height: 300px;
  }

  .section.banner-our-projects {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.services-ruc-category {
    min-height: 400px;
  }

  .section._120 {
    padding: 80px 20px;
  }

  .section._120.reduced-bottom-space {
    padding-bottom: 60px;
  }

  .section._100 {
    padding: 80px 20px;
  }

  .section.logo-bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .base-container.relative {
    z-index: 100;
    position: relative;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .licensing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licensing-grid.last-child {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    width: 80%;
    font-size: 60px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-flow: wrap;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .accordion-wrapper {
    grid-column-gap: 40px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-3-capabilities-wrap-left {
    padding-right: 40px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 50%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--accent-color);
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-3-content-wrap {
    width: 90%;
  }

  .about-3-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .about-3-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form-text-field {
    width: 300px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-banner-image {
    padding-top: 20px;
  }

  .project-template-image {
    height: 360px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .blog-item {
    width: 47%;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-testimonials-mask {
    width: 90%;
  }

  .home-testimonials-slider-arrow {
    display: none;
  }

  .home-testimonials-slider-arrow.right {
    left: 38%;
  }

  .home-testimonials-slider {
    padding-bottom: 0;
  }

  .testimonials-text-wrapper {
    padding: 15px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
  }

  .objects-title {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
  }

  .gallery-con {
    max-width: 750px;
  }

  .tab:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .section-with-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabs-item {
    width: 47.5%;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .testimonials-quote-icon-2 {
    font-size: 45px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonials-slider-con {
    max-width: 675px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .testimonials-quote {
    max-width: 555px;
    margin-top: 33px;
    font-size: 21px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .background-text-big {
    font-size: 90px;
  }

  .project-overlay {
    background-color: #0003;
    background-image: linear-gradient(360deg, var(--dark-blue), transparent 70%);
    opacity: 1;
    padding: 20px 20px 30px;
  }

  .content-item {
    width: 47%;
  }

  .content-item.last-item {
    width: 100%;
  }

  .subscribe-form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .short-info-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .short-info-content {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .subscribe-input {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .description-container, .title-container.smaller {
    width: 100%;
  }

  .slider-left-arrow {
    inset: 420px auto auto 0%;
  }

  .slider-right-arrow {
    inset: 420px auto auto 60px;
  }

  .home-3-slider-item-container {
    flex-direction: column;
  }

  .home-3-slide-image {
    object-fit: cover;
    object-position: 50% 35%;
    width: 100%;
    height: 480px;
  }

  .slider-content-container {
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .slider-content-buttons {
    flex-direction: column;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .footer-gallery-image {
    width: 360px;
    height: 280px;
  }

  .banner-slider-description {
    width: 100%;
  }

  .banner-slider-description.home-2-text {
    width: 90%;
    font-size: 16px;
  }

  .about-text-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-img._1 {
    z-index: 1;
    top: 0%;
    left: 32%;
    box-shadow: 7px 7px 14px 4px #0003;
  }

  .about-img._5 {
    top: 32%;
    bottom: 0;
    left: 48%;
    box-shadow: 7px 7px 14px 4px #0003;
  }

  .about-img._3 {
    z-index: 1;
    width: 360px;
    display: block;
    top: 0%;
    right: 15px;
  }

  .about-img._3.completely-hidden {
    display: none;
  }

  .about-img._4 {
    z-index: 3;
    width: 240px;
    display: block;
    top: 54%;
    left: auto;
    right: 15px;
    box-shadow: -7px -7px 14px 4px #0003;
  }

  .about-img._4.completely-hidden {
    display: none;
  }

  .about-img._2 {
    z-index: 2;
    top: 25%;
    left: 10%;
  }

  .about-text-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .about-us-container {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .about-images-block {
    width: 100%;
  }

  .home-5-projects-list {
    flex-wrap: wrap;
  }

  .home-5-projects-item {
    width: 48.3%;
  }

  .home-team-content, .home-team-testimonial {
    width: 50%;
  }

  .home-5-testimonials-slider {
    padding-bottom: 0;
  }

  .content-link {
    margin-left: 10px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-form-field {
    width: 300px;
  }

  .capabilities-image {
    object-position: 50% 30%;
    height: 500px;
  }

  .home-9-slide-container {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .circle-counter-wrapper.col-33-wrap {
    width: 100%;
    margin-top: 30px;
  }

  .circle-counter {
    width: 50%;
  }

  .home-11-services-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-12-service-image {
    width: 50%;
  }

  .home-12-service-content {
    width: 50%;
    padding-right: 15px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-5-info-wrapper {
    flex-wrap: wrap;
  }

  .about-5-info-wrap-left {
    width: 100%;
  }

  .about-5-info-wrap-left.bigger {
    width: 60%;
  }

  .about-5-info-wrap-left.wider, .about-5-info-wrap-right, .about-5-info-wrap-right.centre {
    width: 100%;
  }

  .about-5-info-wrap-right.centre.smaller {
    width: 30%;
  }

  .about-5-info-wrap-right.centre.hidden-desktop {
    display: block;
  }

  .about-5-info-wrap-right.centre.hidden-mobile {
    display: none;
  }

  .about-5-info-cards-wrapper {
    justify-content: space-between;
  }

  .about-ruc-company-wrap {
    width: 47%;
    padding-right: 60px;
  }

  .tab-aditional-block {
    background-position: 50% 20%;
    width: 100%;
  }

  .tab-radio-button-field {
    justify-content: flex-start;
    width: 45%;
  }

  .tab-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-aditional {
    background-image: linear-gradient(to top, var(--dark-blue), var(--midnight-blue));
    flex-direction: column;
    min-height: auto;
    padding: 30px;
  }

  .probressbar-container {
    flex-direction: column;
    padding-bottom: 190px;
  }

  .home-13-tabs {
    width: 90%;
  }

  .radio-buttons-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .home-testimonials-con.home-4-testimonials-container {
    min-width: auto;
  }

  .home-13-testimonial {
    margin-right: 30px;
  }

  .home-13-mask-testimonials {
    max-width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-author {
    justify-content: center;
  }

  .tab-additional-text {
    margin-bottom: 30px;
  }

  .home-13-counter-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-top-content-wrapper {
    width: 60%;
  }

  .image-gallery {
    min-height: 354px;
  }

  .grid {
    grid-template-rows: 354px 354px 354px 354px;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }

  .testimonials-intro {
    width: 100%;
  }

  .home-19-gallery-img-link {
    height: 354px;
  }

  .margin-bottom-20.quote-author-photo {
    height: 400px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .home-23-contacts-wrapper {
    flex-wrap: wrap;
  }

  .flex-horizontal-center.wrap-mobile {
    grid-column-gap: 20px;
  }

  .mask-4 {
    width: 90%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 30px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-home-pages-wrapper-copy {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item-2.home-screen-banner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item-2.home-screen {
    max-width: 550px;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 60%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    padding-top: 130px;
  }

  .color-bg {
    height: 100px;
  }

  .primary-red-button.header-button {
    display: none;
  }

  .primary-red-button.sage-green.brochure {
    height: 50px;
  }

  .border-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .line {
    background-color: var(--white);
  }

  .wrapper-item-home-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdowm-link-line {
    display: none;
  }

  .logo-mobile-2 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .navigation-menu-home-6 {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-close-icon-2 {
    align-self: stretch;
    max-width: 60%;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    height: 340px;
    padding-right: 0;
    overflow: auto;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    width: 100%;
  }

  .dropdown-header {
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .dropdown-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .menu-button-2 {
    text-align: right;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 15px 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    display: none;
  }

  .tablet-menu-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-home-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .search-shop-con-2, .search-shop-con-2.home-5 {
    display: none;
  }

  .nav-dropdown-transparent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .top-tablet-menu {
    width: 100%;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-2 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-2.w--current {
    font-size: 16px;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 20px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .menu-wrapper {
    justify-content: space-between;
    display: inline;
  }

  .nav-menu-shadow-overlay-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .line-header {
    background-color: var(--white);
    margin-bottom: 10px;
  }

  .nav-item-title-white {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .nav-dropdown-icon-white {
    justify-content: space-between;
    margin-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .image-ruc, .image-ruc.tablet {
    height: 70px;
  }

  .image-ruc._404 {
    height: 100px;
  }

  .who-we-are-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-us-wrap.left, .about-us-wrap.right {
    width: 100%;
  }

  .div-block-18 {
    flex: 0 auto;
    height: 350px;
  }

  .about-us-2-video-section, .big-play-red, .big-play-red-animations {
    width: 80px;
    height: 80px;
  }

  .company-services-item {
    width: 50%;
  }

  .white-description-home-1 {
    width: 95%;
  }

  .image-ruc-animation {
    height: 70px;
  }

  .home-1-logos {
    grid-column-gap: 100px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
  }

  .home-1-banner {
    width: 100%;
  }

  .footer-main-wrapper {
    flex-wrap: wrap;
  }

  .footer-form-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .footer-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-2 {
    background-position: 89% 100%;
    background-size: auto 250px;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .footer-logo-wrapper-2 {
    width: 50%;
  }

  .home-1-title.home-2-title {
    font-size: 45px;
  }

  .red-h1-title.pl-light-blue {
    color: var(--mtec-light-blue);
  }

  .vertical-inscription {
    text-align: left;
    position: static;
    transform: rotate(0);
  }

  .vertical-inscription.secondary-sections-dark, .vertical-inscription.error {
    text-align: center;
  }

  .vertical-inscription.h6-leadership.bigger {
    font-weight: 600;
  }

  .vertical-inscription.h6-about-us {
    text-align: center;
  }

  .vertical-inscription.h6-about-us.white.hidden-mobile, .vertical-inscription.white.hidden-mobile {
    display: none;
  }

  .main-title-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .main-title-wrapper.home-4-wrap {
    text-align: center;
    align-items: center;
  }

  .main-title-wrapper.smth-great, .main-title-wrapper.about-ruc {
    align-items: center;
  }

  .main-left-title-wrapper {
    flex-direction: column;
    width: 85%;
    padding-left: 0;
  }

  .main-left-title-wrapper.contacts-3 {
    width: 70%;
  }

  .home-23-team-item-2 {
    width: 48%;
  }

  .home-1-our-team-image {
    height: 320px;
  }

  .home-1-team-item {
    width: 48.5%;
  }

  .ruc-social-wrapper {
    background-color: #0000;
  }

  .navigation-menu-style-guide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-ruc-style-guide {
    height: 30px;
  }

  .line-header-style-guide {
    background-color: var(--black);
    margin-bottom: 5px;
  }

  .line-style-guide {
    background-color: var(--black);
  }

  .form-block-2 {
    width: auto;
  }

  .section-title-ruc-wrapper {
    max-width: 560px;
  }

  .home-contacts-form-wrap-2 {
    width: 100%;
    margin-top: 0;
  }

  .contacts-adress-2 {
    width: auto;
  }

  .contacts-adress-wrap-2 {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

  .contacts-input-ruc {
    width: 50%;
  }

  .home-contacts-2 {
    width: 100%;
    padding-right: 0;
  }

  .question-title {
    width: 60%;
  }

  .question-title.contact-us-3 {
    width: 100%;
  }

  .paragraph-our-benefits {
    font-size: 16px;
  }

  .short-info-services {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-3-description {
    width: 100%;
  }

  .home-3-ruc-services-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    grid-column-gap: 40px;
  }

  .collection-ruc-services-item {
    width: 31.5%;
  }

  .section-gray {
    padding: 80px 20px;
  }

  .h2-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-second-block-gallery {
    grid-row-gap: 20px;
  }

  .h2-two-images-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ruc-project-wrapper {
    background-color: #0000;
    background-image: linear-gradient(360deg, var(--dark-blue), transparent 69%);
    padding: 20px;
  }

  .ruc-projects-link {
    font-size: 18px;
  }

  .text-container-2 {
    grid-column-gap: 20px;
    margin-bottom: 80px;
  }

  .text-container-2.mb-0 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .home-5-banner-slider-container {
    text-align: center;
  }

  .home-5-banner-slider-section {
    margin-top: -110px;
  }

  .home-5-banner-slider-mask {
    max-height: none;
  }

  .collection-item-home-5 {
    grid-column-gap: 0px;
  }

  .home-5-banner-slider-info-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .slider-wrapper-home-5 {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vertical-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding-left: 0;
    display: flex;
  }

  .home-features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-features-wrapper.contacts-2 {
    grid-row-gap: 23px;
  }

  .home-features-wrap {
    width: 47%;
    box-shadow: 0 0 30px #0f5cfa14;
  }

  .home-features-wrap:hover {
    box-shadow: 0 0 30px #0f5cfa00;
  }

  .home-features-wrap.cntact-us-2 {
    width: 48.5%;
  }

  .home-features-items-wrap {
    width: 47%;
  }

  .section-video {
    height: 500px;
    padding-bottom: 60px;
  }

  .large-photo-gallery {
    grid-template-rows: 220px;
    grid-template-columns: 170px 1fr 170px;
  }

  .section-lightbox {
    margin-top: -60px;
  }

  .image-ruc-home-5 {
    height: 220px;
  }

  .bottom-block-home-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .button-block-right {
    justify-content: center;
  }

  .button-block-right.left {
    margin-left: auto;
  }

  .banner-block-left-home-1 {
    background-image: linear-gradient(0deg, var(--gsc-green), transparent 40%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/GSC-Home-1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 100%;
    height: 100vh;
    max-height: 100%;
  }

  .text-content-right-home-1 {
    z-index: 100;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-right: 0;
    position: relative;
  }

  .brand-block {
    justify-content: center;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
  }

  .home-4-services-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-4-services-item {
    width: 48.6%;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 80%;
  }

  .vertical-inscription-home-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: rotate(0);
  }

  .home-blog-collection-list {
    column-count: 2;
  }

  .home-blog-item {
    width: 47.5%;
  }

  .main-home-blog-image {
    height: auto;
  }

  .home-5-services-block-wrapper {
    flex-direction: column;
    height: auto;
  }

  .home-5-services-overlay {
    background-color: var(--white);
    width: 80%;
    margin-top: -220px;
    padding: 40px;
    position: relative;
    inset: auto auto 0%;
  }

  .home-5-services-overlay.bottom-right-corner {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    bottom: 0;
    right: auto;
  }

  .home-5-services-overlay.bottom-right-corner.left {
    left: auto;
  }

  .section-main-color {
    background-size: auto 240px;
  }

  .section-red.about-us {
    display: block;
  }

  .implemented-projects {
    font-size: 18px;
  }

  .number-of-projects {
    font-size: 50px;
  }

  .benefits-wrap {
    width: auto;
  }

  .benefits-container-home-4 {
    grid-column-gap: 40px;
  }

  .body-404 {
    background-position: 50% 30%;
    background-size: auto 380px;
  }

  ._404-title {
    font-size: 180px;
  }

  .ruc-container {
    width: 80%;
  }

  .ruc-container.our-blog {
    width: 90%;
  }

  .ruc-container.about-us {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ruc-container.our-services {
    text-align: center;
    width: 100%;
  }

  .testimonials-card-wrapper-2 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testominials-cards-banner-2 {
    margin-top: -100px;
  }

  .clients-logo-reviews {
    height: 32px;
  }

  .blog-item-grid {
    width: 48%;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
  }

  .section-blog-details {
    padding-top: 160px;
  }

  .banner-block-right {
    width: 20%;
    display: none;
  }

  .banner-content-about-us {
    height: auto;
  }

  .banner-content-about-us.shutter-styles {
    background-image: linear-gradient(45deg, var(--gsc-green) 100%, white);
  }

  .counter-about-us {
    bottom: -230px;
  }

  .image-banner-bottom {
    background-image: linear-gradient(to bottom, null, null), url('../images/77-1_177 (1).webp');
    background-position: 0 0, 0%;
    height: 400px;
  }

  .image-banner-bottom.wider {
    background-image: url('../images/GSC-Home-20.webp');
    background-position: 50%;
  }

  .white-description-about {
    padding-right: 0;
  }

  .white-description-about.centre-mobile {
    width: 100%;
  }

  .capabilities-image-about-ruc {
    object-position: 50% 30%;
    height: auto;
  }

  .why-choose-us {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .about-services {
    padding: 0 15px 15px;
  }

  .collection-services {
    grid-column-gap: 20px;
  }

  .ruc-services-title {
    font-size: 20px;
  }

  .number-container {
    grid-row-gap: 45px;
  }

  .register-text {
    width: 90%;
  }

  .how-it-work-block {
    width: 63%;
  }

  .content-wrapper-item {
    grid-column-gap: 30px;
    position: relative;
  }

  .about-our-works {
    width: 100%;
  }

  .right-process-wrapp {
    background-position: 65%;
  }

  .right-process-wrapp.accreditation, .right-process-wrapp.about-us {
    background-position: 50%;
  }

  .process-title {
    width: 100%;
  }

  .locations {
    margin-top: -100px;
  }

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .projects-image-wrapper {
    height: 400px;
  }

  .project-mini-image-wrapper {
    height: 320px;
  }

  .project-tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-ruc-project:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .tabs-list-our-project {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tabs-projects-item {
    height: 530px;
  }

  .tabs-project-vertical-wrap {
    flex-direction: column;
    justify-content: space-between;
  }

  .tabs-projects-item-vertical {
    height: 250px;
  }

  .tabs-projects-item-vertical.category-tab {
    height: 300px;
  }

  .two-mini-projects {
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .projects-container-ruc {
    grid-column-gap: 20px;
  }

  .big-project-container {
    grid-row-gap: 20px;
  }

  .tabs-project-content {
    margin-top: 40px;
  }

  .project-2-tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-ruc-project-2:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .three-column-projects-list {
    grid-column-gap: 30px;
  }

  .three-column-projects-list.projects-2-list {
    justify-content: space-between;
  }

  .three-column-projects-item {
    width: 47.5%;
  }

  .ruc-services-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .ruc-services-list.category-listing {
    grid-column-gap: 20px;
    flex-flow: row;
  }

  .ruc-services-item {
    width: 48.6%;
  }

  .banner-bottom-menu {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .bottom-menu {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-details-photo {
    background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/business-1_1business (1).webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 100%;
    height: 100vh;
    max-height: 100%;
  }

  .mask-5, .collection-list-wrapper-6 {
    height: auto;
  }

  .about-4-projects-wrapper {
    flex-wrap: wrap;
  }

  .collection-list-wrapper-10, .collection-item-blog-post {
    width: 100%;
  }

  .about-4-projects-lightbox-link {
    height: 380px;
  }

  .collection-list-4 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-service-title {
    width: 100%;
  }

  .services-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .video {
    height: 450px;
  }

  .text-content-right-details {
    z-index: 100;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-right: 0;
    position: relative;
  }

  .slider-details-info-wrap {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .overlay-service-details {
    background-image: linear-gradient(to top, var(--dark-blue), #060b3d26);
  }

  .image-services-details {
    height: 80px;
  }

  .white-services-link-details {
    font-size: 25px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .nav-link-pl {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .nav-link-pl.hidden-desktop {
    display: flex;
  }

  .logotypes-v1-2.top-space {
    margin-top: 20px;
  }

  .heading-2.lighter.logo-bar {
    text-align: center;
    margin-bottom: 16px;
  }

  .logo-links {
    margin: 9px 12px;
  }

  .collection-bottom-space {
    margin-bottom: 20px;
  }

  .main-title-wrapper-new {
    flex-flow: column;
    padding-left: 0;
  }

  .logo-contact.hidden-mobile {
    display: none;
  }

  .drugsafe-logo-footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logos-block {
    justify-content: center;
  }

  .gallery {
    padding: 15px;
  }

  .button.brochure {
    margin-left: 0;
    margin-right: 0;
  }

  .brochure-mini-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .brochure-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-main-left-inner {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright-3 {
    margin-bottom: 0;
  }

  .footer-main-left {
    justify-content: center;
  }

  .footer-main-right {
    justify-content: center;
    width: 100%;
  }

  .footer-main-right-inner {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .footer-form-title-2.smaller.more {
    text-align: center;
  }

  .footer-links-wrapper-right {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    background-size: auto 20px;
    font-size: 30px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(45deg, var(--dark-blue), var(--transparent)), url('../images/GSC-Home-10.webp');
    background-position: 0 0, 50%;
  }

  .section.banner-our-team.quick-quote {
    background-image: linear-gradient(45deg, var(--dark-blue) 13%, var(--transparent) 80%, transparent), url('../images/GSC-Home-12.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-our-team.about-us {
    background-image: linear-gradient(0deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-17.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-13-get-started {
    background-image: linear-gradient(90deg, var(--dark-blue) 40%, transparent), url('../images/GSC-Home-8.webp');
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
  }

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.red-bg-with-rpint {
    background-position: 50% 100%;
  }

  .section.home-ruc-5-banner {
    padding-bottom: 80px;
  }

  .section.banner-our-prices {
    background-image: linear-gradient(45deg, var(--dark-blue) 45%, transparent), url('../images/MTEC-Home-14.webp');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.banner-our-prices.clients {
    background-image: linear-gradient(45deg, var(--mtec-strong-green) 75%, transparent), url('../images/MTEC-Home-25.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.banner-our-prices.training {
    background-image: linear-gradient(45deg, var(--dark-blue) 75%, transparent), url('../images/MTEC-Home-27.webp');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section._120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._120.reduced-bottom-space {
    padding-bottom: 40px;
  }

  .section._120.reduced-bottom-space.extra-top-space-mobile {
    padding-top: 80px;
  }

  .section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.logo-bar.bigger-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 50px;
  }

  .blog-grid-wrapper.home-5-spacing {
    flex-flow: column;
    margin-top: 40px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-pagination {
    align-items: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 90%;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-item.left {
    margin-right: 0;
  }

  .pricing-item.rigth {
    margin-left: 0;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-wrapper {
    flex-flow: column-reverse wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
    height: 350px;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .white-text.testimonials-text {
    text-align: center;
    font-size: 24px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .customer-wrapper {
    height: 240px;
  }

  .about-3-content-wrap {
    width: 100%;
  }

  .about-3-content-wrapper {
    flex-wrap: wrap;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .banner-slider-container {
    padding-bottom: 60px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-testimonials-mask {
    width: 95%;
  }

  .home-testimonials-slider-arrow.right {
    left: 40%;
  }

  .home-testimonials-slider {
    margin-left: 6%;
  }

  .home-testimonials-slide {
    margin-right: 40px;
  }

  .tabs-menu-2 {
    justify-content: center;
  }

  .objects-title {
    text-align: center;
    width: 100%;
  }

  .section-with-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabs {
    margin-top: 0;
  }

  .tabs-item {
    width: 100%;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .map {
    height: 320px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .testimonials-quote {
    font-size: 18px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .background-text-big {
    font-size: 70px;
  }

  .content-item-title {
    font-size: 17px;
  }

  .content-item {
    width: 100%;
  }

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subscribe-input {
    width: 160px;
  }

  .short-info-wrap {
    grid-row-gap: 30px;
  }

  .description-container, .title-container {
    width: 100%;
  }

  .slider-left-arrow, .slider-right-arrow {
    top: 280px;
  }

  .home-3-slider-item-container {
    flex-direction: column;
  }

  .home-3-slide-image {
    width: 100%;
    height: 340px;
  }

  .slider-bg {
    bottom: 0;
  }

  .slider-content-container {
    width: 100%;
    margin-bottom: 0;
    padding: 30px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .banner-slider-description {
    margin-top: 10px;
  }

  .about-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5 {
    box-shadow: none;
    width: 100%;
    position: static;
  }

  .about-img._3, .about-img._4 {
    width: 100%;
    display: none;
    position: static;
  }

  .about-img._2 {
    object-position: 50% 30%;
    width: 100%;
    display: none;
    position: static;
  }

  .about-images {
    grid-row-gap: 15px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .about-text-content {
    text-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle {
    line-height: 16px;
  }

  .about-images-block {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .projects-primary-bg {
    background-position: 50% 0;
  }

  .home-5-projects-list {
    grid-row-gap: 20px;
  }

  .home-5-projects-item {
    width: 100%;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-team-content {
    text-align: center;
    width: 100%;
    padding-right: 15px;
  }

  .home-team-testimonial {
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-form {
    flex-wrap: wrap;
  }

  .capabilities-image {
    height: 350px;
  }

  .home-9-arrow-right {
    inset: auto 3% 5% auto;
  }

  .home-9-arrow-left {
    inset: auto auto 5% 3%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .circle-counter-wrapper.col-33-wrap {
    justify-content: center;
  }

  .circle-counter.col-33 {
    width: 100%;
  }

  .home-11-services-list {
    grid-template-columns: 1fr;
  }

  .home-12-service-image {
    width: 100%;
    height: 340px;
  }

  .home-12-service-wrapper {
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap;
  }

  .home-12-service-content {
    text-align: center;
    width: 100%;
    padding-top: 60px;
    padding-left: 15px;
  }

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .about-4-testimonials-content {
    grid-row-gap: 40px;
    flex: none;
    width: 100%;
  }

  .testimonials-nav-outline-2 {
    justify-content: center;
    padding-left: 6px;
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .about-4-testimonials-author-info {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-4-testimonials-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-5-info-wrap-left, .about-5-info-wrap-left.bigger, .about-5-info-wrap-right {
    width: 100%;
  }

  .about-5-info-wrap-right.centre.smaller {
    width: 50%;
  }

  .about-5-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .about-ruc-company-wrap {
    width: 45%;
    padding-right: 0;
  }

  .tab-aditional-block {
    width: 100%;
  }

  .tab-container {
    flex-direction: column;
    width: 100%;
  }

  .tab-link-tab-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-container {
    padding-left: 0;
  }

  .probressbar-container {
    padding-bottom: 160px;
  }

  .probressbar-container.home-13-progressbar-container {
    padding-top: 0;
  }

  .home-13-tabs {
    width: 100%;
    margin-top: -60px;
    top: -50px;
  }

  .contact-form {
    width: 100%;
    padding: 40px 20px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-testimonials-con {
    min-width: 100%;
  }

  .slide-nav-11 {
    display: none;
  }

  .home-13-mask-testimonials {
    max-width: 100%;
  }

  .home-13-testimonials {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author {
    justify-content: center;
  }

  .get-started-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .get-started-text-wrap {
    width: 100%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-top-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .home-top-social-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .home-top-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .image-gallery {
    width: 130vw;
    min-height: 525px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 525px 525px 525px 525px 525px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .home-19-gallery-img-link {
    height: 525px;
  }

  .margin-bottom-20.quote-author-photo {
    height: 350px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .home-1-our-team-author {
    text-align: center;
  }

  .home-1-team-position {
    margin-bottom: 10px;
  }

  .mask-4 {
    width: 100%;
  }

  .grid-header-2 {
    width: 100%;
    margin-top: 35px;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--footer-color);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    font-size: 35px;
  }

  .grid-title-2 {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title-2.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-bottom: -50px;
  }

  .landing-inner-page-item-2.home-screen {
    width: 100%;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper-2 {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .paragraph-large-size.centered {
    text-align: center;
  }

  .paragraph-large-size.centered.hidden-mobile, .primary-red-button.sage-green.hidden-mobile {
    display: none;
  }

  .primary-red-button.sage-green.brochure {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dropdown-menu {
    overflow: hidden;
  }

  .menu-button-2 {
    margin-top: 12px;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .image-ruc {
    height: 65px;
  }

  .image-ruc.footer {
    height: 50px;
  }

  .image-ruc._404 {
    height: 80px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .about-us-wrap.left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-18 {
    height: 300px;
  }

  .white-description-home-1 {
    width: 100%;
  }

  .image-ruc-animation {
    height: 65px;
  }

  .home-1-logos {
    grid-row-gap: 50px;
    padding-top: 60px;
  }

  .home-1-banner {
    text-align: center;
    align-items: center;
  }

  .footer-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-title {
    width: 90%;
    font-size: 30px;
    line-height: 40px;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: center;
    width: 100%;
  }

  .footer-content-wrapper {
    margin-bottom: 40px;
  }

  .footer-2 {
    padding-top: 60px;
  }

  .footer-brand-2 {
    padding-left: 0;
  }

  .footer-rights-wrapper-2, .footer-links-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-form-wrapper {
    align-items: center;
  }

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper-2 {
    width: 100%;
  }

  .home-1-title, .home-1-title.home-2-title {
    font-size: 40px;
  }

  .vertical-inscription {
    text-align: center;
  }

  .vertical-inscription.h6-leadership.bigger {
    font-weight: 600;
  }

  .main-title-wrapper {
    align-items: center;
  }

  .main-title-wrapper.contact-us-1 {
    text-align: center;
  }

  .main-left-title-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .main-left-title-wrapper.contacts-3 {
    width: 100%;
  }

  .home-23-team-item-2 {
    width: 70%;
  }

  .home-1-our-team-image {
    height: 350px;
  }

  .our-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-1-team-item {
    width: 70%;
  }

  .about-company-ruc {
    text-align: center;
  }

  .section-title-ruc-wrapper {
    margin-bottom: 40px;
  }

  .contacts-adress-wrap-2 {
    flex-wrap: nowrap;
  }

  .question-title {
    text-align: center;
    width: 100%;
  }

  .short-info-services {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .home-3-description {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .home-3-social-icons-wrap {
    justify-content: center;
    width: 100%;
  }

  .banner-video {
    height: auto;
  }

  .home-3-ruc-services {
    width: 100%;
  }

  .div-block-25 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .ruc-service-image {
    flex: 0 auto;
    height: 500px;
  }

  .collection-ruc-services-item {
    width: 48%;
  }

  .section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-gallery {
    grid-template-columns: 1fr;
  }

  .h2-first-block-collection-item {
    height: 360px;
  }

  .h2-two-images-collection-list {
    grid-template-columns: 1fr;
  }

  .h2-second-block-collection-item, .h2-second-block-bottom-collection-item {
    height: 360px;
  }

  .ruc-project-wrapper {
    padding: 25px;
  }

  .ruc-projects-link {
    font-size: 20px;
  }

  .text-container-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .text-container-2.mb-0 {
    text-align: center;
  }

  .home-5-banner-slider-section {
    margin-top: -80px;
  }

  .collection-item-home-5 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .home-5-banner-slider-info-wrapper {
    grid-column-gap: 10px;
  }

  .slider-wrapper-home-5 {
    grid-row-gap: 20px;
  }

  .vertical-wrap {
    width: 90%;
  }

  .image-home-5 {
    height: 70px;
  }

  .home-features-wrap {
    width: 100%;
  }

  .home-features-wrap.cntact-us-2 {
    width: 48%;
  }

  .home-features-items-wrap {
    width: 100%;
  }

  .section-video {
    height: 400px;
  }

  .large-photo-gallery {
    grid-template-rows: 280px 280px 280px;
    grid-template-columns: 1fr;
  }

  .image-ruc-home-5 {
    height: 280px;
  }

  .bottom-block-home-1.hidden-mobile {
    display: none;
  }

  .button-block-right {
    grid-row-gap: 40px;
  }

  .banner-block-left-home-1 {
    background-image: linear-gradient(0deg, var(--gsc-green), transparent 40%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/GSC-Home-1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 500px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .home-4-services-item {
    width: 100%;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .vertical-inscription-home-4 {
    text-align: center;
  }

  .pricing-ruc-primary-bg {
    background-position: 50% 0;
  }

  .home-blog-collection-list {
    column-count: 1;
    flex-wrap: wrap;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-5-services-block-wrapper {
    padding-bottom: 0;
  }

  .home-5-services-overlay {
    width: 90%;
    margin-top: -160px;
  }

  .section-main-color {
    background-position: 50% 100%;
    background-size: auto 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits-container-home-4 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .paragraph-home-4 {
    margin-bottom: 15px;
  }

  .coming-soon {
    font-size: 40px;
  }

  .ruc-container {
    text-align: center;
    width: 100%;
  }

  .ruc-container.our-blog {
    width: 100%;
    margin-left: auto;
  }

  .white-description-leadership {
    width: 100%;
  }

  .testimonials-card-wrapper-2 {
    grid-row-gap: 50px;
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item-3 {
    max-width: 360px;
  }

  .testominials-cards-banner-2 {
    padding-bottom: 60px;
  }

  .block-quote-name-2 {
    font-size: 16px;
  }

  .clients-logo-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .clients-logo-reviews {
    height: 35px;
  }

  .blog-item-grid {
    width: 100%;
  }

  .section-blog-details {
    padding-bottom: 40px;
  }

  .banner-block-right {
    width: 100%;
  }

  .banner-content-about-us {
    padding-top: 140px;
  }

  .description-banner-top-block {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .counter-block.about-us {
    color: #1b1b1b;
    align-items: flex-start;
    width: 45%;
  }

  .counter-about-us {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .image-banner-bottom {
    height: 350px;
  }

  .image-banner-bottom.wider {
    background-image: url('../images/GSC-Home-20.webp');
    background-position: 50%;
  }

  .white-description-about {
    width: 100%;
  }

  .capabilities-image-about-ruc {
    height: auto;
  }

  .why-choose-us {
    grid-row-gap: 50px;
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .why-choose-us-item {
    width: 100%;
  }

  .why-choose-us-photo {
    height: 350px;
  }

  .about-services {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-services {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-with-big-padding {
    padding-bottom: 160px;
  }

  .number-container {
    grid-row-gap: 45px;
  }

  .how-it-work-block {
    width: 100%;
  }

  .content-wrapper-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .content-wrapper-item.bottom-space.reduced-mobile {
    flex-flow: wrap;
  }

  .about-our-works {
    text-align: center;
    width: 100%;
  }

  .right-process-wrapp {
    background-position: 50% 15%;
    flex: 0 auto;
    height: 300px;
  }

  .right-process-wrapp.accreditation {
    background-position: 50% 70%;
  }

  .right-process-wrapp.pauline {
    background-position: 50% 35%;
    width: 100%;
  }

  .right-process-wrapp.about-us {
    background-position: 50% 15%;
  }

  .process-title {
    text-align: center;
    width: 100%;
  }

  .locations {
    padding-bottom: 60px;
  }

  .locations-wrapper {
    justify-items: center;
  }

  .projects-image-wrapper, .project-mini-image-wrapper {
    height: 300px;
  }

  .our-projects {
    margin-top: 0;
  }

  .project-tabs {
    justify-content: center;
  }

  .tabs-list-our-project {
    flex-direction: column;
  }

  .tabs-projects-item, .tabs-projects-item-vertical {
    width: 100%;
    height: 300px;
  }

  .projects-container-ruc {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .projects-container-ruc.second {
    flex-direction: column-reverse;
  }

  .project-2-tabs {
    justify-content: center;
  }

  .three-column-projects-item {
    width: 100%;
  }

  .ruc-services-list.category-listing {
    flex-wrap: wrap;
  }

  .ruc-services-item {
    width: 100%;
  }

  .services-details-photo {
    min-height: 500px;
  }

  .secvices-detail-title {
    font-size: 40px;
  }

  .about-4-projects-wrapper {
    flex-wrap: wrap;
  }

  .process-service-title {
    text-align: center;
    width: 100%;
  }

  .services-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .video-content {
    margin-top: 60px;
  }

  .video {
    height: 350px;
  }

  .text-content-right-details {
    grid-row-gap: 50px;
  }

  .slider-details-info-wrap {
    grid-column-gap: 15px;
  }

  .project-ruc-banner-image {
    height: 400px;
    margin-top: 40px;
  }

  .top-main-wrapp, .bottom-main-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .british-made, .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .h2-heading.centre-mobile {
    text-align: center;
  }

  .logotypes-v1-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .logotypes-v1-2.top-space {
    margin-top: 0;
  }

  .heading-2.lighter.logo-bar {
    text-align: center;
  }

  .link-block-cloud9._33 {
    width: 100%;
    margin-bottom: 20px;
  }

  .link-block-cloud9._50 {
    width: 100%;
  }

  .central-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .sub-heading.centre-mobile {
    text-align: center;
  }

  .collection-bottom-space {
    margin-bottom: 30px;
  }

  .main-title-wrapper-new {
    align-items: center;
  }

  .main-title-wrapper-new.centre-mobile {
    text-align: center;
  }

  .heading-4 {
    margin-bottom: 0;
  }

  .drugsafe-logo-footer {
    justify-content: center;
    width: 100px;
  }

  .gallery {
    padding: 10px;
  }

  .button {
    height: 50px;
    font-size: 13px;
  }

  .brochure-block {
    flex-flow: column;
  }

  .footer-main-left-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-copyright-3 {
    margin-bottom: 0;
  }

  .footer-main-right-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .footer-form-title-2 {
    width: 90%;
  }

  .footer-form-title-2.smaller.more {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 44px;
  }

  .footer-links-wrapper-right {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-our-team {
    background-image: linear-gradient(45deg, var(--dark-blue) 20%, var(--transparent)), url('../images/GSC-Home-10.webp');
    background-position: 0 0, 50%;
    min-height: 600px;
  }

  .section.banner-our-team.quick-quote {
    background-image: linear-gradient(45deg, var(--dark-blue) 13%, var(--transparent) 90%, transparent), url('../images/GSC-Home-12.webp');
    background-position: 0 0, 50%;
  }

  .section.banner-our-team.about-us {
    background-image: linear-gradient(0deg, var(--dark-blue), var(--transparent) 80%, transparent), url('../images/GSC-Home-17.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-testimonials {
    padding-bottom: 80px;
  }

  .section.home-13-get-started {
    background-image: linear-gradient(90deg, var(--dark-blue) 50%, transparent), url('../images/GSC-Home-8.webp');
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
  }

  .section.home-ruc-3-banner-section {
    background-image: linear-gradient(225deg, var(--dark-blue), transparent 85%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
    background-position: 0 0, 0 0, 63%;
  }

  .section.banner-our-customers, .section.banner-our-blog {
    min-height: 600px;
  }

  .section.banner-our-prices {
    background-image: linear-gradient(45deg, var(--dark-blue) 45%, transparent), url('../images/MTEC-Home-14.webp');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 600px;
  }

  .section.banner-our-prices.clients {
    background-image: linear-gradient(45deg, var(--mtec-strong-green) 75%, transparent), url('../images/MTEC-Home-25.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.banner-why-ruc {
    background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
    background-position: 0 0, 0 0, 65%;
    padding-bottom: 80px;
  }

  .section.banner-contacts-3 {
    padding-bottom: 80px;
  }

  .section.banner-our-projects {
    min-height: 600px;
  }

  .section._120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._120.reduced-bottom-space.extra-top-space-mobile {
    padding-top: 100px;
  }

  .base-container.relative.mobile-top-space {
    margin-top: 50px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 40px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .sidebar-recent-post-image {
    width: 90px;
    height: 90px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .career-customer-image {
    height: 30px;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-3-list {
    margin-bottom: 20px;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .form-text-field {
    width: 100%;
  }

  .project-template-info-wrap {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sidebar-search-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .home-testimonials-mask {
    margin-top: 0;
  }

  .home-testimonials-slider-arrow.right {
    left: 45%;
  }

  .home-testimonials-slide {
    margin-right: 30px;
  }

  .tab, .tab.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .testimonials-slider-con {
    margin-top: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .background-text-big {
    font-size: 44px;
  }

  .content-item {
    margin-bottom: 10px;
  }

  .subscribe-form {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .subscribe-input {
    width: 100%;
    min-width: 150px;
  }

  .subscribe-input-wrapper {
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .slider-content-container {
    padding: 20px;
  }

  .slider-image-container {
    height: auto;
  }

  .slider-content-buttons {
    justify-content: flex-start;
  }

  .about-images {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-text-content {
    text-align: center;
    align-items: center;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-5-testimonials-mask {
    margin-top: 0;
  }

  .home-form-field {
    width: 100%;
  }

  .home-form {
    grid-row-gap: 15px;
    justify-content: center;
  }

  .home-9-slide-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .circle-counter {
    width: 100%;
  }

  .about-4-testimonials-content {
    grid-row-gap: 20px;
  }

  .about-5-info-wrapper.centre.mobile-centre {
    justify-content: center;
  }

  .about-5-info-cards-wrapper {
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .about-ruc-company-wrap, .tab-radio-button-field {
    width: 100%;
  }

  .inputs-container {
    flex-flow: wrap;
    place-content: space-between;
  }

  .tabs-container {
    padding-left: 0;
  }

  .select-field-5 {
    margin-right: 0;
  }

  .select-field-5.home-form-select, .select-field-5.home-form-select-copy {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .probressbar-container {
    padding-bottom: 140px;
  }

  .probressbar-container.home-13-progressbar-container {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .form-input {
    margin-right: 0;
  }

  .home-13-tabs {
    top: -30px;
  }

  .radio-buttons-block {
    flex-direction: column;
  }

  .home-testimonials-con {
    min-width: auto;
    margin-left: 0;
  }

  .home-13-testimonials {
    height: auto;
    margin-bottom: 0;
  }

  .testimonial-author {
    justify-content: center;
  }

  .author-photo.author-2, .author-photo.author-1, .author-photo.author-3 {
    margin-right: 20px;
  }

  .home-13-testimonials-slider {
    height: auto;
    margin-bottom: -100px;
  }

  .search {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .home-13-counter-heading {
    text-align: center;
  }

  .home-top-social-wrapper {
    grid-row-gap: 25px;
    margin-top: 60px;
  }

  .home-top-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-gallery {
    min-height: 315px;
  }

  .grid {
    grid-template-rows: 315px 315px 315px 315px 315px 315px;
  }

  .home-19-gallery-img-link {
    height: 315px;
  }

  .home-23-team-item {
    width: 100%;
  }

  .flex-horizontal-center.wrap-mobile {
    flex-wrap: wrap;
  }

  .center-title {
    text-align: center;
  }

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
    min-height: 50vh;
  }

  .primary-red-button.full-button-with-white-text, .primary-red-button.dark-blue-hover-full-width, .primary-black-button.full-width {
    width: 100%;
  }

  .nav-dropdown-list-2.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .dropdown-header {
    width: 100%;
  }

  .dropdown-menu {
    background-color: #fff;
  }

  .menu-button-2 {
    margin-top: 0;
  }

  .nav-dropdown-home-5, .nav-dropdown-transparent {
    align-items: center;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .image-ruc {
    height: 60px;
  }

  .image-ruc.footer {
    height: 50px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .our-benefit {
    width: 100%;
  }

  .our-benefit-container {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-us-2-video-section {
    inset: auto auto 0%;
  }

  .image-ruc-animation {
    height: 60px;
  }

  .home-1-logos {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }

  .home-1-banner {
    padding-top: 110px;
  }

  .footer-form-description {
    text-align: center;
    max-width: 100%;
  }

  .footer-copyright-link-2 {
    margin-left: 5px;
  }

  .footer-info-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-link-3 {
    text-align: center;
  }

  .footer-form-title {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: center;
  }

  .footer-content-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .footer-2 {
    text-align: left;
    background-position: 50% 100%;
    background-size: auto 300px;
  }

  .footer-rights-wrapper-2, .footer-links-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .footer-rights-2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-email-form {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-logo-wrapper-2 {
    align-items: center;
  }

  .footer-licensing {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .vertical-inscription.h6-leadership.bigger {
    font-weight: 600;
  }

  .main-title-wrapper.contact-us-3 {
    text-align: center;
  }

  .home-23-team-item-2 {
    width: 100%;
  }

  .home-1-our-team-image {
    height: 300px;
  }

  .home-1-team-item {
    width: 100%;
  }

  .contacts-link.left-space {
    margin-left: 15px;
  }

  .contacts-adress-2 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts-adress-wrap-2 {
    flex-wrap: wrap;
  }

  .contacts-input-ruc {
    width: 100%;
  }

  .home-contacts-2 {
    text-align: center;
  }

  .image-company-partners {
    height: 22px;
  }

  .home-3-social-icons-wrap {
    justify-content: center;
  }

  .home-3-ruc-services-list {
    grid-template-columns: 1fr;
  }

  .ruc-service-image {
    height: 350px;
  }

  .collection-ruc-services-item {
    width: 100%;
  }

  .text-container-2 {
    margin-bottom: 10px;
  }

  .collection-item-home-5 {
    grid-row-gap: 0px;
  }

  .home-5-banner-slider-info-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .vertical-wrap, .item-button-wrap {
    width: 100%;
  }

  .home-5-content-wrap {
    align-items: center;
  }

  .primary-ruc-white-button.full-width {
    width: 100%;
  }

  .services-content-wrap-home-5 {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-features-wrap.cntact-us-2 {
    width: 100%;
  }

  .section-video {
    height: 350px;
  }

  .bottom-block-home-1 {
    grid-column-gap: 30px;
  }

  .button-block-right {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .banner-block-left-home-1 {
    background-image: linear-gradient(0deg, var(--gsc-green), transparent 40%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/GSC-Home-1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 100%;
  }

  .text-content-right-home-1.smaller-gap {
    justify-content: center;
    align-items: center;
  }

  .brand-block {
    grid-column-gap: 37px;
  }

  .home-ruc-4-banner-section.blue {
    justify-content: center;
  }

  .home-ruc-4-banner-section.blue.top-mobile {
    justify-content: flex-start;
  }

  .secondary-red-button.full-buttom-home-4 {
    width: 100%;
  }

  .home-5-services-overlay {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .section-main-color {
    background-size: auto 230px;
  }

  .section-red.with-print {
    background-position: 50% 20%;
  }

  .body-404 {
    background-size: auto 300px;
  }

  ._404-title {
    font-size: 140px;
  }

  .testominials-cards-banner-2 {
    margin-top: -60px;
  }

  .clients-logo-wrapper-2 {
    grid-column-gap: 60px;
    justify-content: center;
  }

  .clients-logo-reviews {
    height: 32px;
  }

  .section-blog-details {
    padding-bottom: 30px;
  }

  .counter-block {
    text-align: left;
    align-items: flex-start;
    width: 38%;
  }

  .counter-block.about-us {
    width: 50%;
  }

  .counter-text {
    text-align: left;
  }

  .image-banner-bottom.wider {
    background-image: url('../images/GSC-Home-20.webp');
    background-position: 50%;
  }

  .image-banner-bottom.wider.telephone-handset {
    background-image: url('../images/PL_home_17.webp');
    background-position: 25%;
  }

  .image-banner-bottom.wider.ip-back-door-reader {
    background-image: url('../images/PL_home_34.webp');
    background-position: 40%;
  }

  .image-banner-bottom.wider.cloud9-mobile-app {
    background-image: url('../images/PL_home_35.webp');
    background-position: 20%;
  }

  .why-choose-us-photo {
    height: 300px;
  }

  .section-with-big-padding {
    padding-bottom: 140px;
  }

  .number-container {
    grid-row-gap: 35px;
  }

  .register-text {
    width: 100%;
  }

  .content-wrapper-item.bottom-space.reduced-mobile {
    margin-bottom: 30px;
  }

  .intro-line-image {
    margin-top: 66px;
    margin-bottom: 20px;
  }

  .right-process-wrapp {
    background-position: 50% 25%;
  }

  .right-process-wrapp.accreditation {
    background-position: 50% 70%;
  }

  .right-process-wrapp.pauline {
    background-position: 50%;
  }

  .locations {
    margin-top: -60px;
  }

  .locations-wrapper {
    grid-template-columns: 1fr;
  }

  .projects-image-wrapper, .project-mini-image-wrapper {
    height: 250px;
  }

  .tab-ruc-project {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-ruc-project.w--current {
    flex: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-ruc-project.first {
    padding-left: 20px;
  }

  .tab-ruc-project.last {
    padding-right: 20px;
  }

  .tab-ruc-project-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-ruc-project-2.w--current {
    flex: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .three-column-projects-img {
    height: 300px;
  }

  .services-details-photo {
    min-height: 100%;
  }

  .about-4-projects-wrapper {
    width: 100%;
  }

  .about-4-projects-lightbox-link {
    height: 280px;
  }

  .paragraph.split {
    column-count: 1;
  }

  .slider-details-info-wrap {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .project-ruc-banner-image {
    height: 300px;
  }

  .british-made {
    display: none;
  }

  .heading-2.lighter.logo-bar {
    text-align: center;
  }

  .link-block-cloud9._33.no-bottom-space-mobile {
    margin-bottom: 0;
  }

  .central-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .main-title-wrapper-new.centre-mobile {
    text-align: center;
  }

  .footer-logos-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 30px;
  }

  .gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery.no-top-space {
    padding-top: 0;
  }

  .brochure-mini-stack {
    padding: 10px;
  }

  .brochure-block {
    padding: 15px;
  }

  .footer-centre-cell.mobile-spaced {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-main-left-inner {
    padding-top: 50px;
  }

  .footer-copyright-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-link-white {
    text-align: center;
  }

  .social-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-form-title-2 {
    text-align: center;
    width: 100%;
  }

  .footer-links-wrapper-right {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .image-4 {
    margin-bottom: 10px;
  }
}

#w-node-_9f80b331-4ef7-8dc6-637d-b6da58dbaa02-58dba9ff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97a6-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97a9-a1bc6bfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97b1-a1bc6bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97b4-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97bf-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97ca-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97d5-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97dd-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97e0-a1bc6bfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a10428b2-68d5-4107-ecc9-cc955dc0ce02-a1bc6bfd, #w-node-a10428b2-68d5-4107-ecc9-cc955dc0ce0e-a1bc6bfd, #w-node-a10428b2-68d5-4107-ecc9-cc955dc0ce27-a1bc6bfd, #w-node-a10428b2-68d5-4107-ecc9-cc955dc0ce40-a1bc6bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d227f-a1bc6bfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d2283-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d2287-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d228b-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d228f-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d2293-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d2297-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d229b-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d229f-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d22a3-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d22a7-a1bc6bfe, #w-node-a4a59528-cfb9-2bf1-bf7e-3a5e875d22ab-a1bc6bfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b7b7e8d8-87f0-b741-9a78-78899bc555ce-8e119295, #w-node-c551322b-1b1a-25a2-f524-33f853737c84-8e119295, #w-node-c845ae7c-d2b8-443b-486a-4910a8a346ca-8e119295, #w-node-_092b00df-514d-946d-220b-a834925b92f0-8e119295 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6506bf56-d981-1e73-6cb3-ce44d2e3ae34-a1bc6bfc, #w-node-_6506bf56-d981-1e73-6cb3-ce44d2e3ae35-a1bc6bfc, #w-node-_6506bf56-d981-1e73-6cb3-ce44d2e3ae36-a1bc6bfc, #w-node-_6506bf56-d981-1e73-6cb3-ce44d2e3ae37-a1bc6bfc, #w-node-_6506bf56-d981-1e73-6cb3-ce44d2e3ae38-a1bc6bfc, #w-node-_6506bf56-d981-1e73-6cb3-ce44d2e3ae39-a1bc6bfc {
    justify-self: center;
  }

  #w-node-b77a1b84-e517-7b48-b4b2-925b98cb3d8a-a1bc6bfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3f2359f-ad1a-65ef-f7cb-fa678c39e0c8-a1bc6bfe, #w-node-a3f2359f-ad1a-65ef-f7cb-fa678c39e0c9-a1bc6bfe, #w-node-a3f2359f-ad1a-65ef-f7cb-fa678c39e0ca-a1bc6bfe, #w-node-a3f2359f-ad1a-65ef-f7cb-fa678c39e0cb-a1bc6bfe, #w-node-a3f2359f-ad1a-65ef-f7cb-fa678c39e0cc-a1bc6bfe, #w-node-a3f2359f-ad1a-65ef-f7cb-fa678c39e0cd-a1bc6bfe {
    justify-self: center;
  }

  #w-node-ac548b8a-dcfa-d7b5-f0ed-74c1434e42b2-a1bc6bfe, #w-node-ac548b8a-dcfa-d7b5-f0ed-74c1434e42bc-a1bc6bfe, #w-node-ac548b8a-dcfa-d7b5-f0ed-74c1434e42c6-a1bc6bfe, #w-node-ac548b8a-dcfa-d7b5-f0ed-74c1434e42d0-a1bc6bfe, #w-node-ac548b8a-dcfa-d7b5-f0ed-74c1434e42da-a1bc6bfe, #w-node-ac548b8a-dcfa-d7b5-f0ed-74c1434e42e4-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb05-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb1e-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb37-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb50-a1bc6bfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb6b-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb6c-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb6d-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb6e-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb6f-a1bc6bfe, #w-node-_416d69a1-36ea-40b6-0e39-8d1f02fceb70-a1bc6bfe {
    justify-self: center;
  }

  #w-node-b7b7e8d8-87f0-b741-9a78-78899bc555ce-8e119295, #w-node-c551322b-1b1a-25a2-f524-33f853737c84-8e119295, #w-node-c845ae7c-d2b8-443b-486a-4910a8a346ca-8e119295, #w-node-_092b00df-514d-946d-220b-a834925b92f0-8e119295 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97b1-a1bc6bfc {
    grid-column: span 2 / span 2;
  }

  #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97bc-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97c7-a1bc6bfc, #w-node-_0373a092-8c63-3cd1-ed1d-a1fb552d97d2-a1bc6bfc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f80b331-4ef7-8dc6-637d-b6da58dbaa02-58dba9ff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BoldItalic.ttf') format('truetype'), url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}