/*
Theme Name: KS-Stride
Text Domain: twentysixteen
*/
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site__title {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  color: #0D5B74;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 53px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .site__title {
    font-size: 25px;
  }
}
.site__title:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 37px;
  height: 33px;
  background: url(images/title-decoration.svg) center/contain no-repeat;
  content: "";
}

.site__text {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1100px) {
  .site__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .site__text {
    font-size: 18px;
  }
}

/* Text Block Custom Style */
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsla(0deg, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0deg, 0%, 20%);
}

@font-face {
  font-family: "CircularStd";
  src: url("fonts/CircularStdBold.eot");
  src: url("fonts/CircularStdBold.eot") format("embedded-opentype"), url("fonts/CircularStdBold.woff2") format("woff2"), url("fonts/CircularStdBold.woff") format("woff"), url("fonts/CircularStdBold.ttf") format("truetype"), url("fonts/CircularStdBold.svg#CircularStdBold") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "CircularStd";
  src: url("fonts/CircularStdBook.eot");
  src: url("fonts/CircularStdBook.eot") format("embedded-opentype"), url("fonts/CircularStdBook.woff2") format("woff2"), url("fonts/CircularStdBook.woff") format("woff"), url("fonts/CircularStdBook.ttf") format("truetype"), url("fonts/CircularStdBook.svg#CircularStdBook") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "CircularStd";
  src: url("fonts/CircularStdBookItalic.eot");
  src: url("fonts/CircularStdBookItalic.eot") format("embedded-opentype"), url("fonts/CircularStdBookItalic.woff2") format("woff2"), url("fonts/CircularStdBookItalic.woff") format("woff"), url("fonts/CircularStdBookItalic.ttf") format("truetype"), url("fonts/CircularStdBookItalic.svg#CircularStdBookItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  font-family: "CircularStd", sans-serif;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "CircularStd", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "CircularStd", sans-serif;
}

h1, .h1, .h1 p {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  h1, .h1, .h1 p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1, .h1 p {
    font-size: 40px;
  }
}

h2, .h2, .h2 p {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  h2, .h2, .h2 p {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  h2, .h2, .h2 p {
    font-size: 35px;
  }
}

h3, .h3, .h3 p {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  h3, .h3, .h3 p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  h3, .h3, .h3 p {
    font-size: 25px;
  }
}

h4, .h4, .h4 p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  h4, .h4, .h4 p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  h4, .h4, .h4 p {
    font-size: 20px;
  }
}

h5, .h5, .h5 p {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  h5, .h5, .h5 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h5, .h5, .h5 p {
    font-size: 18px;
  }
}

h6, .h6, .h6 p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}

a {
  color: #0D5B74;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row {
  float: left;
  width: 100%;
}

.container {
  width: 1084px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}

.container-big {
  width: 1500px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line-block {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .line-block {
    margin-top: 50px;
  }
}
.line-block .line {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}

.site-main {
  min-height: calc(100vh - 236px);
  overflow-x: hidden;
}
.site-main > section:nth-last-child(1):not(.download_banner) {
  margin-bottom: 99px;
}
@media only screen and (max-width: 1100px) {
  .site-main > section:nth-last-child(1):not(.download_banner) {
    margin-bottom: 70px;
  }
}

.error404 .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error404 .error-404 {
  padding: 150px 0;
  text-align: center;
  margin-bottom: 0 !important;
}
.error404 .error-404 .page-title {
  color: #0D5B74;
  margin-bottom: 20px;
}

/* Shortcodes sections */
.shortcode {
  position: relative;
  padding: 30px 0;
  font-family: "CircularStd", sans-serif;
}
.shortcode .col {
  text-align: center;
}
.shortcode .avatar {
  display: none;
}

#password-lost-form,
.forgot_password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 320px;
  margin: 0px auto;
  gap: 16px;
  font-family: "CircularStd", sans-serif;
}
#password-lost-form .forgot_password__subtitle,
.forgot_password .forgot_password__subtitle {
  font-size: 22px;
  font-family: "CircularStd", sans-serif;
  margin-top: 15px;
  font-weight: 600;
}
#password-lost-form form,
.forgot_password form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#password-lost-form form .form-row,
.forgot_password form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#password-lost-form form .form-row label,
.forgot_password form .form-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#password-lost-form form .form-row label input.input,
.forgot_password form .form-row label input.input {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #787878;
  width: 100%;
  height: 40px;
}
@media only screen and (max-width: 1100px) {
  #password-lost-form form .form-row label input.input,
.forgot_password form .form-row label input.input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #password-lost-form form .form-row label input.input,
.forgot_password form .form-row label input.input {
    font-size: 16px;
  }
}
#password-lost-form form .form-row label input.input::-webkit-input-placeholder, .forgot_password form .form-row label input.input::-webkit-input-placeholder {
  color: #BBBFC1;
}
#password-lost-form form .form-row label input.input::-moz-placeholder, .forgot_password form .form-row label input.input::-moz-placeholder {
  color: #BBBFC1;
}
#password-lost-form form .form-row label input.input:-ms-input-placeholder, .forgot_password form .form-row label input.input:-ms-input-placeholder {
  color: #BBBFC1;
}
#password-lost-form form .form-row label input.input::-ms-input-placeholder, .forgot_password form .form-row label input.input::-ms-input-placeholder {
  color: #BBBFC1;
}
#password-lost-form form .form-row label input.input::placeholder,
.forgot_password form .form-row label input.input::placeholder {
  color: #BBBFC1;
}
#password-lost-form form label,
.forgot_password form label {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  #password-lost-form form label,
.forgot_password form label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #password-lost-form form label,
.forgot_password form label {
    font-size: 16px;
  }
}
#password-lost-form form input#user_login,
.forgot_password form input#user_login {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #787878;
  width: 100%;
  height: 40px;
}
@media only screen and (max-width: 1100px) {
  #password-lost-form form input#user_login,
.forgot_password form input#user_login {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #password-lost-form form input#user_login,
.forgot_password form input#user_login {
    font-size: 16px;
  }
}
#password-lost-form form input#user_login::-webkit-input-placeholder, .forgot_password form input#user_login::-webkit-input-placeholder {
  color: #BBBFC1;
}
#password-lost-form form input#user_login::-moz-placeholder, .forgot_password form input#user_login::-moz-placeholder {
  color: #BBBFC1;
}
#password-lost-form form input#user_login:-ms-input-placeholder, .forgot_password form input#user_login:-ms-input-placeholder {
  color: #BBBFC1;
}
#password-lost-form form input#user_login::-ms-input-placeholder, .forgot_password form input#user_login::-ms-input-placeholder {
  color: #BBBFC1;
}
#password-lost-form form input#user_login::placeholder,
.forgot_password form input#user_login::placeholder {
  color: #BBBFC1;
}
#password-lost-form form .lostpassword-button, #password-lost-form form .button,
.forgot_password form .lostpassword-button,
.forgot_password form .button {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  background: #687E14;
  color: #ffffff;
  border-radius: 5px;
  border-bottom: none;
}
@media only screen and (max-width: 1100px) {
  #password-lost-form form .lostpassword-button, #password-lost-form form .button,
.forgot_password form .lostpassword-button,
.forgot_password form .button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #password-lost-form form .lostpassword-button, #password-lost-form form .button,
.forgot_password form .lostpassword-button,
.forgot_password form .button {
    font-size: 16px;
  }
}
#password-lost-form .error,
.forgot_password .error {
  display: block;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  background-color: #FFC95A;
}
#password-lost-form .gfield_password_strength,
.forgot_password .gfield_password_strength {
  background: transparent;
  font-size: 12px;
}
#password-lost-form .gfield_password_strength.short, #password-lost-form .gfield_password_strength.mismatch,
.forgot_password .gfield_password_strength.short,
.forgot_password .gfield_password_strength.mismatch {
  background: #f00;
  color: #ffffff;
}
#password-lost-form .gfield_password_strength.medium, #password-lost-form .gfield_password_strength.bad,
.forgot_password .gfield_password_strength.medium,
.forgot_password .gfield_password_strength.bad {
  background: #FFC95A;
}
#password-lost-form .gfield_password_strength.good, #password-lost-form .gfield_password_strength.strong,
.forgot_password .gfield_password_strength.good,
.forgot_password .gfield_password_strength.strong {
  background: #687E14;
  color: #ffffff;
}

