.btn {
  border-width: 2px;
}
body {
  font-family: 'Fraunces', serif;
}
.display-1 {
  font-family: 'Fraunces', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Fraunces', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-white-outline:hover {
  color: #fffc00 !important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #fffc00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fffc00 !important;
  border-color: #fffc00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #fffc00 !important;
  border-color: #fffc00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #fffc00 !important;
  border-color: #fffc00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #fffc00 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fffc00;
  color: #fffc00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fffc00;
  background-color: transparent!important;
  border-color: #fffc00 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #fffc00 !important;
  border-color: #fffc00 !important;
}
.btn-primary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #fffc00;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-primary-outline:hover {
  color: white;
}
.btn-primary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-secondary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff6666;
  background-color: transparent!important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ff6666;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-secondary-outline:hover {
  color: white;
}
.btn-secondary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-info-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #47b5ed !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #47b5ed;
  background-color: transparent!important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #47b5ed;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-info-outline:hover {
  color: white;
}
.btn-info-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-success-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #40b0bf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #40b0bf;
  background-color: transparent!important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #40b0bf;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-success-outline:hover {
  color: white;
}
.btn-success-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-warning-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe161;
  background-color: transparent!important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffe161;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-warning-outline:hover {
  color: white;
}
.btn-warning-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-danger-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9966;
  background-color: transparent!important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ff9966;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-danger-outline:hover {
  color: white;
}
.btn-danger-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-black-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  background-color: transparent!important;
  border-color: #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #232323;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-black-outline:hover {
  color: white;
}
.btn-black-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: transparent!important;
  border-color: #ffffff !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-white-outline:hover {
  color: white;
}
.btn-white-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.text-primary {
  color: #fffc00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fffc00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fffc00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fffc00;
  border-color: #fffc00;
  color: #191900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fffc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffecc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fffc00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fffc00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fffc00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fffc00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fffc00;
  border-bottom-color: #fffc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fffc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fffc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sBTN7vbAnD {
  padding-top: 16rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBTN7vbAnD svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-sBTN7vbAnD svg path {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-sBTN7vbAnD svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-sBTN7vbAnD svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-sBTN7vbAnD .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-sBTN7vbAnD .col-12 {
    padding: 0 2rem;
  }
  .cid-sBTN7vbAnD .row {
    margin: 0 -2rem;
  }
}
.cid-sBTN7vbAnD .mbr-text,
.cid-sBTN7vbAnD .mbr-section-btn {
  color: #000000;
}
.cid-uBEFSPDWk5 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uBEFSPDWk5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBEFSPDWk5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uBEFSPDWk5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBEFSPDWk5 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBEFSPDWk5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uBEFSPDWk5 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uBEFSPDWk5 .svg-top {
    width: 1000px;
  }
}
.cid-uBEFSPDWk5 .mbr-text {
  color: #000000;
}
.cid-uBEFSPDWk5 .mbr-section-title {
  text-align: center;
}
.cid-uBEIliO3sD {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffeda8;
}
.cid-uBEIliO3sD .mbr-section-title {
  color: #1a449a;
}
.cid-uBEIliO3sD .mbr-text {
  color: #000000;
}
.cid-uBEIliO3sD .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uBEIliO3sD .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBEIliO3sD .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uBEIliO3sD .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uBEIliO3sD .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBTN7PNF8A .navbar-dropdown {
  position: relative !important;
}
.cid-sBTN7PNF8A .navbar-dropdown {
  position: absolute !important;
}
.cid-sBTN7PNF8A .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-sBTN7PNF8A .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-sBTN7PNF8A .nav-link:hover:before {
  width: 100%;
}
.cid-sBTN7PNF8A .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-sBTN7PNF8A .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-sBTN7PNF8A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBTN7PNF8A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBTN7PNF8A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBTN7PNF8A .dropdown-item:hover,
.cid-sBTN7PNF8A .dropdown-item:focus {
  background: #fffc00 !important;
  color: white !important;
}
.cid-sBTN7PNF8A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBTN7PNF8A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBTN7PNF8A .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-sBTN7PNF8A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBTN7PNF8A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBTN7PNF8A .dropdown-menu,
.cid-sBTN7PNF8A .navbar.opened {
  background: #1a449a !important;
}
.cid-sBTN7PNF8A .nav-item:focus,
.cid-sBTN7PNF8A .nav-link:focus {
  outline: none;
}
.cid-sBTN7PNF8A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBTN7PNF8A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBTN7PNF8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBTN7PNF8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBTN7PNF8A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBTN7PNF8A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBTN7PNF8A .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-sBTN7PNF8A .navbar.opened {
  transition: all 0.3s;
}
.cid-sBTN7PNF8A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBTN7PNF8A .navbar .navbar-logo img {
  width: auto;
}
.cid-sBTN7PNF8A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBTN7PNF8A .navbar.collapsed {
  justify-content: center;
}
.cid-sBTN7PNF8A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBTN7PNF8A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBTN7PNF8A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sBTN7PNF8A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBTN7PNF8A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBTN7PNF8A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBTN7PNF8A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBTN7PNF8A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBTN7PNF8A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBTN7PNF8A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBTN7PNF8A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBTN7PNF8A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBTN7PNF8A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBTN7PNF8A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBTN7PNF8A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBTN7PNF8A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBTN7PNF8A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBTN7PNF8A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBTN7PNF8A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBTN7PNF8A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBTN7PNF8A .navbar.navbar-short {
  min-height: 80px;
}
.cid-sBTN7PNF8A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBTN7PNF8A .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sBTN7PNF8A .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBTN7PNF8A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBTN7PNF8A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBTN7PNF8A .dropdown-item.active,
.cid-sBTN7PNF8A .dropdown-item:active {
  background-color: transparent;
}
.cid-sBTN7PNF8A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBTN7PNF8A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBTN7PNF8A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBTN7PNF8A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-sBTN7PNF8A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBTN7PNF8A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBTN7PNF8A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBTN7PNF8A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBTN7PNF8A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBTN7PNF8A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-sBTN7PNF8A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBTN7PNF8A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBTN7PNF8A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBTN7PNF8A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBTN7PNF8A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBTN7PNF8A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBTN7PNF8A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBTN7PNF8A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBTN7PNF8A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBTN7PNF8A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBTN7PNF8A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBTN7PNF8A .navbar {
    height: 70px;
  }
  .cid-sBTN7PNF8A .navbar.opened {
    height: auto;
  }
  .cid-sBTN7PNF8A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBTNAfuEN4 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #6592e6;
}
.cid-sBTNAfuEN4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBTNAfuEN4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBTNAfuEN4 .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sBTNAfuEN4 .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-sBTNAfuEN4 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-sBTNAfuEN4 .image-wrap:hover .read,
.cid-sBTNAfuEN4 .image-wrap:focus-within .read,
.cid-sBTNAfuEN4 .image-wrap:hover .img-svg,
.cid-sBTNAfuEN4 .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-sBTNAfuEN4 .image-wrap:hover .more,
.cid-sBTNAfuEN4 .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-sBTNAfuEN4 .image-wrap .read,
  .cid-sBTNAfuEN4 .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-sBTNAfuEN4 .image-wrap .more {
    transform: scale(1);
  }
}
.cid-sBTNAfuEN4 .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-sBTNAfuEN4 .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #fffc00;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-sBTNAfuEN4 .img-svg path {
  fill: #fffc00;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-sBTNAfuEN4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-sBTNAfuEN4 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-sBTNAfuEN4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-sBTNAfuEN4 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-sBTNAfuEN4 h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-sBTNAfuEN4 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sBTNAfuEN4 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sBTNAfuEN4 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-sBTNAfuEN4 .card-title,
