@charset "UTF-8";
/*!
tcom MAIN CSS FILE
 */
 
/* CSS */
.menu-top  {background:#fff;}
.tc-tl {color:  #486284!important;}
.tc-t {color:  #436797;}
.hello {
	
}
.tc-btn {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  border: 1px solid #486284;
margin: 5px;
}

.tc-btn-fill:hover,
.tc-btn-fill:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #e1f93c!important;
}

.tc-btn:hover,
.tc-btn:focus {
  border-color: #486284;
  box-shadow: # 0 4px 12px;
  color: #486284;
}

.tc-btn:hover {
  transform: translateY(-1px);
}

.tc-btn:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.tc-btn-fill {
background:#486284;
color:#fff;
}

.img-sh img{
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
border: #fff 3px solid;	
}
.img-wrap img {
	width: 100%;
}