@media only screen and (max-width: 900px) {
  .iconlist li {
    word-break: break-all;
    line-break: anywhere;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .iconlist li svg {
    margin-right: 5px;
  }
}

.wp-block-file {
  font-size: 16px;
}
.wp-block-file__button {
  padding: 0.5em 1em;
}

.site-logo {
  display: block;
  width: 199px;
  margin-right: 30px;
  position: relative;
  z-index: 5;
}
.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.scrolled .site-logo {
  width: 150px;
}

.site-menu {
  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: 100%;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .site-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    padding: 30px;
    padding-top: 65px;
    background: #ffffff;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-menu ul {
    padding: 100px 30px 0;
  }
  .site-menu ul li {
    margin-bottom: 10px;
  }
  .site-menu ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
  }
}
.site-menu__item {
  margin: 0 10px;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .site-menu__item {
    margin: 0;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #D2D4D5;
  }
}
@media only screen and (min-width: 1280px) {
  .site-menu__item.horizontal {
    position: unset;
  }
  .site-menu__item:hover .submenu--banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-menu__item:hover .submenu--list {
    display: block;
  }
}
.site-menu__item--list {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .site-menu__item--list.horizontal {
    position: unset;
  }
  .site-menu__item--list.horizontal .submenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .site-menu__item--list.horizontal:hover .submenu {
    display: -ms-grid;
    display: grid;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__item--list {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-menu__first-level {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-menu__first-level--submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.site-menu__first-level--submenu:after {
  display: inline-block;
  width: 9px;
  height: 6px;
  content: "";
  background: url(images/arrow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1280px) {
  .site-menu__first-level--submenu:after {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__first-level--submenu + .site-menu__first-level__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__first-level {
    font-size: 18px;
    position: relative;
    width: calc(100% - 33px);
    display: block;
  }
  .site-menu__first-level--text {
    width: 100%;
  }
  .site-menu__first-level--text:before {
    position: absolute;
    top: 4px;
    right: 9px;
    width: 10px;
    height: 18px;
    background: url(images/arrow-right.svg) center/contain no-repeat;
    content: "";
    z-index: -1;
  }
}
.site-menu__first-level.current-page {
  text-decoration: underline;
}
.site-menu__first-level__btn {
  display: none;
  width: 33px;
  height: 30px;
  z-index: 2;
  position: relative;
  z-index: 2;
  background: none;
  cursor: pointer;
}
.site-menu__first-level__btn:before {
  width: 10px;
  height: 18px;
  background: url(images/arrow-right.svg) center/contain no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .site-menu__first-level__btn:before {
    position: relative;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__first-level__btn {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-menu .submenu {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px 20px;
  background: #ffffff;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
  display: none;
  width: 250px;
  max-height: 80vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 1280px) {
  .site-menu .submenu.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.site-menu .submenu .back-btn {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .site-menu .submenu .back-btn {
    display: block;
    position: absolute;
    top: 67px;
    left: 20px;
    font-size: 25px;
    font-family: "CircularStd", sans-serif;
    text-transform: uppercase;
    background: none;
    padding-left: 23px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1100px) {
  .site-menu .submenu .back-btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 600px) {
  .site-menu .submenu .back-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu .submenu .back-btn:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
    height: 15px;
    background: url(images/arrow-right.svg) center/contain no-repeat;
    content: "";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .site-menu .submenu .back-btn:before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.site-menu .submenu__item:hover .submenu__title {
  color: #0D5B74;
}
.site-menu .submenu__title {
  width: 100%;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .site-menu .submenu--list {
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background: #fff;
    z-index: 3;
    padding: 20px;
    padding-top: 90px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
}
.site-menu .submenu--list .submenu__item {
  display: block;
  min-width: 150px;
  padding: 10px 0;
}
@media only screen and (max-width: 1280px) {
  .site-menu .submenu--list .submenu__item {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #D2D4D5;
  }
}
.site-menu .submenu--list .submenu__item:nth-last-child(2) {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .site-menu .submenu--list .submenu__item:nth-last-child(2) {
    border: none;
  }
}

.scrolled .site-menu .submenu .back-btn {
  top: 34px;
}

.responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 28px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-left: 25px;
  background: transparent !important;
}
.responsive__btn span {
  display: inline-block;
  background: #000;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.responsive__btn span:nth-child(1) {
  top: 0px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
  top: 9px;
}
.responsive__btn span:nth-child(4) {
  top: 18px;
}
.responsive__btn.burger_menu {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .responsive__btn {
    display: block;
  }
}

.menu-responsive-open .responsive__btn span {
  background: #000;
}
.menu-responsive-open .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .responsive__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .site-menu.burger_menu {
  display: block;
}
.menu-responsive-open .site-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.site-search {
  position: relative;
  width: 100%;
}
.site-search .wc-block-product-search .wc-block-product-search__fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.site-search form label {
  display: none;
}
.site-search form input[type=search] {
  width: calc(100% - 25px);
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .site-search form input[type=search] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site-search form input[type=search] {
    font-size: 16px;
  }
}
.site-search form input[type=search]::-webkit-input-placeholder {
  color: #000;
}
.site-search form input[type=search]::-moz-placeholder {
  color: #000;
}
.site-search form input[type=search]:-ms-input-placeholder {
  color: #000;
}
.site-search form input[type=search]::-ms-input-placeholder {
  color: #000;
}
.site-search form input[type=search]::placeholder {
  color: #000;
}
.site-search form button {
  width: 25px;
  height: 25px;
  background: none;
  text-indent: 500px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.site-search form button svg {
  display: none;
}
.site-search img {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: -1;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .socials {
    gap: 30px;
  }
}
.socials a {
  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: 24px;
  width: 24px;
}
.socials a svg {
  width: 100%;
}
.socials a:hover {
  opacity: 0.5;
}

.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 16px;
  }
}
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.button--line,
.woocommerce #respond input#submit--line,
.woocommerce a.button--line,
.woocommerce button.button--line,
.woocommerce input.button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.button--line:hover,
.woocommerce #respond input#submit--line:hover,
.woocommerce a.button--line:hover,
.woocommerce button.button--line:hover,
.woocommerce input.button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}

.site .gform_wrapper,
.woocommerce .gform_wrapper,
.woocommerce .site .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.site .gform_wrapper.users-registration-form_wrapper, .site .gform_wrapper.gf_login_form,
.woocommerce .gform_wrapper.users-registration-form_wrapper,
.woocommerce .gform_wrapper.gf_login_form,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper,
.woocommerce .site .gform_wrapper.gf_login_form {
  margin: 59px auto 0 !important;
}
.site .gform_wrapper.users-registration-form_wrapper .gform_ajax_spinner, .site .gform_wrapper.gf_login_form .gform_ajax_spinner,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gform_ajax_spinner,
.woocommerce .gform_wrapper.gf_login_form .gform_ajax_spinner,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gform_ajax_spinner,
.woocommerce .site .gform_wrapper.gf_login_form .gform_ajax_spinner {
  width: 16px;
  height: 16px;
  margin: 10px auto;
}
.site .gform_wrapper.users-registration-form_wrapper .gform_heading, .site .gform_wrapper.gf_login_form .gform_heading,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gform_heading,
.woocommerce .gform_wrapper.gf_login_form .gform_heading,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gform_heading,
.woocommerce .site .gform_wrapper.gf_login_form .gform_heading {
  margin-bottom: 30px;
}
.site .gform_wrapper.users-registration-form_wrapper .ginput_complex, .site .gform_wrapper.gf_login_form .ginput_complex,
.woocommerce .gform_wrapper.users-registration-form_wrapper .ginput_complex,
.woocommerce .gform_wrapper.gf_login_form .ginput_complex,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .ginput_complex,
.woocommerce .site .gform_wrapper.gf_login_form .ginput_complex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.site .gform_wrapper.users-registration-form_wrapper .ginput_complex span:not([style*="display:none"]):not(.ginput_full), .site .gform_wrapper.gf_login_form .ginput_complex span:not([style*="display:none"]):not(.ginput_full),
.woocommerce .gform_wrapper.users-registration-form_wrapper .ginput_complex span:not([style*="display:none"]):not(.ginput_full),
.woocommerce .gform_wrapper.gf_login_form .ginput_complex span:not([style*="display:none"]):not(.ginput_full),
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .ginput_complex span:not([style*="display:none"]):not(.ginput_full),
.woocommerce .site .gform_wrapper.gf_login_form .ginput_complex span:not([style*="display:none"]):not(.ginput_full) {
  padding-left: 0 !important;
}
.site .gform_wrapper.users-registration-form_wrapper .ginput_complex span:not([style*="display:none"]):not(.ginput_full):first-child, .site .gform_wrapper.gf_login_form .ginput_complex span:not([style*="display:none"]):not(.ginput_full):first-child,
.woocommerce .gform_wrapper.users-registration-form_wrapper .ginput_complex span:not([style*="display:none"]):not(.ginput_full):first-child,
.woocommerce .gform_wrapper.gf_login_form .ginput_complex span:not([style*="display:none"]):not(.ginput_full):first-child,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .ginput_complex span:not([style*="display:none"]):not(.ginput_full):first-child,
.woocommerce .site .gform_wrapper.gf_login_form .ginput_complex span:not([style*="display:none"]):not(.ginput_full):first-child {
  padding-right: 0 !important;
  margin-bottom: 10px;
}
.site .gform_wrapper.users-registration-form_wrapper .gform_footer, .site .gform_wrapper.gf_login_form .gform_footer,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gform_footer,
.woocommerce .gform_wrapper.gf_login_form .gform_footer,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gform_footer,
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer {
  width: 100% !important;
  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;
  height: auto !important;
  border-bottom: none !important;
  padding: 10px 0 !important;
}
.site .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit], .site .gform_wrapper.gf_login_form .gform_footer input[type=submit],
.woocommerce .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper.gf_login_form .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer input[type=submit] {
  background: #AAC832;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  border-radius: 45px;
  border-bottom: none;
  display: inline-block;
  margin-top: 30px;
}
.site .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit]:hover, .site .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit]:focus, .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:hover, .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:focus,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit]:hover,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit]:focus,
.woocommerce .gform_wrapper.gf_login_form .gform_footer input[type=submit]:hover,
.woocommerce .gform_wrapper.gf_login_form .gform_footer input[type=submit]:focus,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit]:hover,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gform_footer input[type=submit]:focus,
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:hover,
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:focus {
  background-color: #687E14;
  color: #ffffff;
}
.site .gform_wrapper.users-registration-form_wrapper input[type=text]::-webkit-input-placeholder, .site .gform_wrapper.users-registration-form_wrapper input[type=password]::-webkit-input-placeholder, .site .gform_wrapper.gf_login_form input[type=text]::-webkit-input-placeholder, .site .gform_wrapper.gf_login_form input[type=password]::-webkit-input-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=text]::-webkit-input-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=password]::-webkit-input-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=text]::-webkit-input-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=password]::-webkit-input-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=text]::-webkit-input-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=password]::-webkit-input-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=text]::-webkit-input-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=password]::-webkit-input-placeholder {
  color: #BBBFC1 !important;
}
.site .gform_wrapper.users-registration-form_wrapper input[type=text]::-moz-placeholder, .site .gform_wrapper.users-registration-form_wrapper input[type=password]::-moz-placeholder, .site .gform_wrapper.gf_login_form input[type=text]::-moz-placeholder, .site .gform_wrapper.gf_login_form input[type=password]::-moz-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=text]::-moz-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=password]::-moz-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=text]::-moz-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=password]::-moz-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=text]::-moz-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=password]::-moz-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=text]::-moz-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=password]::-moz-placeholder {
  color: #BBBFC1 !important;
}
.site .gform_wrapper.users-registration-form_wrapper input[type=text]:-ms-input-placeholder, .site .gform_wrapper.users-registration-form_wrapper input[type=password]:-ms-input-placeholder, .site .gform_wrapper.gf_login_form input[type=text]:-ms-input-placeholder, .site .gform_wrapper.gf_login_form input[type=password]:-ms-input-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=text]:-ms-input-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=password]:-ms-input-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=text]:-ms-input-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=password]:-ms-input-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=text]:-ms-input-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=password]:-ms-input-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=text]:-ms-input-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=password]:-ms-input-placeholder {
  color: #BBBFC1 !important;
}
.site .gform_wrapper.users-registration-form_wrapper input[type=text]::-ms-input-placeholder, .site .gform_wrapper.users-registration-form_wrapper input[type=password]::-ms-input-placeholder, .site .gform_wrapper.gf_login_form input[type=text]::-ms-input-placeholder, .site .gform_wrapper.gf_login_form input[type=password]::-ms-input-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=text]::-ms-input-placeholder, .woocommerce .gform_wrapper.users-registration-form_wrapper input[type=password]::-ms-input-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=text]::-ms-input-placeholder, .woocommerce .gform_wrapper.gf_login_form input[type=password]::-ms-input-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=text]::-ms-input-placeholder, .woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=password]::-ms-input-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=text]::-ms-input-placeholder, .woocommerce .site .gform_wrapper.gf_login_form input[type=password]::-ms-input-placeholder {
  color: #BBBFC1 !important;
}
.site .gform_wrapper.users-registration-form_wrapper input[type=text]::placeholder,
.site .gform_wrapper.users-registration-form_wrapper input[type=password]::placeholder, .site .gform_wrapper.gf_login_form input[type=text]::placeholder,
.site .gform_wrapper.gf_login_form input[type=password]::placeholder,
.woocommerce .gform_wrapper.users-registration-form_wrapper input[type=text]::placeholder,
.woocommerce .gform_wrapper.users-registration-form_wrapper input[type=password]::placeholder,
.woocommerce .gform_wrapper.gf_login_form input[type=text]::placeholder,
.woocommerce .gform_wrapper.gf_login_form input[type=password]::placeholder,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=text]::placeholder,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper input[type=password]::placeholder,
.woocommerce .site .gform_wrapper.gf_login_form input[type=text]::placeholder,
.woocommerce .site .gform_wrapper.gf_login_form input[type=password]::placeholder {
  color: #BBBFC1 !important;
}
.site .gform_wrapper.users-registration-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper.users-registration-form_wrapper #password-lost-form input#user_login, .site .gform_wrapper.gf_login_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper.gf_login_form #password-lost-form input#user_login,
.woocommerce .gform_wrapper.users-registration-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper.users-registration-form_wrapper #password-lost-form input#user_login,
.woocommerce .gform_wrapper.gf_login_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper.gf_login_form #password-lost-form input#user_login,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper.users-registration-form_wrapper #password-lost-form input#user_login,
.woocommerce .site .gform_wrapper.gf_login_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper.gf_login_form #password-lost-form input#user_login {
  width: 100% !important;
}
.site .gform_wrapper.users-registration-form_wrapper .top_label .gfield_label, .site .gform_wrapper.gf_login_form .top_label .gfield_label,
.woocommerce .gform_wrapper.users-registration-form_wrapper .top_label .gfield_label,
.woocommerce .gform_wrapper.gf_login_form .top_label .gfield_label,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .top_label .gfield_label,
.woocommerce .site .gform_wrapper.gf_login_form .top_label .gfield_label {
  display: block !important;
  text-align: left;
  color: #1CBBC1;
  text-transform: uppercase;
}
.site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength, .site .gform_wrapper.gf_login_form .gfield_password_strength,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength {
  background: transparent;
  font-size: 12px;
}
.site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.short, .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.mismatch, .site .gform_wrapper.gf_login_form .gfield_password_strength.short, .site .gform_wrapper.gf_login_form .gfield_password_strength.mismatch,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.short,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.mismatch,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength.short,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength.mismatch,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.short,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.mismatch,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength.short,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength.mismatch {
  background: #f00;
  color: #ffffff;
}
.site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.medium, .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.bad, .site .gform_wrapper.gf_login_form .gfield_password_strength.medium, .site .gform_wrapper.gf_login_form .gfield_password_strength.bad,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.medium,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.bad,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength.medium,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength.bad,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.medium,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.bad,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength.medium,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength.bad {
  background: #FFC95A;
}
.site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.good, .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.strong, .site .gform_wrapper.gf_login_form .gfield_password_strength.good, .site .gform_wrapper.gf_login_form .gfield_password_strength.strong,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.good,
.woocommerce .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.strong,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength.good,
.woocommerce .gform_wrapper.gf_login_form .gfield_password_strength.strong,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.good,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .gfield_password_strength.strong,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength.good,
.woocommerce .site .gform_wrapper.gf_login_form .gfield_password_strength.strong {
  background: #687E14;
  color: #ffffff;
}
.site .gform_wrapper.users-registration-form_wrapper .validation_message, .site .gform_wrapper.gf_login_form .validation_message,
.woocommerce .gform_wrapper.users-registration-form_wrapper .validation_message,
.woocommerce .gform_wrapper.gf_login_form .validation_message,
.woocommerce .site .gform_wrapper.users-registration-form_wrapper .validation_message,
.woocommerce .site .gform_wrapper.gf_login_form .validation_message {
  color: #c02b0a;
}
.site .gform_wrapper.gf_login_form,
.woocommerce .gform_wrapper.gf_login_form,
.woocommerce .site .gform_wrapper.gf_login_form {
  max-width: 445px;
}
.site .gform_wrapper.gf_login_form .gform_footer input[type=submit],
.woocommerce .gform_wrapper.gf_login_form .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer input[type=submit] {
  background-color: #1CBBC1;
}
.site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:hover, .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:focus,
.woocommerce .gform_wrapper.gf_login_form .gform_footer input[type=submit]:hover,
.woocommerce .gform_wrapper.gf_login_form .gform_footer input[type=submit]:focus,
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:hover,
.woocommerce .site .gform_wrapper.gf_login_form .gform_footer input[type=submit]:focus {
  background-color: #0D5B74;
  color: #ffffff;
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label,
.woocommerce .gform_wrapper .top_label .gfield_label,
.woocommerce .gform_wrapper legend.gfield_label,
.woocommerce .site .gform_wrapper .top_label .gfield_label,
.woocommerce .site .gform_wrapper legend.gfield_label {
  display: none !important;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
    font-size: 16px;
  }
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .site .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .site .gform_wrapper textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .site .gform_wrapper textarea::-moz-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .gform_wrapper textarea::-moz-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .site .gform_wrapper textarea::-moz-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .site .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .site .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.site .gform_wrapper textarea::placeholder,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .gform_wrapper textarea::placeholder,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .site .gform_wrapper textarea::placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
  padding-right: 48px;
}
.site .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .site .gform_wrapper .gfmc-column:nth-last-child(1) {
  padding-right: 0;
}
.site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
  margin-bottom: 4px;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
    font-size: 18px;
  }
}
.site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 16px;
  }
}
.site .gform_wrapper .gfmc-column .form__text a,
.woocommerce .gform_wrapper .gfmc-column .form__text a,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a {
  color: #000;
  text-decoration: underline;
}
.site .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a:hover {
  color: #95DCDE;
}
.site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfmc-column textarea,
.woocommerce .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfmc-column textarea,
.woocommerce .site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfmc-column textarea {
  width: 100%;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
  display: block;
}
.site .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address label {
  display: none !important;
}
.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
  }
}
.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 16px;
  }
}
.site .gform_wrapper .validation_message,
.woocommerce .gform_wrapper .validation_message,
.woocommerce .site .gform_wrapper .validation_message {
  padding-top: 8px !important;
}
.site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
  padding: 8px 0;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
    font-size: 16px;
  }
}
.site .gform_wrapper .gfield_checkbox li input,
.site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.site .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .gform_wrapper .gfield_checkbox li input,
.woocommerce .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .site .gform_wrapper .gfield_checkbox li input,
.woocommerce .site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .site .gform_wrapper .gfield_radio li input[type=radio] {
  display: none;
}
.site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #8E9497;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
    font-size: 16px;
  }
}
.site .gform_wrapper ul.gfield_checkbox li label:before,
.site .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .site .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  content: "";
}
.site .gform_wrapper .gchoice_select_all:after,
.site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .gform_wrapper .gchoice_select_all:after,
.woocommerce .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .site .gform_wrapper .gchoice_select_all:after,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #95DCDE;
  content: "";
}

