/* @import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;800&display=swap');
@import url(../../../plugins/slick/slick.css);
@import url(../../../plugins/animate/animate.css);
.btn, a, a:hover {
-webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
a:hover, a:focus{
  text-decoration: none;
}
a, .button {
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

*{ outline: 0 !important; outline:none !important;}
a{text-decoration: none;}
a:hover, a:focus{text-decoration:none;}
body{ 
    font-family: "Lato", sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 1rem;
}


/*--------------------------------
	LOADING .......
--------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none;
   
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #FFF3CD;
    border-top: none;
    border-left: 1px solid #ffeeba;
    border-right: 1px solid #ffeeba;
    border-bottom: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 3px;
}

/*--------------------------------
	FORM STYLE
--------------------------------*/
::-webkit-input-placeholder {
    color: #aaa !important; 
} 
::-moz-placeholder {
    color: #aaa !important; 
} 
:-ms-input-placeholder {
    color: #aaa !important; 
} 
:-moz-placeholder {
    color: #aaa !important; 
} 
::placeholder {
    color: #aaa !important; 
} 
.form-control:focus, .custom-select:focus{
    border:1px solid #ced4da;
    box-shadow: none;
}
textarea.form-control{
    resize: vertical;
    min-height: 34px;
}
.custom-select{
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}
.register-form{
    margin-top: 3rem;
}

