/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base styles */
body {
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 14px;
  color: #2c313a;
  background-color: white;
}

a {
  color: #20a4b0;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #13939e;
  text-decoration: none;
}

.btn-primary {
  background-color: #f26d0f;
  border-color: #f26d0f;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #d75e09;
  border-color: #d75e09;
  box-shadow: none;
}

.btn-round {
  border-radius: 9999px;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 20px;
}

/* Header */
.header {
  background-color: white;
  box-shadow: 0px 8px 16px rgba(129, 134, 142, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  height: 60px;
}

.header-logo img {
  height: 36px;
  margin-right: 10px;
}
.navbar-toggler {
  padding: 0.25rem 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler img {
  height: 32px;
  width: 30px;
}
.navbar-nav a,
.nav-link:focus,
.nav-link:hover {
  color: #2c313a;
  font-size: 14px;
}

.navbar .input-group .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.navbar .input-group {
  border: 1px solid #cfd3db;
  border-radius: 12px;
  padding: 4px;
  flex-wrap: nowrap;
}
.navbar .input-group:focus-within {
  border-color: #3cb6c1;
}
.navbar .input-group-text,
.navbar .input-group .form-control {
  border-color: transparent;
  background-color: white;
  border-radius: 12px;
}

.navbar .input-group .form-control {
  width: 140px;
  padding-left: 0;
}

.navbar-nav a:hover,
.navbar-nav a:focus {
  color: #20a4b0;
  background-color: transparent;
}

.dropdown-menu {
  background-color: white;
  border-width: 0;
  color: #2c313a;
  font-size: 14px;
  box-shadow: 0px 20px 32px 4px rgba(129, 134, 142, 0.2);
  border-radius: 8px;
}
.dropdown-menu a {
  color: #2c313a;
}

.dropdown-menu .dropdown-item {
  padding: 10px 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-menu a:hover,
.dropdown-item.show {
  background-color: #e0eefa;
  color: #1e2125;
}
.navbar #searchform {
  display: none;
}
.navbar #searchformmobile {
  display: block;
}
/* 
MULTI LEVEL DROPDOWN  */
.dropdown-hover-all .dropdown-menu,
.dropdown-hover > .dropdown-menu.dropend {
  margin-left: -1px !important;
}

/* Product Preview */
.product-preview {
  margin: 4rem 0;
}
.product-preview-title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  margin: 0 0 25px;
  font-weight: 700;
}

.product-preview .glider-contain {
  max-height: 320px;
  overflow: hidden;
}

.product-preview .glider {
  display: flex;
  gap: 12px;
  flex-direction: row;
  overflow-x: scroll;
  width: 100%;
}

.product-preview .glider:has(.glider-track) {
  gap: 0;
  overflow-x: hidden;
  padding-right: 20px;
}

.product-preview .glider .product-card {
  flex: 0 0 200px;
  justify-content: space-between;
}

.product-preview .glider-track {
  gap: 12px;
  padding-right: 20px;
}

.main-content {
  padding-top: 80px;
  min-height: 50vh;
}

.main-content.single-post {
  background-color: #f0f6ff;
}

