/**
* General Sans Extralight 
* General Sans ExtralightItalic 
* General Sans Light 
* General Sans LightItalic 
* General Sans Regular 
* General Sans Italic 
* General Sans Medium 
* General Sans MediumItalic 
* General Sans Semibold 
* General Sans SemiboldItalic 
* General Sans Bold 
* General Sans BoldItalic 
* General Sans Variable (Variable font)
* General Sans VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'GeneralSanst';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'), url('../fonts/GeneralSans-Variable.woff') format('woff'), url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2'), url('../fonts/GeneralSans-VariableItalic.woff') format('woff'), url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}
/* Custom scrollbar styles for the entire body */
body {
  overflow: auto;
  /* Ensure the scrollbar appears when needed */
}
/* Custom scrollbar styles */
body::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
}
body::-webkit-scrollbar-thumb {
  background-color: #0065EB;
  /* Set the color of the scrollbar when scrolled */
  border-radius: 10px;
  /* Set rounded corners for the scrollbar */
}
body::-webkit-scrollbar-track {
  background: #F6F7F9;
  /* Optional: set background for the scrollbar track */
  border-radius: 10px;
  /* Rounded corners for the track */
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
ul,
ul > li,
b,
input,
textarea,
label {
  font-family: "GeneralSans";
  color: #17212f;
}
p {
  line-height: 140%;
  font-size: 20px;
}
@media (max-width: 1400.98px) {
  p {
    font-size: 18px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
}
.btn-4 {
  border: 1px solid;
  position: relative;
}
.btn-4 span {
  z-index: 3;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 2;
}
.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
a.button {
  display: inline-block;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 50px;
  border: 1px solid #0065eb;
  background: white;
  color: #0065eb;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  position: relative;
}
a.button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 20;
}
a.button:hover:after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}
a.button.full {
  color: white;
  background: #0065eb;
}
a.button.dark {
  color: white;
  background: #17212f;
  border-color: #17212f;
}
a.button.white {
  color: #17212f;
  background: white;
}
a.button.white:after {
  background: #c3ddff;
}
a.button.light {
  color: #0065eb;
  background: #c3ddff;
  border-color: #c3ddff;
}
a.button.transparent-dark {
  border-color: #17212f;
  color: #17212f;
}
a.button.transparent-grey {
  border-color: #17212f;
  color: #17212f;
  opacity: 0.5;
}
@media (max-width: 1400.98px) {
  a.button {
    font-size: 18px;
    padding: 14px 20px;
  }
}
@media (max-width: 992.98px) {
  a.button {
    font-size: 18px;
    padding: 11px 20px;
  }
}
@media (max-width: 576.98px) {
  a.button {
    font-size: 18px;
    padding: 18px 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
}
.sec {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1400.98px) {
  .sec {
    padding: 50px 0;
  }
}
@media (max-width: 576.98px) {
  .sec {
    padding: 30px 0;
  }
}
.section-header {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 55px;
  margin-bottom: 45px;
  font-weight: 500;
}
.section-header.white {
  color: white;
  border: none;
}
@media (max-width: 1400.98px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 576.98px) {
  .section-header {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
p.white,
span.white,
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: white;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumbs * {
  line-height: 100%;
  text-decoration: none;
  color: #17212f;
  font-weight: 500;
}
.breadcrumbs .inactive {
  color: #757575;
}
@media (max-width: 576.98px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }
}
.blog-text-editor {
  padding-right: 100px;
}
.blog-text-editor h1,
.blog-text-editor h2,
.blog-text-editor h3,
.blog-text-editor h4,
.blog-text-editor h5,
.blog-text-editor h6 {
  margin: 40px 0 20px;
  font-weight: 600;
}
.blog-text-editor h2 {
  font-size: 35px;
}
.blog-text-editor h3 {
  font-size: 25px;
  font-weight: 500;
}
.blog-text-editor p {
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-text-editor ul {
  margin-bottom: 20px;
}
.blog-text-editor ul li {
  position: relative;
  display: inline-block;
  width: 80%;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.blog-text-editor ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0065eb;
  top: 9px;
  left: 0;
}
@media (max-width: 576.98px) {
  .blog-text-editor ul li {
    width: 100%;
    font-weight: 400;
  }
  .blog-text-editor ul li b,
  .blog-text-editor ul li strong {
    font-weight: 500;
  }
  .blog-text-editor h2 {
    font-size: 35px;
  }
  .blog-text-editor h3 {
    font-size: 30px;
    font-weight: 600;
  }
}
@media (max-width: 1600.98px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1400.98px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 576.98px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.slider-nav {
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  width: 180px;
  justify-content: space-between;
  padding: 5px;
  height: auto;
  background: #f6f7f9;
  border-radius: 50px;
}
.slider-nav .slick-arrow {
  cursor: pointer;
}
.slider-nav .slick-dots {
  list-style: none;
  display: flex;
  gap: 10px;
}
.slider-nav .slick-dots .slick-active {
  background: red;
}
.slider-nav .slick-dots li {
  border: none;
  outline: none;
}
.slider-nav .slick-dots li button {
  background: transparent;
  border: none;
  outline: none;
  font-family: "GeneralSans";
  font-size: 20px;
}
@media (max-width: 576.98px) {
  .slider-nav {
    width: 150px;
    margin-top: 30px;
  }
  .slider-nav svg {
    width: 45px;
    height: 44px;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.header {
  position: relative;
  z-index: 50;
}
.header .container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  transition: all 2s ease;
}
.header .container .header-logo {
  width: 200px;
}
.header .container .header-logo img {
  width: 100%;
  height: auto;
}
.header .container .header-logo .header-logo-small {
  display: none;
}
.header .container .header-naivation {
  margin-right: auto;
  margin-left: 0;
}
.header .container .header-naivation ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  list-style: none;
}
.header .container .header-naivation ul li a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}
.header .container .localization {
  width: 120px;
  margin-left: auto;
}
.header .container .localization img {
  width: 40px;
  height: auto;
}
.header .container .localization .gtranslate_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.header .container .localization .gtranslate_wrapper img {
  width: 35px;
  height: auto;
  border-radius: 5px;
}
.header .container .localization .trp-language-switcher {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.header .container .localization .trp-language-switcher div {
  background-image: url(../images/arrow-down.svg);
  background-size: 14px;
  background-position: right 30px top 25px;
}
.header .container .localization .trp-ls-shortcode-current-language {
  border: none;
  height: auto;
}
.header .container .localization .trp-ls-shortcode-language {
  border: none;
}
.header .container .header-buttons {
  margin-left: 0px;
}
.header .container .header-buttons .burger-button {
  display: none;
}
.header.sticky {
  position: fixed;
  /* Fix the header to the top */
  top: 0;
  left: 0;
  width: 100%;
  /* Ensure it spans the entire width */
  z-index: 50;
  /* Keep it above other elements */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow to the sticky header */
  background-color: white;
  /* Optional: Change background color */
}
@media (max-width: 1400.98px) {
  .header .container .header-logo {
    max-width: 160px;
  }
  .header .container .header-naivation {
    margin: 0;
  }
  .header .container .header-naivation ul {
    column-gap: 40px;
  }
  .header .container .header-naivation ul li a {
    font-size: 18px;
  }
  .header .container .header-buttons {
    margin-left: 0;
  }
  .header .container .localization {
    max-width: 80px;
    margin-left: auto;
  }
}
@media (max-width: 1200.98px) {
  .header .container {
    gap: 20px;
  }
  .header .container .header-logo {
    max-width: 140px;
  }
  .header .container .header-naivation {
    margin: 0;
  }
  .header .container .header-naivation ul {
    gap: 20px;
  }
  .header .container .header-naivation ul li a {
    font-size: 16px;
  }
  .header .container .header-buttons {
    margin-left: 0;
  }
  .header .container .localization {
    max-width: 60px;
    margin-left: 0;
  }
}
@media (max-width: 992.98px) {
  .header .container {
    flex-wrap: wrap;
  }
  .header .container .header-naivation {
    display: none;
  }
  .header .container .localization {
    margin-left: auto;
  }
  .header .container .header-buttons {
    display: flex;
    gap: 10px;
  }
  .header .container .header-buttons .burger-button {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #0065eb;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 576.98px) {
  .header {
    width: 100%;
  }
  .header .container {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    gap: 10px;
    max-width: 100%;
  }
  .header .container .header-logo {
    width: 45px;
  }
  .header .container .header-logo .header-logo-full {
    display: none;
  }
  .header .container .header-logo .header-logo-small {
    display: inline-block;
  }
  .header .container .localization {
    max-width: 100px;
    margin: 0;
  }
  .header .container .localization .trp-language-switcher {
    width: auto;
    width: 100px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header .container .localization .trp-language-switcher div {
    padding-right: 20px;
    background-image: url(../images/arrow-down.svg);
    background-size: 14px;
    background-position: right 30px top 25px;
  }
  .header .container .localization .trp-ls-shortcode-current-language {
    border: none;
    height: auto;
  }
  .header .container .localization .trp-ls-shortcode-language {
    border: none;
  }
  .header .container .header-buttons .button {
    font-size: 14px;
    padding: 12px 24px;
    line-height: 100%;
    align-items: center;
    background: #0065eb;
    color: white;
  }
}
.mobile-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-menu {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    /* Start with zero height */
    background: white;
    z-index: 100;
    overflow: hidden;
    transition: 0.3s;
  }
  .mobile-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .mobile-menu-head .header-logo .header-logo-small {
    height: 41px;
    width: auto;
  }
  .mobile-menu .close-mobile-menu {
    width: 42px;
    height: 42px;
    outline: none;
    border: none;
    background: #0065eb;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-body {
    padding-bottom: 40px;
    border-bottom: 1px solid #c3ddff;
  }
  .mobile-menu .mobile-navigation ul {
    list-style: none;
  }
  .mobile-menu .mobile-navigation ul li a {
    text-decoration: none;
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .mobile-menu-buttons {
    margin-top: auto;
  }
  .mobile-menu-buttons .button {
    width: 100%;
    font-size: 18px;
  }
  .mobile-menu.open {
    height: 100vh;
    /* Full height when opened */
    padding: 16px 20px;
    transition: 0.3s;
  }
}
@media (max-width: 576.98px) {
  .header .container {
    padding: 6px 20px;
    height: auto;
  }
}
.hero {
  display: flex;
  column-gap: 60px;
  justify-content: space-between;
}
.hero .col-1 {
  flex-basis: 830px;
}
.hero .col-1 h1 {
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 35px;
}
.hero .col-1 p {
  font-size: 25px;
  max-width: 600px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #757575;
}
.hero .col-1 .hero-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
}
.hero .col-1 .hero-buttons .burger-button {
  display: none;
}
.hero .col-2 {
  flex-basis: 700px;
}
.hero .col-2 img {
  width: 100%;
}
.hero .col-2 .vsl-wrapper {
  width: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 15px;
  overflow: hidden;
}
.hero .col-2 .vsl-wrapper iframe {
  width: 100%;
  height: 100%;
}
.hero .wistia_responsive_padding {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .hero .col-1 {
    flex-basis: 750px;
  }
  .hero .col-1 h1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .hero .col-1 p {
    font-size: 20px;
  }
}
@media (max-width: 1400.98px) {
  .hero .col-1 {
    flex-basis: 620px;
  }
  .hero .col-1 h1 {
    font-size: 35px;
  }
  .hero .col-1 .hero-buttons {
    margin-top: 40px;
  }
}
@media (max-width: 1200.98px) {
  .hero {
    gap: 40px ;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero .col-1 {
    width: 80%;
    text-align: center;
  }
  .hero .col-1 h1 {
    font-size: 40px;
  }
  .hero .col-1 .hero-buttons {
    justify-content: center;
  }
  .hero .col-2 {
    width: 80%;
  }
}
@media (max-width: 576.98px) {
  .hero {
    padding-top: 25px;
    gap: 25px;
  }
  .hero .col-1 {
    text-align: left;
  }
  .hero .col-1 h1 {
    font-size: 40px;
  }
  .hero .col-1 p {
    font-weight: 400;
  }
  .hero .col-1 .hero-buttons {
    row-gap: 15px;
  }
  .hero .col-1 .hero-buttons a.button {
    width: 100%;
  }
}
.clients {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.clients .clutch-header {
  display: none;
}
.clients .clutch {
  flex-basis: 185px;
  width: 185px;
  padding-top: 5px;
}
.clients .clutch span {
  text-align: center;
  display: block;
  font-size: 26px;
  color: #17212f;
  font-weight: 500;
}
.clients .clutch img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.clients .clutch .stars {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.clients .logos-grid {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 25px;
}
.clients .logos-grid .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600.98px) {
  .clients .logos-grid .grid-item {
    padding: 0 20px;
  }
  .clients .logos-grid .grid-item img {
    max-width: 140px;
  }
}
@media (max-width: 1400.98px) {
  .clients .clutch {
    text-align: center;
  }
  .clients .clutch span {
    font-size: 22px;
  }
  .clients .clutch img {
    max-width: 150px;
  }
  .clients .clutch .stars {
    justify-content: center;
    gap: 7px;
  }
  .clients .clutch .stars svg {
    width: 24px;
    height: 24px;
  }
  .clients .logos-grid .grid-item {
    padding: 0 40px;
  }
  .clients .logos-grid .grid-item img {
    max-width: 120px;
  }
}
@media (max-width: 1200.98px) {
  .clients .clutch {
    text-align: center;
  }
  .clients .clutch span {
    font-size: 16px;
  }
  .clients .clutch img {
    max-width: 120px;
  }
  .clients .clutch .stars {
    justify-content: center;
    gap: 3px;
  }
  .clients .clutch .stars svg {
    width: 20px;
    height: 20px;
  }
  .clients .logos-grid .grid-item {
    padding: 0 30px;
  }
  .clients .logos-grid .grid-item img {
    max-width: 100px;
  }
}
@media (max-width: 576.98px) {
  .clients {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .clients .clutch {
    flex-basis: 108px;
  }
  .clients .clutch img {
    width: 100%;
    margin: 5px 0;
  }
  .clients .clutch svg {
    width: 17px;
    height: 17px;
  }
  .clients .clutch-header {
    display: inline-block;
    width: 60%;
    font-size: 23px;
    font-weight: 500;
  }
  .clients .logos-grid {
    width: 100%;
    margin-top: 35px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px 15px;
  }
  .clients .logos-grid .grid-item {
    padding: 0;
  }
  .clients .logos-grid .grid-item img {
    width: 100%;
    max-width: auto;
  }
  .clients .logos-grid .grid-item:last-child {
    display: none;
  }
}
.thumbnail {
  width: 100%;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  cursor: pointer;
}
.thumbnail iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 5px;
}
.thumbnail img {
  aspect-ratio: 1.77777778;
  object-fit: cover;
  border-radius: 20px;
}
.thumbnail span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-testemonials-slider {
  width: 100%;
}
.video-testemonials-slider-item {
  margin: 0 25px;
}
.video-testemonials-slider-item .t-description {
  font-weight: 500;
  font-size: 20px;
  margin: 25px 0;
}
.video-testemonials-slider-item .t-description.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 576.98px) {
  .video-testemonials-slider-item {
    margin: 0 2px;
  }
}
.testemonial-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.testemonial-meta .testemonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.testemonial-meta .n-p {
  margin-right: auto;
}
.testemonial-meta .testemonial-logo {
  max-width: 160px;
}
@media (max-width: 1600.98px) {
  .testemonial-meta .testemonial-logo {
    max-width: 140px;
  }
}
@media (max-width: 1400.98px) {
  .testemonial-meta .testemonial-logo {
    max-width: 120px;
  }
  .testemonial-meta {
    gap: 15px;
  }
  .testemonial-meta .n-p h3 {
    font-size: 18px;
  }
  .testemonial-meta .n-p span {
    font-size: 16px;
  }
}
@media (max-width: 992.98px) {
  .testemonial-meta .testemonial-logo {
    max-width: 80px;
  }
  .testemonial-meta {
    gap: 10px;
  }
  .testemonial-meta .n-p h3 {
    font-size: 18px;
  }
  .testemonial-meta .n-p span {
    font-size: 16px;
  }
}
@media (max-width: 576.98px) {
  .testemonial-meta .testemonial-logo {
    max-width: 120px;
  }
}
.why {
  margin: 75px 0;
  padding: 50px;
  display: flex;
  background: #f6f7f9;
  column-gap: 100px;
  border-radius: 20px;
}
.why .mobile-only {
  display: none;
}
.why .desktop-only {
  display: inline-block;
}
.why .section-header {
  text-align: left;
}
.why .section-description {
  margin-bottom: 30px;
}
.why .col-1 {
  flex-basis: 680px;
}
.why .col-2 {
  flex-basis: 680px;
}
.why .button {
  margin-top: 30px;
}
.why .why-item {
  padding: 30px;
  margin-bottom: 40px;
  background: white;
  border-radius: 15px;
}
.why .why-item-head {
  display: flex;
  margin-bottom: 15px;
  column-gap: 20px;
  align-items: center;
}
.why .why-item-head h3 {
  font-size: 40px;
  font-weight: 500;
}
.why .why-item-head .icon-wrap {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  background: #17212f;
  border-radius: 50px;
}
.why .why-item-head .icon-wrap img {
  width: 60%;
  height: auto;
}
@media (max-width: 1600.98px) {
  .why {
    gap: 80px;
  }
  .why .section-header {
    font-size: 45px;
  }
  .why .section-description {
    margin-bottom: 40px;
  }
  .why .button {
    margin-top: 40px;
  }
}
@media (max-width: 1400.98px) {
  .why {
    gap: 80px;
  }
  .why .why-item-head h3 {
    font-size: 30px;
  }
  .why .why-item-head .icon-wrap {
    flex-basis: 70px;
    height: 70px;
  }
  .why .section-header {
    font-size: 35px;
  }
  .why .section-description {
    margin-bottom: 40px;
  }
  .why .button {
    margin-top: 20px;
  }
}
@media (max-width: 1200.98px) {
  .why {
    padding: 40px;
    gap: 80px;
  }
  .why .why-item-head h3 {
    font-size: 25px;
  }
  .why .why-item-head .icon-wrap {
    flex-basis: 60px;
    height: 60px;
  }
  .why .section-header {
    font-size: 35px;
  }
  .why .section-description {
    margin-bottom: 40px;
  }
  .why .button {
    margin-top: 20px;
  }
}
@media (max-width: 992.98px) {
  .why {
    padding: 40px;
    gap: 80px;
    flex-wrap: wrap;
  }
  .why .col-1 {
    width: 100%;
    flex-basis: auto;
  }
  .why .col-2 {
    width: 100%;
  }
  .why-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576.98px) {
  .why {
    padding: 25px 15px;
    gap: 80px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .why .desktop-only {
    display: none;
  }
  .why .mobile-only {
    display: inline-block;
  }
  .why .section-header {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .why .why-item-head {
    gap: 15px;
    margin-bottom: 20px;
  }
  .why .why-item-head h3 {
    font-size: 25px;
  }
  .why .why-item-head .icon-wrap {
    flex-basis: 50px;
    height: 50px;
  }
  .why .col-1 {
    width: 100%;
    flex-basis: auto;
  }
  .why .col-1 p {
    margin-bottom: 0;
  }
  .why .col-2 {
    width: 100%;
  }
  .why .why-item {
    padding: 25px 15px;
    margin-bottom: 20px;
  }
  .why .why-item:last-child {
    margin-bottom: 0;
  }
}
.text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 40px;
}
.text-grid-item {
  padding: 50px;
  background: #f6f7f9;
  border-radius: 20px;
}
.text-grid-item-head {
  display: flex;
  margin-bottom: 30px;
  column-gap: 20px;
  align-items: center;
}
.text-grid-item-head h3 {
  display: inline-block;
  max-width: 530px;
  font-size: 40px;
  font-weight: 500;
  flex-shrink: 2;
}
.text-grid-item-head .icon-wrap {
  flex-basis: 80px;
  position: relative;
  width: 80px;
  height: 80px;
  column-gap: 20px;
  background: #17212f;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-grid-item-head .icon-wrap img {
  width: 55px;
}
@media (max-width: 1600.98px) {
  .text-grid-item-head .icon-wrap {
    min-width: 80px;
  }
  .text-grid-item-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 1600.98px) {
  .text-grid-item {
    padding: 40px;
  }
  .text-grid-item-head {
    align-items: flex-start;
  }
  .text-grid-item-head .icon-wrap {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
  .text-grid-item-head .icon-wrap img {
    width: 70%;
  }
  .text-grid-item-head h3 {
    font-size: 25px;
  }
}
@media (max-width: 992.98px) {
  .text-grid {
    grid-template-columns: 1fr ;
  }
}
@media (max-width: 576.98px) {
  .text-grid-item {
    padding: 25px 15px;
  }
  .text-grid-item-head {
    margin-bottom: 20px;
  }
}
.main-cta {
  position: relative;
  display: flex;
  column-gap: 20px;
}
.main-cta .transparent-logo {
  position: absolute;
  bottom: 0%;
  right: 30%;
  transform: translateY(-26%);
}
.main-cta .section-header {
  text-align: left;
  font-size: 40px;
  margin-bottom: 30px;
}
.main-cta span {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #c3ddff;
}
.main-cta .col-1 {
  background: #0065eb;
  border-radius: 20px;
  padding: 50px;
  width: 1000px;
}
.main-cta .col-2 {
  position: relative;
  background: #0065eb;
  border-radius: 20px;
  padding: 50px;
  width: 630px;
}
.main-cta .col-2 a {
  text-decoration: none;
}
.main-cta .col-2 .playbook-image {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 465px;
}
.main-cta .benefits {
  margin-top: 20px;
  padding-left: 15px;
  max-width: 670px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
.main-cta .benefits li {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.main-cta .button {
  margin-top: 40px;
  font-weight: 500;
}
@media (max-width: 1600.98px) {
  .main-cta .section-header {
    font-size: 35px;
  }
  .main-cta .benefits {
    row-gap: 15px;
  }
}
@media (max-width: 1400.98px) {
  .main-cta span {
    display: none;
  }
  .main-cta .section-header {
    font-size: 30px;
  }
  .main-cta .benefits {
    margin-top: 0;
    row-gap: 15px;
  }
  .main-cta .benefits li {
    font-size: 18px;
  }
}
@media (max-width: 1200.98px) {
  .main-cta span {
    display: none;
  }
  .main-cta .section-header {
    font-size: 30px;
  }
  .main-cta .benefits {
    display: none;
    margin-top: 0;
    row-gap: 15px;
  }
  .main-cta .benefits li {
    font-size: 18px;
  }
  .main-cta .col-1 {
    padding: 40px;
  }
  .main-cta .col-2 {
    padding-left: 40px;
  }
  .main-cta .col-2 .playbook-image {
    width: 85%;
  }
}
@media (max-width: 992.98px) {
  .main-cta {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .main-cta span {
    display: block;
    margin-bottom: 10px;
  }
  .main-cta .benefits {
    display: grid;
  }
  .main-cta .col-1 {
    width: 100%;
  }
  .main-cta .col-2 {
    padding: 40px;
    width: 100%;
  }
  .main-cta .col-2 .section-header {
    max-width: 350px;
  }
  .main-cta .col-2 .playbook-image {
    width: 380px;
    left: auto;
    right: 0px;
    transform: translateX(0);
  }
}
@media (max-width: 576.98px) {
  .main-cta .transparent-logo {
    bottom: auto;
    right: 0;
    top: 275px;
    transform: translateX(50%);
  }
  .main-cta span {
    font-size: 18px;
  }
  .main-cta .benefits {
    display: block;
  }
  .main-cta .benefits li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main-cta .col-1 {
    padding: 35px 25px;
  }
  .main-cta .col-1 .button {
    width: 100%;
    font-size: 17px;
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-cta .col-2 {
    padding: 35px 25px;
    padding-bottom: 0;
    position: static;
  }
  .main-cta .col-2 .playbook-image {
    width: 100%;
    text-align: center;
    position: static;
  }
  .main-cta .col-2 .playbook-image img {
    margin-bottom: -14px;
  }
}
.text-testemonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.text-testemonials-grid-item {
  padding: 25px 35px;
  background: #F6F7F9;
  border-radius: 20px;
}
.text-testemonials-grid-item hr {
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  background: #D9D9D9;
  opacity: 0.8;
}
.text-testemonials-grid-item .text-testemonial-quote {
  color: #757575;
  font-style: 22px;
  min-height: 120px;
}
.text-testemonials .button-wrapper {
  text-align: center;
}
.text-testemonials .button {
  display: inline-block;
  margin: 40px auto 0;
}
@media (max-width: 1400.98px) {
  .text-testemonials-grid-item {
    padding: 25px 15px;
  }
  .text-testemonials-grid-item .text-testemonial-quote {
    font-size: 20px;
  }
}
@media (max-width: 1200.98px) {
  .text-testemonials-grid {
    grid-template-columns: 1fr 1fr;
  }
  .text-testemonials-grid-item {
    padding: 35px 25px;
  }
  .text-testemonials-grid-item .text-testemonial-quote {
    font-size: 20px;
  }
}
@media (max-width: 992.98px) {
  .text-testemonials-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .text-testemonials-grid-item {
    padding: 25px 15px;
  }
  .text-testemonials-grid-item hr {
    margin: 20px 0 15px;
  }
  .text-testemonials-grid-item .text-testemonial-quote {
    font-size: 18px;
    min-height: 90px;
  }
}
@media (max-width: 576.98px) {
  .text-testemonials-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.about {
  background: #F6F7F9;
  padding: 50px 100px;
  border-radius: 20px;
  display: flex;
  gap: 60px;
  margin: 60px 0;
}
.about .section-header {
  font-size: 45px;
  text-align: left;
}
.about .col-1 {
  flex-grow: 1;
  width: 35%;
}
.about .col-1 img {
  border-radius: 15px;
}
.about .col-2 {
  flex-grow: 1;
  width: 64%;
}
.about .col-2 p + p {
  margin-top: 20px;
}
.about .col-2 .button {
  margin-top: 100px;
}
@media (max-width: 1600.98px) {
  .about .section-header {
    margin-bottom: 30px;
  }
  .about .col-1 {
    width: 40%;
  }
  .about .col-2 {
    width: 60%;
  }
}
@media (max-width: 1400.98px) {
  .about {
    margin: 50px 0;
  }
  .about .section-header {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .about .col-1 {
    width: 40%;
  }
  .about .col-2 {
    width: 60%;
  }
  .about .col-2 .button {
    margin-top: 20px;
  }
}
@media (max-width: 1200.98px) {
  .about {
    padding: 40px;
    gap: 40px;
  }
  .about .section-header {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .about .col-1 {
    width: 40%;
  }
  .about .col-2 {
    width: 60%;
  }
  .about .col-2 .button {
    margin-top: 20px;
  }
}
@media (max-width: 992.98px) {
  .about {
    padding: 40px;
    gap: 20px;
  }
  .about .section-header {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .about .col-1 {
    width: 40%;
  }
  .about .col-2 {
    width: 60%;
  }
  .about .col-2 .button {
    margin-top: 20px;
  }
}
@media (max-width: 576.98px) {
  .about {
    flex-wrap: wrap;
    padding: 15px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .about .col-1 {
    width: 100%;
  }
  .about .col-1 img {
    border-radius: 12px;
  }
  .about .col-2 .button {
    width: 100%;
  }
}
.creatives-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.creatives-grid-item .thumbnail {
  aspect-ratio: 1;
}
.creatives-grid-item .thumbnail img {
  width: 100%;
  height: 100%;
}
.creatives-grid-item .thumbnail iframe {
  width: 100%;
  height: 100%;
}
.creatives .button-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1200.98px) {
  .creatives-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992.98px) {
  .creatives-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 576.98px) {
  .creatives-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.pricing {
  padding-bottom: 0;
}
.pricing-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.pricing .pricing-item {
  border-radius: 20px;
  background: #f6f7f9;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing .pricing-item-head {
  width: 100%;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #0065EB;
}
.pricing .pricing-item-head h3 {
  font-size: 20px;
  font-weight: 600;
}
.pricing .pricing-item-head .large {
  font-size: 40px;
  font-weight: 500;
}
.pricing .pricing-item-head .small {
  font-size: 20px;
}
.pricing .pricing-item-features {
  margin-bottom: auto;
}
.pricing .pricing-item-features .feature {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.pricing .pricing-item-features .feature p {
  font-size: 18px;
  color: #757575;
  margin-right: auto;
}
.pricing .pricing-item .tooltip {
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.pricing .pricing-item .tooltiptext {
  visibility: hidden;
  width: 240px;
  height: auto;
  background-color: #0065eb;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.pricing .pricing-item .tooltip:hover .tooltiptext {
  padding: 10px;
  visibility: visible;
}
.pricing .pricing-item .button {
  width: 100%;
}
.pricing .price-1 .pricing-item-head svg path {
  fill: #0065eb;
}
.pricing .price-1 .button {
  background: #f6f7f9;
}
.pricing .price-2 .pricing-item-head {
  background: #c3ddff;
  border-color: #c3ddff;
}
.pricing .price-2 .pricing-item-head svg path {
  fill: #0065eb;
}
.pricing .price-2 .button {
  background: #c3ddff;
  border-color: #c3ddff;
}
.pricing .price-3 .pricing-item-head {
  background: #0065eb;
  border-color: #0065eb;
}
.pricing .price-3 .pricing-item-head p,
.pricing .price-3 .pricing-item-head span,
.pricing .price-3 .pricing-item-head h3 {
  color: white;
}
.pricing .price-3 .pricing-item-head svg path {
  fill: white;
}
.pricing .price-3 .button {
  background: #0065eb;
  color: white;
}
.pricing .price-4 .pricing-item-head {
  background: #17212f;
  border-color: #17212f;
}
.pricing .price-4 .pricing-item-head p,
.pricing .price-4 .pricing-item-head span,
.pricing .price-4 .pricing-item-head h3 {
  color: white;
}
.pricing .price-4 .pricing-item-head svg path {
  fill: white;
}
.pricing .price-4 .button {
  background: #17212f;
  color: white;
  border-color: #17212f;
}
@media (max-width: 1400.98px) {
  .pricing-table {
    gap: 15px;
  }
  .pricing .pricing-item {
    padding: 10px 10px;
  }
  .pricing .pricing-item-head {
    margin-bottom: 25px;
  }
  .pricing .pricing-item-head h3 {
    font-size: 18px;
  }
  .pricing .pricing-item-head img {
    max-width: 45px;
  }
  .pricing .pricing-item-head .large {
    font-size: 30px;
  }
  .pricing .pricing-item-features .feature p {
    font-size: 16px;
  }
}
@media (max-width: 1200.98px) {
  .pricing-table {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .pricing .pricing-item {
    padding: 10px 10px;
  }
  .pricing .pricing-item-head {
    margin-bottom: 25px;
  }
  .pricing .pricing-item-head h3 {
    font-size: 18px;
  }
  .pricing .pricing-item-head img {
    max-width: 45px;
  }
  .pricing .pricing-item-head .large {
    font-size: 30px;
  }
  .pricing .pricing-item-features .feature p {
    font-size: 16px;
  }
}
@media (max-width: 992.98px) {
  .pricing-table {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576.98px) {
  .pricing-table {
    gap: 20px;
    grid-template-columns: 1fr ;
  }
  .pricing .pricing-item {
    padding: 20px;
  }
}
.mini-cta {
  position: relative;
  height: 280px;
  padding: 0 125px 0 75px;
  margin-top: 60px;
  background: #0065eb;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.mini-cta svg {
  width: 90px;
  height: 90px;
}
.mini-cta .section-header {
  max-width: 500px;
  margin: 0;
  margin-right: auto;
  font-size: 45px;
  color: white;
  font-weight: 500;
  text-align: left;
}
.mini-cta .section-header b {
  display: block;
  color: #c3ddff;
  font-weight: 500;
}
.mini-cta .bg-image {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
}
.mini-cta .button {
  position: relative;
  z-index: 4;
}
.mini-cta.mini-cta-2 {
  margin-bottom: 60px;
}
@media (max-width: 1400.98px) {
  .mini-cta {
    height: 220px;
  }
  .mini-cta .section-header {
    font-size: 35px;
  }
  .mini-cta img {
    height: 240px;
  }
}
@media (max-width: 1200.98px) {
  .mini-cta {
    gap: 20px;
    margin-bottom: 50px;
  }
  .mini-cta svg {
    width: 75px;
    height: 75px;
  }
  .mini-cta .section-header {
    max-width: 400px;
  }
  .mini-cta-2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 992.98px) {
  .mini-cta {
    height: 200px;
    gap: 20px;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 80px;
  }
  .mini-cta svg {
    width: 60px;
    height: 60px;
  }
  .mini-cta .section-header {
    max-width: 320px;
    font-size: 30px;
  }
  .mini-cta .bg-image {
    right: 20px;
  }
}
@media (max-width: 576.98px) {
  .mini-cta {
    padding: 35px 25px;
    display: block;
    height: auto;
  }
  .mini-cta .section-header {
    margin: 25px 0;
  }
  .mini-cta.mini-cta-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.faqs .accordion {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.faqs .accordion .accordion-item {
  background: #f6f7f9;
  border-radius: 20px;
  padding: 40px;
  width: 48.5%;
}
.faqs .accordion .accordion-item button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faqs .accordion .accordion-item button:hover,
.faqs .accordion .accordion-item button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.faqs .accordion .accordion-item button .accordion-title {
  font-size: 25px;
  color: #17212f;
  font-weight: 500;
}
.faqs .accordion .accordion-item button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 22px;
  color: #f6f7f9;
  background: #17212f;
}
.faqs .accordion .accordion-item button .icon::before,
.faqs .accordion .accordion-item button .icon::after {
  display: block;
  position: absolute;
  content: '';
  background: currentColor;
}
.faqs .accordion .accordion-item button .icon::before {
  top: 13px;
  left: 6px;
  width: 16px;
  height: 2px;
}
.faqs .accordion .accordion-item button .icon::after {
  top: 6px;
  left: 13px;
  width: 2px;
  height: 16px;
}
.faqs .accordion .accordion-item button[aria-expanded='true'] {
  color: #03b5d2;
}
.faqs .accordion .accordion-item button[aria-expanded='true'] .icon::after {
  width: 0;
}
.faqs .accordion .accordion-item button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 20rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faqs .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faqs .accordion .accordion-content hr {
  display: block;
  margin: 20px 0 40px ;
  border: none;
  height: 1px;
  background: #D9D9D9;
  opacity: 1;
}
.faqs .accordion .accordion-content p {
  font-size: 22px;
  color: #757575;
  font-weight: 400;
}
@media (max-width: 1400.98px) {
  .faqs .accordion {
    gap: 20px;
  }
  .faqs .accordion .accordion-item {
    width: 48.5%;
    padding: 20px;
  }
  .faqs .accordion .accordion-item button .accordion-title {
    font-size: 22px;
  }
}
@media (max-width: 1200.98px) {
  .faqs .accordion {
    gap: 20px;
  }
  .faqs .accordion .accordion-item {
    width: 48.5%;
    padding: 20px;
  }
  .faqs .accordion .accordion-item button {
    padding-right: 20px ;
  }
  .faqs .accordion .accordion-item button .accordion-title {
    display: inline-block;
    font-size: 20px;
    padding-right: 20px;
  }
  .faqs .accordion .accordion-item button .icon {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992.98px) {
  .faqs .accordion {
    width: 100%;
    justify-content: center;
  }
  .faqs .accordion .accordion-item {
    width: 100%;
  }
}
@media (max-width: 576.98px) {
  .faqs .accordion .accordion-item {
    padding: 10px 20px;
  }
}
.booking-cta {
  margin-bottom: 75px;
  position: relative;
}
.booking-cta .section-header {
  max-width: 1000px;
}
.booking-cta .pdf-block {
  position: absolute;
  bottom: -4px;
  right: 120px ;
  text-align: center;
  max-width: 320px;
}
@media (max-width: 1400.98px) {
  .booking-cta {
    margin-bottom: 50px;
  }
  .booking-cta .pdf-block {
    width: 250px;
    height: auto;
  }
  .booking-cta .pdf-block img {
    height: auto;
  }
}
@media (max-width: 1200.98px) {
  .booking-cta {
    padding-right: 75px;
    margin-bottom: 0;
  }
  .booking-cta .section-header {
    font-size: 30px;
  }
  .booking-cta .section-header b {
    font-size: 30px;
  }
  .booking-cta .pdf-block {
    width: 200px;
    height: auto;
    right: 75px;
  }
  .booking-cta .pdf-block img {
    height: auto;
    transform: translateY(5px);
  }
}
@media (max-width: 1200.98px) {
  .booking-cta {
    padding-right: 75px;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .booking-cta .section-header {
    font-size: 25px;
  }
  .booking-cta .section-header b {
    font-size: 25px;
  }
  .booking-cta .pdf-block {
    width: 200px;
    height: auto;
    right: 25px;
  }
}
@media (max-width: 576.98px) {
  .booking-cta {
    position: static;
    padding: 35px 25px;
    padding-bottom: 0;
  }
  .booking-cta .section-header {
    margin-top: 0;
    font-size: 30px;
  }
  .booking-cta .section-header b {
    font-size: 30px;
  }
  .booking-cta .pdf-block {
    transform: none;
    position: static;
    width: 100%;
  }
  .booking-cta .pdf-block .button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.blog-head {
  position: relative;
  height: 200px;
  padding: 0 125px 0 75px;
  margin-top: 50px;
  background: #0065eb;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.blog-head svg {
  width: 90px;
  height: 90px;
}
.blog-head .section-header {
  max-width: 500px;
  margin: 0;
  margin-right: auto;
  font-size: 45px;
  color: white;
  font-weight: 500;
  text-align: left;
}
.blog-head .section-header b {
  display: block;
  color: #c3ddff;
  font-weight: 500;
}
.blog-head .bg-image {
  position: absolute;
  top: 0;
  right: 60px;
}
.blog-head.light {
  background: #c3ddff;
}
.blog-head.light .section-header {
  color: #17212f;
}
.blog-head.light .section-header b {
  color: #17212f;
}
.blog-head.light svg path {
  fill: #17212f;
}
@media (max-width: 1400.98px) {
  .blog-head {
    height: 160px;
  }
  .blog-head svg {
    width: 60px;
    height: 60px;
  }
  .blog-head .section-header {
    font-size: 40px;
  }
  .blog-head .section-header b {
    font-size: 40px;
  }
  .blog-head .bg-image {
    max-width: 240px;
  }
}
@media (max-width: 576.98px) {
  .blog-head {
    margin-top: 25px;
    padding: 0 20px 0 20px;
    gap: 20px;
  }
  .blog-head .section-header {
    font-size: 20px;
  }
  .blog-head .section-header b {
    font-size: 25px;
  }
  .blog-head .section-header .bg-image {
    max-width: 150px;
  }
}
.blog-archive {
  display: flex;
  gap: 40px;
}
.blog-archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.blog-archive-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.blog-archive-pagination .nav-links {
  display: flex;
}
.blog-archive-pagination .nav-links .page-numbers {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
}
.blog-archive-pagination .nav-links .page-numbers a,
.blog-archive-pagination .nav-links .page-numbers span {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  font-weight: 500;
  aspect-ratio: 1;
  border-radius: 20px;
  width: 36px;
  text-align: center;
}
.blog-archive-pagination .nav-links .page-numbers .current {
  background: #0065eb;
  color: white;
}
.blog-archive-pagination .nav-links .page-numbers .next,
.blog-archive-pagination .nav-links .page-numbers .prev {
  background: #f6f7f9;
}
.blog-archive-pagination .nav-links .screen-reader-text {
  display: none;
}
@media (max-width: 1400.98px) {
  .blog-archive-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992.98px) {
  .blog-archive {
    flex-wrap: wrap;
  }
  .blog-archive-wrapper {
    width: 100%;
  }
  .blog-archive .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576.98px) {
  .blog-archive-grid {
    grid-template-columns: 1fr;
  }
}
.blog-post a {
  text-decoration: none;
}
.blog-post .post-thumbnail {
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
.blog-post-title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #17212f;
}
.blog-post-meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-post-meta .date {
  font-size: 18px;
  color: #757575;
  font-weight: 500;
}
.blog-post-meta .blog-post-permalink {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #0065eb;
}
@media (max-width: 576.98px) {
  .blog-post .post-thumbnail {
    border-radius: 20px;
  }
}
.sidebar {
  min-width: 360px;
  max-width: 360px;
}
.sidebar h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar .sidebar-block {
  margin-bottom: 40px;
}
.sidebar .category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 15px;
}
.sidebar .category-pills .category-pill {
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 400;
  background: #0065eb;
  border-radius: 20px;
  color: white;
  text-decoration: none;
}
.sidebar .sidebar-playbook-banner {
  padding: 40px 40px 0 40px;
  border-radius: 15px;
  background: #0065eb;
}
.sidebar .sidebar-playbook-banner a {
  text-decoration: none;
}
.sidebar .sidebar-playbook-banner h3 {
  font-size: 30px;
}
.sidebar .sidebar-playbook-banner p {
  color: #c3ddff;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.sidebar .sidebar-playbook-banner img {
  margin-top: 20px;
  transform: translateY(5px);
}
@media (max-width: 1200.98px) {
  .sidebar {
    min-width: 320px;
    max-width: 320px;
  }
  .sidebar .sidebar-playbook-banner {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 992.98px) {
  .sidebar {
    width: 100%;
    max-width: 100%;
  }
  .sidebar .sidebar-playbook-banner {
    text-align: center;
    padding: 40px 40px 0 40px;
  }
  .sidebar .sidebar-playbook-banner img {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 576.98px) {
  .sidebar {
    width: 100%;
    max-width: 100%;
  }
  .sidebar .sidebar-playbook-banner {
    text-align: center;
    padding: 40px 20px 0 20px;
    margin-bottom: 0;
  }
  .sidebar .sidebar-playbook-banner img {
    width: 100%;
    margin: 0 auto;
  }
}
.blog-single-wrapper {
  flex-grow: 1;
}
.blog-single-wrapper .author-block {
  display: flex;
  column-gap: 40px;
  margin: 20px 0;
}
.blog-single-wrapper .author-block span,
.blog-single-wrapper .author-block a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: #757575;
}
.blog-single-wrapper .author-block span {
  margin-right: 40px;
}
.blog-single-wrapper .author-block .category-permalink {
  color: #0065eb;
}
.blog-single-thumbnail {
  margin: 20px 0;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}
.blog-single-title {
  font-size: 45px;
  font-weight: 600;
  margin: 20px 0 20px ;
  padding-right: 50px;
}
.blog-legal {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1400.98px) {
  .blog-text-editor {
    padding-right: 50px;
  }
  .related-articles .blog-archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .blog-legal {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1200.98px) {
  .blog-text-editor {
    padding-right: 0;
  }
  .blog-legal {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 992.98px) {
  .blog-single-meta {
    padding: 0 25px;
  }
  .blog-text-editor {
    padding: 0 25px;
  }
  .related-articles .blog-archive-grid {
    grid-template-columns: 1fr 1fr ;
  }
  .related-articles .blog-archive-grid .blog-post:last-child {
    display: none;
  }
  .blog-legal {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576.98px) {
  .blog-text-editor {
    padding: 0;
  }
  .blog-single-meta {
    padding: 0;
  }
  .blog-single-title {
    line-height: 120%;
    font-size: 40px;
  }
  .related-articles .blog-archive-grid {
    grid-template-columns: 1fr;
  }
  .blog-legal {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact-main {
  padding: 50px;
  border-radius: 20px;
  display: flex;
  gap: 40px;
}
.contact-main .section-header {
  text-align: left;
  margin-bottom: 20px;
}
.contact-main .col-1 {
  flex-grow: 1;
}
.contact-main .col-2 {
  flex-grow: 1;
  padding: 80px 80px 40px;
  background: #f6f7f9;
  border-radius: 20px;
}
.contact-main form p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-main form select {
  margin-bottom: 40px;
}
.contact-main form input,
.contact-main form textarea,
.contact-main form select {
  padding: 16px 20px 16px 20px;
  width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
}
.contact-main form input[type=submit] {
  background: #0065eb;
  color: white;
}
.contact-main form .nice-select {
  height: 56px;
  position: relative;
  display: block;
  padding: 16px 20px 16px 20px;
  width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
}
.contact-main form .nice-select .list {
  width: 100%;
  border-radius: 10px;
}
.contact-main form .nice-select .list li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact-main form .nice-select .list .option.selected {
  font-weight: 500;
}
.contact-main form .nice-select .current {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  line-height: 40px;
}
@media (max-width: 1400.98px) {
  .contact-main {
    flex-wrap: wrap;
  }
  .contact-main .col-1 {
    width: 25%;
  }
}
@media (max-width: 1200.98px) {
  .contact-main .col-2 {
    padding: 50px 50px 25px;
  }
}
@media (max-width: 576.98px) {
  .contact-main {
    padding: 25px 0 0 0;
  }
  .contact-main .col-2 {
    padding: auto;
    padding: 40px 20px;
  }
  .contact-main form input[type=submit] {
    margin-bottom: 0;
  }
}
.playbook {
  padding: 50px 0 ;
}
.playbook iframe + h2 {
  margin-top: 50px;
}
.playbook iframe {
  border-radius: 10px;
  outline: none;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.error {
  text-align: center;
}
.error svg {
  margin: 0 auto;
}
.error .section-header {
  margin-bottom: 20px;
}
.error p {
  display: block;
  color: #757575;
  margin-bottom: 30px;
}
.footer {
  padding-top: 75px;
  padding-bottom: 40px;
}
.footer .flex-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px;
}
.footer .footer-info {
  flex-grow: 1;
}
.footer .footer-info img {
  width: 245px;
  margin-bottom: 20px;
}
.footer .footer-info p {
  max-width: 350px;
  font-size: 20px;
  font-weight: 300;
}
.footer .footer-col {
  flex-grow: 1;
}
.footer .footer-col h3 {
  font-size: 25px;
  margin-bottom: 45px;
  font-weight: 500;
}
.footer .footer-col ul {
  list-style: none;
}
.footer .footer-col ul li {
  margin-bottom: 15px;
}
.footer .footer-col ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #17212f;
  font-weight: 400;
}
.footer hr {
  width: 100%;
  margin: 80px 0 40px;
  height: 1px;
  background: #C3DDFF;
  border: none;
}
.footer .flex-2 {
  justify-content: space-between;
  align-items: center;
}
.footer .footer-legal {
  display: flex;
  gap: 40px;
}
.footer .footer-legal a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.footer span {
  font-weight: 400;
}
@media (max-width: 1400.98px) {
  .footer .flex-wrapper {
    justify-content: end;
  }
  .footer hr {
    margin: 40px 0 20px;
  }
  .footer .flex-2 {
    justify-content: space-between;
  }
  .footer .footer-info {
    width: 25%;
    flex-grow: 1;
  }
  .footer .footer-info img {
    max-width: 160px;
  }
  .footer .footer-info p {
    width: 100%;
    max-width: none;
  }
  .footer .footer-col {
    width: 25%;
    flex-grow: unset;
  }
  .footer .footer-col h3 {
    margin-bottom: 40px;
  }
  .footer .footer-col ul li {
    margin-bottom: 10px;
  }
  .footer .footer-col ul li a {
    font-size: 18px;
  }
}
@media (max-width: 992.98px) {
  .footer .flex-wrapper {
    gap: 0;
    row-gap: 40px;
  }
  .footer .footer-info {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
  }
  .footer .footer-info img {
    max-width: 200px;
  }
  .footer .footer-col {
    width: 50%;
  }
  .footer hr {
    width: 100%;
  }
  .footer .flex-2 {
    justify-content: center;
    row-gap: 15px;
  }
}
@media (max-width: 576.98px) {
  .footer {
    box-sizing: border-box;
    max-width: 100%;
    padding-bottom: 25px;
  }
  .footer .flex-wrapper {
    justify-content: start;
    row-gap: 30px;
  }
  .footer .footer-info {
    margin-bottom: 0;
    display: block;
  }
  .footer .footer-info img {
    max-width: 200px;
    margin-bottom: 25px;
  }
  .footer .footer-info p {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
  }
  .footer .footer-col h3 {
    margin-bottom: 25px;
  }
  .footer .flex-2 {
    justify-content: center;
    text-align: center;
    row-gap: 20px;
  }
  .footer .footer-legal {
    width: 100%;
    justify-content: center;
  }
}
