/*
Theme Name:     SI&C
Template Name:  Twenty Twenty-Five
Theme URI:      https://wordpress.org/themes/twentytwentyfive/
Description:    Child theme for Twenty Twenty-Five
Author:         Monstar-Lab Vietnam
Author URI:     https://monstar-lab.com/vn/
Template:       twentytwentyfive
Version:        1.0.0
*/

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:where(.wp-site-blocks *:focus) {
  outline: none;
}
a {
  transition: color 0.3s ease;
}
.wp-block-list a:hover,
.wp-block-navigation a:hover,
.wp-block-navigation a.active {
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: none;
}
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main > .entry-content > :where(.is-layout-constrained) {
  margin: 0;
}
header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
  background: #fff;
  transition: box-shadow 0.3s ease;
  border-bottom: 1px solid #f5f5f5;
}
header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.home header {
  border-bottom: 0;
}
.admin-bar header {
  top: 32px;
}
/* Button */
.wp-element-button {
  transition: background-color 0.3s ease;
}
.wp-element-button img {
  height: 20px;
  vertical-align: sub;
  margin-right: 8px;
}
.wp-element-button {
  min-height: 50px;
  min-width: 200px;
}
.is-style-btn-large-secondary img,
.is-style-btn-large img {
  height: 27px;
  margin-right: 11px;
}
.btn-has-arrow .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 8px;
  background: url(assets/images/link-arrow.svg) no-repeat;
  vertical-align: super;
  margin-left: 18px;
  position: relative;
  top: 2px;
}
.is-style-btn-large-secondary .wp-element-button:hover,
.is-style-btn-secondary .wp-element-button:hover {
  background-color: #ce4782;
}

/* hero-banner-section */
.hero-banner-section {
  position: relative;
}
.hero-banner-section .wp-block-cover__background {
  display: none;
}
.hero-banner-section > .wp-block-cover__inner-container {
  position: static;
}
.hero-banner-section h2 {
  font-size: clamp(32px, 4.2vw, 60px) !important;
}
.hero-banner-section h2 strong {
  font-size: clamp(38px, 4.86vw, 70px) !important;
  color: var(--wp--preset--color--secondary);
  font-weight: inherit;
}
.hero-banner-section p {
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.hero-banner-section .hero-banner-background-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: none;
}
.hero-banner-section .hero-banner-background-image p {
  display: none;
}
.hero-banner-section .hero-banner-background-image img {
  width: 100%;
  max-width: none !important;
}

.button-group-section .wp-block-cover__image-background {
  background-position: 50% 50% !important;
  background-color: #d584ac;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.15) 2px,
    transparent 2px
  ) !important;
  background-size: 23px 23px;
}

/* Section heading group */
.section-heading-group h5 {
  background: linear-gradient(to left, #bf0562 0%, #79003b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  padding: 1px 18px 2px;
  text-align: center;
  font-weight: 900;
}
.section-heading-group h5::before,
.section-heading-group h5::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 46px;
  background-color: #bf0562;
  border-radius: 6px;
  background: linear-gradient(to bottom, #79003b, #bf0562);
  left: 0;
  top: 50%;
  transform: rotate(-27deg) translateY(-50%);
  margin-top: -2px;
}
.section-heading-group h5::after {
  left: auto;
  right: 3px;
  transform: rotate(27deg) translateY(-50%);
}

/* migrate-to-the-cloud-list */
.migrate-to-the-cloud-list {
  max-width: 1240px !important;
}
.migrate-to-the-cloud-list .wp-block-column {
  position: relative;
}
.migrate-to-the-cloud-list-lead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 280px;
  font-weight: 700;
}
.migrate-to-the-cloud-list .wp-block-image {
  max-width: 254px;
}