.product-card {
  background: linear-gradient(230.74deg, #8ec8f8 0.81%, #e0eefa 82.04%);
  box-shadow: 0px 12px 16px rgba(129, 134, 142, 0.12);
  border-radius: 12px;
  padding: 1rem;
  min-height: 236px;
  border-color: transparent;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  max-width: 200px;
}

.product-card-logo-wrapper {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-logo {
  height: 32px;
  object-fit: contain;
}

.product-card.schoters .product-card-logo,
.product-card.roboguru-plus .product-card-logo {
  height: 44px;
}

.product-card-pattern {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  height: 80px;
  z-index: 0;
}

.product-card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #2c313a;
  margin-top: 12px;
  margin-bottom: 4px;
  z-index: 1;
  position: relative;
}

.product-card-text,
.product-card-text:hover {
  color: #212529;
  text-decoration: none;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 12px;
}

.product-card .btn {
  height: 36px;
  background: #ffffff;
  border: 1px solid #cfd3db;
  border-radius: 96px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #2c313a;
  cursor: pointer;
}
.product-card .btn:hover {
  background: #f6f8fb;
  border: 1px solid #cfd3db;
}

.product-card.runner {
  background: linear-gradient(135deg, #f9cbab 0%, #faf4e0 100%);
}

.product-card.dasher {
  background: linear-gradient(135.22deg, #b0d8f9 0%, #f3e4f6 97.52%);
}
.product-card.sprinter {
  background: linear-gradient(135deg, #e5bdee 14.64%, #f8e1e2 85.36%);
}
.product-card.ranger {
  background: linear-gradient(135deg, #e5bdee 0%, #e7e9f8 100%);
}
.product-card.explorer {
  background: linear-gradient(135deg, #b0d8f9 0%, #e7e9f8 100%);
}
.product-card.toefl {
  background: linear-gradient(135deg, #96d5e6 0%, #e0eefa 100%);
}
.product-card.professional {
  background: linear-gradient(135deg, #e0eefa 0%, #b0d8f9 100%);
}

.latest-article {
  margin-bottom: 4rem;
}
.latest-article .glider-track {
  gap: 24px;
}

.latest-article .glider {
  display: flex;
  gap: 24px;
  flex-direction: row;
  overflow-x: scroll;
  width: 100%;
  margin-top: 16px;
}

.latest-article .glider:has(.glider-track) {
  gap: 0;
  overflow-x: hidden;
  padding-right: 20px;
}

.latest-article .content {
  margin: 0;
  min-width: 300px;
}

.latest-article .content img {
  border-radius: 12px;
  margin-bottom: 16px;
}

.latest-article .content .content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-article .content .content-info {
  font-size: 14px;
  line-height: 22px;
}

/* Content */
.content {
  margin: 32px 0;
}

.content img {
  max-width: 100%;
  object-fit: contain;
}

.content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #2c313a;
}

.content-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.content-author a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2c313a;
  text-decoration: none;
  margin-bottom: 8px;
}

.content-author a:hover,
.content-author a:focus {
  color: #2eb5c0;
}

.content-info {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5e677b;
}

.content-body {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}

.content-body p {
  margin-bottom: 1rem;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

.content-meta-tags {
  margin-bottom: 10px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.content-meta-tags a[rel='tag'] {
  background: #def3f5;
  color: #13939e;
  border: none;
  padding: 4px 12px;
  border-radius: 9999px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
}

.content-meta-tags a[rel='tag']:hover,
.content-meta-tags a[rel='tag']:focus {
  opacity: 0.9;
  text-decoration: none;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0;
}

.content-grid .content {
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease, box-shadow 0.2s;
  cursor: pointer;
}

.content-grid .content:hover {
  transform: translateY(-4px);
}
.content-grid .content img {
  border-radius: 12px;
  margin-bottom: 16px;
}

.content-grid .content .content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: #2c313a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-grid .content .content-meta span {
  color: #5e677b;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

/* Author on Post */
.author-post {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 12px;
  background: #e0eefa;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 1rem;
}

.author-post .author-avatar {
  height: 64px;
  width: 64px;
  border-radius: 50%;
}

.author-post > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-post .author-description {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5e677b;
}

.author-post .author-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2c313a;
}

/* /Share on Post */
.share-post {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 1rem;
}

.share-post > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #2c313a;
}

.share-post ul.socmed {
  list-style: outside none none;
  display: flex;
  gap: 12px;
  align-items: center;
}

.share-post .socmed a {
  display: inline-block;
}

.share-post .socmed img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.related-posts {
  border-top: 1px solid #cfd3db;
}

.related-posts .content-grid {
  margin-top: 1rem;
}
.banner-product-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2%;
}
.banner-product {
  align-items: center;
  /* background: url(https://f.hubspotusercontent40.net/hubfs/2828691/1%20Banner%20Homepage%20RG/bg-banner-product.png),
    linear-gradient(95.68deg, #ff4546 0%, #ff4546 0.01%, #2323e6 118.2%);
  background-position-x: right, center;
  background-position-y: top, center;
  background-repeat: no-repeat;
  background-size: contain, cover; */
  border-radius: 8px;
  display: grid;
  float: none;
  grid-template-columns: 1fr auto;
  margin: auto;
  text-align: center;
  width: 90%;
  max-width: 447px;
  color: white;
  font-size: 14px;
  background: none;
  padding: 1rem 0;
}
.banner-product:hover,
.banner-product:focus {
  color: white;
}

.banner-product.alert-dismissible .btn-close {
  background-color: white;
  opacity: 1;
  border-radius: 50%;
  background-size: 10px;
  height: 20px;
  width: 20px;
  padding: 4px;
  left: -14px;
  top: -14px;
  border: 1px solid #0495c4;
}

.banner-product .arrow-right {
  position: absolute;
  right: 0;
}
/* Footer */
.footer {
  color: #fff;
  background: #1a202c !important;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.footer .office {
  margin-bottom: 24px;
}

.footer .office img {
  height: 40px;
  object-fit: contain;
  margin-bottom: 8px;
}

.footer-menu {
  padding-bottom: 2rem;
}
.footer a,
.footer p {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
}

.footer a {
  cursor: pointer;
}

.footer a:hover,
.footer a:focus {
  color: #2eb5c0;
}

.footer .icon-call-us {
  width: 24px;
  height: 24px;
}
.footer .hq,
.footer .download-list .title {
  font-weight: bold;
}

.footer .download-list ul {
  list-style: outside none none;
  display: flex;
  flex-direction: column;
}

.footer .download-list ul img {
  height: 42px;
  object-fit: contain;
}

.footer-menu .title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}

.footer-menu li {
  margin-bottom: 4px;
}

.footer-menu.call-us address {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu.call-us address a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-menu.social a {
  display: inline-block;
  padding-right: 4px;
}
.footer-menu.social a > img {
  height: 32px;
  width: 32px;
}

.footer-copyright {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 18px;
  text-align: center;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #2c313a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright > p {
  color: #5e677b !important;
  max-width: 60%;
  text-align: right;
}

/* Tag Section */
section.tag-section {
  padding: 1rem 0;
}

.tag-section .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tag-section h2 {
  font-weight: 700;
  font-size: 28px;
}

.tag-section .title-section a {
  position: relative;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}

.form-control.round {
  border-radius: 24px;
}

/* Sidebar */
#sidebar {
  background: white;
  padding: 0;
  margin-top: 1rem;
  position: sticky;
  top: 112px;
  margin-bottom: 2rem;
  border-left: 0px solid #cfd3db;
}

#sidebar ul {
  list-style: outside none;
}
#sidebar ul > li {
  margin-bottom: 1rem;
}
#sidebar ul > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 12px;
}

#sidebar ul > li > a:hover,
#sidebar ul > li > a:focus {
  text-decoration: none;
  color: #2eb5c0;
}

