/*
Theme Name: Trusted Shops International
Version: 0.1
Requires at least: 5.1.1
Requires PHP: 7.3.3
Author: Trusted Shops GmbH
Author URI: https://www.trustedshops.de
Text Domain: ts
*/
body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width:  767px) {
  body.show-header-menu {
    overflow: hidden;
  }
  body.show-header-menu:before {
    content: '';
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: 2;
  }
  body.show-header-menu header > .menu .menu-header-menu-container-wrapper {
    display: flex;
  }
}
a {
  color: #005AA0;
}
a:hover {
  color: #1C8DC6;
}
body.admin-bar header {
  padding-top: 2.875rem;
}
body.admin-bar header > .menu .menu-header-menu-container-wrapper {
  top: calc(4.125rem + 46px);
}
header {
  background-color: #ffdc0f;
  padding: 2.125rem 0;
}
header .logo {
  margin-bottom: 1rem;
  display: inline-block;
}
header .logo img {
  height: 2.5rem;
}
@media (min-width:  768px) {
  header .logo img {
    height: 2.875rem;
  }
}
header > .menu {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header > .menu .menu-header-menu-container-wrapper {
  flex-basis: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 1.25rem;
  left: 1rem;
  background-color: #ffdc0f;
  border-radius: 2rem;
  z-index: 3;
}
@media (max-width:  767px) {
  header > .menu .menu-header-menu-container-wrapper {
    position: fixed;
    width: calc(100% - 2rem);
    padding: 1rem;
    font-size: 1.25rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container {
    flex-basis: 100%;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li {
    margin: 1rem 0;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > a {
    width: 100%;
    padding-right: 2.25rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > a:after {
    right: 1rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li.style-bold > a {
    font-weight: bold;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li.style-login > a {
    color: #212529;
    font-weight: normal;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.25rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li.style-login > a img {
    filter: invert(1);
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li.style-login > a:after {
    background-image: url(img/chevron-down-black.svg);
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul {
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 1.25rem;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25), 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    max-height: 0;
    margin: 0 -1.5rem;
    padding: 0;
    transition: all 250ms ease-out;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul > li {
    margin: 1rem 1.5rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul > li.style-extended:first-child > a {
    padding-top: 0;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul > li.style-extended:first-child > div {
    padding-bottom: .5rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul > li.style-extended:not(:first-child) {
    border-top: 1px solid #E5E5E5;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul > li.style-extended > a {
    margin-bottom: 1rem;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li > ul > li.style-extended > div {
    padding: 0;
  }
  header > .menu .menu-header-menu-container-wrapper .menu-header-menu-container > ul > li.expanded > ul {
    margin: 1rem -1.5rem;
  }
}
@media (min-width:  768px) {
  header > .menu .menu-header-menu-container-wrapper {
    display: flex;
    flex-basis: auto;
  }
  header > .menu .menu-header-menu-container-wrapper > a,
  header > .menu .menu-header-menu-container-wrapper > img,
  header > .menu .menu-header-menu-container-wrapper > hr {
    display: none;
  }
}
header > .menu .menu-header-menu-container-wrapper > img {
  height: 1.125rem;
  margin-right: 1rem;
  margin-top: 0.75rem;
}
header > .menu .menu-header-menu-container-wrapper hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  flex-basis: 100%;
  margin: 0 0 1rem 0;
}
header > .menu .show-menu {
  margin-bottom: 10px;
}
@media (min-width:  768px) {
  header > .menu .show-menu {
    display: none;
  }
}
header .headlines h1 {
  font-size: 2.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1;
  max-width: 850px;
  display: block;
  margin: 0 auto 1.5rem auto;
}
@media (min-width:  576px) {
  header .headlines h1 {
    font-size: 5rem;
  }
}
header .headlines h1:first-child {
  margin: 0 auto 1rem auto;
}
header .headlines h2 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin: 0 auto 1rem auto;
}
@media (min-width:  576px) {
  header .headlines h2 {
    font-size: 2rem;
  }
}
header .headlines h2:last-child {
  margin: 0 auto 1.5rem auto;
}
footer:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 8.8888%;
  background-image: url(img/ts-wave-footer-top.svg);
  background-size: cover;
  margin-top: -8.8888%;
  position: relative;
  background-position: center 100.1%;
}
footer section:first-child {
  padding: 2rem 0;
}
footer section:last-child {
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
}
@media (min-width:  768px) {
  footer section:last-child {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 2rem;
  }
}
@media (min-width:  992px) {
  footer section:last-child {
    padding: 1rem 4rem;
  }
}
footer section:last-child > div:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width:  768px) {
  footer section:last-child > div:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width:  768px) {
  footer section:last-child > div:first-child {
    flex-grow: 1;
  }
  footer section:last-child > div:last-child {
    margin-left: 1.5rem;
  }
}
section {
  position: relative;
  padding: 3.5rem 0;
  overflow: hidden;
}
section.white {
  background-color: #ffffff !important;
  color: #000000;
}
section.white + .wave.to-grey {
  padding-top: 9.4444%;
  background-image: url(img/wave-white-grey-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
section.black {
  background-color: #000000;
  color: #ffffff;
}
section.pineapple,
section.yellow {
  background-color: #ffdc0f;
  color: #000000;
}
section.grey,
section.gray {
  background-color: #E5E5E5;
  color: #000000;
}
section.grey + section,
section.gray + section {
  background-color: #E5E5E5;
  color: #000000;
}
section.grey + .wave.to-white,
section.gray + .wave.to-white {
  padding-top: 5.8333%;
  background-image: url(img/wave-grey-white-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
section.transparent + .wave.to-grey {
  padding-top: 9.4444%;
  background-image: url(img/wave-white-grey-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
section.content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
main section + section:not(.toc) {
  padding-top: 0;
}
header {
  padding-bottom: 4rem;
}
header h1 {
  margin-bottom: 0;
}
header + .wave {
  background-size: cover;
  background-position: center 100.1%;
}
header + .wave.wave-form-1 {
  padding-top: 6.6666%;
  margin-bottom: -6.6666%;
  background-image: url(img/wave-yellow-white-1.svg);
}
header + .wave.wave-form-2 {
  padding-top: 5.8333%;
  margin-bottom: -8%;
  background-image: url(img/wave-yellow-white-2.svg);
}
main section:first-child {
  padding-top: 0;
}
main section:last-child {
  padding-bottom: calc(3.5rem + 8.8888%);
}
h2 {
  color: #000000;
  font-size: 2.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  width: 100%;
  text-align: center;
  line-height: 2.75rem;
}
section.toc ol {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
}
@media (min-width:  768px) {
  section.toc ol {
    width: max-content;
  }
}
section.toc ol:before {
  content: '';
  background-color: #1C8DC6;
  width: 70%;
  left: 15%;
  height: .25rem;
  display: block;
  position: absolute;
  top: -2rem;
  border-radius: 1rem;
}
@media (min-width:  768px) {
  section.toc ol:after {
    content: '';
    display: block;
    position: absolute;
    left: .87rem;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 0.25rem dotted #1C8DC6;
  }
}
section.toc ol li {
  background: #005AA0;
  border-radius: 6.25rem;
}
section.toc ol li:not(:last-child) {
  margin-bottom: 2rem;
}
section.toc ol li a,
section.toc ol li a:hover {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: .4rem 4rem .4rem 3.25rem;
  position: relative;
}
section.toc ol li a span,
section.toc ol li a:hover span {
  background: #1C8DC6;
  border-radius: 100%;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  font-family: Roboto, sans-serif;
  position: absolute;
  left: -0.5rem;
  top: calc(50% - 1.5rem);
  border: .25rem solid white;
  z-index: 1;
}
section.toc ol li a:after,
section.toc ol li a:hover:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  top: calc(50% - .5rem);
  background-image: url(img/chevron-down-white.svg);
}
.toc-anchor {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #1C8DC6;
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 100%;
}
.toc + .wave {
  padding-top: 9.4444%;
  background-image: url(img/ts-wave-reviews-gray-1-top.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.menu-header-menu-container > ul {
  margin: 0;
  padding: 0;
}
.menu-header-menu-container > ul ul {
  padding-left: 1rem;
}
.menu-header-menu-container > ul ul > li.style-extended > a {
  padding-top: 1.5rem;
}
.menu-header-menu-container > ul ul > li > div {
  padding: 0 1rem 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  white-space: normal;
}
@media (min-width:  768px) {
  .menu-header-menu-container > ul {
    display: flex;
    align-items: center;
  }
  .menu-header-menu-container > ul > li:not(:last-child) {
    margin-right: .5rem;
  }
  .menu-header-menu-container > ul li {
    position: relative;
  }
  .menu-header-menu-container > ul li:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 16px;
  }
  .menu-header-menu-container > ul li.expanded ul {
    opacity: 1;
  }
  .menu-header-menu-container > ul li ul {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.04), 0 0 1px 0 rgba(0, 0, 0, 0.03);
    padding: 0;
    transition: all 250ms ease-out;
  }
  .menu-header-menu-container > ul li ul li {
    font-size: 1.125rem;
    white-space: nowrap;
  }
  .menu-header-menu-container > ul li ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }
  .menu-header-menu-container > ul li ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .menu-header-menu-container > ul li ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .menu-header-menu-container > ul li ul li:not(.style-extended):hover {
    background-color: #F5F9FA;
    color: #005AA0;
  }
  .menu-header-menu-container > ul li ul li:not(.style-extended):hover img {
    filter: invert(19%) sepia(69%) saturate(3229%) hue-rotate(191deg) brightness(93%) contrast(102%);
  }
  .menu-header-menu-container > ul li ul li > a {
    padding: .75rem 1rem;
    width: 100%;
    min-width: 170px;
  }
  .menu-header-menu-container > ul li ul li > a img {
    margin-right: .75rem;
    vertical-align: text-bottom;
  }
  .menu-header-menu-container > ul li ul li > a:not([href]) {
    cursor: default;
  }
}
@media (min-width:  768px) and (min-width:  992px) {
  .menu-header-menu-container > ul > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.menu-header-menu-container li {
  list-style: none;
}
.menu-header-menu-container li.style-bold {
  font-weight: 500;
}
.menu-header-menu-container li.style-login > ul {
  top: 48px;
}
.menu-header-menu-container li.style-login > a {
  background-color: #005AA0;
  color: white;
  padding: .5rem 2.5rem .5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
.menu-header-menu-container li.style-login > a img {
  margin-right: .5rem;
}
.menu-header-menu-container li.style-login > a:hover {
  color: white;
}
.menu-header-menu-container li.style-login > a:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  top: calc(50% - .5rem);
  background-image: url(img/chevron-down-white.svg);
}
.menu-header-menu-container a,
.menu-header-menu-container a:hover {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.menu-header-menu-container .menu-item-has-children > a {
  position: relative;
  padding-right: 1.25rem;
}
.menu-header-menu-container .menu-item-has-children > a:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: calc(50% - .5rem);
  background-image: url(img/chevron-down-black.svg);
}
@media (max-width:  767px) {
  .menu-header-menu-container img {
    margin-right: .5rem;
    vertical-align: text-bottom;
  }
  .menu-header-menu-container .menu-item-has-children.expanded > a {
    font-weight: bold !important;
  }
  .menu-header-menu-container .menu-item-has-children.expanded > a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    width: 36px;
    background-color: #1C8DC6;
  }
  .menu-header-menu-container .menu-item-has-children.expanded > a:after {
    background-image: url(img/chevron-up-black.svg);
  }
}
.menu-footer-menu-container {
  font-size: 0.875rem;
}
.menu-footer-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer-menu-container > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
@media (min-width:  576px) {
  .menu-footer-menu-container > ul {
    justify-content: center;
  }
}
.menu-footer-menu-container > ul > li {
  margin: 1rem 3rem;
  width: 100px;
}
.menu-footer-menu-container > ul > li > a,
.menu-footer-menu-container > ul > li > a:hover {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.25rem;
}
.menu-footer-menu-container > ul > li > a img,
.menu-footer-menu-container > ul > li > a:hover img {
  margin-right: .5rem;
}
.menu-footer-menu-container a,
.menu-footer-menu-container a:hover {
  color: inherit;
  text-decoration: none;
  line-height: 1.875rem;
  white-space: nowrap;
}
.menu-legal-menu-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width:  576px) {
  .menu-legal-menu-container ul {
    flex-direction: row;
    align-items: flex-start;
  }
}
.menu-legal-menu-container ul li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
@media (min-width:  576px) {
  .menu-legal-menu-container ul li {
    line-height: 1.2;
  }
  .menu-legal-menu-container ul li:not(:first-child):before {
    content: '|';
    position: absolute;
    left: -1px;
  }
  .menu-legal-menu-container ul li:not(:first-child) {
    padding-left: 1rem;
  }
  .menu-legal-menu-container ul li:not(:last-child) {
    padding-right: 1rem;
  }
}
.menu-legal-menu-container ul li a {
  color: inherit;
}
.menu-social-media-menu-container ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-social-media-menu-container ul li:not(:first-child) {
  padding-left: .5rem;
}
.menu-social-media-menu-container ul li:not(:last-child) {
  padding-right: .5rem;
}
.menu-social-media-menu-container ul li a {
  color: inherit;
  display: flex;
}
.menu-social-media-menu-container ul li a img {
  height: 1.125rem;
  width: 1.125rem;
}
.menu-social-media-menu-container ul li a span {
  display: none;
}
.menu-countries-container {
  width: 250px;
  height: 40px;
  position: relative;
}
.menu-countries-container ul {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-countries-container ul li {
  background: #ffffff;
  border-left: 1.5px solid #b2b2b2;
  border-right: 1.5px solid #b2b2b2;
}
.menu-countries-container ul li:not(:last-child) {
  display: none;
}
.menu-countries-container ul li:not(:last-child) a {
  border-bottom: 1px solid #E5E5E5;
}
.menu-countries-container ul li:first-child,
.menu-countries-container ul li:last-child {
  border-radius: 1.25rem;
  border-top: 1.5px solid #b2b2b2;
  border-bottom: 1.5px solid #b2b2b2;
}
.menu-countries-container ul li:first-child a,
.menu-countries-container ul li:last-child a {
  border-radius: 1.25rem;
}
.menu-countries-container ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
  padding: .25rem 3rem .25rem 1rem;
}
.menu-countries-container ul li a img {
  margin-right: .5rem;
  height: 1.125rem;
}
.menu-countries-container ul li a span {
  width: 154px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu-countries-container ul li:last-child a:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  bottom: calc(50% - .5rem);
  background-image: url(img/chevron-down-blue.svg);
}
.menu-countries-container ul.expanded li {
  display: list-item;
}
.menu-countries-container ul.expanded li:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.menu-countries-container ul.expanded li:first-child:not(:last-child) a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-countries-container ul.expanded li:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.menu-countries-container ul.expanded li:last-child:not(:first-child) a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu-countries-container ul.expanded li a:hover {
  background-color: #F5F9FA;
  color: #005AA0;
}
.menu-countries-container ul.expanded li:last-child a:after {
  transform: scaleY(-1);
}
.btn-primary {
  border-radius: 1.25rem;
  background-color: #005AA0;
  color: white;
  border: 2px solid #005AA0;
  font-size: 1.125rem;
  font-weight: 500;
  padding: .375rem 1.75rem;
  white-space: nowrap;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #1C8DC6 !important;
  border-color: #1C8DC6 !important;
  box-shadow: none!important;
}
.btn-primary.inverted {
  background-color: white;
  color: #005AA0;
  border: 2px solid #005AA0;
}
.btn-primary.inverted:hover,
.btn-primary.inverted:active,
.btn-primary.inverted:focus {
  color: white;
  border-color: #1C8DC6 !important;
  box-shadow: none!important;
}
.btn-primary.inverted:hover img,
.btn-primary.inverted:active img,
.btn-primary.inverted:focus img {
  filter: brightness(0) invert(1);
}
.btn-primary.bigger {
  padding: .75rem 1.75rem;
  border-radius: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.btn-primary img {
  vertical-align: text-bottom;
}
img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
span.valid,
span.blocked {
  color: white;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 2px 8px;
  white-space: nowrap;
}
span.valid.valid,
span.blocked.valid {
  background-color: #4db85f;
}
span.valid.valid img,
span.blocked.valid img {
  vertical-align: -1px;
}
span.valid.blocked,
span.blocked.blocked {
  background-color: #d63339;
}
span.valid.blocked img,
span.blocked.blocked img {
  vertical-align: -2px;
}
span.valid img,
span.blocked img {
  width: 15px;
  height: 15px;
}
.horizontal-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
blockquote {
  font-size: 1.5rem;
  line-height: 1.6875;
  font-style: italic;
}
.wp-caption-text {
  font-size: 1rem;
  text-align: center;
}
.module-arbitrary_content h2 {
  margin-bottom: 1rem;
}
.module-arbitrary_content h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 auto 2.75rem auto;
  max-width: 800px;
  position: relative;
}
.module-arbitrary_content h3:before {
  content: '';
  width: 70px;
  height: 4px;
  background-color: #1C8DC6;
  position: absolute;
  top: -15px;
  left: calc(50% - 35px);
  border-radius: 3.5px;
}
.module-arbitrary_content h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.module-arbitrary_content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module-arbitrary_content p:last-child {
  margin-bottom: 0;
}
.module-arbitrary_content + .wave {
  padding-top: 7.0138%;
  background-image: url(img/ts-wave-reviews-gray-3-top.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-arbitrary_content.yellow + .wave.to-white {
  padding-top: 5.8333%;
  background-image: url(img/wave-yellow-white-2.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-arbitrary_content.yellow + .wave.to-grey {
  padding-top: 5.8333%;
  background-image: url(img/wave-yellow-grey-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-personal_greeting .container {
  max-width: 940px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width:  992px) {
  .module-personal_greeting .container {
    flex-direction: row;
  }
}
.module-personal_greeting .container .image {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin-bottom: -2.5rem;
  z-index: 1;
  position: relative;
}
@media (min-width:  992px) {
  .module-personal_greeting .container .image {
    margin-bottom: 0;
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .module-personal_greeting .container .image {
    width: 450px;
    height: 450px;
  }
}
.module-personal_greeting .container .image .shape {
  background-image: url('img/testimonila-decoration-shape-blob.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  left: -12%;
  top: 24%;
  height: 67.55%;
  width: 43.11%;
}
@media (min-width:  992px) and (max-width:  1199px) {
  .module-personal_greeting .container .image .shape {
    left: -10%;
  }
}
.module-personal_greeting .container .image .portrait {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.module-personal_greeting .container .image .circle {
  position: absolute;
  height: 10.22%;
  width: 10.22%;
  border-radius: 50%;
  top: 72.22%;
  left: 2.88%;
  background-color: #0DBEDC;
  z-index: 2;
}
.module-personal_greeting .container .text {
  background-color: #ffffff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.04), 0 0 1px 0 rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 4rem 1rem 1rem 1rem;
}
@media (min-width:  992px) {
  .module-personal_greeting .container .text {
    padding: 4rem 3rem 4rem calc(3rem + 200px);
    margin-left: -200px;
  }
}
@media (min-width: 1200px) {
  .module-personal_greeting .container .text {
    padding: 4rem 3rem 4rem calc(3rem + 225px);
    margin-left: -225px;
  }
}
.module-personal_greeting .container .text h2 {
  color: #005AA0;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
.module-cards p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module-cards .content-before-cards {
  max-width: 920px;
  margin: 1rem auto 1rem auto;
}
.module-cards .row > div {
  padding-top: 2rem;
}
.module-cards .row > div > div {
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  background-color: white;
  padding: 1rem 2rem;
}
.module-cards .row > div > div img {
  margin: 1rem auto;
  height: 115px;
}
.module-cards .row > div > div h3 {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.module-cards .row > div > div p {
  font-size: 1.125rem;
}
.module-cards .content-after-cards {
  max-width: 920px;
  margin: 2.75rem auto 1rem auto;
}
.module-cards + .wave {
  padding-top: 18.4722%;
  background-image: url(img/ts-wave-reviews-gray-2-top.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-cards.grey + .wave.to-yellow {
  padding-top: 9.4444%;
  background-image: url(img/wave-grey-yellow-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-cards.yellow + .wave.to-white {
  padding-top: 5.8333%;
  background-image: url(img/wave-yellow-white-2.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-facts h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 auto 2.75rem auto;
  max-width: 800px;
  position: relative;
}
.module-facts h3:before {
  content: '';
  width: 70px;
  height: 4px;
  background-color: #1C8DC6;
  position: absolute;
  top: -15px;
  left: calc(50% - 35px);
  border-radius: 3.5px;
}
.module-facts p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module-facts .content-before-facts {
  max-width: 920px;
  margin: 1rem auto 1rem auto;
}
.module-facts .container .container {
  max-width: 700px;
}
.module-facts .row > div {
  padding-top: 2rem;
}
.module-facts .row > div > div {
  height: 100%;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.module-facts .row > div > div img {
  margin: 1rem auto;
  height: 115px;
}
.module-facts .row > div > div h3 {
  font-size: 2.75rem;
  line-height: 1;
  text-align: center;
  margin: 0;
  font-weight: bold;
  color: #005AA0;
}
.module-facts .row > div > div h3:before {
  display: none;
}
.module-facts .row > div > div p {
  font-size: 1.125rem;
}
.module-facts .content-after-facts {
  max-width: 920px;
  margin: 2.75rem auto 1rem auto;
}
.module-phone_and_text {
  overflow: visible;
}
.module-phone_and_text h4 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: .25rem;
}
.module-phone_and_text h3 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.module-phone_and_text p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module-phone_and_text p:last-child {
  margin-bottom: 0;
}
.module-phone_and_text p.arrow-1 {
  transform: translateX(-5rem);
}
.module-phone_and_text p.arrow-2 {
  transform: translateX(5rem);
}
@media (min-width:  768px) {
  .module-phone_and_text .row .order-md-2 {
    margin-top: -5rem;
  }
}
.module-phone_and_text + .wave {
  padding-top: 15.2777%;
  background-image: url(img/ts-wave-reviews-gray-1-bottom.svg);
  background-size: cover;
}
@media (min-width:  768px) {
  .module-phone_and_text + .wave {
    position: relative;
    margin-top: -3rem;
  }
}
.module-phone_and_text.white + .wave.to-yellow {
  padding-top: 5.8333%;
  background-image: url(img/wave-white-yellow-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-laptop_and_text p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module-laptop_and_text p:last-child {
  margin-bottom: 0;
}
@media (max-width:  767px) {
  .module-laptop_and_text p {
    text-align: left !important;
  }
}
@media (max-width:  767px) {
  .module-laptop_and_text img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width:  768px) {
  .module-laptop_and_text .container .row:first-child {
    margin-top: 9rem !important;
  }
  .module-laptop_and_text .container .row:last-child {
    margin-bottom: -8rem !important;
  }
  .module-laptop_and_text .container .row .order-0:not(.order-md-2) img {
    float: right;
    transform: translate(6rem, -6rem);
  }
  .module-laptop_and_text .container .row .order-0 img {
    float: left;
    transform: translate(0, -8rem);
  }
}
.module-laptop_and_text + .wave {
  padding-top: 9.4444%;
  background-image: url(img/ts-wave-reviews-gray-2-bottom.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-laptop_and_text.white + .wave.to-grey {
  padding-top: 9.4444%;
  background-image: url(img/wave-white-grey-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-columns {
  overflow: visible;
}
.module-columns .boxed .col-lg-2,
.module-columns .boxed .col-lg-3,
.module-columns .boxed .col-lg-4,
.module-columns .boxed .col-lg-6 {
  margin-top: -45px;
  margin-bottom: 95px;
}
.module-columns .boxed .col-lg-2:last-child,
.module-columns .boxed .col-lg-3:last-child,
.module-columns .boxed .col-lg-4:last-child,
.module-columns .boxed .col-lg-6:last-child {
  margin-bottom: 0;
}
.module-columns .boxed .col-lg-4 {
  order: 1;
}
.module-columns .boxed .col-lg-4:nth-child(2) {
  order: 0;
}
.module-columns .boxed:after {
  order: 1;
}
@media (min-width:  576px) {
  .module-columns .boxed {
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.07), 0 -20px 35px 3px rgba(0, 0, 0, 0.16);
  }
  .module-columns .boxed:after {
    content: '';
    width: 100%;
    height: 70px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    transform: scale(1, 1.5);
    transform-origin: top;
  }
}
@media (min-width:  576px) and (min-width:  992px) {
  .module-columns .boxed .col-lg-2,
  .module-columns .boxed .col-lg-3,
  .module-columns .boxed .col-lg-4,
  .module-columns .boxed .col-lg-6 {
    margin-top: -45px;
    margin-bottom: 0;
  }
  .module-columns .boxed .col-lg-4:first-child {
    border-right: 2px solid #d8d8d8;
  }
  .module-columns .boxed .col-lg-4:nth-child(2) {
    order: 1;
  }
  .module-columns .boxed .col-lg-4:last-child {
    border-left: 2px solid #d8d8d8;
  }
}
.module-columns h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 2rem auto 2.75rem auto;
  max-width: 800px;
  position: relative;
}
.module-columns h3:before {
  content: '';
  width: 70px;
  height: 4px;
  background-color: #1C8DC6;
  position: absolute;
  top: -15px;
  left: calc(50% - 35px);
  border-radius: 3.5px;
}
.module-columns.grey + .wave.to-white {
  padding-top: 5.8333%;
  background-image: url(img/wave-grey-white-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-columns.white + .wave.to-grey {
  padding-top: 6.6666%;
  background-image: url(img/wave-white-grey-2.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-caution_box {
  padding-left: 1rem;
  padding-right: 1rem;
}
.module-caution_box .box {
  background: #f5f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.04);
  max-width: 820px;
  margin: 0 auto;
  padding: 1.75rem;
}
.module-caution_box .box h2 {
  text-align: left;
  color: #2a2a2a;
  font-size: 1.5rem;
  font-weight: 500;
}
.module-caution_box .box ul {
  margin: 0;
  list-style: none;
}
.module-caution_box .box ul li {
  position: relative;
}
.module-caution_box .box ul li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(img/icon-feedback-cancel-circle-red.svg);
  background-size: contain;
  position: absolute;
  left: calc(-16px - 1.25rem);
  top: 6px;
}
.module-caution_box + .wave.to-grey {
  padding-top: 9.4444%;
  background-image: url(img/wave-white-grey-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-benefits_box {
  padding-left: 1rem;
  padding-right: 1rem;
}
.module-benefits_box .box {
  background: #f5f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.04);
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.module-benefits_box .box h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #ffdc0f;
  padding: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.module-benefits_box .box h3 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  padding: 1rem;
}
.module-benefits_box .box ul {
  margin-left: 2rem;
  list-style: none;
}
.module-benefits_box .box ul li {
  position: relative;
}
.module-benefits_box .box ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(img/icon-feedback-check-green.svg);
  background-size: contain;
  position: absolute;
  left: calc(-16px - 1.25rem);
  top: 4px;
}
.module-benefits_box + .wave.to-yellow {
  padding-top: 9.4444%;
  background-image: url(img/wave-grey-yellow-1.svg);
  background-size: cover;
  background-position: center 100.1%;
}
.module-shop_tiles h2 {
  margin-bottom: 4.5rem;
}
.module-shop_tiles .btn-primary {
  font-size: 1rem;
  padding: .375rem 1.25rem;
}
.module-shop_tiles .row > div > div {
  height: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
.module-shop_tiles .row > div > div > a:first-child {
  display: block;
  padding-bottom: 64.16%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
}
.module-shop_tiles .row > div > div > a:first-child > div {
  position: absolute;
  bottom: -15px;
}
.module-shop_tiles .row > div > div > a:first-child > div > img {
  height: 30px;
  width: auto;
  border-radius: 3px;
  border: 10px solid white;
  box-sizing: content-box;
  background-color: white;
}
.module-shop_tiles .row > div > div > a:nth-child(3) {
  width: max-content;
  margin: 0 auto;
  color: inherit;
}
.module-shop_tiles .row > div > div > a:nth-child(3):hover {
  text-decoration: none;
}
.module-shop_tiles .row > div > div > h3 {
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  margin: 2rem 0;
}
.module-shop_tiles .row > div > div img.trustmark {
  height: 25px;
  width: auto;
}
.module-shop_tiles .row > div > div .stars {
  width: 140px;
  height: 25px;
  position: relative;
  transform: translateY(-2px);
}
.module-shop_tiles .row > div > div .stars > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.module-shop_tiles .row > div > div .stars > div.stars-yellow {
  background-image: url(img/stars-yellow.svg);
}
.module-shop_tiles .row > div > div .stars > div.stars-grey {
  background-image: url(img/stars-grey.svg);
}
body.blog h1 {
  text-align: center;
}
.category-link {
  background-color: #E5E5E5;
  padding: .375rem .5rem;
  border-radius: .25rem;
  line-height: 1;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-link:hover {
  color: inherit;
  text-decoration: none;
}
.post-preview {
  display: flex;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
}
.post-preview.post-preview-featured {
  flex-direction: row;
}
.post-preview.post-preview-featured .post-preview-thumbnail {
  width: 50%;
  flex-shrink: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.post-preview.post-preview-popular,
.post-preview.post-preview-generic {
  flex-direction: column;
  height: 100%;
}
.post-preview.post-preview-popular .post-preview-thumbnail,
.post-preview.post-preview-generic .post-preview-thumbnail {
  padding-bottom: 56.25%;
  background-color: #E5E5E5;
  background-position: center center;
  background-size: cover;
}
.post-preview > div:first-child,
.post-preview .post-preview-interactions {
  padding: 1rem;
}
.post-preview > div:first-child {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post-preview > div:first-child > *:not(:first-child) {
  margin: 1rem 0 0 0;
}
.post-preview .post-preview-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
}
.post-preview .post-preview-meta .category-link:only-child {
  position: relative;
  margin: 0 auto 0.75rem auto;
  overflow: visible;
}
.post-preview .post-preview-meta .category-link:only-child:after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  left: calc(50% - 6rem / 2);
  height: 2px;
  width: 6rem;
  background-color: #1C8DC6;
}
.post-preview .post-preview-meta .post-preview-meta-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: .375rem .5rem;
}
.post-preview .post-preview-meta .post-preview-meta-date img {
  height: 1rem;
  margin-right: .25rem;
  vertical-align: bottom;
}
.post-preview h2 {
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: left;
  flex-grow: 1;
}
.post-preview p {
  font-size: 1rem;
  line-height: 1.25;
}
.post-preview .read-more {
  font-size: 1rem;
  padding: .25rem 1rem;
  display: inline-block;
}
.post-preview .post-preview-interactions {
  display: flex;
  font-size: 1rem;
}
.post-preview .post-preview-interactions > div {
  flex-grow: 1;
  text-align: center;
}
.post-preview .post-preview-interactions > div img {
  height: 1rem;
  vertical-align: text-top;
  margin-right: 0.25rem;
}
/*# sourceMappingURL=style.css.map */