.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 8px;
  background: #ffffff !important;
}
@media only screen and (max-width: 1100px) {
  .formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
    font-size: 16px;
  }
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .formBox textarea::-moz-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .formBox textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .formBox textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.formBox textarea::placeholder {
  color: #BBBFC1;
}
.formBox p {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #8E9497;
  line-height: 1.2;
}
@media only screen and (max-width: 1100px) {
  .formBox p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox p {
    font-size: 16px;
  }
}
.formBox p a {
  color: #000;
  text-decoration: underline;
}
.formBox p a:hover {
  color: #95DCDE;
}

.form_block .formBox {
  margin: 0 auto;
  width: 337px;
  max-width: 100%;
}
.form_block .formBox .gform_footer {
  text-align: center;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gf_login_links {
  margin: 10px auto;
  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;
}
.gf_login_links a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.gf_login_links a:first-child {
  display: none;
}

.post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.post-cont .post-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-cont .post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-cont .post-thumbnail a img {
  width: 100% !important;
  height: 100% !important;
}
.post-cont__date {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .post-cont__date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__date {
    font-size: 16px;
  }
}
.post-cont__title {
  display: block;
  width: 100%;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .post-cont__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__title {
    font-size: 18px;
  }
}
.post-cont__title:hover {
  color: #95DCDE;
}
.post-cont__link {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .post-cont__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__link {
    font-size: 16px;
  }
}
.post-cont__link:hover {
  color: #95DCDE;
}

.archive-cont__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 1100px) {
  .archive-cont__list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-header__title {
  margin: 0 auto;
  width: 985px;
  max-width: 100%;
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .single-header__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__title {
    font-size: 35px;
  }
}
.single-header__introduction {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.2;
  color: #606A6E;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .single-header__introduction {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__introduction {
    font-size: 20px;
  }
}
.single-header__date {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .single-header__date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__date {
    font-size: 16px;
  }
}
.single-header .post-thumbnail {
  margin-top: 70px;
  width: 100%;
}
.single-header .post-thumbnail img {
  width: 100%;
  height: auto;
}

.single-content {
  padding: 80px 0 168px 0;
}
.single-content__cont {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
}
.single-content__cont h1, .single-content__cont h2, .single-content__cont h3, .single-content__cont h4, .single-content__cont h5, .single-content__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-content__cont h1 {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h1 {
    font-size: 40px;
  }
}
.single-content__cont h2 {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h2 {
    font-size: 35px;
  }
}
.single-content__cont h3 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h3 {
    font-size: 25px;
  }
}
.single-content__cont h4 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h4 {
    font-size: 20px;
  }
}
.single-content__cont h5 {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h5 {
    font-size: 18px;
  }
}
.single-content__cont h6 {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
.single-content__cont p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.56;
  margin-bottom: 28px;
  color: #6C6C6C !important;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont p {
    font-size: 16px;
  }
}
.single-content__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-content__cont ul, .single-content__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-content__cont ul {
  padding-left: 20px;
  text-align: left;
}
.single-content__cont ul li {
  list-style: disc;
  list-style-position: outside;
  color: #6C6C6C !important;
}
.single-content__cont a {
  color: #000;
}
.single-content__cont a:hover {
  text-decoration: underline;
}
.single-content__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.single-content__cont blockquote p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .single-content__cont blockquote p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont blockquote p {
    font-size: 20px;
  }
}
.single-content__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-content__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.single-content__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-content__cont .alignright {
  float: right;
  margin-left: 30px;
}

@media only screen and (max-width: 1100px) {
  .latest_news {
    padding: 0 0 0 33px;
  }
}
.latest_news__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
  .latest_news__cont {
    width: 100%;
    padding-right: 27%;
  }
}
.latest_news__cont .slick-list {
  overflow: visible;
}
.latest_news__cont .slick-slide {
  margin-right: 40px;
}
.latest_news__cont .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 23.5px;
  width: 100vw;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.latest_news__cont .slick-dots li {
  margin: 0 23.5px;
  position: relative;
}
.latest_news__cont .slick-dots li * {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .latest_news__cont .slick-dots li * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .latest_news__cont .slick-dots li * {
    font-size: 16px;
  }
}
.latest_news__cont .slick-dots li:before {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  content: "";
  cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
  border: 1px solid #95DCDE;
  background: #95DCDE;
}
.latest_news .posts_grid__cont {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.latest_news .post-cont .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SUN ANIMATION */
#sun {
  -webkit-animation-name: movementSun;
          animation-name: movementSun;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

@-webkit-keyframes movementSun {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movementSun {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* CLOUD ANIMATION */
.cx1 {
  -webkit-animation: animateCloud 4s linear infinite;
          animation: animateCloud 4s linear infinite;
}

.cx2 {
  -webkit-animation: animateCloud 6s linear infinite;
          animation: animateCloud 6s linear infinite;
}

.cx3 {
  -webkit-animation: animateCloud 8s linear infinite;
          animation: animateCloud 8s linear infinite;
}

.cx4 {
  -webkit-animation: animateCloud 10s linear infinite;
          animation: animateCloud 10s linear infinite;
}

.cx5 {
  -webkit-animation: animateCloud 12s linear infinite;
          animation: animateCloud 12s linear infinite;
}

@-webkit-keyframes animateCloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animateCloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#welcome {
  -webkit-animation: load_logo_circular 1200ms linear infinite normal forwards;
          animation: load_logo_circular 1200ms linear infinite normal forwards;
}

@-webkit-keyframes load_logo_circular {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(360deg);
            transform: translate(1px, 1px) rotate(360deg);
  }
}

@keyframes load_logo_circular {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(360deg);
            transform: translate(1px, 1px) rotate(360deg);
  }
}
/* MAGNIFIYING GLASS ANIMATION */
#animation_magnifier,
#container__big,
#animation_magnifier_clipped {
  opacity: 0;
}

.home_banners__item .animation__right {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.home_banners__item .animation__left {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.home_banners__item .animation__scale {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.home_banners__item.active .animation__left {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.home_banners__item.active .animation__right {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.home_banners__item.active .animation__scale {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero_program .animation__right {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.hero_program .animation__left {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.hero_program .animation__scale {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.hero_program .hero_program__text {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.hero_program.active .animation__left {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.hero_program.active .animation__right {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
.hero_program.active .animation__scale {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
.hero_program.active .hero_program__text {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

/* MOUTH ANIMATION */
#mouth {
  -webkit-animation: mouthSize 400ms;
          animation: mouthSize 400ms;
  -webkit-animation-iteration-count: 8;
          animation-iteration-count: 8;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-transform: matrix(1.5, 0, 0, 1.5, -120, -165);
          transform: matrix(1.5, 0, 0, 1.5, -120, -165);
}

#mouth_mobile {
  -webkit-animation: mouthSizeMobile 400ms;
          animation: mouthSizeMobile 400ms;
  -webkit-animation-iteration-count: 8;
          animation-iteration-count: 8;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-transform: matrix(1.5, 0, 0, 1.5, -100, -145);
          transform: matrix(1.5, 0, 0, 1.5, -100, -145);
}

@-webkit-keyframes mouthSize {
  0% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -120, 145);
            transform: matrix(1.5, 0, 0, 0.5, -120, 145);
  }
  25% {
    -webkit-transform: matrix(1.5, 0, 0, 0.8, -120, 45);
            transform: matrix(1.5, 0, 0, 0.8, -120, 45);
  }
  50% {
    -webkit-transform: matrix(1.5, 0, 0, 1.5, -120, -165);
            transform: matrix(1.5, 0, 0, 1.5, -120, -165);
  }
  75% {
    -webkit-transform: matrix(1.5, 0, 0, 1, -120, -20);
            transform: matrix(1.5, 0, 0, 1, -120, -20);
  }
  100% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -120, 145);
            transform: matrix(1.5, 0, 0, 0.5, -120, 145);
  }
}

@keyframes mouthSize {
  0% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -120, 145);
            transform: matrix(1.5, 0, 0, 0.5, -120, 145);
  }
  25% {
    -webkit-transform: matrix(1.5, 0, 0, 0.8, -120, 45);
            transform: matrix(1.5, 0, 0, 0.8, -120, 45);
  }
  50% {
    -webkit-transform: matrix(1.5, 0, 0, 1.5, -120, -165);
            transform: matrix(1.5, 0, 0, 1.5, -120, -165);
  }
  75% {
    -webkit-transform: matrix(1.5, 0, 0, 1, -120, -20);
            transform: matrix(1.5, 0, 0, 1, -120, -20);
  }
  100% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -120, 145);
            transform: matrix(1.5, 0, 0, 0.5, -120, 145);
  }
}
@-webkit-keyframes mouthSizeMobile {
  0% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -100, 100);
            transform: matrix(1.5, 0, 0, 0.5, -100, 100);
  }
  25% {
    -webkit-transform: matrix(1.5, 0, 0, 0.8, -100, 25);
            transform: matrix(1.5, 0, 0, 0.8, -100, 25);
  }
  50% {
    -webkit-transform: matrix(1.5, 0, 0, 1.5, -100, -145);
            transform: matrix(1.5, 0, 0, 1.5, -100, -145);
  }
  75% {
    -webkit-transform: matrix(1.5, 0, 0, 1, -100, -25);
            transform: matrix(1.5, 0, 0, 1, -100, -25);
  }
  100% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -100, 95);
            transform: matrix(1.5, 0, 0, 0.5, -100, 95);
  }
}
@keyframes mouthSizeMobile {
  0% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -100, 100);
            transform: matrix(1.5, 0, 0, 0.5, -100, 100);
  }
  25% {
    -webkit-transform: matrix(1.5, 0, 0, 0.8, -100, 25);
            transform: matrix(1.5, 0, 0, 0.8, -100, 25);
  }
  50% {
    -webkit-transform: matrix(1.5, 0, 0, 1.5, -100, -145);
            transform: matrix(1.5, 0, 0, 1.5, -100, -145);
  }
  75% {
    -webkit-transform: matrix(1.5, 0, 0, 1, -100, -25);
            transform: matrix(1.5, 0, 0, 1, -100, -25);
  }
  100% {
    -webkit-transform: matrix(1.5, 0, 0, 0.5, -100, 95);
            transform: matrix(1.5, 0, 0, 0.5, -100, 95);
  }
}
.stars_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stars_cont .star {
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0 1.5px;
}
.stars_cont .star svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stars_cont .star.active svg path {
  fill: #000;
}

.product__item .stars_cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #8E9497;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 16px;
  }
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  display: inline-block;
  position: relative;
  color: #8E9497;
  margin: 0 15px 15px 15px;
}
.breadcrumb span:before,
.breadcrumb a:before,
.woocommerce-breadcrumb span:before,
.woocommerce-breadcrumb a:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #8E9497;
  content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
  display: none;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #000;
}