.cid-sBTNAfuEN4 .social-row {
  color: #1a449a;
}
.cid-sBTNAfuEN4 .mbr-role,
.cid-sBTNAfuEN4 .social-row {
  color: #ffffff;
}
.cid-sBTNAfuEN4 .card-text,
.cid-sBTNAfuEN4 .mbr-section-btn,
.cid-sBTNAfuEN4 .social-row {
  color: #1a449a;
}
.cid-sBTNAfuEN4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBTNAfuEN4 .card-title,
.cid-sBTNAfuEN4 .content-wrap {
  color: #000000;
  text-align: center;
}
.cid-sBTNMACZMo {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sBTNMACZMo .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-sBTNMACZMo .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sBTNMACZMo .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBTNMACZMo .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-sBTNMACZMo .col-12 {
    padding: 0 2rem;
  }
  .cid-sBTNMACZMo .row {
    margin: 0 -2rem;
  }
}
.cid-sBTNMACZMo .mbr-text,
.cid-sBTNMACZMo .mbr-section-btn {
  color: #000000;
}
.cid-sBTOxVNGNC {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-sBTOxVNGNC .mbr-section-title {
  color: #000000;
}
.cid-sBTOxVNGNC .mbr-text {
  color: #000000;
}
.cid-sBTOxVNGNC .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sBTOxVNGNC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-sBTOxVNGNC .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-sBTOxVNGNC .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBTNV7y86A {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #ffeda8;
}
.cid-sBTNV7y86A .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBTNV7y86A .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBTNV7y86A .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-sBTNV7y86A .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-sBTNV7y86A .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-sBTNV7y86A .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-sBTNV7y86A .svg-top {
    width: 1000px;
  }
}
.cid-sBTNV7y86A .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-sBTNV7y86A .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sBTNV7y86A .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sBTNV7y86A .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sBTNV7y86A .social-row {
  text-align: center;
}
.cid-sBTNV7y86A .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-sBTNV7y86A .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-sBTNV7y86A .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-sBTNV7y86A .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sBTNV7y86A .card-title,
.cid-sBTNV7y86A .social-row {
  color: #000000;
  text-align: center;
}
.cid-sBTNV7y86A .mbr-role,
.cid-sBTNV7y86A .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-sBTNV7y86A .card-text,
.cid-sBTNV7y86A .mbr-section-btn,
.cid-sBTNV7y86A .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-sBTNV7y86A .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uBEHslTv64 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uBEHslTv64 .mbr-section-title {
  color: #000000;
}
.cid-uBEHslTv64 .mbr-text {
  color: #000000;
}
.cid-uBEHslTv64 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uBEHslTv64 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uBEHslTv64 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uBEHslTv64 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBTNW6fR7J {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBTNW6fR7J .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sBTNW6fR7J .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sBTNW6fR7J .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-sBTNW6fR7J .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sBTNW6fR7J .svg-top {
    width: 1000px;
  }
}
.cid-sBTNW6fR7J .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sBTNW6fR7J .mbr-section-title {
  color: #000000;
}
.cid-sBTNW6fR7J .name {
  color: #000000;
  text-align: center;
}
.cid-sBTNW6fR7J .position {
  color: #ffffff;
}
.cid-uSxPAoZq9Z {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSxPAoZq9Z .mbr-section-title {
  color: #000000;
}
.cid-uSxPAoZq9Z .mbr-text {
  color: #000000;
}
.cid-uSxPAoZq9Z .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxPAoZq9Z .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxPAoZq9Z .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxPAoZq9Z .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uBEGHhLjk4 {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffeda8;
}
.cid-uBEGHhLjk4 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBEGHhLjk4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBEGHhLjk4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uBEGHhLjk4 .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uBEGHhLjk4 .svg-top {
    width: 1000px;
  }
}
.cid-uBEGHhLjk4 .card-header {
  border-bottom: 2px solid #fffc00;
  margin-bottom: 0px!important;
}
.cid-uBEGHhLjk4 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uBEGHhLjk4 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uBEGHhLjk4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uBEGHhLjk4 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBEGHhLjk4 .panel-group {
  width: 100%;
}
.cid-uBEGHhLjk4 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uBEGHhLjk4 .card {
  border-radius: 0px;
}
.cid-uBEGHhLjk4 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uBEGHhLjk4 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uBEGHhLjk4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBEGHhLjk4 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uBEGHhLjk4 .panel-text {
  color: #1a449a;
}
.cid-uBEGHhLjk4 .header-text,
.cid-uBEGHhLjk4 .sign {
  color: #263d5a;
}
.cid-uBEGHhLjk4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEGHhLjk4 .header-text,
.cid-uBEGHhLjk4 .sign,
.cid-uBEGHhLjk4 .card-header {
  color: #000000;
}
.cid-uBEGHhLjk4 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSxPUoVI81 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxPUoVI81 .mbr-section-title {
  color: #000000;
}
.cid-uSxPUoVI81 .mbr-text {
  color: #000000;
}
.cid-uSxPUoVI81 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxPUoVI81 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxPUoVI81 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxPUoVI81 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxPUoVI81 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxPUoVI81 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSxPUoVI81 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSxPUoVI81 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSxPUoVI81 h5 {
    margin-left: 0px;
  }
  .cid-uSxPUoVI81 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSxPUoVI81 h5:hover:before {
    animation: none;
  }
}
.cid-uSxPUoVI81 .mbr-section-subtitle,
.cid-uSxPUoVI81 .content {
  color: #000000;
  text-align: center;
}
.cid-uSxQ9NnYrm {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSxQ9NnYrm .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxQ9NnYrm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxQ9NnYrm .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxQ9NnYrm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSxQ9NnYrm .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxQ9NnYrm .row {
    margin: 0 -2rem;
  }
}
.cid-uSxQ9NnYrm .mbr-text,
.cid-uSxQ9NnYrm .mbr-section-btn {
  color: #000000;
}
.cid-uSxQ9NnYrm .mbr-section-title {
  color: #000000;
}
.cid-sBTNXE176I {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffeda8;
}
.cid-sBTNXE176I .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-sBTNXE176I .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-sBTNXE176I .svg-top {
    width: 1000px;
  }
}
.cid-sBTNXE176I .google-map {
  height: 30rem;
  position: relative;
}
.cid-sBTNXE176I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sBTNXE176I .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBTNXE176I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBTNXE176I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sBTO1eabjO {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #6592e6;
}
.cid-sBTO1eabjO svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sBTO1eabjO svg .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-sBTO1eabjO svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sBTO1eabjO .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBTO1eabjO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBTO1eabjO .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sBTO1eabjO .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sBTO1eabjO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sBTO1eabjO .copyright {
  color: #000000;
}
.cid-sBTO1eabjO .mbr-section-subtitle {
  color: #e43f3f;
  text-align: left;
}
.cid-uSxRQmGrmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uSxRQmGrmo .mbr-section-title {
  color: #1a449a;
}
.cid-uSxRQmGrmo .mbr-text {
  color: #1a449a;
}
.cid-uSxRQmGrmo .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxRQmGrmo .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxRQmGrmo .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxRQmGrmo .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSxRQmGrmo .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxRQmGrmo h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSxRQmGrmo h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSxRQmGrmo h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSxRQmGrmo h5 {
    margin-left: 0px;
  }
  .cid-uSxRQmGrmo h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSxRQmGrmo h5:hover:before {
    animation: none;
  }
}
.cid-uSxUR2qClI {
  padding-top: 16rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSxUR2qClI svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-uSxUR2qClI svg path {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxUR2qClI svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uSxUR2qClI svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-uSxUR2qClI .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSxUR2qClI .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxUR2qClI .row {
    margin: 0 -2rem;
  }
}
.cid-uSxUR2qClI .mbr-text,
.cid-uSxUR2qClI .mbr-section-btn {
  color: #000000;
}
.cid-uSxUR3H6qT {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffeda8;
}
.cid-uSxUR3H6qT .mbr-section-title {
  color: #1a449a;
}
.cid-uSxUR3H6qT .mbr-text {
  color: #000000;
}
.cid-uSxUR3H6qT .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxUR3H6qT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxUR3H6qT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxUR3H6qT .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxUR3H6qT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxUR46HgN .navbar-dropdown {
  position: relative !important;
}
.cid-uSxUR46HgN .navbar-dropdown {
  position: absolute !important;
}
.cid-uSxUR46HgN .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uSxUR46HgN .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uSxUR46HgN .nav-link:hover:before {
  width: 100%;
}
.cid-uSxUR46HgN .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uSxUR46HgN .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uSxUR46HgN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxUR46HgN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSxUR46HgN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSxUR46HgN .dropdown-item:hover,
.cid-uSxUR46HgN .dropdown-item:focus {
  background: #fffc00 !important;
  color: white !important;
}
.cid-uSxUR46HgN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSxUR46HgN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSxUR46HgN .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uSxUR46HgN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSxUR46HgN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSxUR46HgN .dropdown-menu,
.cid-uSxUR46HgN .navbar.opened {
  background: #1a449a !important;
}
.cid-uSxUR46HgN .nav-item:focus,
.cid-uSxUR46HgN .nav-link:focus {
  outline: none;
}
.cid-uSxUR46HgN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSxUR46HgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSxUR46HgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSxUR46HgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxUR46HgN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSxUR46HgN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSxUR46HgN .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-uSxUR46HgN .navbar.opened {
  transition: all 0.3s;
}
.cid-uSxUR46HgN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSxUR46HgN .navbar .navbar-logo img {
  width: auto;
}
.cid-uSxUR46HgN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxUR46HgN .navbar.collapsed {
  justify-content: center;
}
.cid-uSxUR46HgN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSxUR46HgN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSxUR46HgN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSxUR46HgN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxUR46HgN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxUR46HgN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSxUR46HgN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxUR46HgN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSxUR46HgN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSxUR46HgN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSxUR46HgN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxUR46HgN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxUR46HgN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxUR46HgN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSxUR46HgN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSxUR46HgN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxUR46HgN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSxUR46HgN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSxUR46HgN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSxUR46HgN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSxUR46HgN .navbar.navbar-short {
  min-height: 80px;
}
.cid-uSxUR46HgN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSxUR46HgN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uSxUR46HgN .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxUR46HgN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxUR46HgN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxUR46HgN .dropdown-item.active,
.cid-uSxUR46HgN .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxUR46HgN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxUR46HgN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxUR46HgN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxUR46HgN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-uSxUR46HgN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSxUR46HgN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxUR46HgN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxUR46HgN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSxUR46HgN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSxUR46HgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-uSxUR46HgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSxUR46HgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxUR46HgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxUR46HgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSxUR46HgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxUR46HgN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSxUR46HgN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSxUR46HgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxUR46HgN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSxUR46HgN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSxUR46HgN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSxUR46HgN .navbar {
    height: 70px;
  }
  .cid-uSxUR46HgN .navbar.opened {
    height: auto;
  }
  .cid-uSxUR46HgN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSxURetV2E {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSxURetV2E .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxURetV2E .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxURetV2E .svg-top {
    width: 1000px;
  }
}
.cid-uSxURetV2E .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSxURetV2E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSxURetV2E .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSxURetV2E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSxURetV2E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSxURfj3eH {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #6592e6;
}
.cid-uSxURfj3eH svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uSxURfj3eH svg .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxURfj3eH svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uSxURfj3eH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSxURfj3eH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxURfj3eH .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSxURfj3eH .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uSxURfj3eH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSxURfj3eH .copyright {
  color: #000000;
}
.cid-uSxURfj3eH .mbr-section-subtitle {
  color: #e43f3f;
  text-align: left;
}
.cid-uSxURiKcjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uSxURiKcjc .mbr-section-title {
  color: #1a449a;
}
.cid-uSxURiKcjc .mbr-text {
  color: #1a449a;
}
.cid-uSxURiKcjc .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxURiKcjc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxURiKcjc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxURiKcjc .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSxURiKcjc .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxURiKcjc h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSxURiKcjc h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSxURiKcjc h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSxURiKcjc h5 {
    margin-left: 0px;
  }
  .cid-uSxURiKcjc h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSxURiKcjc h5:hover:before {
    animation: none;
  }
}
.cid-uSxVyuP3vK {
  padding-top: 16rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSxVyuP3vK svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-uSxVyuP3vK svg path {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxVyuP3vK svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uSxVyuP3vK svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-uSxVyuP3vK .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSxVyuP3vK .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxVyuP3vK .row {
    margin: 0 -2rem;
  }
}
.cid-uSxVyuP3vK .mbr-text,
.cid-uSxVyuP3vK .mbr-section-btn {
  color: #000000;
}
.cid-uSxVyvFLr3 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSxVyvFLr3 .mbr-section-title {
  color: #1a449a;
}
.cid-uSxVyvFLr3 .mbr-text {
  color: #000000;
}
.cid-uSxVyvFLr3 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxVyvFLr3 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxVyvFLr3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVyvFLr3 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVyvFLr3 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxVywahgo .navbar-dropdown {
  position: relative !important;
}
.cid-uSxVywahgo .navbar-dropdown {
  position: absolute !important;
}
.cid-uSxVywahgo .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uSxVywahgo .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uSxVywahgo .nav-link:hover:before {
  width: 100%;
}
.cid-uSxVywahgo .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uSxVywahgo .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uSxVywahgo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxVywahgo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSxVywahgo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSxVywahgo .dropdown-item:hover,
.cid-uSxVywahgo .dropdown-item:focus {
  background: #fffc00 !important;
  color: white !important;
}
.cid-uSxVywahgo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSxVywahgo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSxVywahgo .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uSxVywahgo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSxVywahgo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSxVywahgo .dropdown-menu,
.cid-uSxVywahgo .navbar.opened {
  background: #1a449a !important;
}
.cid-uSxVywahgo .nav-item:focus,
.cid-uSxVywahgo .nav-link:focus {
  outline: none;
}
.cid-uSxVywahgo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSxVywahgo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSxVywahgo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSxVywahgo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxVywahgo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSxVywahgo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSxVywahgo .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-uSxVywahgo .navbar.opened {
  transition: all 0.3s;
}
.cid-uSxVywahgo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSxVywahgo .navbar .navbar-logo img {
  width: auto;
}
.cid-uSxVywahgo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxVywahgo .navbar.collapsed {
  justify-content: center;
}
.cid-uSxVywahgo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSxVywahgo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSxVywahgo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSxVywahgo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxVywahgo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxVywahgo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSxVywahgo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxVywahgo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSxVywahgo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSxVywahgo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSxVywahgo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxVywahgo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxVywahgo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxVywahgo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSxVywahgo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSxVywahgo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxVywahgo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSxVywahgo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSxVywahgo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSxVywahgo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSxVywahgo .navbar.navbar-short {
  min-height: 80px;
}
.cid-uSxVywahgo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSxVywahgo .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uSxVywahgo .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxVywahgo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxVywahgo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxVywahgo .dropdown-item.active,
.cid-uSxVywahgo .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxVywahgo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxVywahgo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxVywahgo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxVywahgo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-uSxVywahgo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSxVywahgo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxVywahgo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxVywahgo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSxVywahgo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSxVywahgo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-uSxVywahgo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSxVywahgo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxVywahgo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxVywahgo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSxVywahgo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxVywahgo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSxVywahgo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSxVywahgo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxVywahgo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSxVywahgo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSxVywahgo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSxVywahgo .navbar {
    height: 70px;
  }
  .cid-uSxVywahgo .navbar.opened {
    height: auto;
  }
  .cid-uSxVywahgo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSxVyx0Whn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffeda8;
}
.cid-uSxVyx0Whn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVyx0Whn .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxVyx0Whn .svg-top {
    width: 1000px;
  }
}
.cid-uSxVyx0Whn .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSxVyx0Whn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSxVyx0Whn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSxVyx0Whn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSxVyx0Whn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSxVyxURXU {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #6592e6;
}
.cid-uSxVyxURXU svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uSxVyxURXU svg .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVyxURXU svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uSxVyxURXU .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSxVyxURXU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxVyxURXU .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSxVyxURXU .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uSxVyxURXU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSxVyxURXU .copyright {
  color: #000000;
}
.cid-uSxVyxURXU .mbr-section-subtitle {
  color: #e43f3f;
  text-align: left;
}
.cid-uSxVyyNZd0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uSxVyyNZd0 .mbr-section-title {
  color: #1a449a;
}
.cid-uSxVyyNZd0 .mbr-text {
  color: #1a449a;
}
.cid-uSxVyyNZd0 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxVyyNZd0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxVyyNZd0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVyyNZd0 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSxVyyNZd0 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxVyyNZd0 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSxVyyNZd0 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSxVyyNZd0 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSxVyyNZd0 h5 {
    margin-left: 0px;
  }
  .cid-uSxVyyNZd0 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSxVyyNZd0 h5:hover:before {
    animation: none;
  }
}
.cid-uSxVZPNS6K {
  padding-top: 16rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSxVZPNS6K svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-uSxVZPNS6K svg path {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxVZPNS6K svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uSxVZPNS6K svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-uSxVZPNS6K .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSxVZPNS6K .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxVZPNS6K .row {
    margin: 0 -2rem;
  }
}
.cid-uSxVZPNS6K .mbr-text,
.cid-uSxVZPNS6K .mbr-section-btn {
  color: #000000;
}
.cid-uSxVZQE6R6 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSxVZQE6R6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSxVZQE6R6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSxVZQE6R6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSxVZQE6R6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxVZQE6R6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZQE6R6 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVZQE6R6 .svg-top {
    width: 1000px;
  }
}
.cid-uSxVZQE6R6 .mbr-text {
  color: #000000;
}
.cid-uSxVZQE6R6 .mbr-section-title {
  text-align: center;
}
.cid-uSxVZR82E9 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffeda8;
}
.cid-uSxVZR82E9 .mbr-section-title {
  color: #1a449a;
}
.cid-uSxVZR82E9 .mbr-text {
  color: #000000;
}
.cid-uSxVZR82E9 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxVZR82E9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxVZR82E9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZR82E9 .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxVZR82E9 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxVZRBb7D .navbar-dropdown {
  position: relative !important;
}
.cid-uSxVZRBb7D .navbar-dropdown {
  position: absolute !important;
}
.cid-uSxVZRBb7D .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uSxVZRBb7D .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uSxVZRBb7D .nav-link:hover:before {
  width: 100%;
}
.cid-uSxVZRBb7D .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uSxVZRBb7D .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uSxVZRBb7D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxVZRBb7D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSxVZRBb7D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSxVZRBb7D .dropdown-item:hover,
.cid-uSxVZRBb7D .dropdown-item:focus {
  background: #fffc00 !important;
  color: white !important;
}
.cid-uSxVZRBb7D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSxVZRBb7D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSxVZRBb7D .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uSxVZRBb7D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSxVZRBb7D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSxVZRBb7D .dropdown-menu,
.cid-uSxVZRBb7D .navbar.opened {
  background: #1a449a !important;
}
.cid-uSxVZRBb7D .nav-item:focus,
.cid-uSxVZRBb7D .nav-link:focus {
  outline: none;
}
.cid-uSxVZRBb7D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSxVZRBb7D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSxVZRBb7D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSxVZRBb7D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxVZRBb7D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSxVZRBb7D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSxVZRBb7D .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-uSxVZRBb7D .navbar.opened {
  transition: all 0.3s;
}
.cid-uSxVZRBb7D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSxVZRBb7D .navbar .navbar-logo img {
  width: auto;
}
.cid-uSxVZRBb7D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxVZRBb7D .navbar.collapsed {
  justify-content: center;
}
.cid-uSxVZRBb7D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSxVZRBb7D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSxVZRBb7D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSxVZRBb7D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxVZRBb7D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxVZRBb7D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSxVZRBb7D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxVZRBb7D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSxVZRBb7D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSxVZRBb7D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSxVZRBb7D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxVZRBb7D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxVZRBb7D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxVZRBb7D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSxVZRBb7D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSxVZRBb7D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxVZRBb7D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSxVZRBb7D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSxVZRBb7D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSxVZRBb7D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSxVZRBb7D .navbar.navbar-short {
  min-height: 80px;
}
.cid-uSxVZRBb7D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSxVZRBb7D .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uSxVZRBb7D .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxVZRBb7D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxVZRBb7D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxVZRBb7D .dropdown-item.active,
.cid-uSxVZRBb7D .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxVZRBb7D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxVZRBb7D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxVZRBb7D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxVZRBb7D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-uSxVZRBb7D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSxVZRBb7D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxVZRBb7D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxVZRBb7D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSxVZRBb7D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSxVZRBb7D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-uSxVZRBb7D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSxVZRBb7D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxVZRBb7D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxVZRBb7D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSxVZRBb7D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxVZRBb7D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSxVZRBb7D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSxVZRBb7D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxVZRBb7D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSxVZRBb7D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSxVZRBb7D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSxVZRBb7D .navbar {
    height: 70px;
  }
  .cid-uSxVZRBb7D .navbar.opened {
    height: auto;
  }
  .cid-uSxVZRBb7D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSxVZSnMj8 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #6592e6;
}
.cid-uSxVZSnMj8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSxVZSnMj8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSxVZSnMj8 .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-uSxVZSnMj8 .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-uSxVZSnMj8 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uSxVZSnMj8 .image-wrap:hover .read,
.cid-uSxVZSnMj8 .image-wrap:focus-within .read,
.cid-uSxVZSnMj8 .image-wrap:hover .img-svg,
.cid-uSxVZSnMj8 .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-uSxVZSnMj8 .image-wrap:hover .more,
.cid-uSxVZSnMj8 .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-uSxVZSnMj8 .image-wrap .read,
  .cid-uSxVZSnMj8 .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-uSxVZSnMj8 .image-wrap .more {
    transform: scale(1);
  }
}
.cid-uSxVZSnMj8 .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-uSxVZSnMj8 .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #fffc00;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-uSxVZSnMj8 .img-svg path {
  fill: #fffc00;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-uSxVZSnMj8 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZSnMj8 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVZSnMj8 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxVZSnMj8 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uSxVZSnMj8 h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-uSxVZSnMj8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSxVZSnMj8 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uSxVZSnMj8 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uSxVZSnMj8 .card-title,
