.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.125rem;
}

.mt-2 {
  margin-top: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.25rem;
}

.mt-3 {
  margin-top: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 0.75rem;
}

.mb-4 {
  margin-bottom: 0.75rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 0.75rem;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem;
  }
  .mt-lg-4 {
    margin-top: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mt-lg-6 {
    margin-top: 3.75rem;
  }
  .mb-lg-6 {
    margin-bottom: 3.75rem;
  }
}
.hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b3d47;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 542px;
  line-height: 1.4;
  margin-bottom: 90px;
  padding: 120px 0 0;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media (min-width: 992px) {
  .hero {
    font-size: 20px;
    height: 695px;
    margin-bottom: 114px;
    padding: 38px 0;
    text-align: left;
  }
}
.hero > .container {
  width: 100%;
}
@media (max-width: 991px) {
  .hero .w-line::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .hero .h1 {
    margin-bottom: 0.5rem;
  }
}
.hero::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero-content {
  max-width: 500px;
}
.hero .video-bg,
.hero .wp-post-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero .video-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero .video-bg.loaded {
  opacity: 0.5;
}
.hero .wp-post-image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero:after {
  background: url("../images/ball.webp") 0 0 repeat;
  bottom: -68px;
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 208px;
  margin: 0 0 0 116px;
  position: absolute;
  right: 0;
  width: 469px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero:after {
    height: 134px;
    margin: 0 0 0 16px;
    width: 201px;
  }
}
@media (min-width: 768px) {
  .hero:after {
    left: 50%;
    right: auto;
  }
}
.hero:has(.video-bg.loaded) .wp-post-image {
  opacity: 0;
}

.btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 24px;
  padding: 9px 23px;
  position: relative;
  text-align: center;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}
a.btn:hover {
  text-decoration: none;
}

.btn .icon {
  fill: currentColor;
  vertical-align: bottom;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
}
.btn-arrow::after {
  border: 8px solid transparent;
  border-left-width: 12px;
  border-left-color: currentColor;
  border-right: none;
  content: "";
  display: block;
  margin-left: 8px;
}
.btn-arrow:hover::after {
  border-left-color: currentColor;
}
.btn-primary {
  background-color: #fdc300;
  border-color: #fdc300;
  color: #303b40;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #c39e0e;
  border-color: #c39e0e;
}
.btn-primary:active {
  background-color: #fdc300;
  border-color: #fdc300;
}
.btn-secondary {
  background-color: transparent;
  border-color: #303b40;
  color: #303b40;
}
.btn-secondary:hover {
  background-color: #303b40;
  color: #fff;
}
.btn-secondary:active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-info {
  color: #303b40;
  text-transform: uppercase;
}
.btn-info:hover {
  color: #1a2124;
}
.btn-info:active {
  color: #303b40;
}
.btn-transparent {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: #fdc300;
  color: #fdc300;
}
.btn-transparent:hover {
  background: rgba(26, 33, 36, 0.3);
}
.btn-transparent:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-dark {
  background-color: #303b40;
  color: #fdc300;
}
.btn-dark:hover {
  background-color: #1a2124;
}
.btn-dark:active {
  background-color: #303b40;
}
.btn-outline-primary {
  border-color: #fdc300;
  color: #fdc300;
}
.btn-outline-primary:hover {
  background-color: #1a2124;
}
.btn-outline-primary:active {
  background-color: #303b40;
}
.btn-outline-dark {
  border-color: #303b40;
  color: #303b40;
}
.btn-back {
  color: #fdc300;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .btn-back {
    width: auto;
  }
}
.btn-back::before {
  border: 5px solid transparent;
  border-right-width: 8px;
  border-right-color: currentColor;
  border-left: none;
  content: "";
  display: block;
  margin-right: 2px;
}

.link {
  text-decoration: underline;
}
.link::after {
  display: none;
}
.link.bold {
  font-weight: 700;
}
.link-primary {
  color: #fdc300;
}
.link-dark {
  color: #303b40;
}

