@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,900&display=swap");
body {
  background-color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

main {
  width: 100%;
}

span, p {
  color: #5E5E63;
}

h1 {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  color: #0070BA;
}

h2 {
  font-size: 28px;
  line-height: 42px;
  color: #000;
}

h2.slogan {
  font-size: 21px;
  line-height: 25px;
  color: #404040;
  font-style: italic;
}

h3 {
  font-size: 21px;
  line-height: 25px;
  color: #404040;
}

h4 {
  font-size: 14px;
  line-height: 14px;
  color: #9FA3A7;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

h5 {
  font-size: 10px;
  line-height: 10px;
  color: #9FA3A7;
  font-weight: normal;
  margin: 5px;
}

p {
  font-size: 14px;
  color: #656565;
  line-height: 26px;
}

h1.page-title {
  padding-left: 0;
  display: block;
  font-size: 19px;
  color: #000;
}
h1.page-title:after {
  left: 0;
}

h2.page-title {
  font-size: 28px;
  color: #000;
  font-family: "Abhaya Libre", serif !important;
  font-weight: 400;
}

.page-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
  position: relative;
  padding: 30px 0;
  margin: 0;
  width: 100%;
}

.ul-center {
  display: flex;
  justify-content: center;
}
.ul-center ul {
  padding: 50px !important;
}

.paragraph ul,
.paragraph ol {
  margin: 0;
  padding: 0;
}
.paragraph ul li,
.paragraph ol li {
  margin-bottom: 8px;
  margin-left: 15px;
  color: #656565;
  font-size: 14px;
}

.margin-0 {
  margin: 0 !important;
}

.text-center {
  text-align: center;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}

.contextual-links li {
  text-indent: 0;
}
.contextual-links li:before {
  display: none;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

a {
  color: #0070BA;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:hover, a:focus {
  color: rgb(116, 205, 213);
}

a.link {
  color: #0070BA !important;
}
a.link:after {
  background: #0070BA;
}
a.link:hover:After {
  background: #0070BA;
}

a:hover {
  color: #0070BA !important;
}
a:hover span {
  color: #0070BA !important;
}

.btn, .webform-button--submit, .form-submit, .service-btn, .form-submit {
  cursor: pointer;
  background-color: #0070BA;
  border-radius: 5px;
  border: none;
  padding: 12px 22px;
  transition: 0.5s ease-out all;
  color: #fff;
  display: inline-block;
}
.btn:hover, .btn:focus, .webform-button--submit:hover, .webform-button--submit:focus, .form-submit:hover, .form-submit:focus, .service-btn:hover, .service-btn:focus, .form-submit:hover, .form-submit:focus {
  background-color: rgb(116, 205, 213);
  color: #fff;
}

.form-submit {
  margin-top: 15px;
}

.service-btn {
  background-color: rgb(116, 205, 213) !important;
}

.btn-red-arrow, .position-link a {
  background: #0070BA;
  border-radius: 5px;
  padding: 10px 70px 10px 20px;
  transition: 0.5s all;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 10px 0;
}
.btn-red-arrow:before, .position-link a:before {
  font-family: "Flaticon" !important;
  content: "\f102";
  position: absolute;
  transform: rotate(270deg);
  color: #fff;
  font-size: 25px;
  float: right;
  right: 30px;
  transition: 0.5s all;
}
.btn-red-arrow:hover:before, .position-link a:hover:before {
  transition: 0.5s all;
  color: #fff;
  right: 15px;
}
.btn-red-arrow:hover, .btn-red-arrow:focus, .position-link a:hover, .position-link a:focus {
  background: rgb(116, 205, 213);
  color: #fff;
}

.container-xxl {
  max-width: 1800px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.footer-top-line {
  margin-top: 120px;
  margin-bottom: 40px;
  border: 0.5px solid #E6E1E1;
}
@media only screen and (max-width: 992px) {
  .footer-top-line {
    margin-top: 60px;
  }
}

.social-icons {
  gap: 3px;
}
.social-icons a {
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #495a63;
  width: 38px;
  height: 38px;
}
.social-icons a:hover {
  background-color: #88CBD3;
}
.social-icons a .instagram::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMiAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwXzIxNzYpIj4KPHBhdGggZD0iTTExIDEuOTkxMTFDMTMuOTM5MSAxLjk5MTExIDE0LjI4NzEgMi4wMDQgMTUuNDQzIDIuMDU1NTdDMTYuNTE3MiAyLjEwMjgzIDE3LjA5NzMgMi4yODMzIDE3LjQ4NCAyLjQzMzY5QzE3Ljk5NTMgMi42MzEzNSAxOC4zNjQ4IDIuODcxOTcgMTguNzQ3MyAzLjI1NDM5QzE5LjEzNCAzLjY0MTExIDE5LjM3MDMgNC4wMDYzNSAxOS41NjggNC41MTc2OEMxOS43MTg0IDQuOTA0MzkgMTkuODk4OCA1LjQ4ODc3IDE5Ljk0NjEgNi41NTg2OUMxOS45OTc3IDcuNzE4ODUgMjAuMDEwNSA4LjA2Njg5IDIwLjAxMDUgMTEuMDAxN0MyMC4wMTA1IDEzLjk0MDcgMTkuOTk3NyAxNC4yODg4IDE5Ljk0NjEgMTUuNDQ0NkMxOS44OTg4IDE2LjUxODkgMTkuNzE4NCAxNy4wOTg5IDE5LjU2OCAxNy40ODU2QzE5LjM3MDMgMTcuOTk3IDE5LjEyOTcgMTguMzY2NSAxOC43NDczIDE4Ljc0ODlDMTguMzYwNSAxOS4xMzU2IDE3Ljk5NTMgMTkuMzcyIDE3LjQ4NCAxOS41Njk2QzE3LjA5NzMgMTkuNzIgMTYuNTEyOSAxOS45MDA1IDE1LjQ0MyAxOS45NDc4QzE0LjI4MjggMTkuOTk5MyAxMy45MzQ4IDIwLjAxMjIgMTEgMjAuMDEyMkM4LjA2MDk0IDIwLjAxMjIgNy43MTI4OSAxOS45OTkzIDYuNTU3MDMgMTkuOTQ3OEM1LjQ4MjgxIDE5LjkwMDUgNC45MDI3MyAxOS43MiA0LjUxNjAyIDE5LjU2OTZDNC4wMDQ2OSAxOS4zNzIgMy42MzUxNiAxOS4xMzEzIDMuMjUyNzMgMTguNzQ4OUMyLjg2NjAyIDE4LjM2MjIgMi42Mjk2OSAxNy45OTcgMi40MzIwMyAxNy40ODU2QzIuMjgxNjQgMTcuMDk4OSAyLjEwMTE3IDE2LjUxNDYgMi4wNTM5MSAxNS40NDQ2QzIuMDAyMzQgMTQuMjg0NSAxLjk4OTQ1IDEzLjkzNjQgMS45ODk0NSAxMS4wMDE3QzEuOTg5NDUgOC4wNjI2IDIuMDAyMzQgNy43MTQ1NSAyLjA1MzkxIDYuNTU4NjlDMi4xMDExNyA1LjQ4NDQ3IDIuMjgxNjQgNC45MDQzOSAyLjQzMjAzIDQuNTE3NjhDMi42Mjk2OSA0LjAwNjM1IDIuODcwMzEgMy42MzY4MiAzLjI1MjczIDMuMjU0MzlDMy42Mzk0NSAyLjg2NzY4IDQuMDA0NjkgMi42MzEzNSA0LjUxNjAyIDIuNDMzNjlDNC45MDI3MyAyLjI4MzMgNS40ODcxMSAyLjEwMjgzIDYuNTU3MDMgMi4wNTU1N0M3LjcxMjg5IDIuMDA0IDguMDYwOTQgMS45OTExMSAxMSAxLjk5MTExWk0xMSAwLjAxMDI1MzlDOC4wMTM2NyAwLjAxMDI1MzkgNy42Mzk4NCAwLjAyMzE0NDUgNi40NjY4IDAuMDc0NzA3QzUuMjk4MDUgMC4xMjYyNyA0LjQ5NDUzIDAuMzE1MzMyIDMuNzk4NDQgMC41ODYwMzVDMy4wNzIyNyAwLjg2OTYyOSAyLjQ1NzgxIDEuMjQzNDYgMS44NDc2NiAxLjg1NzkxQzEuMjMzMiAyLjQ2ODA3IDAuODU5Mzc1IDMuMDgyNTIgMC41NzU3ODEgMy44MDQzOUMwLjMwNTA3OCA0LjUwNDc5IDAuMTE2MDE2IDUuMzA0IDAuMDY0NDUzMSA2LjQ3Mjc1QzAuMDEyODkwNiA3LjY1MDEgMCA4LjAyMzkzIDAgMTEuMDEwM0MwIDEzLjk5NjYgMC4wMTI4OTA2IDE0LjM3MDQgMC4wNjQ0NTMxIDE1LjU0MzVDMC4xMTYwMTYgMTYuNzEyMiAwLjMwNTA3OCAxNy41MTU3IDAuNTc1NzgxIDE4LjIxMThDMC44NTkzNzUgMTguOTM4IDEuMjMzMiAxOS41NTI0IDEuODQ3NjYgMjAuMTYyNkMyLjQ1NzgxIDIwLjc3MjggMy4wNzIyNyAyMS4xNTA5IDMuNzk0MTQgMjEuNDMwMkM0LjQ5NDUzIDIxLjcwMDkgNS4yOTM3NSAyMS44ODk5IDYuNDYyNSAyMS45NDE1QzcuNjM1NTUgMjEuOTkzMSA4LjAwOTM3IDIyLjAwNiAxMC45OTU3IDIyLjAwNkMxMy45ODIgMjIuMDA2IDE0LjM1NTkgMjEuOTkzMSAxNS41Mjg5IDIxLjk0MTVDMTYuNjk3NyAyMS44ODk5IDE3LjUwMTIgMjEuNzAwOSAxOC4xOTczIDIxLjQzMDJDMTguOTE5MSAyMS4xNTA5IDE5LjUzMzYgMjAuNzcyOCAyMC4xNDM3IDIwLjE2MjZDMjAuNzUzOSAxOS41NTI0IDIxLjEzMiAxOC45MzggMjEuNDExMyAxOC4yMTYxQzIxLjY4MiAxNy41MTU3IDIxLjg3MTEgMTYuNzE2NSAyMS45MjI3IDE1LjU0NzhDMjEuOTc0MiAxNC4zNzQ3IDIxLjk4NzEgMTQuMDAwOSAyMS45ODcxIDExLjAxNDZDMjEuOTg3MSA4LjAyODIyIDIxLjk3NDIgNy42NTQ0IDIxLjkyMjcgNi40ODEzNUMyMS44NzExIDUuMzEyNiAyMS42ODIgNC41MDkwOCAyMS40MTEzIDMuODEyOTlDMjEuMTQwNiAzLjA4MjUyIDIwLjc2NjggMi40NjgwNyAyMC4xNTIzIDEuODU3OTFDMTkuNTQyMiAxLjI0Nzc1IDE4LjkyNzcgMC44Njk2MjkgMTguMjA1OSAwLjU5MDMzMkMxNy41MDU1IDAuMzE5NjI5IDE2LjcwNjIgMC4xMzA1NjYgMTUuNTM3NSAwLjA3OTAwMzlDMTQuMzYwMiAwLjAyMzE0NDUgMTMuOTg2MyAwLjAxMDI1MzkgMTEgMC4wMTAyNTM5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTExIDUuMzU5ODZDNy44ODA0NyA1LjM1OTg2IDUuMzQ5NjEgNy44OTA3MiA1LjM0OTYxIDExLjAxMDNDNS4zNDk2MSAxNC4xMjk4IDcuODgwNDcgMTYuNjYwNiAxMSAxNi42NjA2QzE0LjExOTUgMTYuNjYwNiAxNi42NTA0IDE0LjEyOTggMTYuNjUwNCAxMS4wMTAzQzE2LjY1MDQgNy44OTA3MiAxNC4xMTk1IDUuMzU5ODYgMTEgNS4zNTk4NlpNMTEgMTQuNjc1NUM4Ljk3NjE3IDE0LjY3NTUgNy4zMzQ3NyAxMy4wMzQxIDcuMzM0NzcgMTEuMDEwM0M3LjMzNDc3IDguOTg2NDMgOC45NzYxNyA3LjM0NTAyIDExIDcuMzQ1MDJDMTMuMDIzOCA3LjM0NTAyIDE0LjY2NTIgOC45ODY0MyAxNC42NjUyIDExLjAxMDNDMTQuNjY1MiAxMy4wMzQxIDEzLjAyMzggMTQuNjc1NSAxMSAxNC42NzU1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE4LjE5MyA1LjEzNjUzQzE4LjE5MyA1Ljg2Njk5IDE3LjYgNi40NTU2NyAxNi44NzM4IDYuNDU1NjdDMTYuMTQzNCA2LjQ1NTY3IDE1LjU1NDcgNS44NjI3IDE1LjU1NDcgNS4xMzY1M0MxNS41NTQ3IDQuNDA2MDYgMTYuMTQ3NyAzLjgxNzM4IDE2Ljg3MzggMy44MTczOEMxNy42IDMuODE3MzggMTguMTkzIDQuNDEwMzUgMTguMTkzIDUuMTM2NTNaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwXzIxNzYiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDEwMjUzOSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  position: absolute;
  left: 23%;
  top: 20%;
}
.social-icons a .facebook::before {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  top: 7%;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImZhY2Vib29rLXN2Z3JlcG8tY29tIDEiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMjIuNjM1MiA1LjE2MTM1TDE5LjIyNTggNS4xNTcyM0MxNS45MTk3IDUuMTU3MjMgMTMuNzgzOSA3LjM0NzYgMTMuNzgzOSAxMC43NDE0VjEzLjMxNDRIMTAuMzYzM1YxNy45NzA1SDEzLjc4MzlMMTMuNzc5OCAyNy44NDQ3SDE4LjU2NThMMTguNTcgMTcuOTcwNUgyMi40OTQ5TDIyLjQ5MTggMTMuMzE1NEgxOC41N1YxMS4xMzIzQzE4LjU3IDEwLjA4MjUgMTguODE4NSA5LjU1MTM4IDIwLjE4NDkgOS41NTEzOEwyMi42MjQ4IDkuNTUwMzVMMjIuNjM1MiA1LjE2MTM1WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K");
}
.social-icons a .twitter {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiB0ZXh0LXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCA1MTIgNDYyLjc5OSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNDAzLjIyOSAwaDc4LjUwNkwzMTAuMjE5IDE5Ni4wNCA1MTIgNDYyLjc5OUgzNTQuMDAyTDIzMC4yNjEgMzAxLjAwNyA4OC42NjkgNDYyLjc5OWgtNzguNTZsMTgzLjQ1NS0yMDkuNjgzTDAgMGgxNjEuOTk5bDExMS44NTYgMTQ3Ljg4TDQwMy4yMjkgMHptLTI3LjU1NiA0MTUuODA1aDQzLjUwNUwxMzguMzYzIDQ0LjUyN2gtNDYuNjhsMjgzLjk5IDM3MS4yNzh6Ii8+PC9zdmc+");
}
.social-icons a .pinterest {
  background-size: 100%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gMjUgMiBDIDEyLjMwOTI5NSAyIDIgMTIuMzA5Mjk1IDIgMjUgQyAyIDM3LjY5MDcwNSAxMi4zMDkyOTUgNDggMjUgNDggQyAzNy42OTA3MDUgNDggNDggMzcuNjkwNzA1IDQ4IDI1IEMgNDggMTIuMzA5Mjk1IDM3LjY5MDcwNSAyIDI1IDIgeiBNIDI1IDQgQyAzNi42MDk4MjUgNCA0NiAxMy4zOTAxNzUgNDYgMjUgQyA0NiAzNi42MDk4MjUgMzYuNjA5ODI1IDQ2IDI1IDQ2IEMgMjIuODc2MzU1IDQ2IDIwLjgyNzcxIDQ1LjY4MjE0MiAxOC44OTY0ODQgNDUuMDk3NjU2IEMgMTkuNzU2NzMgNDMuNjU5NDE4IDIwLjg2NzM0NyA0MS42MDM1OSAyMS4zMDg1OTQgMzkuOTA2MjUgQyAyMS41NzA3MjggMzguODk5ODg3IDIyLjY0ODQzOCAzNC43OTQ5MjIgMjIuNjQ4NDM4IDM0Ljc5NDkyMiBDIDIzLjM0ODg0MSAzNi4xMzIwNTcgMjUuMzk1Mjc3IDM3LjI2MzY3MiAyNy41NzQyMTkgMzcuMjYzNjcyIEMgMzQuMDU4MTIzIDM3LjI2MzY3MiAzOC43MzI0MjIgMzEuMzAwNjgyIDM4LjczMjQyMiAyMy44OTA2MjUgQyAzOC43MzI0MjIgMTYuNzg2NTMgMzIuOTM1NDA5IDExLjQ3MjY1NiAyNS40NzY1NjIgMTEuNDcyNjU2IEMgMTYuMTk2ODMxIDExLjQ3MjY1NiAxMS4yNzE0ODQgMTcuNzAwODI1IDExLjI3MTQ4NCAyNC40ODI0MjIgQyAxMS4yNzE0ODQgMjcuNjM2MzA3IDEyLjk0ODkyIDMxLjU2MjE5MyAxNS42MzQ3NjYgMzIuODEyNSBDIDE2LjA0MTYxMSAzMy4wMDE4NjUgMTYuMjYwMDczIDMyLjkxOTgzNCAxNi4zNTM1MTYgMzIuNTI1MzkxIEMgMTYuNDI1NDU5IDMyLjIyNjA0NCAxNi43ODgyNjcgMzAuNzY2NzkyIDE2Ljk1MTE3MiAzMC4wODc4OTEgQyAxNy4wMDMyNjkgMjkuODcxMjM5IDE2Ljk3ODA0MyAyOS42ODQwNSAxNi44MDI3MzQgMjkuNDcwNzAzIEMgMTUuOTEzNzkzIDI4LjM5MjM5OSAxNS4yMDExNzIgMjYuNDExOCAxNS4yMDExNzIgMjQuNTY0NDUzIEMgMTUuMjAxMTcyIDE5LjgyMjA0OCAxOC43OTE0NTIgMTUuMjMyNDIyIDI0LjkwODIwMyAxNS4yMzI0MjIgQyAzMC4xODk3NiAxNS4yMzI0MjIgMzMuODg4NjcyIDE4LjgzMjg3MiAzMy44ODg2NzIgMjMuOTgwNDY5IEMgMzMuODg4NjcyIDI5Ljc5NjIxOSAzMC45NTIwNyAzMy44MjYxNzIgMjcuMTMwODU5IDMzLjgyNjE3MiBDIDI1LjAyMDU1NCAzMy44MjYxNzIgMjMuNDQwMzYxIDMyLjA4MDM1OSAyMy45NDcyNjYgMjkuOTM5NDUzIEMgMjQuNTU1MDU0IDI3LjM4NDI2IDI1LjcyODUxNiAyNC42MjY5NDQgMjUuNzI4NTE2IDIyLjc4MTI1IEMgMjUuNzI4NTE2IDIxLjEzMDcxMyAyNC44NDI3NTQgMTkuNzUzOTA2IDIzLjAwNzgxMiAxOS43NTM5MDYgQyAyMC44NTAzNjkgMTkuNzUzOTA2IDE5LjExNzE4OCAyMS45ODQ0NTcgMTkuMTE3MTg4IDI0Ljk3NDYwOSBDIDE5LjExNzE4NyAyNi44NzczNTkgMTkuNzYxNzE5IDI4LjE2NjAxNiAxOS43NjE3MTkgMjguMTY2MDE2IEMgMTkuNzYxNzE5IDI4LjE2NjAxNiAxNy42MzA1NDMgMzcuMTc2NTE0IDE3LjI0MDIzNCAzOC44NTM1MTYgQyAxNi44NDkwOTEgNDAuNTI5MzEgMTYuOTUzODUxIDQyLjc4NjM2NSAxNy4xMTUyMzQgNDQuNDY2Nzk3IEMgOS40MjExMzkgNDEuMzUyNDY1IDQgMzMuODE5MzI4IDQgMjUgQyA0IDEzLjM5MDE3NSAxMy4zOTAxNzUgNCAyNSA0IHoiLz48L3N2Zz4=");
}
.social-icons .youtube::before {
  content: "";
  display: block;
  position: absolute;
  left: 21%;
  top: 24%;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjc4MDkgMy42MTAxNkMyMS43ODA5IDMuNjEwMTYgMjEuNTY2IDIuMDkzMzYgMjAuOTA0MyAxLjQyNzM0QzIwLjA2NjQgMC41NTA3ODEgMTkuMTI5NyAwLjU0NjQ4NCAxOC43IDAuNDk0OTIyQzE1LjYyMzQgMC4yNzE0ODQgMTEuMDA0MyAwLjI3MTQ4NCAxMS4wMDQzIDAuMjcxNDg0SDEwLjk5NTdDMTAuOTk1NyAwLjI3MTQ4NCA2LjM3NjU2IDAuMjcxNDg0IDMuMyAwLjQ5NDkyMkMyLjg3MDMxIDAuNTQ2NDg0IDEuOTMzNTkgMC41NTA3ODEgMS4wOTU3IDEuNDI3MzRDMC40MzM5ODQgMi4wOTMzNiAwLjIyMzQzOCAzLjYxMDE2IDAuMjIzNDM4IDMuNjEwMTZDMC4yMjM0MzggMy42MTAxNiAwIDUuMzkzMzYgMCA3LjE3MjI3VjguODM5NDVDMCAxMC42MTg0IDAuMjE5MTQxIDEyLjQwMTYgMC4yMTkxNDEgMTIuNDAxNkMwLjIxOTE0MSAxMi40MDE2IDAuNDMzOTg0IDEzLjkxODQgMS4wOTE0MSAxNC41ODQ0QzEuOTI5MyAxNS40NjA5IDMuMDI5MyAxNS40MzA5IDMuNTE5MTQgMTUuNTI1NEM1LjI4MDg2IDE1LjY5MyAxMSAxNS43NDQ1IDExIDE1Ljc0NDVDMTEgMTUuNzQ0NSAxNS42MjM0IDE1LjczNTkgMTguNyAxNS41MTY4QzE5LjEyOTcgMTUuNDY1MiAyMC4wNjY0IDE1LjQ2MDkgMjAuOTA0MyAxNC41ODQ0QzIxLjU2NiAxMy45MTg0IDIxLjc4MDkgMTIuNDAxNiAyMS43ODA5IDEyLjQwMTZDMjEuNzgwOSAxMi40MDE2IDIyIDEwLjYyMjcgMjIgOC44Mzk0NVY3LjE3MjI3QzIyIDUuMzkzMzYgMjEuNzgwOSAzLjYxMDE2IDIxLjc4MDkgMy42MTAxNlpNOC43MjY5NSAxMC44NjMzVjQuNjgwMDhMMTQuNjY5NSA3Ljc4MjQyTDguNzI2OTUgMTAuODYzM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.social-icons .linkedin {
  background-size: 100%;
  width: 22px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjZmZmZiIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzEwIDMxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3Ryb2tlPSIjZmZmZiI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxnIGlkPSJYTUxJRF84MDFfIj4gPHBhdGggaWQ9IlhNTElEXzgwMl8iIGQ9Ik03Mi4xNiw5OS43M0g5LjkyN2MtMi43NjIsMC01LDIuMjM5LTUsNXYxOTkuOTI4YzAsMi43NjIsMi4yMzgsNSw1LDVINzIuMTZjMi43NjIsMCw1LTIuMjM4LDUtNVYxMDQuNzMgQzc3LjE2LDEwMS45NjksNzQuOTIyLDk5LjczLDcyLjE2LDk5LjczeiIvPiA8cGF0aCBpZD0iWE1MSURfODAzXyIgZD0iTTQxLjA2NiwwLjM0MUMxOC40MjIsMC4zNDEsMCwxOC43NDMsMCw0MS4zNjJDMCw2My45OTEsMTguNDIyLDgyLjQsNDEuMDY2LDgyLjQgYzIyLjYyNiwwLDQxLjAzMy0xOC40MSw0MS4wMzMtNDEuMDM4QzgyLjEsMTguNzQzLDYzLjY5MiwwLjM0MSw0MS4wNjYsMC4zNDF6Ii8+IDxwYXRoIGlkPSJYTUxJRF84MDRfIiBkPSJNMjMwLjQ1NCw5NC43NjFjLTI0Ljk5NSwwLTQzLjQ3MiwxMC43NDUtNTQuNjc5LDIyLjk1NFYxMDQuNzNjMC0yLjc2MS0yLjIzOC01LTUtNWgtNTkuNTk5IGMtMi43NjIsMC01LDIuMjM5LTUsNXYxOTkuOTI4YzAsMi43NjIsMi4yMzgsNSw1LDVoNjIuMDk3YzIuNzYyLDAsNS0yLjIzOCw1LTV2LTk4LjkxOGMwLTMzLjMzMyw5LjA1NC00Ni4zMTksMzIuMjktNDYuMzE5IGMyNS4zMDYsMCwyNy4zMTcsMjAuODE4LDI3LjMxNyw0OC4wMzR2OTcuMjA0YzAsMi43NjIsMi4yMzgsNSw1LDVIMzA1YzIuNzYyLDAsNS0yLjIzOCw1LTVWMTk0Ljk5NSBDMzEwLDE0NS40MywzMDAuNTQ5LDk0Ljc2MSwyMzAuNDU0LDk0Ljc2MXoiLz4gPC9nPiA8L2c+Cg08L3N2Zz4=");
}

@media only screen and (max-width: 992px) {
  .footer-top .row {
    justify-content: center;
  }
}

.status-messages {
  padding: 12px 24px;
  margin-top: 10px;
  color: white;
  border-radius: 8px;
  margin-bottom: 30px;
}
.status-messages * {
  color: white;
}
.status-messages a {
  text-decoration: underline;
}
.status-messages ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.status-messages.status-eror {
  background-color: #D50000 !important;
}

.status-messages.status-success {
  background-color: #6AD870 !important;
}

.status-messages.status-warning {
  background-color: #4B4949 !important;
}

a.language-link:hover {
  background-color: white !important;
  background-image: none !important;
}

.bg-full {
  background-color: #E7EDEB;
  padding-bottom: 110px;
  padding-top: 80px;
}
.bg-full .container-xxl {
  background-color: #fff;
  --bs-gutter-x: 6.5rem;
}
@media only screen and (max-width: 992px) {
  .bg-full .container-xxl {
    --bs-gutter-x: 1.5rem;
  }
}

iframe {
  width: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xlg-first {
    order: -1;
  }
  .order-xlg-last {
    order: 13;
  }
  .order-xlg-0 {
    order: 0;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-12 {
    order: 12;
  }
  .offset-xlg-0 {
    margin-left: 0;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none;
  }
  .d-xlg-inline {
    display: inline;
  }
  .d-xlg-inline-block {
    display: inline-block;
  }
  .d-xlg-block {
    display: block;
  }
  .d-xlg-table {
    display: table;
  }
  .d-xlg-table-row {
    display: table-row;
  }
  .d-xlg-table-cell {
    display: table-cell;
  }
  .d-xlg-flex {
    display: flex;
  }
  .d-xlg-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1440px) {
  .flex-xlg-row {
    flex-direction: row;
  }
  .flex-xlg-column {
    flex-direction: column;
  }
  .flex-xlg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xlg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xlg-wrap {
    flex-wrap: wrap;
  }
  .flex-xlg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xlg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xlg-fill {
    flex: 1 1 auto;
  }
  .flex-xlg-grow-0 {
    flex-grow: 0;
  }
  .flex-xlg-grow-1 {
    flex-grow: 1;
  }
  .flex-xlg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xlg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xlg-start {
    justify-content: flex-start;
  }
  .justify-content-xlg-end {
    justify-content: flex-end;
  }
  .justify-content-xlg-center {
    justify-content: center;
  }
  .justify-content-xlg-between {
    justify-content: space-between;
  }
  .justify-content-xlg-around {
    justify-content: space-around;
  }
  .align-items-xlg-start {
    align-items: flex-start;
  }
  .align-items-xlg-end {
    align-items: flex-end;
  }
  .align-items-xlg-center {
    align-items: center;
  }
  .align-items-xlg-baseline {
    align-items: baseline;
  }
  .align-items-xlg-stretch {
    align-items: stretch;
  }
  .align-content-xlg-start {
    align-content: flex-start;
  }
  .align-content-xlg-end {
    align-content: flex-end;
  }
  .align-content-xlg-center {
    align-content: center;
  }
  .align-content-xlg-between {
    align-content: space-between;
  }
  .align-content-xlg-around {
    align-content: space-around;
  }
  .align-content-xlg-stretch {
    align-content: stretch;
  }
  .align-self-xlg-auto {
    align-self: auto;
  }
  .align-self-xlg-start {
    align-self: flex-start;
  }
  .align-self-xlg-end {
    align-self: flex-end;
  }
  .align-self-xlg-center {
    align-self: center;
  }
  .align-self-xlg-baseline {
    align-self: baseline;
  }
  .align-self-xlg-stretch {
    align-self: stretch;
  }
}
.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-n1 {
  margin: -0.25rem;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

.m-n2 {
  margin: -0.5rem;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

.m-n3 {
  margin: -1rem;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem;
}

.m-n4 {
  margin: -1.5rem;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem;
}

.m-n5 {
  margin: -3rem;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-n1 {
    margin: -0.25rem;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem;
  }
  .m-sm-n2 {
    margin: -0.5rem;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem;
  }
  .m-sm-n3 {
    margin: -1rem;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem;
  }
  .m-sm-n4 {
    margin: -1.5rem;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem;
  }
  .m-sm-n5 {
    margin: -3rem;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem;
  }
  .m-md-n1 {
    margin: -0.25rem;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem;
  }
  .m-md-n2 {
    margin: -0.5rem;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem;
  }
  .m-md-n3 {
    margin: -1rem;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem;
  }
  .m-md-n4 {
    margin: -1.5rem;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem;
  }
  .m-md-n5 {
    margin: -3rem;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-n1 {
    margin: -0.25rem;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem;
  }
  .m-lg-n2 {
    margin: -0.5rem;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem;
  }
  .m-lg-n3 {
    margin: -1rem;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem;
  }
  .m-lg-n4 {
    margin: -1.5rem;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem;
  }
  .m-lg-n5 {
    margin: -3rem;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-n1 {
    margin: -0.25rem;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem;
  }
  .m-xl-n2 {
    margin: -0.5rem;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem;
  }
  .m-xl-n3 {
    margin: -1rem;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem;
  }
  .m-xl-n4 {
    margin: -1.5rem;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem;
  }
  .m-xl-n5 {
    margin: -3rem;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .m-xlg-0 {
    margin: 0;
  }
  .mt-xlg-0,
  .my-xlg-0 {
    margin-top: 0;
  }
  .mr-xlg-0,
  .mx-xlg-0 {
    margin-right: 0;
  }
  .mb-xlg-0,
  .my-xlg-0 {
    margin-bottom: 0;
  }
  .ml-xlg-0,
  .mx-xlg-0 {
    margin-left: 0;
  }
  .m-xlg-1 {
    margin: 0.25rem;
  }
  .mt-xlg-1,
  .my-xlg-1 {
    margin-top: 0.25rem;
  }
  .mr-xlg-1,
  .mx-xlg-1 {
    margin-right: 0.25rem;
  }
  .mb-xlg-1,
  .my-xlg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xlg-1,
  .mx-xlg-1 {
    margin-left: 0.25rem;
  }
  .m-xlg-2 {
    margin: 0.5rem;
  }
  .mt-xlg-2,
  .my-xlg-2 {
    margin-top: 0.5rem;
  }
  .mr-xlg-2,
  .mx-xlg-2 {
    margin-right: 0.5rem;
  }
  .mb-xlg-2,
  .my-xlg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xlg-2,
  .mx-xlg-2 {
    margin-left: 0.5rem;
  }
  .m-xlg-3 {
    margin: 1rem;
  }
  .mt-xlg-3,
  .my-xlg-3 {
    margin-top: 1rem;
  }
  .mr-xlg-3,
  .mx-xlg-3 {
    margin-right: 1rem;
  }
  .mb-xlg-3,
  .my-xlg-3 {
    margin-bottom: 1rem;
  }
  .ml-xlg-3,
  .mx-xlg-3 {
    margin-left: 1rem;
  }
  .m-xlg-4 {
    margin: 1.5rem;
  }
  .mt-xlg-4,
  .my-xlg-4 {
    margin-top: 1.5rem;
  }
  .mr-xlg-4,
  .mx-xlg-4 {
    margin-right: 1.5rem;
  }
  .mb-xlg-4,
  .my-xlg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xlg-4,
  .mx-xlg-4 {
    margin-left: 1.5rem;
  }
  .m-xlg-5 {
    margin: 3rem;
  }
  .mt-xlg-5,
  .my-xlg-5 {
    margin-top: 3rem;
  }
  .mr-xlg-5,
  .mx-xlg-5 {
    margin-right: 3rem;
  }
  .mb-xlg-5,
  .my-xlg-5 {
    margin-bottom: 3rem;
  }
  .ml-xlg-5,
  .mx-xlg-5 {
    margin-left: 3rem;
  }
  .p-xlg-0 {
    padding: 0;
  }
  .pt-xlg-0,
  .py-xlg-0 {
    padding-top: 0;
  }
  .pr-xlg-0,
  .px-xlg-0 {
    padding-right: 0;
  }
  .pb-xlg-0,
  .py-xlg-0 {
    padding-bottom: 0;
  }
  .pl-xlg-0,
  .px-xlg-0 {
    padding-left: 0;
  }
  .p-xlg-1 {
    padding: 0.25rem;
  }
  .pt-xlg-1,
  .py-xlg-1 {
    padding-top: 0.25rem;
  }
  .pr-xlg-1,
  .px-xlg-1 {
    padding-right: 0.25rem;
  }
  .pb-xlg-1,
  .py-xlg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xlg-1,
  .px-xlg-1 {
    padding-left: 0.25rem;
  }
  .p-xlg-2 {
    padding: 0.5rem;
  }
  .pt-xlg-2,
  .py-xlg-2 {
    padding-top: 0.5rem;
  }
  .pr-xlg-2,
  .px-xlg-2 {
    padding-right: 0.5rem;
  }
  .pb-xlg-2,
  .py-xlg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xlg-2,
  .px-xlg-2 {
    padding-left: 0.5rem;
  }
  .p-xlg-3 {
    padding: 1rem;
  }
  .pt-xlg-3,
  .py-xlg-3 {
    padding-top: 1rem;
  }
  .pr-xlg-3,
  .px-xlg-3 {
    padding-right: 1rem;
  }
  .pb-xlg-3,
  .py-xlg-3 {
    padding-bottom: 1rem;
  }
  .pl-xlg-3,
  .px-xlg-3 {
    padding-left: 1rem;
  }
  .p-xlg-4 {
    padding: 1.5rem;
  }
  .pt-xlg-4,
  .py-xlg-4 {
    padding-top: 1.5rem;
  }
  .pr-xlg-4,
  .px-xlg-4 {
    padding-right: 1.5rem;
  }
  .pb-xlg-4,
  .py-xlg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xlg-4,
  .px-xlg-4 {
    padding-left: 1.5rem;
  }
  .p-xlg-5 {
    padding: 3rem;
  }
  .pt-xlg-5,
  .py-xlg-5 {
    padding-top: 3rem;
  }
  .pr-xlg-5,
  .px-xlg-5 {
    padding-right: 3rem;
  }
  .pb-xlg-5,
  .py-xlg-5 {
    padding-bottom: 3rem;
  }
  .pl-xlg-5,
  .px-xlg-5 {
    padding-left: 3rem;
  }
  .m-xlg-n1 {
    margin: -0.25rem;
  }
  .mt-xlg-n1,
  .my-xlg-n1 {
    margin-top: -0.25rem;
  }
  .mr-xlg-n1,
  .mx-xlg-n1 {
    margin-right: -0.25rem;
  }
  .mb-xlg-n1,
  .my-xlg-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-xlg-n1,
  .mx-xlg-n1 {
    margin-left: -0.25rem;
  }
  .m-xlg-n2 {
    margin: -0.5rem;
  }
  .mt-xlg-n2,
  .my-xlg-n2 {
    margin-top: -0.5rem;
  }
  .mr-xlg-n2,
  .mx-xlg-n2 {
    margin-right: -0.5rem;
  }
  .mb-xlg-n2,
  .my-xlg-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-xlg-n2,
  .mx-xlg-n2 {
    margin-left: -0.5rem;
  }
  .m-xlg-n3 {
    margin: -1rem;
  }
  .mt-xlg-n3,
  .my-xlg-n3 {
    margin-top: -1rem;
  }
  .mr-xlg-n3,
  .mx-xlg-n3 {
    margin-right: -1rem;
  }
  .mb-xlg-n3,
  .my-xlg-n3 {
    margin-bottom: -1rem;
  }
  .ml-xlg-n3,
  .mx-xlg-n3 {
    margin-left: -1rem;
  }
  .m-xlg-n4 {
    margin: -1.5rem;
  }
  .mt-xlg-n4,
  .my-xlg-n4 {
    margin-top: -1.5rem;
  }
  .mr-xlg-n4,
  .mx-xlg-n4 {
    margin-right: -1.5rem;
  }
  .mb-xlg-n4,
  .my-xlg-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-xlg-n4,
  .mx-xlg-n4 {
    margin-left: -1.5rem;
  }
  .m-xlg-n5 {
    margin: -3rem;
  }
  .mt-xlg-n5,
  .my-xlg-n5 {
    margin-top: -3rem;
  }
  .mr-xlg-n5,
  .mx-xlg-n5 {
    margin-right: -3rem;
  }
  .mb-xlg-n5,
  .my-xlg-n5 {
    margin-bottom: -3rem;
  }
  .ml-xlg-n5,
  .mx-xlg-n5 {
    margin-left: -3rem;
  }
  .m-xlg-auto {
    margin: auto;
  }
  .mt-xlg-auto,
  .my-xlg-auto {
    margin-top: auto;
  }
  .mr-xlg-auto,
  .mx-xlg-auto {
    margin-right: auto;
  }
  .mb-xlg-auto,
  .my-xlg-auto {
    margin-bottom: auto;
  }
  .ml-xlg-auto,
  .mx-xlg-auto {
    margin-left: auto;
  }
}
.form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-tel,
.form-select {
  outline: none;
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 2rem 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-text,
  .form-date,
  .form-time,
  .form-email,
  .form-number,
  .form-tel,
  .form-select {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-number::-ms-expand,
.form-tel::-ms-expand,
.form-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-number:focus,
.form-tel:focus,
.form-select:focus {
  color: #495057;
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-number::placeholder,
.form-tel::placeholder,
.form-select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-number:disabled,
.form-number[readonly],
.form-tel:disabled,
.form-tel[readonly],
.form-select:disabled,
.form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-textarea {
  color: #5A5959 !important;
  border-radius: 8px !important;
  border: solid 1px #CED6DE !important;
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-textarea {
    transition: none;
  }
}
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-textarea:focus {
  color: #495057;
  outline: 0;
}
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-textarea:disabled, .form-textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text,
.form-email,
.form-select,
.form-number,
.form-tel {
  color: #5A5959 !important;
  display: block;
  margin-top: 0.5em;
  border-radius: 8px !important;
  border: solid 1px #CED6DE !important;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: #6c757d;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #88CBD3;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 2.5;
  color: color-yiq(#88CBD3);
  background-color: rgba(136, 203, 211, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #88CBD3;
  padding-right: calc(2.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#88CBD3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.625em + 0.1875rem);
  background-size: calc(1.25em + 0.375rem) calc(1.25em + 0.375rem);
}
.was-validated .form-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #88CBD3;
  box-shadow: 0 0 0 0.2rem rgba(136, 203, 211, 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-file:valid ~ .valid-feedback,
.was-validated .form-file:valid ~ .valid-tooltip, .form-file.is-valid ~ .valid-feedback,
.form-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: #88CBD3;
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D50000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 2.5;
  color: color-yiq(#D50000);
  background-color: rgba(213, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #D50000;
  padding-right: calc(2.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#D50000' viewBox='-2 -2 7 7'%3e%3cpath stroke='#D50000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.625em + 0.1875rem);
  background-size: calc(1.25em + 0.375rem) calc(1.25em + 0.375rem);
}
.was-validated .form-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #D50000;
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 0, 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-file:invalid ~ .invalid-feedback,
.was-validated .form-file:invalid ~ .invalid-tooltip, .form-file.is-invalid ~ .invalid-feedback,
.form-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: #D50000;
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: theme-color-level("primary", -9);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: theme-color-level("primary", -6);
}

.table-hover .table-primary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: theme-color-level("secondary", -9);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: theme-color-level("secondary", -6);
}

.table-hover .table-secondary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: theme-color-level("success", -9);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: theme-color-level("success", -6);
}

.table-hover .table-success:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: theme-color-level("info", -9);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: theme-color-level("info", -6);
}

.table-hover .table-info:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: theme-color-level("warning", -9);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: theme-color-level("warning", -6);
}

.table-hover .table-warning:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: theme-color-level("danger", -9);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: theme-color-level("danger", -6);
}

.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: theme-color-level("light", -9);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: theme-color-level("light", -6);
}

.table-hover .table-light:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: theme-color-level("dark", -9);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: theme-color-level("dark", -6);
}

.table-hover .table-dark:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 576px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1200px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

/*Table*/
table th {
  text-align: left;
  background: #f9fafb;
  border: 1px solid #dee2e6;
}
table tbody td {
  background: #fff;
  border: 1px solid #dee2e6;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?52516034#fontello') format('svg');
  }
}
*/
[class^=form-services], [class*=" form-services"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "form-services" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-services-traveling:before {
  content: "\e900";
}

.form-services-lounge:before {
  content: "\e901";
}

[class^=services-], [class*=" services-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "services" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.services-airplane:before {
  content: "\e900";
  font-size: 100px;
}

.services-travel:before {
  content: "\e901";
}

.services-brochure:before {
  content: "\e902";
}

.services-car:before {
  content: "\e903";
}

.services-hospital:before {
  content: "\e904";
}

[class^=fontello-]:before, [class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontello-d:before {
  content: "\e800";
} /* '' */
.fontello-a:before {
  content: "\e801";
} /* '' */
.fontello-t:before {
  content: "\e802";
} /* '' */
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icomoon-], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-plane:before {
  content: "\e900";
}

.icomoon-pilot-hat:before {
  content: "\e901";
}

.icomoon-hostess:before {
  content: "\e902";
}

.icomoon-boarding:before {
  content: "\e903";
}

.icomoon-forklift:before {
  content: "\e904";
}

.icomoon-armchair:before {
  content: "\e905";
}

.icon-right:before {
  content: "\f100";
}

.icon-cancel:before {
  content: "\f101";
}

.icon-down-arrow:before {
  content: "\f102";
}

.icon-home:before {
  content: "\f103";
}

.icon-left-chevron:before {
  content: "\f104";
}

.icon-menu:before {
  content: "\f105";
}

.icon-left-arrow:before {
  content: "\f106";
}

.icon-document:before {
  content: "\f107";
}

.icon-document-1:before {
  content: "\f108";
}

.icon-xls:before {
  content: "\f109";
}

.icon-travel:before {
  content: "\f10a";
}

.icon-magnifying-glass:before {
  content: "\f10b";
}

.icon-facebook:before {
  content: "\f10c";
}

.icon-linkedin:before {
  content: "\f10d";
}

.icon-cargo:before {
  content: "\f10e";
}

.icon-instagram:before {
  content: "\f10f";
}

.icon-plane:before {
  content: "\f110";
}

body {
  background-color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}

main {
  margin-top: 0;
  display: block;
}
@media only screen and (max-width: 992px) {
  main img {
    width: 100%;
    height: auto;
  }
}

.front-page .page-title {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .gmap-contact iframe {
    height: 525px !important;
  }
}

.google-map {
  margin-top: 50px;
}

.layout-container {
  position: relative;
}

.contextual-region[role=article] {
  position: inherit !important;
}

.slider-top {
  position: absolute;
  width: 100%;
  top: 0;
}

.paragraph--type--prg-wysiwyg img, .paragraph--type--prg-tab img, .paragraph--type--prg-collapse img {
  width: 100%;
  height: auto;
}

.colorbox-wrapper {
  margin: 50px 0;
  text-align: center;
}
.colorbox-wrapper > div > div {
  display: none;
}
.colorbox-wrapper > div > div:nth-child(1) {
  display: block;
  margin: 30px 0;
}
.colorbox-wrapper > div > div:nth-child(1) a.cboxElement {
  position: relative;
}
.colorbox-wrapper > div > div:nth-child(1) a.cboxElement:after {
  content: "";
  position: absolute;
  width: 325px;
  height: 195px;
  left: -50px;
  top: -220px;
  border: 2px solid rgb(116, 205, 213);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .colorbox-wrapper > div > div:nth-child(1) a.cboxElement:after {
    display: none;
  }
}
.colorbox-wrapper > div > div:nth-child(2) {
  display: block;
  margin: 30px 0;
}
.colorbox-wrapper > div > div:nth-child(2) a.cboxElement {
  position: relative;
}
.colorbox-wrapper > div > div:nth-child(2) a.cboxElement:after {
  content: "";
  position: absolute;
  width: 325px;
  height: 195px;
  right: -50px;
  bottom: -50px;
  border: 2px solid rgb(116, 205, 213);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .colorbox-wrapper > div > div:nth-child(2) a.cboxElement:after {
    display: none;
  }
}

.station-header {
  font-size: 60px;
  color: #0070BA;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .station-header {
    font-size: 50px;
  }
}
.station-header span {
  color: #A9A9AA;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .station-header span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .tab-country .stat-boxes {
    flex-wrap: wrap;
  }
  .tab-country .stat-box {
    width: 100px;
    height: 100px;
  }
  .tab-country .ul-center {
    display: flex;
    flex-direction: column;
  }
  .tab-country .ul-center ul {
    padding: 0 !important;
  }
}

.contact-box {
  display: flex;
  flex-direction: column;
  position: relative;
  word-break: break-word;
  border: 2px solid #0170b7;
  padding: 20px;
  margin: 15px 0;
}
.contact-box:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 5;
  /* background: red; */
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #0170b7 transparent;
  z-index: 1;
}
.contact-box:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 5;
  /* background: red; */
  bottom: -2px;
  right: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent white transparent;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-box {
    height: 325px;
  }
}
@media (max-width: 992px) {
  .contact-box {
    height: 498px;
  }
}
@media (max-width: 768px) {
  .contact-box {
    height: 368px;
  }
}
@media (max-width: 600px) {
  .contact-box {
    height: auto;
    background: transparent;
    border: 2px solid #0070BA;
  }
}
.contact-box h3 {
  font-size: 16px;
  color: #0070BA;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}
.contact-box div {
  font-size: 14px;
  line-height: 30px;
  border-bottom: 2px solid rgba(151, 151, 151, 0.3);
  color: #656565;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-box div {
    font-size: 12px;
    line-height: 22px;
  }
}
.contact-box div a {
  color: #656565;
}

.stat-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-boxes .stats {
  font-size: 16px;
  color: #0070BA;
  font-weight: 500;
  padding-bottom: 5px;
}

.stat-box {
  background: url("/themes/custom/celebi/images/stat-box.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px 15px;
  position: relative;
  width: 100px;
  height: 100px;
}
.stat-box .stats {
  font-size: 14px;
  color: #0070BA;
  font-weight: bold;
}
@media (min-width: 992px) {
  .stat-box .stats {
    font-size: 16px;
  }
}
.stat-box .date {
  font-size: 9px;
  color: #A9A9AA;
}
.stat-box .special-box {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */
.global-map-wrapper {
  position: relative;
}
.global-map-wrapper h3 {
  text-align: center;
  margin: 50px 0;
}
.global-map-wrapper .btn {
  display: none;
}
.global-map-wrapper .btn-desktop {
  display: none;
}
@media (min-width: 992px) {
  .global-map-wrapper .btn-desktop {
    display: inline-block;
  }
}
.global-map-wrapper .stat-box {
  width: 75px;
  height: 75px;
}
@media (min-width: 992px) {
  .global-map-wrapper .stat-box {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .global-map-wrapper .btn {
    display: block;
    font-size: 20px;
    padding: 20px;
    position: relative;
    top: 26px;
  }
  .global-map-wrapper .paragraph > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .global-map-wrapper .info-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .global-map-wrapper .info-wrapper .info {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .global-map-wrapper .info-wrapper .info {
    flex-direction: row;
  }
  .global-map-wrapper .info-wrapper .info .stat-box {
    margin: 10px 25px;
  }
}

.svg-turkiye-haritasi, .svg-germany-haritasi, .svg-india-haritasi, .svg-hungary-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.svg-india-haritasi, .svg-germany-haritasi {
  max-width: 600px;
}

.svg-turkiye-haritasi svg, .svg-germany-haritasi svg, .svg-india-haritasi svg, .svg-hungary-haritasi svg {
  width: 100%;
  height: auto;
}

.il-isimleri, .il-isimleri1, .il-isimleri2, .il-isimleri4 {
  position: absolute;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px 0px;
  pointer-events: none;
}

.il-isimleri div, .il-isimleri1 div, .il-isimleri2 div, .il-isimleri4 div {
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  background: white;
  color: #9FA3A7;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#svg-turkiye-haritasi path, #svg-germany-haritasi path, #svg-india-haritasi path, #svg-hungary-haritasi path {
  cursor: pointer;
  fill: #CCCCCC;
}

#svg-turkiye-haritasi path:hover, #svg-germany-haritasi path:hover, #svg-india-haritasi path:hover, #svg-hungary-haritasi path:hover {
  fill: #1094F6;
}

#guney-kibris, #kuzey-kibris {
  pointer-events: none;
}

g {
  pointer-events: none;
}
g circle {
  display: none;
  pointer-events: none;
}

g.active {
  pointer-events: all;
}
g.active circle {
  display: block;
}

.events-homepage {
  position: relative;
}
.events-homepage .stat-box {
  width: 75px;
  height: 75px;
}
.events-homepage:after {
  content: "";
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background: url("/themes/custom/celebi/images/events-bg.svg");
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-size: contain;
  background-position-y: 82px;
}
@media only screen and (max-width: 992px) {
  .events-homepage:after {
    background-size: cover;
  }
}
.events-homepage .views-view-grid {
  margin: 0 50px;
}
@media only screen and (max-width: 992px) {
  .events-homepage .views-view-grid {
    margin: 0;
  }
}
.events-homepage .view-footer {
  background: transparent;
  text-align: center;
  padding: 30px 0;
}
.events-homepage .view-footer a {
  position: relative;
}
.events-homepage .view-footer a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: rgb(116, 205, 213);
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  color: red;
}
.events-homepage .view-footer a:hover:After {
  width: 100%;
  left: 0;
  background: rgb(116, 205, 213);
}
.events-homepage .view-footer a:hover {
  color: rgb(116, 205, 213) !important;
}

.events-homepage.events-page {
  background: url("/themes/custom/celebi/images/events-bg.svg");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-size: contain;
  background-position: center;
}
.events-homepage.events-page:after {
  display: none;
}

.list-box {
  position: relative;
}
.list-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-box a:hover {
  background: rgb(116, 205, 213);
  color: white !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.events-item, .list-box {
  display: flex;
  height: 100px;
  margin: 30px 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
}
@media only screen and (max-width: 992px) {
  .events-item, .list-box {
    margin: 15px;
  }
}
.events-item span, .list-box span {
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  color: #0070BA;
  font-weight: 600;
}
.events-item .stat-box, .list-box .stat-box {
  margin: 0;
}
@media (min-width: 1200px) {
  .events-item .stat-box, .list-box .stat-box {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1440px) {
  .events-item .stat-box, .list-box .stat-box {
    width: 70px;
    height: 70px;
  }
}
.events-item .events-title, .list-box .events-title {
  padding-left: 15px;
  color: #656565;
  width: 80%;
}

.services-home {
  background: #737374;
  margin: 30px 0;
}
.services-home .views-row {
  flex: 1 0 20%;
}
.services-home .container {
  display: flex;
  align-items: center;
  height: 150px;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .services-home .container {
    flex-wrap: wrap;
    height: 300px;
  }
  .services-home .container .views-row {
    flex: 1 0 33%;
  }
}
.services-home .container .services-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.services-home .container .services-item .plat_car {
  font-size: 160px;
  color: white;
  background: url(/themes/custom/platinum/images/plat_car.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}
.services-home .container .services-item .plat_srv {
  font-size: 160px;
  color: white;
  background: url(/themes/custom/platinum/images/plat_srv.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}
.services-home .container .services-item .plat_jet {
  font-size: 160px;
  color: white;
  background: url(/themes/custom/platinum/images/plat_jet.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}
.services-home .container .services-item .plat_hospital {
  font-size: 160px;
  color: white;
  background: url(/themes/custom/platinum/images/plat_hospital.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}
.services-home .container .services-item .plat_travel {
  font-size: 160px;
  color: white;
  background: url(/themes/custom/platinum/images/plat_travel.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}
@media only screen and (max-width: 992px) {
  .services-home .container .services-item {
    border-right: 1px solid white;
    height: 75px;
  }
}
.services-home .container .services-item:hover i, .services-home .container .services-item:hover a {
  color: rgb(116, 205, 213);
}
.services-home .container .services-item:hover i:before, .services-home .container .services-item:hover a:before {
  transition: 0.5s ease-out all;
  color: rgb(116, 205, 213);
}
.services-home .container .services-item .icon-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
}
.services-home .container .services-item:after {
  content: "";
  height: 60%;
  width: 1px;
  background: white;
  position: absolute;
}
@media (min-width: 992px) {
  .services-home .container .services-item:after {
    display: block;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .services-home .container .services-item:after {
    display: block;
    right: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .services-home .container .services-item:after {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .services-home .container .services-item {
    /* IE11 */
  }
  .services-home .container .services-item *::-ms-backdrop, .services-home .container .services-item:after {
    display: none;
  }
}
.services-home .container .services-item a {
  font-family: "Montserrat", sans-serif !important;
}
.services-home .container .services-item i {
  font-size: 90px;
  color: white;
}
@media only screen and (max-width: 992px) {
  .services-home .container .services-item i {
    font-size: 90px;
  }
}
.services-home .container .services-item i:before {
  transition: 0.5s ease-out all;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
}
.services-home .container .services-item .icomoon-hostess:before {
  font-size: 80px;
}
.services-home .container .services-item a {
  color: white;
  font-size: 12px;
  font-weight: 500;
  width: 70%;
}
@media only screen and (max-width: 992px) {
  .services-home .container .services-item a {
    padding: 0 10px;
  }
}
.services-home .container .views-row:last-child .services-item:after {
  display: none;
}
@media only screen and (max-width: 992px) {
  .services-home .container .views-row:nth-child(3) .services-item, .services-home .container .views-row:nth-child(6) .services-item {
    border-right: none !important;
  }
}

.contact-title {
  background: rgba(116, 205, 213, 0.21);
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0070BA;
}

html[lang=tr] .contact-search form:After {
  content: "Arama Sonuçları";
  font-size: 24px;
  line-height: 100px;
  color: #656565;
  font-weight: 500;
}

html[lang=hu] .contact-search form:After {
  content: "Keresési Eredmények";
  font-size: 24px;
  line-height: 100px;
  color: #656565;
  font-weight: 500;
}

.contact-search form:After {
  content: "Search Results";
  font-size: 24px;
  line-height: 100px;
  color: #656565;
  font-weight: 500;
  position: relative;
  top: 20px;
}
.contact-search fieldset.fieldgroup {
  margin-top: 25px;
}
.contact-search legend {
  margin-top: 35px;
}
.contact-search .fieldset-legend {
  font-size: 24px;
  line-height: 28px;
  color: #656565;
  font-weight: 500;
  position: relative;
  top: 20px;
}
.contact-search .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.contact-search .form-checkboxes .js-form-type-checkbox {
  flex: 0 0 15%;
  display: flex;
  justify-content: left;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .contact-search .form-checkboxes .js-form-type-checkbox {
    margin-right: 5px;
  }
}
.contact-search .form-checkboxes .js-form-type-checkbox label {
  background: url("/themes/custom/celebi/images/stat-box.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 10px;
  padding: 10px;
  padding-bottom: 30px;
  color: #0070BA;
  font-weight: 500;
}
.contact-search .form-checkboxes .js-form-type-checkbox label:hover {
  cursor: pointer;
}
.contact-search .form-checkboxes .js-form-type-checkbox label.active {
  background: url("/themes/custom/celebi/images/stat-box-filled.svg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  color: white;
}
.contact-search .form-checkboxes .js-form-type-checkbox label.active:After {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(116, 205, 213);
}
.contact-search .form-checkboxes .form-checkbox:empty {
  visibility: hidden;
  display: none;
}
.contact-search .form-radios {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.contact-search .form-radios .js-form-type-radio {
  flex: 0 0 15%;
  display: flex;
  justify-content: left;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .contact-search .form-radios .js-form-type-radio {
    margin-right: 5px;
  }
}
.contact-search .form-radios label {
  background: url("/themes/custom/celebi/images/stat-box.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 10px;
  padding: 10px;
  padding-bottom: 30px;
  color: #0070BA;
  font-weight: 500;
}
.contact-search .form-radios label:hover {
  cursor: pointer;
}
.contact-search .form-radios label.active {
  background: url("/themes/custom/celebi/images/stat-box-filled.svg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  color: white;
}
.contact-search .form-radios label.active:After {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(116, 205, 213);
}
.contact-search .form-radios input {
  visibility: hidden;
  display: none;
}

.social-media-wrapper {
  background: url("/themes/custom/celebi/images/clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 82px;
  position: relative;
}
.social-media-wrapper:after {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.social-media-page .view-header h2.page-title {
  display: none;
}

#social-nav {
  display: none;
}

@media screen and (min-width: 400px) {
  .front-page #social-media-carousel .item-wrapper {
    display: none;
  }
  .front-page #social-media-carousel .item-wrapper:nth-child(1), .front-page #social-media-carousel .item-wrapper:nth-child(2), .front-page #social-media-carousel .item-wrapper:nth-child(3), .front-page #social-media-carousel .item-wrapper:nth-child(4), .front-page #social-media-carousel .item-wrapper:nth-child(5), .front-page #social-media-carousel .item-wrapper:nth-child(6), .front-page #social-media-carousel .item-wrapper:nth-child(7), .front-page #social-media-carousel .item-wrapper:nth-child(8) {
    display: inline-block !important;
  }
}
@media screen and (max-width: 400px) {
  .front-page #social-media-carousel .item-wrapper {
    display: none;
  }
  .front-page #social-media-carousel .item-wrapper:nth-child(1), .front-page #social-media-carousel .item-wrapper:nth-child(2) {
    display: block !important;
  }
  .item-wrapper {
    width: 100% !important;
  }
}
#social-media-carousel {
  columns: 3 200px;
  column-gap: 1.5rem;
  width: 90%;
  margin: 0 auto;
}
#social-media-carousel .item-wrapper {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
#social-media-carousel .item-wrapper img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
#social-media-carousel .item-wrapper .item {
  background: white;
  border-radius: 5px;
}
#social-media-carousel .item-wrapper .item p {
  line-height: 1.5em;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  margin: 0;
  color: black;
}
#social-media-carousel .item-wrapper .item a {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#social-media-carousel .item-wrapper .item a i {
  font-size: 30px;
  position: relative;
  left: 12px;
}
#social-media-carousel .item-wrapper .item img {
  width: 100%;
  height: auto;
}

.facts {
  margin-top: 100px;
}
.facts .col-md-6 {
  text-align: center;
  height: 200px;
}
.facts .col-md-6 p img {
  width: 100px;
}
.facts .col-md-6 p .arrow-down-icon {
  position: absolute;
  width: 25px;
  right: -13px;
}
.facts .col-md-6 .facts-logo {
  position: absolute;
  right: -50px;
  top: -70px;
}
@media screen and (max-width: 992px) {
  .facts .row .col-md-6:nth-child(even) {
    border-right: 1px dashed blue !important;
  }
  .facts .row .col-md-6:nth-child(even) p {
    text-align: right !important;
  }
}
.facts .row .col-md-6:nth-child(even) p {
  padding-left: 50px;
  text-align: left;
}
.facts .row .col-md-6:nth-child(1) {
  border-right: 1px dashed blue;
}
.facts .row .col-md-6:nth-child(1) p {
  text-align: center;
}
.facts .row .col-md-6:nth-child(odd) {
  border-right: 1px dashed blue;
}
.facts .row .col-md-6:nth-child(odd) p {
  text-align: center;
}
.facts .row .col-md-6:nth-child(2) {
  border-right: none;
}
.facts .row .col-md-6:nth-child(2) p {
  padding-left: 50px;
  text-align: left;
}
.facts .row .bubble1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  position: absolute;
  right: 100px;
  z-index: -1;
}
.facts .row .bubble2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  position: absolute;
  right: 250px;
  bottom: 200px;
  z-index: -1;
}
.facts .row .bubble3 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7ecad3;
  position: absolute;
  right: 150px;
  bottom: 200px;
  z-index: -1;
}
.facts .row .bubble4 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7ecad3;
  position: absolute;
  right: 200px;
  bottom: 150px;
  z-index: -1;
}

#colorbox {
  overflow: visible !important;
}

#cboxWrapper {
  background: transparent;
  overflow: visible !important;
}
#cboxWrapper #cboxMiddleLeft, #cboxWrapper #cboxMiddleRight, #cboxWrapper #cboxTopLeft, #cboxWrapper #cboxTopCenter, #cboxWrapper #cboxTopRight, #cboxWrapper #cboxBottomLeft, #cboxWrapper #cboxBottomCenter, #cboxWrapper #cboxBottomRight, #cboxWrapper #cboxTitle, #cboxWrapper #cboxCurrent {
  display: none !important;
}
#cboxWrapper #cboxContent {
  overflow: visible !important;
  background: transparent;
}
#cboxWrapper #cboxPrevious {
  bottom: -50px;
  background: url("/themes/custom/celebi/images/arrow-left.png") no-repeat !important;
  background-size: cover !important;
  width: 75px;
  height: 75px;
  outline: 0;
}
#cboxWrapper #cboxNext {
  left: auto;
  right: 0 !important;
  bottom: -50px;
  background: url("/themes/custom/celebi/images/arrow-right.png") no-repeat !important;
  background-size: cover !important;
  width: 75px;
  height: 75px;
  outline: 0;
}
#cboxWrapper #cboxClose {
  top: -75px;
  background: url("/themes/custom/celebi/images/close.png") no-repeat !important;
  background-size: cover !important;
  width: 75px;
  height: 75px;
  outline: 0;
}

.show-more {
  text-align: center;
  padding: 30px 0;
}
.show-more a {
  position: relative;
}
.show-more a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: rgb(116, 205, 213);
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  color: red;
}
.show-more a:hover:After {
  width: 100%;
  left: 0;
  background: rgb(116, 205, 213);
}
.show-more a:hover {
  color: rgb(116, 205, 213) !important;
}

.contact-search .form-item-combine {
  position: relative;
}
.contact-search .form-item-combine:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10b";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #797373;
  font-weight: 700;
}
.contact-search .form-text {
  padding-left: 40px;
  background: #F5F5F5;
  border: 0;
}

