:root {
  --dodger-blue: #249cff;
  --dark-slate-gray: #272832;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --dark-slate-gray-2: #272832;
  --deep-pink: #ff177f;
  --white-smoke: #ededed;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  padding-top: 66px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: var(--dodger-blue);
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s, color .25s, border-color .25s;
  display: inline-block;
}

.button:hover {
  background-color: #0000;
  border-color: #fff;
}

.button.hollow {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.hollow:hover {
  color: #000;
  border-color: #000;
}

.button.hollow.black {
  color: #000;
  border-color: #000;
  margin-right: 0;
}

.button.hollow.black:hover {
  color: #ff177f;
  border-color: #ff177f;
}

.button.hollow.grey {
  color: #d1d1d1;
  border-color: #d1d1d1;
  margin-right: 0;
}

.button.hollow.grey:hover {
  color: #000;
  border-color: #000;
}

.button.form {
  background-color: #d1d1d1;
  border-width: 0;
  border-radius: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 300;
}

.button.form:hover {
  background-color: #249cff;
}

.button.grey {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.button.grey:hover {
  border-color: var(--dark-slate-gray);
  background-color: var(--dark-slate-gray);
}

.navbar {
  background-color: var(--dodger-blue);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .3s;
}

.logo:hover {
  color: #249cff;
}

.hamburger-icon {
  filter: invert();
  font-size: 31px;
}

.section {
  color: #5c5c5c;
  padding: 80px 40px;
}

.section.header {
  color: #ffffffb8;
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, #d9004fe0, #e34800d1), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 10px;
}

.section.header._2 {
  background-image: linear-gradient(135deg, #9100d9e0, #00b6e3d1);
}

.section.header._3 {
  background-image: linear-gradient(315deg, #00de60cc, #0088e3d1), url('../images/hills.jpg');
}

.section.grey {
  color: #696969;
  background-color: #ededed;
}

.section.grey.contacts {
  min-height: 70vh;
  padding-top: 160px;
}

.section.footer {
  background-color: var(--dodger-blue);
  padding: 35px 20px;
}

.section.projects {
  color: #4d4d4d;
  border-top: 1px solid #ededed;
  padding-bottom: 0;
}

.section.white {
  border-top: 1px solid #ededed;
}

.section.back {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/key-differences-between-fitness-and-bodybuilding.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 35vh;
}

.section.back.cardio {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/cardioo.webp');
}

.section.back.strength {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/strenghpower.webp');
}

.section.background-image {
  background-image: linear-gradient(#249cff80, #249cff80), url('../images/Schwerence-hero.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 30vh;
}

.menu-button {
  background-color: var(--dodger-blue);
  color: #272832;
  transition: color .2s, background-color .2s;
}

.menu-button:hover {
  color: #272832;
  background-color: #008cff;
}

.menu-button.w--open {
  background-color: var(--dodger-blue);
  color: #fff;
}

.menu-button.w--open:hover {
  color: #ffffffd4;
  background-color: #1e1f26;
}

.nav-menu {
  background-color: var(--dodger-blue);
  padding-top: 18px;
  padding-bottom: 24px;
}

.nav-link {
  color: #fff;
  padding: 20px 20px 20px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .5s;
}

.nav-link:hover {
  color: silver;
}

.nav-link.w--current, .nav-link.w--current:hover {
  color: #ff177f;
}

.nav-link.divider {
  background-color: #ffffff5c;
  height: 2px;
  min-height: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.social-wrapper {
  text-align: left;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 0;
  display: block;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  transform: translate(0, 5px);
}

.project-row {
  background-color: #272832;
  background-image: linear-gradient(to right, #ff0048, #f53d00);
}

.project-row.blue {
  background-image: linear-gradient(to right, #a0f, #0072f5);
}

.project-row.teal {
  background-image: linear-gradient(to right, #00b7ff, #00f59b);
}

.project-link {
  float: left;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 350px;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
  position: relative;
}

.project-link:hover {
  opacity: .5;
}

.project-link.project-1 {
  background-image: url('../images/bob-van-aubel-ray-bans.jpg');
}

.project-link.project-2 {
  background-image: url('../images/sand.jpg');
}

.project-link.project-3 {
  background-image: url('../images/sunrise2.jpg');
}

.project-link.project-4 {
  background-image: url('../images/birds.jpg');
  background-position: 100%;
}

.project-link.project-5 {
  background-image: url('../images/johnny-lam-connect.jpg');
}

.project-link.project-6 {
  background-image: url('../images/sunrise.jpg');
}

.project-link.project-7 {
  background-image: url('../images/oceans.jpg');
}

.project-link.project-8 {
  background-image: url('../images/lake.jpg');
}

.project-link.project-9 {
  background-image: url('../images/beach-1600px.jpg');
}

.project-link.project-10 {
  background-image: url('../images/beach2jpg');
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.button-group {
  margin-top: 36px;
}

.project-wrapper {
  background-color: #00000017;
  padding: 11px 19px 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tag {
  color: #ffffff7d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
}

.footer-logo {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-social-link {
  opacity: .2;
  margin-left: 24px;
  transition: opacity .25s;
}

.footer-social-link:hover {
  opacity: .77;
}

.social-footer-wrap {
  text-align: right;
}

.field {
  color: #249cff;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  height: 58px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 17px;
  font-weight: 300;
  transition: box-shadow .3s;
  box-shadow: inset 2px 0 #0000;
}

.field:focus {
  box-shadow: inset 2px 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #fff;
}

.contact-text {
  color: #a3a3a3;
  padding-right: 59px;
}

.slider {
  background-color: #fff;
  height: auto;
}

.slide {
  background-image: linear-gradient(135deg, #de003fcc, #eb4a00cc), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 170px;
  padding-bottom: 170px;
}

.slide._2 {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/aN4oEJen5ac4idj6W9SfMS-1200-80.webp');
  background-position: 0 0, 50% 0;
}

.slide._2.cardio {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/InlineImage1.webp');
  background-position: 0 0, 50% 100%;
}

.slide._2.strength {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/sport-fitness-box1.webp');
  background-position: 0 0, 50%;
}

.slide._3 {
  background-image: linear-gradient(135deg, #00de60cc, #00bcebcc), url('../images/mountain.jpg');
}

.slider-nav {
  opacity: 1;
  padding-top: 5px;
  font-size: 7px;
}

.replace-text {
  background-color: #ffffff17;
}

.skill {
  color: #666;
  text-transform: uppercase;
  background-color: #d9d9d9;
  border-left: 2px solid #00000017;
  padding: 12px 16px;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  background-color: #f7f7f7;
  width: 100%;
  margin-top: 18px;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #ccc;
  padding: 83px 32px;
}

.thank-you-title {
  margin-bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
}

.brand-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.no-padd-section.grey {
  color: #696969;
  background-color: #ededed;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile-photo {
  background-image: url('../images/camera-man.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

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

.more-icon {
  float: left;
  margin-top: 2px;
  margin-right: 9px;
}

.back-link {
  opacity: .44;
  color: #fff;
  text-transform: capitalize;
  margin-left: 2px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.back-link:hover {
  opacity: 1;
}

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

.right-align-col {
  text-align: right;
}

.previous-column {
  text-align: right;
  border-right: 1px solid #ededed;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section-2.politika {
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container.flex-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-bottom: 40px;
}

.politika {
  padding: 60px 6px;
}

.image-5 {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 15% 1% auto auto;
}

.cookie-block-container {
  background-color: #fff;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px -7px #000;
}

.cookie-block-container.cookies {
  z-index: 9999;
  padding: 20px 0 20px 10px;
  display: block;
}

.heading-11 {
  max-width: 70%;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.button-3 {
  justify-content: center;
  align-items: center;
  min-width: 10%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.button-3.btnnew {
  background-color: var(--dodger-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.button3 {
  background-color: #474747;
  justify-content: center;
  align-items: center;
  min-width: 10%;
  margin-left: 10px;
  display: flex;
}

.button3.btnnew2 {
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-3 {
  justify-content: flex-start;
  max-width: 1050px;
  display: flex;
}

.checkbox-field {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 5px;
}

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

.paragraph, .paragraph-2 {
  margin-bottom: 20px;
}

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

.columns {
  margin-bottom: 30px;
}

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

.map-embed {
  border-radius: 10px;
  height: 50vh;
  min-height: 50vh;
}

.footer-disclaimer {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
}

.resp-link {
  color: var(--dark-slate-gray);
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-container.full {
  max-width: none;
}

.rt-component-container.center {
  text-align: center;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-image-slider-v6 {
  padding: 0;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
  text-decoration: none;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-display-off {
  display: none;
}

.rt-circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.rt-about-slider-text-main-wrapper {
  height: 100%;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
}

.rt-circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  right: 0%;
  overflow: hidden;
}

.rt-about-one-slider-details {
  max-width: 620px;
}

.rt-circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.rt-about-slider-item {
  width: 100%;
}

.rt-circle-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-circle-outline.rt-left {
  top: auto;
}

.rt-circle-outline.rt-left-light {
  border-color: #fff;
  top: auto;
}

.rt-circle-outline.rt-bottom {
  top: auto;
  bottom: 0%;
  left: auto;
}

.rt-circle-outline.rt-top-light {
  border-color: #fff;
  left: auto;
}

.rt-circle-outline.rt-light {
  border-color: #fff;
}

.rt-circle-outline.rt-right {
  top: auto;
  left: auto;
  right: 0;
}

.rt-circle-outline.rt-bottom-right-light {
  border-color: #fff;
  top: auto;
  bottom: 0;
  left: auto;
}

.rt-circle-outline.rt-right-light {
  border-color: #fff;
  top: auto;
  left: auto;
}

.rt-circle-outline.rt-bottom-left-right {
  border-color: #fff;
  top: auto;
  bottom: 0%;
  right: auto;
}

.rt-about-slider-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-about-one-slider-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-about-one-slider-container.rt-full-width {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.rt-circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.rt-circle-hover-clip.rt-two {
  top: auto;
}

.rt-circle-hover-clip.rt-two.rt-left {
  left: 0%;
  right: auto;
}

.rt-circle-hover-clip.rt-left.rt-one {
  right: auto;
}

.rt-circle-hover-clip.rt-left.rt-one.rt-new {
  justify-content: flex-start;
  align-items: center;
  left: 0%;
}

.rt-change-padding-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-change-padding-4.rt-change-color-white {
  color: #fff;
}

.rt-about-left-arrow {
  border: 1px solid #fff0;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: 0 16% 0% auto;
  overflow: visible;
}

.rt-about-left-arrow.rt-right {
  top: 300px;
}

.rt-about-one-slider-line {
  z-index: 11;
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% 16% 0% auto;
}

.rt-small-text {
  font-size: 20px;
  font-weight: 500;
  line-height: .2em;
}

.rt-about-one-slider-image-overlay {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.rt-arrow {
  width: 14px;
  min-width: 14px;
  padding-top: 5px;
}

.rt-about-one-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-line-main {
  background-color: #fff;
  width: 1px;
  height: 374px;
}

.rt-line-main.rt-top {
  height: 325px;
}

.rt-line-main.rt-bottom {
  height: 172px;
}

.rt-line-main.rt-middle {
  height: 50px;
}

.rt-about-one-button {
  padding-top: 20px;
  display: flex;
}

.rt-about-one-image-main {
  background-image: url('../images/Schwerence-hero.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 745px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.rt-about-one-image-main._2 {
  background-image: url('../images/Schwerence-hero-2.webp');
}

.rt-slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120vw;
  height: 120vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.rt-circle-link-lext {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center end;
  place-items: center stretch;
  height: 100%;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.rt-circle-link-lext.rt-right {
  position: absolute;
}

.rt-circle-link-lext.rt-left {
  justify-content: start;
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 44px;
  padding-right: 0;
  position: absolute;
}

.rt-auto-fit-3 {
  height: auto;
}

.rt-auto-fit-3.rt-image-full-width {
  width: 100%;
  height: 100%;
}

.rt-about-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-about-one-slider-main {
  z-index: 100;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-about-one-slider-heading {
  max-width: 400px;
  padding-bottom: 20px;
}

.rt-circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.rt-about-slider-main {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  max-width: 70%;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library-marketplace--color--theme-color), var(--radiant-ui-components-library-marketplace--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.heading-13 {
  font-size: 40px;
  line-height: 44px;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-home-one-marquee-section {
  padding-bottom: 80px;
}

.rt-marquee-wrapper {
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rt-marquee-big-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: uppercase;
  flex: none;
  padding-right: 33px;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 5rem;
}

.rt-home-marquee-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  justify-content: flex-end;
  align-items: center;
  width: 110%;
  display: flex;
  transform: translate(-10px)rotate(4deg);
}

.rt-marquee-train-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
}

.rt-marquee-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 3.75rem;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-4.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-overflow-hiden {
  overflow: hidden;
}

.rt-top-text {
  letter-spacing: .16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.rt-top-text.rt-color-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-one-digital-right-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-main-button-container {
  border: 1px solid #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .4s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.rt-main-button-container:hover {
  border-color: #246dfe;
}

.rt-about-one-digital-description {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 519px;
  margin-bottom: 0;
  padding-bottom: 28px;
}

.rt-button-background {
  background-color: #fff;
  border-radius: 100%;
  width: 120%;
  min-width: 80px;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.rt-button-background.rt-white {
  pointer-events: none;
  border-radius: 800px;
  align-self: center;
  width: 0%;
  min-width: auto;
  height: 120%;
  text-decoration: none;
  inset: 0% 0% 0% -20%;
}

.rt-blue-button-text {
  color: #000;
  letter-spacing: .32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.rt-blue-button-text.rt-button-text-color {
  color: #fff;
}

.rt-blue-button-text.rt-button-text-color.rt-text-relative {
  text-decoration: none;
  position: relative;
}

.rt-about-one-digital-heading {
  max-width: 620px;
  padding-bottom: 2px;
}

.rt-main-blue-button {
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  display: flex;
  overflow: hidden;
}

.rt-main-blue-button.rt-color-wrapper {
  background-color: #246dfe;
  border-radius: 40px;
}

.rt-main-blue-button.rt-color-wrapper.rt-pop:hover {
  opacity: 1;
}

.rt-main-blue-button.rt-color-wrapper.rt-pop.rt-deep-blue-background {
  background-color: #1e60e8;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-counter.rt-home-three-work-countar-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  height: 80px;
  font-weight: 400;
  overflow: hidden;
}

.rt-home-three-work-countar-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  letter-spacing: -.5px;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.rt-home-three-work-card-top-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rt-home-three-work-card {
  align-items: stretch;
}

.rt-home-three-work-card-counter-line {
  opacity: .2;
  background-color: #797a8c;
  width: 100%;
  min-height: 1px;
  margin-bottom: 5px;
}

.rt-home-three-who-we-are-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-3 {
  margin-top: 20px;
}

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

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-white-text {
  color: #fff;
}

.rt-home-one-project-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-home-four-three-box-pic {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
  overflow: hidden;
}

.rt-memorable-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-image: url('../images/Memorable-Brand_1Memorable-Brand.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 31px 2px;
  padding-left: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rt-memorable-text.rt-blue-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-image: url('../images/Line-1.svg');
  background-size: 31px;
}

.rt-home-four-star-block {
  max-width: 700px;
  position: relative;
}

.rt-home-four-arrow-block {
  border: 1px solid #0000004d;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-home-four-arrow-block.rt-greem-circle {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-color: #ffffff4d;
}

.rt-home-four-three-box-block {
  grid-column-gap: 30px;
  margin-top: 30px;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-image-height-auto {
  object-fit: cover;
}

.rt-financial-planning-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rt-home-four-three-box-data {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.rt-home-four-three-box-one {
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-home-four-three-box-one.rt-blue-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 40px 80px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-cta-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 110px;
}

.rt-button-text-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.rt-text-center.rt-cta-paragraph {
  max-width: 600px;
}

.rt-button-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-hover-out-text {
  letter-spacing: 1px;
  position: absolute;
  transform: translate(0, 100%);
}

.rt-icon-out {
  position: absolute;
  transform: scale(0);
}

.rt-button-icon-wrapper {
  background-color: #418dff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 19.5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-cta {
  z-index: 1;
  position: relative;
}

.rt-hover-in-text {
  letter-spacing: 1px;
}

.rt-button-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

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

.rt-no-margin-top-bottom.rt-cta-heading {
  max-width: 516px;
}

.rt-cta-container {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-4 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .rt-about-one-digital-right-wrapper {
    margin-top: -20px;
  }

  .rt-about-one-digital-description {
    max-width: 546px;
  }
}

@media screen and (min-width: 1440px) {
  .rt-cta-wrapper {
    padding-top: 135px;
    padding-bottom: 145px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-about-slider-text-main-wrapper {
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .social-wrapper {
    width: 725px;
  }

  .main-heading {
    font-size: 43px;
  }

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

  .image-5 {
    top: 5%;
    right: .5%;
  }

  .cookie-block-container.cookies {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    margin-right: 0;
  }

  .button-3.btnnew {
    font-size: 14px;
  }

  .button3.btnnew2 {
    margin-left: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .rt-about-left-arrow, .rt-about-left-arrow.rt-right, .rt-about-one-slider-line {
    right: 10%;
  }

  .rt-slider-background-circle {
    border-radius: 0%;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-service-process-2 {
    max-width: none;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 60px;
  }

  .rt-marquee-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-marquee-big-text {
    font-size: 4.6rem;
    line-height: 5.225rem;
  }

  .rt-about-one-digital-right-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .rt-about-one-digital-description {
    max-width: 700px;
    padding-bottom: 18px;
  }

  .rt-about-one-digital-heading {
    text-align: left;
    max-width: 700px;
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .rt-home-four-three-box-pic {
    margin-top: 15px;
  }

  .rt-home-four-arrow-block {
    display: none;
  }

  .rt-home-four-three-box-block {
    grid-column-gap: 20px;
  }

  .rt-financial-planning-block {
    margin-bottom: 10px;
  }

  .rt-home-four-three-box-data {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .rt-cta-wrapper {
    padding: 50px 15px 60px;
  }
}

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

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    padding: 11px 18px;
  }

  .navbar {
    padding-left: 10px;
  }

  .logo {
    margin-top: 0;
    font-size: 22px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .project-link {
    width: 50%;
    height: 280px;
  }

  .half-width, .quarter-width, .third-width {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
    line-height: 34px;
  }

  .button-group {
    margin-top: 26px;
  }

  .slider {
    height: 315px;
  }

  .slide {
    padding: 50px 10px 64px;
  }

  .brand-link {
    text-align: left;
    padding-left: 0;
  }

  .brand-link.w--current {
    margin-top: 10px;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .padded-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-row {
    margin-bottom: 0;
  }

  .mobile-padding-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .previous-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .heading-11 {
    max-width: 60%;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-3.btnnew {
    min-width: 10%;
    font-size: 12px;
    line-height: 19px;
  }

  .button3.btnnew2 {
    font-size: 12px;
    line-height: 18px;
  }

  .rt-about-one-slider-container.rt-full-width {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
  }

  .rt-about-left-arrow {
    top: 360px;
    left: 15px;
    right: auto;
  }

  .rt-about-left-arrow.rt-right {
    margin-right: 0;
    top: 360px;
    right: 15px;
  }

  .rt-about-one-slider-line {
    display: none;
  }

  .rt-slider-background-circle {
    height: 100%;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr;
  }

  .rt-home-four-three-box-pic {
    margin-top: 18px;
  }

  .rt-home-four-three-box-block {
    display: block;
  }

  .rt-home-four-three-box-data {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-home-four-three-box-one.rt-blue-bg {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rt-button-icon-wrapper {
    height: 50px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-social-link {
    margin-left: 7px;
    margin-right: 7px;
  }

  .social-footer-wrap {
    text-align: center;
  }

  .previous-column {
    text-align: left;
    border-bottom: 1px solid #ededed;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .heading-11 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button3.btnnew2 {
    margin-top: 10px;
    margin-left: 0;
    padding: 9px 10px;
  }

  .container-3 {
    flex-direction: column;
  }

  .footer-disclaimer {
    text-align: center;
    margin-bottom: 8px;
  }

  .rt-about-left-arrow, .rt-about-left-arrow.rt-right {
    top: 400px;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 55px;
  }

  .rt-about-one-digital-right-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-about-one-digital-description, .rt-about-one-digital-heading {
    text-align: center;
  }

  .rt-memorable-text {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .rt-memorable-text.rt-blue-text {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-icon-out {
    transform: none;
  }

  .rt-icon-in {
    opacity: 0;
  }
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a38-02a97b5e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a6f-02a97b5e {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a73-02a97b5e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a77-02a97b5e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a7b-02a97b5e {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a81-02a97b5e {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a85-02a97b5e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a89-02a97b5e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_16564c17-236e-cb49-f37d-62731f375a8d-02a97b5e {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}