.hero_home {
  position: relative;
  height: 49.69vw;
  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: -4px;
}
@media only screen and (max-width: 900px) {
  .hero_home {
    height: 100vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_home {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 450px) {
  .hero_home {
    padding-top: 60px;
  }
}
.hero_home__background, .hero_home__background--responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .hero_home__background, .hero_home__background--responsive {
    display: none;
  }
}
.hero_home__background svg, .hero_home__background--responsive svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_home__background--responsive {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hero_home__background--responsive {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .hero_home__text-cont {
    margin-top: -40vw;
  }
}
.hero_home__text {
  width: 50%;
  padding: 48px 40px;
  padding-bottom: 60px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .hero_home__text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_home__text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .hero_home__text {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hero_home__text {
    padding: 30px 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .hero_home__text {
    font-size: 16px;
  }
}
.hero_home__text h1 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .hero_home__text h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_home__text h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_home__text h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .hero_home__text h1 {
    font-size: 16px;
  }
}
.hero_home__text:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 68px;
  height: 68px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  content: "";
  background: url(images/down-arrow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 600px) {
  .hero_home__text:before {
    width: 40px;
    height: 40px;
    left: 85%;
  }
}
.hero_home__text:after {
  position: absolute;
  right: 23px;
  bottom: 5px;
  width: 64px;
  height: 44px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  content: "";
  background: url(images/talk-bottom.svg) center/contain no-repeat;
}
@media only screen and (max-width: 900px) {
  .hero_home__text:after {
    left: 50px;
    right: auto;
  }
}

.hero_page {
  min-height: 31.13vw;
  padding: 110px 0;
  background: url(images/page-background.svg) right/cover no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .hero_page__title {
    text-align: center;
  }
}
.hero_page__text {
  width: 493px;
  max-width: 100%;
  color: #6C6C6C;
}
@media only screen and (max-width: 900px) {
  .hero_page__text {
    margin: 0 auto;
    text-align: center;
  }
}

.hero_program {
  position: relative;
  padding-top: 89px;
  background: #0D5B74;
}
@media only screen and (max-width: 900px) {
  .hero_program .hero_home__text-cont {
    margin-top: 0;
  }
}
.hero_program__cont {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .hero_program__cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero_program__background svg {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .hero_program__background {
    margin-top: -75px;
  }
}
.hero_program__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 29px;
}
@media only screen and (max-width: 1100px) {
  .hero_program__title {
    font-size: 40px;
    font-family: "CircularStd", sans-serif;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1100px) {
  .hero_program__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 600px) {
  .hero_program__title {
    font-size: 25px;
  }
}
.hero_program__title span {
  display: block;
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  .hero_program__title span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_program__title span {
    font-size: 25px;
  }
}
.hero_program__title span:before {
  width: 25px;
  height: 22px;
  margin-right: 8px;
  content: "";
  background: url(images/program-decoration01.svg) center/contain no-repeat;
}
.hero_program__title span:after {
  width: 47px;
  height: 24px;
  margin-left: 8px;
  content: "";
  background: url(images/program-decoration02.svg) center/contain no-repeat;
}
.hero_program__text {
  width: 100%;
  padding: 55px 40px;
  padding-bottom: 65px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.1;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .hero_program__text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_program__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .hero_program__text {
    padding: 30px 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_program__text {
    padding: 30px 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .hero_program__text {
    font-size: 16px;
  }
}
.hero_program__text:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 68px;
  height: 68px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  content: "";
  background: url(images/down-arrow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1100px) {
  .hero_program__text:before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_program__text:before {
    width: 40px;
    height: 40px;
  }
}
.hero_program__text:after {
  position: absolute;
  right: 1px;
  top: 40px;
  width: 40px;
  height: 49px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  content: "";
  background: url(images/program_text.svg) center/contain no-repeat;
}
@media only screen and (max-width: 900px) {
  .hero_program__text:after {
    right: auto;
    left: 50px;
    top: auto;
    bottom: 5px;
    width: 64px;
    height: 44px;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    background: url(images/talk-bottom.svg) center/contain no-repeat;
  }
}

.hero_simple {
  text-align: center;
  padding-top: 104px;
}
.hero_simple__text-cont {
  padding-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}
.hero_simple__icon {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .hero_simple__icon {
    margin-bottom: 20px;
  }
}
.hero_simple__icon img {
  height: 240px;
}
@media only screen and (max-width: 900px) {
  .hero_simple__icon img {
    height: 120px;
  }
}
.hero_simple__uppertitle {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  color: #6C6C6C;
  padding-top: 60px;
}
@media only screen and (max-width: 1100px) {
  .hero_simple__uppertitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_simple__uppertitle {
    font-size: 16px;
  }
}
.hero_simple__title {
  font-weight: 700;
}

.hero_simple__icon + .hero_simple__uppertitle {
  padding-top: 0;
}

.header {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  .header__top {
    padding: 20px 0;
  }
}
.header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.scrolled .header {
  background: #ffffff;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
}
.scrolled .header__top {
  padding: 15px 0;
}
.scrolled .header .header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrolled .header .header__top__left:before {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(images/magnifier.svg) center/contain no-repeat;
  content: "";
  z-index: 9;
}

.error_template {
  padding: 200px 0;
}
.error_template .page-content {
  width: 50%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .error_template .page-content {
    width: 100%;
  }
}

.site-footer {
  float: left;
  width: 100%;
  background-color: #fff;
}
.site-footer__cont {
  padding: 50px 0;
}
.site-footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1100px) {
  .site-footer__container {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-footer__column {
  position: relative;
}
.site-footer__column:nth-last-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  .site-footer__column:nth-last-child(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer__column:nth-last-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/-1;
  }
}
.site-footer__column .newsletter__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #404040;
}
@media only screen and (max-width: 600px) {
  .site-footer__column:nth-last-child(2) {
    grid-column: 1/-1;
  }
}
.site-footer .footer__office {
  font-size: 16px;
  color: #000;
}
.site-footer .footer__office b {
  color: #404040;
}
.site-footer .kessler {
  width: 141px;
}
.site-footer .copyright {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .site-footer .copyright {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .copyright {
    font-size: 16px;
  }
}

.footer__bottom {
  float: left;
  width: 100%;
  background: #0D5B74;
  padding: 18px 0;
}
.footer__bottom .copyright, .footer__bottom .copyright a {
  font-size: 16px;
  color: #ffffff;
}
.footer__bottom .container-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .footer__bottom .container-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .validation_message {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px !important;
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px 0 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2,
.gform_wrapper.gravity-theme .gfield_description > h2,
.gform_wrapper.gravity-theme .validation_message > h2 {
  font-size: 16px !important;
  color: #000;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon,
.gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon,
.gform_wrapper.gravity-theme .validation_message > h2 .gform-icon {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: 26px !important;
  overflow: hidden !important;
  border-bottom: 2px solid #787878 !important;
  height: 40px !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0 !important;
  -ms-flex-item-align: inherit !important;
      -ms-grid-row-align: inherit !important;
      align-self: inherit !important;
}
.gform_wrapper.gravity-theme #gform_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_confirmation_wrapper {
  padding-top: 5px;
}

.gform_body .gform-body {
  width: calc(100% - 26px) !important;
}

.top_label {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.top_label input::-webkit-input-placeholder {
  padding: 0 0 0 5px;
  color: #787878 !important;
  font-size: 16px !important;
}
.top_label input::-moz-placeholder {
  padding: 0 0 0 5px;
  color: #787878 !important;
  font-size: 16px !important;
}
.top_label input:-ms-input-placeholder {
  padding: 0 0 0 5px;
  color: #787878 !important;
  font-size: 16px !important;
}
.top_label input::-ms-input-placeholder {
  padding: 0 0 0 5px;
  color: #787878 !important;
  font-size: 16px !important;
}
.top_label input::placeholder {
  padding: 0 0 0 5px;
  color: #787878 !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 600px) {
  .top_label input::-webkit-input-placeholder {
    padding: 0;
  }
  .top_label input::-moz-placeholder {
    padding: 0;
  }
  .top_label input:-ms-input-placeholder {
    padding: 0;
  }
  .top_label input::-ms-input-placeholder {
    padding: 0;
  }
  .top_label input::placeholder {
    padding: 0;
  }
}
.top_label input:focus {
  border: 0;
  outline: 0;
}
.top_label .button {
  background: url(images/newsletter-arrow.svg) no-repeat;
  background-size: 20px;
  background-position: 0% 50%;
}

.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  border-bottom: 2px solid #787878 !important;
  width: 305px !important;
  max-width: 100% !important;
}

.home_banners {
  background: #ffffff;
  position: relative;
  margin-top: -5px;
}
.home_banners .star--decoration {
  position: absolute;
  top: -97px;
  left: 25px;
  width: 166px;
  height: 148px;
}
@media only screen and (max-width: 1100px) {
  .home_banners .star--decoration {
    display: none;
  }
}
.home_banners:after {
  position: absolute;
  top: 0px;
  right: 0;
  width: 221px;
  height: 206px;
  content: "";
  background: url(images/decoration01.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1100px) {
  .home_banners:after {
    display: none;
  }
}
.home_banners__cont {
  padding-bottom: 136px;
}
.home_banners__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 84px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 84px;
  margin-top: 123px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .home_banners__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    margin-top: 60px;
  }
}
.home_banners__item:nth-child(1) {
  margin-top: 60px;
}
.home_banners__item:nth-child(2) {
  position: relative;
}
.home_banners__item:nth-child(2):after {
  position: absolute;
  top: -170px;
  left: 50%;
  -webkit-transform: translate(-50vw, 0);
          transform: translate(-50vw, 0);
  width: 223px;
  height: 237px;
  content: "";
  background: url(images/decoration02.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1100px) {
  .home_banners__item:nth-child(2):after {
    display: none;
  }
}
.home_banners__item:nth-child(3) {
  position: relative;
}
.home_banners__item:nth-child(3):after {
  position: absolute;
  top: -110px;
  right: 50%;
  -webkit-transform: translate(50vw, 0);
          transform: translate(50vw, 0);
  width: 243px;
  height: 207px;
  content: "";
  background: url(images/decoration03.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1100px) {
  .home_banners__item:nth-child(3):after {
    display: none;
  }
}
.home_banners__item:nth-child(2n) .home_banners__column:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .home_banners__item:nth-child(2n) .home_banners__column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.home_banners__item:nth-child(2n) .home_banners__image {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .home_banners__column {
    text-align: center !important;
  }
}
.home_banners__title {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .home_banners__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .home_banners__title {
    font-size: 35px;
  }
}
.home_banners__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .home_banners__image {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.home_banners__image svg {
  max-width: 100%;
}
.home_banners__text {
  margin-top: 10px;
  color: #000;
}
.home_banners .button {
  margin-top: 24px;
}

.download_banner {
  background: #0D5B74;
}
@media only screen and (max-width: 900px) {
  .download_banner {
    padding-top: 50px;
  }
}
.download_banner__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 54.5%;
  grid-template-columns: auto 54.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .download_banner__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.download_banner__image {
  display: block;
  padding-top: 43px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .download_banner__image {
    padding-top: 0;
  }
}
.download_banner__image:after {
  position: absolute;
  top: -45px;
  right: -40px;
  width: 95px;
  height: 118px;
  content: "";
  background: url(images/decoration04.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1100px) {
  .download_banner__image:after {
    display: none;
  }
}
.download_banner__image img {
  display: block;
  max-width: 100%;
}
.download_banner__title {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .download_banner__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .download_banner__title {
    font-size: 35px;
  }
}
.download_banner__text {
  width: 493px;
  max-width: 100%;
  color: #ffffff;
  line-height: normal;
  margin-top: 26px;
}
@media only screen and (max-width: 1100px) {
  .download_banner__text {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .download_banner__text {
    width: 100%;
  }
}
.download_banner__buttons {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media only screen and (max-width: 450px) {
  .download_banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.download_banner__buttons a {
  display: inline-block;
  padding: 0 25px;
  border: 2px solid #ffffff;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download_banner__buttons a:nth-last-child(1) {
  margin-right: 0;
}
.download_banner__buttons a:hover {
  background: #95DCDE;
}

.paragraph-block {
  margin-top: 99px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block {
    margin-top: 50px;
  }
}
.paragraph-block h1, .paragraph-block h2, .paragraph-block h3, .paragraph-block h4, .paragraph-block h5, .paragraph-block h6 {
  color: #000;
  margin-bottom: 20px;
}
.paragraph-block h1 {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block h1 {
    font-size: 40px;
  }
}
.paragraph-block h2 {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block h2 {
    font-size: 35px;
  }
}
.paragraph-block h3 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block h3 {
    font-size: 25px;
  }
}
.paragraph-block h4 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block h4 {
    font-size: 20px;
  }
}
.paragraph-block h5 {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block h5 {
    font-size: 18px;
  }
}
.paragraph-block h6 {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block h6 {
    font-size: 16px;
  }
}
.paragraph-block p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.56;
  margin-bottom: 28px;
  color: #6C6C6C !important;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block p {
    font-size: 16px;
  }
}
.paragraph-block p:nth-last-child(1) {
  margin-bottom: 0;
}
.paragraph-block ul, .paragraph-block ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.paragraph-block ul {
  padding-left: 20px;
  text-align: left;
}
.paragraph-block ul li {
  list-style: disc;
  list-style-position: outside;
  color: #6C6C6C !important;
}
.paragraph-block a {
  color: #000;
}
.paragraph-block a:hover {
  text-decoration: underline;
}
.paragraph-block blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.paragraph-block blockquote p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .paragraph-block blockquote p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph-block blockquote p {
    font-size: 20px;
  }
}
.paragraph-block img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.paragraph-block .alignleft {
  float: left;
  margin-right: 30px;
}
.paragraph-block .aligncenter {
  margin: 30px auto;
  display: block;
}
.paragraph-block .alignright {
  float: right;
  margin-left: 30px;
}

.two_column_text {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .two_column_text {
    margin-top: 50px;
  }
}
.two_column_text .site__title {
  padding-top: 0;
}
.two_column_text .site__title:before {
  display: none;
}
.two_column_text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 59px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 59px;
}
.two_column_text__cont h1, .two_column_text__cont h2, .two_column_text__cont h3, .two_column_text__cont h4, .two_column_text__cont h5, .two_column_text__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.two_column_text__cont h1 {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont h1 {
    font-size: 40px;
  }
}
.two_column_text__cont h2 {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont h2 {
    font-size: 35px;
  }
}
.two_column_text__cont h3 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont h3 {
    font-size: 25px;
  }
}
.two_column_text__cont h4 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont h4 {
    font-size: 20px;
  }
}
.two_column_text__cont h5 {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont h5 {
    font-size: 18px;
  }
}
.two_column_text__cont h6 {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont h6 {
    font-size: 16px;
  }
}
.two_column_text__cont p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.56;
  margin-bottom: 28px;
  color: #6C6C6C !important;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont p {
    font-size: 16px;
  }
}
.two_column_text__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.two_column_text__cont ul, .two_column_text__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.two_column_text__cont ul {
  padding-left: 20px;
  text-align: left;
}
.two_column_text__cont ul li {
  list-style: disc;
  list-style-position: outside;
  color: #6C6C6C !important;
}
.two_column_text__cont a {
  color: #000;
}
.two_column_text__cont a:hover {
  text-decoration: underline;
}
.two_column_text__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.two_column_text__cont blockquote p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .two_column_text__cont blockquote p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_text__cont blockquote p {
    font-size: 20px;
  }
}
.two_column_text__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.two_column_text__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.two_column_text__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.two_column_text__cont .alignright {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .two_column_text__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 28px;
  }
}

.team-list {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .team-list {
    margin-top: 50px;
  }
}
.team-list__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 900px) {
  .team-list__list {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .team-list__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-list__item {
  text-align: center;
}
.team-list__item__image {
  margin: 0 auto;
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.team-list__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-list__item__title {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .team-list__item__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .team-list__item__title {
    font-size: 18px;
  }
}
.team-list__item__text {
  font-size: 16px;
  color: #6C6C6C;
  margin-top: 15px;
}

.tabs-block {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .tabs-block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .tabs-block {
    margin-top: 50px;
  }
}
.tabs-block__cont {
  margin: 0 auto;
  width: 1272px;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 48px auto;
  grid-template-columns: 200px auto;
  grid-gap: 48px;
}
@media only screen and (max-width: 1100px) {
  .tabs-block__cont {
    display: block;
  }
}
.tabs-block__column .tab-title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 14px 0;
  background: none;
  text-align: left;
  font-size: 18px;
  color: #6C6C6C;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .tabs-block__column .tab-title {
    display: none !important;
  }
}
.tabs-block__column .tab-title:nth-child(1) {
  padding-top: 0;
}
.tabs-block__column .tab-title:nth-last-child(1) {
  border: none;
}
.tabs-block__column .tab-title:hover {
  color: #0D5B74;
}
.tabs-block__column .tab-title.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tabs-block__column .tab-title.js-active:before {
  width: 12px;
  height: 12px;
  content: "";
  background: #0D5B74;
}
.tabs-block .tab__content {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content {
    display: block !important;
  }
}
.tabs-block .tab__content.js-tab-open {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content.js-accordion-parent-opened .responsive-tab__content {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
  }
}
.tabs-block .tab__content .responsive-tab__title {
  display: none;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding: 14px 0;
  background: none;
  text-align: left;
  font-size: 18px;
  color: #6C6C6C;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .responsive-tab__title {
    display: block !important;
  }
}
.tabs-block .tab__content .responsive-tab__title:hover {
  color: #0D5B74;
}
.tabs-block .tab__content .responsive-tab__title.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tabs-block .tab__content .responsive-tab__title.js-active:before {
  width: 12px;
  height: 12px;
  content: "";
  background: #0D5B74;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .responsive-tab__content {
    display: none;
  }
}
.tabs-block .tab__content .responsive-tab__content section:nth-child(1).video {
  margin-top: 0;
}
.tabs-block .tab__content__uppertitle {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  color: #6C6C6C;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content__uppertitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content__uppertitle {
    font-size: 16px;
  }
}
.tabs-block .tab__content__title {
  font-weight: 700;
  color: #0D5B74;
}
.tabs-block .tab__content .video {
  margin-top: 45px;
}
.tabs-block .tab__content .video video {
  width: 100%;
  height: auto;
}
.tabs-block .tab__content .iframe {
  margin-top: 45px;
}
.tabs-block .tab__content .iframe iframe {
  width: 100%;
}
.tabs-block .tab__content .text {
  margin-top: 45px;
  text-align: center;
}
.tabs-block .tab__content .text h1, .tabs-block .tab__content .text h2, .tabs-block .tab__content .text h3, .tabs-block .tab__content .text h4, .tabs-block .tab__content .text h5, .tabs-block .tab__content .text h6 {
  color: #000;
  margin-bottom: 20px;
}
.tabs-block .tab__content .text h1 {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text h1 {
    font-size: 40px;
  }
}
.tabs-block .tab__content .text h2 {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text h2 {
    font-size: 35px;
  }
}
.tabs-block .tab__content .text h3 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text h3 {
    font-size: 25px;
  }
}
.tabs-block .tab__content .text h4 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text h4 {
    font-size: 20px;
  }
}
.tabs-block .tab__content .text h5 {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text h5 {
    font-size: 18px;
  }
}
.tabs-block .tab__content .text h6 {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text h6 {
    font-size: 16px;
  }
}
.tabs-block .tab__content .text p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.56;
  margin-bottom: 28px;
  color: #6C6C6C !important;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text p {
    font-size: 16px;
  }
}
.tabs-block .tab__content .text p:nth-last-child(1) {
  margin-bottom: 0;
}
.tabs-block .tab__content .text ul, .tabs-block .tab__content .text ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.tabs-block .tab__content .text ul {
  padding-left: 20px;
  text-align: left;
}
.tabs-block .tab__content .text ul li {
  list-style: disc;
  list-style-position: outside;
  color: #6C6C6C !important;
}
.tabs-block .tab__content .text a {
  color: #000;
}
.tabs-block .tab__content .text a:hover {
  text-decoration: underline;
}
.tabs-block .tab__content .text blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.tabs-block .tab__content .text blockquote p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .tabs-block .tab__content .text blockquote p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-block .tab__content .text blockquote p {
    font-size: 20px;
  }
}
.tabs-block .tab__content .text img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.tabs-block .tab__content .text .alignleft {
  float: left;
  margin-right: 30px;
}
.tabs-block .tab__content .text .aligncenter {
  margin: 30px auto;
  display: block;
}
.tabs-block .tab__content .text .alignright {
  float: right;
  margin-left: 30px;
}
.tabs-block .tab__content .buttons-block {
  margin-top: 45px;
}
.tabs-block .tab__content .accordion {
  margin-top: 45px;
}

