/** Shopify CDN: Minification failed

Line 136:5 Unexpected "{"

**/
:root {
  --zindex-1: 2147483647;
  --zindex-2: 110514565;
  --font-body: 'Product Sans' !important;
}

/* Product Sans */
@font-face {
  font-family: 'Product Sans';
  src: url('//kineon.io/cdn/shop/t/102/assets/ProductSans-Regular.ttf?v=154525335167757497191759590166') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Product Sans';
  src: url('//kineon.io/cdn/shop/t/102/assets/ProductSans-Bold.ttf?v=80368341429412517311759590166') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Helvetica Neue */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//kineon.io/cdn/shop/t/102/assets/HelveticaNeueRoman.otf?v=52251848219897399041759590165') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//kineon.io/cdn/shop/t/102/assets/HelveticaNeueMedium.otf?v=30707289953993947271759590165') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//kineon.io/cdn/shop/t/102/assets/HelveticaNeueBold.otf?v=15052175570751403171759590164') format('opentype');
  font-weight: 700;
  font-style: normal;
}


h1,  .h1-style,  h2,  h3,  h4,  h5,  h6 {
    font-family: 'Helvetica Neue', Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    margin: 0;
}
  
p, a, span, a span {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    text-decoration: none;
    font-family: 'Product Sans';
}

  
  /* starting */
  /*#region*/
   img,
   svg,
   video {
    max-width: 100%;
  }

   select:focus,
   input:focus {
    outline: none;
    outline-offset: 0em;
    box-shadow: none;
  }
  /*#endregion*/
  
  
  /* section top */
  /*#region*/
  .c-section-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .c-full-width {
    width: 100%;
  }
  
  .c-section-top-subheading {
    font-family: "Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  
  @media (max-width: 768px) {
    .c-section-top {
      width: 100%;
      margin-bottom: 2em;
    }
  }
  /*#endregion*/
  
  /* fonts */
  /*#region*/
   input,
   button,
   select,
   textarea {
    letter-spacing: 1px;
    line-height: 110%;
    font-size: 16px;
    font-family: "Product Sans";
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }
  
  @media(max-width: 768px) {
     {
      font-size: 16px;
    }
  }
  
   h1,
   h2,
   h3,
   h4,
   h5,
   .h0,
   .h1,
   .h2,
   .h3,
   .h4,
   .h5 {
    letter-spacing: 0px;
    line-height: 110%;
    font-weight: 500;
    word-break: break-word;
  }
  
.h1, h1 {
    font-size: 64px;
  }
  
.h2, h2 {
    font-size: 48px;
  }
  
.h3, h3 {
    font-size: 36px;
  }
  
.h4, h4 {
    font-size: 28px;
  }
  
.h5, h5 {
    font-size: 28px;
  }
  
h6, .h6 {
    font-size: 28px;
  }
  
@media(max-width: 768px) {
     .h1,
     h1 {
      font-size: 48px;
    }
  
     .h2,
     h2 {
      font-size: 30px;
    }
  
     .h3,
     h3 {
      font-size: 24px;
    }
  
     .h4,
     h4 {
      font-size: 20px;
    }
  
     .h5,
     h5 {
      font-size: 18px;
    }
  
     h6,
     .h6 {
      font-size: 18px;
    }
  }
  /*#endregion*/
  
  
  ul li, ol li {
    word-break: break-word;
  }
  
  
  /* buttons */
  /*#region*/
  .c-buttons-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  .c-button {
    padding: 10px 24px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: 0.2s ease;
    /*opacity: 0.9;*/
    text-transform: uppercase;
    font-weight: 500;
    /* max-width: 600px; */
     transition: all 0.3s ease;
     font-size: 16px;
     font-family: "Helvetica Neue";
     line-height: 100%;
  }

  .c-button span {
    line-height: 100%;
    font-size: 16px;
  }
  
  .c-b1 {
    background: #282460;
    color: #ffffff;
    border: 1px solid #282460;
  }
  
  .c-b1:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }
  
  .c-b2 {
    border: 2px solid ;
    background: ;
    color: #282460;
  }
  
  .c-b2:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }
  
  .c-b3 {
    background: linear-gradient(90deg, #2B2763 0%, #8080B9 100%);
    color: #F3F4FE;
    padding: 12px 26px;
  }
  
  .c-b3:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }

  .c-b4 {
    background: #06D3F7;
    border-radius: 50px;
    color: #414141;
    text-transform: uppercase;
    font-size: 16px;
  }

  .c-b4:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }

  .c-b8 {
    border-radius: 50px;
    background: #FFF;
    padding: .75rem 3.5rem;
    text-transform: uppercase;
    color: #414141;
    font-weight: 500;
    transition: all 0.4s ease-in;
  }

  .c-b8 svg {
    transition: all 0.4s ease-in;
    fill: #414141;
  }

  .c-b8:hover {
    background: #1A1740;
    color: white;
  }

  .c-b8:hover svg,
  .c-b8:hover svg path {
    fill: white !important;
  }

  .c-b9 {
    padding: .75rem 3.5rem;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    transition: all 0.4s ease-in;
    line-height: 100%;
  }

  .c-b9:hover,
  .c-b10:hover {
    background: white;
    color: black;
  }
  
  @media (max-width: 768px) {
    .c-buttons-div {
      flex-direction: column;
      align-items: flex-start;
    }

    .c-b1, .c-b2, .c-b3 {
      font-size: 16px;
      width: 100%;
    }

    p, a, span, a span {
      margin: 0;
      font-size: 16px;
    }
  }
  /*#endregion*/
  
  
  /* selection text */
  /*#region*/
  /* scroll bar */
  ::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: #eee;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #282460;
    border: 1px solid #eee;
    border-radius: 999px;
    transition: 0.2s ease;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #000;
  }
  
  ::-webkit-scrollbar-thumb:active {
    background: #000;
  }


  /* BUTONS*/
  .c-b7 {
  border-radius: 100px;
  background: #1A1740;
  color: white;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto;
  border: 1px solid #1A1740;
  transition: all 0.4s ease-in;
  /* padding: .75rem 3.5rem; */
  padding: 1.15rem 3.5rem;
  text-transform: uppercase;
  gap: .3rem;
  font-family: "Helvetica Neue";
}

