@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap);
#rc-reme a,
#rc-reme abbr,
#rc-reme acronym,
#rc-reme address,
#rc-reme applet,
#rc-reme big,
#rc-reme blockquote,
#rc-reme caption,
#rc-reme cite,
#rc-reme code,
#rc-reme dd,
#rc-reme del,
#rc-reme dfn,
#rc-reme div,
#rc-reme dl,
#rc-reme dt,
#rc-reme em,
#rc-reme fieldset,
#rc-reme font,
#rc-reme form,
#rc-reme h1,
#rc-reme h2,
#rc-reme h3,
#rc-reme h4,
#rc-reme h5,
#rc-reme h6,
#rc-reme iframe,
#rc-reme img,
#rc-reme ins,
#rc-reme kbd,
#rc-reme label,
#rc-reme legend,
#rc-reme li,
#rc-reme object,
#rc-reme ol,
#rc-reme p,
#rc-reme pre,
#rc-reme q,
#rc-reme s,
#rc-reme samp,
#rc-reme small,
#rc-reme span,
#rc-reme strike,
#rc-reme strong,
#rc-reme sub,
#rc-reme sup,
#rc-reme table,
#rc-reme tbody,
#rc-reme td,
#rc-reme tfoot,
#rc-reme th,
#rc-reme thead,
#rc-reme tr,
#rc-reme tt,
#rc-reme ul,
#rc-reme var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  line-height: normal;
}
#rc-reme {
  --mainColor: #1e1250;
  --secondColor: #000;
  --textColor: #000;
  --textDecor: #fff;
  --textDecor2: #fef4c9;
  --titleColor: var(--mainColor);
  --menubg: var(--mainColor);
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --heavy: 800;
  --black: 900;
  display: block;
  max-width: 930px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: var(--textColor);
  background-color: #fff;
  transition: all 0.2s ease-in;
  box-sizing: border-box;
}
#rc-reme img {
  max-height: unset;
  max-width: unset;
  display: inline;
  border-radius: 0;
}
#rc-reme ul {
  list-style: outside;
}
#rc-reme sup {
  position: relative;
  vertical-align: super;
  top: -1px;
  font-size: 0.65em;
  font-weight: var(--regular);
}
#rc-reme .rc-banner-top {
  position: relative;
  font-size: 0;
  width: 100%;
  text-align: center;
}
#rc-reme .rc-banner-top img {
  width: 100%;
  max-width: 999px;
  height: auto;
}
#rc-reme .rc-menu-top {
  position: relative;
  box-sizing: border-box;
  background-color: var(--menubg);
}
#rc-reme .rc-menu-top ul {
  position: relative;
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 100%;
}
#rc-reme .rc-menu-top ul li {
  position: relative;
  width: calc(100% / 5);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
