@charset "UTF-8";
/*!
Theme Name: nonfinbiz
Theme URI: http://arnocode.com/
Author: Arnocode
Author URI: https://arnocode.com/
Description: Theme template for nonfinbiz. To contact the developer, write to telegram @arnocode
Version: 1.0.0
Text Domain: nonfinbiz

*/
/* fonts
-------------------------------------------------------------- */
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  font-display: swap;
  src: url("fonts/InterTight-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  font-display: swap;
  src: url("fonts/InterTight-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "InterTight";
  font-display: swap;
  src: url("fonts/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  font-display: swap;
  src: url("fonts/InterTight-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "tm-nonfinbiz";
  src: url("fonts/tm-nonfinbiz.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.tm-nonfinbiz {
  font-family: "tm-nonfinbiz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-nonfinbiz-icon-close:before {
  content: "\e90c";
}

.tm-nonfinbiz-icon-check:before {
  content: "\e90b";
}

.tm-nonfinbiz-icon-arrow:before {
  content: "\e900";
}

.tm-nonfinbiz-icon-arrow-right:before {
  content: "\e901";
}

.tm-nonfinbiz-icon-circle:before {
  content: "\e902";
}

.tm-nonfinbiz-icon-download:before {
  content: "\e903";
}

.tm-nonfinbiz-icon-flag:before {
  content: "\e904";
}

.tm-nonfinbiz-icon-mail:before {
  content: "\e905";
}

.tm-nonfinbiz-icon-phone:before {
  content: "\e906";
}

.tm-nonfinbiz-icon-play:before {
  content: "\e907";
}

.tm-nonfinbiz-icon-plus:before {
  content: "\e908";
}

.tm-nonfinbiz-icon-point:before {
  content: "\e909";
}

.tm-nonfinbiz-icon-quote:before {
  content: "\e90a";
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  background: #124198;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

@media (min-width: 1200px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 16px;
  }
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
optgroup,
textarea {
  color: #58595a;
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 25px;
}

p:last-child {
  margin-bottom: 0;
}

dfn,
em,
i {
  font-style: italic;
}

cite {
  font-style: normal;
}

blockquote {
  margin: 0 0 25px;
  padding-left: 23px;
  border-left: 3px solid #ED2C3D;
  font-style: normal;
  font-weight: 600;
}

address {
  margin: 0 0 25px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 25px 25px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em;
}

table {
  margin: 0 0 25px;
  width: 100%;
}

/* Links
--------------------------------------------- */
:active,
:hover,
a:active,
a:hover {
  outline: 0;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

a,
a:visited {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 25px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 25px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 25px;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 25px;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 25px;
  display: grid;
  grid-gap: 25px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px solid #d3d3d3;
  margin: -1px auto;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 25px;
  margin-bottom: 25px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 25px;
  margin-bottom: 25px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

/* header
========================================================================== */
.tm-header__logo {
  z-index: 1;
  width: 3.8333333333rem;
}

.tm-header__logo,
.tm-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tm-header__logo a,
.tm-header__logo img {
  width: 100%;
}

.tm-header {
  max-width: 64.1666666667rem;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(238, 245, 255, 0.8);
  z-index: 1000;
  width: 100%;
  position: absolute;
  top: 0.8333333333rem;
  border-radius: 0.4166666667rem;
}

.tm-header_active {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  -webkit-animation: slideDown 0.5s;
          animation: slideDown 0.5s;
  background: #EEF5FF;
  left: 0;
  top: 0;
  max-width: 100%;
  border-radius: 0;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tm-header-btn.tm-content-btn a {
  width: 10.8333333333rem;
  height: 2.3333333333rem;
  font-size: 1rem;
}

.tm-mobile-wrap {
  padding: 0 20px 20px;
  display: none;
}

.tm-mobile-wrap > div:not(:last-child) {
  margin-bottom: 15px;
}

.tm-mobile-wrap a {
  color: #ccc;
}

@media (max-width: 1199px) {
  .tm-header {
    margin-left: 16px;
    width: calc(100% - 32px);
  }
  .tm-header.tm-header_active {
    position: fixed;
    margin-left: 0;
    width: 100%;
  }
  .tm-header-btn.tm-content-btn a {
    width: 150px;
    height: 48px;
    font-size: 16px;
  }
  .tm-header__logo {
    width: 76px;
  }
}
@media (max-width: 640px) {
  .tm-header__right.tm-col-gap20 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
/* menu
========================================================================== */
/* toggle ----------------- */
.tm-toogle-navigation > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 21px;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  right: 30px;
  top: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tm-toogle-navigation > label::after {
  background: linear-gradient(45deg, rgb(230, 241, 255) 0%, rgb(246, 251, 255) 100%);
  width: 48px;
  height: 48px;
  position: absolute;
  left: -14px;
  top: -16px;
  border: 2px solid #fff;
  border-radius: 10px;
  display: block;
  content: "";
}

.tm-toogle-navigation > label span {
  background: #0C77ED;
  height: 2px;
  margin: 2px 0;
  border-radius: 3px;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  z-index: 1;
}

.tm-toogle-navigation > label > span:nth-of-type(1) {
  width: 100%;
}

.tm-toogle-navigation > label > span:nth-of-type(2) {
  width: 100%;
}

.tm-toogle-navigation > label > span:nth-of-type(3) {
  width: 100%;
}

.tm-toogle-navigation > input[type=checkbox] {
  display: none;
}

.tm-toogle-navigation input[type=checkbox]:checked ~ label > span:nth-of-type(1) {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(-5.5px, 8px);
      -ms-transform: rotate(45deg) translate(-5.5px, 8px);
          transform: rotatez(45deg) translate(-5.5px, 8px);
  width: 50%;
}

.tm-toogle-navigation input[type=checkbox]:checked ~ label > span:nth-of-type(2) {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotatez(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotatez(-45deg);
}

.tm-toogle-navigation input[type=checkbox]:checked ~ label > span:nth-of-type(3) {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  width: 50%;
  -webkit-transform: translate(-2.8px, -3.2px) rotatez(45deg);
      -ms-transform: translate(-2.8px, -3.2px) rotate(45deg);
          transform: translate(-2.8px, -3.2px) rotatez(45deg);
}

@media (min-width: 1181px) {
  .tm-toogle-navigation > label {
    display: none;
  }
}
@media (max-width: 1180px) {
  .tm-toogle-navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* comp navigation ----------------- */
.tm-menu-wrapper-header ul,
.tm-menu-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tm-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  width: 250px;
  background: #fff;
  height: 0;
  visibility: hidden;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
}

.tm-menu-wrapper_header > li,
.tm-menu-wrapper_header > li > a {
  line-height: 3.25rem;
}

.tm-menu-wrapper > li:not(:last-child) {
  padding-right: 2rem;
  margin-bottom: 0;
}

.tm-menu-wrapper > li.menu-item-has-children {
  padding-right: 2.3333333333rem;
}

.tm-menu-wrapper > li > ul {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
  transition: opacity 0.6s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.6s;
  transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  left: -18px;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tm-menu-wrapper > li > ul li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.tm-menu-wrapper > li > ul li > ul {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateX(75px) translateY(0%);
  -ms-transform: translateX(75px) translateY(0%);
  transform: translateX(75px) translateY(0%);
  opacity: 0;
  height: auto;
  visibility: visible;
  left: 250px;
  top: 0;
}

.tm-menu-wrapper > li > ul li:hover > ul {
  -webkit-transform: translateX(0) translateY(0%);
  -ms-transform: translateX(0) translateY(0%);
  transform: translateX(0) translateY(0%);
  opacity: 1;
}

.tm-menu-wrapper > li > ul li:hover > ul li {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tm-menu-wrapper > li:hover > ul {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  height: auto;
  visibility: visible;
}

.tm-menu-wrapper > li:hover > ul li {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tm-menu-wrapper li.menu-item-has-children > span > a {
  position: relative;
}

.tm-menu-wrapper > li > ul > li.menu-item-has-children > span > a::after,
.tm-menu-wrapper > li.menu-item-has-children > span > a::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 4px;
  border: solid #191A00;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.tm-menu-wrapper > li > ul > li.menu-item-has-children > span > a::after {
  right: 5px;
}

.tm-menu-wrapper > li > ul > li.menu-item-has-children > span > a::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 14px;
  right: 10px;
}

.tm-menu-wrapper > li.menu-item-has-children > span > a::after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tm-menu-wrapper > li > span > a::before {
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  bottom: -7px;
  background: #6DEBC6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tm-menu-wrapper > li > span > a:hover::before,
.tm-menu-wrapper > li.menu-item-has-children.current-menu-item > span > a::before,
.tm-menu-wrapper > li.current-menu-ancestor > span > a::before,
.tm-menu-wrapper > li.menu-item-has-children:hover > span > a::before,
.tm-menu-wrapper > li.menu-item-has-children > span > a:hover::before {
  width: 100%;
}

.tm-menu-wrapper > li > ul > li.current-menu-ancestor > span > a::after,
.tm-menu-wrapper > li.current-menu-ancestor > span > a:after,
.tm-menu-wrapper > li.current-menu-item.menu-item-has-children > span > a:after,
.tm-menu-wrapper > li.menu-item-has-children > span > a:hover:after,
.tm-menu-wrapper > li.menu-item-has-children:focus > span > a:after,
.tm-menu-wrapper > li.menu-item-has-children:hover > span > a:after,
.tm-menu-wrapper li li.current-menu-item.menu-item-has-children > span > a::after,
.tm-menu-wrapper li li.menu-item-has-children > span > a:hover::after {
  border: solid #6DEBC6;
  border-width: 0 2px 2px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tm-menu-wrapper > li.menu-item-has-children > span > a:hover:after,
.tm-menu-wrapper > li.menu-item-has-children:focus > span > a:after,
.tm-menu-wrapper > li.menu-item-has-children:hover > span > a:after,
.tm-menu-wrapper li li.menu-item-has-children > span > a:hover::after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.tm-menu-wrapper li li.current-menu-item.menu-item-has-children > span > a::after {
  border: solid #6DEBC6;
  border-width: 0 2px 2px 0;
}

.tm-menu-wrapper li li.menu-item-has-children > span > a {
  padding-right: 25px;
}

.tm-menu-wrapper li li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 16px;
  display: inline-block;
  padding: 2px;
}

.tm-menu-wrapper > li:hover > span > a,
.tm-menu-wrapper > li.current-lang > span > a,
.tm-menu-wrapper > li li.current-menu-ancestor > span > a,
.tm-menu-wrapper > li.current-menu-item > span > a,
.tm-menu-wrapper > li.current-menu-ancestor > span > a {
  color: #000D4C;
}

.tm-menu-wrapper li li.current-menu-item > span > a {
  color: #000;
  opacity: 1;
}

.tm-menu-wrapper li li.current-menu-item > span > a:hover,
.tm-menu-wrapper li li a:hover {
  color: #4E8B93;
}

.tm-menu-wrapper li {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.tm-menu-wrapper li::before {
  display: none;
}

.tm-menu-wrapper li a {
  text-decoration: none;
  color: #000D4C;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  font-size: 1rem;
}

.tm-menu-wrapper > li > span > a {
  color: #000;
  opacity: 1;
  position: relative;
}

.tm-menu-wrapper li:hover {
  cursor: pointer;
}

.tm-menu-wrapper li li a {
  line-height: 13px;
  font-size: 16px;
  padding: 10px 18px;
  display: block;
  position: relative;
}

.tm-mob-back {
  position: fixed;
  z-index: 999;
}

.tm-mob-back::before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}

@media (min-width: 1181px) {
  .tm-mob-back {
    display: none;
  }
}
@media (max-width: 1180px) {
  .tm-toogle-navigation {
    padding-right: 65px;
  }
  .tm-menu-wrapper_header > li,
  .tm-menu-wrapper_header > li > a {
    line-height: 40px;
  }
  .tm-primary-menu-container {
    display: none;
    width: 100%;
    padding: 20px;
  }
  .tm-primary-navigation {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    top: 88px;
    left: 0;
    visibility: hidden;
  }
  .tm-menu-wrapper > li > span > a {
    color: #fff;
    text-align: center;
    font-size: 24px;
  }
  .tm-menu-wrapper > li:hover > span > a,
  .tm-menu-wrapper > li.current-lang > span > a,
  .tm-menu-wrapper > li li.current-menu-ancestor > span > a,
  .tm-menu-wrapper > li.current-menu-item > span > a,
  .tm-menu-wrapper > li.current-menu-ancestor > span > a,
  .tm-menu-wrapper li a:focus,
  .tm-menu-wrapper li a:active {
    color: #6DEBC6;
  }
  [id=main-navigation-toggle]:checked ~ .tm-primary-navigation {
    visibility: visible;
    height: calc(100vh - 105px);
    overflow: auto;
  }
  [id=main-navigation-toggle]:checked ~ .tm-primary-navigation .tm-mobile-wrap,
  [id=main-navigation-toggle]:checked ~ .tm-primary-navigation .tm-header__btn.tm-header__btn_mob,
  [id=main-navigation-toggle]:checked ~ .tm-primary-navigation .tm-primary-menu-container {
    display: block;
  }
  [id=main-navigation-toggle]:checked ~ .tm-toogle-navigation {
    background: #fff;
  }
  .tm-mob-back.active::before {
    opacity: 1;
    visibility: visible;
  }
  .tm-menu-wrapper > li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .tm-menu-wrapper > li,
  .tm-menu-wrapper > li > span,
  .tm-menu-wrapper > li > span > a {
    width: 100%;
    display: block;
  }
  .tm-menu-wrapper > li > span > a::before {
    display: none;
  }
  .tm-menu-wrapper > li.menu-item-has-children > span > a::before,
  .tm-menu-wrapper > li.menu-item-has-children.current-menu-item > span > a::before,
  .tm-menu-wrapper > li.current-menu-ancestor > span > a::before,
  .tm-menu-wrapper > li.menu-item-has-children:hover > span > a::before,
  .tm-menu-wrapper > li.menu-item-has-children > span > a:hover::before {
    width: 23px;
    height: 23px;
    right: 0;
    z-index: 1;
    top: 7px;
    display: block;
  }
  .tm-menu-wrapper > li.current-menu-item > span > a::before,
  .tm-menu-wrapper > li.current-menu-item.menu-item-has-children > span > a::before,
  .tm-menu-wrapper > li.lang-item:hover > span > a::before,
  .tm-menu-wrapper > li.lang-item > span > a:hover::before,
  .tm-menu-wrapper > li.current-lang > span > a:before,
  .tm-menu-wrapper > li:hover > span > a::before,
  .tm-menu-wrapper > li > span > a:hover::before {
    display: none;
  }
  .tm-menu-wrapper > li.current-lang > span > a:before {
    width: 100%;
    height: 3px;
  }
  .tm-menu-wrapper > li.menu-item-has-children > span > a::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 15px;
    display: inline-block;
    z-index: 5;
  }
  .tm-menu-wrapper > li > ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tm-menu-wrapper > li.lang-item > span > a:before {
    left: 0;
    top: 0;
  }
  .tm-menu-wrapper > li > ul li > ul,
  .tm-menu-wrapper ul {
    position: relative;
    height: auto;
    visibility: visible;
    width: 100%;
  }
  .tm-menu-wrapper li li a {
    padding: 13px 15px;
  }
  .tm-menu-wrapper li li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .tm-menu-wrapper > li > ul li > ul,
  .tm-menu-wrapper > li > ul {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .tm-menu-wrapper > li > ul li > ul {
    left: 20px;
    width: calc(100% - 20px);
  }
  .tm-menu-wrapper > li > ul li {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
/* breadcrumb
========================================================================== */
.tm-breadcrumb-wrapper {
  padding: 15px 0;
  margin-bottom: 35px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.tm-breadcrumb {
  color: #AAA5A5;
  font-size: 12px;
  padding-left: 45px;
  position: relative;
}

.tm-breadcrumb .widget {
  margin: 0;
}

.tm-breadcrumb a {
  color: #AAA5A5;
  text-decoration: none;
}

.tm-breadcrumb a:hover {
  text-decoration: none;
}

@media (max-width: 1180px) {
  .tm-breadcrumb-wrapper {
    margin-bottom: 30px;
  }
}
/* homepage
========================================================================== */
/* BLOCKS
========================================================================== */
/* main classes
--------------------------------------------- */
.wp-block-group.alignfull.tm-banner-box {
  padding: 7.7083333333rem 0 3.5416666667rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#6FAAFF), to(#124198));
  background: linear-gradient(to bottom, #6FAAFF 0%, #124198 100%);
}

.wp-block-group.alignfull.tm-info-box {
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#124198), to(#6FAAFF));
  background: linear-gradient(to bottom, #124198 0%, #6FAAFF 100%);
}

.wp-block-group.alignfull.tm-for-whom-box {
  padding: 4.1666666667rem 0 5.4166666667rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00153C), to(#6FAAFF));
  background: linear-gradient(to bottom, #00153C 0%, #6FAAFF 100%);
}

.wp-block-group.alignfull.tm-program-box {
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6FAAFF), to(#6FAAFF));
  background: linear-gradient(to bottom, #6FAAFF 0%, #6FAAFF 100%);
}

.wp-block-group.alignfull.tm-author-box {
  padding: 2.5rem 0 3.3333333333rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#6FAAFF), to(#00153C));
  background: linear-gradient(to bottom, #6FAAFF 0%, #00153C 100%);
}

.wp-block-group.alignfull.tm-roadmap-box {
  padding: 2.5rem 0 4.1666666667rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00153C), to(#124198));
  background: linear-gradient(to bottom, #00153C 0%, #124198 100%);
}

.wp-block-group.alignfull.tm-specifics-box {
  padding: 2.9166666667rem 0 3.3333333333rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#124198), to(#124198));
  background: linear-gradient(to bottom, #124198 0%, #124198 100%);
}

.wp-block-group.alignfull.tm-reviews-box {
  padding: 1.6666666667rem 0 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#6FAAFF), to(#00153C));
  background: linear-gradient(to bottom, #6FAAFF 0%, #00153C 100%);
}

.wp-block-group.alignfull.tm-timer-box {
  padding: 5rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#124198), to(#00153C));
  background: linear-gradient(to top, #124198 0%, #00153C 100%);
}

.wp-block-group.alignfull.tm-course-box {
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#124198), to(#00153C));
  background: linear-gradient(to bottom, #124198 0%, #00153C 100%);
}

.wp-block-group.alignfull.tm-form-box {
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#124198), to(#124198));
  background: linear-gradient(to bottom, #124198 0%, #124198 100%);
}

.tm-info-block-box {
  padding: 0.8333333333rem 0;
}

.tm-border-bottom-dark {
  border-bottom: 0.5px solid #000D4C;
}

.tm-percent-green,
.tm-percent {
  font-size: 1.3333333333rem;
  font-weight: 700;
}

.tm-percent-green {
  color: #00ACB3;
}

.tm-percent {
  color: #6DEBC6;
}

@media (max-width: 1180px) {
  .wp-block-group.alignfull.tm-banner-box {
    padding: 135px 0 55px;
  }
}
@media (max-width: 480px) {
  .wp-block-group.alignfull.tm-banner-box {
    padding: 120px 0 35px;
  }
  .wp-block-group.alignfull.tm-info-box,
  .wp-block-group.alignfull.tm-for-whom-box,
  .wp-block-group.alignfull.tm-program-box,
  .wp-block-group.alignfull.tm-author-box,
  .wp-block-group.alignfull.tm-roadmap-box,
  .wp-block-group.alignfull.tm-specifics-box,
  .wp-block-group.alignfull.tm-reviews-box,
  .wp-block-group.alignfull.tm-timer-box,
  .wp-block-group.alignfull.tm-course-box,
  .wp-block-group.alignfull.tm-form-box {
    padding: 40px 0;
  }
}
/* banner
--------------------------------------------- */
.tm-banner__point {
  background: #79B4F4;
  padding: 0.4166666667rem 0.8333333333rem;
  border-radius: 1.25rem;
  color: #000D4C;
  border: 2px solid #B9E8FE;
}

.tm-banner__point span {
  padding-left: 1.0833333333rem;
  position: relative;
}

.tm-banner__point span::before {
  background: #6DEBC6;
  border-radius: 50%;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  content: "";
}

.tm-banner__point:nth-child(2) span::before {
  border-radius: 0.0833333333rem;
}

.tm-banner__subtitle {
  padding-left: 1.6666666667rem;
  border-left: 3px solid #06F6FF;
  line-height: 1.4;
  max-width: 32.0833333333rem;
  padding-right: 9.1666666667rem;
}

.tm-banner__discount {
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  border-radius: 50%;
  position: absolute;
  right: 12%;
  bottom: 28%;
  background: #3A78CC;
  border: 2px solid #71BFF7;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.tm-banner__discount-percent {
  color: #06F6FF;
  font-size: 2.1666666667rem;
  line-height: 1;
}

.tm-banner__discount-date.tm-h4 {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}

.tm-banner__discount-date.tm-h4 > div {
  font-size: 1rem;
}

.tm-banner__img-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0.4166666667rem 0.4166666667rem 0 0;
  padding: 0.4166666667rem 1.6666666667rem;
  z-index: 2;
}

.tm-banner__img-subtitle {
  font-size: 1rem;
  line-height: 1.3;
}

.tm-banner__img-title-wrap,
.tm-banner__img-quote {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.tm-banner__img-quote {
  padding: 0.625rem 0.4166666667rem 0.8333333333rem 2.5rem;
  font-style: italic;
  border-radius: 0 0 0.4166666667rem 0.4166666667rem;
  font-size: 0.9583333333rem;
  color: #56EBF0;
  line-height: 1.3;
}

.tm-banner__img {
  height: 23.5rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.tm-banner__img-quote::before {
  content: "\e90a";
  font-family: "tm-nonfinbiz";
  position: absolute;
  left: 1rem;
  top: 0.7083333333rem;
  font-size: 0.9166666667rem;
}

@media (max-width: 980px) {
  .tm-banner__point span::before {
    top: 5px;
  }
  .tm-banner__img-title-wrap {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 1199px) {
  .tm-banner__discount {
    right: 7%;
  }
}
@media (max-width: 640px) {
  .tm-banner__discount {
    width: 100px;
    height: 100px;
    right: 3%;
  }
  .tm-banner__discount-percent {
    font-size: 32px;
  }
  .tm-banner__discount-date.tm-h4 {
    font-size: 12px;
  }
  .tm-banner__discount-date > div {
    font-size: 16px;
  }
  .tm-banner__subtitle {
    padding-left: 20px;
    padding-right: 110px;
  }
}
@media (max-width: 480px) {
  .tm-banner__discount {
    bottom: auto;
    top: 21%;
    background: #7BB5F5;
    border: 2px solid #B6E7FE;
  }
  .tm-banner__title {
    max-width: 325px;
  }
  .tm-banner__point {
    padding: 8px;
    border-width: 1px;
    border-radius: 25px;
    font-size: 15px;
  }
  .tm-banner__point span::before {
    top: 4px;
  }
  .tm-banner__point span {
    padding-left: 21px;
  }
  .tm-banner__subtitle.tm-h4 {
    font-size: 16px;
  }
  .tm-banner__btns.tm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 15px;
  }
  .tm-banner__btn.tm-content-btn {
    width: 100%;
  }
  .tm-banner__img {
    height: auto;
    padding-bottom: 140%;
  }
  .tm-banner__img-quote {
    font-size: 18px;
  }
}
/* timer
--------------------------------------------- */
.tm-timer,
.tm-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-timer {
  -webkit-column-gap: 0.6666666667rem;
     -moz-column-gap: 0.6666666667rem;
          column-gap: 0.6666666667rem;
}

.tm-sep {
  color: #6DEBC6;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

.tm-part {
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 64, 142)), to(rgb(19, 80, 169)));
  background: linear-gradient(to right, rgb(16, 64, 142) 0%, rgb(19, 80, 169) 100%);
  border: 2px solid #1B6BC7;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.8333333333rem;
  font-family: "InterTight", sans-serif;
  font-size: 3.3333333333rem;
}

@media (max-width: 380px) {
  .tm-part {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
}
/* program
--------------------------------------------- */
.tm-program-points__card {
  background: #C5DDFF;
  padding: 0.4166666667rem 0.8333333333rem;
  border-radius: 1.25rem;
  color: #000D4C;
}

.tm-program-points__card > span {
  padding-left: 1.0833333333rem;
  position: relative;
}

.tm-program-points__card > span span {
  font-weight: 700;
}

.tm-program-points__card > span::before {
  background: #00ACB3;
  border-radius: 50%;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
}

.tm-program-pdf a {
  padding: 0.4166666667rem;
  background: #0C77ED;
  border-radius: 1.25rem;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.5rem;
  height: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.4166666667rem;
     -moz-column-gap: 0.4166666667rem;
          column-gap: 0.4166666667rem;
}

.tm-program-pdf a:hover {
  background: #00153C;
  color: #fff;
}

.tm-program-pdf a span {
  font-weight: 400;
  font-size: 1.3333333333rem;
}

.tm-program-box .tm-content-accordion-list {
  background: transparent;
  border: 0 none;
  counter-reset: num;
  padding: 0;
}

.tm-program-wrap {
  background: #EEF5FF;
  padding: 0.8333333333rem;
  border-radius: 0.8333333333rem;
}

.tm-program-box .tm-content-accordion-list > div .tm-content-accordion-list__title::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  margin-right: 1.25rem;
  border: 2px solid #000D4C;
  width: 3.3333333333rem;
  height: 1.6666666667rem;
  border-radius: 1.25rem;
  font-size: 0.8333333333rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
}

.tm-program-box .tm-content-accordion-list__title {
  padding-left: 5.6666666667rem;
}

.tm-program-box .tm-content-accordion-list__title,
.tm-program-box .tm-content-accordion-list__text {
  color: #000D4C;
}

.tm-program-box .tm-content-accordion-list > div:not(:last-child) {
  border-bottom: 0.5px solid #000D4C;
}

.tm-program-box ul li::before {
  background: #000D4C;
}

.tm-program-box .tm-content-accordion-list > div .tm-content-accordion-list__title span::after {
  background: #BBD7FF;
  border: 2px solid #7EB3FF;
}

@media (max-width: 980px) {
  .tm-program-box .tm-content-accordion-list > div .tm-content-accordion-list__title::before,
  .tm-program-wrap {
    border-radius: 10px;
  }
}
@media (max-width: 680px) {
  .tm-program-wrap {
    padding: 20px;
  }
  .tm-program-box .tm-content-accordion-list__title {
    padding-left: 0;
    padding-top: 40px;
  }
  .tm-program-box .tm-content-accordion-list > div .tm-content-accordion-list__title::before {
    width: 46px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    font-weight: 600;
    border: 2px solid #000;
    top: 0;
    left: 0;
  }
  .tm-program-box .tm-content-accordion-list > div .tm-content-accordion-list__title span::after {
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 480px) {
  .tm-program-points__card > span::before {
    display: none;
  }
  .tm-program-points__card > span {
    padding-left: 0;
  }
  .tm-program-points.tm-gap20 {
    gap: 10px;
  }
  .tm-program-pdf a,
  .tm-program-points__card {
    font-size: 14px;
    height: 32px;
  }
}
/* roadmap
--------------------------------------------- */
.tm-roadmap-card {
  display: grid;
  grid-template-columns: 3.3333333333rem 7.9166666667rem 1fr;
  -webkit-column-gap: 3.2083333333rem;
     -moz-column-gap: 3.2083333333rem;
          column-gap: 3.2083333333rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tm-roadmap-card__content {
  display: grid;
  grid-template-columns: 1fr 10rem;
  gap: 0.8333333333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0D3E8B;
  border: 2px solid #1A6ECC;
  padding: 0.8333333333rem;
  border-radius: 0.8333333333rem;
}

.tm-roadmap-card__etap {
  padding-top: 1.25rem;
}

.tm-roadmap-card__icon {
  position: relative;
  height: 100%;
}

.tm-roadmap-card__icon::before {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border-radius: 50%;
  background: #EEF5FF;
  content: "";
  display: block;
  left: 1.3333333333rem;
  top: 1.6666666667rem;
  position: absolute;
  z-index: 2;
}

.tm-roadmap-card__icon::after {
  width: 1px;
  height: calc(100% + 1.0416666667rem);
  background: #EEF5FF;
  content: "";
  display: block;
  position: absolute;
  left: 1.6666666667rem;
  top: 1.875rem;
}

.tm-roadmap-card:last-child .tm-roadmap-card__icon::before,
.tm-roadmap-card:first-child .tm-roadmap-card__icon::before {
  font-size: 1.3333333333rem;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  left: 0;
  top: 0;
  font-family: "tm-nonfinbiz";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000D4C;
  top: 1.25rem;
}

.tm-roadmap-card:first-child .tm-roadmap-card__icon::before {
  content: "\e909";
}

.tm-roadmap-card:last-child .tm-roadmap-card__icon::before {
  content: "\e904";
}

.tm-roadmap-card:last-child .tm-roadmap-card__icon::after {
  display: none;
}

.tm-roadmap-card__btn {
  width: 10rem;
  height: 2.5833333333rem;
  border-radius: 0.6666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "InterTight", sans-serif;
}

.tm-roadmap-card__btn_session {
  background: #6DEBC6;
  color: #000D4C;
}

.tm-roadmap-card__btn_video {
  background: #0C77ED;
  color: #fff;
}

.tm-roadmap-card__text-inner {
  opacity: 0.75;
}

.tm-roadmap-card__btn_session::before,
.tm-roadmap-card__btn_video::before {
  font-family: "tm-nonfinbiz";
  margin-right: 0.4583333333rem;
}

.tm-roadmap-card__btn_session::before {
  content: "\e902";
}

.tm-roadmap-card__btn_video::before {
  content: "\e907";
}

@media (max-width: 980px) {
  .tm-roadmap-card__content {
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .tm-roadmap-card {
    grid-template-columns: 40px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
  }
  .tm-roadmap-card__etap {
    grid-column: 2;
  }
  .tm-roadmap-card__content {
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 16px;
  }
  .tm-roadmap-card__etap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .tm-roadmap-card:last-child .tm-roadmap-card__icon::before,
  .tm-roadmap-card:first-child .tm-roadmap-card__icon::before {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
  .tm-roadmap-card__title.tm-h3 {
    font-size: 20px;
  }
  .tm-roadmap-card__icon::after {
    display: none;
  }
  .tm-roadmap-card {
    position: relative;
  }
  .tm-roadmap-card:not(:last-child)::after {
    width: 1px;
    height: calc(100% + 25px);
    background: #EEF5FF;
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 45px;
  }
  .tm-roadmap-card__icon::before {
    left: 16px;
  }
  .tm-roadmap-card__btns.tm-flex-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (max-width: 480px) {
  .tm-roadmap-card__content.tm-roadmap-card__content_btn {
    padding: 0;
    border: 0 none;
    background: none;
  }
  .tm-content-btn.tm-content-btn_radmap {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .tm-content-btn.tm-content-btn_radmap,
  .tm-content-btn.tm-content-btn_radmap a {
    width: 100%;
  }
  .tm-content-btn.tm-content-btn_radmap a span {
    padding-right: 25px;
    position: relative;
    font-size: 16px;
  }
  .tm-content-btn.tm-content-btn_radmap a span::after {
    content: "\e901";
    font-family: "tm-nonfinbiz";
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* reviews
--------------------------------------------- */
.tm-reviews-slider__img {
  max-width: 4.1666666667rem;
  width: 4.1666666667rem;
  height: 4.1666666667rem;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 0.4166666667rem;
}

.tm-reviews-slider__card {
  background: #EEF5FF;
  color: #000D4C;
  padding: 1.6666666667rem;
  border-radius: 0.8333333333rem;
  height: 100%;
}

.tm-reviews-slider__btn a {
  background: #0C77ED;
  border-radius: 0.4166666667rem;
  width: 6.1666666667rem;
  height: 2.375rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8333333333rem;
}

.tm-reviews-slider__btn a:hover {
  background: #00153C;
}

.tm-reviews-slider__content ul li::before {
  background: #000D4C;
}

@media (max-width: 980px) {
  .tm-reviews-slider__card {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .tm-reviews-slider__img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
/* course
--------------------------------------------- */
.tm-course-layout {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 1.0416666667rem;
}

.tm-course-left {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.0416666667rem;
}

.tm-course-card {
  min-height: 5rem;
  border-radius: 0.8333333333rem;
  background: linear-gradient(45deg, #032763 0%, #0A3E8E 100%);
  border: 2px solid #0B51AA;
  text-align: center;
  padding: 0.4166666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

.tm-course-card--wide {
  grid-column: 1/-1;
}

.tm-course-right {
  border-radius: 0.8333333333rem;
  background: #EEF5FF;
  color: #000D4C;
  padding: 1.6666666667rem;
}

.tm-course-card__big-title {
  font-size: 1.6666666667rem;
  line-height: 1.2;
}

.tm-course-card__content ul li {
  padding-left: 1.6666666667rem;
}

.tm-course-card__content ul li:not(:last-child) {
  margin-bottom: 1.6666666667rem;
}

.tm-course-card__content ul li::before {
  content: "\e90b";
  font-family: "tm-nonfinbiz";
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  background: none;
  top: 0;
}

@media (max-width: 980px) {
  .tm-course-card,
  .tm-course-right {
    border-radius: 10px;
  }
  .tm-course-right {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .tm-course-layout {
    grid-template-columns: 1fr;
  }
  .tm-course-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tm-course-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 480px) {
  .tm-course-card__big-title {
    font-size: 20px;
  }
  .tm-course-card__content ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .tm-course-card__content ul li::before {
    top: 2px;
  }
  .tm-course-card {
    min-height: 100px;
  }
}
/* author
--------------------------------------------- */
.tm-author__img {
  position: relative;
  overflow: hidden;
  border-radius: 0.8333333333rem;
  height: 100%;
  min-height: 28.3333333333rem;
}

.tm-author__subtitle {
  font-size: 1.1666666667rem;
}

.tm-author__text ul li {
  padding-left: 0;
  padding-top: 0.8333333333rem;
}

.tm-author__text ul li::before {
  display: none;
}

.tm-author__text ul li:not(:last-child) {
  border-bottom: 0.5px solid #000D4C;
  padding-bottom: 0.8333333333rem;
}

.tm-author__content {
  background: #EEF5FF;
  border-radius: 0.8333333333rem;
  padding: 2.5rem 1.6666666667rem;
  height: 100%;
}

.tm-author__content .tm-h2,
.tm-author__content {
  color: #000D4C;
}

@media (max-width: 980px) {
  .tm-author__img,
  .tm-author__content {
    border-radius: 10px;
  }
  .tm-author__content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .tm-author__subtitle {
    font-size: 18px;
  }
}
/* info
--------------------------------------------- */
.tm-info-block-right,
.tm-info-block-left {
  background: #EEF5FF;
  padding: 0.8333333333rem 1.6666666667rem;
  border-radius: 0.8333333333rem;
  height: 100%;
}

.tm-info-block-right a,
.tm-info-block-right,
.tm-info-block-left {
  color: #000D4C;
}

.tm-info-block-right__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.5833333333rem;
  height: 3.3333333333rem;
  border-radius: 0.4166666667rem;
  border: 1px solid #000D4C;
  font-weight: 600;
  font-family: "InterTight";
  text-transform: uppercase;
  font-size: 1.1666666667rem;
}

.tm-info-block-right__price_sale {
  color: #00ACB3;
}

.tm-info-block-left__block3 img {
  max-width: 19rem;
}

.tm-info-block-left__block4 {
  border-top: 0.5px solid #000D4C;
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .tm-info-block .tm-grid {
    row-gap: 0;
  }
  .tm-info-block-right {
    border-radius: 0 0 10px 10px;
  }
  .tm-info-block-left {
    border-radius: 10px 10px 0 0;
  }
  .tm-info-block-right,
  .tm-info-block-left {
    padding: 20px;
  }
  .tm-info-block-right {
    padding-top: 0;
  }
  .tm-info-block-left__block5 {
    border-bottom: 0.5px solid #000D4C;
  }
  .tm-info-block-left {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .tm-info-block-right__price {
    width: 145px;
    min-width: 145px;
  }
}
/* faq
--------------------------------------------- */
.wp-block-group.alignfull.tm-faq-box {
  padding: 2.5rem 0 6.6666666667rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 65, 152)), to(rgb(111, 170, 255)));
  background: linear-gradient(to bottom, rgb(18, 65, 152) 0%, rgb(111, 170, 255) 100%);
}

@media (max-width: 480px) {
  .wp-block-group.alignfull.tm-faq-box {
    padding: 40px 0;
  }
}
/* accordion
========================================================================== */
.tm-content-accordion-list {
  position: relative;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 116, 203)), to(rgb(133, 191, 248)));
  background: linear-gradient(to bottom, rgb(51, 116, 203) 0%, rgb(133, 191, 248) 100%);
  border: 2px solid #ABE2FE;
  border-radius: 0.8333333333rem;
  padding: 0.8333333333rem;
}

.tm-content-accordion-list > div {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.25rem 0.8333333333rem;
}

.tm-content-accordion-list > div.is-hidden {
  display: none;
}

.tm-content-accordion-list > div:not(:last-child) {
  border-bottom: 0.5px solid #fff;
}

.tm-content-accordion-list > div .tm-content-accordion-list__title span::after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1;
  content: "\e908";
  font-family: "tm-nonfinbiz";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #000D4C;
  font-weight: 400;
  background: #79BBF0;
  border: 2px solid #B6EBFE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-content-accordion-list > div.active .tm-content-accordion-list__title span::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tm-content-accordion-list__title {
  font-weight: 600;
  color: #fff;
  font-size: 1.1666666667rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "InterTight", sans-serif;
  padding-right: 4.1666666667rem;
  position: relative;
}

.tm-content-accordion-list__text {
  padding-top: 30px;
}

.tm-content-accordion-list__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .tm-content-accordion-list {
    border-radius: 10px;
  }
}
@media (max-width: 680px) {
  .tm-content-accordion-list__title span {
    display: block;
    padding-right: 35px;
  }
  .tm-content-accordion-list__title {
    font-size: 18px;
  }
  .tm-content-accordion-list > div .tm-content-accordion-list__title span::after {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .tm-content-accordion-list > div {
    padding: 15px 0;
  }
}
/* accordion slider
========================================================================== */
.accSlider__number {
  font-size: 35px;
}

.accSlider__line,
.accSlider__number,
.accSlider__text,
.accSlider__title {
  z-index: 2;
}

.accSlider__title {
  font-size: 28px;
}

.accSlider__title.as-opened {
  min-width: 21.6666666667rem;
}

.accSlider__element {
  background: none !important;
}

.accSlider__panel {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(56, 102, 163)), to(rgb(128, 184, 240)));
  background: linear-gradient(to bottom, rgb(56, 102, 163) 0%, rgb(128, 184, 240) 100%);
  border: 2px solid #70AEE5;
  border-radius: 0.8333333333rem;
  padding: 0.8333333333rem;
}

.tm-specifics-box .accSlider__panel {
  background: #1C5EBD;
  border: 2px solid #3599EE;
}

.accSlider__panel.as-opened {
  background: #EEF5FF;
  border: 2px solid #EEF5FF;
}

.accSlider__panel.as-opened .accSlider__title,
.accSlider__panel.as-opened .accSlider__text {
  color: #000D4C;
}

.accSlider__panel.as-opened .accSlider__text ul {
  list-style: none;
  margin: 0;
}

.accSlider__panel.as-opened .accSlider__text ul li {
  padding-left: 25px;
  position: relative;
  display: block;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 24px;
}

.accSlider__panel.as-opened .accSlider__text ul li::before {
  width: 16px;
  height: 16px;
  background: #00ACB3;
  position: absolute;
  left: 0;
  content: "";
  border-radius: 50%;
  top: 9px;
}

.tm-accordeon-slider.tm-content-accordion-list {
  padding: 0;
  background: none;
  border: 0 none;
}

.tm-accordeon-slider.tm-content-accordion-list > div:not(:last-child) {
  margin-bottom: 12px;
}

.tm-accordeon-slider.tm-content-accordion-list > div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(94, 145, 207)), to(rgb(109, 162, 222)));
  background: linear-gradient(to bottom, rgb(94, 145, 207) 0%, rgb(109, 162, 222) 100%);
  border-radius: 20px;
  border: 1px solid #9DD3F7;
  padding: 14px 10px;
}

.tm-accordeon-slider.tm-content-accordion-list > div.active {
  background: #EEF5FF;
}

.tm-accordeon-slider.tm-content-accordion-list > div .tm-content-accordion-list__title span::after {
  content: "\e901";
  font-family: "tm-nonfinbiz";
  background: none;
  border: 0 none;
  font-size: 19px;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

.tm-accordeon-slider.tm-content-accordion-list > div.active .tm-content-accordion-list__title span::after,
.tm-accordeon-slider.tm-content-accordion-list > div.active,
.tm-accordeon-slider.tm-content-accordion-list > div.active .tm-content-accordion-list__title {
  color: #000D4C;
}

.tm-accordeon-slider.tm-content-accordion-list > div.active .tm-content-accordion-list__title span::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__title {
  font-size: 20px;
  padding-right: 20px;
}

.tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__title img {
  width: 70px;
  height: 70px;
}

.tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

.tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__text {
  padding-top: 15px;
}

.tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__text ul li {
  padding-left: 25px;
}

.tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__text ul li::before {
  width: 16px;
  height: 16px;
  background: #00ACB3;
  top: 7px;
}

@media (min-width: 1200px) {
  .tm-accordeon-slider.tm-content-accordion-list {
    display: none;
  }
}
@media (max-width: 1199px) {
  .accordion-slider.accSlider {
    display: none;
  }
}
@media (max-width: 980px) {
  .tm-accordeon-slider.tm-content-accordion-list .tm-content-accordion-list__text ul li::before {
    width: 10px;
    height: 10px;
  }
  .tm-accordeon-slider.tm-content-accordion-list > div {
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .accSlider__title {
    font-size: 18px;
  }
}
/* swiper
========================================================================== */
.swiper-pagination,
.slider__image {
  position: unset;
}

.tm-reviews-slider .swiper-slide {
  height: auto;
}

.swiper-pagination {
  margin-top: 1.0416666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  border: 2px solid #94C9F5;
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #fff;
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-button {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  border-radius: 50%;
  background: #6CA5E1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ADE1FC;
}

.swiper-button:hover {
  background: #6DEBC6;
  border: 1px solid #6DEBC6;
}

.swiper:hover .swiper-button.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-prev {
  left: -4.375rem;
}

.swiper-button-next {
  right: -4.375rem;
}

.swiper-button::after {
  font-size: 1.4166666667rem;
  color: #fff;
  font-family: "tm-nonfinbiz";
  content: "\e901";
}

.swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.swiper-button:hover::after {
  color: #fff;
}

@media (max-width: 1199px) {
  .swiper-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-top: auto;
    position: unset;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 80, 148)), to(rgb(19, 63, 131)));
    background: linear-gradient(to bottom, rgb(34, 80, 148) 0%, rgb(19, 63, 131) 100%);
    border: 1px solid #347ECB;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    margin-top: 0;
  }
  .tm-reviews-slider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .swiper-button::after {
    font-size: 1.4166666667rem;
  }
  .swiper-button::after {
    font-size: 16px;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
}
/* object fit
========================================================================== */
.tm-reviews-slider__img img,
.tm-banner__img img,
.tm-author__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: 102%;
  z-index: 0;
}

@media (min-width: 481px) and (max-width: 980px) {
  .tm-author__img {
    text-align: center;
  }
  .tm-author__img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: unset;
    max-width: 400px;
  }
}
/* blog + single
========================================================================== */
.tm-category-item a {
  text-transform: uppercase;
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 700;
}

.tm-category-item:hover a,
.tm-category-item.active a {
  color: #4E8B93;
  padding-bottom: 4px;
  position: relative;
}

.tm-category-item.active a::after {
  height: 1px;
  background: #4E8B93;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.tm-single__navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-single__navigation .nav-previous a,
.tm-single__navigation .nav-next a {
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 40px;
  height: 50px;
}

.tm-single__navigation .nav-previous a:hover,
.tm-single__navigation .nav-next a:hover {
  background: #6DEBC6;
  color: #000;
}

.tm-single__navigation {
  margin-top: 40px;
}

.wp-block-handpicked-products,
.tm-single__thumbnail {
  margin-bottom: 30px;
}

.tm-post-card {
  background: #fff;
  border-radius: 20px;
  padding: 13px;
  height: 100%;
}

.tm-post-card__content {
  padding: 7px 50px 17px 17px;
}

.tm-post-card__content::after {
  font-family: "tm-nonfinbiz";
  content: "\e909";
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 30px;
  line-height: 1;
  height: 30px;
  color: #6DEBC6;
}

.tm-post-card__content:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.tm-post-card__image img {
  border-radius: 15px;
}

.tm-single__thumbnail img {
  border-radius: 20px;
}

.wp-block-handpicked-products li::before {
  display: none;
}

.tm-single__category a {
  font-size: 14px;
  font-weight: 700;
}

.tm-single__related {
  margin-top: 90px;
}

.tm-category__all-link a,
.tm-category__all,
.tm-menu-inline li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 1px;
  white-space: nowrap;
}

.tm-category__all-link a,
.tm-menu-inline li a {
  color: #4F4F4F;
}

.tm-menu-inline li.current-menu-item a,
.tm-category__all-link a:hover,
.tm-menu-inline li a:hover {
  color: #4E8B93;
}

.tm-category__all-link,
.tm-menu-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tm-menu-inline {
  gap: 30px;
}

.tm-menu-inline li::before {
  display: none;
}

.tm-menu-inline li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tm-menu-inline li:not(:last-child) {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tm-menu-inline li:last-child {
  margin-right: 30px;
}

.tm-category__all {
  color: #4E8B93;
}

.tm-menu-inline li.current-menu-item a::after,
.tm-category__all-link a:hover::after,
.tm-menu-inline li a:hover::after,
.tm-category__all::after {
  height: 1.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: #4E8B93;
}

@media (min-width: 481px) {
  .tm-single__prev-mob {
    display: none;
  }
}
@media (max-width: 1180px) {
  .tm-single__tabs.tm-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 570px) {
  .tm-single__navigation .nav-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tm-single__navigation .nav-previous,
  .tm-single__navigation .nav-next,
  .tm-single__navigation .nav-previous a,
  .tm-single__navigation .nav-next a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tm-single__prev-big {
    display: none;
  }
  .tm-single-navigation .tm-content-btn,
  .tm-single-navigation .tm-content-btn a {
    width: 100%;
  }
}
/* pagination
========================================================================== */
.wp-block-query-pagination,
.tm-load-more-wrap,
.tm-pagination-container.active,
.category-pagination .pagination {
  margin-top: 60px;
  margin-bottom: 70px;
}

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous,
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
.wp-block-query-pagination-numbers {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-query-pagination span,
.wp-block-query-pagination a,
.tm-pagination-container a,
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 44px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #686262;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #DDDDDD;
}

.wp-block-query-pagination-numbers > span,
.wp-block-query-pagination-numbers > a:not(:last-child),
.woocommerce-pagination ul.page-numbers li:not(:last-child),
.category-pagination .nav-links > *:not(:last-child) {
  margin-right: 6px;
}

.wp-block-query-pagination-numbers > span.dots {
  background: none;
  color: #191A00;
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination span,
.tm-pagination-container a.active,
.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current {
  background: #fff;
  color: #6DEBC6;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
  background: #fff;
  color: #6DEBC6;
}

.category-pagination .nav-links span.dots {
  background: none;
}

.wp-block-query-pagination-numbers,
.category-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 none;
}

.woocommerce nav.woocommerce-pagination ul li::before {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  font-size: 0 !important;
}

.wp-block-query-pagination-previous::before,
.wp-block-query-pagination-next::after {
  font-family: "tm-nonfinbiz";
  font-size: 14px;
}

.wp-block-query-pagination-previous::before {
  content: "←";
}

.wp-block-query-pagination-next::after {
  content: "→";
}

@media (max-width: 1440px) {
  .category-pagination .pagination {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1180px) {
  .category-pagination .pagination {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
/* form
========================================================================== */
.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 13, 76, 0.06);
  width: 100%;
  height: 2.9166666667rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding: 0.5rem 0.8333333333rem;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  outline: none;
  color: #000D4C;
  border-radius: 0.4166666667rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tm-content-form_select .wpcf7-form-control-wrap {
  position: relative;
}

.tm-content-form_select .wpcf7-form-control-wrap::after {
  content: "\e900";
  font-family: "tm-nonfinbiz";
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 0;
}

.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.wpcf7-checkbox {
  padding: 0;
  border: 0 none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.625rem;
  line-height: 1.3;
  border-radius: 0;
  background: none;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-acceptance input,
.wpcf7-form-control.wpcf7-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
}

.wpcf7-form-control.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before {
  left: 0.4583333333rem;
  top: 0.2916666667rem;
  width: 0.375rem;
  height: 0.6666666667rem;
  border: solid #000;
  border-width: 0 0.0833333333rem 0.0833333333rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  z-index: 2;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
  border: 1px solid #000;
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border-radius: 0.3333333333rem;
  left: 0;
  top: 0.0833333333rem;
}

.wpcf7-form-control.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::after {
  border: 1px solid #6DEBC6;
  background: #6DEBC6;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #0C77ED;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: #00ACB3;
  text-decoration: underline;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label span {
  display: block;
}

.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 2rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  font-family: "InterTight", sans-serif;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control::-webkit-input-placeholder {
  color: rgba(0, 13, 76, 0.75);
}

.wpcf7-form-control::-moz-placeholder {
  color: rgba(0, 13, 76, 0.75);
}

.wpcf7-form-control:-moz-placeholder {
  color: rgba(0, 13, 76, 0.75);
}

.wpcf7-form-control:-ms-input-placeholder {
  color: rgba(0, 13, 76, 0.75);
}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
  border-color: #00ACB3;
  outline: none;
}

.wpcf7-textarea {
  height: 4.1666666667rem;
  resize: vertical;
  line-height: 1.2;
  padding-top: 1.0416666667rem;
}

.tm-form-btn,
.wpcf7-submit {
  width: 100%;
  background: #6DEBC6;
  border-radius: 0.4166666667rem;
  height: 2.9166666667rem;
  border: 0 none;
  color: #000;
  font-family: "InterTight", sans-serif;
  font-weight: 600;
  font-size: 1.1666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: auto;
  margin-right: auto;
}

.tm-form-btn.tm-form-btn_left {
  margin-left: 0;
}

.tm-form-btn.tm-form-btn_right {
  margin-right: 0;
}

.tm-form-btn:hover,
.wpcf7-submit:hover {
  background: #00153C;
  color: #fff;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0.2083333333rem;
  top: -0.7916666667rem;
  font-size: 0.5rem;
}

.tm-content-form {
  max-width: 42.5833333333rem;
  margin-left: auto;
  margin-right: auto;
  background: #EEF5FF;
  border-radius: 16px;
  padding: 1.6666666667rem;
  color: #000D4C;
}

.tm-content-form__title {
  color: #000;
  margin-bottom: 0.4166666667rem;
}

.tm-content-form .tm-grid {
  row-gap: 0.625rem;
}

.tm-content-form .tm-form-btn {
  width: 100%;
}

.tm-subscribe-form .tm-form-btn {
  background: #1360D3;
  height: 3.3333333333rem;
  font-size: 20px;
  color: #fff;
}

.tm-subscribe-form .tm-grid > p {
  display: none;
}

.form-popup .mfp-close {
  font-size: 0;
  top: 0.8333333333rem;
  right: 0.4166666667rem;
}

.ujimodal a.close-modal {
  background: none !important;
  top: 0.8333333333rem !important;
  right: 0.8333333333rem !important;
  text-indent: inherit !important;
}

.form-popup .mfp-close::before,
.ujimodal a.close-modal::before {
  content: "\e90c";
  font-family: "tm-nonfinbiz";
  font-size: 1.3333333333rem;
  color: rgba(0, 0, 0, 0.3);
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-popup .mfp-close:hover::before,
.ujimodal a.close-modal:hover::before {
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 980px) {
  .wpcf7-form-control {
    height: 50px;
    font-size: 16px;
    padding: 7px 20px;
  }
  .wpcf7-textarea {
    height: 150px;
    padding-top: 20px;
  }
  .tm-form-btn,
  .wpcf7-submit {
    height: 50px;
  }
  .tm-content-form {
    padding: 20px;
    border-radius: 10px;
  }
}
/* popup
========================================================================== */
.form-popup {
  position: relative;
  max-width: 22.9166666667rem;
  margin: 0 auto;
}

.form-popup-content {
  border-radius: 0.8333333333rem;
  background: #fff;
  padding: 1.25rem;
  color: #000D4C;
}

.popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.popup-content > div {
  width: 50%;
  height: 100%;
}

.popup-right-side {
  background: #fff;
  padding: 1.4583333333rem 1.0416666667rem 0.2083333333rem;
}

.popup-right-side p:last-child {
  margin: 0;
}

.popup-mobile {
  background: url(./img/checklist.webp) no-repeat right 20px;
  background-size: 50px;
}

.popup-mobile,
.popup-right-text {
  font-family: "InterTight", sans-serif;
  color: #000;
}

.popup-h3 {
  font-size: 1.3333333333rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.popup-right-text__subtitle {
  margin-bottom: 0.625rem;
}

.popup-right-text__subtitle span {
  font-weight: 700;
}

.popup-right-text__subtitle,
.popup-right-text__text {
  font-size: 1.1666666667rem;
  margin-bottom: 0.8333333333rem;
}

.popup-mobile__title1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup-mobile__title2,
.popup-mobile__title3 {
  color: #0C77ED;
  font-weight: 700;
}

.popup-mobile__title2,
.popup-mobile__title3 {
  font-size: 18px;
}

.popup-mobile__title1-2,
.popup-mobile__title3 {
  margin-bottom: 10px;
}

.popup-right-text__title1,
.popup-right-text__title2 {
  color: #0C77ED;
  font-size: 1.3333333333rem;
}

.popup-right-text__title1 {
  line-height: 1;
}

.popup-right-text__title2 {
  margin-bottom: 0.4166666667rem;
}

.popup-left-side p {
  margin-bottom: 0;
}

.popup-left-side p {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 10.4166666667rem;
}

.popup-left-side p picture,
.popup-left-side p source,
.popup-left-side p img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: 100%;
}

.private-policy {
  color: #000D4C;
  font-size: 0.6666666667rem;
}

.private-policy a {
  color: #00ACB3;
}

.form-popup-content__title {
  font-size: 2.25rem;
  color: #000D4C;
  font-weight: 600;
}

#order.form-popup {
  max-width: 39.1666666667rem;
}

.ujipopup.ujimodal {
  width: 45rem !important;
  height: 29.1666666667rem !important;
}

.tm-subscribe-form,
.popup-mobile__title4 {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .form-popup-content {
    padding: 20px;
  }
  .private-policy {
    font-size: 14px;
  }
}
/* social
========================================================================== */
.tm-social a {
  color: #686262;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 1;
}

.tm-social {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tm-social a:hover {
  color: #000;
  text-decoration: none !important;
}

.tm-social a.tm-nonfinbiz-icon-pinterest:hover,
.tm-social a.tm-nonfinbiz-icon-youtube:hover {
  color: #f60002;
}

.tm-social a.tm-nonfinbiz-icon-linkedin:hover {
  color: rgba(35, 134, 199, 0.8901960784);
}

.tm-social a.tm-nonfinbiz-icon-facebook:hover {
  color: #1675ec;
}

.tm-social a.tm-nonfinbiz-icon-instagram:hover {
  color: #f21db2;
}

.tm-social a.tm-nonfinbiz-icon-whatsapp:hover {
  color: #24e034;
}

.tm-social a.tm-nonfinbiz-icon-tiktok:hover {
  color: #666666;
}

.tm-social a.tm-nonfinbiz-icon-twitter:hover {
  color: #000;
}

.tm-social a.tm-nonfinbiz-icon-telegram:hover {
  color: #11a0ff;
}

/* tabs
========================================================================== */
.tm-product__tabs-line {
  border-bottom: 1px solid #4E8B93;
  margin-bottom: 25px;
}

.tm-tabs-triggers__item:last-child {
  padding-right: 20px;
}

.tm-tabs-triggers__item span {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #4F4F4F;
  padding-bottom: 3px;
  position: relative;
  background: none;
  outline: none;
  border: 0 none;
  text-transform: uppercase;
  white-space: nowrap;
}

.tm-tabs-triggers__item:hover span,
.tm-tabs-triggers__item-active span {
  color: #4E8B93;
}

.tm-tabs-triggers__item:hover {
  cursor: pointer;
}

.tm-tabs-triggers__item span::after {
  content: "";
  width: 0%;
  height: 1.5px;
  background: #4E8B93;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tm-tabs-triggers__item:hover span::after,
.tm-tabs-triggers__item-active span::after {
  width: 100%;
}

.tm-tabs-triggers__item:not(:last-child) {
  margin-right: 25px;
}

.tm-tabs-content__item {
  display: none;
}

.tm-tabs-content__item.tm-tabs-content__item-active {
  display: block;
}

@media (min-width: 1181px) {
  .tm-tabs .scroll-wrapper .scroll-element_track {
    display: none;
  }
  .tm-tabs .tm-gallery__tabs.tm-slider-line {
    padding-bottom: 5px;
  }
}
/* cookie
========================================================================== */
#c-bns button + button {
  display: none;
}

/* footer
========================================================================== */
.tm-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(111, 170, 255)), to(rgb(18, 65, 152)));
  background: linear-gradient(to bottom, rgb(111, 170, 255) 0%, rgb(18, 65, 152) 100%);
  padding: 3.75rem 0;
}

.tm-contact .tm-nonfinbiz {
  background: #77B2F1;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #B3E6FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8333333333rem;
}

.tm-contact__text {
  font-size: 0.9166666667rem;
}

.tm-footer__logo {
  max-width: 10rem;
}

.tm-footer-column {
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
}

.tm-footer-register {
  font-size: 0.9166666667rem;
}

.tm-footer-copy {
  font-size: 0.875rem;
}

@media (max-width: 480px) {
  .tm-footer .tm-grid {
    row-gap: 30px;
  }
  .tm-footer-register.tm-h5 {
    font-size: 18px;
  }
  .tm-footer-copy.tm-h6 {
    font-size: 16px;
  }
}
/* 404
========================================================================== */
.tm-404__content {
  max-width: 750px;
  margin: 180px auto 100px;
}

/* main style
========================================================================== */
.tm-relative {
  position: relative;
}

.wp-block-group.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: 2.0833333333rem;
  padding-bottom: 2.0833333333rem;
}

.wp-block-group.alignfull > div {
  max-width: 65.8333333333rem !important;
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull.tm-red-bg_cut {
  padding-top: 4.1666666667rem;
}

.tm-middle-padding.wp-block-group.tm-grey-bg_cut {
  padding-bottom: 7.0833333333rem;
}

.wp-block-image img {
  border-radius: 0.8333333333rem;
}

.tm-group-btns > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667rem;
}

.tm-group-btns p {
  margin-bottom: 0;
}

.wp-block-separator {
  height: 1px;
  border: 0 none;
}

.cmplz-marketing .cmplz-manage-consent,
.grecaptcha-badge,
.vp-portfolio__item-meta-title {
  display: none;
}

.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.tm-youtube-wrap {
  max-width: 39.5833333333rem;
  margin-left: auto;
  margin-right: auto;
}

.tm-youtube {
  width: 100%;
  position: relative;
  padding: 58% 0 0 0;
}

.tm-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body.mega-menu-menu-1-mobile-open,
.tm-fix-body {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.tm-main {
  padding: 0 0 3.3333333333rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home .tm-main {
  padding: 0;
}

.tm-main.tm-main_empty {
  padding: 0;
}

.tm-politic-header figure {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .tm-politic-header .tm-flex.tm-flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tm-main.tm-main_white {
  background: #fff;
  padding: 2.0833333333rem 0;
  font-size: 1.1666666667rem;
}

.tm-main.tm-main_white,
.tm-main.tm-main_white h1 {
  color: #000;
}

.tm-main.tm-main_page {
  padding: 5rem 0 3.3333333333rem;
}

.tm-main_empty .tm-centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.tm-page {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.tm-centered-content {
  max-width: 65.8333333333rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.tm-padding.wp-block-group,
.tm-padding {
  padding: 4.1666666667rem 0;
}

.tm-smaller-padding.wp-block-group,
.tm-smaller-padding {
  padding: 1.0416666667rem 0;
}

.tm-small-padding.wp-block-group,
.tm-small-padding {
  padding: 1.6666666667rem 0;
}

.tm-middle-padding.wp-block-group,
.tm-middle-padding {
  padding: 2.5rem 0;
}

.wp-block-group.tm-padding-no-bottom,
.wp-block-group.alignfull.tm-padding-no-bottom,
.tm-padding-no-bottom {
  padding-bottom: 0;
}

.wp-block-columns.tm-flex,
.tm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tm-flex-nw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tm-flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wp-block-columns.tm-flex-middle,
.tm-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-flex-middle-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tm-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-flex-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tm-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tm-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tm-flex-row-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tm-grid-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.tm-col-gap5 {
  -webkit-column-gap: 0.2083333333rem;
     -moz-column-gap: 0.2083333333rem;
          column-gap: 0.2083333333rem;
}

.tm-col-gap8 {
  -webkit-column-gap: 0.3333333333rem;
     -moz-column-gap: 0.3333333333rem;
          column-gap: 0.3333333333rem;
}

.tm-col-gap10 {
  -webkit-column-gap: 0.4166666667rem;
     -moz-column-gap: 0.4166666667rem;
          column-gap: 0.4166666667rem;
}

.tm-col-gap15 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.tm-col-gap20 {
  -webkit-column-gap: 0.8333333333rem;
     -moz-column-gap: 0.8333333333rem;
          column-gap: 0.8333333333rem;
}

.tm-col-gap25 {
  -webkit-column-gap: 1.0416666667rem;
     -moz-column-gap: 1.0416666667rem;
          column-gap: 1.0416666667rem;
}

.tm-col-gap30 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.tm-col-gap45 {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.tm-col-gap60 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.tm-row-gap5 {
  row-gap: 0.2083333333rem;
}

.tm-row-gap8 {
  row-gap: 0.3333333333rem;
}

.tm-row-gap15 {
  row-gap: 0.625rem;
}

.tm-row-gap20 {
  row-gap: 0.8333333333rem;
}

.tm-row-gap25 {
  row-gap: 1.0416666667rem;
}

.tm-row-gap30 {
  row-gap: 1.25rem;
}

.tm-row-gap60 {
  row-gap: 2.5rem;
}

.tm-gap5 {
  gap: 0.2083333333rem;
}

.tm-gap10 {
  gap: 0.4166666667rem;
}

.tm-gap15 {
  gap: 0.625rem;
}

.tm-gap20 {
  gap: 0.8333333333rem;
}

.tm-gap25 {
  gap: 1.0416666667rem;
}

.tm-gap30 {
  gap: 1.25rem;
}

.tm-gap40 {
  gap: 1.6666666667rem;
}

.tm-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.8333333333rem;
  row-gap: 0.8333333333rem;
}

.tm-grid > * {
  padding-left: 0.8333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tm-grid__width-1-1 {
  width: 100%;
}

.tm-grid__width-1-15 {
  width: 15%;
}

.tm-grid__width-1-2 {
  width: 50%;
}

.tm-grid__width-5-20 {
  width: 55%;
}

.tm-grid__width-1-3 {
  width: 33.333%;
}

.tm-grid__width-2-3 {
  width: 35%;
}

.tm-grid__width-1-4 {
  width: 25%;
}

.tm-grid__width-1-5 {
  width: 20%;
}

.tm-grid__width-1-6 {
  width: 16.666%;
}

.tm-grid__width-1-8 {
  width: 80%;
}

.tm-grid__width-1-7 {
  width: 70%;
}

.tm-grid__width-7-10 {
  width: 75%;
}

.tm-grid__width-6-10 {
  width: 60%;
}

.tm-grid__width-6-20 {
  width: 65%;
}

.tm-grid__width-6-30 {
  width: 66.666%;
}

.tm-grid__width-4-10 {
  width: 40%;
}

.tm-grid__width-4-20 {
  width: 45%;
}

.tm-grid__width-3-10 {
  width: 30%;
}

.tm-grid__width-3-20 {
  width: 35%;
}

@media (max-width: 1180px) {
  .tm-grid__width-1-6 {
    width: 33.333%;
  }
}
@media (max-width: 980px) {
  .tm-grid-right {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .tm-grid__width-1-3,
  .tm-grid__width-1-4 {
    width: 50%;
  }
  .tm-grid__width-1-15,
  .tm-grid__width-6-30,
  .tm-grid__width-2-3,
  .tm-grid__width-5-20,
  .tm-grid__width-6-20,
  .tm-grid__width-4-20,
  .tm-grid__width-1-2,
  .tm-grid__width-2-3,
  .tm-grid__width-1-5,
  .tm-grid__width-1-8,
  .tm-grid__width-1-7,
  .tm-grid__width-7-10,
  .tm-grid__width-6-10,
  .tm-grid__width-6-20,
  .tm-grid__width-4-10,
  .tm-grid__width-3-10,
  .tm-grid__width-3-20 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tm-grid__width-1-6 {
    width: 50%;
  }
  .tm-grid__width-1-3,
  .tm-grid__width-1-4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tm-grid__width-1-6 {
    width: 100%;
  }
  .tm-grid > *:last-child {
    margin-bottom: 0;
  }
  .tm-col-gap20 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

.tm-hero-title h1,
.tm-hero-title,
h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 3;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.tm-hero-title h1,
.tm-hero-title {
  font-size: 4.1666666667rem;
}

h1,
.tm-h1 {
  font-size: 2.5rem;
}

h2,
.tm-h2 {
  font-size: 1.6666666667rem;
}

h3,
.tm-h3 {
  font-size: 1.3333333333rem;
}

h4,
.tm-h4 {
  font-size: 1.25rem;
}

h5,
.tm-h5 {
  font-size: 0.8333333333rem;
}

h6,
.tm-h6 {
  font-size: 0.75rem;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.opacity05 {
  opacity: 0.5;
}

.tm-uniq-font {
  font-family: "InterTight", sans-serif;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000D4C;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.trans {
  text-transform: uppercase;
}

.maxcenter {
  margin-left: auto;
  margin-right: auto;
}

.max400 {
  max-width: 16.6666666667rem;
}

.max440 {
  max-width: 18.3333333333rem;
}

.max520 {
  max-width: 21.6666666667rem;
}

.max600 {
  max-width: 25rem;
}

.max680 {
  max-width: 28.3333333333rem;
}

.max850 {
  max-width: 35.4166666667rem;
}

.max900 {
  max-width: 37.5rem;
}

.max1080 {
  max-width: 45rem;
}

.max1140 {
  max-width: 47.5rem;
}

.tm-column-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

ul {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

ul:not(:last-child) {
  margin-bottom: 25px;
}

ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
}

ul li:not(:last-child) {
  display: block;
  margin-bottom: 15px;
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.tm-main.tm-main_white ul li::before {
  background: #000;
  top: 0.5rem;
}

ol {
  counter-reset: num;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

ol li {
  padding-left: 35px;
  position: relative;
  line-height: 1.4;
}

ol li:not(:last-child) {
  display: block;
  margin-bottom: 15px;
}

ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  width: 30px;
  text-align: right;
  color: red;
}

.tm-content-btn_centered button,
.tm-content-btn_centered,
.tm-content-btn_centered a {
  margin-left: auto;
  margin-right: auto;
}

.tm-content-btn button,
.tm-content-btn a {
  width: 12.5rem;
  background: #6DEBC6;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "InterTight", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  font-weight: 600;
  font-size: 1.0833333333rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  padding: 2px 10px;
  text-align: center;
  border-radius: 0.4166666667rem;
  -webkit-column-gap: 0.4166666667rem;
     -moz-column-gap: 0.4166666667rem;
          column-gap: 0.4166666667rem;
  cursor: pointer;
  outline: none;
  border: 0 none;
}

.tm-content-btn button:hover,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
  background: #00153C;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tm-content-btn_blue a {
  background: #0C77ED;
  color: #fff;
}

.tm-content-btn button:hover:disabled,
.tm-content-btn button:disabled {
  opacity: 0.5;
  cursor: default;
  background: #00153C;
}

.tm-content-btn span {
  font-size: 0.9166666667rem;
}

.tm-content-btn_small a {
  width: 10.8333333333rem;
}

.tm-content-btn_big a {
  width: 15.4166666667rem;
  height: 2.9166666667rem;
}

.tm-content-btn_fullwidth a {
  width: 100%;
}

@media (max-width: 1600px) {
  .wp-block-group.alignfull.tm-padding-no-bottom,
  .tm-padding-no-bottom {
    padding-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .wp-block-group.alignfull > div {
    padding: 0 20px;
  }
  .tm-main {
    padding: 0 0 40px;
  }
  .wp-block-group.alignfull.tm-padding-no-bottom,
  .tm-padding-no-bottom {
    padding-bottom: 0;
  }
  .tm-hero-title h1,
  .tm-hero-title {
    font-size: 60px;
  }
  h1,
  .tm-h1 {
    font-size: 40px;
  }
  h2,
  .tm-h2 {
    font-size: 35px;
  }
  h3,
  .tm-h3 {
    font-size: 28px;
  }
  h4,
  .tm-h4 {
    font-size: 24px;
  }
  h5,
  .tm-h5 {
    font-size: 18px;
  }
  h6,
  .tm-h6 {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .tm-column-right {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .wp-block-image .alignright {
    float: none;
    margin: 0;
  }
  .tm-middle-padding.wp-block-group,
  .tm-padding.wp-block-group,
  .tm-padding,
  .tm-middle-padding {
    padding: 40px 0;
  }
}
@media (max-width: 570px) {
  .tm-group-btns > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .tm-hero-title h1,
  .tm-hero-title {
    font-size: 45px;
  }
  h1,
  .tm-h1,
  h2,
  .tm-h2 {
    font-size: 32px;
  }
  h3,
  .tm-h3 {
    font-size: 24px;
  }
  h4,
  .tm-h4 {
    font-size: 20px;
  }
  h5,
  .tm-h5 {
    font-size: 16px;
  }
  .wp-block-image img {
    border-radius: 10px;
  }
  .tm-content-btn button,
  .tm-content-btn a {
    width: 100%;
    font-size: 20px;
    height: 58px;
    border-radius: 8px;
  }
}
@media (max-width: 460px) {
  .tm-hero-title h1,
  .tm-hero-title {
    font-size: 38px;
  }
}
@media (max-width: 400px) {
  .tm-hero-title h1,
  .tm-hero-title {
    font-size: 34px;
  }
}
@media (max-width: 375px) {
  .tm-hero-title h1,
  .tm-hero-title {
    font-size: 32px;
  }
}
/* margins
========================================================================== */
.tm-margin-3xsmall-bottom {
  margin-bottom: 0.2083333333rem;
}

.tm-margin-xxsmall-bottom {
  margin-bottom: 0.3333333333rem;
}

.tm-margin-xsmall-bottom {
  margin-bottom: 0.4166666667rem;
}

.tm-margin-small-bottom {
  margin-bottom: 0.625rem;
}

.tm-margin-xstandart-bottom {
  margin-bottom: 0.8333333333rem;
}

.tm-margin-standart-bottom {
  margin-bottom: 1.0416666667rem;
}

.tm-margin-default-bottom {
  margin-bottom: 1.25rem;
}

.tm-margin-xdefault-bottom {
  margin-bottom: 1.6666666667rem;
}

.tm-margin-medium-bottom {
  margin-bottom: 2.0833333333rem;
}

.tm-margin-large-bottom {
  margin-bottom: 2.5rem;
}

.tm-margin-mlarge-bottom {
  margin-bottom: 2.9166666667rem;
}

.tm-margin-xlarge-bottom {
  margin-bottom: 3.3333333333rem;
}

.tm-margin-2xlarge-bottom {
  margin-bottom: 4.5833333333rem;
}

.tm-margin-3xlarge-bottom {
  margin-bottom: 5rem;
}

.tm-margin-4xlarge-bottom {
  margin-bottom: 5.8333333333rem;
}

@media (max-width: 1440px) {
  .tm-margin-xlarge-bottom {
    margin-bottom: 2.5rem;
  }
  .tm-margin-2xlarge-bottom {
    margin-bottom: 3.3333333333rem;
  }
  .tm-margin-3xlarge-bottom {
    margin-bottom: 3.75rem;
  }
  .tm-margin-4xlarge-bottom {
    margin-bottom: 5rem;
  }
}
@media (max-width: 980px) {
  .tm-margin-mlarge-bottom,
  .tm-margin-large-bottom,
  .tm-margin-xlarge-bottom,
  .tm-margin-2xlarge-bottom,
  .tm-margin-3xlarge-bottom,
  .tm-margin-4xlarge-bottom {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .tm-margin-3xsmall-bottom {
    margin-bottom: 5px;
  }
  .tm-margin-xxsmall-bottom {
    margin-bottom: 8px;
  }
  .tm-margin-xsmall-bottom {
    margin-bottom: 10px;
  }
  .tm-margin-small-bottom {
    margin-bottom: 15px;
  }
  .tm-margin-mlarge-bottom,
  .tm-margin-medium-bottom,
  .tm-margin-large-bottom,
  .tm-margin-xlarge-bottom,
  .tm-margin-2xlarge-bottom,
  .tm-margin-3xlarge-bottom,
  .tm-margin-4xlarge-bottom {
    margin-bottom: 30px;
  }
}
.no-bottom-space {
  margin-bottom: 0;
}