.c-b7 svg {
  fill: white;
  transition: all 0.4s ease-in;
}

.c-b7:hover {
  background: white;
  color: #1A1740;
}

.c-b7:hover svg,
.c-b7:hover svg path {
  fill: #1A1740;
}

.c-section-top-subheading {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 12px;
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-v2-b1 {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--custom-font4);
  line-height: 100%;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 0px 0rem 0px 2rem;
  border-radius: 999rem;
  gap: 0.625rem;
  color: #fff;
  border: 2px solid #fff;
  background-color: #D10F8B;
  justify-content: space-between;
  height: 48px !important;
  margin: 0 auto 0 0;
}

.c-section-top .c-v2-b1:hover {
  transform: scale(1.05);
}

.c-v2-b1 .c-b-text {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.c-v2-b1 .c-b-icon {
  background-color: #fff;
  border-radius: 999rem;
  height: 105%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-v2-b1 svg {
  color: white;
  width: 16px;
}

/*=====Footer=====*/
.footer{
	float:left;
    width:100%;
	padding:40px 0;
	background: rgb(110,36,113);
	background: linear-gradient(90deg, rgba(110,36,113,1) 0%, rgba(96,31,124,1) 58%, rgba(66,97,161,1) 75%);
	}
.foot-logo{
	display:block;
	margin:0 auto 25px;
	width:150px;
	filter: brightness(0) invert(1);
	}	
.ftr-txt{
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin-top:10px;
	}	
.ftr-txt a{
    padding:0 8px;
    color:#fff;
	}	

/* review grid cards */
/*#region*/
  .c-rg-card {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1.5em;
    /* border: 1px solid #000; */
    margin-bottom: auto;
    border-radius: .5em;
  }

  .c-rg-card-stars {
    display: flex;
    gap: 5px;
  }

  .c-rg-card-stars svg {
    width: 1em;
  }

  .c-rg-card-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
  }

  .c-rg-card-image-div {
    display: flex;
  }
    
  .c-rg-card-bottom img {
    width: 3em;
    height: 3em;
    object-fit: cover;
    border-radius: 100px;
  }
    
  .c-rg-card-bottom-text {
    display: flex;
    flex-direction: column;
  }

  .c-rg-card-name {
    font-weight: bold;
  }

  .c-rg-card-position {
    font-size: 0.875em;
  }
/*#endregion*/