.contact-info a {
  color: #656565;
  word-break: break-word;
}

#cboxOverlay {
  background: #A1A1A1 !important;
}

.responsibility-news-item {
  min-height: 350px;
}

.path-search .search-form {
  display: flex;
  background: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .path-search .search-form {
    padding: 10px;
  }
}
.path-search .search-form .form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .path-search .search-form .form-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.path-search .search-form .form-wrapper input#edit-keys {
  width: auto;
  display: inline;
  margin-right: 10px;
  margin: 0;
  height: 40px !important;
}
@media screen and (max-width: 992px) {
  .path-search .search-form .form-wrapper input#edit-keys {
    padding: 0.7em 1em;
  }
}
.path-search .search-form .form-wrapper input {
  margin: 0 !important;
}
.path-search .search-form .form-wrapper a.form-submit {
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .path-search .search-form .form-submit {
    margin: 0;
  }
}
.path-search .search-advanced {
  display: none !important;
}
.path-search ol {
  padding-left: 0;
}
.path-search ol li {
  padding: 25px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  position: relative;
  margin: 15px 0;
  list-style-type: none;
}
.path-search ol li:hover {
  border: 2px solid #0070BA;
  cursor: pointer;
}
.path-search ol li h3 a {
  color: #EB1F25;
  font-size: unset;
}
@media screen and (max-width: 992px) {
  .path-search .pager__items {
    padding: 0;
  }
}

