/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 20px;
  font-family: "Artifakt Legend";
  font-weight: bold;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: "Artifakt Legend";
  font-weight: bold;
}
h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 56px;
  }
}
h2 {
  font-size: 29px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 41px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 50px;
  }
}
h3 {
  font-size: 26px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: 45px;
  }
}
h4 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 27px;
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  h4 {
    font-size: 40px;
  }
}
h5 {
  font-size: 22px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 29px;
  }
}
@media (min-width: 1600px) {
  h5 {
    font-size: 35px;
  }
}
h5 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  h5 {
    font-size: 30px;
  }
}
h6 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h6 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  h6 {
    font-size: 27px;
  }
}
pre {
  white-space: break-spaces;
}
pre span {
  font-weight: 400;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  transition: all 0.3s ease-in;
}
textarea {
  resize: none;
  overflow: auto;
}
input, button, textarea {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input, textarea, select {
  background-color: transparent;
  color: #333;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  display: block;
  border: 0;
  border: 1px solid #ccc;
}
input, select {
  min-height: 40px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
table thead th {
  background-color: transparent;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px 15px;
  border-top: 1px solid #333;
  font-size: 18px;
  line-height: 22px;
}
table thead th:first-child, table tbody tr td:first-child {
  padding-left: 0;
}
table thead th:last-child, table tbody tr td:last-child {
  padding-right: 0;
}
table td {
  padding: 10px 15px;
  vertical-align: middle;
  border-top: 1px solid #333;
  font-size: 16px;
  line-height: 20px;
}
.container {
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 35px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 20px;
    max-width: 1040px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1480px;
  }
}
.btn, .button {
  width: auto;
  margin: 0 10px 10px 0 !important;
  outline: 0;
  border-radius: 4px;
  float: none !important;
  border: 1px solid #000000 !important;
  padding: 5px 15px !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .btn, .button {
    padding: 9px 25px !important;
    font-size: 16px;
    font-weight: 700;
  }
}
.btn:focus, .button:focus {
  text-decoration: none;
}
.btn.secondary-btn, .button.secondary-btn {
  background: transparent;
  color: #000000;
}
.btn.secondary-btn:hover, .button.secondary-btn:hover {
  background: #000000;
  color: #FFFFFF;
}
.btn.primary-btn:hover, .button.primary-btn:hover {
  border: 1px solid #000000;
}
.acf-field .acf-label {
  margin: 0 0 6px;
}
.acf-field .acf-label label {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 6px;
}
.acf-field .acf-input input, .acf-field .acf-input textarea {
  border-color: #DEDEDE;
  padding: 8px;
  border-radius: 4px;
  color: #000000;
  min-height: 40px;
}
.acf-field .acf-input input:placeholder-shown, .acf-field .acf-input textarea:placeholder-shown {
  color: #DEDEDE;
}
select, .select2-selection__arrow {
  appearance: none;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.media-modal-content .media-frame-toolbar .media-toolbar {
  background: #FFFFFF;
  padding: 10px 0 0;
}
.acf-notice-dismiss::before {
  margin: 0;
  line-height: normal;
}
.page-template-default .site-main * {
  color: #000000;
}
.page-template-default .site-main table tbody tr td, .page-template-default .site-main table tbody tr th, .page-template-default .site-main table thead tr td, .page-template-default .site-main table thead tr th {
  padding: 10px 15px;
}
.page-template-default .site-main table tbody tr td:first-child, .page-template-default .site-main table tbody tr th:first-child, .page-template-default .site-main table thead tr td:first-child, .page-template-default .site-main table thead tr th:first-child {
  padding-left: 15px;
}
.page-template-default .site-main blockquote {
  margin-left: 0;
}
.page-template-default .site-main p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.page-template-default .site-main a {
  text-decoration: underline;
  word-wrap: break-word;
  font-weight: 600;
}
.page-template-default .site-main a:hover {
  text-decoration-color: #1d91d0;
}
.page-template-default .site-main ul {
  list-style: disc;
}
.page-template-default .site-main ol {
  list-style: decimal;
}
.page-template-default .site-main ul, .page-template-default .site-main ol {
  margin-bottom: 15px;
  margin-left: 21px;
  /*list-style-position: inside;*/
}
.page-template-default .site-main ul li, .page-template-default .site-main ol li {
  line-height: 1.2;
  margin-bottom: 5px;
}
.page-template-default .site-main ul ul, .page-template-default .site-main ul ol, .page-template-default .site-main ol ul, .page-template-default .site-main ol ol {
  padding-left: 15px;
  margin-top: 15px;
}
.page-template-default .site-main video {
  width: 100%;
  height: 100%;
  border: 1px solid #DEDEDE;
}
.page-template-default .site-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Italic.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-SemiBold.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Medium.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Light.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Regular.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Bold.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Thin.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-Black.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-ExtraBold.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("../new-fonts/ArtifaktElement-ExtraLight.woff2") format("woff2"), url("../new-fonts/ArtifaktElement-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-BlackItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Bold.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend Extra";
  src: url("../new-fonts/ArtifaktLegend-ExtraLightItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend Extra";
  src: url("../new-fonts/ArtifaktLegend-ExtraBoldItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-BoldItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend Extra";
  src: url("../new-fonts/ArtifaktLegend-ExtraBold.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Italic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-MediumItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Regular.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend Extra";
  src: url("../new-fonts/ArtifaktLegend-ExtraLight.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Light.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-LightItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Medium.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend Semi";
  src: url("../new-fonts/ArtifaktLegend-SemiBoldItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Thin.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend Semi";
  src: url("../new-fonts/ArtifaktLegend-SemiBold.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-Black.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifakt Legend";
  src: url("../new-fonts/ArtifaktLegend-ThinItalic.woff2") format("woff2"), url("../new-fonts/ArtifaktLegend-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.banner-section {
  background-color: #000000;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .banner-section {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .banner-section {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .banner-section {
    padding: 86px 0 100px;
  }
}
.banner-section h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 992px) {
  .banner-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .banner-section h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .banner-section h1 {
    font-size: 56px;
  }
}
.banner-section h1 span {
  color: #ffff00;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 992px) {
  .banner-section h1 span {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .banner-section h1 span {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .banner-section h1 span {
    font-size: 56px;
  }
}
.banner-section p {
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 16px;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .banner-section p {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .banner-section p {
    font-size: 21px;
  }
}
.banner-section .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-section .banner-wrap .banner-left-content, .banner-section .banner-wrap .banner-right-img {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  /*@include min768 {
        flex: 0 0 50%;
        max-width: 50%;
      }*/
}
.banner-section .banner-wrap .banner-right-img {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-section .banner-wrap .banner-right-img {
    text-align: right;
    margin-top: 0;
  }
}
.banner-section .banner-wrap .banner-right-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 4px -9px 35px 27px #222222;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .banner-section .banner-wrap .banner-right-img::before {
    box-shadow: inset 34px -9px 54px 52px #222222;
  }
}
@media (min-width: 768px) {
  .banner-section .banner-wrap .banner-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1400px) {
  .banner-section .banner-wrap .banner-right-img img {
    max-height: 415px;
  }
}
.banner-section.banner-with-img {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .banner-section.banner-with-img {
    padding: 0;
  }
}
.banner-section.banner-with-img .banner-wrap {
  min-height: 235px;
}
@media (min-width: 992px) {
  .banner-section.banner-with-img .banner-wrap {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .banner-section.banner-with-img .banner-wrap {
    min-height: 360px;
  }
}
@media (min-width: 1400px) {
  .banner-section.banner-with-img .banner-wrap {
    min-height: 430px;
  }
}
@media (min-width: 768px) {
  .banner-section.banner-with-img .banner-wrap .banner-left-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .banner-section.banner-with-img .banner-wrap .banner-right-img {
    position: absolute;
    right: 0;
  }
}
.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar {
  max-width: 343px;
  flex: 343px;
}
.sidebar .sidebar-list {
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 4px rgba(222, 222, 222, 0.8);
  border-radius: 4px;
  margin-bottom: 30px;
}
.sidebar .sidebar-list .sidebar-title {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  padding: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.sidebar .sidebar-list .sidebar-title::before {
  content: "";
  position: absolute;
  background-color: #d74e26;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.sidebar .sidebar-list .sidebar-content {
  padding: 15px 20px 20px;
}
.sidebar .sidebar-list .sidebar-content li {
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.2;
}
.sidebar .sidebar-list .sidebar-content li:first-child {
  padding-top: 0;
}
.sidebar .sidebar-list .sidebar-content li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.main-content {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .main-content {
    margin: 50px 0;
  }
}
.content-head {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-head {
    margin-bottom: 50px;
  }
}
.content-head h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .content-head h2 {
    font-size: 44px;
  }
}
.content-head p {
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.kp-list-wrap a:hover {
  text-decoration: none;
}
.kp-list-wrap .kp-badge {
  background-color: rgba(222, 222, 222, 0.46);
  font-style: italic;
  font-size: 12px;
  padding: 2px 6px;
  line-height: 1.6;
  display: inline-block;
  color: #666;
  margin-bottom: 8px;
  margin-right: 7px;
  max-width: max-content;
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-badge {
    margin-bottom: 20px;
  }
}
.kp-list-wrap .kp-list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-list-detail {
    margin-bottom: 20px;
  }
}
.kp-list-wrap .kp-list-detail .author-img {
  border-radius: 50%;
  background-color: rgba(222, 222, 222, 0.46);
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(222, 222, 222, 0.6);
}
.kp-list-wrap .kp-list-detail .detail-content {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 8px 0 5px;
  position: relative;
}
.kp-list-wrap .kp-list-detail .detail-content.content-date {
  margin: 0 14px;
}
.kp-list-wrap .kp-list-detail .detail-content.content-date::before {
  content: "";
  border-radius: 50%;
  background-color: #d74e26;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.kp-list-wrap .kp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-list {
    margin-bottom: 50px;
  }
}
.kp-list-wrap .kp-list:last-child {
  margin-bottom: 0;
}
.kp-list-wrap .kp-list .article-featured-img {
  font-size: 0;
  line-height: 1;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  /*height: 170px;*/
  padding: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .kp-list-wrap .kp-list .article-featured-img {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-list .article-featured-img {
    /*height: 220px;*/
    flex: 0 0 380px;
    max-width: 380px;
  }
}
.kp-list-wrap .kp-list .article-featured-img img {
  border-radius: 4px;
  height: 100%;
}
.kp-list-wrap .kp-list .article-featured-img.no-img {
  background-color: rgba(0, 0, 0, 0.19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 220px;
  border-radius: 4px;
}
.kp-list-wrap .kp-list .article-featured-img.no-img img {
  filter: brightness(0.6);
  object-fit: scale-down;
}
.kp-list-wrap .kp-list .kp-list-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .kp-list-wrap .kp-list .kp-list-right {
    padding: 0 10px 0 30px;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-list .kp-list-right {
    flex: 0 0 calc(100% - 380px);
    max-width: calc(100% - 380px);
  }
}
.kp-list-wrap .kp-list .kp-list-right .article-featured-heading {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 20px;
  transition: all 0.3s ease-in;
  margin-top: 0;
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-list .kp-list-right .article-featured-heading {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .kp-list-wrap .kp-list .kp-list-right .article-featured-heading {
    font-size: 26px;
  }
}
.kp-list-wrap .kp-list .kp-list-right .article-featured-heading a {
  color: #000000;
  font-family: "Artifakt Legend";
  text-decoration-color: #1d91d0;
}
.kp-list-wrap .kp-list .kp-list-right .article-featured-heading a:hover {
  text-decoration: underline;
}
.kp-list-wrap .kp-list .kp-list-right p {
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .kp-list-wrap .kp-list .kp-list-right p {
    font-size: 16px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
.pagination .page-numbers {
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  font-size: 16px;
  color: #000000;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.pagination .page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.pagination .page-numbers:focus, .pagination .page-numbers:hover {
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #000000;
  color: #FFFFFF;
}
#user-registration.user-registration {
  box-shadow: none !important;
  margin: 0;
}
#user-registration.user-registration .user-registration-MyAccount-navigation {
  background-color: whitesmoke;
  border-bottom-color: gainsboro !important;
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul {
  justify-content: flex-start !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link a {
  font-family: "Artifakt Element", Helvetica, Arial, sans-serif;
  color: #666;
  padding: 12px 10px 12px 38px !important;
  font-size: 14px;
  line-height: 1.6;
  transition: all 0.3s ease-in;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  #user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link a {
    padding: 19px 50px 19px 60px !important;
    font-size: 16px;
  }
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link a::before {
  content: "";
  background: url("../images/user-info.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  filter: contrast(0);
  transition: all 0.3s ease-in;
  position: absolute;
  left: 14px;
  top: 15px;
}
@media (min-width: 768px) {
  #user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link a::before {
    width: 25px;
    height: 25px;
    left: 28px;
    top: 19px;
  }
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link a:hover {
  font-weight: 700;
  color: #000000;
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link a:hover::before {
  filter: contrast(1);
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link.user-registration-MyAccount-navigation-link--edit-password a::before {
  background-image: url("../images/change-password.svg");
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link.custom-contact-info a::before {
  background-image: url("../images/contact-info.svg");
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link.is-active a {
  background-color: transparent !important;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-weight: 700;
}
#user-registration.user-registration .user-registration-MyAccount-navigation > ul .user-registration-MyAccount-navigation-link.is-active a::before {
  filter: contrast(1);
}
#user-registration.user-registration .user-registration-MyAccount-content {
  padding: 30px 0 0 !important;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #user-registration.user-registration .user-registration-MyAccount-content {
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  #user-registration.user-registration .user-registration-MyAccount-content {
    max-width: 45%;
  }
}
#user-registration.user-registration .user-registration-MyAccount-content .btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header {
  margin: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content > p {
  font-weight: 400;
  margin: 0;
  word-break: break-all;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content label, #user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content input, #user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content p {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  font-size: 16px;
  min-height: auto;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content label {
  font-weight: 700;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content input {
  padding: 0;
  border: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content .profile-img-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content .profile-img-wrapper .note {
  display: none;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content .profile-img-wrapper .profile-img {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  width: 120px;
  border-radius: 4px;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content .profile-img-wrapper .profile-img .profile-preview {
  object-fit: cover;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content .profile-img-wrapper .profile-img input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .profile-input-content .profile-img-wrapper .profile-img .upload-photo-wrap {
  display: none;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .success-message p {
  margin: 10px 0;
  padding: 10px;
  background: rgba(92, 184, 92, 0.3);
  color: #5cb85c;
  border-radius: 4px;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header .error-message p {
  margin: 10px 0;
  padding: 10px;
  background: rgba(237, 67, 55, 0.1);
  color: #ed4337;
  border-radius: 4px;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content input {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content input.atcuserrole {
  padding: 0;
  border: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .note {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
  color: rgba(34, 34, 34, 0.5);
  max-width: 100%;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .profile-img {
  position: relative;
  font-size: 0;
  line-height: 1;
  width: 120px;
  height: 120px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .profile-img input {
  pointer-events: inherit;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  cursor: pointer;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .profile-img .upload-photo-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .profile-img .upload-photo-wrap img {
  z-index: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .profile-img .upload-photo-wrap span {
  z-index: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  margin: 8px 0 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .user-registration-profile-header.user-edit-content .profile-input-content .profile-img-wrapper .profile-img .upload-photo-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#user-registration.user-registration .user-registration-MyAccount-content .ur-frontend-form .ur-form-grid {
  padding: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .ur-frontend-form .ur-form-grid fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
#user-registration.user-registration .user-registration-MyAccount-content .ur-frontend-form .ur-form-grid fieldset legend {
  display: none;
}
#user-registration.user-registration .user-registration-MyAccount-content .ur-frontend-form .ur-form-grid fieldset .user-registration-form-row label {
  margin: 0 0 6px;
  color: #000000;
}
#user-registration.user-registration .user-registration-MyAccount-content .ur-frontend-form .ur-form-grid fieldset .user-registration-form-row input {
  padding: 7px 10px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#user-registration.user-registration .user-registration-error {
  margin-top: 5px !important;
}
.article-img {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  /*height: 150px;*/
  padding: 5px;
  border: 1px solid #DEDEDE;
  font-size: 0;
  /*@include min768{
    height: auto;
    min-height: 150px;
  }
  @include min1200{
    min-height: 200px;
  }
  @include min1900{
    min-height: 300px;
  }*/
}
@media (min-width: 768px) {
  .article-img {
    max-width: 500px;
  }
}
.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-img.no-img {
  background-color: rgba(0, 0, 0, 0.19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}
.article-img.no-img img {
  filter: brightness(0.6);
  object-fit: scale-down;
}
.article-content .kp-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .article-content .kp-list-wrap {
    max-width: 500px;
  }
}
.article-content .kp-list-wrap .kp-badge {
  font-size: 14px;
  margin-right: 0;
}
.article-content .kp-list-wrap .detail-content {
  font-size: 16px;
}
.article-content * {
  color: #000000;
}
.article-content blockquote {
  margin-left: 0;
}
.article-content p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.article-content a {
  text-decoration: underline;
  word-wrap: break-word;
  font-weight: 700;
}
.article-content a:hover {
  color: #d74e26;
}
.article-content ul {
  list-style: disc;
}
.article-content ol {
  list-style: decimal;
}
.article-content ul, .article-content ol {
  margin-bottom: 15px;
  list-style-position: inside;
}
.article-content ul li, .article-content ol li {
  line-height: 1.2;
  margin-bottom: 5px;
}
.article-content ul ul, .article-content ul ol, .article-content ol ul, .article-content ol ol {
  padding-left: 15px;
  margin-top: 15px;
}
.article-content .media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.article-content .media-wrapper .media-img {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  height: 150px;
}
@media (min-width: 576px) {
  .article-content .media-wrapper .media-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .article-content .media-wrapper .media-img {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 190px;
  }
}
@media (min-width: 992px) {
  .article-content .media-wrapper .media-img {
    flex: 0 0 213px;
    max-width: 213px;
    height: 207px;
  }
}
.article-content .media-wrapper .media-img.media-video {
  position: relative;
}
.article-content .media-wrapper .media-img.media-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/play-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
  .article-content .media-wrapper .media-img.media-video::before {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .article-content .media-wrapper .media-img.media-video::before {
    opacity: 0;
  }
}
.article-content .media-wrapper .media-img.media-video:hover::before {
  opacity: 1;
}
.article-content .media-wrapper .media-img video {
  width: 100%;
  height: 100%;
  border: 1px solid #DEDEDE;
}
.article-content .media-wrapper .media-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #DEDEDE;
}
.article-content .media-wrapper .media-img span {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  padding: 6px;
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
@media (min-width: 1024px) {
  .article-content .media-wrapper .media-img span {
    transform: translateY(100%);
  }
}
.article-content .media-wrapper .media-img:hover span {
  transform: translateY(0);
}
.create-article .acf-label .description {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
  color: rgba(34, 34, 34, 0.5);
  max-width: 100%;
}
.create-article .updated p {
  margin: 0 0 10px;
  padding: 10px;
  background: rgba(92, 184, 92, 0.3);
  color: #5cb85c;
  border-radius: 4px;
}
.create-article .acf-error-message .acf-icon:hover {
  text-decoration: none;
}
.create-article .acf-error-message .acf-icon::before {
  margin: 3px 0 0;
}
.create-article .acf-form .acf-fields .acf-field {
  padding: 0 0 20px;
  border: 0;
}
.create-article .acf-form .acf-fields .acf-field.acf-field-select {
  padding-right: 10px;
  border: 0;
}
.create-article .acf-form .acf-fields .acf-field.acf-field-select select {
  height: 40px;
  border-radius: 4px;
  border-color: #DEDEDE;
}
.create-article .acf-form .acf-fields .acf-field.atc-article-category {
  padding-left: 10px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .create-article .acf-form .acf-fields .acf-field.acf-field-select {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.create-article .acf-form .acf-fields .acf-field.acf-field-select .select2-selection__arrow {
  margin: 0;
  height: 40px;
  width: 40px;
  right: 2%;
}
.create-article .acf-form .acf-fields .acf-field.acf-field-select .select2-selection__arrow b {
  display: none;
}
.create-article .acf-form .acf-fields .acf-field .acf-image-uploader {
  border: 1px dashed #DEDEDE;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
}
.create-article .acf-form .acf-fields .acf-field .acf-image-uploader .button {
  max-width: fit-content;
  margin: 10px auto 0 !important;
}
.create-article .acf-form .acf-fields .acf-field .acf-image-uploader .acf-actions {
  display: block;
}
.create-article .acf-form .acf-fields .acf-field .acf-image-uploader .acf-actions .acf-icon:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.create-article .acf-form .acf-fields .acf-field .acf-image-uploader .acf-actions .acf-icon::before {
  margin: 0;
}
.create-article .acf-form .acf-fields .acf-field .acf-gallery {
  height: 300px !important;
}
.create-article .acf-form .acf-fields .acf-field .acf-gallery .acf-gallery-main .acf-gallery-attachment {
  width: 33.33%;
}
@media (min-width: 992px) {
  .create-article .acf-form .acf-fields .acf-field .acf-gallery .acf-gallery-main .acf-gallery-attachment {
    width: 10%;
  }
}
.create-article .acf-form .acf-fields .acf-field .acf-gallery .acf-gallery-main .acf-gallery-attachment .actions {
  display: block;
}
.create-article .acf-form .acf-fields .acf-field .acf-gallery .acf-gallery-main .acf-gallery-attachment .actions a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.create-article .acf-form .acf-fields .acf-field .acf-gallery .acf-gallery-toolbar .button {
  margin-bottom: 0 !important;
}
.create-article .acf-form .acf-fields .acf-field .acf-gallery .acf-gallery-toolbar .acf-hl li {
  max-width: 50%;
}
.create-article .acf-form .acf-fields .wp-editor-tools .wp-media-buttons .button {
  padding: 4px 7px !important;
  margin: 0 5px 5px 0 !important;
  font-weight: 500;
  border-color: #DEDEDE !important;
  min-height: auto;
  line-height: 1;
}
.create-article .acf-form .acf-fields .wp-editor-container .quicktags-toolbar input {
  width: auto;
  color: #222222;
  padding: 8px !important;
  margin: 2px !important;
  border-color: #DEDEDE !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  min-height: auto;
}
@media (min-width: 992px) {
  .create-article .acf-form .acf-fields .wp-editor-container .quicktags-toolbar input {
    padding: 10px !important;
  }
}
.create-article .acf-form .acf-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -10px;
}
.acf-spinner {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
  background: transparent url("../images/spinner.gif") no-repeat 50% 50%;
  margin-right: 10px;
  display: none;
}
.acf-spinner.acf-loaded {
  display: inline-block;
}
.faq-filter {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .faq-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px 30px;
  }
}
.faq-filter input, .faq-filter select {
  border-color: #dbdbdb;
  border-radius: 4px;
  min-width: 250px;
}
.faq-filter input:placeholder-shown, .faq-filter input::placeholder, .faq-filter select:placeholder-shown, .faq-filter select::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.faq-filter .faq-search, .faq-filter .faq-category {
  margin-bottom: 10px;
  padding: 0 10px;
}
.faq-filter .faq-search {
  position: relative;
}
.faq-filter .faq-search::after {
  content: "";
  position: absolute;
  background-image: url(../images/Search.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  filter: brightness(0.5);
}
.faq-wrapper .faq-wrap-list {
  border-bottom: 1px solid #DEDEDE;
  padding: 0 16px;
  transition: all 0.3s ease-in;
}
.faq-wrapper .faq-wrap-list .faq-title {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
  padding: 12px 17px 12px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-wrapper .faq-wrap-list .faq-title {
    font-size: 16px;
  }
}
.faq-wrapper .faq-wrap-list .faq-title p {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .faq-wrapper .faq-wrap-list .faq-title p {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.faq-wrapper .faq-wrap-list .faq-title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-in;
}
.faq-wrapper .faq-wrap-list .faq-title .category-badge {
  background-color: rgba(222, 222, 222, 0.46);
  font-style: italic;
  font-size: 12px;
  padding: 2px 6px;
  line-height: 1.6;
  display: inline-block;
  color: #666;
  margin-bottom: 0;
  font-weight: 500;
}
.faq-wrapper .faq-wrap-list .faq-content {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  padding: 8px 0 16px;
  display: none;
}
@media (min-width: 768px) {
  .faq-wrapper .faq-wrap-list .faq-content {
    font-size: 16px;
  }
}
.faq-wrapper .faq-wrap-list .faq-content a {
  text-decoration: underline;
}
.faq-wrapper .faq-wrap-list.active {
  border-bottom: 0;
  box-shadow: 0 2px 4px rgba(137, 137, 137, 0.12);
  margin-bottom: 16px;
  border-radius: 8px;
}
.faq-wrapper .faq-wrap-list.active .faq-title::after {
  transform: rotate(45deg);
}
.no-data-error {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .no-data-error {
    font-size: 25px;
  }
}
.error404 header {
  padding-bottom: 0;
}
.error404 header .nav-header {
  border: 0;
}
.error404 .banner-section {
  display: none;
}
@media (min-width: 992px) {
  .error404 .banner-section {
    display: block;
    padding: 5px 0;
  }
}
.error404 .error-404 {
  text-align: center;
}
.error404 .error-404 h1 {
  font-size: 80px;
  line-height: 1;
}
@media (min-width: 992px) {
  .error404 .error-404 h1 {
    font-size: 120px;
  }
}
.error404 .error-404 p {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .error404 .error-404 p {
    max-width: 50%;
    margin: 0 auto;
  }
}
.error404 .error-404 .btn-wrap {
  margin-top: 30px;
}
.error404 .error-404 .btn-wrap .btn {
  display: inline-block;
}
.media-frame-router .media-router .media-menu-item {
  color: #000000;
}
.banner-section {
  background-color: #222222;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .banner-section {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .banner-section {
    padding: 86px 0 100px;
  }
}
.banner-section h1 {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 992px) {
  .banner-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .banner-section h1 {
    font-size: 56px;
  }
}
.banner-section h1 span {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.2;
  color: #ffff00;
  margin: 0;
  font-family: "Artifakt Legend";
}
@media (min-width: 992px) {
  .banner-section h1 span {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .banner-section h1 span {
    font-size: 56px;
  }
}
.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar {
  max-width: 343px;
  flex: 343px;
}
.sidebar .sidebar-list {
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 4px rgba(222, 222, 222, 0.8);
  border-radius: 4px;
  margin-bottom: 30px;
}
.sidebar .sidebar-list .sidebar-title {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  padding: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.sidebar .sidebar-list .sidebar-title::before {
  content: "";
  position: absolute;
  background-color: #d74e26;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.sidebar .sidebar-list .sidebar-content {
  padding: 15px 20px 20px;
}
.sidebar .sidebar-list .sidebar-content li {
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.2;
}
.sidebar .sidebar-list .sidebar-content li:first-child {
  padding-top: 0;
}
.sidebar .sidebar-list .sidebar-content li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.card-wrapper {
  padding: 25px 15px 10px;
  background-color: #FAFAFA;
  margin: 30px 0 50px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .card-wrapper {
    padding: 40px 30px 30px;
  }
}
.card-wrapper.no-bg {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .card-wrapper.no-bg .card-inner-wrap .card-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-wrapper.no-bg .card-inner-wrap .card-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.card-wrapper .section-head {
  margin-bottom: 30px;
}
.card-wrapper .section-head .sec-title {
  font-size: 28px;
  margin: 0;
}
.card-wrapper .section-head p {
  margin: 10px 0 0;
}
.card-wrapper .card-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.card-wrapper .card-inner-wrap .card-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card-wrapper .card-inner-wrap .card-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-wrapper .card-inner-wrap .card-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.card-wrapper .card-inner-wrap .card-box .box-inner {
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 4px rgba(222, 222, 222, 0.8);
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-wrapper .card-inner-wrap .card-box .card-img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.card-wrapper .card-inner-wrap .card-box .card-img img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.card-wrapper .card-inner-wrap .card-box .card-content {
  padding: 24px;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-wrapper .card-inner-wrap .card-box .card-content .card-bottom-link a {
  font-weight: 600;
  line-height: 1.4;
}
.card-wrapper .card-inner-wrap .card-box .card-content .card-bottom-link a img {
  vertical-align: bottom;
  width: 19px;
  margin-right: 5px;
  border: 0;
  object-fit: contain;
}
.card-wrapper .card-inner-wrap .card-box .card-content .card-top-content {
  margin-bottom: 10px;
}
.card-wrapper .card-inner-wrap .card-box .card-content .card-top-content .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.card-wrapper .card-inner-wrap .card-box .card-content .card-top-content .title {
  font-size: 24px;
  margin: 0 0 10px;
}
.card-wrapper .card-inner-wrap .card-box .card-content .card-top-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.card-wrapper.bg-image-wrap .card-inner-wrap .card-box {
  min-height: 500px;
}
.card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner {
  background-image: url("https://damassets.autodesk.net/content/dam/autodesk/www/edu-community/home/students-7471-ed.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  justify-content: flex-end;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}
.card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content {
  flex-grow: unset;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding-top: 50px;
}
.card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content .subtitle, .card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content .title, .card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content p, .card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content a {
  color: #FFFFFF;
}
.card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content .card-bottom-link a img {
  filter: contrast(0) brightness(10);
}
.card-wrapper.bg-image-wrap .card-inner-wrap .card-box .box-inner .card-content .card-top-content * {
  color: #FFFFFF;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-faq-template .main-content p {
  font-weight: 400;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .login-wrapper {
    height: 100vh;
  }
}
.login-wrapper .login-left-content, .login-wrapper .login-right-form {
  padding: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .login-wrapper .login-left-content, .login-wrapper .login-right-form {
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.login-wrapper .login-left-content .login-container, .login-wrapper .login-right-form .login-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .login-wrapper .login-left-content .login-container, .login-wrapper .login-right-form .login-container {
    max-width: 460px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .login-wrapper .login-right-form {
    padding: 25px 15px;
  }
}
@media (min-width: 1400px) {
  .login-wrapper .login-right-form {
    padding-left: 153px;
  }
  .login-wrapper .login-right-form .login-container {
    margin-left: 0;
  }
}
.login-wrapper .login-right-form h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .login-wrapper .login-right-form h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .login-wrapper .login-right-form h3 {
    font-size: 34px;
  }
}
.login-wrapper .login-right-form #user-registration {
  margin: 0 !important;
  box-shadow: none !important;
  max-width: none !important;
  padding: 0 !important;
}
.login-wrapper .login-right-form #user-registration p {
  font-weight: 400;
}
.login-wrapper .login-right-form #user-registration .user-registration-message {
  margin-bottom: 10px;
}
.login-wrapper .login-right-form #user-registration .back-btn {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  margin-top: 20px;
}
.login-wrapper .login-right-form #user-registration .back-btn a:hover {
  color: #d74e26;
}
.login-wrapper .login-right-form #user-registration .back-btn.logged-in-btn {
  text-align: left;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form {
  border: 0;
  padding: 0;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid {
  padding: 0;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid > p {
  margin-bottom: 20px !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid label {
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin: 0 0 6px !important;
  font-weight: 400 !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid label .required {
  margin-left: 0;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid input {
  border-color: #DEDEDE !important;
  padding: 8px !important;
  border-radius: 8px !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-Button {
  border-radius: 4px;
  margin: 0 0 20px !important;
  width: 100%;
  background-color: #000000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-Button:hover {
  border-color: #000000;
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .remember_lostpassword_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-form__label {
  cursor: pointer;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-form__label .user-registration-form__input {
  margin: 0 4px 1px 0;
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  appearance: auto;
  cursor: pointer;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-LostPassword {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-LostPassword a {
  text-underline-offset: auto !important;
  color: #000000 !important;
}
.login-wrapper .login-right-form #user-registration .ur-frontend-form .ur-form-grid .user-registration-LostPassword a:hover {
  color: #d74e26 !important;
}
.login-wrapper .login-right-form #user-registration .user-registration-error {
  margin-bottom: 15px;
  line-height: 1.4;
}
.login-wrapper .login-right-form #user-registration .user-registration-error::before {
  margin-right: 5px;
}
.login-wrapper .login-right-form .login-dropdown-wrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.login-wrapper .login-right-form .login-dropdown-wrap label {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 6px;
  display: block;
}
.login-wrapper .login-right-form .login-dropdown-wrap select {
  min-width: auto;
  border-color: #dbdbdb;
  border-radius: 8px;
}
.login-wrapper .login-right-form .login-dropdown-wrap select:placeholder-shown, .login-wrapper .login-right-form .login-dropdown-wrap select::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.login-wrapper .login-left-content {
  background-color: #000000;
}
.login-wrapper .login-left-content .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-wrapper .login-left-content .logo-wrap a {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.login-wrapper .login-left-content .login-title {
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 31px;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .login-wrapper .login-left-content .login-title {
    font-size: 42px;
    margin: 24px 0;
  }
}
@media (min-width: 1200px) {
  .login-wrapper .login-left-content .login-title {
    font-size: 56px;
    margin: 32px 0;
  }
}
.login-wrapper .login-left-content .login-title span {
  color: #ffff00;
  line-height: 1.2;
  font-size: 31px;
  margin: 15px 0;
  font-family: "Artifakt Legend";
}
@media (min-width: 992px) {
  .login-wrapper .login-left-content .login-title span {
    font-size: 42px;
    margin: 24px 0;
  }
}
@media (min-width: 1200px) {
  .login-wrapper .login-left-content .login-title span {
    font-size: 56px;
    margin: 32px 0;
  }
}
.login-wrapper .login-left-content p {
  max-width: 89%;
  color: rgba(228, 219, 219, 0.7);
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .login-wrapper .login-left-content p {
    line-height: 1.6;
    font-size: 16px;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.scroll_hide {
  overflow: hidden;
}
header {
  background-color: #000000;
  padding: 10px 0;
}
@media (min-width: 768px) {
  header .top-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  header .top-header .mob-view {
    display: none !important;
  }
}
header .top-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 991px) {
  header .top-header .header-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  header .top-header .header-right .user-dropdown, header .top-header .header-right .header-logo {
    display: none;
  }
}
header .top-header .header-right .header-logo {
  width: auto;
  height: 30px;
}
header .top-header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  header .top-header .header-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  header .top-header .header-left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
header .top-header .header-left .header-logo {
  margin-right: 50px;
  max-width: 140px;
}
@media (min-width: 0px) and (max-width: 991px) {
  header .top-header .header-left .header-searchbar {
    display: none;
  }
}
header .top-header .header-left .mob-burger {
  width: 25px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  header .top-header .header-left .mob-burger {
    display: none;
  }
}
header .top-header .header-left .mob-burger span {
  background-color: #FFFFFF;
  height: 2px;
  width: 100%;
  margin: 3px 0;
  display: block;
  position: relative;
}
header .top-header .header-left .mob-burger span::before, header .top-header .header-left .mob-burger span::after {
  content: "";
  background-color: #FFFFFF;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -8px;
}
header .top-header .header-left .mob-burger span::after {
  top: auto;
  bottom: -8px;
}
header .top-header .header-left .mob-head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .top-header .header-searchbar {
  position: relative;
  background-color: #212121;
  border-radius: 4px;
  max-width: 127px;
  width: 100%;
}
@media (min-width: 576px) {
  header .top-header .header-searchbar {
    max-width: 250px;
  }
}
@media (min-width: 1340px) {
  header .top-header .header-searchbar {
    max-width: 62%;
  }
}
header .top-header .header-searchbar::before {
  content: "";
  position: absolute;
  background-image: url("../images/Search.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 9px;
}
header .top-header .header-searchbar .header-searchbar {
  max-width: 100%;
}
header .top-header .header-searchbar input {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  border: 0;
  padding-left: 30px;
}
header .top-header .header-searchbar input:placeholder-shown, header .top-header .header-searchbar input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
header .top-header .right-dropdown-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .top-header .language-dropdown .navabar > .menu-item {
  background: transparent;
}
header .top-header .language-dropdown .navabar > .menu-item > a {
  background: transparent;
  font-size: 14px;
}
@media (min-width: 576px) {
  header .top-header .language-dropdown .navabar > .menu-item > a {
    font-size: 16px;
  }
}
header .top-header .language-dropdown .navabar > .menu-item > a::before {
  top: 2px;
}
@media (min-width: 576px) {
  header .top-header .language-dropdown .navabar > .menu-item > a::before {
    top: 4px;
  }
}
header .top-header .language-dropdown .navabar > .menu-item > a span {
  color: #FFFFFF;
  margin: 0;
}
header .top-header .language-dropdown .navabar > .menu-item > a > .wpml-ls-native {
  display: none;
}
header .top-header .language-dropdown .navabar > .menu-item .sub-menu .menu-item a {
  line-height: 1;
  background: transparent;
}
header .top-header .language-dropdown .navabar > .menu-item .sub-menu .menu-item a .wpml-ls-native {
  margin-bottom: 0;
  vertical-align: middle;
}
header .top-header .language-dropdown .navabar > .menu-item .sub-menu .menu-item.active a, header .top-header .language-dropdown .navabar > .menu-item .sub-menu .menu-item:hover a {
  background-color: rgba(222, 222, 222, 0.4);
  border-radius: 4px;
}
header .top-header .language-dropdown .sub-menu {
  right: 0;
  left: auto;
}
header .top-header .wpml-dropdown-switcher {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  header .top-header .wpml-dropdown-switcher {
    margin-left: 20px;
    padding-left: 20px;
  }
}
header .top-header .wpml-dropdown-switcher.is_admin {
  border-left: 0;
}
header .top-header .wpml-dropdown-switcher .wpml-ls {
  width: auto;
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item {
  padding: 7px 0;
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item:hover .wpml-ls-sub-menu {
  opacity: 1;
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item.wpml-ls-current-language > .wpml-ls-link {
  color: #FFFFFF;
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item.wpml-ls-current-language > .wpml-ls-link > .wpml-ls-native {
  color: #FFFFFF;
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item-toggle {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  padding: 0;
  padding-right: calc(0px + 1.4em);
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 576px) {
  header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item-toggle {
    padding-right: calc(5px + 1.4em);
    font-size: 16px;
  }
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item-toggle::after {
  border: 0;
  top: 2px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  right: 0;
}
@media (min-width: 576px) {
  header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item-toggle::after {
    right: 10px;
  }
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-item-toggle .wpml-ls-native {
  color: #FFFFFF;
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-sub-menu {
  border-radius: 8px;
  background: #FFFFFF;
  top: 100%;
  min-width: 110px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.5);
  padding: 5px;
  border: 0;
  opacity: 0;
}
@media (min-width: 576px) {
  header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-sub-menu {
    min-width: 180px;
    left: -60%;
  }
}
header .top-header .wpml-dropdown-switcher .wpml-ls .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link {
  border: 0;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
}
header .top-header .user-dropdown {
  margin: 0 0 0 10px;
}
@media (min-width: 992px) {
  header .top-header .user-dropdown {
    margin: 0 16px;
  }
}
header .top-header .user-dropdown .menu-item {
  word-wrap: break-word;
}
header .top-header .user-dropdown > .menu-item > a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 0;
}
header .top-header .user-dropdown > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
header .top-header .user-dropdown > .menu-item .menu-profile-menu-container {
  border-top: 1px dashed rgba(34, 34, 34, 0.2);
  border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
  padding: 5px 0;
  margin: 5px 0;
}
header .top-header .user-dropdown > .menu-item .sub-menu {
  padding: 5px 0;
}
header .top-header .user-dropdown > .menu-item .sub-menu > .menu-item {
  padding: 0 5px;
}
header .top-header .user-dropdown > .menu-item .sub-menu > .menu-item p {
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 10px;
  margin: 0;
  color: #949494;
}
header .top-header .user-dropdown > .menu-item .sub-menu > .menu-item p.name {
  color: #222222;
  font-weight: 700;
}
header .top-header .user-dropdown > .menu-item .sub-menu > .menu-item .logout-link {
  color: #d74e26;
  font-weight: 600;
}
header .top-header .user-dropdown .sub-menu {
  right: 0;
  left: auto;
}
header .nav-header {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 12px;
}
@media (min-width: 768px) {
  header .nav-header {
    padding-top: 7px;
  }
}
header .nav-header .close-icon {
  position: absolute;
  top: 26px;
  right: 12px;
  font-size: 22px;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 991px) {
  header .nav-header .menu-primary-menu-container {
    background: #222222;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
  }
  header .nav-header .menu-primary-menu-container .navabar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  header .nav-header .menu-primary-menu-container .navabar > .menu-item {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .nav-header .menu-primary-menu-container .navabar > .menu-item > a {
    font-size: 21px;
    display: block;
    width: 90%;
  }
  header .nav-header .menu-primary-menu-container .navabar > .menu-item > a::before {
    right: -12px;
    top: 4px;
  }
}
header .nav-header .header-logo {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 7px;
  opacity: 0;
  visibility: hidden;
}
.navabar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.navabar > .menu-item {
  padding: 7px 0;
  position: relative;
  margin: 0 6px;
}
.navabar > .menu-item > a {
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .navabar > .menu-item:first-child a {
    padding-left: 0;
  }
}
.navabar > .menu-item .sub-menu {
  border-radius: 8px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.5);
  padding: 5px;
}
.navabar > .menu-item .sub-menu .menu-item {
  transition: all 0.3s ease-in;
}
.navabar > .menu-item .sub-menu .menu-item a {
  display: block;
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 10px;
  text-decoration: none;
  word-break: auto-phrase;
}
.navabar > .menu-item .sub-menu .menu-item:hover > a {
  border-radius: 8px;
  background-color: rgba(222, 222, 222, 0.4);
}
.navabar > .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  word-break: break-all;
}
.navabar > .menu-item.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 4px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.menu_open .nav-header .menu-primary-menu-container, .menu_open .nav-header .close-icon, .menu_open .nav-header .header-logo {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 991px) {
  .admin-bar .nav-header .menu-primary-menu-container {
    top: 46px;
  }
}
footer {
  background-color: #FAFAFA;
  border-top: 1px solid #DEDEDE;
}
footer .footer-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}
@media (min-width: 992px) {
  footer .footer-inner-wrap {
    padding: 64px 0 59px;
  }
}
@media (min-width: 992px) {
  footer .footer-inner-wrap .footer-inner {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  footer .footer-inner-wrap .footer-inner {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
footer .footer-inner-wrap .footer-inner.footer-inner-right {
  margin-top: 40px;
}
@media (min-width: 992px) {
  footer .footer-inner-wrap .footer-inner.footer-inner-right {
    margin-top: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  footer .footer-inner-wrap .footer-inner.footer-inner-right {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (min-width: 1600px) {
  footer .footer-inner-wrap .footer-inner.footer-inner-right {
    flex: 0 0 27%;
    max-width: 27%;
  }
}
footer .footer-inner-wrap .pages-link .navabar {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer .footer-inner-wrap .pages-link .navabar {
    padding-top: 42px;
  }
}
footer .footer-inner-wrap .pages-link .navabar .menu-item {
  margin: 0;
  padding: 0;
}
footer .footer-inner-wrap .pages-link .navabar .menu-item a {
  font-size: 16px;
  line-height: 1.2;
  padding: 0 12px 0 0;
  margin: 0 12px 8px 0;
  display: block;
  position: relative;
  color: #000000;
}
footer .footer-inner-wrap .pages-link .navabar .menu-item a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #000000;
}
footer .footer-inner-wrap .pages-link .navabar .menu-item:last-child a::before {
  display: none;
}
@media (max-width: 768px) {
  footer .footer-inner-wrap .pages-link .navabar .menu-item .sub-menu {
    min-width: 100%;
  }
}
footer .footer-inner-wrap .pages-link .navabar .menu-item .sub-menu .menu-item a {
  padding-right: 0;
  margin-right: 0;
}
footer .footer-inner-wrap .pages-link .navabar .menu-item .sub-menu .menu-item a::before {
  display: none;
}
footer .footer-inner-wrap .footer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 13px;
  width: 100%;
}
footer .footer-inner-wrap .footer-detail .contact-detail {
  margin-left: 12px;
  font-size: 16px;
  line-height: 1.2;
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
}
footer .footer-inner-wrap .footer-detail .contact-detail a, footer .footer-inner-wrap .footer-detail .contact-detail span {
  display: block;
  margin-bottom: 4px;
}
footer .footer-inner-wrap .social-media {
  margin: 0 -4px;
}
footer .footer-inner-wrap .social-media a {
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  transition: all 0.3s ease-in;
}
footer .footer-inner-wrap .social-media a img {
  transition: all 0.3s ease-in;
}
footer .footer-inner-wrap .social-media a:hover {
  background-color: #222222;
}
footer .footer-inner-wrap .social-media a:hover img {
  filter: contrast(0) brightness(10);
}
footer .copyright-footer {
  background-color: #DEDEDE;
}
footer .copyright-footer p {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.2;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyright-footer p {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  footer .copyright-footer p {
    margin-bottom: 0;
  }
}
footer .copyright-footer .footer-inner-wrap {
  padding: 14px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .copyright-footer .footer-inner-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.user-registration-error li {
  display: inline-block;
}
/*# sourceMappingURL=main.css.map */