.cid-uSxVZSnMj8 .social-row {
  color: #1a449a;
}
.cid-uSxVZSnMj8 .mbr-role,
.cid-uSxVZSnMj8 .social-row {
  color: #ffffff;
}
.cid-uSxVZSnMj8 .card-text,
.cid-uSxVZSnMj8 .mbr-section-btn,
.cid-uSxVZSnMj8 .social-row {
  color: #1a449a;
}
.cid-uSxVZSnMj8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSxVZSnMj8 .card-title,
.cid-uSxVZSnMj8 .content-wrap {
  color: #000000;
  text-align: center;
}
.cid-uSxVZTIREp {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uSxVZTIREp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZTIREp .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxVZTIREp .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxVZTIREp .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSxVZTIREp .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxVZTIREp .row {
    margin: 0 -2rem;
  }
}
.cid-uSxVZTIREp .mbr-text,
.cid-uSxVZTIREp .mbr-section-btn {
  color: #000000;
}
.cid-uSxVZUmTHK {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSxVZUmTHK .mbr-section-title {
  color: #000000;
}
.cid-uSxVZUmTHK .mbr-text {
  color: #000000;
}
.cid-uSxVZUmTHK .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxVZUmTHK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZUmTHK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVZUmTHK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxVZUYBNi {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #ffeda8;
}
.cid-uSxVZUYBNi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSxVZUYBNi .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSxVZUYBNi .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uSxVZUYBNi .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uSxVZUYBNi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZUYBNi .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxVZUYBNi .svg-top {
    width: 1000px;
  }
}
.cid-uSxVZUYBNi .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-uSxVZUYBNi .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSxVZUYBNi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSxVZUYBNi .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uSxVZUYBNi .social-row {
  text-align: center;
}
.cid-uSxVZUYBNi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-uSxVZUYBNi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-uSxVZUYBNi .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-uSxVZUYBNi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uSxVZUYBNi .card-title,
.cid-uSxVZUYBNi .social-row {
  color: #000000;
  text-align: center;
}
.cid-uSxVZUYBNi .mbr-role,
.cid-uSxVZUYBNi .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-uSxVZUYBNi .card-text,
.cid-uSxVZUYBNi .mbr-section-btn,
.cid-uSxVZUYBNi .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-uSxVZUYBNi .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uSxVZWlZu5 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSxVZWlZu5 .mbr-section-title {
  color: #000000;
}
.cid-uSxVZWlZu5 .mbr-text {
  color: #000000;
}
.cid-uSxVZWlZu5 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxVZWlZu5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZWlZu5 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVZWlZu5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxVZX20hC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSxVZX20hC .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uSxVZX20hC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uSxVZX20hC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZX20hC .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxVZX20hC .svg-top {
    width: 1000px;
  }
}
.cid-uSxVZX20hC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSxVZX20hC .mbr-section-title {
  color: #000000;
}
.cid-uSxVZX20hC .name {
  color: #000000;
  text-align: center;
}
.cid-uSxVZX20hC .position {
  color: #ffffff;
}
.cid-uSxVZY2ZeD {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSxVZY2ZeD .mbr-section-title {
  color: #000000;
}
.cid-uSxVZY2ZeD .mbr-text {
  color: #000000;
}
.cid-uSxVZY2ZeD .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxVZY2ZeD .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZY2ZeD .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxVZY2ZeD .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxVZYUQ7t {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffeda8;
}
.cid-uSxVZYUQ7t .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSxVZYUQ7t .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxVZYUQ7t .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxVZYUQ7t .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxVZYUQ7t .svg-top {
    width: 1000px;
  }
}
.cid-uSxVZYUQ7t .card-header {
  border-bottom: 2px solid #fffc00;
  margin-bottom: 0px!important;
}
.cid-uSxVZYUQ7t .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSxVZYUQ7t span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uSxVZYUQ7t .collapsed span {
  transform: rotate(0deg);
}
.cid-uSxVZYUQ7t .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uSxVZYUQ7t .panel-group {
  width: 100%;
}
.cid-uSxVZYUQ7t .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uSxVZYUQ7t .card {
  border-radius: 0px;
}
.cid-uSxVZYUQ7t .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uSxVZYUQ7t .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSxVZYUQ7t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSxVZYUQ7t .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uSxVZYUQ7t .panel-text {
  color: #1a449a;
}
.cid-uSxVZYUQ7t .header-text,
.cid-uSxVZYUQ7t .sign {
  color: #263d5a;
}
.cid-uSxVZYUQ7t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSxVZYUQ7t .header-text,
.cid-uSxVZYUQ7t .sign,
.cid-uSxVZYUQ7t .card-header {
  color: #000000;
}
.cid-uSxVZYUQ7t .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSxW00dTt9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxW00dTt9 .mbr-section-title {
  color: #000000;
}
.cid-uSxW00dTt9 .mbr-text {
  color: #000000;
}
.cid-uSxW00dTt9 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxW00dTt9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxW00dTt9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxW00dTt9 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxW00dTt9 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxW00dTt9 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSxW00dTt9 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSxW00dTt9 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSxW00dTt9 h5 {
    margin-left: 0px;
  }
  .cid-uSxW00dTt9 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSxW00dTt9 h5:hover:before {
    animation: none;
  }
}
.cid-uSxW00dTt9 .mbr-section-subtitle,
.cid-uSxW00dTt9 .content {
  color: #000000;
  text-align: center;
}
.cid-uSxW01phzu {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSxW01phzu .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxW01phzu .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxW01phzu .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxW01phzu .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSxW01phzu .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxW01phzu .row {
    margin: 0 -2rem;
  }
}
.cid-uSxW01phzu .mbr-text,
.cid-uSxW01phzu .mbr-section-btn {
  color: #000000;
}
.cid-uSxW01phzu .mbr-section-title {
  color: #000000;
}
.cid-uSALRGz8fa {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uSALRGz8fa .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uSALRGz8fa .col-12 {
    padding: 0 2rem;
  }
  .cid-uSALRGz8fa .row {
    margin: 0 -2rem;
  }
}
.cid-uSALRGz8fa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSALRGz8fa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSALRGz8fa .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSALRGz8fa .svg-top {
    width: 1000px;
  }
}
.cid-uSALRGz8fa .card-header {
  border-bottom: 2px solid currentColor;
  margin-bottom: 0px!important;
}
.cid-uSALRGz8fa .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSALRGz8fa span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uSALRGz8fa .collapsed span {
  transform: rotate(0deg);
}
.cid-uSALRGz8fa .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uSALRGz8fa .panel-group {
  width: 100%;
}
.cid-uSALRGz8fa .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uSALRGz8fa .card {
  border-radius: 0px;
}
.cid-uSALRGz8fa .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uSALRGz8fa .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSALRGz8fa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSALRGz8fa .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uSALRGz8fa .panel-text {
  color: #000000;
}
.cid-uSALRGz8fa .header-text,
.cid-uSALRGz8fa .sign {
  color: #263d5a;
}
.cid-uSALRGz8fa .mbr-section-title {
  color: #000000;
}
.cid-uSALRGz8fa .header-text,
.cid-uSALRGz8fa .sign,
.cid-uSALRGz8fa .card-header {
  color: #000000;
}
.cid-uSALRGz8fa .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSxW02toNj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffeda8;
}
.cid-uSxW02toNj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxW02toNj .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSxW02toNj .svg-top {
    width: 1000px;
  }
}
.cid-uSxW02toNj .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSxW02toNj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSxW02toNj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSxW02toNj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSxW02toNj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSxW03spLd {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #6592e6;
}
.cid-uSxW03spLd svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uSxW03spLd svg .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSxW03spLd svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uSxW03spLd .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSxW03spLd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxW03spLd .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSxW03spLd .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uSxW03spLd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSxW03spLd .copyright {
  color: #000000;
}
.cid-uSxW03spLd .mbr-section-subtitle {
  color: #e43f3f;
  text-align: left;
}
.cid-uSxW04mz1e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uSxW04mz1e .mbr-section-title {
  color: #1a449a;
}
.cid-uSxW04mz1e .mbr-text {
  color: #1a449a;
}
.cid-uSxW04mz1e .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxW04mz1e .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxW04mz1e .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSxW04mz1e .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSxW04mz1e .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSxW04mz1e h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSxW04mz1e h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSxW04mz1e h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSxW04mz1e h5 {
    margin-left: 0px;
  }
  .cid-uSxW04mz1e h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSxW04mz1e h5:hover:before {
    animation: none;
  }
}
.cid-uSANAa0oJz {
  padding-top: 16rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSANAa0oJz svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-uSANAa0oJz svg path {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSANAa0oJz svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uSANAa0oJz svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-uSANAa0oJz .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSANAa0oJz .col-12 {
    padding: 0 2rem;
  }
  .cid-uSANAa0oJz .row {
    margin: 0 -2rem;
  }
}
.cid-uSANAa0oJz .mbr-text,
.cid-uSANAa0oJz .mbr-section-btn {
  color: #000000;
}
.cid-uSANAb3kkx {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSANAb3kkx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSANAb3kkx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSANAb3kkx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSANAb3kkx .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAb3kkx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAb3kkx .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAb3kkx .svg-top {
    width: 1000px;
  }
}
.cid-uSANAb3kkx .mbr-text {
  color: #000000;
}
.cid-uSANAb3kkx .mbr-section-title {
  text-align: center;
}
.cid-uSANAbHxGe {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffeda8;
}
.cid-uSANAbHxGe .mbr-section-title {
  color: #1a449a;
}
.cid-uSANAbHxGe .mbr-text {
  color: #000000;
}
.cid-uSANAbHxGe .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSANAbHxGe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAbHxGe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAbHxGe .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSANAbHxGe .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSANAc7oSw .navbar-dropdown {
  position: relative !important;
}
.cid-uSANAc7oSw .navbar-dropdown {
  position: absolute !important;
}
.cid-uSANAc7oSw .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uSANAc7oSw .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uSANAc7oSw .nav-link:hover:before {
  width: 100%;
}
.cid-uSANAc7oSw .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uSANAc7oSw .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uSANAc7oSw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSANAc7oSw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSANAc7oSw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSANAc7oSw .dropdown-item:hover,
.cid-uSANAc7oSw .dropdown-item:focus {
  background: #fffc00 !important;
  color: white !important;
}
.cid-uSANAc7oSw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSANAc7oSw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSANAc7oSw .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uSANAc7oSw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSANAc7oSw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSANAc7oSw .dropdown-menu,
.cid-uSANAc7oSw .navbar.opened {
  background: #1a449a !important;
}
.cid-uSANAc7oSw .nav-item:focus,
.cid-uSANAc7oSw .nav-link:focus {
  outline: none;
}
.cid-uSANAc7oSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSANAc7oSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSANAc7oSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSANAc7oSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSANAc7oSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSANAc7oSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSANAc7oSw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-uSANAc7oSw .navbar.opened {
  transition: all 0.3s;
}
.cid-uSANAc7oSw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSANAc7oSw .navbar .navbar-logo img {
  width: auto;
}
.cid-uSANAc7oSw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSANAc7oSw .navbar.collapsed {
  justify-content: center;
}
.cid-uSANAc7oSw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSANAc7oSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSANAc7oSw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSANAc7oSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSANAc7oSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSANAc7oSw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSANAc7oSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSANAc7oSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSANAc7oSw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSANAc7oSw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSANAc7oSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSANAc7oSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSANAc7oSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSANAc7oSw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSANAc7oSw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSANAc7oSw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSANAc7oSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSANAc7oSw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSANAc7oSw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSANAc7oSw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSANAc7oSw .navbar.navbar-short {
  min-height: 80px;
}
.cid-uSANAc7oSw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSANAc7oSw .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uSANAc7oSw .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSANAc7oSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSANAc7oSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSANAc7oSw .dropdown-item.active,
.cid-uSANAc7oSw .dropdown-item:active {
  background-color: transparent;
}
.cid-uSANAc7oSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSANAc7oSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSANAc7oSw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSANAc7oSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-uSANAc7oSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSANAc7oSw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSANAc7oSw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSANAc7oSw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSANAc7oSw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSANAc7oSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-uSANAc7oSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSANAc7oSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSANAc7oSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSANAc7oSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSANAc7oSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSANAc7oSw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSANAc7oSw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSANAc7oSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSANAc7oSw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSANAc7oSw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSANAc7oSw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSANAc7oSw .navbar {
    height: 70px;
  }
  .cid-uSANAc7oSw .navbar.opened {
    height: auto;
  }
  .cid-uSANAc7oSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSANAcHgLM {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #6592e6;
}
.cid-uSANAcHgLM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSANAcHgLM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSANAcHgLM .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-uSANAcHgLM .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-uSANAcHgLM .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uSANAcHgLM .image-wrap:hover .read,
.cid-uSANAcHgLM .image-wrap:focus-within .read,
.cid-uSANAcHgLM .image-wrap:hover .img-svg,
.cid-uSANAcHgLM .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-uSANAcHgLM .image-wrap:hover .more,
.cid-uSANAcHgLM .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-uSANAcHgLM .image-wrap .read,
  .cid-uSANAcHgLM .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-uSANAcHgLM .image-wrap .more {
    transform: scale(1);
  }
}
.cid-uSANAcHgLM .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-uSANAcHgLM .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #fffc00;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-uSANAcHgLM .img-svg path {
  fill: #fffc00;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-uSANAcHgLM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAcHgLM .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAcHgLM .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSANAcHgLM h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uSANAcHgLM h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-uSANAcHgLM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSANAcHgLM .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uSANAcHgLM .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uSANAcHgLM .card-title,