.list-boxes .box-items a {
  display: flex;
  height: 100px;
  margin: 30px 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  justify-content: center;
  align-items: center;
}

div#sliding-popup {
  background: rgba(0, 110, 190, 0.7);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  width: 50% !important;
}
div#sliding-popup .find-more-button {
  display: none !important;
}
div#sliding-popup .eu-cookie-compliance-message {
  max-width: 90% !important;
}
div#sliding-popup .eu-cookie-compliance-content {
  max-width: 100% !important;
  padding: 10px;
}
div#sliding-popup #popup-text {
  width: 90%;
  display: inline-block;
}
div#sliding-popup a {
  color: white;
  text-decoration: underline;
}
div#sliding-popup p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
div#sliding-popup .agree-button {
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px;
  font-size: 15px !important;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  outline: none;
  font-size: 10px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  div#sliding-popup .agree-button {
    display: none !important;
  }
}
div#sliding-popup .decline-button {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  div#sliding-popup .decline-button {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  div#sliding-popup {
    width: 90% !important;
  }
  div#sliding-popup .popup-content #popup-text {
    width: 90%;
    display: inline-block;
  }
  div#sliding-popup .popup-content #popup-buttons .agree-button {
    width: 10% !important;
    display: inline-block;
    right: 10px;
    top: 10px;
    position: absolute;
  }
  div#sliding-popup .popup-content #popup-buttons .decline-button {
    display: block;
    width: 100%;
    position: relative;
    top: 10px;
  }
}