.accordion {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .accordion {
    margin-top: 50px;
  }
}
.accordion__item {
  border-top: solid 1px #ccc;
}
.accordion__item:nth-child(1) {
  border: none;
}
.accordion__item:nth-child(1) .accordion__question {
  padding-top: 0;
}
.accordion__item.js-accordion-opened .accordion__question:after {
  background: url(images/minus.svg) center/contain no-repeat;
}
.accordion__item.js-accordion-opened .accordion__answers {
  display: block;
  padding-bottom: 30px;
}
.accordion__question {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  color: #FFC95A;
  background: none;
  width: 100%;
  text-align: left;
  padding: 21px 25px;
  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;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .accordion__question {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__question {
    font-size: 18px;
  }
}
.accordion__question:after {
  width: 22px;
  height: 22px;
  background: url(images/plus.svg) center/contain no-repeat;
  content: "";
  margin-left: 10px;
}
.accordion__answers {
  padding: 0 25px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion__answers h1, .accordion__answers h2, .accordion__answers h3, .accordion__answers h4, .accordion__answers h5, .accordion__answers h6 {
  color: #000;
  margin-bottom: 20px;
}
.accordion__answers h1 {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers h1 {
    font-size: 40px;
  }
}
.accordion__answers h2 {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers h2 {
    font-size: 35px;
  }
}
.accordion__answers h3 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers h3 {
    font-size: 25px;
  }
}
.accordion__answers h4 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers h4 {
    font-size: 20px;
  }
}
.accordion__answers h5 {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers h5 {
    font-size: 18px;
  }
}
.accordion__answers h6 {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers h6 {
    font-size: 16px;
  }
}
.accordion__answers p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.56;
  margin-bottom: 28px;
  color: #6C6C6C !important;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers p {
    font-size: 16px;
  }
}
.accordion__answers p:nth-last-child(1) {
  margin-bottom: 0;
}
.accordion__answers ul, .accordion__answers ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.accordion__answers ul {
  padding-left: 20px;
  text-align: left;
}
.accordion__answers ul li {
  list-style: disc;
  list-style-position: outside;
  color: #6C6C6C !important;
}
.accordion__answers a {
  color: #000;
}
.accordion__answers a:hover {
  text-decoration: underline;
}
.accordion__answers blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.accordion__answers blockquote p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers blockquote p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers blockquote p {
    font-size: 20px;
  }
}
.accordion__answers img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.accordion__answers .alignleft {
  float: left;
  margin-right: 30px;
}
.accordion__answers .aligncenter {
  margin: 30px auto;
  display: block;
}
.accordion__answers .alignright {
  float: right;
  margin-left: 30px;
}
.accordion__answers p {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.44;
}
@media only screen and (max-width: 1100px) {
  .accordion__answers p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion__answers p {
    font-size: 16px;
  }
}

.site__title + .accordion__cont {
  padding-top: 17px;
}

.video {
  margin-top: 99px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .video {
    margin-top: 50px;
  }
}
.video .wp-block-video {
  margin: 0;
}
.video figcaption {
  font-size: 14px;
  margin: 0;
}

.heading {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .heading {
    margin-top: 50px;
  }
}
.heading h2 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  color: #0D5B74;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .heading h2 {
    font-size: 25px;
  }
}

.heading + .video,
.heading + .paragraph-block {
  margin-top: 30px;
}