#sidebar ul > li img {
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  width: 144px;
}

#sidebar ul > li span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  color: #2c313a;
}

.latest-article-cta {
  margin-bottom: 16px;
  min-height: 133px;
  display: flex;
  flex-wrap: nowrap;
  /* overflow-x: auto; */
  white-space: nowrap;
  width: 100%;
  justify-content: flex-start;
}

.latest-article-cta img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.latest-article-cta a {
  display: inline-block;
  width: 100%;
  flex: 0 0 auto;
  margin-right: 10px;
}

#popupPromo .modal-content {
  background: transparent;
  border-color: transparent;
  position: relative;
}

#popupPromo .glider {
  max-height: 500px;
  overflow: hidden;
}
#popupPromo .button-wrapper {
  background-color: white;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  right: -12px;
  top: -12px;
}

#popupPromo .btn-close {
  width: 24px;
  height: 24px;
}

/* search */
.search-empty-container {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 24px;
}

.empty-illustration {
  object-fit: contain;
  height: 148px;
}

.search-empty-container p {
  text-align: center;
}

.search-empty-container .empty-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.search-empty-container .empty-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5e677b;
}

/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.nav-links {
  display: flex;
  gap: 12px;
}

.page-numbers {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: block;
  min-width: 24px;
  height: 24px;
  text-align: center;
  color: #2c313a;
}

.page-numbers.current {
  background: #20a4b0;
  color: white;
  border-radius: 50%;
}

.content-body ol {
  list-style: inherit;
  list-style-type: decimal;
  margin-left: 20px;
}

.content-body ul {
  list-style: inherit;
  margin-left: 20px;
}

.content-body table, .content-body td {
  border: 1px solid #000;
  padding: .5rem;
}

.nav-item.dropdown {
  height: fit-content;
}