/* home-what-list */
.home-what-list {
  counter-reset: point;
}
.home-what-list.alignwide {
  max-width: 1222px;
  padding-left: 103px;
  padding-right: 103px;
}
.home-what-list > .wp-block-columns {
  position: relative;
  counter-increment: point;
}
.home-what-list > .wp-block-columns::before {
  content: "POINT";
  text-align: center;
  width: 205px;
  height: 200px;
  background: url("assets/images/point.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 43px;
  box-sizing: border-box;
  z-index: 5;
}
.home-what-list > .wp-block-columns::after {
  content: counter(point, decimal-leading-zero);
  text-align: center;
  width: 205px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  padding-top: 63px;
  box-sizing: border-box;
  z-index: 5;
}
.home-what-list > .wp-block-columns:nth-child(even) {
  padding-right: 120px !important;
}
.home-what-list > .wp-block-columns:nth-child(even)::after,
.home-what-list > .wp-block-columns:nth-child(even)::before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.home-what-list > .wp-block-columns:nth-child(odd) {
  padding-left: 120px !important;
  flex-direction: row-reverse;
}

/* button-group-section */
.button-group-section p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.button-group-section .wp-element-button {
  min-width: 360px;
}

/* switching-from-another-cloud */
.switching-from-another-cloud {
  display: flex;
  justify-content: center;
}
.switching-from-another-cloud h3 {
  position: relative;
  line-height: 1.11;
}
.switching-from-another-cloud h5 {
  line-height: 1.3;
}
.switching-from-another-cloud h3::after {
  content: "";
  display: block;
  height: 12px;
  border-radius: 20px;
  background-color: #ffff00;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0.32em;
  margin-top: -1px;
}
.switching-from-another-cloud > .wp-block-group {
  position: relative;
}
.switching-from-another-cloud > .wp-block-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 36px solid var(--wp--preset--color--secondary);
}

/* what-section */
.what-section {
  overflow: hidden;
}