.platinum-desc {
  background: url(/themes/custom/platinum/images/marble.jpg);
  background-position: center;
  background-size: cover;
  padding: 70px 0;
}
.platinum-desc .celebi-desc-top h1 {
  font-size: 25px;
  line-height: 30px;
  color: #404040;
  text-align: center;
}
.platinum-desc .celebi-desc-bottom {
  padding-top: 15px;
}
.platinum-desc .celebi-desc-bottom .airport-list {
  display: flex;
  float: left;
  padding-top: 30px;
}
.platinum-desc .celebi-desc-bottom .airport-list ul {
  width: 100%;
  float: left;
  text-align: left;
}

@media (min-width: 992px) {
  .reservation .webform-submission-reservation-form {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
  }
}

.webform-submission-reservation-form {
  position: relative;
  margin: 0;
  z-index: 5;
  background: #F2F2F2;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  min-height: 300px;
  z-index: 2;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .webform-submission-reservation-form {
    position: absolute;
    width: 430px;
    right: 100px;
    top: 135px;
  }
}
.webform-submission-reservation-form .form-item-flight-number, .webform-submission-reservation-form .form-item-flight-number-first, .webform-submission-reservation-form .form-item-departure-airport-t, .webform-submission-reservation-form .js-form-type-select, .webform-submission-reservation-form .form-item-arrival-airport-t, .webform-submission-reservation-form .form-item-departure-airport-t1, .webform-submission-reservation-form .form-item-arrival-airport-t2 {
  margin: 0 30px;
}
.webform-submission-reservation-form .locked-element {
  pointer-events: none;
  background: #bfbfbf;
}
.webform-submission-reservation-form .form-actions {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}
.webform-submission-reservation-form .form-actions input {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .webform-submission-reservation-form .form-actions input {
    margin-top: 15px;
  }
}
.webform-submission-reservation-form .flight-types .js-webform-radios {
  display: flex;
  position: relative;
  bottom: 0;
  margin: 0 30px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.webform-submission-reservation-form .flight-types .js-webform-radios .form-item-flight-type {
  width: 33.3%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webform-submission-reservation-form .flight-types .js-webform-radios input {
  visibility: hidden;
  display: block;
  position: absolute;
}
.webform-submission-reservation-form .flight-types .js-webform-radios input + label {
  padding: 15px;
  font-size: 11px;
  width: 100%;
  color: #0070BA;
}
.webform-submission-reservation-form .flight-types .js-webform-radios input:checked + label {
  background-color: #0070BA;
  color: white;
}
.webform-submission-reservation-form .flight-types .js-webform-radios input:checked + label:before {
  color: #0070BA;
}
.webform-submission-reservation-form .premium-services .js-webform-radios {
  display: flex;
  position: relative;
  bottom: 30px;
  justify-content: space-evenly;
  margin: 0 75px;
}
.webform-submission-reservation-form .premium-services .js-webform-radios .form-item-premium-services {
  flex: 0 0 50%;
  text-align: center;
  position: relative;
}
.webform-submission-reservation-form .premium-services .js-webform-radios:After {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  background: #D8D8D8;
  bottom: -20px;
  left: 0;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input {
  visibility: hidden;
  display: block;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input + label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input:checked + label {
  color: #0070BA;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input:checked + label:before {
  color: #0070BA;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input:checked + label:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  background: #32527B;
  bottom: -20px;
  z-index: 1;
  left: 0;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input[value=Lounges] + label:before {
  font-family: "form-services";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 50px;
  padding-bottom: 10px;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input[value=Lounges] + label:hover:before {
  cursor: pointer;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input[value=Meet-Greet] + label:before {
  font-family: "form-services";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 50px;
  padding-bottom: 10px;
}
.webform-submission-reservation-form .premium-services .js-webform-radios input[value=Meet-Greet] + label:hover:before {
  cursor: pointer;
}
.webform-submission-reservation-form div[data-drupal-selector=edit-flexbox-01] {
  flex-direction: row !important;
  margin: 0 30px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 992px) {
  .webform-submission-reservation-form div[data-drupal-selector=edit-flexbox-01] {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .webform-submission-reservation-form div[data-drupal-selector=edit-flexbox-01] {
    justify-content: space-between;
  }
}
.webform-submission-reservation-form div[data-drupal-selector=edit-flexbox-01] .webform-flex--1 {
  display: flex;
  justify-content: center;
}
.webform-submission-reservation-form .webform-flexbox {
  display: flex;
  flex-direction: column;
}
.webform-submission-reservation-form .webform-flexbox label {
  font-size: 12px;
  font-weight: bold;
}
.webform-submission-reservation-form .webform-flexbox .form-text, .webform-submission-reservation-form .webform-flexbox .form-time {
  margin-top: 0.5rem;
}
.webform-submission-reservation-form .webform-flexbox .form-item-flight-date .container-inline, .webform-submission-reservation-form .webform-flexbox .form-item-flight-date-first .container-inline {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}
.webform-submission-reservation-form .webform-flexbox .form-item-flight-date .container-inline .form-item, .webform-submission-reservation-form .webform-flexbox .form-item-flight-date-first .container-inline .form-item {
  width: 49%;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number {
  position: relative;
  width: 68px;
  text-align: center;
}
.webform-submission-reservation-form .webform-flexbox input[type=number]::-webkit-inner-spin-button,
.webform-submission-reservation-form .webform-flexbox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.webform-submission-reservation-form .webform-flexbox input[type=number] {
  -moz-appearance: textfield;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  border: 0;
  position: relative;
  left: 10px;
  font-size: 12px;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number input:focus {
  outline: 0;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number-nav {
  position: relative;
  height: 42px;
  width: 100%;
  top: 10px;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number-button.js-form-type-number-up {
  position: absolute;
  height: 50%;
  left: 60px;
}
.webform-submission-reservation-form .webform-flexbox .js-form-type-number-button.js-form-type-number-down {
  position: absolute;
  left: 25px;
  height: 50%;
}
.webform-submission-reservation-form .checkboxes--wrapper {
  margin: 15px;
}
.webform-submission-reservation-form .checkboxes--wrapper .fieldset-legend {
  font-size: 14px;
  font-weight: bold;
  color: #0070BA;
}
.webform-submission-reservation-form .checkboxes--wrapper label {
  font-size: 12px;
}
.webform-submission-reservation-form .form-item-name-surname {
  font-size: 12px;
  font-weight: bold;
  color: #0070BA;
}

.locations h3 {
  text-align: center;
}

.webform-confirmation {
  text-align: center;
}
.webform-confirmation img {
  width: 100px;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .webform-flex--1 {
    flex: none;
    margin: auto;
  } /* IE11 */
}
#custom-commerce-custom-add-to-cart {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1200px) {
  #custom-commerce-custom-add-to-cart {
    grid-template-columns: 1fr;
  }
}
#custom-commerce-custom-add-to-cart input::placeholder {
  font-family: "Montserrat", sans-serif !important;
  color: #5A5959 !important;
  font-weight: 500 !important;
}
#custom-commerce-custom-add-to-cart div#edit-flight-date {
  margin-bottom: 8px;
}

[id^=custom-commerce-custom-add-to-cart] {
  gap: 10px;
  align-items: center;
  display: flex;
}
[id^=custom-commerce-custom-add-to-cart] .flight-detail-btn, [id^=custom-commerce-custom-add-to-cart] .person-detail-btn {
  text-align: start;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1MDAyNEw1IDMuOTc1MDJMOC44MjUgMC4xNTAwMjRMMTAgMS4zMzMzNkw1IDYuMzMzMzZMMCAxLjMzMzM2TDEuMTc1IDAuMTUwMDI0WiIgZmlsbD0iIzVBNTk1OSIvPgo8L3N2Zz4K);
  background-size: 8px 8px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding: 0.375rem 2rem 0.375rem 1.5rem;
}
[id^=custom-commerce-custom-add-to-cart] .flight-detail-btn:hover, [id^=custom-commerce-custom-add-to-cart] .flight-detail-btn:focus, [id^=custom-commerce-custom-add-to-cart] .person-detail-btn:hover, [id^=custom-commerce-custom-add-to-cart] .person-detail-btn:focus {
  background-color: white !important;
}
[id^=custom-commerce-custom-add-to-cart] .group-items-wrapper {
  position: relative;
  display: inline-block;
}
[id^=custom-commerce-custom-add-to-cart] .group-elements, [id^=custom-commerce-custom-add-to-cart] .person-elements {
  position: absolute;
  top: 100%;
  border: solid 1px #CED6DE !important;
  border-radius: 8px !important;
  padding: 16px;
  margin-top: 8px;
  background-color: white;
  z-index: 200;
  display: none;
}
[id^=custom-commerce-custom-add-to-cart] .person-elements {
  z-index: 200;
  width: 180px;
}
[id^=custom-commerce-custom-add-to-cart] .person-elements .js-form-item-adults {
  margin-bottom: 4px;
}
[id^=custom-commerce-custom-add-to-cart] .active {
  display: block;
}
[id^=custom-commerce-custom-add-to-cart] * {
  font-size: 14px !important;
}
@media only screen and (max-width: 1200px) {
  [id^=custom-commerce-custom-add-to-cart] {
    flex-direction: column;
  }
}
[id^=custom-commerce-custom-add-to-cart] > div {
  flex: 1;
  width: 100%;
}
[id^=custom-commerce-custom-add-to-cart] select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1MDAyNEw1IDMuOTc1MDJMOC44MjUgMC4xNTAwMjRMMTAgMS4zMzMzNkw1IDYuMzMzMzZMMCAxLjMzMzM2TDEuMTc1IDAuMTUwMDI0WiIgZmlsbD0iIzVBNTk1OSIvPgo8L3N2Zz4K);
  background-size: 8px 8px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding: 0.375rem 2rem 0.375rem 1.5rem;
}
[id^=custom-commerce-custom-add-to-cart] .form-select {
  margin: 0;
  appearance: none;
}
[id^=custom-commerce-custom-add-to-cart] .form-item-adults,
[id^=custom-commerce-custom-add-to-cart] .form-item-children {
  position: relative;
}
[id^=custom-commerce-custom-add-to-cart] .form-item-adults label,
[id^=custom-commerce-custom-add-to-cart] .form-item-children label {
  position: absolute;
  top: 34%;
  left: 24px;
  z-index: 1;
}
[id^=custom-commerce-custom-add-to-cart] .form-item-adults input,
[id^=custom-commerce-custom-add-to-cart] .form-item-children input {
  margin: 0 !important;
  text-align: end;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  [id^=custom-commerce-custom-add-to-cart] .form-item-adults input,
  [id^=custom-commerce-custom-add-to-cart] .form-item-children input {
    padding: 0px 21px;
  }
}
[id^=custom-commerce-custom-add-to-cart] .form-item-adults .js-form-type-number-nav,
[id^=custom-commerce-custom-add-to-cart] .form-item-children .js-form-type-number-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 16px;
  width: 48px;
  right: 8%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  [id^=custom-commerce-custom-add-to-cart] .form-item-adults .js-form-type-number-nav,
  [id^=custom-commerce-custom-add-to-cart] .form-item-children .js-form-type-number-nav {
    right: 14px;
    width: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  [id^=custom-commerce-custom-add-to-cart] .form-item-adults .js-form-type-number-nav,
  [id^=custom-commerce-custom-add-to-cart] .form-item-children .js-form-type-number-nav {
    right: 6%;
    width: 32px;
  }
}
[id^=custom-commerce-custom-add-to-cart] .form-item-adults input::-webkit-outer-spin-button,
[id^=custom-commerce-custom-add-to-cart] .form-item-adults input::-webkit-inner-spin-button,
[id^=custom-commerce-custom-add-to-cart] .form-item-children input::-webkit-outer-spin-button,
[id^=custom-commerce-custom-add-to-cart] .form-item-children input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[id^=custom-commerce-custom-add-to-cart] .form-item-adults input[type=number],
[id^=custom-commerce-custom-add-to-cart] .form-item-children input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
[id^=custom-commerce-custom-add-to-cart] .form-actions input {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  margin: 0;
  background-color: #F08036;
}

div#edit-flight-date {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 992px) {
  div#edit-flight-date {
    flex-direction: column;
  }
}
div#edit-flight-date input {
  color: #5A5959 !important;
  display: block;
  border-radius: 8px !important;
  border: solid 1px #CED6DE !important;
}

.form-date, .form-time, input[id^=edit-flight-code] {
  padding: 0.375rem 2rem 0.375rem 1.5rem;
  margin-top: 0px !important;
}

.form-date::placeholder, .form-time::placeholder, input[id^=edit-flight-code]::placeholder {
  font-family: "Montserrat", sans-serif !important;
  color: #5A5959 !important;
  font-weight: 500 !important;
}

form input:not(.form-submit), form textarea, form select, form label {
  font-family: "Montserrat", sans-serif !important;
  color: #5A5959 !important;
  font-weight: 500 !important;
}
form input:not(.form-submit)::placeholder, form textarea::placeholder, form select::placeholder, form label::placeholder {
  font-family: "Montserrat", sans-serif !important;
  color: #5A5959 !important;
  font-weight: 500 !important;
}

.js-form-type-select select {
  position: relative;
  border-radius: 8px !important;
  border: solid 1px #CED6DE !important;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.js-form-type-select select::-ms-expand {
  display: none;
}
.js-form-type-select .select::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: white;
  cursor: pointer;
  background-color: #CED6DE !important;
  border-radius: 8px !important;
  border: solid 1px #CED6DE !important;
}

.button-content {
  display: flex;
}
.button-content .button-content-1, .button-content .button-content-2, .button-content .button-content-3, .button-content .button-content-4 {
  flex: 1;
  max-width: 1200px;
}

/*# sourceMappingURL=style.css.map */
