@charset "UTF-8";
html {
  scroll-behavior: smooth; }

.team-store-page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden; }

.team-store-page *,
.team-store-page *:before,
.team-store-page *:after {
  box-sizing: border-box; }

.team-store-page img {
  display: block;
  max-width: 100%;
  height: auto; }

.team-store-page a {
  text-decoration: none; }

.team-store-page ul,
.team-store-page ol {
  margin: 0;
  padding: 0; }

.team-store-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
  padding: 0; }

.team-store-hero__left {
  flex: 0 0 58%;
  min-width: 0;
  overflow: visible; }

.team-store-hero__right {
  flex: 0 0 37%;
  text-align: center; }
  .team-store-hero__right h1 {
    margin: 0 0 14px;
    color: #145081;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase; }
  .team-store-hero__right p {
    margin: 0 0 22px 10px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #000; }

.team-store-device {
  width: 100%;
  position: relative; }
  .team-store-device::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    background-image: url("https://cdn-iccen.nitrocdn.com/HNOiwekpSlAvNUIqmfKxFbEeIUGYmMtu/assets/images/optimized/rev-3610675/52.177.116.71/wp-content/uploads/2023/03/Ares-Gray-Blob-Background-BG-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none; }
  .team-store-device img {
    position: relative;
    z-index: 2;
    width: 100%; }

.team-store-review {
  margin-top: 24px; }
  .team-store-review h4 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1c2022; }
  .team-store-review .team-store-stars {
    color: #f5a623;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 4px; }
  .team-store-review span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #697882;
    margin-bottom: 8px; }
  .team-store-review p {
    margin: 0;
    width: auto;
    font-size: 16px;
    line-height: 1.6;
    color: #000; }

.team-store-side-image {
  margin-bottom: 20px; }
  .team-store-side-image img {
    width: 100%; }

.team-store-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px; }
  .team-store-btn-group .team-store-btn {
    flex: 0 0 190px;
    max-width: 190px; }

.team-store-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  min-height: 54px;
  padding: 15px 42px 15px 26px;
  background: #6ec1e4;
  border: 2px solid #00539b;
  border-radius: 15px;
  color: #00539b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .25s ease, color .25s ease; }
  .team-store-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300539b' d='M10.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L12.586 9H1a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E"); }
  .team-store-btn:hover {
    background: #fff;
    color: #00539b; }
    .team-store-btn:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300539b' d='M10.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L12.586 9H1a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E"); }

.team-store-link-btn {
  position: relative;
  display: inline-block;
  padding: 0 22px 4px 0;
  color: #00539b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s ease; }
  .team-store-link-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px dotted #00539b;
    transition: border-color .25s ease; }
  .team-store-link-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300539b' d='M10.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L12.586 9H1a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E"); }
  .team-store-link-btn:hover {
    color: #6ec1e4; }
    .team-store-link-btn:hover::before {
      border-bottom-color: #6ec1e4; }
    .team-store-link-btn:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236ec1e4' d='M10.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L12.586 9H1a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E"); }

.team-store-template-link {
  margin-top: 28px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .2px; }
  .team-store-template-link span {
    color: #000; }
  .team-store-template-link a {
    color: #00539b;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .team-store-template-link a:hover {
      color: #6ec1e4; }

.team-store-divider {
  height: 1px;
  background: #ececec;
  margin: 10px 0 45px; }

.team-store-faq {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%; }

.team-store-faq > .faq-group:first-of-type {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px; }

.faq-header {
  text-align: center;
  margin-bottom: 35px; }
  .faq-header h2 {
    margin: 0 0 20px;
    color: #145081;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase; }
  .faq-header h4 {
    margin: 0;
    font-size: 20px;
    color: #3a3a3a; }
  .faq-header a {
    color: #0274be;
    font-weight: 700; }

.faq-contents {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5; }
  .faq-contents h2 {
    margin: 0 0 15px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase; }
  .faq-contents ol {
    padding-left: 40px; }
  .faq-contents li {
    margin-bottom: 6px; }
  .faq-contents a {
    font-size: 14px;
    line-height: 1.5;
    color: #0274be; }

.faq-group {
  margin-top: 15px;
  margin-bottom: 20px; }

.faq-group-heading {
  margin-bottom: 20px; }
  .faq-group-heading h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-transform: uppercase; }

.faq-group-top {
  text-align: right;
  margin-bottom: 8px; }

.faq-top-link {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.faq-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 3px 10px; }
  .faq-item.active .faq-question,
  .faq-item.active .faq-icon {
    color: #004c98; }
  .faq-item.active .faq-answer {
    opacity: 1;
    padding-top: 12px;
    margin-bottom: 12px; }

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 7px 0;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .3px;
  color: #000;
  text-transform: uppercase; }

.faq-icon {
  width: 28px;
  min-width: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #6e6e6e;
  transition: color .3s ease; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height .45s ease, opacity .3s ease, padding .3s ease; }
  .faq-answer h6 {
    margin-top: 2px;
    margin-bottom: 2px; }
  .faq-answer p {
    margin: 0;
    padding-bottom: 18px;
    max-width: 1000px;
    font-size: 14px;
    line-height: 2;
    color: #666; }
  .faq-answer ul {
    margin: 12px 0 20px 35px;
    padding: 0; }
    .faq-answer ul li {
      margin-bottom: 8px;
      line-height: 1.6; }
      .faq-answer ul li:last-child {
        margin-bottom: 0; }
  .faq-answer .faq-dash-list {
    list-style: none;
    margin: 15px 0 20px;
    padding: 0; }
  .faq-answer .faq-dash-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
    color: #666; }
  .faq-answer .faq-dash-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
    color: #666; }
  .faq-answer a {
    color: #0274be;
    text-decoration: none;
    font-weight: 400; }
    .faq-answer a:hover {
      text-decoration: underline; }

@media (max-width: 1023px) {
  .team-store-hero {
    flex-direction: column;
    gap: 30px; }
  .team-store-hero__left,
  .team-store-hero__right {
    flex: 0 0 100%;
    width: 100%; }
  .team-store-hero__right h1 {
    font-size: 32px; }
  .faq-header h2 {
    font-size: 32px; } }

@media (max-width: 767px) {
  .team-store-btn-group {
    flex-direction: column;
    align-items: center;
    gap: 18px; }
    .team-store-btn-group .team-store-btn {
      width: 100%;
      max-width: 300px;
      flex: unset; }
  .team-store-link-btn {
    margin-top: 0;
    padding-right: 22px; }
  .team-store-hero {
    padding: 20px 0 30px; }
  .team-store-hero__right h1 {
    font-size: 20px; }
  .team-store-hero__right p {
    font-size: 13px; }
  .team-store-review {
    margin-top: 30px; }
  .faq-header h2 {
    font-size: 20px; }
  .faq-header h4 {
    font-size: 16px; }
  .faq-contents h2 {
    font-size: 20px; }
  .faq-contents h3 {
    font-size: 18px; }
  .faq-group-heading h3 {
    font-size: 18px; }
  .faq-question {
    font-size: 13px;
    line-height: 1.2; }
  .faq-question span {
    font-size: 22px; } }
