:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 400;
  text-align: left;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1,
h2,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  color: inherit;
}
.cls_01 {
  margin-top: 0;
}
.cls_02 {
  font-weight: 700;
}
.cls_03 {
  display: block;
  padding: 8px;
  border: 2px solid #333;
  color: red;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.cls_04 {
  border-top: none !important;
}
.cls_05 {
  font-size: 22px;
}
.cls_06 {
  background: #ccc;
  font-size: 12px;
  margin: 15px 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.red_text {
  color: red;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-md-4,
.col-md-8 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media .media {
  padding-bottom: 0;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.carousel-inner {
  margin-bottom: 15px;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
img {
  border: 0;
  vertical-align: middle;
  height: auto;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
section {
  display: block;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
}
svg:not(:root) {
  overflow: hidden;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  *,
  :after,
  :before {
    color: #000 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  overflow-x: hidden;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #337ab7;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4,
.col-md-8,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .col-md-4,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.media-left {
  padding-right: 10px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .active {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 2px solid #333;
}
.carousel-inner > .active img {
  max-width: 230px;
  padding: 10px;
  border-right: 2px solid #333;
}
.carousel-inner > .active p {
  margin: 0 !important;
  padding: 10px;
  line-height: 1.2;
  text-align: left;
}
.col-md-8.margin-top.cls_01 > img {
  display: block;
  margin: 0 auto 20px;
}
.pack {
  max-width: 400px;
}
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: ' ';
}
.container:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}
.media-body h4,
.recent p {
  font-weight: 700;
}
.subimgtitle {
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
  outline: 0;
}
.m-t-25 {
  margin-top: 20px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.no-border-top {
  border-top: none !important;
}
.content-box {
  background: #fff;
}
.content h1 {
  font-size: 36px;
  line-height: 44px;
  margin: 66px 0 16px;
  color: red;
  text-align: left;
}
@media (max-width: 699px) {
  .content h1 {
    font-size: 26px !important;
    line-height: normal !important;
  }
}
.content .img-responsive {
  margin: 0 auto 10px;
}
.content p {
  font-family: Arial;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
  color: #222;
}
.content h5 {
  font-size: 21px;
  line-height: 28px;
  font-family: OpenSans-Regular;
  margin: 60px 0 20px;
  color: #222;
}
.content h5.pink-border-bottom {
  margin-bottom: 15px;
  color: #666;
  border-bottom: 1px solid #ccc;
}
.content p a,
.content p a:focus,
.content p a:hover {
  color: #0198bd;
}
@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
  }
}
.comments {
  padding-bottom: 30px;
  background: #fff;
}
.recent {
  margin-right: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.media {
  padding: 15px 0 5px;
  margin: 0;
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
.recent p {
  font-family: Tahoma;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #3b5998;
}
.health-logo-icon,
.sectionLogoLink {
  height: 40px;
}
.col-md-4 {
  text-align: left;
}
.media-left img {
  margin-top: 0;
}
.media-body h4 {
  font-family: Tahoma;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 5px;
  color: #3b5998;
}
.media-body p {
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 5px;
  color: #1a1a1a;
  line-height: 1.3;
}
.styles_headerBarWrapper__3Sq8_ {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 0 16px;
  background: inherit;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0rgba (0, 0, 0, 0.15);
}
.styles_navBtn__2vR-E .styles_Icon__l6P9o {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.styles_hamburgerButton__126cU {
  line-height: 0;
  position: relative;
  z-index: 2;
  margin-left: 12px;
  cursor: pointer;
}
.styles_navBtn__2vR-E {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0;
  background: 0 0;
}
.styles_branding__3nORP .styles_badgeLink__1PUeY svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.styles_branding__3nORP .styles_badgeLink__1PUeY {
  line-height: 0;
  height: inherit;
  margin-right: 3px;
  color: #c00;
}
.styles_headerBar__2PPnO {
  line-height: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  background: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
.styles_branding__3nORP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  max-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
h2 {
  font-size: 14px;
  color: #737373;
}
@media all and (max-width: 620px) {
  .carousel-inner > .active {
    flex-direction: column;
    align-items: center;
  }
  .carousel-inner > .active img {
    border-right: none;
  }
  .carousel-inner > .active p {
    border-top: 3px solid #333;
  }
}
.button {
  cursor: pointer;
  letter-spacing: 0.4px;
  font-weight: 600 !important;
  border: none;
  font-family: calibri, roboto, arial;
  display: block;
  margin: 20px auto;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  width: auto;
  line-height: 32px;
  height: auto;
  background: #e74c3c;
  border-bottom: 2px solid #c0392b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 14px;
  color: #fff !important;
  border-bottom: currentcolor;
}
@media (max-width: 575px) {
  .lt0.cls_02 {
    text-align: center;
  }
  .button {
    line-height: 1.2;
  }
}
@media (min-width: 700px) and (max-width: 991px) {
  .lt0.cls_02 {
    line-height: 1.2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-md-8.margin-top.cls_01 > img.img-responsive {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lt0.cls_02 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .pack {
    width: 100%;
    max-width: 300px !important;
    margin: 0 auto 20px !important;
  }
  .d-none-767 {
    display: none;
  }
  .comments {
    padding-bottom: 0;
  }
}
footer.footer {
  /* display:none; */
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments {
    padding-bottom: 0 !important;
  }
  .pack {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1199px) {
  footer.footer {
    display: block;
  }
  .lt77.cls_06 {
    display: none;
  }
  footer.footer .lt77.cls_06 {
    display: block;
    margin-bottom: 0 !important;
  }
}
.pack {
  width: 100%;
  max-width: 160px !important;
}
@media (min-width: 1200px) {
  .lt77.cls_06 {
    margin-bottom: 0 !important;
  }
  .comments {
    padding-bottom: 0;
  }
  .pack {
    max-width: 200px !important;
    margin: 30px auto !important;
  }
  .n-line {
    display: block;
  }
}
.ev-footer,
.create_rom_footer {
  display: flex;
  align-items: center;
  padding: 0px 0;
  justify-content: center;
  flex-direction: column;
}
.prod {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
}

p.date {
  color: grey;
}
.wrapper-image {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}

.scroll {
  max-width: 40px;
  transform: translateX(0);
  animation: moving 2s infinite;
  margin: 0 auto 10px;
}
@keyframes moving {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

@media screen and (min-width: 992px) {
  .col-md-8.margin-top.cls_01 > .scroll {
    display: none;
  }
  .wrapper-image {
    overflow: auto;
    max-width: 700px;
  }
  .wrapper-image > img {
    width: 100%;
  }
}

.button:hover,
.button:focus {
  background: #bb2212;
}

.image-wrapper {
  max-width: 300px;
  margin-bottom: 10px;
}

.image-wrapper > img {
  width: 100%;
}