.icon-grid {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .icon-grid {
    margin-top: 50px;
  }
}
.icon-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
}
@media only screen and (max-width: 1100px) {
  .icon-grid__list {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .icon-grid__list {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .icon-grid__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .icon-grid__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.icon-grid__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-grid__item:hover {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.icon-grid__icon {
  margin: 0 auto;
  width: 170px;
  max-width: 100%;
}
.icon-grid__icon img {
  width: 100%;
}
.icon-grid__text {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}

.lessons-grid {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .lessons-grid {
    margin-top: 50px;
  }
}
.lessons-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lessons-grid__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(33% - 35px);
}
@media only screen and (max-width: 900px) {
  .lessons-grid__item {
    width: calc(50% - 27px);
  }
}
@media only screen and (max-width: 600px) {
  .lessons-grid__item {
    width: 100%;
  }
}
.lessons-grid__item:hover {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.lessons-grid__title {
  text-align: center;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .lessons-grid__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .lessons-grid__title {
    font-size: 20px;
  }
}
.lessons-grid__text {
  text-align: center;
  font-size: 16px;
  color: #6C6C6C;
  margin-top: 15px;
}

.gallery {
  margin-top: 99px;
  background: #F7F7F7;
  padding: 84px 0;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .gallery {
    margin-top: 50px;
  }
}
.gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media only screen and (max-width: 750px) {
  .gallery__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery__grid.hidden {
  margin-top: 32px;
  display: none;
}
.gallery__grid.hidden.js-open {
  display: -ms-grid;
  display: grid;
}
.gallery__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .view-more {
  margin-top: 56px;
  background: #FFC95A;
}
.gallery .view-more:hover {
  background: #0D5B74;
}

.image-text {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .image-text {
    margin-top: 50px;
  }
}
.image-text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 51px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 51px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .image-text__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    text-align: center !important;
  }
}
.image-text--right {
  text-align: right;
}
.image-text--right .image-text__column:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (max-width: 900px) {
  .image-text--right .image-text__column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.image-text--right .image-text__title:before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 900px) {
  .image-text--right .image-text__title:before {
    left: 50%;
    right: auto;
  }
}
.image-text__title {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  color: #0D5B74;
  font-weight: 700;
  line-height: 1;
  padding-top: 38px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .image-text__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .image-text__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .image-text__title br {
    display: none;
  }
}
.image-text__title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 25px;
  background: url(images/title-decoration.svg) center/contain no-repeat;
  content: "";
}
@media only screen and (max-width: 900px) {
  .image-text__title:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.image-text__text {
  display: inline-block;
  width: 520px;
  max-width: 100%;
  font-size: 16px;
  color: #6C6C6C;
  margin-top: 20px;
  line-height: 1.44;
}
@media only screen and (max-width: 1100px) {
  .image-text__text {
    width: 100%;
  }
}
.image-text .button {
  margin-top: 25px;
}

.testimonials {
  background: #0D5B74;
  margin-top: 99px;
  padding: 99px 0;
}
@media only screen and (max-width: 1100px) {
  .testimonials {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .testimonials {
    padding: 70px 0;
  }
}
.testimonials .flickity-cell {
  width: 100%;
  padding: 0 80px;
}
@media only screen and (max-width: 900px) {
  .testimonials .flickity-cell {
    padding: 0 50px;
  }
}
.testimonials__item {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 165px 75px auto;
  grid-template-columns: 165px auto;
  grid-gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .testimonials__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    text-align: center;
  }
}
.testimonials__item__image {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .testimonials__item__image {
    margin: 0 auto;
  }
}
.testimonials__item__text {
  font-size: 24px;
  font-style: italic;
  line-height: normal;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .testimonials__item__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials__item__text {
    font-size: 18px;
  }
}
.testimonials__item__text:before {
  position: absolute;
  top: 5px;
  left: -16px;
  width: 41px;
  height: 30px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background: url(images/quote.svg) center/contain no-repeat;
  content: "";
}
@media only screen and (max-width: 900px) {
  .testimonials__item__text:before {
    display: none;
  }
}
.testimonials__item__data {
  font-size: 16px;
  color: #ffffff;
  margin-top: 11px;
}

.flickity-button {
  width: 68px;
  height: 68px;
  left: 0;
  background: none;
  background: url(images/arrow-left.svg) center/contain no-repeat;
}
@media only screen and (max-width: 900px) {
  .flickity-button {
    width: 40px;
    height: 40px;
  }
}
.flickity-button:hover {
  background: url(images/arrow-left.svg) center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flickity-button .flickity-button-icon {
  display: none;
}
.flickity-button.previous {
  left: 0;
}
.flickity-button.next {
  left: auto;
  right: 0;
  background: url(images/arrow-right.svg) center/contain no-repeat;
}
.flickity-button.next:hover {
  background: url(images/arrow-right.svg) center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logos-block {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .logos-block {
    margin-top: 50px;
  }
}
.logos-block .logos-block__carousel {
  width: 100%;
  padding: 0 175px;
  margin-top: 63px;
}
@media only screen and (max-width: 1280px) {
  .logos-block .logos-block__carousel {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 900px) {
  .logos-block .logos-block__carousel {
    padding: 0 50px;
  }
}
.logos-block__text {
  margin: 0 auto;
  width: 692px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  color: #6C6C6C;
}
.logos-block .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logos-block .flickity-cell {
  width: 16.66%;
  padding: 0 45px;
}
@media only screen and (max-width: 1100px) {
  .logos-block .flickity-cell {
    width: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .logos-block .flickity-cell {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 600px) {
  .logos-block .flickity-cell {
    width: 50%;
    padding: 0 20px;
  }
}
.logos-block .flickity-button {
  background: url(images/arrow-left-blue.svg) center/contain no-repeat;
}
.logos-block .flickity-button:hover {
  background: url(images/arrow-left-blue.svg) center/contain no-repeat;
}
.logos-block .flickity-button.next {
  background: url(images/arrow-right-blue.svg) center/contain no-repeat;
}
.logos-block .flickity-button.next:hover {
  background: url(images/arrow-right-blue.svg) center/contain no-repeat;
}

.buttons-block {
  margin-top: 99px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .buttons-block {
    margin-top: 50px;
  }
}
.buttons-block .button {
  margin: 10px;
}

.text_block {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .text_block {
    margin-top: 50px;
  }
}
.text_block__cont {
  width: 100%;
}
.text_block__cont h1, .text_block__cont h2, .text_block__cont h3, .text_block__cont h4, .text_block__cont h5, .text_block__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.text_block__cont h1 {
  font-size: 70px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h1 {
    font-size: 40px;
  }
}
.text_block__cont h2 {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h2 {
    font-size: 35px;
  }
}
.text_block__cont h3 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h3 {
    font-size: 25px;
  }
}
.text_block__cont h4 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h4 {
    font-size: 20px;
  }
}
.text_block__cont h5 {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h5 {
    font-size: 18px;
  }
}
.text_block__cont h6 {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h6 {
    font-size: 16px;
  }
}
.text_block__cont p {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.56;
  margin-bottom: 28px;
  color: #6C6C6C !important;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont p {
    font-size: 16px;
  }
}
.text_block__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.text_block__cont ul, .text_block__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block__cont ul {
  padding-left: 20px;
  text-align: left;
}
.text_block__cont ul li {
  list-style: disc;
  list-style-position: outside;
  color: #6C6C6C !important;
}
.text_block__cont a {
  color: #000;
}
.text_block__cont a:hover {
  text-decoration: underline;
}
.text_block__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.text_block__cont blockquote p {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .text_block__cont blockquote p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont blockquote p {
    font-size: 20px;
  }
}
.text_block__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.text_block__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.text_block__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block__cont .alignright {
  float: right;
  margin-left: 30px;
}

.faqs__tabs {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faqs__tabs__item {
  margin: 20px;
  cursor: pointer;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__image, .faqs__tabs__item:hover .faqs__tabs__image {
  border-color: #000;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #95DCDE;
  content: "";
}
.faqs__tabs__image {
  position: relative;
  width: 180px;
  height: 172px;
  border: 2px solid #ffffff;
}
.faqs__tabs__text {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.faqs__tab {
  margin-top: 130px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .faqs__tab {
    margin-top: 65px;
  }
}
.faqs__tab.js-tab-active {
  display: block;
}
.faqs__tab__item {
  background: #ffffff;
  border-bottom: 1px solid #D2D4D5;
}
.faqs__tab__item__question {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  padding: 45px;
  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;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .faqs__tab__item__question {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .faqs__tab__item__question {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__question {
    padding: 20px;
    text-align: left;
  }
}
.faqs__tab__item__question span {
  margin-right: 45px;
}
.faqs__tab__item__question:after {
  width: 15px;
  height: 8px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.faqs__tab__item__answer {
  margin: 0 auto;
  width: 629px;
  max-width: 100%;
  display: none;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__answer {
    width: 100%;
    padding: 0 20px;
  }
}
.faqs__tab__item.js-open {
  background: #F7F7F7;
  padding-bottom: 40px;
  border-color: #F7F7F7;
}
.faqs__tab__item.js-open .faqs__tab__item__question:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.login-register {
  margin-top: 99px;
}
@media only screen and (max-width: 1100px) {
  .login-register {
    margin-top: 50px;
  }
}
.login-register__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.login-register__forms {
  width: 100%;
  max-width: 1017px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 127px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 127px;
}
@media only screen and (max-width: 900px) {
  .login-register__forms {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.blog {
  padding: 84px 0;
  text-align: center;
}
.blog .container {
  width: 1278px;
}
.blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .blog__grid {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .blog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog__grid.hidden {
  margin-top: 32px;
  display: none;
}
.blog__grid.hidden.js-open {
  display: -ms-grid;
  display: grid;
}
.blog .post-item {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.blog .post-item__image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 56%;
}
.blog .post-item__text-cont {
  padding: 20px;
  text-align: left;
}
.blog .post-item__title {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  color: #1CBBC1;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .blog .post-item__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .blog .post-item__title {
    font-size: 18px;
  }
}
.blog .post-item__title a {
  color: #1CBBC1;
  font-weight: 700;
}
.blog .post-item__title a:hover {
  color: #0D5B74;
}
.blog .post-item__author {
  color: #FFC95A;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog .post-item__text {
  margin-bottom: 15px;
  color: #6C6C6C;
}
.blog .post-item .viewmore {
  color: #1CBBC1;
}
.blog .post-item .viewmore:hover {
  color: #0D5B74;
}
.blog .pagination .page-numbers {
  padding: 8px 12px;
  border: 1px solid #6C6C6C;
}
.blog .pagination .page-numbers.current {
  background-color: #8E9497;
  color: #ffffff;
}

.page-template-page-blog .hero_simple__title {
  padding-top: 88px;
  padding-bottom: 49px;
  border-bottom: 1px solid #CCCCCC;
}

.single-post .container {
  width: 1024px;
}
.single-post .hero_simple__title {
  padding-top: 88px;
}
.single-post section {
  float: none;
}
.single-post .blog-single {
  position: relative;
  text-align: left;
}
.single-post .blog-single__author {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 42px;
  border-bottom: 1px solid #CCCCCC;
  color: #6C6C6C;
  margin-bottom: 91px;
}
.single-post .blog-single .post-item__image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 56%;
}
.single-post .blog-single .wp-block-image {
  text-align: center;
}
.single-post .blog-single .wp-block-image.post-thumbnail img {
  width: 100%;
}
.single-post .blog-single .paragraph-block ul, .single-post .blog-single .paragraph-block ol {
  text-align: left;
  list-style-position: inside;
  padding-left: 0;
}
.single-post .blog-single .paragraph-block ul li, .single-post .blog-single .paragraph-block ol li {
  color: #6C6C6C;
  margin-bottom: 8px;
}
.single-post .single-author + .paragraph-block {
  margin-top: 99px;
}
.single-post .paragraph-block {
  margin-bottom: 50px;
  text-align: left;
}

body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products {
  clear: none;
  margin: 0;
}
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products {
  clear: none !important;
  margin: 0 !important;
  width: 25% !important;
}
@media only screen and (max-width: 600px) {
  body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products {
    width: 100% !important;
  }
}
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li .woocommerce-loop-product__title,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products .woocommerce-loop-product__title,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li .woocommerce-loop-product__title,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products .woocommerce-loop-product__title {
  padding: 0 !important;
}

.woocommerce .product__item,
.woocommerce .products ul li.product .product__item,
.woocommerce ul.products li.product .product__item {
  position: relative;
  height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item,
.woocommerce .products ul li.product .product__item,
.woocommerce ul.products li.product .product__item {
    padding: 30px 20px;
  }
}
.woocommerce .product__item__cont,
.woocommerce .products ul li.product .product__item__cont,
.woocommerce ul.products li.product .product__item__cont {
  position: relative;
}
.woocommerce .product__item__image,
.woocommerce .products ul li.product .product__item__image,
.woocommerce ul.products li.product .product__item__image {
  display: block;
  width: 100%;
  position: relative;
}
.woocommerce .product__item__image img,
.woocommerce .products ul li.product .product__item__image img,
.woocommerce ul.products li.product .product__item__image img {
  margin-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce .product__item__data,
.woocommerce .products ul li.product .product__item__data,
.woocommerce ul.products li.product .product__item__data {
  margin-top: 10px;
  position: relative;
}
.woocommerce .product__item__data .woocommerce-loop-product__title,
.woocommerce .products ul li.product .product__item__data .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product__item__data .woocommerce-loop-product__title {
  color: #6C6C6C;
  font-weight: 300;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.2;
  padding: 0 10px !important;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .product__item__data .woocommerce-loop-product__title,
.woocommerce .products ul li.product .product__item__data .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product__item__data .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item__data .woocommerce-loop-product__title,
.woocommerce .products ul li.product .product__item__data .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product__item__data .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
.woocommerce .product__item__data .price,
.woocommerce .products ul li.product .product__item__data .price,
.woocommerce ul.products li.product .product__item__data .price {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  color: #8E9497;
  margin-bottom: 0;
  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: 5px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .product__item__data .price,
.woocommerce .products ul li.product .product__item__data .price,
.woocommerce ul.products li.product .product__item__data .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item__data .price,
.woocommerce .products ul li.product .product__item__data .price,
.woocommerce ul.products li.product .product__item__data .price {
    font-size: 18px;
  }
}
.woocommerce .product__item__data .price del,
.woocommerce .product__item__data .price ins,
.woocommerce .products ul li.product .product__item__data .price del,
.woocommerce .products ul li.product .product__item__data .price ins,
.woocommerce ul.products li.product .product__item__data .price del,
.woocommerce ul.products li.product .product__item__data .price ins {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .woocommerce .product__item__data .price del,
.woocommerce .products ul li.product .product__item__data .price del,
.woocommerce ul.products li.product .product__item__data .price del {
    margin-bottom: 15px;
  }
}
.woocommerce .product__item__data .price del span,
.woocommerce .products ul li.product .product__item__data .price del span,
.woocommerce ul.products li.product .product__item__data .price del span {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #D2D4D5;
  font-weight: 300;
  text-decoration: line-through;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .product__item__data .price del span,
.woocommerce .products ul li.product .product__item__data .price del span,
.woocommerce ul.products li.product .product__item__data .price del span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item__data .price del span,
.woocommerce .products ul li.product .product__item__data .price del span,
.woocommerce ul.products li.product .product__item__data .price del span {
    font-size: 16px;
  }
}
.woocommerce .product__item__data .price ins,
.woocommerce .products ul li.product .product__item__data .price ins,
.woocommerce ul.products li.product .product__item__data .price ins {
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) {
  .woocommerce .product__item__data .price ins,
.woocommerce .products ul li.product .product__item__data .price ins,
.woocommerce ul.products li.product .product__item__data .price ins {
    margin-bottom: 15px;
  }
}
.woocommerce .product__item__data .price ins span *,
.woocommerce .products ul li.product .product__item__data .price ins span *,
.woocommerce ul.products li.product .product__item__data .price ins span * {
  font-weight: 700;
}
.woocommerce .product__item .add_to_cart_button,
.woocommerce .products ul li.product .product__item .add_to_cart_button,
.woocommerce ul.products li.product .product__item .add_to_cart_button {
  display: none;
}

.woocommerce .shop__archive ul.products li {
  width: 100%;
}

.shop__archive .openfilters {
  display: none;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .shop__archive .openfilters {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive .openfilters {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .shop__archive .openfilters {
    display: block;
  }
}
.shop__archive .filters {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .shop__archive .filters {
    display: none;
  }
}
.shop__archive section {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
.shop__archive section:nth-last-child(1) {
  border: none;
  margin: 0;
}
.shop__archive section ul li {
  display: block;
  margin-bottom: 5px;
}
.shop__archive section ul li a {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #6C6C6C;
  font-weight: 300;
}
@media only screen and (max-width: 1100px) {
  .shop__archive section ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive section ul li a {
    font-size: 16px;
  }
}
.shop__archive section ul li a:hover {
  color: #000;
}
.shop__archive section .count {
  display: none;
}
.shop__archive .wc-block-product-search label {
  display: none;
}
.shop__archive .wc-block-product-search .wc-block-product-search__field {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  color: #4D4D4D;
  font-size: 14px;
  background: #f6f4f4;
  padding: 0 10px;
}
.shop__archive .wc-block-product-search button {
  float: left;
  width: 40px;
  text-indent: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #f6f4f4 url(images/search.svg) center center no-repeat;
  cursor: pointer;
  margin: 0;
}
.shop__archive .wc-block-product-search button svg {
  display: none;
}
.shop__archive .wc-block-product-search button:hover {
  background: #ccc url(images/search.svg) center center no-repeat;
}
.shop__archive .price_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.shop__archive .price_slider_wrapper .ui-widget-content {
  background-color: #909090;
}
.shop__archive .price_slider_wrapper .ui-slider .ui-slider-range,
.shop__archive .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #000;
}
.shop__archive .price_slider_wrapper .price_label {
  font-size: 14px;
}
.shop__archive .widget-title,
.shop__archive .wc-block-product-categories::before {
  display: block;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .shop__archive .widget-title,
.shop__archive .wc-block-product-categories::before {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive .widget-title,
.shop__archive .wc-block-product-categories::before {
    font-size: 20px;
  }
}
.shop__archive .wc-block-product-categories::before {
  content: "Categorias";
}
.shop__archive .wc-block-product-categories {
  margin: 0;
}
.shop__archive__content .products {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1100px) {
  .shop__archive__content .products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .shop__archive__content .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive__content .products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop__archive__content .products:before {
  display: none !important;
}
.shop__archive__content .products li {
  display: block;
  width: 100% !important;
  padding-bottom: 26px;
}
.shop__archive__content--1 .products, .shop__archive__content--2 .products {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 600px) {
  .shop__archive__content--1 .products, .shop__archive__content--2 .products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop__archive .products ul li,
.shop__archive .products ul li.products,
.shop__archive ul.products li,
.shop__archive ul.products li.products {
  width: 100% !important;
}

.woocommerce .woocommerce-result-count {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #7C7C7C;
  margin: 10px 0 0 0 !important;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .woocommerce-result-count {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-result-count {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-result-count {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-ordering {
    display: block;
    width: 100%;
  }
}
.woocommerce .woocommerce-ordering select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #7C7C7C;
  border-radius: 20px;
  color: #7C7C7C;
  padding: 0 10px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .woocommerce-ordering select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-ordering select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-ordering select {
    width: 100%;
    margin: 0;
  }
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current,
.woocommerce .woocommerce-pagination .page-numbers li a {
  background: none;
  color: #000;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current:hover,
.woocommerce .woocommerce-pagination .page-numbers li a:hover {
  color: #95DCDE;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current {
  color: #95DCDE;
}

.product__single__head {
  padding: 30px 0;
  text-align: center;
}
.product__single__head .woocommerce-breadcrumb {
  margin: 0;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  color: #7C7C7C;
}
@media only screen and (max-width: 1100px) {
  .product__single__head .woocommerce-breadcrumb {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__head .woocommerce-breadcrumb {
    font-size: 18px;
  }
}
.product__single__head .woocommerce-breadcrumb a:hover {
  color: #95DCDE;
}
.product__single__top {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 399px;
  grid-template-columns: auto 399px;
  grid-gap: 40px;
}
@media only screen and (max-width: 1100px) {
  .product__single__top {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .product__single__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.product__single__top .woocommerce-product-gallery {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery {
    margin-bottom: 18px;
  }
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery .flex-direction-nav {
    display: block;
  }
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li {
  position: absolute;
  top: 0;
  left: 8px;
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li a {
  display: block;
  width: 10px;
  height: 15px;
  background: url(images/arrow-left.svg) center/contain no-repeat;
  text-indent: 5000px;
  overflow: hidden;
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
  left: auto;
  right: 8px;
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a {
  background: url(images/arrow-right.svg) center/contain no-repeat;
}
.product__single__top .woocommerce-product-gallery .flex-viewport {
  width: 100%;
}
.product__single__top .woocommerce-product-gallery .flex-viewport a {
  width: 100%;
}
.product__single__top .woocommerce-product-gallery .flex-viewport a img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.product__single__top .woocommerce-product-gallery ol {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  list-style: none;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery ol {
    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;
    grid-gap: 0;
    position: absolute;
    margin-top: 0;
    bottom: -18px;
  }
}
.product__single__top .woocommerce-product-gallery ol li {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery ol li {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    margin: 0 10px;
  }
}
.product__single__top .woocommerce-product-gallery ol li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery ol li img {
    opacity: 0;
  }
}
.product__single__top .product_title {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1100px) {
  .product__single__top .product_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product_title {
    font-size: 25px;
  }
}
.product__single__top .price {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  color: #8E9497;
}
@media only screen and (max-width: 1100px) {
  .product__single__top .price {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .price {
    font-size: 25px;
  }
}
.product__single__top .price del,
.product__single__top .price ins {
  display: block;
}
.product__single__top .price del {
  margin-bottom: 5px;
  display: block;
}
.product__single__top .price del span {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #D2D4D5;
  font-weight: 300;
  text-decoration: line-through;
}
@media only screen and (max-width: 1100px) {
  .product__single__top .price del span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .price del span {
    font-size: 20px;
  }
}
.product__single__top .price ins {
  margin-right: 10px;
}
.product__single__top .price ins span {
  font-size: 55px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .product__single__top .price ins span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .price ins span {
    font-size: 35px;
  }
}
.product__single__top .price ins span * {
  font-weight: 700;
}
.product__single__top .sku_wrapper {
  color: #606A6E;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 1100px) {
  .product__single__top .sku_wrapper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .sku_wrapper {
    font-size: 16px;
  }
}
.product__single__top .product__description {
  margin-top: 70px;
}
.product__single__top .product__description p {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .product__single__top .product__description p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description p {
    font-size: 18px;
  }
}
.product__single__bottom {
  float: left;
  width: 100%;
}
.product__single .variations_button,
.product__single form.cart:not(.variations_form) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px auto;
  grid-template-columns: 70px auto;
  gap: 10px;
}
.product__single .variations_button .single_add_to_cart_button,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 1100px) {
  .product__single .variations_button .single_add_to_cart_button,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single .variations_button .single_add_to_cart_button,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button {
    font-size: 16px;
  }
}
.product__single .variations_button .single_add_to_cart_button:hover,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.product__single .variations_button .single_add_to_cart_button--line,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.product__single .variations_button .single_add_to_cart_button--line:hover,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.product__single .variations_button .single_add_to_cart_button:before,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button:before {
  display: inline-block;
  width: 16.25px;
  height: 16.25px;
  background: url(images/cart.svg) center/contain no-repeat;
  content: "";
  margin-bottom: -3px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__single .variations_button .single_add_to_cart_button:hover:before,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  color: #000;
  border: 2px solid #6C6C6C;
  height: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce .woocommerce-error .button--line,
.woocommerce .woocommerce-info .button--line,
.woocommerce .woocommerce-message .button--line,
.woocommerce-page .woocommerce-error .button--line,
.woocommerce-page .woocommerce-info .button--line,
.woocommerce-page .woocommerce-message .button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce .woocommerce-error .button--line:hover,
.woocommerce .woocommerce-info .button--line:hover,
.woocommerce .woocommerce-message .button--line:hover,
.woocommerce-page .woocommerce-error .button--line:hover,
.woocommerce-page .woocommerce-info .button--line:hover,
.woocommerce-page .woocommerce-message .button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce .woocommerce-error .button--line,
.woocommerce .woocommerce-info .button--line,
.woocommerce .woocommerce-message .button--line,
.woocommerce-page .woocommerce-error .button--line,
.woocommerce-page .woocommerce-info .button--line,
.woocommerce-page .woocommerce-message .button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce .woocommerce-error .button--line:hover,
.woocommerce .woocommerce-info .button--line:hover,
.woocommerce .woocommerce-message .button--line:hover,
.woocommerce-page .woocommerce-error .button--line:hover,
.woocommerce-page .woocommerce-info .button--line:hover,
.woocommerce-page .woocommerce-message .button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}

.woocommerce .product__single__top #respond input#submit.alt,
.woocommerce .product__single__top a.button.alt,
.woocommerce .product__single__top button.button.alt,
.woocommerce .product__single__top input.button.alt {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .product__single__top #respond input#submit.alt,
.woocommerce .product__single__top a.button.alt,
.woocommerce .product__single__top button.button.alt,
.woocommerce .product__single__top input.button.alt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__single__top #respond input#submit.alt,
.woocommerce .product__single__top a.button.alt,
.woocommerce .product__single__top button.button.alt,
.woocommerce .product__single__top input.button.alt {
    font-size: 16px;
  }
}
.woocommerce .product__single__top #respond input#submit.alt:hover,
.woocommerce .product__single__top a.button.alt:hover,
.woocommerce .product__single__top button.button.alt:hover,
.woocommerce .product__single__top input.button.alt:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce .product__single__top #respond input#submit.alt--line,
.woocommerce .product__single__top a.button.alt--line,
.woocommerce .product__single__top button.button.alt--line,
.woocommerce .product__single__top input.button.alt--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce .product__single__top #respond input#submit.alt--line:hover,
.woocommerce .product__single__top a.button.alt--line:hover,
.woocommerce .product__single__top button.button.alt--line:hover,
.woocommerce .product__single__top input.button.alt--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce .product__single__top #respond input#submit.alt:before,
.woocommerce .product__single__top a.button.alt:before,
.woocommerce .product__single__top button.button.alt:before,
.woocommerce .product__single__top input.button.alt:before {
  display: inline-block;
  width: 16.25px;
  height: 16.25px;
  background: url(images/cart.svg) center/contain no-repeat;
  content: "";
  margin-bottom: -3px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product__single__top #respond input#submit.alt:hover:before,
.woocommerce .product__single__top a.button.alt:hover:before,
.woocommerce .product__single__top button.button.alt:hover:before,
.woocommerce .product__single__top input.button.alt:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.single_variation_wrap,
form.cart {
  margin-top: 54px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0 0 30px 0;
}

.woocommerce-message,
.woocommerce-info {
  border-color: #000;
}

.woocommerce-info::before {
  color: #000;
}

.product__accordion {
  margin-top: 55px;
}
.product__accordion__cont {
  display: none;
}
.product__accordion__title {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  width: 100%;
  font-weight: 700;
  background: none;
  position: relative;
  border-bottom: 1px solid #D2D4D5;
  padding: 0 10px;
  padding-bottom: 12px;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .product__accordion__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .product__accordion__title {
    font-size: 18px;
  }
}
.product__accordion__title:before {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: -1;
  width: 12px;
  height: 7px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.product__accordion__title.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__accordion__item {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  margin-top: 16px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 1100px) {
  .product__accordion__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__accordion__item {
    font-size: 16px;
  }
}
.product__accordion__item:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #606A6E;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.product__accordion__text {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  margin-top: 16px;
}
@media only screen and (max-width: 1100px) {
  .product__accordion__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__accordion__text {
    font-size: 16px;
  }
}

.product__description + .product__accordion {
  margin-top: 75px;
}

.variations {
  position: relative;
}
.variations .variation {
  margin-bottom: 0;
  margin-top: 25px;
}
.variations .variation .label {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  display: block;
  width: 100%;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1100px) {
  .variations .variation .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .variations .variation .label {
    font-size: 16px;
  }
}
.variations .variation .label:before {
  content: "Choose ";
}
.variations .variation .value {
  display: block;
  width: 100%;
  margin: 0;
}
.variations .variation .value .variation_buttons_wrapper {
  display: block;
  width: 100%;
}
.variations .variation .value .variation_buttons_wrapper .variation_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.variations .variation .value .variation_buttons_wrapper .variation_buttons a {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.variations .variation .value .variation_buttons_wrapper .variation_buttons a.selected:before {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #95DCDE;
  content: "";
}
.variations .variation .value .variation_buttons_wrapper .variation_buttons a .phoen_swatches {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  width: 28px !important;
  height: 28px !important;
}
.variations .variation .value .variation_buttons_wrapper .variation_buttons a.selected {
  background: #979797;
  color: #ffffff;
}
.variations .variation .value .variation_buttons_wrapper .variation_buttons a.selected span {
  border: none !important;
}
.variations .reset_variations {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 0;
  margin: 0 !important;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .variations .reset_variations {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .variations .reset_variations {
    font-size: 16px;
  }
}
.variations .reset_variations:hover {
  color: #000;
}

.woocommerce .quantity {
  display: inline-block;
}
.woocommerce .quantity .qty {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 70px;
  background: #D2D4D5;
  border: none;
  padding: 0 0 0 10px;
}

.related.products .products {
  margin-top: 30px;
}

.single-product .woocommerce-breadcrumb span {
  display: none;
}

.woocommerce-cart .cart-cont {
  margin: 0 auto;
  width: 840px;
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .cart-cont {
    padding: 0 20px;
  }
}
.woocommerce-cart form.woocommerce-cart-form {
  display: block;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form__cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 57px auto;
  grid-template-columns: 190px auto;
  grid-gap: 57px;
  position: relative;
  padding: 23px 0;
  border-top: 1px solid #D2D4D5;
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item {
    -ms-grid-columns: 102px 19px auto;
    grid-template-columns: 102px auto;
    grid-gap: 19px;
  }
}
.woocommerce-cart .product-thumbnail a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.woocommerce-cart .product-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-cart .sku_wrapper {
  color: #606A6E;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .sku_wrapper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .sku_wrapper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .sku_wrapper {
    margin-bottom: 9px;
  }
}
.woocommerce-cart .product-name a {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .product-name a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-name a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .woocommerce-cart .product-name a {
    font-size: 16px;
  }
}
.woocommerce-cart .product-name a:hover {
  color: #95DCDE;
}
.woocommerce-cart .product-price__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.woocommerce-cart .product-price {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #8E9497;
  margin-right: 20px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .product-price {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-price {
    font-size: 16px;
  }
}
.woocommerce-cart .product-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .product-subtotal {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal {
    font-size: 16px;
  }
}
.woocommerce-cart .product-subtotal span.label {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .product-subtotal span.label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal span.label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal span.label {
    display: none;
  }
}
.woocommerce-cart .product-quantity span.label {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .product-quantity span.label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-quantity span.label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-quantity span.label {
    display: none;
  }
}
.woocommerce-cart .product-quantity .quantity .qty {
  height: 32px;
  line-height: 32px;
  background: none;
  border: 1px solid #D2D4D5;
  font-size: 12px;
  width: 40px;
  margin-right: 20px;
}
.woocommerce-cart .edit-details .cont__edit {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .edit-details .cont__edit {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .edit-details .cont__edit {
    font-size: 16px;
  }
}
.woocommerce-cart .edit-details .cont__edit:hover {
  color: #000;
  text-decoration: underline;
}
.woocommerce-cart .product-remove {
  position: absolute;
  top: 16px;
  right: 0;
}
.woocommerce-cart .product-remove a {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .product-remove a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-remove a {
    font-size: 16px;
  }
}
.woocommerce-cart .product-remove a:before {
  width: 25px;
  height: 25px;
  background: url(images/delete.svg) center/contain no-repeat;
  margin-right: 8px;
  content: "";
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-remove a:before {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-remove a span {
    display: none;
  }
}
.woocommerce-cart .product-remove a:hover span {
  text-decoration: underline;
}
.woocommerce-cart .cart__buttons__cont {
  padding: 23px 0;
  border-top: 1px solid #D2D4D5;
  text-align: center;
}
.woocommerce-cart .woocommerce #respond input#submit.disabled,
.woocommerce-cart .woocommerce #respond input#submit:disabled,
.woocommerce-cart .woocommerce #respond input#submit:disabled[disabled],
.woocommerce-cart .woocommerce a.button.disabled,
.woocommerce-cart .woocommerce a.button:disabled,
.woocommerce-cart .woocommerce a.button:disabled[disabled],
.woocommerce-cart .woocommerce button.button.disabled,
.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled],
.woocommerce-cart .woocommerce input.button.disabled,
.woocommerce-cart .woocommerce input.button:disabled,
.woocommerce-cart .woocommerce input.button:disabled[disabled] {
  padding: 0 30px;
  background: #8E9497;
}
.woocommerce-cart .cart-collaterals {
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .cart-collaterals {
    padding: 0 20px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 27px 0 0 0;
  width: 100%;
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total {
    font-size: 20px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals p {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  margin-top: 9px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .cart-collaterals .cart_totals p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals p {
    font-size: 16px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 40px;
  font-family: "CircularStd", sans-serif;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #D2D4D5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 25px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  padding: 30px 0;
  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;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 350px;
  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;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(images/credit-card.svg) center/contain no-repeat;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.cart-empty {
  display: none !important;
}

.empty-cart {
  margin-top: 25px;
}
.empty-cart a {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .empty-cart a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .empty-cart a {
    font-size: 16px;
  }
}
.empty-cart a:hover {
  color: #95DCDE;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
  display: inline-block;
  width: 100% !important;
  background: none;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
    font-size: 16px;
  }
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, select::-moz-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, select::placeholder {
  color: #BBBFC1;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: calc(50% - 8.5px);
  padding: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 0 !important;
}

.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce form .form-row label {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout .woocommerce form .form-row label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce form .form-row label {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 110px 440px;
  grid-template-columns: auto 440px;
  grid-gap: 110px;
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout .woocommerce .checkout__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 29px;
    padding: 0 20px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns h3 {
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  padding: 44px 0 31px 0;
  border-top: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout .woocommerce .checkout__columns h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce .checkout__columns h3 {
    font-size: 20px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .woocommerce .checkout__columns select,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .woocommerce .checkout__columns select,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .woocommerce .checkout__columns select,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select::-moz-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::-moz-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select:-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single:-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select::-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::placeholder,
.woocommerce-checkout .woocommerce .checkout__columns select::placeholder,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout table.shop_table {
  border: none;
  background: #F7F7F7;
  padding: 20px;
}
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
  padding: 10px 5px;
}
.woocommerce-checkout table.shop_table .product-name__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 15px auto;
  grid-template-columns: 95px auto;
  grid-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout table.shop_table .product-name__cont {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout table.shop_table .product-name__cont {
    font-size: 18px;
  }
}
.woocommerce-checkout table.shop_table .product-name__cont .price {
  color: #8E9497;
}
.woocommerce-checkout table.shop_table .product-name__cont .price strong {
  font-weight: 500;
  margin-right: 10px;
}
.woocommerce-checkout table.shop_table .cart-subtotal th {
  font-weight: 500;
}
.woocommerce-checkout table.shop_table tfoot .woocommerce-Price-amount {
  float: right;
}
.woocommerce-checkout table.shop_table .woocommerce-shipping-totals,
.woocommerce-checkout table.shop_table .cart-discount {
  vertical-align: top;
}
.woocommerce-checkout table.shop_table .product-name dl.variation {
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout table.shop_table .product-name dl.variation {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout table.shop_table .product-name dl.variation {
    font-size: 16px;
  }
}
.woocommerce-checkout .col2-set h3 {
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  margin-right: 30px;
}
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .col2-set .col-2 {
    margin-top: 20px;
  }
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-column__title, .woocommerce-checkout .col2-set .col-2 .woocommerce-column__title {
  margin-bottom: 20px;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .col2-set select {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .col2-set select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .col2-set select {
    font-size: 16px;
  }
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, .woocommerce-checkout .col2-set select::-webkit-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce-checkout .col2-set select::-moz-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .woocommerce-checkout .col2-set select:-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, .woocommerce-checkout .col2-set select::-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::placeholder,
.woocommerce-checkout .col2-set select::placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  line-height: 1.8;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 100% !important;
  }
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text {
  display: inline-block;
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: none;
  border: 1px solid #D2D4D5;
  color: #000;
  padding: 0 20px;
}
.woocommerce-checkout .checkout_coupon button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  color: #000;
  border: 2px solid #6C6C6C;
  height: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout .checkout_coupon button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .checkout_coupon button {
    font-size: 16px;
  }
}
.woocommerce-checkout .checkout_coupon button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce-checkout .checkout_coupon button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-checkout .checkout_coupon button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-checkout .checkout_coupon button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .checkout_coupon button {
    font-size: 16px;
  }
}
.woocommerce-checkout .checkout_coupon button:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce-checkout .checkout_coupon button--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-checkout .checkout_coupon button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-checkout .checkout_coupon button:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout .checkout_coupon button {
    width: 200px !important;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .checkout_coupon button {
    width: 100% !important;
  }
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  float: none;
  margin: 0 auto;
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 16px;
  }
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce #payment #place_order--line,
.woocommerce-page #payment #place_order--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce #payment #place_order--line:hover,
.woocommerce-page #payment #place_order--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 1100px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 16px;
  }
}

.woocommerce-privacy-policy-text + .button {
  margin-top: 25px;
}

.woocommerce-checkout .woocommerce form .form-row {
  position: relative;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
  border: 1px solid #D2D4D5;
  padding: 10px;
}
.woocommerce-checkout .woocommerce form .form-row .required {
  color: #cd0d25 !important;
}
.woocommerce-checkout .woocommerce form .form-row.place-order .button {
  margin-top: 25px;
}
.woocommerce-checkout .woocommerce .argmc-wrapper form .form-row label.error {
  position: absolute;
  left: 0;
  bottom: -16px;
}

.select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  color: #7c7c7c;
}

.woocommerce-billing-fields {
  margin-bottom: 20px;
}

.woocommerce-order {
  margin-top: 40px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 15px;
}

.woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .woocommerce-columns--addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#add_payment_method #payment,
.woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
  background: none;
  border: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-radius: 0;
  background: #F7F7F7;
  border: 1px solid #D2D4D5;
  padding: 0;
}

.woocommerce-privacy-policy-text {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-privacy-policy-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-privacy-policy-text {
    font-size: 16px;
  }
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  text-align: center;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 16px;
  }
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px;
  border-top: 1px solid #D2D4D5;
}
#add_payment_method #payment ul.payment_methods li:nth-child(1),
.woocommerce-cart #payment ul.payment_methods li:nth-child(1),
.woocommerce-checkout #payment ul.payment_methods li:nth-child(1) {
  border: none;
}

.woocommerce-order-received .woocommerce-order {
  background: #F7F7F7;
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-top: 0;
}
.woocommerce-order-received .thank__cont {
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
.woocommerce-order-received .thank__cont .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-order-received .thank__cont .woocommerce-thankyou-order-received {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-order-received .thank__cont .woocommerce-thankyou-order-received {
    font-size: 18px;
  }
}
.woocommerce-order-received .woocommerce-order-details {
  padding-top: 29px;
  margin-top: 29px;
  border-top: 1px solid #D2D4D5;
}
.woocommerce-order-received .woocommerce-column__title {
  display: none;
}
.woocommerce-order-received table.shop_table {
  padding: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details,
.woocommerce-order-received .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce .woocommerce-order-downloads {
  margin-bottom: 29px;
}
.woocommerce-order-received .woocommerce-table__product-name a {
  color: #000;
}
.woocommerce-order-received .woocommerce-table__product-name a:hover {
  color: #95DCDE;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  border: none;
  border-top: 1px solid #D2D4D5;
  padding: 0;
  padding-top: 29px;
}
.woocommerce-order-received .woocommerce-Price-amount {
  float: right;
}
.woocommerce-order-received tfoot td {
  text-align: right;
  font-weight: 500 !important;
}
.woocommerce-order-received .woocommerce ul.order_details {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  display: block;
  float: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D2D4D5;
  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;
  padding: 20px 0;
}
.woocommerce-order-received .woocommerce ul.order_details li .woocommerce-Price-amount {
  float: none !important;
}

.woocommerce-account .woocommerce-form-login input.woocommerce-form__input-checkbox {
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 300px;
}
@media only screen and (max-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #D2D4D5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-child(1) {
  padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) {
  border: none;
  padding-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a {
  width: auto;
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  background: #95DCDE;
  color: #000;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 23px;
  min-width: 270px;
  text-align: center;
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a:hover {
  background-color: #0D5B74;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a--line {
  border: 2px solid #6C6C6C;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #95DCDE;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #95DCDE;
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 330px);
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard__title {
  width: 100%;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  color: #606A6E;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard__title {
    font-size: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard__title strong {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a {
  text-align: center;
  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;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  padding: 40px 20px;
  border: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:hover {
  background: #95DCDE;
  border-color: #95DCDE;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:nth-child(1):before {
  background: url(images/cart.svg) center/contain no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:nth-child(2):before {
  background: url(images/address.svg) center/contain no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:nth-child(3):before {
  background: url(images/avatar.svg) center/contain no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a span {
  width: 100%;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .account__subtitle {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  letter-spacing: -0.01em;
  color: #606A6E;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .account__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .account__subtitle {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 15% 20% 20% 30% 15%;
  grid-template-columns: 15% 20% 20% 30% 15%;
  border-bottom: 1px solid #BBBFC1;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column {
  padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column span {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column:nth-last-child(1) span {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
  width: 100%;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  padding: 20px 0 20px 10px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column a {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column a:hover {
  color: #95DCDE;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column:nth-last-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column:nth-last-child(1) .button {
  width: 100%;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address__title {
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #BBBFC1;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address__title {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  padding: 20px 0;
  font-size: 25px;
  font-family: "CircularStd", sans-serif;
  font-style: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  text-decoration: underline;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a:hover {
  color: #95DCDE;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-top: 5px;
  color: #606A6E;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  width: 100%;
  font-size: 30px;
  font-family: "CircularStd", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BBBFC1;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    font-size: 20px;
  }
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-ResetPassword {
  padding: 0 !important;
  margin: 0 auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: 337px;
  max-width: 100%;
}
.woocommerce-account .woocommerce-form-login input,
.woocommerce-account .woocommerce-ResetPassword input {
  width: 100%;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme {
  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;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  margin-left: 5px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce-ResetPassword .lost_password {
  text-align: center;
  margin-bottom: 27px;
  margin-top: 16px;
}
.woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
  font-size: 16px;
  font-family: "CircularStd", sans-serif;
  color: #000;
  margin: 0 auto;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-form-login .button__cont,
.woocommerce-account .woocommerce-ResetPassword .button__cont {
  width: 100%;
  text-align: center;
}
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-ResetPassword .button {
  margin: 0 auto;
  width: 199px;
  max-width: 100%;
  float: none;
}

@media only screen and (max-width: 600px) {
  .woocommerce-info {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-info:before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-info a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.woocommerce-info.woocommerce-Message--info .button {
  margin-bottom: 15px;
}
/*# sourceMappingURL=style.css.map */
