@charset "UTF-8";
/* 
Theme name: WaveSurfers
Author: Jan Kolařík
Author's url: www.kolarikjan.cz
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #4b00ff;
  line-height: 1.1;
  font-weight: 700;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  color: #4b00ff;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

h1 {
  font-size: 75px;
  margin-bottom: 2.25rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 46px;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 19px;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

a {
  color: #4b00ff;
  text-decoration: none;
}
a:hover {
  color: #4b00ff;
}

p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

* {
  scroll-margin-block: 5.75rem;
}

.header {
  position: sticky;
  z-index: 5;
  top: 0;
  background-color: #050550;
  padding: 1.5rem 0;
  transition: 0.25s;
}
.header.scrolled {
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .header {
    padding: 1.25rem 0;
  }
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 65%;
  }
}
.header-logo img {
  max-height: 55px;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 576px) {
  .header-logo img {
    max-width: 240px;
    max-height: 45px;
  }
}
.header-nav {
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .header-nav {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.header-content {
  justify-content: flex-end;
}
@media (max-width: 1475px) {
  .header-content {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .header-content {
    background-color: #050550;
    position: absolute;
    top: 100%;
    left: -1rem;
    width: calc(100% + 2rem);
    z-index: 5;
  }
  .header-content > *:first-child {
    padding-top: 1.25rem;
  }
  .header-content > *:last-child {
    padding-bottom: 1.75rem;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
@media (max-width: 1200px) {
  .header-menu {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 1rem;
  }
}
.header-menu-link {
  position: relative;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #f2f2f2;
  font-weight: 500;
  transition: 0.15s;
  padding: 0;
}
@media (max-width: 1200px) {
  .header-menu-link {
    font-weight: 600;
  }
}
.header-menu-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f2f2f2;
  transition: 0.15s;
}
.header-menu-link:hover {
  color: #f2f2f2;
}
.header-menu-link:hover::after {
  width: 100%;
}

.body .section {
  padding: 4rem 0 4.5rem;
}
@media (max-width: 991px) {
  .body .section {
    padding: 3rem 0;
  }
}

.footer {
  padding: 4rem 0 4.5rem;
}
@media (max-width: 991px) {
  .footer {
    padding: 3rem 0;
  }
}
.footer-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 10rem;
}
@media (max-width: 991px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-info > div:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .footer-info > div:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.footer-info-title, .form-row label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer-info-contact {
  font-size: 17.5px;
  transition: 0.15s;
}
.footer-info-contact:hover {
  color: #050550;
}
.footer-info-socials {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.footer-info-socials img {
  max-width: 45px;
}
.footer-logo {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .footer-logo {
    position: unset;
  }
}
.footer-logo img {
  max-width: 300px;
}

.navbar-toggle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  padding: 0;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle, .navbar-toggle .animated-icon span {
  transition: background-color 0.25s;
}
.navbar-toggle:hover .animated-icon span, .navbar-toggle.open .animated-icon span {
  background-color: #f2f2f2;
}
.navbar-toggle .animated-icon {
  width: 36px;
  height: 36px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: block;
}
.navbar-toggle .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #f2f2f2;
}
.navbar-toggle .animated-icon span:nth-child(1) {
  top: 4px;
}
.navbar-toggle .animated-icon span:nth-child(2) {
  top: 17px;
}
.navbar-toggle .animated-icon span:nth-child(3) {
  top: 30px;
}
.navbar-toggle.open .animated-icon span:nth-child(1) {
  top: 17px;
  transform: rotate(135deg);
}
.navbar-toggle.open .animated-icon span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.navbar-toggle.open .animated-icon span:nth-child(3) {
  top: 17px;
  transform: rotate(-135deg);
}

.button-default {
  display: block;
  width: fit-content;
  text-align: center;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #37fffa 0%, #4b00ff 40%, #4b00ff 60%, #37fffa 100%);
  background-position: center;
  border: 0.5px solid #f2f2f2;
  background-size: 100%;
  font-weight: 600;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 1.15;
  padding: 0.3rem 1.5rem;
  transition: 0.15s;
}
.button-default:hover {
  color: #f2f2f2;
  background-size: 125%;
}

.form-row.divided {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 0.75rem;
}
@media (max-width: 576px) {
  .form-row.divided {
    grid-template-columns: 1fr;
  }
}
.form-row:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .form-row:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.form-row input, .form-row textarea {
  border: 1px solid #4b00ff;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  width: 100%;
  color: #4b00ff;
  transition: 0.15s;
}
.form-row input:focus, .form-row textarea:focus {
  color: #050550;
}
.form-row textarea {
  resize: none;
  height: 125px;
}
.form-row .button-default {
  min-width: 135px;
}

.popup-window {
  width: 50%;
  font-weight: bold;
  font-size: 24px;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-color: #4b00ff;
  padding: 50px;
  border: 5px solid white;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 576px) {
  .popup-window {
    width: 95%;
    padding: 30px;
  }
}
.popup-window a {
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 576px) {
  .popup-window a {
    top: 10px;
    right: 10px;
  }
}
.popup-window p {
  color: white;
}

.intro {
  background-color: #050550;
  padding: 6rem 0 7.5rem;
}
@media (max-width: 991px) {
  .intro {
    padding: 3.75rem 0 4.75rem;
  }
}
.intro-text {
  margin-bottom: 7.5rem;
}
@media (max-width: 991px) {
  .intro-text {
    margin-bottom: 4.75rem;
  }
}
.intro-text h1 {
  color: #f2f2f2;
}
.intro-text h1 span {
  display: block;
  font-size: 115px;
}
@media (max-width: 991px) {
  .intro-text h1 span {
    font-size: 76px;
  }
}
@media (max-width: 576px) {
  .intro-text h1 span {
    font-size: 54px;
    line-height: 1.5;
  }
}
@media (max-width: 390px) {
  .intro-text h1 span {
    font-size: 44px;
  }
}
.intro-text p {
  color: #f2f2f2;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .intro-text p {
    font-size: 24px;
    line-height: 1.75;
  }
  .intro-text p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .intro-text p {
    font-size: 18px;
  }
}
.intro-image {
  overflow: hidden;
}
.intro-image-container {
  display: flex;
  position: relative;
  width: 100%;
  /*
  @keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-100%);
      }
  }
  animation: scroll 10s linear infinite;
  */
}
.intro-image-container img {
  flex-shrink: 0;
  width: auto;
  height: 100%;
}
.intro-image2 {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(../img/theme/intro.png);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.intro-image2::before, .intro-image2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #36fff9;
  z-index: 1;
}
@media (max-width: 1475px) {
  .intro-image2::before, .intro-image2::after {
    width: 27px;
  }
}
@media (max-width: 1200px) {
  .intro-image2::before, .intro-image2::after {
    width: 24px;
  }
}
@media (max-width: 991px) {
  .intro-image2::before, .intro-image2::after {
    width: 18px;
  }
}
@media (max-width: 768px) {
  .intro-image2::before, .intro-image2::after {
    width: 13px;
  }
}
@media (max-width: 576px) {
  .intro-image2::before, .intro-image2::after {
    content: none;
  }
}
.intro-image2::before {
  left: 0;
}
.intro-image2::after {
  right: 0;
}
.intro-image2-container {
  display: flex;
  position: relative;
  width: 100%;
  animation: gradient-move 15s linear infinite;
  aspect-ratio: 9/1;
}
.intro-image2-container span {
  content: "";
  background: linear-gradient(90deg, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff, #36fff9, #4a00ff);
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: block;
}
@keyframes gradient-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.about {
  background-color: #4b00ff;
}
.about-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}
@media (max-width: 991px) {
  .about-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-text h2 {
  color: #f2f2f2;
}
.about-text p {
  color: #f2f2f2;
  font-size: 1.2rem;
  padding-right: 4rem;
}
@media (max-width: 1200px) {
  .about-text p {
    padding-right: 0;
  }
}
.about-text .button-default {
  margin-top: 2.5rem;
  min-width: 175px;
}
.about-image {
  margin: -1rem 0 -2rem;
}
@media (max-width: 1475px) {
  .about-image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .about-image {
    margin-left: -2.675rem;
  }
}
@media (max-width: 576px) {
  .about-image {
    margin-left: 0;
    margin-right: 2rem;
  }
}
.about-image img {
  max-height: 385px;
}
@media (max-width: 1475px) {
  .about-image img {
    height: 100%;
    object-fit: scale-down;
  }
}

.products-text {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .products-text {
    margin-bottom: 2.75rem;
  }
}
.products-text p {
  font-size: 46px;
  line-height: 1.35;
  font-weight: 400;
  padding-right: 13.5rem;
}
@media (max-width: 1475px) {
  .products-text p {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .products-text p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .products-text p {
    font-size: 22px;
  }
}
.products-circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1200px) {
  .products-circles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .products-circles {
    grid-template-columns: 1fr;
  }
}
.products-circles-item {
  background-color: #050550;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 1475px) {
  .products-circles-item {
    width: 340px;
  }
}
@media (max-width: 576px) {
  .products-circles-item {
    width: 100%;
    max-width: 340px;
  }
}
.products-circles-item, .products-circles-item h3, .products-circles-item h3 span, .products-circles-item p, .products-circles-item a {
  transition: 0.35s ease-in-out;
}
.products-circles-item h3 {
  color: #f2f2f2;
  text-align: center;
  font-size: 40px;
  padding: 0 2rem;
}
.products-circles-item h3 span {
  display: inline-block;
  font-size: 64px;
}
.products-circles-item p {
  color: #f2f2f2;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
}
.products-circles-item a {
  font-weight: 700;
  font-size: 18px;
  color: #4b00ff;
}
.products-circles-item:hover {
  background-color: #4b00ff;
  padding-top: 3rem;
}
.products-circles-item:hover h3, .products-circles-item:hover h3 span {
  font-size: 22px;
}
.products-circles-item:hover p {
  max-height: 111px;
  padding-bottom: 1rem;
}
.products-circles-item:hover a {
  color: #050550 !important;
}

.team {
  background-color: #050550;
}
@media (max-width: 576px) {
  .team-text h2 {
    text-align: center;
  }
}
.team-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .team-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .team-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .team-wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.team-item {
  background-image: linear-gradient(231deg, #37fffa 0%, #4b00ff 35%, #37fffa 67%, #4b00ff 100%);
  border-radius: 275px;
  border: 2px solid transparent;
}
.team-item-inner {
  background-color: #050550;
  border-radius: 275px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-item-image {
  margin: -2px;
}
.team-item-image img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.team-item-text {
  padding: 1.25rem 1.25rem 5rem;
}
@media (max-width: 576px) {
  .team-item-text {
    padding: 1.25rem 3rem 4rem;
    margin: 0 auto;
    max-width: 325px;
    text-align: center;
  }
}
.team-item-text h3 {
  line-height: 1.3;
}
.team-item-text h3 span {
  display: block;
}
.team-item-text p {
  color: #f2f2f2;
  font-size: 14px;
}