.card {
  line-height: 1.375;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: 0;
}
.card a {
  color: currentColor;
}
.card-primary {
  background-color: #fdc300;
}
.card-dark {
  background-color: #303b40;
  color: #fff;
}
.card-body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
}
@media (max-width: 991px) {
  .card-body {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .card-body {
    padding: 32px;
  }
}
.card-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 24px;
}
.card-text *:last-child {
  margin-bottom: 0;
}
.card-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .card-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card-bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -2;
}
.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .card-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .card-list .card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 1%;
  }
}
@media (min-width: 992px) {
  .card-list.animation .card:not(:first-child), .card-list.animation:hover .card {
    width: 25%;
  }
}
.card-list.animation:not(:hover) .card:first-child {
  color: #fff;
}
.card-list.animation:not(:hover) .card:first-child::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .card-list.animation:not(:hover) .card:first-child {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .card-list.animation:not(:hover) .card:first-child .card-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-list.animation:not(:hover) .card:first-child .card-text {
    opacity: 1;
  }
}
.card-list.animation:not(:hover) .card:first-child .card-btns > .btn {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-list.animation:not(:hover) .card:first-child .card-btns > .link {
  display: none;
}
.card-list.animation:not(:hover) .card:first-child .card-bg {
  opacity: 1;
}
.card-list.animation .card::before {
  background: linear-gradient(262.67deg, rgba(48, 59, 64, 0) 1.61%, #303b40 96.49%), linear-gradient(0deg, rgba(48, 59, 64, 0.6), rgba(48, 59, 64, 0.6));
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .card-list.animation .card {
    height: 290px;
  }
}
.card-list.animation .card-body {
  min-height: 150px;
}
@media (max-width: 991px) {
  .card-list.animation .card-text {
    display: none;
  }
}
@media (min-width: 992px) {
  .card-list.animation .card-text {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    width: 375px;
  }
}
.card-list.animation .card:not(:hover) .card-btns > .btn {
  display: none;
}
.card-list.animation .card:hover {
  color: #fff;
}
.card-list.animation .card:hover::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .card-list.animation .card:hover {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .card-list.animation .card:hover .card-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-list.animation .card:hover .card-text {
    opacity: 1;
  }
}
.card-list.animation .card:hover .card-btns > .link {
  display: none;
}
.card-list.animation .card:hover .card-bg {
  opacity: 1;
}
.card-list.animation .btn-primary {
  color: #303b40;
}

.tabs {
  display: none;
}
@media (min-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
  }
  .tabs .icon {
    fill: currentColor;
    margin-top: 8px;
  }
}
.tabs > .tab {
  padding: 18px 32px;
}
@media (min-width: 992px) {
  .tabs > .tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #303b40;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13px 20px;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease;
    text-align: center;
    width: 1%;
  }
  .tabs > .tab:hover, .tabs > .tab.active {
    background-color: #fdc300;
    color: #373e42;
  }
}
.tabs .tab-title {
  display: block;
  font-size: 12px;
  margin-top: 0.5rem;
}
.tabs-content {
  width: 100%;
}
.tabs-content .card-text h3,
.tabs-content .card-text h4,
.tabs-content .card-text h5,
.tabs-content .card-text h6,
.tabs-content .card-text p,
.tabs-content .card-text ul,
.tabs-content .card-text ol {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .tabs-content .card-text h3,
  .tabs-content .card-text h4,
  .tabs-content .card-text h5,
  .tabs-content .card-text h6,
  .tabs-content .card-text p,
  .tabs-content .card-text ul,
  .tabs-content .card-text ol {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .tabs-content .icon {
    fill: currentColor;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
  }
  .tabs-content .h3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 16px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0;
    padding: 18px 58px 18px 20px;
    position: relative;
    width: 100%;
  }
  .tabs-content .h3::after {
    background: url(../images/sprite.svg#tab-arrow) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 24px;
    width: 24px;
  }
  .tabs-content .tab-pane {
    background: #303b40;
    border-bottom: 1px solid #fdc300;
    color: #fff;
    padding: 0;
  }
  .tabs-content .tab-pane.show .h3::after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
  .tabs-content .tab-pane.show .card-text {
    display: block;
  }
  .tabs-content .card-text {
    background-color: #fff;
    color: #303b40;
    display: none;
    margin: 0 24px 24px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .tabs-content > div:not(.show) {
    display: none;
  }
  .tabs-content .h3 {
    display: none;
  }
  .tabs-content .tab-pane {
    background-color: #fdc300;
    padding: 40px;
  }
}

.tabs-transparent .tabs-content .tab-pane {
  background-color: transparent;
}
@media (max-width: 991px) {
  .tabs-transparent .tabs-content .tab-pane.show .h3 {
    background-color: #fdc300;
    color: #303b40;
  }
  .tabs-transparent .tabs-content .tab-pane.show .h3::after {
    background-image: url(../images/sprite.svg#tab-arrow-dark);
  }
}
@media (max-width: 991px) {
  .tabs-transparent .tabs-content .h3 {
    background-color: #303b40;
  }
}
@media (max-width: 991px) {
  .tabs-transparent .card-text {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.tabs-transparent .card-text.flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
.tabs-transparent .card-text ul {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .tabs-transparent .card-text img {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tabs-transparent .card-text img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 418px;
  }
}

.dropdown {
  border: 1px solid #373e42;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}
.dropdown.show {
  background-color: rgba(255, 255, 255, 0.6);
  color: #424242;
}
.dropdown.show .dropdown-btn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dropdown.show .dropdown-collapse {
  grid-template-rows: 1fr;
}
.dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.dropdown-btn {
  cursor: pointer;
  padding: 21px 20px;
  position: relative;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.dropdown-btn::after {
  content: "";
  background: url(../images/sprite.svg#dropdown-arrow) no-repeat right center;
  background-size: cover;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.dropdown-search {
  display: none;
}
.dropdown-collapse {
  -webkit-box-shadow: inset 0 1px 0 0 #373e42;
          box-shadow: inset 0 1px 0 0 #373e42;
  font-weight: normal;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.dropdown-menu {
  overflow: hidden;
}
.dropdown-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  padding: 22px 20px;
  text-decoration: none;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.dropdown-item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.dropdown-item:hover {
  background-color: #fff;
}
.dropdown .wpcf7-form-control-wrap {
  display: block;
}
.dropdown .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.dropdown .wpcf7-list-item > label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
}
.dropdown .wpcf7-list-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #373e42;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-right: 16px;
  width: 20px;
}
.dropdown .wpcf7-list-item input:checked {
  background-color: #373e42;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.dropdown-secondary {
  background-color: #373E42;
  border: none;
  color: #F8F9FA;
}
.dropdown-secondary .dropdown-btn::after {
  background-image: url(../images/sprite.svg#dropdown-arrow-light);
}
.dropdown-secondary .dropdown-menu {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.dropdown-secondary .dropdown-item {
  color: #303B40;
  padding-bottom: 12px;
  padding-top: 12px;
}
.dropdown-secondary.show {
  background-color: #373E42;
  color: #FDC300;
}
.dropdown-secondary.show .dropdown-btn::after {
  background-image: url(../images/sprite.svg#dropdown-arrow-yellow);
}
.dropdown-secondary.show .dropdown-menu {
  background-color: #DEE2E6;
  padding-bottom: 12px;
  padding-top: 12px;
}
.dropdown-sm .dropdown-btn {
  padding-bottom: 14px;
  padding-top: 14px;
}

.banner {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .banner {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.banner-bg {
  position: relative;
  z-index: -1;
}
.banner-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .banner-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.banner-coupa {
  background-color: #303b40;
  color: #fff;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .banner-coupa {
    height: 405px;
    padding-bottom: 0;
  }
}
.banner-coupa > .container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.banner-coupa .banner-content {
  line-height: 1.361875;
  padding-top: 5px;
  text-align: center;
}
.banner-coupa .banner-content *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-coupa .banner-content {
    margin-top: -32px;
  }
}
@media (min-width: 992px) {
  .banner-coupa .banner-content {
    font-size: 18px;
    line-height: 1.36167;
    max-width: 41.66667%;
    padding-left: 131px;
    padding-top: 0;
    text-align: left;
  }
}
.banner-coupa .banner-content .btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .banner-coupa .banner-bg {
    margin-right: -20px;
    max-width: none;
    width: calc(100% + 40px);
  }
}
@media (min-width: 992px) {
  .banner-coupa .banner-bg {
    background-size: contain;
    height: 100%;
    right: 41.66667%;
    position: absolute;
    top: 0;
  }
}

.banner-cadastro {
  color: #fff;
}
@media (min-width: 992px) {
  .banner-cadastro {
    height: 250px;
  }
}
.banner-cadastro > .container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 1150px;
}
.banner-cadastro .h2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-cadastro .btn {
    width: 100%;
  }
}
.banner-cadastro .banner-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #303b40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .banner-cadastro .banner-content {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .banner-cadastro .banner-content {
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 154px;
    padding: 0 57px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .banner-cadastro .banner-bg {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .banner-cadastro .banner-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.banner-linkana {
  margin-bottom: 0;
  margin-top: 0;
}
.banner-linkana > .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  max-width: 1290px;
}
.banner-linkana > .container > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1%;
}
.banner-linkana .h2 {
  margin-bottom: 12px;
}
.banner-linkana .banner-img {
  display: block;
  margin-left: auto;
}

.banner-padrao-manual {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #303b40;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .banner-padrao-manual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    height: 393px;
    line-height: 1.2;
  }
}
.banner-padrao-manual .h2 {
  margin-bottom: 12px;
}
.banner-padrao-manual .banner-content {
  padding: 24px;
}
@media (min-width: 992px) {
  .banner-padrao-manual .banner-content {
    padding: 60px;
  }
}
.banner-padrao-manual .banner-bg {
  height: 250px;
}
@media (min-width: 992px) {
  .banner-padrao-manual .banner-bg {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33334%;
        -ms-flex: 0 0 58.33334%;
            flex: 0 0 58.33334%;
    width: 58.33334%;
  }
}
.banner-padrao-manual .banner-bg > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.section {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .section {
    font-size: 18px;
  }
}
.section-title {
  margin-bottom: 40px;
}
.section ul.flex {
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 0;
}
.section ul.flex > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  .section ul.flex > li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.section ul.flex .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .section ul.flex .btn {
    width: auto;
  }
}

.section-default {
  overflow: hidden;
}
.section-default .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .section-default .col-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-default .wp-post-image {
  margin-bottom: 24px;
  max-width: none;
  position: relative;
}
@media (max-width: 991px) {
  .section-default .wp-post-image {
    margin-left: -1.25rem;
  }
}
@media (min-width: 992px) {
  .section-default .wp-post-image {
    margin-bottom: 0;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .section-default:nth-of-type(odd) .col-img {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .section-default:nth-of-type(odd) .section-content {
    margin-left: 53px;
  }
}
@media (min-width: 992px) {
  .section-default:nth-of-type(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .section-default:nth-of-type(even) .section-content {
    margin-right: 53px;
  }
}

@media (max-width: 991px) {
  .section-content .btn {
    width: 100%;
  }
}
.section-content *:last-child {
  margin-bottom: 0;
}

.section-welcome .h2 {
  margin-bottom: 0.75rem;
}

.section-coupa-acesse {
  background: #fdc300;
  font-size: 14px;
  line-height: 1.375;
  margin-bottom: 20px;
  text-align: center;
}
.section-coupa-acesse > .container {
  max-width: 740px;
}
.section-coupa-acesse [data-label]::before {
  color: #fff;
}
.section-coupa-acesse .btn {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-coupa-acesse {
    margin-bottom: 40px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.section-coupa-ferramenta .grid-details {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-coupa-ferramenta .grid-details {
    margin-top: 1rem;
  }
}
.section-coupa-ferramenta .icon {
  fill: #fdc300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.faq-item {
  border: 1px solid #DDE1E6;
  cursor: pointer;
  padding: 16px 26px;
}
.faq-item .h4 {
  margin-bottom: 0;
  padding-right: 2rem;
  position: relative;
}
.faq-item .h4::after {
  content: "";
  background: url(../images/sprite.svg#faq-arrow) no-repeat right center;
  background-size: cover;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
.faq-item-body {
  cursor: text;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease, padding-top 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding-top 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding-top 0.3s ease, -ms-grid-rows 0.3s ease;
  padding-top: 0;
}
.faq-item-text {
  overflow: hidden;
}
.faq-item-text *:last-child {
  margin-bottom: 0;
}
.faq-item.show .h4::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq-item.show .faq-item-body {
  grid-template-rows: 1fr;
  padding-top: 16px;
}

.page-template-area-fornecedor {
  font-size: 1rem;
}

.main-content {
  padding-bottom: 40px;
}