#rc-reme .rc-menu-top ul li:hover {
  background-color: #df00000f;
}
#rc-reme .rc-menu-top ul li a:hover {
  text-decoration: underline;
}
#rc-reme .rc-menu-top ul li a {
  text-decoration: none;
  color: var(--textDecor);
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  letter-spacing: -0.3px;
}
#rc-reme #rc-section-1 {
  position: relative;
  padding: 0 65px 10px 65px;
}
#rc-reme #rc-section-1 > .rc-text {
  position: relative;
  margin: 50px auto 30px auto;
}
#rc-reme #rc-section-1 > .rc-text p {
  color: var(--textColor);
  font-size: 15px;
  font-weight: var(--light);
  text-align: center;
  line-height: 1.6em;
}
#rc-reme #rc-section-1 > .rc-text p span {
  line-height: inherit;
  font-weight: var(--medium);
}
#rc-reme #rc-section-1 .rc-counter--section {
  position: relative;
  margin: 0;
}
#rc-reme #rc-section-1 .rc-counter--section > .rc-text p {
  color: var(--textDecor);
  font-size: 22px;
  font-weight: var(--light);
  text-align: center;
  line-height: 1.6em;
}
#rc-reme #rc-section-1 .rc-counter {
  position: relative;
  display: flex;
  max-width: 95%;
  margin: 50px auto;
  justify-content: center;
  gap: 20px;
}
#rc-reme #rc-section-1 .rc-counter--section .rc-item {
  position: relative;
  max-width: 17%;
}
#rc-reme #rc-section-1 .rc-counter--section .rc-item .rc-text {
  position: relative;
}
#rc-reme #rc-section-1 .rc-counter--section .rc-item .rc-text p {
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  height: 90px;
  text-align: center;
  padding: 0 15px;
  line-height: normal;
}
#rc-reme
  #rc-section-1
  .rc-counter--section
  .rc-item
  .rc-text
  p
  span.rc-bracket--left {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 100%;
  left: 0;
  border-left: 1px solid var(--textDecor);
  border-top: 1px solid var(--textDecor);
  border-bottom: 1px solid var(--textDecor);
}
#rc-reme
  #rc-section-1
  .rc-counter--section
  .rc-item
  .rc-text
  p
  span.rc-bracket--right {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 20px;
  height: 100%;
  border-right: 1px solid var(--textDecor);
  border-top: 1px solid var(--textDecor);
  border-bottom: 1px solid var(--textDecor);
}
#rc-reme #rc-section-1 .rc-counter--section .rc-item .rc-text p span.rc-number {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  color: var(--textDecor);
  font-size: 22px;
  font-weight: var(--medium);
  transform: translate(-50%, -50%);
}
#rc-reme
  #rc-section-1
  .rc-counter--section
  .rc-item:nth-child(1)
  .rc-text
  p
  span.rc-text {
  position: relative;
  font-size: 10px;
  line-height: 1.2em;
  padding: 0;
}
#rc-reme .rc-section--title.rc-text {
  position: relative;
  margin: 0 auto;
  top: 15px;
  z-index: 10;
}
#rc-reme .rc-section--title.rc-text p {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
}
#rc-reme .rc-section--title.rc-text p span {
  position: relative;
  box-sizing: border-box;
  padding: 4px;
  background-color: var(--mainColor);
  color: var(--textDecor);
  display: inline-block;
  width: 230px;
  text-transform: uppercase;
}
#rc-reme #rc-section-2 {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
#rc-reme #rc-section-2 .rc-section {
  position: relative;
  background-color: #e6e6e6;
  box-sizing: border-box;
  display: flex;
}
#rc-reme #rc-section-2 > .rc-text {
  position: relative;
}
#rc-reme #rc-section-2 .rc-section .rc-text {
  position: absolute;
  box-sizing: border-box;
  padding: 80px 0 20px 70px;
}
#rc-reme #rc-section-2 .rc-section > .rc-image {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
}
#rc-reme #rc-section-2 .rc-section > .rc-text ul li {
  font-size: 15px;
  color: var(--mainColor);
  line-height: 1.6em;
}
#rc-reme #rc-section-2 .rc-section > .rc-text ul li span {
  font-weight: var(--medium);
}
#rc-reme #rc-section-2 .rc-section > .rc-text p {
  font-size: 7.5px;
  color: var(--mainColor);
  font-weight: var(--medium);
}
#rc-reme #rc-section-2 .rc-section .rc-text .rc-image {
  position: relative;
  box-sizing: border-box;
  padding: 40px 0;
}
#rc-reme #rc-section-3 {
  position: relative;
  box-sizing: border-box;
}
#rc-reme #rc-section-3 .rc-section {
  position: relative;
  box-sizing: border-box;
  display: flex;
  border-top: 1px solid var(--mainColor);
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 50%;
  background-image: linear-gradient(
    0,
    #080417 0,
    #160f38 20%,
    #1e1250 50%,
    #20164f 100%
  );
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text {
  position: relative;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 50%;
  width: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 25%;
  left: 0;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 50%;
  width: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 25%;
  right: 0;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p {
  color: #fff;
  font-size: 17px;
  font-weight: var(--light);
  text-align: right;
  line-height: 1.6em;
  padding: 0 20px;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p span {
  font-weight: var(--medium);
}
#rc-reme #rc-section-3 .rc-section .rc-column--2 {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
#rc-reme #rc-section-3 .rc-section .rc-column--2 .rc-image {
  position: relative;
  width: 100%;
  font-size: 0;
}
#rc-reme #rc-section-3 .rc-section .rc-column--2 img {
  position: relative;
  width: 100%;
  height: auto;
}
#rc-reme .rc-section--3a {
  position: relative;
  box-sizing: border-box;
  margin: 20px 30px 30px 30px;
}
#rc-reme .rc-section--3a .rc-text-img {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  min-height: 25px;
}
#rc-reme .rc-section--3a .rc-image {
  position: relative;
  box-sizing: border-box;
  font-size: 0;
}
#rc-reme .rc-section--3a .rc-item {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid var(--mainColor);
  padding: 10px 100px 10px 20px;
}
#rc-reme .rc-section--3a .rc-text-img .rc-text p {
  font-size: 15px;
  font-weight: var(--medium);
  padding-left: 10px;
  text-transform: uppercase;
}
#rc-reme .rc-section--3a .rc-item > .rc-text p {
  font-size: 15px;
  font-weight: var(--light);
}
#rc-reme .rc-section--3a img {
  animation: rotate120 10s linear infinite;
}
@keyframes rotate120 {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(120deg);
  }
}
#rc-reme .rc-section--3a .rc-item:nth-of-type(1) img {
  animation-delay: 0s;
}
#rc-reme .rc-section--3a .rc-item:nth-of-type(2) img {
  animation-delay: -8s;
}
#rc-reme .rc-section--3a .rc-item:nth-of-type(3) img {
  animation-delay: -6s;
}
#rc-reme .rc-section--3a .rc-item:nth-of-type(4) img {
  animation-delay: -4s;
}
#rc-reme .rc-section--3a .rc-item:nth-of-type(5) img {
  animation-delay: -2s;
}
#rc-reme .rc-section--3b {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 30px;
  padding-top: 20px;
}
#rc-reme .rc-section--3b .rc-table {
  position: relative;
  box-sizing: border-box;
  background-color: var(--mainColor);
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 0;
}
#rc-reme .rc-section--3b .rc-table .rc-row:nth-child(odd) {
  background-color: #797b9d;
}
#rc-reme .rc-section--3b .rc-table .rc-row:nth-child(even) {
  margin: 0 auto;
  padding: 0;
}
#rc-reme .rc-section--3b .rc-table .rc-row.rc-table--header p {
  font-weight: var(--medium);
  font-size: 18px;
}
#rc-reme .rc-section--3b .rc-table .rc-row {
  position: relative;
  box-sizing: border-box;
  display: flex;
  column-gap: 15px;
  width: 96%;
  margin: 5px auto;
  padding: 3px 0;
}
#rc-reme .rc-section--3b .rc-table .rc-row:last-child .rc-text {
  width: 100%;
  padding: 25px 40px 5px 0;
}
#rc-reme .rc-section--3b .rc-table .rc-text:nth-child(1) {
  width: 48%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#rc-reme .rc-section--3b .rc-table .rc-text:nth-child(2) {
  width: 38%;
  text-align: center;
}
#rc-reme .rc-section--3b .rc-table .rc-text:nth-child(3) {
  width: 15%;
  text-align: center;
}
#rc-reme .rc-section--3b .rc-table .rc-text p {
  color: #fff;
  font-size: 16px;
  font-weight: var(--light);
}
#rc-reme
  .rc-section--3b
  .rc-table
  .rc-row:not(.rc-table--header)
  .rc-text:nth-child(n + 2)
  p {
  color: #fff;
  font-size: 19px;
}
#rc-reme #rc-section-4 {
  position: relative;
  box-sizing: border-box;
}
#rc-reme #rc-section-4 .rc-section {
  position: relative;
  box-sizing: border-box;
  display: flex;
  border-top: 1px solid var(--mainColor);
  background-image: linear-gradient(
    0,
    #080417 0,
    #160f38 20%,
    #1e1250 50%,
    #20164f 100%
  );
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-left: 30px;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-image {
  position: absolute;
  bottom: 20px;
  left: 50px;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text {
  position: relative;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-30px);
  padding-right: 20px;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 60%;
  width: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 20%;
  left: 0;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 60%;
  width: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 20%;
  right: 0;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p {
  color: #fff;
  font-size: 17px;
  font-weight: var(--light);
  text-align: right;
  line-height: 1.6em;
  padding: 0 20px;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p span {
  font-weight: var(--medium);
}
#rc-reme #rc-section-4 .rc-section .rc-column--2 {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 60px 0;
}
#rc-reme #rc-section-4 .rc-section .rc-column--2 .rc-image {
  position: relative;
  width: 100%;
  font-size: 0;
}
#rc-reme #rc-section-4 .rc-section .rc-column--2 img {
  position: relative;
  width: 100%;
  height: auto;
}
#rc-reme #rc-section-4 > .rc-image {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#rc-reme .rc-section--4a {
  position: relative;
  box-sizing: border-box;
  margin: 30px auto;
}
#rc-reme .rc-section--4a .rc-image img {
  width: 100%;
  height: auto;
}
#rc-reme .rc-section--4b {
  position: relative;
  box-sizing: border-box;
  margin: 30px auto;
}
#rc-reme .rc-section--4b > .rc-text {
  position: relative;
  box-sizing: border-box;
  padding: 10px 0;
}
#rc-reme .rc-section--4b > .rc-text p {
  position: relative;
  font-size: 15px;
  font-weight: var(--regular);
  text-align: center;
}
#rc-reme .rc-section--4b .rc-section {
  position: relative;
  box-sizing: border-box;
  display: flex;
  background-image: linear-gradient(
    0,
    #080417 0,
    #160f38 20%,
    #1e1250 50%,
    #20164f 100%
  );
  justify-content: center;
  border-radius: 50px;
  padding-top: 190px;
  padding-bottom: 20px;
  margin-top: 160px;
  margin-left: 70px;
  margin-right: 70px;
}
#rc-reme .rc-section--4b .rc-section .rc-image {
  position: absolute;
  top: -150px;
}
#rc-reme .rc-section--4b .rc-section .rc-text p {
  color: #fff;
  font-size: 14px;
  font-weight: var(--light);
  padding-right: 10px;
}
#rc-reme #rc-section-5 {
  position: relative;
  box-sizing: border-box;
}
#rc-reme #rc-section-5 .rc-section {
  position: relative;
  border-top: 1px solid var(--mainColor);
  box-sizing: border-box;
  padding-top: 50px;
}
#rc-reme #rc-section-5 .rc-section .rc-row {
  position: relative;
  border-bottom: 1px solid var(--mainColor);
  box-sizing: border-box;
  margin: 0 30px;
}
#rc-reme #rc-section-5 .rc-section .rc-row .rc-text {
  position: relative;
  padding: 10px 30px;
}
#rc-reme #rc-section-5 .rc-section .rc-row .rc-text p {
  position: relative;
  color: var(--mainColor);
  font-size: 14px;
  font-weight: var(--light);
  line-height: 1.6em;
}
#rc-reme #rc-section-5 .rc-section .rc-row .rc-text p.rc-question {
  font-weight: var(--medium);
}
#rc-reme #rc-section-5 .rc-section .rc-row .rc-text p.rc-answer {
  position: relative;
}
#rc-reme #rc-section-5 .rc-section .rc-row .rc-text p.rc-footnotes {
  position: relative;
  font-size: 11px;
  margin-top: 10px;
}
#rc-reme .rc-menu-top ul li a {
  font-size: 14px;
}
#rc-reme #rc-section-2 .rc-section {
  flex-direction: column;
}
#rc-reme #rc-section-2 .rc-section .rc-text {
  position: relative;
  padding-top: 20px;
  width: 95%;
  margin: 0 auto;
}
#rc-reme #rc-section-2 .rc-section .rc-text br {
  display: none;
}
#rc-reme #rc-section-2 .rc-section > .rc-image {
  transform: unset;
  text-align: center;
}
#rc-reme #rc-section-3 .rc-section {
  flex-direction: column;
}
#rc-reme #rc-section-3 .rc-section > div {
  width: 100% !important;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 {
  height: 20vw;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p br {
  display: none;
}
#rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p {
  text-align: center;
  font-size: 1.1em;
}
#rc-reme #rc-section-4 .rc-section > div {
  width: 100% !important;
}
#rc-reme #rc-section-4 .rc-section {
  flex-direction: column;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 {
  height: 30vw;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p br {
  display: none;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p {
  text-align: center;
  font-size: 1.1em;
}
#rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-image {
  bottom: 0;
}
#rc-reme .rc-section--4b .rc-section > div {
  width: 33.33%;
  max-width: 215px;
}
#rc-reme .rc-section--4b .rc-section {
  margin-left: 10px;
  margin-right: 10px;
  justify-content: center;
  padding-top: 0;
  margin-top: 20px;
}
#rc-reme .rc-section--4b .rc-section .rc-text p br {
  display: none;
}
#rc-reme .rc-section--4b .rc-section .rc-text p {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#rc-reme .rc-section--4b .rc-section .rc-image {
  position: relative;
  top: -20px;
}
#rc-reme .rc-section--4b .rc-section .rc-image img {
  width: 100%;
  max-width: 215px;
  height: auto;
}
@media (max-width: 992px) {
  #rc-reme #rc-section-2 .rc-section .rc-text {
    padding-left: 30px;
    background-image: linear-gradient(
      90deg,
      #e6e6e6 0,
      #e6e6e6 60%,
      rgb(230, 230, 230, 0) 100%
    );
  }
  #rc-reme #rc-section-2 .rc-section > .rc-image {
    transform: translateX(30px);
  }
  #rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p {
    font-size: 15px;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p {
    font-size: 15px;
  }
  #rc-reme .rc-section--4b .rc-section {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  #rc-reme .rc-menu-top ul li a {
    font-size: 14px;
  }
  #rc-reme #rc-section-2 .rc-section {
    flex-direction: column;
  }
  #rc-reme #rc-section-2 .rc-section .rc-text {
    position: relative;
    padding-top: 20px;
    width: 95%;
    margin: 0 auto;
  }
  #rc-reme #rc-section-2 .rc-section .rc-text br {
    display: none;
  }
  #rc-reme #rc-section-2 .rc-section > .rc-image {
    transform: unset;
    text-align: center;
  }
  #rc-reme #rc-section-3 .rc-section {
    flex-direction: column;
  }
  #rc-reme #rc-section-3 .rc-section > div {
    width: 100% !important;
  }
  #rc-reme #rc-section-3 .rc-section .rc-column--1 {
    height: 100vw;
  }
  #rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p br {
    display: none;
  }
  #rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p {
    text-align: center;
    font-size: 1.1em;
  }
  #rc-reme #rc-section-4 .rc-section > div {
    width: 100% !important;
  }
  #rc-reme #rc-section-4 .rc-section {
    flex-direction: column;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 {
    height: 120vw;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p br {
    display: none;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p {
    text-align: center;
    font-size: 1.1em;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-image {
    bottom: 0;
  }
  #rc-reme .rc-section--4b .rc-section > div {
    width: 33.33%;
    max-width: 215px;
  }
  #rc-reme .rc-section--4b .rc-section {
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
    padding-top: 0;
    margin-top: 20px;
  }
  #rc-reme .rc-section--4b .rc-section .rc-text p br {
    display: none;
  }
  #rc-reme .rc-section--4b .rc-section .rc-text p {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  #rc-reme .rc-section--4b .rc-section .rc-image {
    position: relative;
    top: -20px;
  }
  #rc-reme .rc-section--4b .rc-section .rc-image img {
    width: 100%;
    max-width: 215px;
    height: auto;
  }
}
@media (max-width: 576px) {
  #rc-reme .rc-menu-top ul {
    flex-direction: column;
  }
  #rc-reme .rc-menu-top ul li:nth-child(odd) {
    background-color: #ffffff50;
  }
  #rc-reme .rc-menu-top ul li {
    width: 100%;
    height: 2em;
  }
  #rc-reme #rc-section-3 .rc-section .rc-column--1 .rc-text p {
    font-size: 14px;
  }
  #rc-reme .rc-section--3a .rc-item {
    padding: 10px;
  }
  #rc-reme .rc-section--3b .rc-table .rc-row.rc-table--header p {
    font-size: 15px;
  }
  #rc-reme .rc-section--3b .rc-table .rc-text p {
    font-size: 14px;
  }
  #rc-reme
    .rc-section--3b
    .rc-table
    .rc-row:not(.rc-table--header)
    .rc-text:nth-child(n + 2)
    p {
    font-size: 17px;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-text p {
    font-size: 14px;
  }
  #rc-reme #rc-section-4 .rc-section .rc-column--1 .rc-image {
    bottom: -35px;
  }
  #rc-reme .rc-section--4b .rc-section {
    flex-direction: column;
  }
  #rc-reme .rc-section--4b .rc-section > div {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
  #rc-reme .rc-section--4b .rc-section .rc-image {
    top: 0;
    padding-top: 20px;
  }
  #rc-reme .rc-section--4b .rc-section .rc-text {
    width: 215px;
    margin: 0 auto;
  }
  #rc-reme .rc-section--4b .rc-section .rc-text p {
    font-size: 15px;
  }
}
