@charset "utf-8";
#c8 a {
  color: #fff !important;
}

.side2 {
    display: grid!important;
    gap: 32px 24px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 640px) {
  .side3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

#c8 > div.box{
    justify-self: center;
    overflow: visible!important;
}

.con_botton {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  cursor: pointer;
  background: #6EB1E5;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  transition: color 0.3s cubic-bezier(0.02,0.01,0.47,1),transform 0.3s cubic-bezier(0.02,0.01,0.47,1);
  overflow: hidden;
  z-index: 1;
}
.con_botton:after,
.con_botton:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #009688;
  transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
  transform: translate(100%,-25%) translateZ(0);
  opacity: 0;
  z-index: -1;
}
.con_botton:after, .cp_button07:before {
  background: #ffffff;
}
.con_botton:hover {
  color: #ffffff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.3);
  transition: all 0.5s cubic-bezier(0.02,0.01,0.47,1);
  transform: scale(1.1) translateZ(0);
}
.con_botton:hover:before {
  transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1),opacity 0.2s cubic-bezier(0.02,0.01,0.47,1);
  transform: translate3d(50%,0,0) scale(0.9);
  opacity: 0.15;
}
.con_botton:hover:after {
  transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s,opacity 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s;
  transform: translate(50%) scale(1.1);
  opacity: 0.25;
}
.con_botton:active {
  opacity: 0.5;
}
.con_botton:focus {
  color: #ffffff;
}
#c1 {
	clear: both;
	margin: 0 0 10px 0;
	padding:    ;
}
#c1 h1,
#c1 div {
	text-align: left;
}
#c4 {
	clear: both;
	margin: 0 0 60px 0;
	padding:    ;
}
#c4 h3,
#c4 div {
	text-align: left;
}
#c6 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c6 h3,
#c6 div {
	text-align: left;
}
#c7 {
	clear: both;
	margin: 0 0 60px 0;
	padding:    ;
}
#c7 h3,
#c7 div {
	text-align: left;
}
#c5 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c5 h3,
#c5 div {
	text-align: left;
}
#c2 {
	clear: both;
	margin: 0 0 50px 0;
	padding:    ;
}
#c2 h3,
#c2 div {
	text-align: left;
}
#c8 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c8 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c8 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c1 {
}
#c4 {
}
#c6 {
}
#c7 {
}
#c5 {
}
#c2 {
}
#c8 {
}
#c8 {
}
}
@media screen and (max-width: 640px) {
#c1 {
}
#c4 {
}
#c6 {
}
#c7 {
}
#c5 {
}
#c2 {
}
#c8 {
}
#c8 {
}
}
