.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    filter:alpha(opacity=20) 
}
.close:hover,.close:focus {
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.5;
    filter:alpha(opacity=50) 
}

button.img, button.img:focus, button.img:focus-visible, button.img:active {
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: inherit;
  padding: 0;
  border-radius: 0;
}

button.img:hover {
  border: none;
  cursor: pointer;
  appearance: none;
  opacity: 75%;
  background-color: inherit;
}

button.close {
    padding:0;
    cursor:pointer;
    background:transparent;
    border:0;
    white-space:unset;
    display:inline-block 
}
.btn-black {
    background-color:#000;
    color:#fff 
}
.btn-black:hover {
    background-color:#000;
    color:#fff 
}
.btn-white:hover {
    background-color:#fff;
    color:#000 
}
.btn-white {
    background-color:#fff;
    color:#000 
}
.flex-right {
    display:flex;
    justify-content:flex-end;
    align-items:center 
}
.flex-center {
    display:flex;
    justify-content:center;
    align-items:center 
}
.flex-left {
    display:flex;
    justify-content:flex-start;
    align-items:center 
}
.modal-body .hs_cos_wrapper.form-title {
    display:none 
}
.modal-open {
    overflow:hidden 
}
.modal {
    display:none;
    overflow:auto;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
    outline:0;
    background:rgba(0,0,0,.8) 
}
.modal.fade .modal-dialog {
    transition:transform .3s ease-out 
}
.modal.in .modal-dialog {
    transform:translate(0,0) 
}
.modal-open .modal {
    overflow-x:hidden;
    overflow-y:auto 
}
.modal-dialog {
   position:relative;
   margin: 93px auto; 

}
.modal-content {
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
    box-shadow:0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    outline:0 
}
.modal-header {
    padding:1em 0 1em 0;
    min-height:16.42857143px 
}
.modal-header .close {
    margin-top:-2px 
}
.modal-title {
    margin:0;
    line-height:1.5 
}
.modal-body {
    position:relative;
    padding:2em; 
}
.modal-footer {
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5 
}
.modal-header .btn-close {
    padding:.5rem;
    margin:-.5rem -.5rem -.5rem auto;
    background-color:transparent;
    border:0 
}

.modal-header.modal-title-header-padding {
  padding-bottom: 0;
}

.modal-body.modal-title-body-padding {
  padding-top: 0;
}
.btn-close {
    box-sizing:content-box;
    width:1em;
    height:1em;
    padding:.25em;
    color:#FFF;
    border:0;
    border-radius:.25rem;
    opacity:.5;
    position:absolute;
    top: -0.3em;
    right: -1.25em;
    font-weight: 300;
    font-size: 3em;
}
.btn-close:hover {
    color:#FFF;
    text-decoration:none;
    opacity:.75;
    font-weight: 300;
    font-size: 3em;
}
.modal-footer .btn + .btn {
    margin-left:5px;
    margin-bottom:0 
}
.modal-footer .btn-group .btn + .btn {
    margin-left:-1px 
}
.modal-footer .btn-block + .btn-block {
    margin-left:0 
}
h3.modal-title {
    display:block;
    text-align:center;
    padding-top:10px 
}
.modal-scrollbar-measure {
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll 
}
.clickable {
    cursor:pointer 
}
 .modal-sm {
	 max-width: 300px;
	 width: 100%;
}
 .modal-md {
	 max-width: 500px;
	 width: 100%;
}
 .modal-lg {
	 max-width: 800px;
	 width: 100%;
}
 .modal-xl {
	width: 1170px;
    max-width: 90%;
}
 @media (max-width: 576px) {
	 .modal-dialog {
		 max-width: 100%;
		 width: 100%;
	}
}
.center-block {
    display:block;
    margin-left:auto;
    margin-right:auto 
}
.pull-right {
    float:right!important 
}
.pull-left {
    float:left!important 
}
.hide {
    display:none!important 
}
.show {
    display:block!important 
}
.invisible {
    visibility:hidden 
}
.text-hide {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0 
}
.hidden {
    display:none!important 
}
.affix {
    position:fixed 
}


/* Tiny Slider */

.tns-outer {
  padding: 0 !important;
  position: relative;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: calc(100% / 70);
}

.tns-item {
  padding: 0 75px 35px 75px;
}

.tns-controls {
  display: block;
  height: 65px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.tns-controls button {
  background-color: #fff;
  border-color: transparent;
  border-radius: 100%;
  color: #000;
  cursor: pointer;
  display: block;
  line-height: 1;
  opacity: 1;
  padding: 15px 15px 15px 20px;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
  z-index: 2;
}

.tns-controls button:focus {
  outline: none;
}

.tns-controls button:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 24px;
  content: '';
  display: block;
  height: 1.5rem;
  position: relative;
  width: 1.15rem;
}

.tns-controls button:first-of-type {
  left: 0;
  padding: 15px 20px 15px 15px;
}

.tns-controls button:last-of-type {
  right: 0;
}

.tns-controls button:last-of-type:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3e%3c/svg%3e");
}

.tns-nav {
  bottom: -10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.tns-nav button {
  background-color: #d2d8df;
  border: 2px solid #d2d8df;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 300ms ease-in-out;
  width: 12px;
}

.tns-nav button.tns-nav-active {
  background-color: #000;
}

.tns-nav button:hover,
.tns-nav button:focus,
.tns-nav button:active{
  background-color: #000;
  border: 2px solid #000;
}


.cl-modal .carousel-container__prev-button {
    position: absolute;
    top: 50%;
    left: .25em;
    z-index: 100;
}

.cl-modal .carousel-container__next-button {
    position: absolute;
    top: 50%;
    right: .25em;
    z-index: 100;
}

.cl-modal .tns-item {
    text-align: center;
}