/*--------------------------------
	NAVBARS
--------------------------------*/ 
.main-header { 
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.top-header{
    padding: 0 1.5rem;
    background-color: #169195;
}
.top-header ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.top-header .top-header-left ul{
    position: relative;
    float: left;
    line-height: 40px;
}
.top-header .top-header-left ul::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
    background-color: #933576;
}
.top-header .top-header-left ul li{
    z-index: 1;
    display: inline-block;
    position: relative;
    color:rgba(255, 255, 255, 0.95)
}
.top-header .top-header-left ul li a{
  color: #ffffff;
}
.top-header .top-header-right ul li {
    display: inline-block;
} 
.top-header .top-header-left ul li i {
    margin-right: 9px;
}
.top-header .top-header-left ul li:last-child {
    padding-right: 22px !important;
}
.top-header .top-header-right{
    position: relative;
    text-align: right;
    line-height: 39px;
} 
.top-header .top-header-right .top-contact{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.top-header .top-header-right .top-contact li:first-child {
    padding-left: 0px !important;
}
.top-header .top-header-right .top-contact li {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(255,255,255,.95);
}
.top-header .top-header-right .top-contact li::before { 
    content: "";
    height: 14px;
    width: 1px;
    background-color: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
}
.top-header .top-header-right .top-contact li:last-child {
    padding-right: 22px !important;
} 
.top-header .top-header-right .top-contact li a{
    color: rgba(255,255,255,.95);
}
.top-header .top-header-right .top-contact i {
    margin-right: 9px;
}
.top-header .top-header-right .list-inline {
  display: inline-block;
  line-height: 39px;
}
.top-header .top-header-right .social-icons { 
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px; 
}
.top-header .top-header-right .social-icons li {
  margin: 0 3px;
  display: inline-block;
  border: none;
  margin: 0 3px;
}
.top-header .top-header-right .social-icons li a{
  color: rgba(255,255,255,1);
  display: block;
  border: none;
  width: 16px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
}
.top-header .top-header-right .social-icons li a:hover{
  color: rgba(255,255,255, 0.85);
}
.navbar-main.sticky{
  animation: sticky .4s;
  box-shadow: 0 0 3px 1px rgba(23, 23, 23, 0.2);
}
.navbar {
  padding: 0 1rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; 
}
.navbar-brand .logo{
  max-width: 100%;
}
.navbar-brand span.webinar{
  position: absolute;
  margin-left: 0;
  margin-top: 10px;
  color: #970a5e;
}
.bg-light {
  background: rgba(255,255,255,0.99) !important;
}
.bg-dark {
  background: rgba(0,0,0,0.90) !important;
}
.nav-link {
  display: block;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  opacity: 1;
  padding: 25px 0px;
  font-size: 14px;
  font-weight: 700;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  color: #555 !important;
  text-transform: uppercase;
}
.fixed-top .nav-link {
  padding-top:15px !important;
  padding-bottom: 15px !important;
  font-size: 13px !important;
}
.dropdown-menu{
  border-radius: 0;
  margin-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color:#92278f;
}
.dropdown-item{    
  font-size: 1rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
} 
.nav-item.separate{
  padding: 28px 0px 22px;
  color: #555;
}
.fixed-top .nav-item.separate {
  padding-top:20px !important;
  padding-bottom: 15px !important;
  font-size: 14px !important;
}
main.on-fly{
  margin-top: 80px;
}
.banner {
  background: url(../../../images/cover/05.jpg); 
  position: relative !important;
  padding: 0 0 30px;
  margin-bottom: 30px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size:cover; 
  background-position: center;
}
.banner .overlay{
  background-color: rgba(0,0,0,0.42);
  opacity: 0.73;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.banner .showcase-text {
  padding-left: 0 !important;
  padding-right: 7rem !important;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
  margin-top: auto;
  margin-bottom: auto;
  color: #f5f5f5;
} 
.banner .showcase-text .desc p{
  font-family: "Lato";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
}
.banner h2.title{
  font-family: "Lato";
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f5f5f5;
  margin-bottom: 25px;
  margin-top: 0px;
}
.banner .btn-login, .banner .btn-register{
  padding: .5rem 2.25rem;
  font-weight: 600;
}
.banner .btn-login{ 
  background-color: #FFEBDA;
  color: #232333;
  border: 1px solid #FFEBDA;
  margin-right: .5rem;
}
.banner .btn-register{
  background-color: #F26D21;
  color: #fff !important;
  border: 1px solid #F26D21; 
}
.banner .btn-login:focus, .banner .btn-login:hover {
  background-color: #FFEBDA;
  color: #232333;
  border: 1px solid #FFEBDA;
  text-decoration: none;
}
.half-banner {
  background: url(../../../images/cover/01.jpg); 
  position: relative !important;
  padding: 0 0 30px;
  margin-bottom: 30px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size:cover; 
  background-position: center;
}
.half-banner .overlay{
  background-color: rgba(0,0,0,0.86);
  opacity: 0.73;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.half-banner .showcase-text { 
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin-top: auto;
  margin-bottom: auto;
  color: #f5f5f5;
} 
.half-banner h2.title{
  font-family: "Lato";
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f5f5f5;
  margin-bottom: 25px;
  margin-top: 0px;
}




/*--------------------------------
	FOOTER
--------------------------------*/
.footer-area-2 {
  /* background-image: url('../../../images/resource/footer-bg.jpg'); */
}
.footer-area.footer-area-2 {
  overflow: hidden;
}
.footer-area.footer-area-2 .footer-overlay {
  background-color: rgba(4, 80, 83, 0.95);
  padding-top: 88px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-1 p {
  color: #c2d1e2;
}
.footer-area .widget-item-1 p {
  padding-right: 30px;
  padding-top: 15px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2 .title {
  color: 
  #fff;
}
.footer-area .widget-item-2 .title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 34px;
  margin-top: -8px;
  padding-bottom: 17px;
}
.footer-area .widget-item-2 .footer-list {
  display: flex;
}
.footer-area .widget-item-2 .footer-list ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-area .widget-item-2 .footer-list ul li {
  line-height: 40px;
  margin-right: 40px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2 .footer-list ul li a {
  color:#c2d1e2;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .widget-item-2 .footer-list ul li a i {
  padding-right: 6px;
}

.footer-area .widget-item-2.widget-item-3 ul {
  margin-top: 7px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 ul li {
  color: #c2d1e2;
}
.footer-area .widget-item-2.widget-item-3 ul{ 
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-area .widget-item-2.widget-item-3 ul li {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 p {
  color:#c2d1e2;
}
.footer-area .widget-item-2.widget-item-3 p {
  padding-top: 23px;
}

.footer-area.footer-area-2 .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area .footer-copyright {
  margin-top: 100px;
  text-align: center;
}
.footer-area.footer-area-2 .footer-copyright p {
  color: #c2d1e2;
}
.footer-area.footer-area-2 .footer-copyright p span {
  color: 
  #fff;
}
.footer-area .footer-copyright p span {
  font-weight: 700;
  color: #002249;
  line-height: 55px;
}
.footer-area.footer-area-2 .shape-1 {
  position: absolute;
  left: -50%;
  bottom: -85%;
  height: 700px;
  width: 700px;
  border-radius: 50%;
  background-color: rgba(0, 109, 232, 0.4);
}
.footer-area.footer-area-2 .shape-2 {
  position: absolute;
  right: -10%;
  bottom: 14%;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  background-color: #006de8;
}
.footer-area.footer-area-2 .shape-3 {
  position: absolute;
  right: -3%;
  bottom: 33%;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: rgba(0, 109, 232, 0.4);
  background-color: #00e8cf;
}
.first-footer{
  background: #f4f9ff;
  padding: 62px 0 55px;
}
.first-footer .footer-logo {
  margin-bottom: 45px;
}
.first-footer .footer-box {
  border-top: 1px solid #e5eef7;
  border-bottom: 1px solid#e5eef7;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.first-footer .widget-area {
  padding: 33px 15px 37px;
  position: relative;
}
.first-footer .widget-area:not(:last-child)::before {
  position: absolute;
  content: '';
  height: 60%;
  right: 0;
  background-color: #dddddd;
  width: 1px;
  top: 20%;
}
.first-footer .featured-title h5, .first-footer .featured-desc p {
  margin-bottom: 0;
}
.featured-title h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #0b0c26;
}
.featured-title h5 i{
  color: #169195;
}
.first-footer .featured-desc p{
  color: #656565;
}
.newsletter-form {
  position: relative;
  margin-bottom: 10px;
  margin-top: 48px;
}
.newsletter-form i {
  padding-right: 1px;
  position: absolute;
  left: 25px;
  top: 16px;
}
.newsletter-form input[type="email"] {
  background-color: #fff;
  width: 100%;
  height: 47px;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 25px;
  padding-left: 50px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.newsletter-form .btn-newsletter {
  height: 47px;
  width: 115px;
  border: 0;
  outline: none;
  z-index: 21;
  padding: 0;
  right: 0;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding-left: 5px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #169195;
  color: #fff;
}
.newsletter-form .btn-newsletter:focus, 
.newsletter-form .btn-newsletter:hover{
  background: #12777a;
}
/*--------------------------------
BACK TO TOP
--------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 999999; 
}
.back-to-top a {
  color: #fff;
  background: #0c59db;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px; 
  display: inline-block;
}
/*--------------------------------
KEYFRAMES
--------------------------------*/
@-webkit-keyframes sticky {
  0% { top: -200px; }
  100% { top: 0; } 
}
@keyframes sticky {
  0% { top: -200px; }
  100% {top: 0; }
}
@keyframes rotate-2 {
  0% {
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
 }
  100% {
      -webkit-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
 }
}

/*--------------------------------
FORM LOGIN
--------------------------------*/
.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > select,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group select::-webkit-input-placeholder{
  color: transparent;
}

.form-label-group input:-ms-input-placeholder,
.form-label-group select:-ms-input-placeholder  {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group select::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder,
.form-label-group select::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder,
.form-label-group select::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
} 
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group select:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group select:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
.form-label-group select{
  height: auto !important;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder,
  .form-label-group select::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder,
  .form-label-group select:-ms-input-placeholder {
    color: #777;
  }
}
.cursor-pointer{
  cursor: pointer !important;
}
.login .form-signin .select2-container {
  width: 100% !important;
}
.login .form-signin .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: 1rem .5rem .25rem .25rem;
  height: auto;
}

.section-feature{
  padding: 80px 0;
}
.bg-color-light {
  padding: 80px 0;
  background-color: rgba(var(--themecolorrgba,32,158,187),0.07);
  border-top: 1px solid rgba(var(--themecolorrgba,32,158,187),.08);
  border-bottom: 1px solid rgba(var(--themecolorrgba,32,158,187),.1);
}
.heading-block h2 {
  font-size: 34px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #333;
}
.feature-text {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0,0,0,.15);
  padding-bottom: 10px;
}
.fbox-text-color{
  color: #209EBB !important;
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
}
.feature-text h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 800;
}
#content p {
  line-height: 1.8;
}
.feature-text + p {
  color: #777;
  margin-top: 10px;
  margin-bottom: 0;
}
.webinar-list .overlay-image{
  width: 400px;
  height: 250px;
  overflow: hidden;
  border-radius: .35rem;
}
.webinar-list .overlay-image img{
  max-width: 100%;
}
/*readmorejs */

.rw_readmore_js {
    padding-top: 15px;
    font-size: 0.99rem;
}
 
.rw_readmore_js+[data-readmore-toggle],
.rw_readmore_js[data-readmore] {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
}

.rw_readmore_js[data-readmore] {
    transition: height 1500ms;
    overflow: hidden;
}

.rw_readmore_js + [data-readmore-toggle], .rw_readmore_js[data-readmore] {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}

.btn-readmore{
  color: #312f2f;
  background-color: #d2d4d5;
  border-color: #bcbfc1;
}

.btn-readmore:hover{
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}