.nav-link.dropdown-toggle {
  color: #2c313a;
  font-size: 14px;
  padding-right: 0.5rem!important;
  padding-left: 0.5rem!important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    inset: 0;
    position: fixed;
    background: rgb(44 49 58 / 50%);
    z-index: 2;
  }

  .navbar-head-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 8px 16px rgba(129, 134, 142, 0.08);
    background: white;
    padding: 8px 16px 8px 30px;
    height: 76px;
    position: relative;
    max-width: 448px;
  }

  .navbar-nav {
    background: white;
    height: 100vh;
    overflow-y: scroll;
    padding: 8px 16px;
    padding-bottom: 100px;
    max-width: 448px;
  }

  .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-nav a:hover,
  .navbar-nav a:focus {
    background: #e0eefa;
    color: #2c313a;
  }

  .dropdown-menu {
    border-radius: 0;
    border-width: 0;
    border-left-width: 1px;
    padding-left: 8px;
    margin-top: 4px !important;
    padding-top: 4px;
  }

  .dropdown-item {
    padding: 8px 16px;
  }

  .footer .office {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    text-align: center;
  }

  .footer .office address {
    max-width: 420px;
  }

  .footer-menu.call-us .title {
    text-align: center;
  }

  .footer-menu.call-us address {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .header-logo img {
    height: 40px;
    margin-right: 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar #searchformmobile {
    display: none;
  }
  .navbar #searchform {
    display: block;
  }
}

@media (min-width: 768px) {
  .product-card-pattern {
    height: 124px;
  }
  .latest-article .content {
    margin: 0;
    min-width: 520px;
  }
  .content-grid {
    column-gap: 24px;
    row-gap: 32px;
  }

  #sidebar {
    margin-top: 0;
    padding: 1rem 0 1rem 0.5rem;
  }

  .col-md-8.post {
    border-right: 1px solid #cfd3db;
    padding-right: 24px;
    margin: 2rem 0;
  }
  .col-md-8.post .content {
    margin-top: 0;
  }
  .content-body table {
    min-width: 20rem;
  }

}

@media (max-width: 767px) {
  .header-inner {
    flex-wrap: wrap;
  }
  .navbar #searchformmobile {
    max-width: 170px;
    font-size: 12px;
  }

  .header-nav {
    order: 2;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer {
    padding: 2rem 0;
  }

  .footer .hq,
  .footer .download-list .title {
    text-align: center;
  }

  .footer-menu.call-us address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 16px;
  }

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

  #sidebar {
    padding: 0;
    border-left-width: 0;
  }

  .content-grid .content a {
    display: flex;
    gap: 16px;
  }

  .content-grid .content img {
    height: 90px;
    object-fit: contain;
  }

  .content-grid .content .content-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }

  .content-grid .content .content-meta span {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
  }

  .product-preview {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .product-preview-title {
    font-size: 22px;
  }

  .page-title {
    font-size: 22px;
  }

  .tag-section h2 {
    font-size: 22px;
  }

  .tag-section .title-section a {
    font-size: 12px;
    line-height: 18px;
  }

  .content {
    margin-top: 8px;
  }

  .content-grid {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .content-title {
    font-size: 24px;
    line-height: 36px;
  }

  .content-author {
    font-size: 14px;
    line-height: 22px;
  }

  .content-info {
    font-size: 12px;
    line-height: 18px;
  }
  .content-body {
    font-size: 14px;
  }

  #sidebar h2 {
    font-size: 22px !important;
  }

  .footer-copyright > p {
    font-size: 12px;
  }

  .footer .col.centered {
    width: 100%;
  }

  .footer .col.centered .download-list ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }

  .footer .col.centered .download-list ul img {
    height: 30px;
    align-items: center;
  }

  .footer .col.centered .footer-menu .title {
    text-align: center;
  }
  .content-body table {
    min-width: 7rem;
  }
}
/* GLIDER */
.glider,
.glider-contain {
  margin: 0 auto;
  position: relative;
}
.glider,
.glider-track {
  transform: translateZ(0);
}
.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}
.glider-contain {
  width: 100%;
}
.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-navigation,
.glider-button-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.glider-navigation {
  margin-top: 4px;
}
.glider-next,
.glider-prev {
  background: 0 0;
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 4px;
  box-shadow: 0px 12px 16px rgba(26, 29, 34, 0.12);
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-next > img,
.glider-prev > img {
  height: 36px;
  width: 36px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.glider-dot {
  display: block;
  cursor: pointer;
  color: #cfd3db;
  border-radius: 999px;
  background: #cfd3db;
  width: 8px;
  height: 8px;
  margin: 6px;
}
.glider-dot:focus,
.glider-dot:hover {
  background: #ddd;
}
.glider-dot.active {
  background: #20a4b0;
  width: 16px;
  height: 16px;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }

  .glider-dot.active {
    width: 12px;
    height: 12px;
  }

  .glider-dot {
    width: 8px;
    height: 8px;
  }
}
.content img.aligncenter {
  display: block;
  margin: 0 auto;
}