html {
  box-sizing: border-box;
}


.mn{
     margin-top: -5%; 
 
}

.row .w50 h1 {
    font-size: calc(22px + 14 * ((100vw - 320px) / 1080)) !important;
    line-height: 1.15em;
    padding-bottom: 4%;
}

.add {
	margin-bottom: 5%;
}

.textbox-1 {
	font-size: 1.25em;
  padding:5%;
  background:#EBECEE;
	border-radius: 5px 5px 0px 0px;

}



.offering .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 25px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 7px 10px 7px;
    color: #F5F6F8;
}

.offering .fa:hover {
    color: #3B434D;
}


.box{
    text-align: center;
    background: #CE0037;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #fff;
}

.subareas {
  position: absolute;
  top:0;
  right: 0;

}

*, *:before, *:after {
  box-sizing: inherit;
}
body {
	margin: 0;
	background-color: #FFEEDD;
}
.textbox-1 {
	font-size: 1.25em;
  padding:5%;
  background:#EBECEE;

}
.row {
	display: flex;
	justify-content:space-around;

	max-width:1200px;
	margin:auto;
	
}
.w50 {
    flex: 0 0 50%;
    max-width: 600px;


}

.object-fit{
	overflow:visible;
	position:relative;
}
.object-fit img{
	position: absolute;
	top:50%;
	left:50%;
	height:auto;
	width:auto;
	min-width:100%;
	min-height:100%;
	transform:translate(-50%, -50%);

}
@supports (object-fit: cover) {
  .object-fit img  {
    position: static;
    height: 100%;
    width: 100%;
    transform: none;
    object-fit: cover;

  }
}

/* tooltip_w3 container */
.tooltip_w3 {
  position: relative;
  display: inline-block;
}



.tooltip_w3_1 .tooltip_w3_1text p, .tooltip_w3_2 .tooltip_w3_2text p, .tooltip_w3_3 .tooltip_w3_3text p{
	word-wrap: break-word;
}

.tooltip_w3_1 .tooltip_w3_1text a, .tooltip_w3_2 .tooltip_w3_2text a, .tooltip_w3_3 .tooltip_w3_3text a{
	word-wrap: break-word;
}



/* tooltip_w3 text */
.tooltip_w3_1 .tooltip_w3_1text {
    visibility: hidden;
    width: 20rem;
    background-color: #827691;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 1em;
    font-size: 13px;
    border-radius: 6px;
    right: 100%;
    position: absolute;
    z-index: 1;
 
  /* Position the tooltip_w3 text - see examples below! */
  position: absolute;
  z-index: 1;
	    opacity: 0;  
    transition: opacity 1s;  
}


/* tooltip_w4 container */
.tooltip_w3_4 {
  position: relative;
  display: block;

}

/* tooltip_w3 text */
.tooltip_w3_4 .tooltip_w3_4text {
    visibility: hidden;
    width: 20rem;
    background-color: #2E1A47;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 1.6em;
    font-size: 13px;
    border-radius: 6px;
    right: 100%;
    position: absolute;
    z-index: 1;
 
  /* Position the tooltip_w4 text - see examples below! */
  position: absolute;
  z-index: 1;
	    opacity: 0;  
    transition: opacity 1s;  
}

/* Show the tooltip_w3 text when you mouse over the tooltip_w3 container */
.tooltip_w3_4:hover .tooltip_w3_4text {
  visibility: visible;
	opacity:1;
	
}

.tooltip_w3_4 .tooltip_w3_4text a, .tooltip_w3_4 .tooltip_w3_4text p{
	word-break:break-word;
}

.textbox-3 {
    font-size: 1.25em;
    padding: 5%;
    background: #ebecee;
    border-radius: 0px 0px 5px 5px;
    max-width: 600px !important;
    box-sizing: border-box !important;
}


.textbox-2 {
    box-sizing: border-box !important;
}


.object-fit img {
    position: absolute;
    top: 54%;
    left: 69%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 425px;
    transform: translate(-50%, -50%);
}


@media screen and (min-width:769px) {
	.object-fit{
	overflow:hidden !important;
}
}

.tole {overflow:hidden;margin-bottom: 5px;}

.tole img {
	margin-left: 0px;position: 
	relative;transition-property: all;
	transition-duration: 1.6s; 
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.tole:hover img {
	transform: scale(1.2) rotate(1.5deg);
}