@import url(https://fonts.googleapis.com/css2?family=Bowlby+One&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap);
/*
! tailwindcss v3.1.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
} /* @font-face {
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  font-family: 'Lyon Display';
  src: url('~@fonts/LyonDisplay-LightItalic.otf') format('opentype');
} */
.nav-global {
  position: sticky;
  top: 0px;
  background-color: #f7f8fd;
  z-index: 999;
}
.nav-global .container-custom {
  padding: 1.25rem 1.5625rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 73px;
}
.nav-global a {
  text-decoration: none;
}
.nav-global .container-left {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.nav-global .container-left span {
  line-height: 24px;
}
.nav-global .link-contain {
  display: flex;
}
.nav-global .text-nav-left {
  font-family: "Bowlby One";
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #404041;
  letter-spacing: 0.1875rem;
  transition: all 0.3s;
}
.nav-global .text-nav-left:hover {
  color: #000000;
}
.nav-global .bar-separator {
  background-color: #404041;
  min-width: 3px;
  height: 0.8125rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.nav-global .about {
  font-family: "Bowlby One";
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  color: #404041;
  min-width: 3.75rem;
  letter-spacing: 0.0625rem;
  transition: all 0.3s;
}
.nav-global .about:not(.about:nth-child(1)) {
  margin-left: 1.25rem;
}
.nav-global .about:hover {
  color: #000000;
}
.nav-global .father-burger {
  display: none;
  justify-content: end;
  padding: 10px 20px 10px 0;
  top: 0;
  min-height: 45px;
  width: 100%;
  background-color: #f7f8fd;
  align-items: center;
  z-index: 999;
}
.nav-global .father-burger .burger-menu {
  cursor: pointer;
  position: relative;
}
.nav-global .father-burger .burger-menu:hover {
  color: #383544;
}
.nav-global .father-burger .burger-menu .line {
  width: 30px;
  height: 3px;
  background-color: #404041;
  margin-bottom: 5px;
  border-radius: 4px;
}
.nav-global .father-burger .burger-menu .last {
  margin: 0;
}
.nav-global .father-burger .burger-menu .line1 {
  transform: rotate(45deg);
  transition: all 0.5s;
  margin-top: 7px;
}
.nav-global .father-burger .burger-menu .line2 {
  display: none;
}
.nav-global .father-burger .burger-menu .line3 {
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  transition: all 0.5s;
}
.nav-global .father-menu-mobile {
  position: fixed;
  z-index: 100;
  transition: transform 1s;
  transform: translateX(-200%);
  background-color: #f7f8fd;
  height: 100vh;
  width: 100%;
  display: none;
  top: 45px;
}
.nav-global .father-menu-mobile .options-menu {
  padding: 30px 0 30px 30px;
}
.nav-global .father-menu-mobile .options-menu .items {
  margin-bottom: 10px;
}
.nav-global .father-menu-mobile .options-menu .items a {
  font-family: "Bowlby One";
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  color: #000000;
  letter-spacing: 0.1875rem;
  transition: all 0.3s;
}
.nav-global .father-menu-mobile .options-menu .items a:hover {
  color: #383544;
}
.nav-global .show-menu {
  transform: translateX(0%);
}
@media (max-width: 736px) {
  .nav-global {
    top: 0;
  }
  .nav-global .desktop {
    display: none;
  }
  .nav-global .father-burger {
    display: flex;
    height: 45px;
  }
  .nav-global .father-menu-mobile {
    display: block;
  }
}

.footer-global {
  background: #404041;
}
.footer-global a {
  text-decoration: none;
}
.footer-global .form {
  display: flex;
  justify-content: space-between;
  max-width: 32.625rem;
  margin: 3.75rem auto;
  align-items: center;
  width: 100%;
}
.footer-global .form .left-buttoms {
  display: flex;
  flex-direction: column;
}
.footer-global .form .left-buttoms .left {
  max-width: 6.0625rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #F7F8FD;
  text-align: center;
  margin-right: 0.625rem;
}
.footer-global .form .input-newsletter {
  min-height: 1.9375rem;
  max-width: 18.625rem;
  border-radius: 0px;
  border: 0.0625rem solid #cccccc;
  flex: 1;
  width: 100%;
  padding: 5px 10px;
  color: #383544;
}
.footer-global .form .rigth-buttoms {
  min-width: 5.3125rem;
  min-height: 1.9375rem;
  background: #D9D9D9;
  font-family: "Bowlby One";
  font-style: normal;
  font-size: 0.75rem;
  line-height: 20px;
  border: none;
  border-radius: 75px;
  cursor: pointer;
  margin-left: 0.625rem;
  transition: all 0.3s;
  color: #404041;
}
.footer-global .form .rigth-buttoms:hover {
  background: #F9ED32;
}
.footer-global .terms-global {
  display: flex;
  justify-content: space-between;
  padding: 0 1.75rem;
}
.footer-global .terms-global .terms-items {
  margin-right: 1.125rem;
  color: #F7F8FD;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 20px;
}
.footer-global .terms-global .rights {
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: left;
  transform: uppercase;
}
@media (max-width: 590px) {
  .footer-global .terms-global {
    flex-wrap: wrap;
  }
  .footer-global .terms-global .legacy,
.footer-global .terms-global .rights {
    width: 100%;
    text-align: center;
  }
  .footer-global .terms-global .rights {
    margin-top: 0.9375rem;
  }
}

.voter-global .container-custom {
  padding: 1.8125rem 1.625rem 1.625rem 1.5rem;
}
.voter-global .container-custom h1 {
  font-family: "Bowlby One";
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 2.4375rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #404041;
  margin-bottom: 1.5625rem;
}
.voter-global .container-custom a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.voter-global .container-custom h3 {
  font-family: "Bowlby One";
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
}
.voter-global .container-custom p,
.voter-global .container-custom .title-description .paragraph p {
  margin-bottom: 1.875rem;
}
.voter-global .container-custom .paragraph img {
  float: left;
  margin-right: 0.8125rem;
}
.voter-global .title-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voter-global .title-description .paragraph {
  margin-bottom: 0.625rem;
  margin-top: 0;
}
.voter-global .title-description .paragraph p {
  font-family: "Inter";
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 1.25rem;
}
.voter-global .title-description .paragraph p:last-child {
  margin-bottom: 0;
}
.voter-global .title-description .paragraph p + ul {
  margin-top: 0;
}
.voter-global .title-description .paragraph p img {
  max-width: 8.375rem;
  max-height: 9.9375rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voter-global .title-description .paragraph p .img-educators {
  max-width: 100%;
  width: 100%;
  max-height: 14.3125rem;
  height: 100%;
}
.voter-global .title-description .paragraph p .img-pincel {
  max-width: 100%;
  max-height: 14.3125rem;
  margin-bottom: 1.875rem;
}
.voter-global .title-description .paragraph p a {
  text-decoration: underline;
}
.voter-global .title-description .paragraph p strong {
  font-weight: 700;
}
.voter-global .title-description .paragraph .img-custom-editor {
  max-width: 35.125rem;
}
.voter-global .title-description .paragraph .img-custom-editor img {
  width: 8.375rem;
}
.voter-global .title-description .paragraph ul {
  list-style: disc;
  padding-left: 45px;
  margin-bottom: 1.25rem;
}
.voter-global .title-description .paragraph ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  color: #000000;
}
.voter-global .title-description .compare {
  min-height: 2.125rem;
  min-width: 15.625rem;
  border-radius: 75px;
  font-family: "Bowlby One";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  transition: all 0.3s;
  background: #6ccff6;
  padding: 9px 27px;
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.voter-global .title-description .compare:hover {
  opacity: 0.8;
}

.parent-global .title-description {
  padding-top: 20px;
  width: 100%;
}
.parent-global .flex-descrip {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.parent-global .flex-descrip .item-right {
  min-width: 10.625rem;
  margin-left: 4.4375rem;
}
@media (max-width: 560px) {
  .parent-global .flex-descrip {
    flex-wrap: wrap;
  }
  .parent-global .flex-descrip .paragraph {
    width: 100%;
  }
  .parent-global .flex-descrip .item-right {
    text-align: center;
    margin: 0;
  }
}

.partners {
  padding: 1.625rem 1.25rem;
}
.partners h4 {
  font-family: "Bowlby One";
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: #404041;
  text-align: center;
  margin-bottom: 0.875rem;
}
.partners .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 35.9375rem;
  margin: auto;
}
.partners .logos img {
  object-fit: contain;
  margin: 0.625rem 0.78125rem;
  width: calc((100% - 4.6875rem) / 3);
  max-width: 11.375rem;
  max-height: 4.6875rem;
}
.partners .logo-below {
  max-width: 35.9375rem;
  margin: auto;
}
.partners .logo-below img {
  object-fit: contain;
  margin: 0.625rem 0.78125rem 0;
}

/*----------------- VENTANA MODAL ------------*/
.section-two .compare-title {
  font-family: "Bowlby One";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 110%;
  text-align: center;
  color: #383544;
  margin: 1.875rem 0 2.1875rem 0;
}
.section-two .container-custom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.section-two .container-custom .more a {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 15px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
  transition: all 0.3s;
}
.section-two .container-custom .more a:hover {
  color: #6CCFF6;
}
.section-two .container-custom .content-col {
  max-width: 14.4375rem;
  width: 100%;
  background-color: #F7F8FD;
  margin: 0.78125rem 0.78125rem;
  transition: all 0.3s;
  cursor: pointer;
}
.section-two .container-custom .content-col:hover {
  box-shadow: 0 0 4px 2px rgba(56, 53, 68, 0.2588235294);
}
.section-two .container-custom .content-col .chart-info {
  text-align: center;
  margin-top: 1.3125rem;
  margin-bottom: 1.0625rem;
}
.section-two .container-custom .content-col .chart-info .title-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.section-two .container-custom .content-col .chart-info .title-container input {
  height: 1.1875rem;
  width: 1.0625rem;
  margin-right: 0.625rem;
  margin-top: 2px;
  align-self: flex-start;
  display: none;
}
.section-two .container-custom .content-col .label-title {
  font-family: "Bowlby One";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  color: #383544;
  max-width: 250px;
}
.section-two .container-custom .content-col .more a {
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #404041;
}
.section-two .container-custom .content-col .chart {
  max-width: 14.4375rem;
  height: 12.5rem;
  width: 100%;
}
.section-two .container-custom .content-col .chart img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: contain;
}
.section-two .compare_bar {
  display: flex;
  justify-content: right;
  padding: 2.25rem 1.6875rem;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: #C2C2C2;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}
.section-two .compare_bar span {
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "Inter";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.section-two .compare_bar button.compare_action {
  border-radius: 75px;
  background: #404041;
  color: #fff;
  padding: 0.5625rem 1.25rem;
  font-family: "Bowlby One";
  min-width: 15.625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  transition: all 0.3s;
  display: none;
}
.section-two .compare_bar button.compare_action:hover {
  opacity: 0.8;
}
.section-two .compare_bar.blue {
  background: #0072AE;
}

.more {
  margin-top: 1.0625rem;
}

.container-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 9999;
}
.container-modal .fw-bold {
  font-weight: 900;
}
.container-modal .frame-modal {
  max-width: 41.9375rem;
  width: 100%;
  background: #f5f5f5;
  height: 90vh;
  overflow: auto;
  scroll-behavior: auto;
  border: 1px solid #000000;
  margin: 0 1.875rem;
}
.container-modal .frame-modal::-webkit-scrollbar {
  -webkit-appearance: none;
}
.container-modal .frame-modal::-webkit-scrollbar:vertical {
  width: 10px;
}
.container-modal .frame-modal::-webkit-scrollbar-thumb {
  background-color: rgba(157, 155, 155, 0.7137254902);
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.container-modal .frame-modal .option-close {
  display: flex;
  justify-content: end;
  padding: 1.25rem 1.5rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
.container-modal .frame-modal .modal-img-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-modal .frame-modal .modal-img-title .img-modal {
  margin-bottom: 0.625rem;
  max-width: 9.3125rem;
  height: 8.0625rem;
  width: 100%;
}
.container-modal .frame-modal .modal-img-title .img-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.container-modal .frame-modal .modal-img-title .title-modal {
  margin: 0.625rem 0 1.3125rem;
  font-family: "Bowlby One";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 110%;
  text-align: center;
  color: #404041;
}
.container-modal .frame-modal .container-questions-modal {
  padding: 0 2.5rem 3.8125rem;
}
.container-modal .frame-modal .container-questions-modal p {
  font-family: "Inter";
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 1460px) {
  .container-modal .compare-title {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}

.answers-modal {
  margin-bottom: 29px;
}

.open {
  opacity: 1;
  visibility: visible;
}

.page-template-template-compare #main {
  min-height: auto;
}

.container-view .container-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-view .container-custom .container-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2.5rem 0px;
  width: 100%;
}
.container-view .container-custom .container-title span {
  position: absolute;
  left: 1.25rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 20px;
  color: #0072AE;
  transform: translateY(-50%);
  top: 50%;
}
.container-view .container-custom .container-title h1 {
  margin: auto;
  font-family: "Bowlby One";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 110%;
  text-align: center;
  color: #383544;
}
.container-view .container-custom .container-card-view-mobile {
  margin: 0 33px;
  display: none;
}
.container-view .container-custom .container-card-view-mobile .container-text-view {
  background-color: #F5F5F5;
  padding: 23px 28px;
}
.container-view .container-custom .container-card-view-mobile .btns-slider {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
.container-view .container-custom .container-card-view-mobile .swiper-paginations {
  font-family: "Bowlby One";
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #0072AE;
  text-align: center;
  margin-bottom: 9px;
}
.container-view .container-custom .container-card-view-mobile .img-view img {
  width: 100%;
}
.container-view .container-custom .container-card-view-mobile .title-card-view {
  font-family: "Bowlby One";
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #404041;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .container-view .container-custom .container-card-view-mobile.mobile {
    display: block;
  }
}
.container-view .container-custom .container-card-view {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 1.5625rem;
}
.container-view .container-custom .container-card-view.mobile {
  display: none;
}
@media (max-width: 720px) {
  .container-view .container-custom .container-card-view.desktop {
    display: none;
  }
}
.container-view .container-custom .container-card-view h3 {
  font-family: "Bowlby One";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin: 1.0625rem 0 1.1875rem 0;
}
.container-view .container-custom .container-card-view .card-view {
  width: calc((100% - 2.875rem) / 3);
  background: #F5F5F5;
  min-width: 200px;
  margin: 0 0.78125rem;
}
.container-view .container-custom .container-card-view .card-view.mobile {
  width: 100%;
  min-width: auto;
}
.container-view .container-custom .container-card-view .card-view .img-view {
  max-height: 12.5rem;
  height: 100%;
  margin: 0;
  background: #D9D9D9;
}
.container-view .container-custom .container-card-view .card-view .img-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-view .container-custom .container-card-view .card-view .container-text-view {
  padding: 0 1.375rem 1.375rem;
}
.container-view .container-custom .container-card-view .card-view .container-text-view .title-card-view {
  color: #404041;
}
@media (max-width: 720px) {
  .container-view .container-custom {
    display: block;
  }
  .container-view .container-custom .container-title {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .container-view .container-custom .container-title span {
    position: static;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .container-view .container-custom .container-title {
    flex-direction: column;
  }
  .container-view .container-custom .container-title h1 {
    font-size: 1.5625rem;
    margin: 2.3125rem auto 0.1875rem;
    max-width: 17.75rem;
  }
}

/*-----------------SECTION NEW----------------------*/
/*-----------------SECTION CATEGORY----------------------*/
.new_gray.container-custom {
  padding-left: 2.4375rem;
  padding-right: 2.4375rem;
}
.new_gray.container-custom h1 {
  font-family: "Bowlby One";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 110%;
  text-align: center;
  color: #383544;
  margin: 1.875rem auto 2.1875rem;
}
.new_gray.container-custom .new-nav-gray {
  display: flex;
}
.new_gray.container-custom .new-nav-gray .container-new-gray_z {
  flex: 1;
}
.new_gray.container-custom .new-nav-gray .category-new-gray {
  width: 14.8125rem;
  margin-left: 2.125rem;
}
.new_gray.container-custom .new-nav-gray .card-new img {
  width: 100%;
  height: 100%;
  height: 15.3125rem;
  object-fit: cover;
  margin-bottom: 1.875rem;
}
.new_gray.container-custom .new-nav-gray .card-new .card-title-new {
  font-family: "Bowlby One";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.0625rem;
  letter-spacing: 0em;
  text-align: left;
  color: #404041;
}
.new_gray.container-custom .new-nav-gray .card-new .paragraph {
  margin-top: 0.6875rem;
  display: none;
}
.new_gray.container-custom .new-nav-gray .card-new .paragraph:nth-child(2) {
  display: none;
}
.new_gray.container-custom .new-nav-gray .card-new p a {
  text-decoration: underline;
  color: #0072ae;
}
.new_gray.container-custom .new-nav-gray .card-new p + br {
  display: none;
}
.new_gray.container-custom .new-nav-gray .card-new .aTibrut {
  display: block;
  margin: 0.9375rem 0 1.5625rem;
  text-decoration: underline;
  color: #404041;
  display: inline-block !important;
  color: #0072ae;
}
.new_gray.container-custom .new-nav-gray .container-slice {
  position: sticky;
  top: 140px;
}
.new_gray.container-custom .new-nav-gray .container-slice ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.new_gray.container-custom .new-nav-gray .container-slice .category-new-gray-title {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1.25rem;
  color: #404041;
}
.new_gray.container-custom .new-nav-gray .container-slice .main {
  margin-bottom: 2.5rem;
}
@media (max-width: 620px) {
  .new_gray.container-custom .new-nav-gray .category-new-gray {
    width: 9.375rem;
  }
}
@media (max-width: 480px) {
  .new_gray.container-custom .new-nav-gray .container-new-gray_z {
    width: 100%;
  }
  .new_gray.container-custom .new-nav-gray {
    flex-wrap: wrap;
  }
  .new_gray.container-custom .new-nav-gray .category-new-gray {
    margin: 1.25rem;
    width: 100%;
    order: -1;
  }
}

.card-body-new {
  /* img {
    display: none !important;
  } */
}
.card-body-new .mejs-container {
  width: auto !important;
}

.home-hero {
  position: relative;
}
.home-hero .img {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-two .title-description {
  width: 100%;
}
.section-two .title-description .title-home {
  color: #383544;
  margin-top: 1.125rem;
  margin-bottom: 1.25rem;
  font-family: "Bowlby One", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0.03125rem;
  text-align: center;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.border{
  border-width: 1px;
}
.text-left{
  text-align: left;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#main {
  min-height: 1080px;
}

html {
  scroll-padding-top: 4.375rem;
  scroll-behavior: smooth;
  font-size: 30px;
}
@media (max-width: 1460px) {
  html {
    font-size: 25px;
  }
}
@media (max-width: 1260px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 784px) {
  html {
    font-size: 14px;
  }
}

.container-custom {
  max-width: 1440px;
  margin: auto;
  padding: 20px;
}

.title-section {
  font-family: "Bowlby One";
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: #383544;
  max-width: 45.75rem;
}

.paragraph {
  font-family: "Inter";
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
  text-align: center;
  margin: 1.25rem 0;
  color: #404041;
}

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

.background-intersection {
  background-color: #F7F8FD;
}

.hentry {
  padding: 1.25rem;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  text-align: left;
  max-width: 1440px;
  margin: auto;
}
.hentry header {
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1.25rem;
}
.hentry header h1,
.hentry header time {
  font-weight: 700;
}

.entry-content a {
  text-decoration: underline;
  color: #0072ae;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