.cid-uSANAcHgLM .social-row {
  color: #1a449a;
}
.cid-uSANAcHgLM .mbr-role,
.cid-uSANAcHgLM .social-row {
  color: #ffffff;
}
.cid-uSANAcHgLM .card-text,
.cid-uSANAcHgLM .mbr-section-btn,
.cid-uSANAcHgLM .social-row {
  color: #1a449a;
}
.cid-uSANAcHgLM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSANAcHgLM .card-title,
.cid-uSANAcHgLM .content-wrap {
  color: #000000;
  text-align: center;
}
.cid-uSANAdXuHD {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uSANAdXuHD .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAdXuHD .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSANAdXuHD .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSANAdXuHD .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSANAdXuHD .col-12 {
    padding: 0 2rem;
  }
  .cid-uSANAdXuHD .row {
    margin: 0 -2rem;
  }
}
.cid-uSANAdXuHD .mbr-text,
.cid-uSANAdXuHD .mbr-section-btn {
  color: #000000;
}
.cid-uSANAeBNsz {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSANAeBNsz .mbr-section-title {
  color: #000000;
}
.cid-uSANAeBNsz .mbr-text {
  color: #000000;
}
.cid-uSANAeBNsz .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSANAeBNsz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAeBNsz .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAeBNsz .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSANAfgi2J {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #ffeda8;
}
.cid-uSANAfgi2J .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSANAfgi2J .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSANAfgi2J .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uSANAfgi2J .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uSANAfgi2J .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAfgi2J .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSANAfgi2J .svg-top {
    width: 1000px;
  }
}
.cid-uSANAfgi2J .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-uSANAfgi2J .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSANAfgi2J .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSANAfgi2J .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uSANAfgi2J .social-row {
  text-align: center;
}
.cid-uSANAfgi2J .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-uSANAfgi2J .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-uSANAfgi2J .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-uSANAfgi2J .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uSANAfgi2J .card-title,
.cid-uSANAfgi2J .social-row {
  color: #000000;
  text-align: center;
}
.cid-uSANAfgi2J .mbr-role,
.cid-uSANAfgi2J .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-uSANAfgi2J .card-text,
.cid-uSANAfgi2J .mbr-section-btn,
.cid-uSANAfgi2J .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-uSANAfgi2J .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uSANAgoX1K {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSANAgoX1K .mbr-section-title {
  color: #000000;
}
.cid-uSANAgoX1K .mbr-text {
  color: #000000;
}
.cid-uSANAgoX1K .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSANAgoX1K .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAgoX1K .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAgoX1K .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSANAgXFbi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSANAgXFbi .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uSANAgXFbi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uSANAgXFbi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAgXFbi .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSANAgXFbi .svg-top {
    width: 1000px;
  }
}
.cid-uSANAgXFbi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSANAgXFbi .mbr-section-title {
  color: #000000;
}
.cid-uSANAgXFbi .name {
  color: #000000;
  text-align: center;
}
.cid-uSANAgXFbi .position {
  color: #ffffff;
}
.cid-uSANAhAPK6 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSANAhAPK6 .mbr-section-title {
  color: #000000;
}
.cid-uSANAhAPK6 .mbr-text {
  color: #000000;
}
.cid-uSANAhAPK6 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSANAhAPK6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAhAPK6 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAhAPK6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSANAi8BLR {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffeda8;
}
.cid-uSANAi8BLR .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSANAi8BLR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAi8BLR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAi8BLR .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSANAi8BLR .svg-top {
    width: 1000px;
  }
}
.cid-uSANAi8BLR .card-header {
  border-bottom: 2px solid #fffc00;
  margin-bottom: 0px!important;
}
.cid-uSANAi8BLR .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSANAi8BLR span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uSANAi8BLR .collapsed span {
  transform: rotate(0deg);
}
.cid-uSANAi8BLR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uSANAi8BLR .panel-group {
  width: 100%;
}
.cid-uSANAi8BLR .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uSANAi8BLR .card {
  border-radius: 0px;
}
.cid-uSANAi8BLR .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uSANAi8BLR .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSANAi8BLR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSANAi8BLR .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uSANAi8BLR .panel-text {
  color: #1a449a;
}
.cid-uSANAi8BLR .header-text,
.cid-uSANAi8BLR .sign {
  color: #263d5a;
}
.cid-uSANAi8BLR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSANAi8BLR .header-text,
.cid-uSANAi8BLR .sign,
.cid-uSANAi8BLR .card-header {
  color: #000000;
}
.cid-uSANAi8BLR .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSANAiVFnd {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSANAiVFnd .mbr-section-title {
  color: #000000;
}
.cid-uSANAiVFnd .mbr-text {
  color: #000000;
}
.cid-uSANAiVFnd .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSANAiVFnd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAiVFnd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAiVFnd .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSANAiVFnd .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSANAiVFnd h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSANAiVFnd h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSANAiVFnd h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSANAiVFnd h5 {
    margin-left: 0px;
  }
  .cid-uSANAiVFnd h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSANAiVFnd h5:hover:before {
    animation: none;
  }
}
.cid-uSANAiVFnd .mbr-section-subtitle,
.cid-uSANAiVFnd .content {
  color: #000000;
  text-align: center;
}
.cid-uSASfhMhsv {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffeda8;
}
@media (max-width: 991px) {
  .cid-uSASfhMhsv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSASfhMhsv .row {
  flex-direction: row-reverse;
}
.cid-uSASfhMhsv img {
  width: 100%;
}
.cid-uSASfhMhsv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASfhMhsv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASfhMhsv .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSASfhMhsv .svg-top {
    width: 1000px;
  }
}
.cid-uSASfhMhsv .mbr-description {
  color: #ffffff;
}
.cid-uSANAjvXxs {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSANAjvXxs .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAjvXxs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAjvXxs .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAjvXxs .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSANAjvXxs .col-12 {
    padding: 0 2rem;
  }
  .cid-uSANAjvXxs .row {
    margin: 0 -2rem;
  }
}
.cid-uSANAjvXxs .mbr-text,
.cid-uSANAjvXxs .mbr-section-btn {
  color: #000000;
}
.cid-uSANAjvXxs .mbr-section-title {
  color: #000000;
}
.cid-uSANAk3irM {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uSANAk3irM .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uSANAk3irM .col-12 {
    padding: 0 2rem;
  }
  .cid-uSANAk3irM .row {
    margin: 0 -2rem;
  }
}
.cid-uSANAk3irM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAk3irM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAk3irM .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSANAk3irM .svg-top {
    width: 1000px;
  }
}
.cid-uSANAk3irM .card-header {
  border-bottom: 2px solid currentColor;
  margin-bottom: 0px!important;
}
.cid-uSANAk3irM .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSANAk3irM span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uSANAk3irM .collapsed span {
  transform: rotate(0deg);
}
.cid-uSANAk3irM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uSANAk3irM .panel-group {
  width: 100%;
}
.cid-uSANAk3irM .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uSANAk3irM .card {
  border-radius: 0px;
}
.cid-uSANAk3irM .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uSANAk3irM .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSANAk3irM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSANAk3irM .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uSANAk3irM .panel-text {
  color: #000000;
}
.cid-uSANAk3irM .header-text,
.cid-uSANAk3irM .sign {
  color: #263d5a;
}
.cid-uSANAk3irM .mbr-section-title {
  color: #000000;
}
.cid-uSANAk3irM .header-text,
.cid-uSANAk3irM .sign,
.cid-uSANAk3irM .card-header {
  color: #000000;
}
.cid-uSANAk3irM .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSANAkKHt4 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffeda8;
}
.cid-uSANAkKHt4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAkKHt4 .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSANAkKHt4 .svg-top {
    width: 1000px;
  }
}
.cid-uSANAkKHt4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSANAkKHt4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSANAkKHt4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSANAkKHt4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSANAkKHt4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSANAluheU {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #6592e6;
}
.cid-uSANAluheU svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uSANAluheU svg .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSANAluheU svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uSANAluheU .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSANAluheU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSANAluheU .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSANAluheU .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uSANAluheU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSANAluheU .copyright {
  color: #000000;
}
.cid-uSANAluheU .mbr-section-subtitle {
  color: #e43f3f;
  text-align: left;
}
.cid-uSANAmfoMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uSANAmfoMv .mbr-section-title {
  color: #1a449a;
}
.cid-uSANAmfoMv .mbr-text {
  color: #1a449a;
}
.cid-uSANAmfoMv .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSANAmfoMv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSANAmfoMv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSANAmfoMv .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSANAmfoMv .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSANAmfoMv h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSANAmfoMv h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSANAmfoMv h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSANAmfoMv h5 {
    margin-left: 0px;
  }
  .cid-uSANAmfoMv h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSANAmfoMv h5:hover:before {
    animation: none;
  }
}
.cid-uSASsyywaP {
  padding-top: 16rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSASsyywaP svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-uSASsyywaP svg path {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSASsyywaP svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uSASsyywaP svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-uSASsyywaP .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSASsyywaP .col-12 {
    padding: 0 2rem;
  }
  .cid-uSASsyywaP .row {
    margin: 0 -2rem;
  }
}
.cid-uSASsyywaP .mbr-text,
.cid-uSASsyywaP .mbr-section-btn {
  color: #000000;
}
.cid-uSASszasn9 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSASszasn9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSASszasn9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSASszasn9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSASszasn9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASszasn9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASszasn9 .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASszasn9 .svg-top {
    width: 1000px;
  }
}
.cid-uSASszasn9 .mbr-text {
  color: #000000;
}
.cid-uSASszasn9 .mbr-section-title {
  text-align: center;
}
.cid-uSASszSaAl {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffeda8;
}
.cid-uSASszSaAl .mbr-section-title {
  color: #1a449a;
}
.cid-uSASszSaAl .mbr-text {
  color: #000000;
}
.cid-uSASszSaAl .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSASszSaAl .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASszSaAl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASszSaAl .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSASszSaAl .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSASsAy1sK .navbar-dropdown {
  position: relative !important;
}
.cid-uSASsAy1sK .navbar-dropdown {
  position: absolute !important;
}
.cid-uSASsAy1sK .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uSASsAy1sK .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uSASsAy1sK .nav-link:hover:before {
  width: 100%;
}
.cid-uSASsAy1sK .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uSASsAy1sK .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uSASsAy1sK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSASsAy1sK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSASsAy1sK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSASsAy1sK .dropdown-item:hover,
.cid-uSASsAy1sK .dropdown-item:focus {
  background: #fffc00 !important;
  color: white !important;
}
.cid-uSASsAy1sK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSASsAy1sK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSASsAy1sK .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uSASsAy1sK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSASsAy1sK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSASsAy1sK .dropdown-menu,
.cid-uSASsAy1sK .navbar.opened {
  background: #1a449a !important;
}
.cid-uSASsAy1sK .nav-item:focus,
.cid-uSASsAy1sK .nav-link:focus {
  outline: none;
}
.cid-uSASsAy1sK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSASsAy1sK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSASsAy1sK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSASsAy1sK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSASsAy1sK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSASsAy1sK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSASsAy1sK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-uSASsAy1sK .navbar.opened {
  transition: all 0.3s;
}
.cid-uSASsAy1sK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSASsAy1sK .navbar .navbar-logo img {
  width: auto;
}
.cid-uSASsAy1sK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSASsAy1sK .navbar.collapsed {
  justify-content: center;
}
.cid-uSASsAy1sK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSASsAy1sK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSASsAy1sK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSASsAy1sK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSASsAy1sK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSASsAy1sK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSASsAy1sK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSASsAy1sK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSASsAy1sK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSASsAy1sK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSASsAy1sK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSASsAy1sK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSASsAy1sK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSASsAy1sK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSASsAy1sK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSASsAy1sK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSASsAy1sK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSASsAy1sK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSASsAy1sK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSASsAy1sK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSASsAy1sK .navbar.navbar-short {
  min-height: 80px;
}
.cid-uSASsAy1sK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSASsAy1sK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uSASsAy1sK .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSASsAy1sK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSASsAy1sK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSASsAy1sK .dropdown-item.active,
.cid-uSASsAy1sK .dropdown-item:active {
  background-color: transparent;
}
.cid-uSASsAy1sK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSASsAy1sK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSASsAy1sK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSASsAy1sK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-uSASsAy1sK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSASsAy1sK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSASsAy1sK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSASsAy1sK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSASsAy1sK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSASsAy1sK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-uSASsAy1sK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSASsAy1sK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSASsAy1sK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSASsAy1sK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSASsAy1sK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSASsAy1sK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSASsAy1sK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSASsAy1sK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSASsAy1sK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSASsAy1sK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSASsAy1sK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSASsAy1sK .navbar {
    height: 70px;
  }
  .cid-uSASsAy1sK .navbar.opened {
    height: auto;
  }
  .cid-uSASsAy1sK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSASsBonoN {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #6592e6;
}
.cid-uSASsBonoN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSASsBonoN .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSASsBonoN .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-uSASsBonoN .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-uSASsBonoN .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uSASsBonoN .image-wrap:hover .read,
.cid-uSASsBonoN .image-wrap:focus-within .read,
.cid-uSASsBonoN .image-wrap:hover .img-svg,
.cid-uSASsBonoN .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-uSASsBonoN .image-wrap:hover .more,
.cid-uSASsBonoN .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-uSASsBonoN .image-wrap .read,
  .cid-uSASsBonoN .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-uSASsBonoN .image-wrap .more {
    transform: scale(1);
  }
}
.cid-uSASsBonoN .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-uSASsBonoN .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #fffc00;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-uSASsBonoN .img-svg path {
  fill: #fffc00;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-uSASsBonoN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsBonoN .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASsBonoN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSASsBonoN h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uSASsBonoN h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-uSASsBonoN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSASsBonoN .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uSASsBonoN .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uSASsBonoN .card-title,
