﻿.company-img {
  width: 100%;
  position: relative;
  padding-top: 5.25rem;
}
.company-img > img {
  width: 100%;
}
.about-tab-wrap {
  padding: 1.5rem 0 0;
}
.about-tab-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-tab-item {
  width: 7.5rem;
  padding: 1.125rem 0;
  color: #333;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  border-bottom: .125rem solid transparent;
  margin: 0 1.5rem;
  cursor: pointer;
}
.about-tab-item-active {
  color: #ff1200;
  border-bottom: .125rem solid #ff1200;
}
.about-tab-item:hover {
  color: #ff1200;
}
.about-tab-view {
  width: 100%;
  padding-top: 3rem;
  display: none;
}
.about-tab-view.active {
  display: block;
}
.about-tab-view img {
  width: 100%;
}
.company-intro-line {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
}
.company-intro-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.75rem;
  text-indent: 2rem;
  text-align: justify;
}
.company-intro-img {
  width: 100%;
  padding: 0 1.5rem;
}
.company-intro-img > img {
  border-radius: .75rem;
  display: block;
  width: 100%;
}
.manager-img > img {
  width: 100%;
}
.manager-speech > p {
  color: #333;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.culture-item {
  width: 100%;
  padding: 1.5rem;
}
.culture {
  width: 100%;
  height: 20rem;
  background-color: #fff;
  border-radius: .75rem;
  box-shadow: 0 .125rem .3125rem .125rem rgba(0, 0, 0, 0.1);
  padding: 3rem;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.culture h1 {
  font-size: 1.875rem;
  margin-bottom: 1.125rem;
}
.culture h4 {
  font-size: 1rem;
  text-align: justify;
  font-weight: 500;
}
.culture-item:hover .culture {
  color: #ff1200;
}
.history {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 3.125rem 0;
}
.history-bar {
  position: absolute;
  width: .125rem;
  top: 0;
  bottom: 0;
  background-color: #ff1200;
}
.history-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.history-bar-fill {
  background-color: #ff1200;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  transition: all 500ms ease;
}
.history-bar-fill:after {
  content: "";
  position: absolute;
  width: .125rem;
  height: 3.75rem;
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #ff1200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ff1200));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ff1200 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ff1200 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ff1200 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ff1200 100%);
}
.history-bar:after {
  content: "";
  position: absolute;
  width: .125rem;
  height: 3.75rem;
  bottom: 0;
  background: -moz-linear-gradient(top, #ff1200 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1200), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ff1200 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ff1200 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ff1200 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ff1200 0%, #ffffff 100%);
}
.history-state {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}
.history-bar-fill, .history-content, .history-image {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.history-content {
  width: 49%;
  float: left;
  position: relative;
  margin-left: -40%;
  color: #333;
}
.history-animate .history-content {
  opacity: 1;
  margin-left: 0%;
  position: relative;
  margin: .9375rem 0;
}
.history-content {
  cursor: pointer;
}
.year {
  position: absolute;
  right: 3.75rem;
  font-size: 2.25rem;
  top: -0.5625rem;
  text-align: left;
}
.history-text {
  float: right;
  margin-right: 20rem;
  padding-right: .9375rem;
  border-right: .0625rem solid #f1f1f1;
  text-align: right;
}
.history-link {
  width: 2.8125rem;
  height: .0625rem;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: .9375rem;
}
.history-icon {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  border: .25rem solid #ff1200;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.history-state::after {
  display: block;
  content: ' ';
  clear: both;
}
.history-state:nth-child(2n+2) .history-content {
  float:right;
  margin-right:-40%;
}
.history-state:nth-child(2n+1) .history-txt {
  padding-left: 0;
  padding-right: 13.75rem;
}
.history-state:nth-child(2n+2).history-animate .history-content {
  margin-right: 0%;
}
.history-state:nth-child(2n+2) .history-content {
  float: right;
}
.history-state:nth-child(2n+2).history-animate .history-content .year {
  left: 3.75rem;
  right: auto;
}
.history-state:nth-child(2n+2).history-animate .history-content .history-text {
  float: left;
  margin-left: 20rem;
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: .0625rem solid #f1f1f1;
  text-align: left !important;
}
.history-state:nth-child(2n+2).history-animate .history-content .history-text {
  border-right: 0;
  border-left: .0625rem solid #f1f1f1;
  padding-right: 0;
  padding-left: .9375rem;
}
.history-state:nth-child(2n+2).history-animate .history-content .history-link {
  width: 2.8125rem;
  height: .0625rem;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: .875rem;
}

.company-intro-wrap {
  position: relative;
  margin-top: 2rem;
  padding-right: 45%;
}

.intro-left-wrap {
  width: 100%;
  box-shadow: -0.125rem .125rem 1.25rem rgba(0, 0, 0, 0.3);
}

.intro-left {
  width: 100%;
  background: url('../image/company-intro-bg.png') 80% bottom no-repeat #ffffff;
  background-size: 17.5rem;
  padding: 5.625rem 7.5rem 5.625rem 5.625rem;
  box-sizing: border-box;
  min-height: 30rem;
}

.intro-title {
  color: #333;
  font-weight: 500;
  font-size: 2.25rem;
}

.major-business-box,
.aptitude-wrap,
.mission-wrap {
  margin-top: 2rem;
  box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
}

.mission-wrap {
  margin-bottom: 2rem;
}

.major-title-wrap {
  position: relative;
  padding: 2.625rem 5.625rem 0rem 5.625rem;
}

.intro-title-line,
.mission-title-line,
.aptitude-title-line,
.speech-title-line,
.major-title-line {
  width: 2.5rem;
  height: .125rem;
  border-top: .25rem solid #ff1200;
  margin: .75rem 0 1.75rem;
}

.aptitude-title-line,
.speech-title-line,
.major-title-line {
  margin: .75rem 0 1.75rem auto;
}

.major-title-line {
  margin: .75rem auto 0 0;
}

.intro-text,
.intro-text p,
.intro-text span {
  font-size: 1rem !important;
  color: #333;
  line-height: 2rem !important;
}

.m40{margin-top:40px;}

.intro-text-lg {
  display: none;
}

.intro-right {
  width: 49%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 3rem;
  bottom: 3rem;
  display: flex;
  justify-content: center;
}

.intro-right > img {
  width: auto;
  height: 100%;
}

.major-business-box {
  position: relative;
}

.major-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.major-bg-img,
.major-bg-img-mobile {
  width: 100%;
}

.major-bg-img-mobile {
  display: none;
}

.major-business-wrap {
  width: 90%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.major-business-title {
  padding: 6rem 0 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.major-business-title > div {
  width: 8.25rem;
  height: 8.25rem;
  line-height: 8.25rem;
  font-size: 2.5rem;
  color: #666;
  border-radius: 50%;
  background-color: #efefef;
  margin-right: 1.5rem;
  text-align: center;
  font-weight: 500;
}

.major-business-con {
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-bottom: -9.5%;
}

.circle-bg {
  width: 94% !important;
  display: block;
  opacity: 0.2;
  margin: 0 auto;
}

.major-business-logo-wrap {
  width: 12% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.major-business-logo-shadow {
  width: 94% !important;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  animation: divergency 1s linear infinite;
}

.major-business-logo,
.major-business-logo-active {
  position: relative;
  width: 100% !important;
  display: block;
}
.major-business-logo-active {
  display: none;
}
.major-business-logo-wrap.active .major-business-logo-shadow{
  width: 97% !important;
  height: 97%;
  border-radius: 100%;
  animation: divergencyGreen 1s linear infinite !important;
}
.major-business-logo-wrap.active .major-business-logo {
  display: none;
}
.major-business-logo-wrap.active .major-business-logo-active {
  display: block;
}
.major-business-circle {
  width: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.major-business-item {
  width: 100%;
  position: absolute;
  transform: translateX(0) translateY(0);
  transition: all 500ms linear;
  opacity: 0;
  display: block;
}
.major-business-item.active {
  opacity: 1;
}
.major-business-item.active:nth-child(1) {
  transform: translateX(-180%) translateY(-24%);
}
.major-business-item.active:nth-child(2) {
  transform: translateX(-144%) translateY(-230%);
}
.major-business-item.active:nth-child(3) {
  transform: translateX(0%) translateY(-310%);
}
.major-business-item.active:nth-child(4) {
  transform: translateX(155%) translateY(-220%);
}
.major-business-item.active:nth-child(5) {
  transform: translateX(212%) translateY(-24%);
}
.major-business-item-green,
.major-business-item-normal {
  width: 100%;
  display: none;
}
.major-business-item-normal {
  display: block;
}
.major-business-text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: -20%;
  color: #fff;
  text-align: center;
  
}
.major-business-item:hover .major-business-item-normal {
  display: none;
}
.major-business-item:hover .major-business-item-green {
  display: block;
}
.major-business-item:hover .major-business-text {
  color: #ff1200;
}
.hand-img {
  display: block;
  width: 17% !important;
  position: absolute;
  bottom: 7%;
  left: 46%;
  transform: translateX(-50%);
}
.mission-wrap,
.aptitude-wrap,
.speech-wrap,
.bg-img-wrap {
  width: 100%;
  position: relative;
}

.mission-wrap,
.speech-wrap {
  margin-bottom: 2rem;
  padding: 0 !important;
  box-shadow: -0.125rem .125rem 1.25rem rgba(0, 0, 0, 0.3);
}

.mission-wrap > img,
.aptitude-wrap > img,
.bg-img-wrap > img {
  width: 100%;
}

.aptitude-mobile-bg {
  display: none;
}

.mission-bg-mobile {
  display: none;
}
.aptitude-title-mobile {
  display: none;
}

.mission-con {
  padding: 5.625rem 7.5rem 5.625rem 7.5rem;
  position: absolute;
  left: 50%;
  top: 40%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.aptitude-con,
.speech-con {
  padding: 2.625rem 5.625rem 5.625rem 5.625rem;
  left: 50%;
  right: auto;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
}

.speech-con {
  padding-top:  4.25rem;
}

.mission-title,
.aptitude-title,
.speech-title,
.major-title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333;
}

.aptitude-title,
.speech-title,
.major-title {
  color: #333;
  text-align: right;
}

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

.aptitude-item {
  font-size: 1rem;
  font-weight: 500;
  margin-top: .75rem;
  color: #333;
  text-align: right;
}

.mission-text {
  width: 30rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
}

.culture-wrap {
  width: 100%;
  position: relative;
  padding: 0 !important;
  box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}

.culture-wrap > img {
  width: 100%;
  display: block;
}

.culture-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}

.culture-item {
  width: 33.3%;
  height: 100%;
  position: relative;
  cursor: default;
  overflow: hidden;
}

.culture-tab {
  transition: all 1s;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: auto;
}

.culture-title {
  font-size: 2.25rem;
  color: #333;
  text-align: center;
  font-weight: 500;
}

.culture-title-line {
  width: 1.25rem;
  height: .125rem;
  border-top: .25rem solid #ff1200;
  margin: .75rem auto;
  display: none;
}

.culture-desc {
  font-size: 1.125rem;
  color: #333;
  display: none;
  text-align: center;
}

.culture-item:hover .culture-tab {
  top: 45%;
}

.culture-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.culture-item:hover .culture-title-line,
.culture-item:hover .culture-desc {
  display: block;
}

.speech {
  width: 70%;
  float: right;
}

.speech-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: .125rem;
  font-weight: 500;
  text-align: justify;
  text-indent: 2.5rem;
  margin-bottom: .25rem;
}

.speech-text-lg {
  display: none;
}

.manager-pic {
  width: 20% !important;
  position: absolute;
  left: 5%;
  bottom: 3%;
  display: block;
}

.manager-sign {
  width: 12rem !important;
  float: right;
}

@media only screen and (max-width: 870px) {
  .company-img {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .company-img > img {
    width: auto;
    height: 12.375rem;
  }
  .about-tab-view {
    padding: .9375rem;
  }
  .about-tab-item {
    font-size: 1.125rem;
    margin: 0;
    padding: 0 0 0.5rem;
  }
  .history-bar {
    right: auto;
    left: .9375rem;
  }
  .history-state {
    margin-bottom: .9375rem;
  }
  .history-content {
    width: 100%;
    float: left;
  }
  .history-icon {
    right: auto;
    transform: translateX(25%) translateY(-50%);
  }
  .year {
    left: 4.875rem !important;
    font-size: 1.125rem;
    right: auto;
    top: auto;
  }
  .history-text {
    margin-right: 0 !important;
    border-left: .0625rem solid #f1f1f1;
    border-right: 0;
    float: left;
    margin-left: 12.5rem !important;
    padding-left: .9375rem;
    text-align: left;
    font-size: .9375rem;
  }
  .history-link {
    right: auto;
    left: 1.625rem !important;
    width: 2.8125rem;
  }
  .history-state:nth-child(2n+1) .history-txt {
    padding-right: 0 !important;
  }
  .history-txt {
    padding-left: 8.125rem !important;
  }
  .culture-tab {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: rotate(0) !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 .625rem;
  }
  .culture-title {
    color: #fff;
    font-size: 1.25rem;
  }
  .culture-desc {
    font-size: .875rem;
    display: block;
    margin-top: .25rem;
    color: #fff;
  }
  .culture-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .culture-item {
    width: 100% !important;
    height: auto !important;
  }
  .company-intro-wrap {
    margin-top: 0;
    padding: 0 .5rem 1.25rem;
    box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
  }
  .intro-left-wrap {
    box-shadow: none;
  }
  .intro-left {
    padding: 1.25rem !important;
    width: 100% !important;
    box-shadow: none!important;
    position: initial !important;
    min-height: auto;
    background: url('../image/company-intro-bg.png') 100% bottom no-repeat #ffffff;
    background-size: 18.75rem;
  }
  .intro-title,
  .aptitude-title, 
  .major-title,
  .mission-title {
    font-size: 2rem;
  }
  .company-intro-box,
  .major-box,
  .aptitude-box,
  .mission-box {
    padding: 0 !important;
  }
  .intro-text,
  .intro-text p,
  .intro-text span {
    font-size: .875rem !important;
  }
  .intro-text {
    text-indent: 1.75rem;
  }
  .intro-right {
    width: 100% !important;
    position: relative;
    top: .3125rem;
    z-index: 1;
  }
  .intro-right > img {
    width: 100% !important;
    height: auto !important;
  }
  .major-business-box {
    box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
    margin-top: 1.5rem;
  }
  .aptitude-wrap,
  .mission-wrap,
  .culture-wrap {
    box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
  }
  .aptitude-con,
  .mission-con {
    padding: 2rem 2rem 0rem 2rem;
  }
  .mission-con {
    top: 25%;
  }
  .aptitude-pc-bg,
  .mission-bg-pc {
    display: none;
  }
  .aptitude-title-mobile {
    display: flex;
    padding-bottom: 3rem;
  }
  .aptitude-mobile-bg,
  .mission-bg-mobile {
    display: block;
  }
  .aptitude-con {
    bottom: 0;
  }
  .aptitude-title-wrap {
    width: 100%;
  }
  .major-title-wrap {
    padding: 2rem 2rem 0rem 2rem;
  }
  .aptitude-title,
  .major-title {
    text-align: left;
  }
  .aptitude-title-line,
  .major-title-line {
    margin: .75rem auto 1.75rem 0;
  }
  .aptitude-item-wrap {
    width: 100%;
  }
  .aptitude-item {
    width: 100%;
    text-align: left;
    font-size: .875rem;
    margin-top: 0;
    font-weight: 400;
  }
  .mission-text {
    width: 100% !important;
  }
  .major-bg-img {
    display: none;
  }
  .major-bg-img-mobile {
    display: block;
  }
  .major-business-title {
    padding: 1rem 0;
    background-color: #cbcdcd;
    display: none;
  }
  .major-business-title > div {
    width: 5rem !important;
    height: 5rem !important;
    line-height: 5rem !important;
    font-size: 2.25rem;
    background-color: transparent;
    color: #fff;
  }
  .major-business-wrap {
    padding-top: 2.5rem;
    margin-top: -0.0625rem;
  }
  .major-business-circle {
    width: 26%;
  }
  .major-business-item.active:nth-child(1) {
    transform: translateX(-168%) translateY(-50%);
  }
  .major-business-item.active:nth-child(2) {
    transform: translateX(-112%) translateY(-164%);
  }
  .major-business-item.active:nth-child(3) {
    transform: translateX(0%) translateY(-250%);
  }
  .major-business-item.active:nth-child(4) {
    transform: translateX(136%) translateY(-168%);
  }
  .major-business-item.active:nth-child(5) {
    transform: translateX(176%) translateY(-46%);
  }
  .major-business-logo-wrap {
    width: 15% !important;
  }
  .hand-img {
    width: 19% !important;
    bottom: 2%;
  }
  .speech-con {
    position: relative !important;
    padding: 2rem 1.5rem 14rem 1.5rem !important;
    left: 0 !important;
    transform: translateX(0) !important;
  }
  .speech {
    width: 100%;
    float: none;
  }
  .speech-title {
    text-align: center;
  }
  .speech-title-line {
    margin: 0.75rem auto 1.75rem !important;
  }
  .speech-text {
    font-weight: normal;
    font-size: 1rem;
  }
  .no-indent {
    text-indent: 0;
  }
  .bg-img-wrap {
    overflow: hidden;
  }
  .manager-pic {
    width: 46% !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30%;
  }
  .major-business-logo-shadow {
    animation: divergencyMobile 1s linear infinite;
  }
  .major-business-logo-wrap.active .major-business-logo-shadow{
    animation: divergencyGreenMobile 1s linear infinite !important;
  }
  .speech-text-lg {
    display: block;
  }
  .culture-item {
    padding: 0 1.5rem;
  }
  .mission-wrap, .aptitude-wrap {
    margin-top: 1.5rem;
  }
  .speech-wrap {
    box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 2000px) {
  .major-title-wrap {
    padding: 7.5rem 2rem 0rem 5.625rem;
  }
  .about-tab-item {
    font-size: 1.5rem;
  }
  .intro-left {
    min-height: 46rem;
    padding: 5.625rem 10.5rem 5.625rem 5.625rem;
    background-size: 33.75rem;
  }
  .intro-title {
    font-size: 2.5rem;
  }
  .intro-text,
  .intro-text p,
  .intro-text span {
    font-size: 1.125rem !important;
    line-height: 2.25rem;
  }
  .intro-text {
    text-indent: 2.25rem;
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
  .intro-title-line {
    margin-bottom: 4rem;
  }
  .intro-text-lg {
    display: block;
    margin-top: 1.375rem;
  }
  .aptitude-con {
    padding: 7.5rem 5.625rem 5.625rem 5.625rem;
  }
  .aptitude-title,
  .mission-title {
    font-size: 2.625rem;
    text-align: left;
  }
  .major-title {
    font-size: 2.625rem;
  }
  .aptitude-title {
    text-align: right;
  }
  .aptitude-item {
    font-size: 1.5rem;
    margin-top: 1.125rem;
  }
  .mission-text {
    width: 47rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .speech {
    width: 45%;
  }
  .speech-text {
    font-size: 1.375rem;
    text-indent: 2.75rem;
    margin-bottom: 1rem;
  }
  .speech-text-lg {
    display: block;
    margin-top: 1.125rem;
  }
  .manager-sign {
    width: 25rem !important;
    margin-top: 3rem;
  }
  .speech-con {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .manager-pic {
    width: 22%;
    left: 12%;
  }
}

@keyframes divergency {
  0% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 1.25rem rgba(255,255,255,0.3), 0 0 0 2.5rem rgba(255,255,255,0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 1.25rem rgba(255,255,255,0.3), 0 0 0 2.5rem rgba(255,255,255,0.3);
  }
  100% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1.25rem rgba(255,255,255,0.3), 0 0 0 2.5rem rgba(255,255,255,0.3), 0 0 0 3.75rem rgba(244, 186, 72, 0);
    box-shadow: 0 0 0 1.25rem rgba(255,255,255,0.3), 0 0 0 2.5rem rgba(255,255,255,0.3), 0 0 0 3.75rem rgba(244, 186, 72, 0);
  }
}


@keyframes divergencyGreen {
  0% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(40, 161, 56,0.3), 0 0 0 1.25rem rgba(40, 161, 56,0.3), 0 0 0 2.5rem rgba(40, 161, 56,0.3);
    box-shadow: 0 0 0 0 rgba(40, 161, 56,0.3), 0 0 0 1.25rem rgba(40, 161, 56,0.3), 0 0 0 2.5rem rgba(40, 161, 56,0.3);
  }
  100% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1.25rem rgba(40, 161, 56,0.3), 0 0 0 2.5rem rgba(40, 161, 56,0.3), 0 0 0 3.75rem rgba(244, 186, 72, 0);
    box-shadow: 0 0 0 1.25rem rgba(40, 161, 56,0.3), 0 0 0 2.5rem rgba(40, 161, 56,0.3), 0 0 0 3.75rem rgba(244, 186, 72, 0);
  }
}

@keyframes divergencyMobile {
  0% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 .625rem rgba(255,255,255,0.3), 0 0 0 1.25rem rgba(255,255,255,0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 .625rem rgba(255,255,255,0.3), 0 0 0 1.25rem rgba(255,255,255,0.3);
  }
  100% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 .625rem rgba(255,255,255,0.3), 0 0 0 1.25rem rgba(255,255,255,0.3), 0 0 0 1.875rem rgba(244, 186, 72, 0);
    box-shadow: 0 0 0 .625rem rgba(255,255,255,0.3), 0 0 0 1.25rem rgba(255,255,255,0.3), 0 0 0  1.875rem rgba(244, 186, 72, 0);
  }
}

@keyframes divergencyGreenMobile {
  0% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(40, 161, 56,0.3), 0 0 0 .625rem rgba(40, 161, 56,0.3), 0 0 0 1.25rem rgba(40, 161, 56,0.3);
    box-shadow: 0 0 0 0 rgba(40, 161, 56,0.3), 0 0 0 .625rem rgba(40, 161, 56,0.3), 0 0 0 1.25rem rgba(40, 161, 56,0.3);
  }
  100% {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 .625rem rgba(40, 161, 56,0.3), 0 0 0 1.25rem rgba(40, 161, 56,0.3), 0 0 0 1.875rem rgba(244, 186, 72, 0);
    box-shadow: 0 0 0 .625rem rgba(40, 161, 56,0.3), 0 0 0 1.25rem rgba(40, 161, 56,0.3), 0 0 0 1.875rem rgba(244, 186, 72, 0);
  }
}