.top-menu__download {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: normal;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  padding: 0 35px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background: linear-gradient(
    273.18deg,
    #ff4a72 0.5%,
    #ff7772 51.28%,
    #ffb35b 100%
  );
  transition: background-color 0.15s ease;
}
.top-menu__download a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.top-menu__download a:hover {
  text-decoration: none;
}
.top-menu__download:hover {
  background: linear-gradient(
    273.18deg,
    #ff698a 0.5%,
    #ff9591 51.28%,
    #ffc17a 100%
  );
}
.top-menu__download:focus,
.top-menu__download:active {
  background: linear-gradient(
    273.18deg,
    #ff2b5a 0.5%,
    #ff5953 51.28%,
    #ffa53c 100%
  );
}
.top-menu__download:focus-visible {
  outline: none;
}
.top-menu__download[disabled] {
  cursor: not-allowed;
  background: rgba(20, 37, 69, 0.12);
  color: rgba(20, 37, 69, 0.48);
}
@media screen and (max-width: 799px) {
  .top-menu__download {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .top-menu__form-mobile input[type="button"] {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: revert;
    font-weight: 700;
    line-height: 20px;
    display: inline-flex;
    justify-content: left;
    align-items: left;
    gap: normal;
    box-sizing: border-box;
    width: auto;
    height: 40px;
    padding: 0 35px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background: linear-gradient(
      273.18deg,
      #ff4a72 0.5%,
      #ff7772 51.28%,
      #ffb35b 100%
    );
    transition: background-color 0.15s ease;
  }
  .top-menu__form-mobile input[type="button"] a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .top-menu__form-mobile input[type="button"] a:hover {
    text-decoration: none;
  }
  .top-menu__form-mobile input[type="button"]:hover {
    background: linear-gradient(
      273.18deg,
      #ff698a 0.5%,
      #ff9591 51.28%,
      #ffc17a 100%
    );
  }
  .top-menu__form-mobile input[type="button"]:focus,
  .top-menu__form-mobile input[type="button"]:active {
    background: linear-gradient(
      273.18deg,
      #ff2b5a 0.5%,
      #ff5953 51.28%,
      #ffa53c 100%
    );
  }
  .top-menu__form-mobile input[type="button"]:focus-visible {
    outline: none;
  }
  .top-menu__form-mobile input[type="button"][disabled] {
    cursor: not-allowed;
    background: rgba(20, 37, 69, 0.12);
    color: rgba(20, 37, 69, 0.48);
  }
}
.top-wrapper {
  background: #fff;
  margin-bottom: -1px;
}
.top-menu .top-menu__logo-link .h-logo {
  fill: #1f2530;
}
@media screen and (min-width: 1280px) {
  .top-menu .top-menu__item {
    color: rgba(20, 37, 69, 0.6);
  }
  .top-menu .top-menu__item:hover,
  .top-menu .top-menu__item:focus {
    color: #f80;
  }
  .top-menu .top-menu__item:hover::before,
  .top-menu .top-menu__item:focus::before {
    background: linear-gradient(
      273.18deg,
      #ff4a72 0.5%,
      #ff7772 51.28%,
      #ffb35b 100%
    );
  }
  .top-menu .top-menu__item_active {
    color: #1f2530;
  }
  .top-menu .top-menu__item_active:hover,
  .top-menu .top-menu__item_active:focus {
    color: #f80;
  }
  .top-menu .top-menu__item_active:hover::before,
  .top-menu .top-menu__item_active:focus::before {
    background: linear-gradient(
      273.18deg,
      #ff4a72 0.5%,
      #ff7772 51.28%,
      #ffb35b 100%
    );
  }
  .top-menu .top-menu__item_active:hover .top-dropdown__arrow,
  .top-menu .top-menu__item_active:focus .top-dropdown__arrow {
    fill: #f80;
  }
  .top-menu .top-menu__item_active .top-dropdown__arrow {
    fill: #1f2530;
  }
  .top-menu .top-dropdown {
    color: rgba(20, 37, 69, 0.6);
  }
  .top-menu .top-dropdown:hover,
  .top-menu .top-dropdown:focus {
    color: #f80;
  }
  .top-menu .top-dropdown:hover .top-dropdown__arrow,
  .top-menu .top-dropdown:focus .top-dropdown__arrow {
    fill: #f80;
  }
  .top-menu .top-dropdown .top-dropdown__arrow {
    fill: rgba(20, 37, 69, 0.6);
  }
  .top-menu .top-dropdown_active-desktop {
    color: #1f2530;
  }
  .top-menu .top-dropdown_active-desktop:hover,
  .top-menu .top-dropdown_active-desktop:focus {
    color: #f80;
  }
  .top-menu .top-dropdown_active-desktop:hover .top-dropdown__arrow,
  .top-menu .top-dropdown_active-desktop:focus .top-dropdown__arrow {
    fill: #f80;
  }
  .top-menu .top-dropdown_active-desktop .top-dropdown__arrow {
    fill: #1f2530;
  }
  .top-menu .top-dropdown .top-dropdown__inner::before {
    background: linear-gradient(
      273.18deg,
      #ff4a72 0.5%,
      #ff7772 51.28%,
      #ffb35b 100%
    );
  }
}
@media screen and (min-width: 800px) {
  .top-menu .top-menu__lang-current {
    color: rgba(20, 37, 69, 0.6);
  }
  .top-menu .top-menu__lang-current .top-dropdown__arrow {
    fill: rgba(20, 37, 69, 0.6);
  }
  .top-menu .top-menu__lang-current:hover,
  .top-menu .top-menu__lang-current:focus {
    color: #f80;
  }
  .top-menu .top-menu__lang-current:hover .top-dropdown__arrow,
  .top-menu .top-menu__lang-current:focus .top-dropdown__arrow {
    fill: #f80;
  }
  .top-menu .top-menu__hidden-list:hover + .top-menu__lang-current {
    color: #f80;
  }
}
.top-menu .top-menu__hidden-list {
  background: #fff;
}
@media screen and (max-width: 799px) {
  .top-menu .top-menu__hidden-list {
    background: #fff;
  }
}
.top-menu .top-menu__hidden-list li {
  color: #1f2530;
}
@media screen and (max-width: 799px) {
  .top-menu .top-menu__hidden-list li {
    color: #495365;
  }
}
.top-menu .top-menu__hidden-list a {
  color: #1f2530;
}
@media screen and (max-width: 799px) {
  .top-menu .top-menu__hidden-list a {
    color: #495365;
  }
}
.top-menu__search-icon {
  fill: rgba(20, 37, 69, 0.6);
}
@media screen and (max-width: 799px) {
  .top-menu__lang-mobile .h-lang-mobile {
    fill: #1f2530;
  }
}
@media screen and (max-width: 799px) {
  .top-menu__lang-mobile .h-lang-mobile_active {
    fill: #ffbd72;
  }
}
@media screen and (max-width: 799px) {
  .top-menu__search-icon {
    fill: #1f2530;
  }
}
@media screen and (max-width: 1279px) {
  .top-menu-box__inner {
    background: #1f2530;
  }
}
@media screen and (max-width: 1279px) {
  .top-menu-box::before,
  .top-menu-box::after {
    background: #1f2530;
  }
}
.top-menu__search-field {
  color: #1f2530;
}
.top-menu__search-field_active {
  background: rgba(20, 37, 69, 0.03);
  border: 1px solid rgba(20, 37, 69, 0.12);
}
.top-menu__search-field::-moz-placeholder,
.top-menu__search-field:-ms-input-placeholder,
.top-menu__search-field::-webkit-input-placeholder {
  color: rgba(20, 37, 69, 0.36);
}
#h-close-icon circle {
  fill: rgba(20, 37, 69, 0.12);
}
#h-close-icon path {
  fill: #1f2530;
}
.content-container {
  max-width: 980px;
}
.first-screen {
  padding-top: 80px;
  padding-bottom: 10px !important;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .first-screen {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 799px) {
  .first-screen {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.first-screen .first-screen__container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 51;
}
.first-screen .first-screen__container .heading {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .first-screen .first-screen__container .heading {
    max-width: 678px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 799px) {
  .first-screen .first-screen__container .heading {
    margin: 0 auto 40px;
  }
}
.first-screen .first-screen__container .heading .title {
  margin-top: 0;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 30px;
}
.first-screen .first-screen__container .heading .title:link {
  color: #1f2530;
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .first-screen .first-screen__container .heading .title {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .first-screen .first-screen__container .heading .title:link {
    color: #1f2530;
  }
}
@media screen and (max-width: 799px) {
  .first-screen .first-screen__container .heading .title {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: revert;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .first-screen .first-screen__container .heading .title:link {
    color: #1f2530;
  }
}
.first-screen .first-screen__container .heading .sub {
  max-width: 900px;
  margin: 0 auto;
  color: #495365;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: revert;
  font-weight: 400;
  line-height: 26px;
}
.first-screen .first-screen__container .heading .sub a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.first-screen .first-screen__container .heading .sub a:hover {
  text-decoration: none;
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .first-screen .first-screen__container .heading .sub {
    color: #495365;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: revert;
    font-weight: 400;
    line-height: 26px;
  }
  .first-screen .first-screen__container .heading .sub a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .first-screen .first-screen__container .heading .sub a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 799px) {
  .first-screen .first-screen__container .heading .sub {
    color: #495365;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: revert;
    font-weight: 400;
    line-height: 20px;
  }
  .first-screen .first-screen__container .heading .sub a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .first-screen .first-screen__container .heading .sub a:hover {
    text-decoration: none;
  }
}
.first-screen__bg {
  --heigth: 210px;
  position: absolute;
  height: 210px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff 40%, #ffffff 100%);
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .first-screen__bg {
    --heigth: 160px;
  }
}
@media screen and (max-width: 799px) {
  .first-screen__bg {
    --heigth: 190px;
  }
}
.case-converter .action_convert {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 799px) {
  .case-converter .action_convert {
    --grid-size: 2;
    --grid-space: 12px;
    --first-rule: calc(var(--grid-space) / 2);
    --second-rule: calc(var(--first-rule) * 2);
    --radius: 10px;
    width: auto;
    margin: 0 calc(var(--first-rule) - var(--second-rule));
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 0;
  }
}
.case-converter .action_convert .button {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  line-height: 39px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: normal;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: solid 1px rgba(20, 37, 69, 0.18);
  cursor: pointer;
  background: #007BFF;
  transition: background-color 0.15s ease;
  width: 100%;
}
.case-converter .action_convert .button a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .action_convert .button a:hover {
  text-decoration: none;
}
.case-converter .action_convert .button a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .action_convert .button a:hover {
  text-decoration: none;
}
.case-converter .action_convert .button:hover {
  background: #fff;
  color: #07c;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  background: #f0f6ff;
}
.case-converter .action_convert .button:hover a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .action_convert .button:hover a:hover {
  text-decoration: none;
}
.case-converter .action_convert .button:focus,
.case-converter .action_convert .button:active {
  background: #d9eaff;
  color: #07c;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  background: #dff0ff;
}
.case-converter .action_convert .button:focus a:not([class]),
.case-converter .action_convert .button:active a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .action_convert .button:focus a:hover,
.case-converter .action_convert .button:active a:hover {
  text-decoration: none;
}
.case-converter .action_convert .button:focus-visible {
  outline: none;
}
.case-converter .action_convert .button[disabled] {
  cursor: not-allowed;
  background: rgba(20, 37, 69, 0.12);
  color: rgba(20, 37, 69, 0.48);
}
@media screen and (max-width: 799px) {
  .case-converter .action_convert__item {
    box-sizing: border-box;
    width: calc(100% / var(--grid-size));
    padding: 0 calc(var(--grid-space) / 2);
    margin-bottom: var(--grid-space);
    font-size: 12px;
  }
  .case-converter .action_convert__item:nth-child(5) {
    width: 33.3333333333%;
  }
  .case-converter .action_convert__item:nth-child(6) {
    width: 33.3333333333%;
  }
  .case-converter .action_convert__item:nth-child(7) {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 799px) {
  .case-converter .action_convert__item .button {
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 359px) {
  .case-converter .action_convert__item .button {
    padding: 0 5px;
  }
}
.case-converter .case-converter__container {
  margin-bottom: 20px;
}
.case-converter .case-converter__container textarea {
  --padding: 19px 22px;
  --thumb-size: 33px;
  cursor: auto;
  color: #1f2530;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: revert;
  font-weight: 400;
  line-height: 24px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 0 16px;
  letter-spacing: revert;
  outline: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  box-sizing: border-box;
  min-height: 300px;
  resize: none;
  appearance: none;
  padding: var(--padding);
  border: solid 1px rgba(20, 37, 69, 0.18);
  border-radius: 10px;
  background: rgba(144, 177, 214, 0.03);
}
.case-converter .case-converter__container textarea a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .case-converter__container textarea a:hover {
  text-decoration: none;
}
.case-converter .case-converter__container textarea:-webkit-autofill {
  border-color: #47b8ff;
  background-color: #fff;
}
.case-converter .case-converter__container textarea::placeholder {
  color: rgba(20, 37, 69, 0.48);
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: revert;
  font-weight: 400;
  line-height: 24px;
}
.case-converter
  .case-converter__container
  textarea::placeholder
  a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .case-converter__container textarea::placeholder a:hover {
  text-decoration: none;
}
.case-converter .case-converter__container textarea:hover {
  background-color: #f8f8f9;
}
.case-converter .case-converter__container textarea:focus {
  border-color: #47b8ff;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .case-converter .case-converter__container textarea {
    --padding: 19px 20px;
    color: #1f2530;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: revert;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 0 16px;
    letter-spacing: revert;
    outline: none;
    transition: border-color 0.15s ease, background-color 0.15s ease;
    box-sizing: border-box;
    min-height: 300px;
    resize: none;
    appearance: none;
    padding: var(--padding);
    border: solid 1px rgba(20, 37, 69, 0.18);
    border-radius: 10px;
    background: rgba(144, 177, 214, 0.03);
  }
  .case-converter .case-converter__container textarea a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .case-converter .case-converter__container textarea a:hover {
    text-decoration: none;
  }
  .case-converter .case-converter__container textarea:-webkit-autofill {
    border-color: #47b8ff;
    background-color: #fff;
  }
  .case-converter .case-converter__container textarea::placeholder {
    color: rgba(20, 37, 69, 0.48);
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: revert;
    font-weight: 400;
    line-height: 20px;
  }
  .case-converter
    .case-converter__container
    textarea::placeholder
    a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .case-converter .case-converter__container textarea::placeholder a:hover {
    text-decoration: none;
  }
  .case-converter .case-converter__container textarea:hover {
    background-color: #f8f8f9;
  }
  .case-converter .case-converter__container textarea:focus {
    border-color: #47b8ff;
    background-color: #fff;
  }
}
.case-converter .case-converter__container textarea::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
.case-converter .case-converter__container textarea::-webkit-scrollbar-track {
  background: rgba(20, 37, 69, 0.03);
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.case-converter .case-converter__container textarea::-webkit-scrollbar-thumb {
  background: rgba(20, 37, 69, 0.36);
  border-radius: 10px;
  height: var(--thumb-size);
  min-height: var(--thumb-size);
  background-clip: padding-box;
}
.case-converter .case-converter__container textarea::placeholder {
  color: rgba(20, 37, 69, 0.6);
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: revert;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}
.case-converter
  .case-converter__container
  textarea::placeholder
  a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .case-converter__container textarea::placeholder a:hover {
  text-decoration: none;
}
@media screen and (max-width: 799px) {
  .case-converter .case-converter__container textarea::placeholder {
    font-size: 14px;
    font-style: italic;
  }
}
.case-converter .footer_converter {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter {
    flex-direction: column;
    gap: 30px;
  }
}
.case-converter .footer_converter .counter {
  display: flex;
  align-items: center;
  gap: 1px;
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter .counter {
    justify-content: flex-start;
  }
}
.case-converter .footer_converter .counter__item {
  --size: 110px;
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: var(--size);
  color: rgba(20, 37, 69, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  transition: 200ms;
}
.case-converter .footer_converter .counter__item a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .footer_converter .counter__item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter .counter__item {
    --size: 65px;
  }
}
.case-converter .footer_converter .counter__item .title {
  font-weight: 400;
}
.case-converter .footer_converter .counter__item .count {
  min-width: var(--size);
  max-width: var(--size);
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-converter .footer_converter .action_button {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter .action_button {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.case-converter .footer_converter .action_button .button {
  transition: 200ms;
}
.case-converter .footer_converter .action_button .button .icon {
  --size: 16px;
  width: var(--size);
  height: calc(var(--size) + 2px);
}
.case-converter .footer_converter .action_button .button.button-clear {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  color: #1f2530;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  line-height: 39px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  padding: 0 19px;
  border-radius: 5px;
  border: solid 1px rgba(20, 37, 69, 0.12);
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.15s ease;
  width: 115px;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-clear
  a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .footer_converter .action_button .button.button-clear a:hover {
  text-decoration: none;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-clear
  a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .footer_converter .action_button .button.button-clear a:hover {
  text-decoration: none;
}
.case-converter .footer_converter .action_button .button.button-clear .icon {
  fill: #ff7d66;
}
.case-converter .footer_converter .action_button .button.button-clear:hover {
  background: linear-gradient(
    273.18deg,
    #ff698a 0.5%,
    #ff9591 51.28%,
    #ffc17a 100%
  );
  background: #f0f6ff;
}
.case-converter .footer_converter .action_button .button.button-clear:focus,
.case-converter .footer_converter .action_button .button.button-clear:active {
  background: linear-gradient(
    273.18deg,
    #ff2b5a 0.5%,
    #ff5953 51.28%,
    #ffa53c 100%
  );
  background: #dff0ff;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-clear:focus-visible {
  outline: none;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-clear[disabled] {
  cursor: not-allowed;
  background: rgba(20, 37, 69, 0.12);
  color: rgba(20, 37, 69, 0.48);
  color: rgba(20, 37, 69, 0.48);
  background: rgba(20, 37, 69, 0.03);
  border: solid 1px rgba(20, 37, 69, 0.18);
}
.case-converter
  .footer_converter
  .action_button
  .button.button-clear[disabled]
  .icon {
  fill: rgba(20, 37, 69, 0.48);
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter .action_button .button.button-clear {
    width: 100%;
  }
}
.case-converter .footer_converter .action_button .button.button-copy {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  line-height: 39px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  padding: 0 19px;
  border-radius: 5px;
  border: solid 1px #47b8ff;
  cursor: pointer;
  background: #47b8ff;
  transition: background-color 0.15s ease;
  width: 115px;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copy
  a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .footer_converter .action_button .button.button-copy a:hover {
  text-decoration: none;
}
.case-converter .footer_converter .action_button .button.button-copy .icon {
  fill: #fff;
}
.case-converter .footer_converter .action_button .button.button-copy:hover {
  background: #66c4ff;
  background: #66c4ff;
  border: solid 1px #66c4ff;
}
.case-converter .footer_converter .action_button .button.button-copy:focus,
.case-converter .footer_converter .action_button .button.button-copy:active {
  background: #28acff;
  background: #28acff;
  border: solid 1px #28acff;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copy:focus-visible {
  outline: none;
}
.case-converter .footer_converter .action_button .button.button-copy[disabled] {
  cursor: not-allowed;
  background: rgba(20, 37, 69, 0.12);
  color: rgba(20, 37, 69, 0.48);
  border: solid 1px rgba(20, 37, 69, 0.18);
  background: rgba(20, 37, 69, 0.03);
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copy[disabled]
  .icon {
  fill: rgba(20, 37, 69, 0.48);
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter .action_button .button.button-copy {
    width: 100%;
  }
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copy
  .copy_icon {
  display: block;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copy
  .copied_icon {
  display: none;
}
.case-converter .footer_converter .action_button .button.button-copied {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: revert;
  font-weight: 700;
  line-height: 20px;
  line-height: 39px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  padding: 0 19px;
  border-radius: 5px;
  border: solid 1px #6dbc00;
  cursor: pointer;
  background: #6dbc00;
  transition: background-color 0.15s ease;
  width: 115px;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copied
  a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.case-converter .footer_converter .action_button .button.button-copied a:hover {
  text-decoration: none;
}
.case-converter .footer_converter .action_button .button.button-copied .icon {
  fill: #fff;
}
.case-converter .footer_converter .action_button .button.button-copied:hover {
  background: #7fdb00;
  background: #7fdb00;
  border: solid 1px #7fdb00;
}
.case-converter .footer_converter .action_button .button.button-copied:focus,
.case-converter .footer_converter .action_button .button.button-copied:active {
  background: #5b9d00;
  background: #5b9d00;
  border: solid 1px #5b9d00;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copied:focus-visible {
  outline: none;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copied[disabled] {
  cursor: not-allowed;
  background: rgba(20, 37, 69, 0.12);
  color: rgba(20, 37, 69, 0.48);
  border: solid 1px rgba(20, 37, 69, 0.18);
  background: rgba(20, 37, 69, 0.03);
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copied[disabled]
  .icon {
  fill: rgba(20, 37, 69, 0.48);
}
@media screen and (max-width: 799px) {
  .case-converter .footer_converter .action_button .button.button-copied {
    width: 100%;
  }
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copied
  .copy_icon {
  display: none;
}
.case-converter
  .footer_converter
  .action_button
  .button.button-copied
  .copied_icon {
  display: block;
}
.case-converter .footer_converter .action_button .button.button-copied .icon {
  --size: 18px;
  width: var(--size);
  height: var(--size);
}
.source-landing {
  padding-top: 150px;
  padding-bottom: 150px;
  content-visibility: auto;
  overflow: hidden;
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .source-landing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 799px) {
  .source-landing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*ol,
ul {
  margin-left: -20px;
}*/
ol li,
ul li {
  margin-bottom: 10px;
}
.content_lg {
  margin-bottom: 100px;
}
@media screen and (max-width: 799px) {
  .content_lg {
    margin-bottom: 60px;
  }
}
.content_lg:last-child {
  margin-bottom: 0;
}
.content_lg .title {
  margin-top: 0;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 40px;
}
.content_lg .title:link {
  color: #1f2530;
}
@media screen and (max-width: 799px) {
  .content_lg .title {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: revert;
    font-weight: 700;
  }
  .content_lg .title:link {
    color: #1f2530;
  }
}
.content_lg .content {
  color: #495365;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: revert;
  font-weight: 400;
  line-height: 24px;
}
.content_lg .content a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.content_lg .content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 799px) {
  .content_lg .content {
    color: #495365;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: revert;
    font-weight: 400;
    line-height: 20px;
  }
  .content_lg .content a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .content_lg .content a:hover {
    text-decoration: none;
  }
}
.content_md {
  margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
  .content_md {
    margin-bottom: 50px;
  }
}
.content_md:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 799px) {
  .content_md:last-child {
    margin-bottom: 60px;
  }
}
.content_md .title {
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: revert;
  font-weight: 700;
  color: #495365;
  margin-bottom: 30px;
}
.content_md .title:link {
  color: #1f2530;
}
@media screen and (max-width: 799px) {
  .content_md .title {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: revert;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .content_md .title:link {
    color: #1f2530;
  }
}
.content_md .content {
  color: #495365;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: revert;
  font-weight: 400;
  line-height: 24px;
}
.content_md .content a:not([class]) {
  text-decoration: underline;
  color: #07c;
}
.content_md .content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 799px) {
  .content_md .content {
    color: #495365;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: revert;
    font-weight: 400;
    line-height: 20px;
  }
  .content_md .content a:not([class]) {
    text-decoration: underline;
    color: #07c;
  }
  .content_md .content a:hover {
    text-decoration: none;
  }
}
.list {
  margin-left: -40px;
  margin-top: 25px;
  margin-bottom: 20px;
  list-style: none;
}
.list li {
  display: flex;
}
/*.list li::before {
  content: url("../../../../../../images/common-theme/landings/free-tools/case-converter/check.svg");
  margin-right: 18px;
}*/
.mb-mobile {
  margin-bottom: 30px;
} /*# sourceMappingURL=case-converter.min.css.map */