.cid-uSASsBonoN .social-row {
  color: #1a449a;
}
.cid-uSASsBonoN .mbr-role,
.cid-uSASsBonoN .social-row {
  color: #ffffff;
}
.cid-uSASsBonoN .card-text,
.cid-uSASsBonoN .mbr-section-btn,
.cid-uSASsBonoN .social-row {
  color: #1a449a;
}
.cid-uSASsBonoN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSASsBonoN .card-title,
.cid-uSASsBonoN .content-wrap {
  color: #000000;
  text-align: center;
}
.cid-uSASsE5Dmj {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uSASsE5Dmj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsE5Dmj .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSASsE5Dmj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSASsE5Dmj .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uSASsE5Dmj .col-12 {
    padding: 0 2rem;
  }
  .cid-uSASsE5Dmj .row {
    margin: 0 -2rem;
  }
}
.cid-uSASsE5Dmj .mbr-text,
.cid-uSASsE5Dmj .mbr-section-btn {
  color: #000000;
}
.cid-uSASsEW7tL {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSASsEW7tL .mbr-section-title {
  color: #000000;
}
.cid-uSASsEW7tL .mbr-text {
  color: #000000;
}
.cid-uSASsEW7tL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSASsEW7tL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsEW7tL .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASsEW7tL .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSASsFSM5R {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #ffeda8;
}
.cid-uSASsFSM5R .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSASsFSM5R .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSASsFSM5R .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uSASsFSM5R .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uSASsFSM5R .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsFSM5R .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSASsFSM5R .svg-top {
    width: 1000px;
  }
}
.cid-uSASsFSM5R .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-uSASsFSM5R .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSASsFSM5R .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSASsFSM5R .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uSASsFSM5R .social-row {
  text-align: center;
}
.cid-uSASsFSM5R .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-uSASsFSM5R .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-uSASsFSM5R .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-uSASsFSM5R .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uSASsFSM5R .card-title,
.cid-uSASsFSM5R .social-row {
  color: #000000;
  text-align: center;
}
.cid-uSASsFSM5R .mbr-role,
.cid-uSASsFSM5R .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-uSASsFSM5R .card-text,
.cid-uSASsFSM5R .mbr-section-btn,
.cid-uSASsFSM5R .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-uSASsFSM5R .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uSASsGYMjN {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSASsGYMjN .mbr-section-title {
  color: #000000;
}
.cid-uSASsGYMjN .mbr-text {
  color: #000000;
}
.cid-uSASsGYMjN .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSASsGYMjN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsGYMjN .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASsGYMjN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSASsHAZ2B {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSASsHAZ2B .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uSASsHAZ2B .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uSASsHAZ2B .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsHAZ2B .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSASsHAZ2B .svg-top {
    width: 1000px;
  }
}
.cid-uSASsHAZ2B .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSASsHAZ2B .mbr-section-title {
  color: #000000;
}
.cid-uSASsHAZ2B .name {
  color: #000000;
  text-align: center;
}
.cid-uSASsHAZ2B .position {
  color: #ffffff;
}
.cid-uSASsIogms {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #6592e6;
}
.cid-uSASsIogms .mbr-section-title {
  color: #000000;
}
.cid-uSASsIogms .mbr-text {
  color: #000000;
}
.cid-uSASsIogms .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSASsIogms .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsIogms .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASsIogms .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSASsIWgJa {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffeda8;
}
.cid-uSASsIWgJa .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSASsIWgJa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASsIWgJa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsIWgJa .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSASsIWgJa .svg-top {
    width: 1000px;
  }
}
.cid-uSASsIWgJa .card-header {
  border-bottom: 2px solid #fffc00;
  margin-bottom: 0px!important;
}
.cid-uSASsIWgJa .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSASsIWgJa span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uSASsIWgJa .collapsed span {
  transform: rotate(0deg);
}
.cid-uSASsIWgJa .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uSASsIWgJa .panel-group {
  width: 100%;
}
.cid-uSASsIWgJa .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uSASsIWgJa .card {
  border-radius: 0px;
}
.cid-uSASsIWgJa .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uSASsIWgJa .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSASsIWgJa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSASsIWgJa .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uSASsIWgJa .panel-text {
  color: #1a449a;
}
.cid-uSASsIWgJa .header-text,
.cid-uSASsIWgJa .sign {
  color: #263d5a;
}
.cid-uSASsIWgJa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSASsIWgJa .header-text,
.cid-uSASsIWgJa .sign,
.cid-uSASsIWgJa .card-header {
  color: #000000;
}
.cid-uSASsIWgJa .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSASsJS1KF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSASsJS1KF .mbr-section-title {
  color: #000000;
}
.cid-uSASsJS1KF .mbr-text {
  color: #000000;
}
.cid-uSASsJS1KF .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSASsJS1KF .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASsJS1KF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsJS1KF .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSASsJS1KF .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSASsJS1KF h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSASsJS1KF h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSASsJS1KF h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSASsJS1KF h5 {
    margin-left: 0px;
  }
  .cid-uSASsJS1KF h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSASsJS1KF h5:hover:before {
    animation: none;
  }
}
.cid-uSASsJS1KF .mbr-section-subtitle,
.cid-uSASsJS1KF .content {
  color: #000000;
  text-align: center;
}
.cid-uSASsLffpb {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #6592e6;
}
.cid-uSASsLffpb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASsLffpb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsLffpb .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASsLffpb .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSASsLffpb .col-12 {
    padding: 0 2rem;
  }
  .cid-uSASsLffpb .row {
    margin: 0 -2rem;
  }
}
.cid-uSASsLffpb .mbr-text,
.cid-uSASsLffpb .mbr-section-btn {
  color: #000000;
}
.cid-uSASsLffpb .mbr-section-title {
  color: #000000;
}
.cid-uSASsM09YX {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uSASsM09YX .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uSASsM09YX .col-12 {
    padding: 0 2rem;
  }
  .cid-uSASsM09YX .row {
    margin: 0 -2rem;
  }
}
.cid-uSASsM09YX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASsM09YX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsM09YX .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSASsM09YX .svg-top {
    width: 1000px;
  }
}
.cid-uSASsM09YX .card-header {
  border-bottom: 2px solid currentColor;
  margin-bottom: 0px!important;
}
.cid-uSASsM09YX .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSASsM09YX span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uSASsM09YX .collapsed span {
  transform: rotate(0deg);
}
.cid-uSASsM09YX .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uSASsM09YX .panel-group {
  width: 100%;
}
.cid-uSASsM09YX .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uSASsM09YX .card {
  border-radius: 0px;
}
.cid-uSASsM09YX .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uSASsM09YX .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSASsM09YX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSASsM09YX .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uSASsM09YX .panel-text {
  color: #000000;
}
.cid-uSASsM09YX .header-text,
.cid-uSASsM09YX .sign {
  color: #263d5a;
}
.cid-uSASsM09YX .mbr-section-title {
  color: #000000;
}
.cid-uSASsM09YX .header-text,
.cid-uSASsM09YX .sign,
.cid-uSASsM09YX .card-header {
  color: #000000;
}
.cid-uSASsM09YX .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSASsMKKm5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffeda8;
}
.cid-uSASsMKKm5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsMKKm5 .svg-top .st0 {
  fill: #ffeda8;
}
@media (max-width: 992px) {
  .cid-uSASsMKKm5 .svg-top {
    width: 1000px;
  }
}
.cid-uSASsMKKm5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSASsMKKm5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSASsMKKm5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSASsMKKm5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSASsMKKm5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSASsNqJ4o {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #6592e6;
}
.cid-uSASsNqJ4o svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uSASsNqJ4o svg .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-uSASsNqJ4o svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uSASsNqJ4o .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSASsNqJ4o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSASsNqJ4o .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSASsNqJ4o .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uSASsNqJ4o div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSASsNqJ4o .copyright {
  color: #000000;
}
.cid-uSASsNqJ4o .mbr-section-subtitle {
  color: #e43f3f;
  text-align: left;
}
.cid-uSASsO9V8M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uSASsO9V8M .mbr-section-title {
  color: #1a449a;
}
.cid-uSASsO9V8M .mbr-text {
  color: #1a449a;
}
.cid-uSASsO9V8M .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSASsO9V8M .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSASsO9V8M .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fffc00;
}
.cid-uSASsO9V8M .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSASsO9V8M .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uSASsO9V8M h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uSASsO9V8M h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uSASsO9V8M h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uSASsO9V8M h5 {
    margin-left: 0px;
  }
  .cid-uSASsO9V8M h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uSASsO9V8M h5:hover:before {
    animation: none;
  }
}
