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

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

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

@font-face {
  font-family: "Space Grotesk...";
  src: url('/fonts/5fc36ce583b0d53e26ec7dce_SpaceGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk...";
  src: url('/fonts/SpaceGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk...";
  src: url('/fonts/SpaceGrotesk-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk...";
  src: url('/fonts/SpaceGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk...";
  src: url('/fonts/SpaceGrotesk-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dodger-blue: #e43f5a;
  --white: white;
  --midnight-blue: #0d0927;
  --gainsboro: #e4e5e5;
  --dim-grey: #60686c;
  --indian-red: #e43f5a;
  --magenta: #ee2fef;
}

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

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

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

@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;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

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

.navbar {
  background-color: #0000;
}

.container {
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-inner-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search {
  border-radius: 50px;
  align-items: center;
  width: 350px;
  margin-bottom: 0;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.search.hide {
  padding-right: 0;
}

.search.hide:focus {
  border: 1px solid #1b262c80;
}

.search.none {
  padding-right: 0;
  display: none;
}

.field-label {
  display: none;
}

.search-input {
  color: #1b262c8a;
  border: 1px solid #e4e5e5;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 17px 50px 17px 20px;
  font-family: "Space Grotesk...", sans-serif;
  line-height: 17px;
  transition: all .3s;
}

.search-input:hover {
  border-color: var(--dodger-blue);
}

.search-input:focus {
  border-color: var(--dodger-blue);
  background-color: #0000;
}

.search-button {
  background-color: #1b262c;
  background-image: url('/images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  padding: 13px;
  transition: all .3s;
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
}

.search-button:hover {
  transform: scale(1.1);
}

.nav-left-block {
  align-items: center;
  display: flex;
}

.nav-right-block {
  align-items: center;
}

.brand, .brand.w--current {
  margin-right: 56px;
}

.navlink {
  color: #0d0927;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 25px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
}

.navlink:hover, .navlink.w--current {
  color: var(--dodger-blue);
}

.navlink.active {
  overflow: visible;
}

.navlink.active.hide {
  display: none;
}

.primary-btn {
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  transition: all .4s;
  display: block;
}

.primary-btn:hover {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
}

.primary-btn.mobile {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.primary-btn.full-witdh {
  width: 100%;
  display: block;
}

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

.hero-main-block {
  z-index: 1;
  background-color: #fafafa;
  background-image: url('/images/make.com--formerly-custom-apps.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 486px;
  border: 1px solid #e4e5e5;
  border-radius: 13px;
  align-items: center;
  height: 330px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-main-block.padding-0-50-0-50 {
  margin-top: 120px;
  margin-left: 50px;
  margin-right: 50px;
}

.hero-in-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hero-out-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.hero-text {
  background-color: var(--white);
  color: #0d0927;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 12px 20px 12px 24px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  box-shadow: 1px 1px 4px #0000000f;
}

.hero-text.hide {
  display: none;
}

.hero-tital {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.hero-para {
  background-color: var(--white);
  color: #0d0927;
  text-align: left;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.hero-para.fs16 {
  font-size: 16px;
}

.hero-para.padding-20.center {
  text-align: center;
  max-width: 100%;
  display: inline-block;
}

.body-section {
  display: block;
  overflow: hidden;
}

.body-section.hide {
  display: none;
}

.body-main-block {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.body-left-block {
  width: 100%;
  max-width: 25%;
  height: 100%;
}

.body-right-block {
  width: 100%;
  max-width: 75%;
  overflow: hidden;
}

.body-right-block.lg {
  max-width: none;
}

.app-heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.app-out-block {
  border-left: 1px dashed #1b262c1a;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 50px;
}

.app-out-block.pd0 {
  padding-left: 0;
}

.app-in-block {
  cursor: pointer;
  height: 100%;
  text-decoration: none;
}

.app-in-block.w420 {
  width: 100%;
  max-width: 420px;
  margin-right: 32px;
}

.app-block {
  border-style: solid;
  border-width: 1px;
  border-color: #1b1b2f1a #1b1b2f1a var(--gainsboro) var(--gainsboro);
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 27px 20px 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.app-block:hover {
  box-shadow: 0 18px 34px #0000000d;
}

.app-block.bordrer-radius-10 {
  border-radius: 10px;
}

.app-img-block {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.app-img-block.mb-11 {
  margin-bottom: 11px;
}

.app-icon {
  border-style: solid;
  border-width: 1px;
  border-color: #0000001a #0000001a var(--gainsboro) var(--gainsboro);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 24px;
  display: flex;
  overflow: hidden;
}

.app-icon.lg {
  width: 110px;
  min-width: 110px;
  height: 110px;
}

.auto-text {
  color: #0d0927;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.auto-text.l-text {
  font-size: 24px;
  line-height: 30px;
}

.auto-para {
  color: #60686c;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
  overflow: visible;
}

.btn-block {
  text-align: center;
  margin-top: 48px;
  padding-left: 64px;
  display: none;
}

.footer-section {
  background-color: #1b262c;
}

.footer-main-block {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.footer-left-block {
  width: 100%;
  max-width: 40%;
}

.footer-right-block {
  width: 100%;
  max-width: 50%;
}

.footer-right-block.hide {
  display: none;
}

.footer-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
}

.footer-para {
  color: #60686c;
  width: 100%;
  max-width: 440px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.footer-para.mb20 {
  margin-bottom: 20px;
}

.form {
  border-radius: 50px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.text-field {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #0000;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 20px 180px 20px 20px;
  font-size: 16px;
  line-height: 19px;
}

.text-field:focus {
  border-color: #ffffffb3;
}

.text-field::placeholder {
  color: #60686c;
}

.submit-btn {
  background-color: var(--white);
  color: #0d0927;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 2px solid #0000;
  border-radius: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  transition: all .4s;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.submit-btn:hover {
  border: 2px solid var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
}

.check-box {
  background-color: #0000;
  border: 1px solid #ffffff1a;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.check-box.w--redirected-checked {
  background-color: #0000;
  background-size: 10px;
  border-color: #ffffff1a;
}

.check-box.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  color: #60686c;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 17px;
}

.footer-sub-block {
  padding-top: 48px;
  padding-bottom: 40px;
}

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

.icon-block {
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 0;
  display: inline-block;
}

.footer-text {
  color: #60686c;
  flex: 1;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.footer-text.footer-flex {
  object-fit: scale-down;
  flex: 1;
  display: block;
}

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

.plat-block {
  border-top: 1px #0000001a;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.plat-block.pt0 {
  border-top-style: none;
  padding-top: 0;
  display: none;
}

.category-wp {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 20px;
}

.category-wp.category {
  overflow: hidden;
}

.category-link {
  border-left: 2px solid var(--gainsboro);
  color: #60686c;
  white-space: normal;
  background-image: url('/images/Vector.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  padding: 12px 10px 12px 20px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.category-link:hover {
  border-left: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-image: none;
}

.category-link.active {
  border-left-color: var(--dodger-blue);
  color: #0d0927;
  background-image: url('/images/Vector.svg');
  background-size: 7px;
}

.category-link.hide {
  display: none;
}

.use-link {
  background-color: var(--white);
  color: #2091f4;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 36px;
  padding-top: 16px;
  padding-bottom: 36px;
  padding-left: 36px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.apps-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.apps-list.other {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon {
  transition: all .3s;
}

.icon:hover {
  transform: scale(1.1);
}

.secondary-btn {
  background-color: var(--white);
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 14px 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  transition: all .4s;
}

.secondary-btn:hover {
  transform: translate(0, -3px);
}

.secondary-btn.w100 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.secondary-btn.w100.border {
  border: 1px solid var(--dodger-blue);
}

.secondary-btn.pad64 {
  margin-left: 64px;
}

.secondary-btn.border {
  border: 1px solid var(--dodger-blue);
}

.secondary-btn.border:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
  transform: none;
}

.secondary-btn.border.no-hover:hover {
  background-color: var(--white);
  color: var(--dodger-blue);
  transform: translate(0, -3px);
}

.secondary-btn.white-border {
  border: 1px solid #fff;
}

.secondary-btn.pad-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inner-text {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
}

.inner-text.mb20 {
  width: 100%;
  max-width: 640px;
  margin-bottom: 20px;
}

.inner-text.mb0 {
  margin-bottom: 0;
}

.inner-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.app-inner-block {
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.app-in-para {
  color: #60686c;
  margin-bottom: 0;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.app-image {
  display: block;
}

.hero-detail-block {
  z-index: 2;
  border-bottom: 1px solid #1b262c1a;
  margin-bottom: 70px;
  padding-bottom: 80px;
  display: flex;
}

.deatil-left-block {
  z-index: 3;
  width: 100%;
  max-width: 504px;
  margin-right: 48px;
  padding-left: 64px;
}

.detail-right-block {
  width: 100%;
  max-width: 728px;
  padding-top: 80px;
}

.get-form-block {
  z-index: 2;
  border: 1px solid var(--gainsboro);
  border-radius: 20px;
  position: relative;
  bottom: 58px;
  overflow: hidden;
  box-shadow: 0 18px 34px #0000000d;
}

.type-block {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.type-block.br {
  border-bottom-style: none;
}

.type-block.br.hide {
  display: none;
}

.get-tital {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.get-text {
  color: #8d9396;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.get-text.static {
  color: var(--dodger-blue);
}

.get-in-block {
  background-color: var(--white);
  padding: 32px 32px 28px;
}

.get-out-block {
  background-color: #fff5ff;
  justify-content: space-around;
  padding: 24px 32px;
  display: flex;
}

.product-description {
  margin-top: 0;
}

.product-description h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 32px;
  line-height: 40px;
}

.product-description p {
  color: #60686c;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.product-description ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.product-description li {
  color: #60686c;
  background-image: url('/images/Imageblack.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.product-description h3 {
  color: var(--midnight-blue);
  margin-bottom: 28px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.product-description.mb80 {
  margin-bottom: 80px;
}

.ss-title {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.ss-slide {
  margin-right: 36px;
}

.slider-main-block {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.ss-main-block {
  border-bottom: 1px solid #e4e5e5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ss-main-block.over-hidden {
  overflow: hidden;
}

.ss-main-block.padding-bottom-120 {
  padding-bottom: 120px;
}

.ss-main-block.padding-bottom-120.hide, .slide-nav {
  display: none;
}

.screenshot-slider {
  background-color: #0000;
  height: 100%;
}

.ss-mask {
  width: 100%;
  max-width: 293px;
  overflow: visible;
}

.ss-image {
  overflow: hidden;
}

.ss-lf-arw {
  background-image: url('/images/Left-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #1b262c1a;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  transition: all .3s;
  inset: -22% 45px auto auto;
}

.ss-lf-arw:hover {
  border-color: var(--dodger-blue);
  background-image: url('/images/Vectorleft.svg');
}

.ss-rt-arw {
  background-image: url('/images/Group2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  border: 1px solid #1b262c1a;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  transition: all .3s;
  inset: -22% 0% auto auto;
}

.ss-rt-arw:hover {
  border-color: var(--dodger-blue);
  background-image: url('/images/Groupright.svg');
}

.ss-in-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ss-out-block {
  margin-top: 50px;
}

.ss-main-blog {
  padding-top: 76px;
  padding-bottom: 128px;
  overflow: hidden;
}

.ss-main-blog.hide {
  display: none;
}

.rb-block {
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.rb-block:hover {
  transform: scale(1.03);
}

.rb-block.no-border {
  border-style: none;
}

.rb-img-block {
  z-index: 2;
  text-align: center;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.rb-content-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.rb-content-block.border {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.rb-content-block.border.h-258 {
  height: 257px;
}

.tools-block {
  color: var(--dim-grey);
  border: 1px solid #0000001a;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 15px;
  line-height: 16px;
  display: inline-block;
}

.rb-title {
  color: #0d0927;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.rb-title.margin-bottom-0 {
  margin-bottom: 0;
}

.rb-outer-block {
  color: #1b262c;
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  transition: all .3s;
}

.rb-outer-block:hover {
  color: var(--dodger-blue);
}

.rb-outer-block.oth {
  border-bottom-style: none;
}

.rb-inner-block {
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.rb-inner-block.border {
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.by-tital {
  color: #60686c;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}

.date-block {
  color: #60686c;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.blog-cate-wp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-category {
  border: 1px solid var(--gainsboro);
  color: var(--dim-grey);
  text-transform: capitalize;
  border-radius: 50px;
  margin-right: 16px;
  padding: 12px 30px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  transition: all .3s;
}

.blog-category:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.blog-category.last {
  margin-right: 0;
}

.blog-category.active {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 50px;
}

.blog-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.new-para {
  color: #1b262cb3;
  height: 81px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
}

.related-app-block {
  height: 100%;
  text-decoration: none;
}

.login-btn {
  color: #ee2fef;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ee2fef;
  border-radius: 50px;
  margin-left: 10px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  transition: all .4s;
}

.login-btn:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
  border: 1px solid #0000;
}

.login-btn.full-width {
  width: 100%;
  margin-left: 0;
  display: block;
}

.bd-main-blog {
  padding-top: 48px;
  padding-bottom: 40px;
}

.bd-tools-block {
  align-items: center;
  display: flex;
}

.bd-sub-blog {
  z-index: 3;
  padding-bottom: 108px;
}

.bd-out-block {
  margin-bottom: 40px;
  display: flex;
}

.blog-description h3 {
  color: #0d0927;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.blog-description p {
  color: var(--dim-grey);
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.blog-description ul {
  margin-bottom: 0;
  padding-left: 0;
}

.blog-description li {
  color: var(--dim-grey);
  background-image: url('/images/Imageblack.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.blog-description img {
  border-radius: 13px;
  width: 100%;
  margin-top: 50px;
  display: block;
}

.blog-description figure {
  margin-left: 0;
  margin-right: 0;
}

.rb-auto-para {
  color: #60686c;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.content-block {
  padding-left: 64px;
  padding-right: 64px;
}

.price-main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.price-out-block {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 40px;
  display: flex;
  box-shadow: 0 1px 35px 1px #ebecf0b3;
}

.price-out-block.pro {
  background-color: var(--dodger-blue);
  border-radius: 20px 0 0 20px;
}

.price-tital {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.price-tital.white {
  color: var(--white);
}

.value-block {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.price {
  color: var(--midnight-blue);
  margin-right: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

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

.usd-text {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.usd-text.color {
  color: #ffffffb3;
}

.price-para {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.price-para.color {
  color: var(--white);
}

.list-block {
  color: #1b262cb3;
  margin-left: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.list-block.color {
  color: var(--white);
}

.list-outer-block {
  align-items: center;
  margin-bottom: 64px;
  display: none;
}

.white.hide, .blue {
  display: none;
}

.blue.none {
  display: block;
}

.price-sub-block {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 128px;
  display: flex;
}

.price-img-block {
  background-image: url('/images/Dots-Top.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 574px;
  padding-bottom: 30px;
  padding-left: 50px;
  display: flex;
}

.price-content-block {
  width: 100%;
  max-width: 658px;
  margin-left: 48px;
}

.about-tital {
  color: var(--dodger-blue);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.about-heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 60px;
}

.about-para {
  color: var(--dim-grey);
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.a-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.a-list.margin-bottom-50 {
  margin-bottom: 50px;
}

.a-list.margin-bottom-36 {
  margin-bottom: 36px;
}

.a-item {
  color: var(--dim-grey);
  background-image: url('/images/Imageblack.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.a-item.white-text {
  color: var(--white);
  background-image: url('/images/Image-white.svg');
}

.a-item.cross {
  text-decoration: line-through;
}

.a-list-item {
  margin-bottom: 20px;
}

.footer-logo {
  text-align: center;
  flex: 1;
  max-width: 30%;
}

.sub-link {
  color: #ffffff4d;
  display: inline-block;
}

.linkwhite {
  color: #ffffffb3;
  display: block;
}

.container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 0;
  display: block;
}

.html-embed {
  padding-bottom: 60px;
  padding-left: 64px;
  padding-right: 64px;
}

.hero-para-description {
  color: #2091f4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 64px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  display: block;
}

.navlinkblue {
  color: #2091f4;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 25px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  transition: all .3s;
}

.navlinkblue:hover, .navlinkblue.w--current {
  color: #2091f4;
}

.footer-para-tiny {
  color: #ffffffb3;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.category-block {
  border-style: solid;
  border-width: 1px;
  border-color: #0000001a #0000001a #0000001a var(--gainsboro);
  color: #60686c;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  padding: 6px 13px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
}

.app-icon-image {
  width: 100%;
  height: 100%;
}

.d-none {
  display: none;
}

.by-block {
  align-items: center;
  display: flex;
}

.by-block.mr16 {
  margin-right: 16px;
}

.app-in-link {
  color: var(--dodger-blue);
  margin-left: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.app-in-link:hover {
  text-decoration: none;
}

.app-in-link.sm {
  font-size: 14px;
  line-height: 17px;
}

.app-in-link.text-clr-primary {
  color: var(--midnight-blue);
  font-size: 14px;
  line-height: 20px;
}

.category-dropdown {
  width: 100%;
  display: block;
}

.category-heading {
  align-items: center;
  padding: 0;
  display: flex;
}

.mr20 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cate-dropdown-list {
  background-color: #0000;
  margin-top: 20px;
  display: block;
  position: static;
}

.blog-wrapper {
  padding-top: 80px;
  padding-bottom: 120px;
}

.search-result-wrapper {
  width: 100%;
}

.category-box-wp {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mobile-button {
  display: none;
}

.desktop-button {
  display: block;
}

.success-message {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 6px;
}

.error-box {
  color: #ff3131;
  margin-top: -5px;
  margin-bottom: 12px;
  display: none;
}

.text-span-2 {
  color: #2091f4;
}

.app-heading-blue {
  color: #2091f4;
  margin-top: 0;
  margin-bottom: 34px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.text-span-3 {
  text-decoration: none;
}

.container-3 {
  max-width: 1280px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.link-2 {
  color: var(--dodger-blue);
  text-decoration: none;
}

.footer-left {
  width: 100%;
  max-width: 30%;
}

.bd-right {
  align-items: center;
  display: flex;
}

.div-block-4 {
  margin-left: 60px;
  margin-right: 60px;
}

.container-4 {
  max-width: 1280px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-span-4 {
  color: #2091f4;
}

.html-embed-2 {
  margin-left: 65px;
}

.footer-right {
  text-align: right;
  flex: 1;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.container-5 {
  max-width: 1280px;
}

.default-logo {
  z-index: 1;
  position: absolute;
}

.search-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.search-image {
  background-color: var(--white);
  object-fit: cover;
  width: auto;
  height: 100%;
}

.div-block-7 {
  height: 30px;
  display: block;
}

.secondary-btn-60px {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #2091f4;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: 64px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
  transition: all .4s;
}

.secondary-btn-60px:hover {
  transform: translate(0, -3px);
}

.beta-tag-logo {
  color: #1b262cb3;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.style-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.style-guide-title {
  background-color: #eff0f2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
}

.paragraph-size-20 {
  font-size: 20px;
  line-height: 34px;
}

.text-black {
  color: #1b262c;
}

.text-blue {
  color: #2091f4;
}

.text-gray {
  color: #eff0f2;
}

.bg-black {
  background-color: #1b262c;
}

.bg-blue {
  background-color: #2091f4;
}

.bg-gray {
  background-color: #eff0f2;
}

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

.style-guide-title-sub {
  background-color: #eaeaea66;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 700;
}

.style-guide-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.style-guide-inner.other {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

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

.spacing {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

.margin-top-24 {
  margin-top: 24px;
}

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

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

.margin-left-8 {
  margin-left: 8px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-right-8 {
  margin-right: 8px;
}

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

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

.margin-right-24 {
  margin-right: 24px;
}

.padding-36 {
  padding: 36px;
}

.padding-24 {
  padding: 24px;
}

.padding-28 {
  padding: 28px;
}

.padding-20 {
  padding: 20px;
}

.margin-top-bottom-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-top-bottom-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-top-bottom-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-top-bottom-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.padding-top-bottom-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.style-heading {
  color: var(--white);
  text-align: center;
  background-color: #2091f4;
  border-radius: 10px;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
}

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

.app-outer-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 128px;
}

.app-title {
  color: #1b262c;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

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

.app-404-text {
  color: #1b262cb3;
  text-align: center;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

._404-image {
  margin-bottom: 40px;
}

.blog-tool-link {
  color: var(--dodger-blue);
  background-color: #fff5ff;
  border-radius: 4px;
  padding: 6px 15px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.blog-tool-link.mr-14 {
  margin-right: 14px;
}

.blog-block {
  border: 1px solid var(--gainsboro);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.blog-block:hover {
  box-shadow: 0 18px 34px #0000000d;
}

.btn-grey {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 16px;
  transition: all .3s;
}

.btn-grey:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.text-span-5 {
  color: var(--midnight-blue);
}

.pricing-block {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  overflow: hidden;
}

.pricing-tab {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: inline-block;
  box-shadow: 0 1px 35px #e2e3e7;
}

.pricing-content {
  width: 100%;
}

.tab-label {
  background-color: var(--white);
  color: #adb5bd;
  border-radius: 40px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-label.w--current {
  color: var(--white);
  background-color: #000;
  border-radius: 40px;
  font-weight: 500;
}

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

.currency {
  color: #1b262cb3;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
  display: inline-block;
}

.currency.mt5 {
  color: #60686c;
  margin-top: 5px;
}

.white-icon {
  width: 25px;
  height: 25px;
  transition: all .3s;
}

.pricing-switch-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff1a;
  border-radius: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  transition: all .3s;
  display: grid;
}

.pricing-switch-tab.shadow {
  background-color: #fff;
  max-width: 210px;
  box-shadow: 1px 1px 35px 1px #ebecf0b3;
}

.text-large {
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.mt20 {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.mt30 {
  margin-top: 30px;
}

.mt30.mb40 {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.pricing-number {
  color: #0d0927;
  margin-right: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  display: inline-block;
}

.yellow-icon {
  opacity: 1;
  width: 20px;
  min-width: 20px;
  height: 17px;
  transition: all .3s;
}

.pricing-card {
  color: #1b262c;
  background-color: #fff;
  border: 1px #e6e6e6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px 32px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 35px #ebecf0b3;
}

.pricing-card.drop-shadow {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 35px #ebecf0b3;
}

.pricing-card.drop-shadow:hover {
  background-color: #14213d;
}

.pricing-tab-2 {
  color: #14213d;
  background-color: #0000;
  border-radius: 24px;
  padding: 6px 23px;
}

.pricing-tab-2.w--current {
  color: #fff;
  background-color: #14213d;
  border-radius: 24px;
  padding: 6px 23px;
}

.pricing-tab-2.active {
  color: #fff;
  background-color: #14213d;
}

.mt25 {
  margin-top: 25px;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 64px 20px 80px;
  overflow: hidden;
}

.grid.pricing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
}

.pricing-tabs-content {
  margin-top: 30px;
}

.pricing-tabs-content.m0 {
  margin-top: 0;
}

.pricing-btn {
  background-color: var(--white);
  color: var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #e43f5a;
  border-radius: 33px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .3s;
  display: block;
}

.pricing-btn:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.executions-text {
  color: #1b262cb3;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.executions-text.ml10 {
  color: #0d0927;
  margin-left: 10px;
}

.text-small {
  color: #0d0927;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .3s;
}

.price-text {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 19px;
}

.container-pricing {
  max-width: 1370px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block-2 {
  background-color: #fff;
  flex: 1;
}

.checkbox-field-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.pagination-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-outer {
  margin-top: 50px;
  padding-bottom: 20px;
}

.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jp-previous {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-8 {
  max-width: 30%;
  padding-top: 20px;
}

.bold-text {
  text-decoration: line-through;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
}

.image.logo {
  min-width: 130px;
  max-width: 0%;
}

.image-make {
  background-color: var(--white);
  border-radius: 8px;
  min-width: 200px;
  max-width: 0%;
  margin-top: 10px;
  margin-left: 25px;
  padding: 12px 20px 12px 24px;
}

.ss-rt-arw-2 {
  background-image: url('/images/Right-Arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #1b262c1a;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  transition: all .3s;
  position: absolute;
  inset: -70px 0 auto auto;
}

.ss-rt-arw-2:hover {
  border-color: var(--dodger-blue);
  background-image: url('/images/rVector.svg');
}

.ss-slide-2 {
  margin-right: 34px;
}

.ss-mask-2 {
  width: 100%;
  max-width: 292px;
  overflow: visible;
}

.ss-lf-arw-2 {
  background-image: url('/images/Left-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #1b262c1a;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  transition: all .3s;
  position: absolute;
  inset: -70px 46px auto auto;
}

.ss-lf-arw-2:hover {
  border-color: var(--dodger-blue);
  background-image: url('/images/LVector.svg');
}

.hero-detail-block-slider {
  z-index: 2;
  border-bottom: 1px solid #1b262c1a;
  padding-bottom: 80px;
  display: flex;
}

.ss-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.ss-title-2.inner-text {
  margin-left: 15px;
  font-size: 40px;
  line-height: 50px;
  display: inline;
}

.overflow-hidden {
  padding-top: 10px;
  overflow: hidden;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--dodger-blue);
}

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

.link-3 {
  color: var(--dodger-blue);
  text-align: left;
}

.link-text {
  background-color: var(--white);
  color: var(--dodger-blue);
  text-decoration: none;
}

.link-5 {
  color: var(--dodger-blue);
}

.support-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 60px 128px;
  display: grid;
}

.support-title {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.image-grey {
  opacity: .4;
  mix-blend-mode: luminosity;
}

.text-field-2 {
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 50px;
  font-family: "Space Grotesk...", sans-serif;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  display: grid;
}

.div-block-10 {
  display: flex;
}

.submit-button {
  background-color: var(--dodger-blue);
  vertical-align: text-bottom;
  border-radius: 20px;
  display: inline-block;
}

.link-6 {
  color: var(--dodger-blue);
}

.text-field-message {
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 100px;
  font-family: "Space Grotesk...", sans-serif;
}

.text-block-2 {
  color: var(--midnight-blue);
}

.text-block-3 {
  color: var(--dodger-blue);
}

.text-block-4 {
  color: var(--indian-red);
}

.success-message-2 {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 20px;
}

.error-message {
  border-radius: 20px;
}

.checkbox-label-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 24px;
}

.form-block2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 80px 15px 128px;
  display: block;
}

.support-block-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.checkbox-hiden {
  opacity: 0;
}

.category-link-copy {
  border-left: 2px solid var(--gainsboro);
  color: #60686c;
  white-space: normal;
  background-image: url('/images/Vector.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  margin-bottom: 0;
  padding: 12px 10px 12px 20px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.category-link-copy:hover {
  border-left: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-image: none;
}

.category-link-copy.active {
  border-left-color: var(--dodger-blue);
  color: #0d0927;
  background-image: url('/images/Vector.svg');
  background-size: 7px;
}

.category-link-copy.hide {
  display: none;
}

.checkbox-label-3 {
  font-weight: 600;
}

.consulancy-block {
  background-color: var(--white);
  opacity: 1;
  mix-blend-mode: normal;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 500px;
  margin-top: 0;
  margin-left: 100px;
  padding: 20px;
  position: relative;
  right: auto;
}

.inner-text-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Space Grotesk...", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
}

.inner-text-white.mb20 {
  width: 100%;
  max-width: 640px;
  margin-bottom: 20px;
}

.inner-text-white.mb0 {
  margin-bottom: 0;
}

.footer-title-blue {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
}

.app-block-hero {
  flex: 1;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }

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

  .nav-inner-block {
    margin-bottom: 20px;
  }

  .search.hide {
    display: none;
  }

  .search.none {
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .search-button {
    inset: auto 5px 5px auto;
  }

  .navlink {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .primary-btn {
    justify-content: flex-start;
  }

  .primary-btn.mobile {
    white-space: nowrap;
    width: 100%;
    max-width: 152px;
    display: block;
  }

  .primary-btn.mobile._100 {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    border-bottom: 1px solid #1b262c1a;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 20px 20px 30px;
  }

  .hero-out-block {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hero-text, .hero-tital {
    font-size: 38px;
    line-height: 48px;
  }

  .body-main-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .body-left-block {
    max-width: 38%;
  }

  .app-out-block {
    padding-left: 30px;
  }

  .app-block {
    padding: 20px;
  }

  .app-icon.lg {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }

  .btn-block {
    padding-left: 0;
  }

  .category-wp {
    margin-right: 15px;
  }

  .use-link {
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .apps-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .apps-list.other {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .top-line, .bottam-line {
    background-color: #1b262c;
    width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middal-line {
    background-color: #1b262c;
    width: 18px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .secondary-btn {
    display: inline-block;
  }

  .inner-text {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-detail-block {
    padding-bottom: 60px;
  }

  .deatil-left-block {
    margin-right: 24px;
    padding-left: 32px;
  }

  .detail-right-block {
    padding-top: 60px;
  }

  .get-in-block {
    padding: 16px 16px 14px;
  }

  .get-out-block {
    padding: 20px 16px;
  }

  .product-description li {
    background-position: 0 4px;
    margin-bottom: 12px;
    line-height: 22px;
  }

  .product-description.mb80 {
    margin-bottom: 50px;
  }

  .ss-slide {
    margin-right: 20px;
  }

  .ss-main-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ss-main-block.padding-bottom-120 {
    padding-bottom: 80px;
  }

  .ss-main-blog {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .rb-block:hover {
    transform: scale(1);
  }

  .rb-content-block.border.h-258 {
    height: 290px;
  }

  .blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .login-btn {
    margin-left: 15px;
  }

  .header-btn-block {
    flex-direction: row;
    display: flex;
  }

  .bd-main-blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bd-sub-blog {
    padding-bottom: 60px;
  }

  .bd-out-block {
    margin-bottom: 30px;
  }

  .blog-description h3, .blog-description img {
    margin-top: 30px;
  }

  .content-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .price-main-block {
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .price-sub-block {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .price-img-block {
    padding-left: 30px;
  }

  .price-content-block {
    margin-left: 20px;
  }

  .about-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .a-item {
    background-position: 0 4px;
  }

  .sub-link {
    margin-bottom: 8px;
  }

  .navlinkblue {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .secondary-btn-60px {
    display: inline-block;
  }

  .tablet-margin-top-10 {
    margin-top: 10px;
  }

  .tablet-margin-top-20 {
    margin-top: 20px;
  }

  .tablet-margin-top-24 {
    margin-top: 24px;
  }

  .tablet-margin-top-30 {
    margin-top: 30px;
  }

  .tablet-margin-top-40 {
    margin-top: 40px;
  }

  .tablet-margin-top-50 {
    margin-top: 50px;
  }

  .tablet-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .tablet-margin-bottom-16 {
    margin-bottom: 16px;
  }

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

  .tablet-margin-bottom-24 {
    margin-bottom: 24px;
  }

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

  .tablet-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .tablet-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .tablet-margin-left-8 {
    margin-left: 8px;
  }

  .tablet-margin-left-16 {
    margin-left: 16px;
  }

  .tablet-margin-left-20 {
    margin-left: 20px;
  }

  .tablet-margin-left-24 {
    margin-left: 24px;
  }

  .tablet-margin-right-8 {
    margin-right: 8px;
  }

  .tablet-margin-right-16 {
    margin-right: 16px;
  }

  .tablet-margin-right-20 {
    margin-right: 20px;
  }

  .tablet-margin-right-24 {
    margin-right: 24px;
  }

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

  .tablet-margin-top-bottom-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tablet-margin-top-bottom-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tablet-margin-top-bottom-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tablet-padding-20 {
    padding: 20px;
  }

  .tablet-padding-24 {
    padding: 24px;
  }

  .tablet-padding-28 {
    padding: 28px;
  }

  .tablet-padding-36 {
    padding: 36px;
  }

  .tablet-padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet-padding-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tablet-padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tablet-padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._404-image {
    width: 450px;
  }

  .blog-block {
    padding: 20px;
  }

  .pricing-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .pricing-card {
    padding: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px 60px;
  }

  .grid.pricing {
    padding-bottom: 100px;
  }

  .container-pricing {
    padding-left: 0;
    padding-right: 0;
  }

  .ss-slide-2 {
    margin-right: 20px;
  }

  .hero-detail-block-slider {
    padding-bottom: 60px;
  }

  .ss-title-2.inner-text {
    font-size: 30px;
    line-height: 40px;
  }

  .support-block, .form-block2, .support-block-copy {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .consulancy-block {
    margin-left: 50px;
  }

  .inner-text-white {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
    line-height: 18px;
  }

  p {
    line-height: 26px;
  }

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

  .search {
    width: 280px;
  }

  .nav-left-block {
    flex-direction: column;
  }

  .nav-right-block {
    align-items: flex-start;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
  }

  .primary-btn.mobile {
    max-width: 100%;
  }

  .primary-btn.show {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .primary-btn.filter-reset-master {
    padding: 10px 16px;
    font-size: 13px;
    line-height: 14px;
  }

  .nav-menu {
    margin-top: 15px;
  }

  .hero-main-block {
    background-image: none;
    background-repeat: repeat;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-in-block {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .hero-out-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-text {
    margin-left: 0;
    padding: 8px 12px;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-tital {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-para {
    font-size: 16px;
  }

  .body-main-block {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-left-block {
    max-width: 100%;
  }

  .body-right-block {
    max-width: 100%;
    margin-top: 25px;
  }

  .app-heading {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
  }

  .app-out-block {
    border-left-style: none;
    padding-left: 0;
  }

  .app-in-block.w420 {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .app-block {
    height: auto;
  }

  .app-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .app-icon.lg {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .auto-text {
    font-size: 18px;
    line-height: 22px;
  }

  .auto-para {
    max-width: none;
  }

  .footer-main-block {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-left-block {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-right-block {
    max-width: 100%;
  }

  .footer-title {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-para {
    max-width: 100%;
  }

  .text-field:focus {
    border-color: #ffffffb3;
  }

  .footer-sub-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-icon-block {
    flex-flow: column wrap;
    justify-content: center;
  }

  .icon-block {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-text {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .plat-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .category-wp {
    margin-left: 32px;
  }

  .category-wp.filter-button {
    margin-top: 15px;
  }

  .category-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .apps-list.other {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .menu-button {
    padding: 0;
  }

  .inner-text {
    font-size: 22px;
    line-height: 26px;
  }

  .inner-text.mb20 {
    margin-bottom: 10px;
  }

  .app-inner-block {
    flex-wrap: wrap;
  }

  .app-in-para {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-detail-block {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }

  .deatil-left-block {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-right-block {
    padding-top: 0;
  }

  .get-form-block {
    bottom: 0;
  }

  .type-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .get-tital {
    font-size: 16px;
    line-height: 20px;
  }

  .product-description h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .product-description li {
    background-position: 0 4px;
    margin-bottom: 12px;
    padding-left: 34px;
  }

  .product-description h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .product-description.mb80 {
    margin-bottom: 30px;
  }

  .ss-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .ss-title.m0 {
    margin-bottom: 0;
  }

  .ss-main-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-main-block.padding-bottom-120 {
    padding-bottom: 60px;
  }

  .ss-in-block {
    flex-flow: column wrap;
  }

  .ss-out-block {
    margin-top: 20px;
  }

  .ss-main-blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rb-content-block {
    padding: 15px;
  }

  .rb-content-block.border.h-258 {
    height: 166px;
  }

  .tools-block {
    margin-bottom: 10px;
  }

  .rb-title {
    font-size: 20px;
    line-height: 28px;
  }

  .rb-inner-block {
    padding: 16px;
  }

  .blog-cate-wp {
    justify-content: flex-start;
    margin-right: -15px;
    overflow: auto;
  }

  .blog-category {
    padding: 10px 22px;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .login-btn {
    margin-top: 15px;
    margin-left: 0;
  }

  .header-btn-block {
    flex-direction: column;
  }

  .bd-sub-blog {
    flex-direction: column;
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .bd-out-block {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .blog-description h3 {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .blog-description li {
    margin-bottom: 12px;
    padding-left: 34px;
    line-height: 22px;
  }

  .blog-description img {
    margin-top: 20px;
  }

  .content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .price-main-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .price-out-block {
    text-align: center;
    border-left: 1px solid #0000001a;
    border-radius: 20px;
    padding: 24px 20px 20px;
  }

  .price-out-block.pro {
    border-radius: 20px;
  }

  .value-block {
    justify-content: center;
  }

  .list-outer-block {
    justify-content: center;
    margin-bottom: 32px;
  }

  .price-sub-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .price-img-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .price-content-block {
    margin-left: 0;
  }

  .about-heading {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
  }

  .a-item {
    text-align: left;
    padding-left: 30px;
    line-height: 21px;
  }

  .a-list-item {
    margin-bottom: 12px;
  }

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

  .hero-para-description {
    font-size: 16px;
  }

  .footer-para-tiny {
    max-width: 100%;
  }

  .category-block {
    margin-top: 8px;
  }

  .category-dropdown {
    transition: all .4s;
  }

  .category-heading {
    background-image: url('/images/plus-1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 18px;
    transition: all .4s;
  }

  .category-heading.w--open {
    background-image: url('/images/plus-2.svg');
  }

  .mr20 {
    margin-right: 12px;
  }

  .cate-dropdown-list {
    display: none;
  }

  .blog-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .category-box-wp {
    margin-bottom: 10px;
  }

  .mobile-button {
    margin-top: 25px;
    display: block;
  }

  .desktop-button {
    display: none;
  }

  .success-message {
    padding: 15px;
  }

  .app-heading-blue {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .f-social-block {
    margin-bottom: 10px;
  }

  .style-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-guide-title {
    padding: 15px;
    font-size: 22px;
  }

  .paragraph-size-20 {
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-title-sub {
    padding: 18px 20px;
    font-size: 24px;
  }

  .style-guide-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mobile-margin-top-20 {
    margin-top: 20px;
  }

  .mobile-margin-top-24 {
    margin-top: 24px;
  }

  .mobile-margin-top-30 {
    margin-top: 30px;
  }

  .mobile-margin-top-16 {
    margin-top: 16px;
  }

  .mobile-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .mobile-margin-bottom-16 {
    margin-bottom: 16px;
  }

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

  .mobile-margin-bottom-24 {
    margin-bottom: 24px;
  }

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

  .mobile-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .mobile-margin-left-8 {
    margin-left: 8px;
  }

  .mobile-margin-left-16 {
    margin-left: 16px;
  }

  .mobile-margin-left-12 {
    margin-left: 12px;
  }

  .mobile-margin-right-8 {
    margin-right: 8px;
  }

  .mobile-margin-right-12 {
    margin-right: 12px;
  }

  .mobile-margin-right-16 {
    margin-right: 16px;
  }

  .mobile-margin-right-20 {
    margin-right: 20px;
  }

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

  .mobile-margin-top-bottom-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mobile-margin-top-bottom-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mobile-padding-20 {
    padding: 20px;
  }

  .mobile-padding-24 {
    padding: 24px;
  }

  .mobile-padding-28 {
    padding: 28px;
  }

  .mobile-padding-12 {
    padding: 12px;
  }

  .mobile-padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .app-outer-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .app-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .app-404-text {
    margin-bottom: 20px;
  }

  ._404-image {
    width: 350px;
    margin-bottom: 25px;
  }

  .blog-block {
    height: auto;
  }

  .pricing-block {
    padding-top: 60px;
  }

  .currency.mt5 {
    font-size: 18px;
  }

  .text-large {
    font-size: 16px;
  }

  .mt20 {
    margin-top: 15px;
  }

  .mt30.mb40 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .pricing-number {
    font-size: 40px;
  }

  .pricing-card {
    padding: 15px;
  }

  .mt25 {
    margin-top: 15px;
  }

  .grid {
    padding-bottom: 40px;
  }

  .grid.pricing {
    padding-bottom: 80px;
  }

  .pricing-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-detail-block-slider {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .ss-title-2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .ss-title-2.inner-text {
    margin-left: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .support-block, .form-block2, .support-block-copy {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .category-link-copy {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .consulancy-block {
    width: auto;
    margin-left: auto;
  }

  .inner-text-white {
    font-size: 22px;
    line-height: 26px;
  }

  .inner-text-white.mb20 {
    margin-bottom: 10px;
  }

  .footer-title-blue {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .search {
    width: 100%;
  }

  .primary-btn.mobile._100 {
    margin-bottom: 10px;
  }

  .hero-main-block {
    background-position: 100% 100%;
    background-size: auto;
  }

  .hero-text {
    margin-left: 0;
  }

  .app-img-block {
    margin-bottom: 15px;
  }

  .app-icon {
    margin-right: 10px;
  }

  .app-icon.lg {
    margin-bottom: 0;
  }

  .form {
    background-color: #0000;
    border-radius: 0;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
    padding-right: 0;
  }

  .text-field {
    background-color: #ffffff1a;
    border-radius: 50px;
    height: 52px;
    padding-right: 20px;
  }

  .text-field:focus {
    border-color: #ffffffb3;
  }

  .submit-btn {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    position: static;
  }

  .checkbox-field {
    margin-top: 20px;
  }

  .secondary-btn {
    padding: 10px 20px;
  }

  .inner-content-block {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .get-tital {
    font-size: 16px;
  }

  .get-text {
    font-size: 14px;
  }

  .get-out-block {
    flex-flow: wrap;
  }

  .ss-in-block {
    justify-content: center;
  }

  .rb-content-block.border.h-258 {
    height: 225px;
  }

  .tools-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bd-tools-block {
    justify-content: flex-start;
  }

  .blog-description img {
    margin-top: 10px;
  }

  .a-item {
    padding-left: 30px;
  }

  .footer-logo.w--current {
    max-width: 100%;
  }

  .by-block.mr16 {
    margin-right: 8px;
  }

  .pricing-tab {
    display: flex;
  }

  .tab-label.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-card {
    padding: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid.pricing {
    padding-bottom: 40px;
  }

  .image-make {
    margin-left: 0;
    padding-left: 20px;
  }

  .ss-title-2.inner-text {
    margin-left: 0;
    display: block;
  }

  .support-block {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block2, .support-block-copy {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk...';
  src: url('/fonts/5fc36ce583b0d53e26ec7dce_SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk...';
  src: url('/fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk...';
  src: url('/fonts/SpaceGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk...';
  src: url('/fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk...';
  src: url('/fonts/SpaceGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}