/* advisor-list */
.advisor-list {
  max-width: 1016px !important;
}
div#accordion .sp-easy-accordion .ea-card {
  background: #fafafa !important;
  border-radius: 20px;
  padding: 24px;
  transition: background 0.2s;
}
div#accordion .sp-easy-accordion .ea-card.ea-expand {
  background: var(--wp--preset--color--subtle-lavender-blush) !important;
}
div#accordion .sp-easy-accordion > .sp-ea-single {
  margin-bottom: 20px;
}
div#accordion .sp-easy-accordion > .sp-ea-single:last-child {
  margin-bottom: 0;
}
div#accordion .sp-easy-accordion > .sp-ea-single > .ea-header a {
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 20px;
}
div#accordion .sp-easy-accordion > .sp-ea-single > .ea-header a::before {
  content: "Q";
  min-width: 40px;
  height: 40px;
  background: linear-gradient(to right, #79003b, #bf0562);
  border-radius: 40px;
  color: #fff;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
div#accordion
  .sp-easy-accordion
  > .sp-ea-single
  > .ea-header
  a
  .ea-expand-icon {
  order: 3;
  margin-left: auto;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}
div#accordion
  .sp-easy-accordion
  > .sp-ea-single
  > .ea-header
  a
  .ea-expand-icon::before {
  content: "";
  width: 18px;
  height: 11px;
  background: url("assets/images/arrow-down.svg") no-repeat;
  transition: 0.4s;
}
div#accordion
  .sp-easy-accordion
  > .sp-ea-single.ea-expand
  > .ea-header
  a
  .ea-expand-icon {
  background: #c292b4;
}
div#accordion
  .sp-easy-accordion
  > .sp-ea-single.ea-expand
  > .ea-header
  a
  .ea-expand-icon::before {
  transform: rotate(180deg);
}
div#accordion .sp-easy-accordion > .sp-ea-single > .sp-collapse > div.ea-body {
  background: none;
  padding: 20px 80px 20px 60px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(to left, #bf0562 0%, #79003b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
div#accordion
  .sp-easy-accordion
  > .sp-ea-single
  > .sp-collapse
  > .ea-body::before {
  content: "A";
  min-width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  position: absolute;
  font-weight: 700;
  left: 0;
  top: 20px;
  background: linear-gradient(to left, #bf0562 0%, #79003b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
div#accordion
  .sp-easy-accordion
  > .sp-ea-single
  > .sp-collapse
  > .ea-body::after {
  content: "";
  min-width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: linear-gradient(
        var(--wp--preset--color--subtle-lavender-blush),
        var(--wp--preset--color--subtle-lavender-blush)
      )
      padding-box,
    linear-gradient(to right, #79003b, #bf0562) border-box;
  background-clip: padding-box, border-box;
}
div#accordion > div {
  max-width: 821px;
}

/* other-services-also-available-list  */
.other-services-also-available-list {
  max-width: 1106px !important;
}
.other-services-also-available-list .wp-block-list {
  list-style: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.other-services-also-available-list .wp-block-list li {
  position: relative;
  padding-left: 26px;
  margin-top: 16px;
}
.other-services-also-available-list .wp-block-list li:first-child {
  margin-top: 0;
}
.other-services-also-available-list .wp-block-list li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.other-services-also-available-list .wp-block-list li a {
  text-decoration: none;
}
.other-services-also-available-list h5 {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.other-services-also-available-list .wp-block-list {
  padding-bottom: 8px;
}
.other-services-also-available-list .wp-block-image {
  min-width: 100px;
}

/* footer */
footer {
  margin-top: 0;
}
footer .alignwide {
  max-width: 1046px !important;
}
.footer-sub-title,
.footer-middle-sub-title {
  line-height: 1;
  font-weight: 500;
  width: fit-content;
  position: relative;
  margin-bottom: 21px;
  transition: opacity 0.3s ease;
}
.footer-sub-title:hover,
.footer-middle-sub-title:hover {
  opacity: 0.7;
}
.footer-sub-title h4 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 7px;
  background: linear-gradient(to left, #bf0562 0%, #79003b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
}
.footer-sub-title p {
  font-size: 13px;
  color: #81003f;
  line-height: 1.7;
}
.footer-sub-title a,
.footer-middle-sub-title a {
  position: absolute;
  inset: 0;
  width: 100%;
  color: transparent;
}
footer .wp-block-navigation {
  font-size: 13px;
  gap: 13px 0;
  letter-spacing: 0.09em;
}
.footer-top {
  margin-bottom: 46px;
}
.footer-top .wp-block-navigation:not(.is-vertical) li {
  width: 45%;
}
.footer-top .custom-logo-link img {
  max-width: 108px;
}
.footer-official-media .wp-block-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 14px;
}
.footer-official-media .wp-block-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 7px;
  white-space: nowrap;
}
.footer-official-media .wp-block-list img {
  height: 25px;
  width: auto !important;
}
.footer-official-media h5 {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}

.footer-bottom .wp-block-list {
  list-style: none;
  padding: 0;
  display: flex;
  font-size: 13px;
  gap: 25px;
}
.footer-bottom .wp-block-list a {
  text-decoration: none;
}
.footer-bottom .wp-block-list li {
  position: relative;
  margin: 0;
}
.footer-bottom .wp-block-list li:last-child {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}
.footer-bottom .wp-block-list li:first-child::after {
  position: absolute;
  content: "";
  border-right: 1px solid #535353;
  height: 12px;
  right: -14px;
  top: 4px;
}
.footer-copyright {
  opacity: 0.5;
  font-size: 10px;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 115px;
}
.footer-middle-news-contact {
  position: relative;
}
.footer-middle {
  margin-bottom: 74px;
}
.footer-bottom .wp-block-navigation {
  gap: 30px;
  letter-spacing: 0.02em;
  font-size: 12px;
}
.footer-middle-sub-title {
  color: var(--wp--preset--color--primary);
}
.footer-middle-sub-title h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-middle-sub-title p {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
.move-to-top {
  position: absolute;
  right: 167px;
  bottom: 0;
  width: 30px;
  margin: 0;
  height: 60px;
  font-size: 0;
  background: url("assets/images/move-to-top.jpg") no-repeat center center;
  background-size: 1px;
}

/* Contact form 7 */
.wpcf7-form label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.wpcf7-form .required,
.wpcf7-form .optional {
  color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 14px;
  background: #c80606;
  display: inline-block;
  margin-left: 8px;
}
.wpcf7-form .optional {
  background: var(--wp--preset--color--primary);
}
.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.6;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
  background: #fff;
  border: 2px solid #222;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 48px;
  margin-top: 8px;
  font-size: 14px;
}
.wpcf7-form input:not([type="submit"]):focus,
.wpcf7-form textarea:focus {
  outline: none;
}
.wpcf7-form textarea {
  height: 203px;
}
.wpcf7-form .note {
  margin-top: -12px;
}
.wpcf7-form p {
  margin-bottom: 20px;
  margin-top: 0;
}
.wpcf7-form .agree-policy-term {
  margin-bottom: 40px;
}
.wpcf7-form .agree-policy-term a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wpcf7-form .is-style-btn-large {
  position: relative;
}
.wpcf7-form .is-style-btn-large::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  left: calc(50% + 125px);
  top: calc(50% - 10px);
  animation: spin 1s linear infinite;
  display: none;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.6;
}
.wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  border-radius: 12px;
  padding: 12px;
  margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #c80606;
  color: #fff;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-submit {
  background-image: url(assets/images/link-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 135px) center;
  padding-left: 0;
  padding-right: 0;
  text-indent: -46px;
  width: 100%;
}
.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #c80606;
  color: #fff;
}

.wpcf7-form.submitting .wpcf7-submit {
  background-image: none;
}
.wpcf7-form.submitting .is-style-btn-large::after {
  display: block;
}

.contact-form .is-style-unordered-list-primary-color > li {
  /* padding-left: 25px; */
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpcf7 .is-style-btn-large p {
  margin: 0;
}

.not-found-page .wp-element-button {
  padding-left: 33px;
  padding-right: 33px;
}

.link-has-blank a::after {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(assets/images/link-blank-icon.png) no-repeat left top / 100%
    100%;
  content: "";
  margin-left: 6px;
}
@media (min-width: 1441px) {
  .hero-banner-section {
    min-height: 32vw;
  }
  .hero-banner-section .hero-banner-background-image {
    bottom: -11vw;
  }
}
@media (min-width: 1024px) {
  .is-mobile {
    display: none !important;
  }

  .footer-middle-news-contact > div {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 50px;
    transform: translateY(-37px);
  }
}
@media (max-width: 1100px) and (min-width: 1024px) {
  header .wp-block-group.alignfull .wp-block-group.alignfull {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 1023px) {
  .is-desktop {
    display: none !important;
  }
  .header-logo img {
    width: 42px !important;
  }
  header .wp-block-group.alignfull .wp-block-group.alignfull {
    padding: 20px 16px !important;
  }
  header .btn-request-info-mb a {
    min-width: auto;
  }
  .wp-element-button {
    min-width: 152px;
    min-height: 52px;
    line-height: 1.4;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .section-heading-group {
    gap: 5px;
  }
  .section-heading-group h5 {
    font-size: 20px;
    padding-left: 12px;
    font-weight: 900;
    padding-right: 12px;
  }
  .section-heading-group h2 {
    font-size: 32px;
  }
  .section-heading-group h5::before,
  .section-heading-group h5::after {
    width: 2px;
    height: 31px;
    margin-top: -2px;
  }
  main > .entry-content > .wp-block-group {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .migrate-to-the-cloud-list {
    gap: 40px;
  }
  .migrate-to-the-cloud-list .wp-block-group h5 {
    font-size: 20px;
    font-weight: 900;
  }
  .migrate-to-the-cloud-list .wp-block-image {
    max-width: 200px;
  }
  .migrate-to-the-cloud-list-lead {
    min-width: 217px;
    font-size: 22px !important;
    padding: 6px !important;
  }
  .migrate-to-the-cloud-list .wp-block-column {
    padding: 50px 18px 30px !important;
    border-radius: 10px !important;
  }
  .migrate-to-the-cloud-list .wp-block-column .wp-block-group {
    gap: 12px;
  }

  .home-what-list.alignwide {
    padding-left: 0;
    padding-right: 0;
  }
  .home-what-list > .wp-block-columns.alignfull {
    padding: 80px 20px 20px !important;
    border-radius: 20px !important;
  }
  .home-what-list > .wp-block-columns > .wp-block-column:first-child {
    order: 2;
  }
  .home-what-list > .wp-block-columns::before,
  .home-what-list > .wp-block-columns::after {
    left: 50% !important;
    top: 0;
    font-size: 10px;
    width: 104px;
    height: 102px;
    transform: translate(-50%, -50%) !important;
  }
  .home-what-list > .wp-block-columns::before {
    padding-top: 22px;
    background-size: 100%;
  }
  .home-what-list > .wp-block-columns::after {
    font-size: 50px;
    padding-top: 32px;
  }
  .home-what-list .wp-block-column::after {
    content: "";
    display: block;
  }
  .home-what-list .wp-block-image img {
    width: 100% !important;
    height: calc(66.3vw - 36px) !important;
  }
  .home-what-list .wp-block-column {
    text-align: center;
  }
  .home-what-list .wp-block-column h5 {
    font-weight: 900;
    font-size: 20px;
  }
  .home-what-list .wp-block-column p {
    margin-top: 8px;
    font-size: 14px !important;
  }
  .home-what-list > .wp-block-columns {
    gap: 40px;
  }

  .button-group-section .wp-block-group .wp-block-group.alignwide {
    flex-direction: column;
    gap: 20px;
  }
  .button-group-section
    .wp-block-group
    .wp-block-group.alignwide
    .wp-block-group {
    gap: 12px;
  }
  .button-group-section p {
    font-size: 16px !important;
  }
  .wp-element-button img {
    vertical-align: bottom;
    margin-right: 6px;
  }
  .is-style-btn-large-secondary .wp-element-button,
  .is-style-btn-large .wp-element-button {
    font-size: 16px;
    padding: 18px 43px;
    min-height: 66px;
  }
  .btn-has-arrow .wp-element-button::after {
    width: 17px;
    height: 6px;
    background-size: 100%;
    margin-left: 12px;
  }
  .button-group-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .button-group-section .wp-element-button {
    min-width: 310px;
  }
  .switching-from-another-cloud .wp-block-group {
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 16px 14px 17px !important;
  }
  .switching-from-another-cloud h5 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .switching-from-another-cloud h3 {
    font-size: 26px !important;
    line-height: 1.2;
  }
  .switching-from-another-cloud h3::after {
    height: 6px;
    margin-top: -2px;
  }
  .switching-from-another-cloud > .wp-block-group::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid var(--wp--preset--color--secondary);
  }

  .differences-from-similar-services-section .section-heading-group,
  .switching-from-another-cloud {
    margin-bottom: 40px !important;
  }
  .differences-from-similar-services-section p {
    text-align: center;
    font-size: 12px !important;
  }
  .advisor-list h5 {
    font-weight: 900;
    font-size: 24px;
  }
  .advisor-list img {
    width: 100% !important;
    height: calc(63.5vw - 40px) !important;
  }
  .advisor-list {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .advisor-list > .wp-block-columns {
    margin: 0;
  }
  .advisor-wrapper .section-heading-group {
    margin-bottom: 80px !important;
  }

  div#accordion
    .sp-easy-accordion
    > .sp-ea-single
    > .ea-header
    a
    .ea-expand-icon {
    min-width: 40px;
    height: 40px;
  }
  div#accordion
    .sp-easy-accordion
    > .sp-ea-single
    > .ea-header
    a
    .ea-expand-icon::before {
    width: 12px;
    height: 7px;
    background-size: 100%;
  }
  div#accordion .sp-easy-accordion > .sp-ea-single > .ea-header a {
    font-size: 16px;
    line-height: 1.6;
    gap: 8px;
  }
  div#accordion
    .sp-easy-accordion
    > .sp-ea-single
    > .sp-collapse
    > div.ea-body {
    font-size: 14px;
    padding: 20px 20px 20px 60px;
  }
  div#accordion .sp-easy-accordion .ea-card {
    padding: 20px;
  }

  div.wp-block-group.quick-answer-section {
    padding-bottom: 40px !important;
  }

  .other-services-also-available-section .section-heading-group {
    margin-bottom: 60px !important;
  }
  .other-services-also-available-list .wp-block-column > .wp-block-group {
    padding: 20px 16px !important;
    margin-top: 20px;
  }
  .other-services-also-available-list .wp-block-image {
    min-width: 60px;
  }
  .other-services-also-available-list img {
    width: 60px !important;
    height: 60px !important;
  }
  .other-services-also-available-list .wp-block-list li {
    padding-left: 22px;
  }
  .other-services-also-available-list h5 {
    font-size: 16px;
  }
  .other-services-also-available-list h5 br {
    display: none;
  }
  .other-services-also-available-list .wp-block-list li::before {
    width: 13px;
    height: 13px;
  }
  .other-services-also-available-list .wp-block-list {
    font-size: 14px;
    padding-left: 16px;
  }
  .other-services-also-available-list .wp-block-list li:not(:first-child) {
    margin-top: 14px;
  }
  .other-services-also-available-list .wp-block-list {
    padding-bottom: 5px;
  }

  .what-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .migrate-to-the-cloud-section .section-heading-group h5 {
    max-width: 179px;
  }
  .migrate-to-the-cloud-section .section-heading-group h2 {
    max-width: 250px;
  }

  .hero-banner-section {
    text-align: center;
  }
  .hero-banner-section .wp-block-column .wp-block-group {
    align-items: center;
  }
  .hero-banner-section p {
    font-size: 16px !important;
    line-height: 1.8;
    margin-top: 20px !important;
  }
  .hero-banner-section .wp-block-image img {
    max-width: 240px;
  }
  .hero-banner-section .wp-block-group.alignwide {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .hero-banner-section h2 {
    text-align: center;
  }
  .hero-banner-section h2:last-of-type {
    max-width: 266px;
  }
  .migrate-to-the-cloud-list {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-menu-group {
    position: fixed;
    top: 92px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 24px 120px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    border-top: 1px solid #222;
  }
  .admin-bar .main-menu-group {
    top: 124px;
  }
  .main-menu-group.active {
    opacity: 1;
    pointer-events: auto;
  }
  .main-menu-group .wp-block-buttons .wp-element-button {
    min-width: 165px;
    padding: 16px;
  }
  .main-menu-group .header-buttons-group {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s, opacity 0.4s;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .main-menu-group nav.wp-block-navigation {
    width: 100%;
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 0.4s, opacity 0.4s;
  }
  .main-menu-group.active nav.wp-block-navigation,
  .main-menu-group.active .header-buttons-group {
    opacity: 1;
    transform: translateY(0);
  }
  .main-menu-group ul.wp-block-navigation {
    flex-direction: column;
    gap: 26px;
  }
  .main-menu-group .wp-block-navigation .wp-block-navigation-item {
    width: 100%;
    font-size: 20px !important;
    line-height: 1.8;
    font-weight: 500;
  }
  .main-menu-group .wp-block-navigation .wp-block-navigation-item a {
    width: 100%;
  }
  .btn-toggle-menu .wp-element-button {
    width: 48px;
    min-height: 48px;
    border-radius: 50%;
    min-width: auto;
    padding: 0;
    color: transparent;
    position: relative;
  }
  .btn-toggle-menu .wp-element-button::after,
  .btn-toggle-menu .wp-element-button::before {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: 0.4s;
  }
  .btn-toggle-menu .wp-element-button::before {
    top: 17px;
    box-shadow: 0px 6px 1px #fff;
  }
  .btn-toggle-menu .wp-element-button::after {
    bottom: 17px;
  }
  .btn-toggle-menu .wp-element-button.active::before {
    box-shadow: none;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: 1px 4px;
  }
  .btn-toggle-menu .wp-element-button.active::after {
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: 2px -1px;
  }
  .footer-top {
    margin-bottom: 0;
    gap: 0;
  }
  .footer-top .footer-sub-title {
    width: calc(100% + 60px);
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    padding: 20px 30px;
    margin: 0 -30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-sub-title h4 {
    margin: 0;
    font-size: 21px;
  }
  .footer-sub-title p {
    font-size: 11px;
  }
  .footer-top .wp-block-navigation:not(.is-vertical) li {
    width: 100%;
  }
  .footer-top-menu-wrap {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .footer-top-menu-wrap.visible {
    max-height: 500px;
    opacity: 1;
  }
  .footer-top nav.wp-block-navigation {
    padding-left: 111px;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top .wp-block-read-more {
    margin-bottom: 28px;
    margin-left: 111px !important;
    margin-top: 4px;
    letter-spacing: 0.03em;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
  }
  .footer-top ul.wp-block-navigation {
    gap: 11px;
  }
  .footer-top .footer-sub-title {
    position: relative;
    cursor: pointer;
  }
  .footer-top .footer-sub-title::after {
    width: 11px;
    border-bottom: 1px solid #222;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .footer-top .footer-sub-title::before {
    height: 11px;
    border-right: 1px solid #222;
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-top .footer-sub-title.active::before {
    display: none;
  }
  .footer-top .footer-sub-title a {
    display: none;
  }
  .footer-official-media .wp-block-list {
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    align-items: flex-start;
    margin-top: 12px;
  }
  .footer-official-media .wp-block-list img {
    height: 23px;
  }
  .footer-middle {
    flex-wrap: nowrap !important;
    padding: 22px 30px 68px;
    margin: 0 -30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-official-media h5 {
    font-size: 13px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
  }
  .footer-bottom .wp-block-navigation {
    gap: 0;
    font-size: 11px;
  }
  .footer-bottom .wp-block-navigation .wp-block-navigation-item {
    width: 50%;
    margin-bottom: 14px;
  }
  .footer-bottom .wp-block-list {
    justify-content: flex-end;
    padding-top: 8px;
    padding-right: 6px;
  }
  .footer-top .wp-block-columns {
    gap: 0;
  }
  .move-to-top {
    right: 16px;
  }
  .footer-copyright {
    margin-top: 46px;
    text-align: right;
    padding: 0 12px;
  }
  footer > .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
  footer {
    position: relative;
    overflow: hidden;
  }
  footer .wp-block-site-logo {
    position: absolute;
    bottom: 53px;
    left: 30px;
  }
  footer .wp-block-site-logo img {
    max-width: 78px !important;
  }
  .footer-middle-sub-title h4 {
    font-size: 19px;
  }
  .footer-middle-sub-title p {
    font-size: 10px;
  }
  .footer-middle-sub-title {
    margin-bottom: 13px;
  }
  .footer-bottom .wp-block-list {
    gap: 36px;
  }
  .footer-bottom .wp-block-list li:first-child::after {
    right: -19px;
  }
  .contact-form {
    padding: 16px !important;
    margin: 0 !important;
  }
  .contact-img-col .has-medium-font-size {
    font-size: 14px !important;
    line-height: 1.8;
  }
  .contact-img-col .is-style-unordered-list-primary-color {
    font-size: 14px;
    line-height: 1.8;
  }
  .contact-form > .wp-block-columns {
    gap: 40px;
  }
  .contact-form-col > .wp-block-group {
    padding: 24px 20px !important;
  }
  .wpcf7-form label {
    font-size: 16px;
  }
  .wpcf7-form .required,
  .wpcf7-form .optional {
    font-size: 12px;
  }
  .wpcf7-form input:not([type="submit"]),
  .wpcf7-form textarea {
    font-size: 12px;
  }
  .wpcf7-form textarea {
    height: 100px;
  }
  .wpcf7 .wpcf7-submit {
    background-position: calc(50% + 94px) center;
    text-indent: -31px;
    background-size: 18px;
    min-height: 80px;
  }
  .wpcf7-form .is-style-btn-large::after {
    left: calc(50% + 83px);
  }
  .page-title {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .page-title h6 {
    font-size: clamp(18px, 5vw, 20px) !important;
    font-weight: 700 !important;
  }
  .page-title h2 {
    font-size: 32px;
  }
  main > .entry-content > .wp-block-group.contact-page {
    padding: 36px 20px 74px !important;
  }
  .footer-recruit .footer-top-menu-wrap {
    gap: 0;
  }
  .footer-recruit .footer-top-menu-wrap > nav:first-child {
    margin-bottom: 9px;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
  .admin-bar .main-menu-group {
    top: 138px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* #wpadminbar {
  display: none;
}
html {
  margin-top: 0 !important;
} */

.wpcf7-response-output {
  margin-top: 16px !important;
}

@media (max-width: 389px) {
  .switching-from-another-cloud h3 {
    font-size: 6vw !important;
  }
}
