


.to-teams {
  position: relative;

}

.to-teams-in{
  position: relative;
  width:				100%;
	max-width: 		1400px;
	margin: 			0px auto;
  padding: 40px 20px;
}


.to-teams-in > h1{
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  text-align: center;
  color: inherit;
  font-weight: normal;
  margin-bottom: 24px;
  font-family: 'exo_2regular',Arial,Georgia,Courier;
}

.to-teams-intro{
  position: relative;
  max-width: 1024px;
  margin: 0px auto;
  padding: 20px 0px;
  text-align: center;
}

.to-teams-body{
  position: relative;
  width: 70%;
  padding: 32px 0px 0px 0px;
  margin: 0px auto;
}

.to-teams-body > div{

}


.to-teams-body > video{
  display: block;
  width: 100%;
}


