.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-893bab53-c845-4569-99e0-88b170e051a4 {
  text-align: left;
}


  #s-893bab53-c845-4569-99e0-88b170e051a4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-893bab53-c845-4569-99e0-88b170e051a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-893bab53-c845-4569-99e0-88b170e051a4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-893bab53-c845-4569-99e0-88b170e051a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-893bab53-c845-4569-99e0-88b170e051a4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-893bab53-c845-4569-99e0-88b170e051a4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9ff2d741-0a35-4fe4-824f-c7099fe2690d {
  text-align: center;
}
@media (max-width: 767px){#s-9ff2d741-0a35-4fe4-824f-c7099fe2690d {
  display: none;
}
#s-9ff2d741-0a35-4fe4-824f-c7099fe2690d, #wrap-s-9ff2d741-0a35-4fe4-824f-c7099fe2690d { display:none !important; }}






  #s-9ff2d741-0a35-4fe4-824f-c7099fe2690d img.shogun-image {
    

    
    
    
  }


#s-9ff2d741-0a35-4fe4-824f-c7099fe2690d .shogun-image-content {
  
    align-items:  flex-start;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-45c71d96-61a8-4f48-ad48-a2a5d317fff2 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45c71d96-61a8-4f48-ad48-a2a5d317fff2 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-45c71d96-61a8-4f48-ad48-a2a5d317fff2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 65px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-45c71d96-61a8-4f48-ad48-a2a5d317fff2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-45c71d96-61a8-4f48-ad48-a2a5d317fff2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
@media (min-width: 1200px){#s-8bdad9cb-915b-429d-a52a-ccb7382d2726 {
  display: none;
}
#s-8bdad9cb-915b-429d-a52a-ccb7382d2726, #wrap-s-8bdad9cb-915b-429d-a52a-ccb7382d2726 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bdad9cb-915b-429d-a52a-ccb7382d2726 {
  display: none;
}
#s-8bdad9cb-915b-429d-a52a-ccb7382d2726, #wrap-s-8bdad9cb-915b-429d-a52a-ccb7382d2726 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bdad9cb-915b-429d-a52a-ccb7382d2726 {
  
}
}@media (max-width: 767px){#s-8bdad9cb-915b-429d-a52a-ccb7382d2726 {
  
}
}
#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d {
  display: none;
}
#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d, #wrap-s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d { display:none !important; }}@media (max-width: 767px){#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d {
  display: none;
}
#s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d, #wrap-s-fcac3a5f-2e96-4da1-aeb0-f3daf138937d { display:none !important; }}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-7c60133c-ac36-475e-8c10-05e5840ab1de {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c60133c-ac36-475e-8c10-05e5840ab1de {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7c60133c-ac36-475e-8c10-05e5840ab1de {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-7c60133c-ac36-475e-8c10-05e5840ab1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c60133c-ac36-475e-8c10-05e5840ab1de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c53828f0-e42b-4f2d-88fa-17e9b2bb2179 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c53828f0-e42b-4f2d-88fa-17e9b2bb2179 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-0acb0b5b-d06f-4494-8211-5f3e4c39ade1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0acb0b5b-d06f-4494-8211-5f3e4c39ade1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0acb0b5b-d06f-4494-8211-5f3e4c39ade1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0acb0b5b-d06f-4494-8211-5f3e4c39ade1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0acb0b5b-d06f-4494-8211-5f3e4c39ade1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0acb0b5b-d06f-4494-8211-5f3e4c39ade1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 17px;
}

#s-1a9f1e45-749e-4bfc-abe3-7980eaec3989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-cd7bf502-53db-4063-a6d6-4303f00901c8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: #000;
  font-family: Asap;
  font-size: 17px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(255, 92, 38, 1);
  
  
  
  
  justify-content: center;
}

#s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 92, 38, 1);
}

#s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-error-msg-container, #s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-field-error-msg-container {
  display: none;
}

#s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-error-msg {
  font-size: 17px;
  
  color: rgba(255, 38, 42, 1);
  
  
  
  
  
}

#s-cd7bf502-53db-4063-a6d6-4303f00901c8 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 38, 42, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-42f1fdb7-2989-4c2c-8174-c82fc56e59f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-42f1fdb7-2989-4c2c-8174-c82fc56e59f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42f1fdb7-2989-4c2c-8174-c82fc56e59f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42f1fdb7-2989-4c2c-8174-c82fc56e59f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f1fdb7-2989-4c2c-8174-c82fc56e59f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-2926599b-af58-47b0-9807-9caeb42766cf  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-2926599b-af58-47b0-9807-9caeb42766cf  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-2926599b-af58-47b0-9807-9caeb42766cf .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-2926599b-af58-47b0-9807-9caeb42766cf .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a908a49e-d8ee-4483-88dd-894a6b384220  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-a908a49e-d8ee-4483-88dd-894a6b384220  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a908a49e-d8ee-4483-88dd-894a6b384220 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a908a49e-d8ee-4483-88dd-894a6b384220 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-967c6be5-8422-4725-8c43-e512c29813a5  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-967c6be5-8422-4725-8c43-e512c29813a5  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-967c6be5-8422-4725-8c43-e512c29813a5 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-967c6be5-8422-4725-8c43-e512c29813a5 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(255, 92, 38, 1);
text-align: center;
cursor: pointer;
letter-spacing: 1px;
background-image: none;
hover-type: color;
font-size: 16px;
}
#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1[disabled],
#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1[disabled]:hover,
#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-e06fcddb-06cb-466f-b3e3-d30f1e3caed1 {
  display:  inline-block ;
  width:  auto ;
}


#s-6074771e-af97-47db-8ab2-6ec23ad8d7bf {
  margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6074771e-af97-47db-8ab2-6ec23ad8d7bf {
  margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-6074771e-af97-47db-8ab2-6ec23ad8d7bf {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}







#s-6074771e-af97-47db-8ab2-6ec23ad8d7bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6074771e-af97-47db-8ab2-6ec23ad8d7bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bede0ce-7b36-4cbb-a802-c94034311057 {
  min-height: 50px;
}








#s-6bede0ce-7b36-4cbb-a802-c94034311057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bede0ce-7b36-4cbb-a802-c94034311057.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7194024-86d5-4f36-91e3-3fc0556d131d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a7194024-86d5-4f36-91e3-3fc0556d131d {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-a7194024-86d5-4f36-91e3-3fc0556d131d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-a7194024-86d5-4f36-91e3-3fc0556d131d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-b7220dc7-47f6-49dd-94ff-defbf685e142 {
  margin-left: 2%;
margin-bottom: 40px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-b7220dc7-47f6-49dd-94ff-defbf685e142"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7220dc7-47f6-49dd-94ff-defbf685e142"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7220dc7-47f6-49dd-94ff-defbf685e142"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7220dc7-47f6-49dd-94ff-defbf685e142"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d50cc4fa-eb42-4100-ba70-ae1d08a45ca0 {
  margin-left: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d50cc4fa-eb42-4100-ba70-ae1d08a45ca0 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-d50cc4fa-eb42-4100-ba70-ae1d08a45ca0 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-d50cc4fa-eb42-4100-ba70-ae1d08a45ca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d50cc4fa-eb42-4100-ba70-ae1d08a45ca0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4335d0ba-7cdc-4870-81c2-845ba93b718a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4335d0ba-7cdc-4870-81c2-845ba93b718a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-3a4d148f-32f6-4d3c-b382-b89db2e50576 {
  display: none;
}
#s-3a4d148f-32f6-4d3c-b382-b89db2e50576, #wrap-s-3a4d148f-32f6-4d3c-b382-b89db2e50576 { display:none !important; }}@media (max-width: 767px){#s-3a4d148f-32f6-4d3c-b382-b89db2e50576 {
  display: none;
}
#s-3a4d148f-32f6-4d3c-b382-b89db2e50576, #wrap-s-3a4d148f-32f6-4d3c-b382-b89db2e50576 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a4d148f-32f6-4d3c-b382-b89db2e50576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a4d148f-32f6-4d3c-b382-b89db2e50576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3a4d148f-32f6-4d3c-b382-b89db2e50576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a4d148f-32f6-4d3c-b382-b89db2e50576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px){#s-42b31fbf-f9ff-4be1-a98e-baee6177b99d {
  display: none;
}
#s-42b31fbf-f9ff-4be1-a98e-baee6177b99d, #wrap-s-42b31fbf-f9ff-4be1-a98e-baee6177b99d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42b31fbf-f9ff-4be1-a98e-baee6177b99d {
  display: none;
}
#s-42b31fbf-f9ff-4be1-a98e-baee6177b99d, #wrap-s-42b31fbf-f9ff-4be1-a98e-baee6177b99d { display:none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-60b8b3bd-76bb-4f01-b366-97ba4e020bc2 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-02628a0e-c5ae-461c-a80e-49c5b846e467 {
  margin-left: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02628a0e-c5ae-461c-a80e-49c5b846e467 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-02628a0e-c5ae-461c-a80e-49c5b846e467 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-02628a0e-c5ae-461c-a80e-49c5b846e467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02628a0e-c5ae-461c-a80e-49c5b846e467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c5bcc63-d702-4bcd-9a0f-fbf5d441b019 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c5bcc63-d702-4bcd-9a0f-fbf5d441b019 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-23dbd56d-861e-405e-9f10-f2b639b26903 {
  display: none;
}
#s-23dbd56d-861e-405e-9f10-f2b639b26903, #wrap-s-23dbd56d-861e-405e-9f10-f2b639b26903 { display:none !important; }}@media (max-width: 767px){#s-23dbd56d-861e-405e-9f10-f2b639b26903 {
  display: none;
}
#s-23dbd56d-861e-405e-9f10-f2b639b26903, #wrap-s-23dbd56d-861e-405e-9f10-f2b639b26903 { display:none !important; }}
@media (min-width: 0px) {
[id="s-23dbd56d-861e-405e-9f10-f2b639b26903"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23dbd56d-861e-405e-9f10-f2b639b26903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-23dbd56d-861e-405e-9f10-f2b639b26903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-23dbd56d-861e-405e-9f10-f2b639b26903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px){#s-be492adf-4e12-4ef5-94b9-eee7dc49175f {
  display: none;
}
#s-be492adf-4e12-4ef5-94b9-eee7dc49175f, #wrap-s-be492adf-4e12-4ef5-94b9-eee7dc49175f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be492adf-4e12-4ef5-94b9-eee7dc49175f {
  display: none;
}
#s-be492adf-4e12-4ef5-94b9-eee7dc49175f, #wrap-s-be492adf-4e12-4ef5-94b9-eee7dc49175f { display:none !important; }}
@media (min-width: 1200px){#s-631b691b-8c80-4867-97c7-ed14631c0a87 {
  display: none;
}
#s-631b691b-8c80-4867-97c7-ed14631c0a87, #wrap-s-631b691b-8c80-4867-97c7-ed14631c0a87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-631b691b-8c80-4867-97c7-ed14631c0a87 {
  display: none;
}
#s-631b691b-8c80-4867-97c7-ed14631c0a87, #wrap-s-631b691b-8c80-4867-97c7-ed14631c0a87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-631b691b-8c80-4867-97c7-ed14631c0a87 {
  display: none;
}
#s-631b691b-8c80-4867-97c7-ed14631c0a87, #wrap-s-631b691b-8c80-4867-97c7-ed14631c0a87 { display:none !important; }}
#s-631b691b-8c80-4867-97c7-ed14631c0a87 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-14d89329-3872-4c9f-be2c-df4f25757aa0 {
  margin-left: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14d89329-3872-4c9f-be2c-df4f25757aa0 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-14d89329-3872-4c9f-be2c-df4f25757aa0 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-14d89329-3872-4c9f-be2c-df4f25757aa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d89329-3872-4c9f-be2c-df4f25757aa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459f49ef-5fe1-4bf4-8e58-4c7e5b098853 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-459f49ef-5fe1-4bf4-8e58-4c7e5b098853 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-164a4edd-4f88-4a27-94f7-569ce4e64322 {
  display: none;
}
#s-164a4edd-4f88-4a27-94f7-569ce4e64322, #wrap-s-164a4edd-4f88-4a27-94f7-569ce4e64322 { display:none !important; }}@media (max-width: 767px){#s-164a4edd-4f88-4a27-94f7-569ce4e64322 {
  display: none;
}
#s-164a4edd-4f88-4a27-94f7-569ce4e64322, #wrap-s-164a4edd-4f88-4a27-94f7-569ce4e64322 { display:none !important; }}
@media (min-width: 0px) {
[id="s-164a4edd-4f88-4a27-94f7-569ce4e64322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-164a4edd-4f88-4a27-94f7-569ce4e64322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-164a4edd-4f88-4a27-94f7-569ce4e64322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-164a4edd-4f88-4a27-94f7-569ce4e64322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px){#s-2bc9351c-a849-4a09-bc1d-35bae16a2263 {
  display: none;
}
#s-2bc9351c-a849-4a09-bc1d-35bae16a2263, #wrap-s-2bc9351c-a849-4a09-bc1d-35bae16a2263 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bc9351c-a849-4a09-bc1d-35bae16a2263 {
  display: none;
}
#s-2bc9351c-a849-4a09-bc1d-35bae16a2263, #wrap-s-2bc9351c-a849-4a09-bc1d-35bae16a2263 { display:none !important; }}
#s-b98d53e8-0665-41ef-ab86-eec12c0a0ede {
  margin-left: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b98d53e8-0665-41ef-ab86-eec12c0a0ede {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-b98d53e8-0665-41ef-ab86-eec12c0a0ede {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-b98d53e8-0665-41ef-ab86-eec12c0a0ede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b98d53e8-0665-41ef-ab86-eec12c0a0ede.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac37e66a-8bcd-47d9-97e2-f4e399506307 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-200ec6a4-99d6-4fec-8bce-e372de3eefd6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-200ec6a4-99d6-4fec-8bce-e372de3eefd6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-01c5d458-10b7-4c3d-8ae5-c4accaab305b {
  display: none;
}
#s-01c5d458-10b7-4c3d-8ae5-c4accaab305b, #wrap-s-01c5d458-10b7-4c3d-8ae5-c4accaab305b { display:none !important; }}@media (max-width: 767px){#s-01c5d458-10b7-4c3d-8ae5-c4accaab305b {
  display: none;
}
#s-01c5d458-10b7-4c3d-8ae5-c4accaab305b, #wrap-s-01c5d458-10b7-4c3d-8ae5-c4accaab305b { display:none !important; }}
@media (min-width: 0px) {
[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-01c5d458-10b7-4c3d-8ae5-c4accaab305b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px){#s-3f0f3c9b-64c6-4175-885a-cf44d29bc85a {
  display: none;
}
#s-3f0f3c9b-64c6-4175-885a-cf44d29bc85a, #wrap-s-3f0f3c9b-64c6-4175-885a-cf44d29bc85a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f0f3c9b-64c6-4175-885a-cf44d29bc85a {
  display: none;
}
#s-3f0f3c9b-64c6-4175-885a-cf44d29bc85a, #wrap-s-3f0f3c9b-64c6-4175-885a-cf44d29bc85a { display:none !important; }}
#s-16d77e17-ed4d-4a0c-a816-e26d4c24572d {
  padding-left: 2%;
padding-right: 2%;
}

#s-16d77e17-ed4d-4a0c-a816-e26d4c24572d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1c0238d6-50d1-4064-860f-1b960d1ab8d8 {
  min-height: 50px;
}








#s-1c0238d6-50d1-4064-860f-1b960d1ab8d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0238d6-50d1-4064-860f-1b960d1ab8d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beaba624-c8f6-43f7-bd2f-27bc1394773f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-beaba624-c8f6-43f7-bd2f-27bc1394773f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-beaba624-c8f6-43f7-bd2f-27bc1394773f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-beaba624-c8f6-43f7-bd2f-27bc1394773f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-94331361-7a39-4ff1-928a-2718a87eb8c4 {
  margin-left: 2%;
margin-bottom: 40px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-94331361-7a39-4ff1-928a-2718a87eb8c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94331361-7a39-4ff1-928a-2718a87eb8c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94331361-7a39-4ff1-928a-2718a87eb8c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94331361-7a39-4ff1-928a-2718a87eb8c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14250486-cc90-4df8-913e-f0d9503813b9 {
  margin-left: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14250486-cc90-4df8-913e-f0d9503813b9 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-14250486-cc90-4df8-913e-f0d9503813b9 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-14250486-cc90-4df8-913e-f0d9503813b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14250486-cc90-4df8-913e-f0d9503813b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7b7c246-0dcc-4199-a81e-ae50e0dcfdd9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7b7c246-0dcc-4199-a81e-ae50e0dcfdd9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-2082feaa-6bbd-40ac-9683-e4d43a88a990 {
  display: none;
}
#s-2082feaa-6bbd-40ac-9683-e4d43a88a990, #wrap-s-2082feaa-6bbd-40ac-9683-e4d43a88a990 { display:none !important; }}@media (max-width: 767px){#s-2082feaa-6bbd-40ac-9683-e4d43a88a990 {
  display: none;
}
#s-2082feaa-6bbd-40ac-9683-e4d43a88a990, #wrap-s-2082feaa-6bbd-40ac-9683-e4d43a88a990 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2082feaa-6bbd-40ac-9683-e4d43a88a990"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2082feaa-6bbd-40ac-9683-e4d43a88a990"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2082feaa-6bbd-40ac-9683-e4d43a88a990"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2082feaa-6bbd-40ac-9683-e4d43a88a990"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px){#s-a0458dfd-bac6-4928-8d76-779c93fc1a2d {
  display: none;
}
#s-a0458dfd-bac6-4928-8d76-779c93fc1a2d, #wrap-s-a0458dfd-bac6-4928-8d76-779c93fc1a2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0458dfd-bac6-4928-8d76-779c93fc1a2d {
  display: none;
}
#s-a0458dfd-bac6-4928-8d76-779c93fc1a2d, #wrap-s-a0458dfd-bac6-4928-8d76-779c93fc1a2d { display:none !important; }}
@media (min-width: 1200px){#s-e1854af4-865f-494f-be81-27aebfce22d5 {
  display: none;
}
#s-e1854af4-865f-494f-be81-27aebfce22d5, #wrap-s-e1854af4-865f-494f-be81-27aebfce22d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1854af4-865f-494f-be81-27aebfce22d5 {
  display: none;
}
#s-e1854af4-865f-494f-be81-27aebfce22d5, #wrap-s-e1854af4-865f-494f-be81-27aebfce22d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1854af4-865f-494f-be81-27aebfce22d5 {
  display: none;
}
#s-e1854af4-865f-494f-be81-27aebfce22d5, #wrap-s-e1854af4-865f-494f-be81-27aebfce22d5 { display:none !important; }}
#s-e1854af4-865f-494f-be81-27aebfce22d5 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-37bc161d-d032-4709-a5e7-b4b7df2e7407 {
  margin-left: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37bc161d-d032-4709-a5e7-b4b7df2e7407 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-37bc161d-d032-4709-a5e7-b4b7df2e7407 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-37bc161d-d032-4709-a5e7-b4b7df2e7407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37bc161d-d032-4709-a5e7-b4b7df2e7407.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d880d102-4332-4da8-8d36-2069a07de1cd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d880d102-4332-4da8-8d36-2069a07de1cd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-a9cecffd-4d21-4f20-a9fc-559cb9be672f {
  display: none;
}
#s-a9cecffd-4d21-4f20-a9fc-559cb9be672f, #wrap-s-a9cecffd-4d21-4f20-a9fc-559cb9be672f { display:none !important; }}@media (max-width: 767px){#s-a9cecffd-4d21-4f20-a9fc-559cb9be672f {
  display: none;
}
#s-a9cecffd-4d21-4f20-a9fc-559cb9be672f, #wrap-s-a9cecffd-4d21-4f20-a9fc-559cb9be672f { display:none !important; }}
@media (min-width: 0px) {
[id="s-a9cecffd-4d21-4f20-a9fc-559cb9be672f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9cecffd-4d21-4f20-a9fc-559cb9be672f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a9cecffd-4d21-4f20-a9fc-559cb9be672f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9cecffd-4d21-4f20-a9fc-559cb9be672f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px){#s-ef264397-5a3f-4cce-bfd6-ce027b1b40ac {
  display: none;
}
#s-ef264397-5a3f-4cce-bfd6-ce027b1b40ac, #wrap-s-ef264397-5a3f-4cce-bfd6-ce027b1b40ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef264397-5a3f-4cce-bfd6-ce027b1b40ac {
  display: none;
}
#s-ef264397-5a3f-4cce-bfd6-ce027b1b40ac, #wrap-s-ef264397-5a3f-4cce-bfd6-ce027b1b40ac { display:none !important; }}
#s-3537dc60-498e-427d-a49c-3fac113bbf1a {
  padding-left: 2%;
padding-right: 2%;
}

#s-3537dc60-498e-427d-a49c-3fac113bbf1a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7ae3ec8c-be84-40fd-b35b-3ad3ce720b3d {
  min-height: 50px;
}








#s-7ae3ec8c-be84-40fd-b35b-3ad3ce720b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae3ec8c-be84-40fd-b35b-3ad3ce720b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37fe5884-3871-4927-997b-afa2cc9e666d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-37fe5884-3871-4927-997b-afa2cc9e666d {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-37fe5884-3871-4927-997b-afa2cc9e666d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-37fe5884-3871-4927-997b-afa2cc9e666d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-8e936563-8e11-4ee7-9032-b38cea9ceb78 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8e936563-8e11-4ee7-9032-b38cea9ceb78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e936563-8e11-4ee7-9032-b38cea9ceb78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e936563-8e11-4ee7-9032-b38cea9ceb78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e936563-8e11-4ee7-9032-b38cea9ceb78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dadef3af-d686-4708-891b-626b8adcdf42 {
  padding-left: 2%;
padding-right: 2%;
}

#s-dadef3af-d686-4708-891b-626b8adcdf42 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-227b7a3a-389b-4280-b51f-4c3efc7b60f8 {
  min-height: 50px;
}








#s-227b7a3a-389b-4280-b51f-4c3efc7b60f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-227b7a3a-389b-4280-b51f-4c3efc7b60f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9486c157-dd21-4ca8-8c4e-2616863e94ba {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9486c157-dd21-4ca8-8c4e-2616863e94ba {
  margin-top: 20px;
}
}
#s-9486c157-dd21-4ca8-8c4e-2616863e94ba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-9486c157-dd21-4ca8-8c4e-2616863e94ba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-dc453656-ab3b-4620-b7ef-3135b876c7e1 {
  text-align: center;
}







  #s-dc453656-ab3b-4620-b7ef-3135b876c7e1 img.shogun-image {
    

    
    
    
  }


#s-dc453656-ab3b-4620-b7ef-3135b876c7e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e6f68c9-6b58-4623-8c0b-b0f15d7e3e68 {
  margin-bottom: 10px;
}

#s-8a479f7c-df4f-4770-b330-f70babef5e2b {
  margin-bottom: 50px;
}

#s-fa534317-d58a-444a-8f06-ef365aa6fdbe {
  text-align: center;
}
@media (min-width: 1200px){#s-fa534317-d58a-444a-8f06-ef365aa6fdbe {
  display: none;
}
#s-fa534317-d58a-444a-8f06-ef365aa6fdbe, #wrap-s-fa534317-d58a-444a-8f06-ef365aa6fdbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa534317-d58a-444a-8f06-ef365aa6fdbe {
  display: none;
}
#s-fa534317-d58a-444a-8f06-ef365aa6fdbe, #wrap-s-fa534317-d58a-444a-8f06-ef365aa6fdbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa534317-d58a-444a-8f06-ef365aa6fdbe {
  display: none;
}
#s-fa534317-d58a-444a-8f06-ef365aa6fdbe, #wrap-s-fa534317-d58a-444a-8f06-ef365aa6fdbe { display:none !important; }}@media (max-width: 767px){#s-fa534317-d58a-444a-8f06-ef365aa6fdbe {
  
}
}






  #s-fa534317-d58a-444a-8f06-ef365aa6fdbe img.shogun-image {
    

    
    
    
  }


#s-fa534317-d58a-444a-8f06-ef365aa6fdbe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e8bf9646-b3d2-4f47-94bc-26bd18b8d6a7 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8bf9646-b3d2-4f47-94bc-26bd18b8d6a7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (min-width: 1200px){#s-03cbfa06-d420-43b3-9a70-7bcff8d00859 {
  display: none;
}
#s-03cbfa06-d420-43b3-9a70-7bcff8d00859, #wrap-s-03cbfa06-d420-43b3-9a70-7bcff8d00859 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03cbfa06-d420-43b3-9a70-7bcff8d00859 {
  display: none;
}
#s-03cbfa06-d420-43b3-9a70-7bcff8d00859, #wrap-s-03cbfa06-d420-43b3-9a70-7bcff8d00859 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03cbfa06-d420-43b3-9a70-7bcff8d00859 {
  
}
}@media (max-width: 767px){#s-03cbfa06-d420-43b3-9a70-7bcff8d00859 {
  
}
}
@media (min-width: 1200px){#s-8c0659c0-996f-4fa0-8630-d973f7aae216 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c0659c0-996f-4fa0-8630-d973f7aae216 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c0659c0-996f-4fa0-8630-d973f7aae216 {
  display: none;
}
#s-8c0659c0-996f-4fa0-8630-d973f7aae216, #wrap-s-8c0659c0-996f-4fa0-8630-d973f7aae216 { display:none !important; }}@media (max-width: 767px){#s-8c0659c0-996f-4fa0-8630-d973f7aae216 {
  display: none;
}
#s-8c0659c0-996f-4fa0-8630-d973f7aae216, #wrap-s-8c0659c0-996f-4fa0-8630-d973f7aae216 { display:none !important; }}
#s-5a665282-816d-4611-9446-935b014d4f44 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a665282-816d-4611-9446-935b014d4f44 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-5a665282-816d-4611-9446-935b014d4f44 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-5a665282-816d-4611-9446-935b014d4f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a665282-816d-4611-9446-935b014d4f44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3ddbd5d-273b-4363-aa5a-69b16d2420d6 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b3ddbd5d-273b-4363-aa5a-69b16d2420d6 {
  margin-top: 5%;
margin-bottom: 2px;
}
}
#s-b3ddbd5d-273b-4363-aa5a-69b16d2420d6 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b3ddbd5d-273b-4363-aa5a-69b16d2420d6 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-b3ddbd5d-273b-4363-aa5a-69b16d2420d6 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e7441775-ae92-4dad-8527-580516e9005e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e7441775-ae92-4dad-8527-580516e9005e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e7441775-ae92-4dad-8527-580516e9005e .shg-sld-nav-button.shg-sld-left,
#s-e7441775-ae92-4dad-8527-580516e9005e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ae2dd4f1-720d-4c42-bd3e-819a130b77cf {
  min-height: 50px;
}








#s-ae2dd4f1-720d-4c42-bd3e-819a130b77cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae2dd4f1-720d-4c42-bd3e-819a130b77cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c78f400b-0285-41e4-b2ab-fd83f1809c1d {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c78f400b-0285-41e4-b2ab-fd83f1809c1d {
  margin-bottom: 0%;
}
}
#s-c78f400b-0285-41e4-b2ab-fd83f1809c1d .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c78f400b-0285-41e4-b2ab-fd83f1809c1d .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-c78f400b-0285-41e4-b2ab-fd83f1809c1d .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-1e0e8ced-9a34-485a-b692-69c1c08e6527 {
  text-align: center;
}
@media (max-width: 767px){#s-1e0e8ced-9a34-485a-b692-69c1c08e6527 {
  display: none;
}
#s-1e0e8ced-9a34-485a-b692-69c1c08e6527, #wrap-s-1e0e8ced-9a34-485a-b692-69c1c08e6527 { display:none !important; }}






  #s-1e0e8ced-9a34-485a-b692-69c1c08e6527 img.shogun-image {
    

    
    
    
  }


#s-1e0e8ced-9a34-485a-b692-69c1c08e6527 .shogun-image-content {
  
    align-items: center;
  
}

#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 {
  text-align: center;
}
@media (min-width: 1200px){#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 {
  display: none;
}
#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42, #wrap-s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 {
  display: none;
}
#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42, #wrap-s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 {
  display: none;
}
#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42, #wrap-s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 { display:none !important; }}@media (max-width: 767px){#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 {
  
}
}






  #s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 img.shogun-image {
    

    
    
    
  }


#s-be8bd75e-0802-46f4-a990-41f4ad1d2c42 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2d5728d-8277-4a4a-bd0a-c982bd5efb8b {
  min-height: 50px;
}








#s-c2d5728d-8277-4a4a-bd0a-c982bd5efb8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2d5728d-8277-4a4a-bd0a-c982bd5efb8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e14cb4-7de8-4532-9c0f-73c4e77a80e3 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f3e14cb4-7de8-4532-9c0f-73c4e77a80e3 {
  margin-bottom: 0%;
}
}
#s-f3e14cb4-7de8-4532-9c0f-73c4e77a80e3 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f3e14cb4-7de8-4532-9c0f-73c4e77a80e3 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-f3e14cb4-7de8-4532-9c0f-73c4e77a80e3 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-41f2d1b9-5f8a-4a35-a2cf-75a1a58dbb34 {
  text-align: center;
}
@media (max-width: 767px){#s-41f2d1b9-5f8a-4a35-a2cf-75a1a58dbb34 {
  display: none;
}
#s-41f2d1b9-5f8a-4a35-a2cf-75a1a58dbb34, #wrap-s-41f2d1b9-5f8a-4a35-a2cf-75a1a58dbb34 { display:none !important; }}






  #s-41f2d1b9-5f8a-4a35-a2cf-75a1a58dbb34 img.shogun-image {
    

    
    
    
  }


#s-41f2d1b9-5f8a-4a35-a2cf-75a1a58dbb34 .shogun-image-content {
  
    align-items: center;
  
}

#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 {
  text-align: center;
}
@media (min-width: 1200px){#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 {
  display: none;
}
#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154, #wrap-s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 {
  display: none;
}
#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154, #wrap-s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 {
  display: none;
}
#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154, #wrap-s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 { display:none !important; }}@media (max-width: 767px){#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 {
  
}
}






  #s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 img.shogun-image {
    

    
    
    
  }


#s-9482590b-2d9a-46ce-b5a0-e4eb7e03f154 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8992ea6-d544-4d04-a987-d471ea0ba83a {
  min-height: 50px;
}








#s-c8992ea6-d544-4d04-a987-d471ea0ba83a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8992ea6-d544-4d04-a987-d471ea0ba83a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc7a3df2-1684-4014-a5b8-795c01de5304 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dc7a3df2-1684-4014-a5b8-795c01de5304 {
  margin-bottom: 0%;
}
}
#s-dc7a3df2-1684-4014-a5b8-795c01de5304 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dc7a3df2-1684-4014-a5b8-795c01de5304 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-dc7a3df2-1684-4014-a5b8-795c01de5304 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-18d861e2-a542-4e07-8d67-746b773d9e54 {
  text-align: center;
}
@media (max-width: 767px){#s-18d861e2-a542-4e07-8d67-746b773d9e54 {
  display: none;
}
#s-18d861e2-a542-4e07-8d67-746b773d9e54, #wrap-s-18d861e2-a542-4e07-8d67-746b773d9e54 { display:none !important; }}






  #s-18d861e2-a542-4e07-8d67-746b773d9e54 img.shogun-image {
    

    
    
    
  }


#s-18d861e2-a542-4e07-8d67-746b773d9e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fed93e5-fafc-4672-875a-99a9409d6221 {
  text-align: center;
}
@media (min-width: 1200px){#s-1fed93e5-fafc-4672-875a-99a9409d6221 {
  display: none;
}
#s-1fed93e5-fafc-4672-875a-99a9409d6221, #wrap-s-1fed93e5-fafc-4672-875a-99a9409d6221 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fed93e5-fafc-4672-875a-99a9409d6221 {
  display: none;
}
#s-1fed93e5-fafc-4672-875a-99a9409d6221, #wrap-s-1fed93e5-fafc-4672-875a-99a9409d6221 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1fed93e5-fafc-4672-875a-99a9409d6221 {
  display: none;
}
#s-1fed93e5-fafc-4672-875a-99a9409d6221, #wrap-s-1fed93e5-fafc-4672-875a-99a9409d6221 { display:none !important; }}@media (max-width: 767px){#s-1fed93e5-fafc-4672-875a-99a9409d6221 {
  
}
}






  #s-1fed93e5-fafc-4672-875a-99a9409d6221 img.shogun-image {
    

    
    
    
  }


#s-1fed93e5-fafc-4672-875a-99a9409d6221 .shogun-image-content {
  
    align-items: center;
  
}

#s-4589d5dc-a55e-499d-8d34-41b3d8dda28d {
  margin-top: 5%;
text-align: center;
}
@media (max-width: 767px){#s-4589d5dc-a55e-499d-8d34-41b3d8dda28d {
  display: none;
}
#s-4589d5dc-a55e-499d-8d34-41b3d8dda28d, #wrap-s-4589d5dc-a55e-499d-8d34-41b3d8dda28d { display:none !important; }}






  #s-4589d5dc-a55e-499d-8d34-41b3d8dda28d img.shogun-image {
    

    
    
    
  }


#s-4589d5dc-a55e-499d-8d34-41b3d8dda28d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2135f699-6f7b-4bc0-a449-f5bb16c06972 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2135f699-6f7b-4bc0-a449-f5bb16c06972 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-2135f699-6f7b-4bc0-a449-f5bb16c06972 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-2135f699-6f7b-4bc0-a449-f5bb16c06972 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2135f699-6f7b-4bc0-a449-f5bb16c06972 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-2135f699-6f7b-4bc0-a449-f5bb16c06972 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-ebe40a66-cd67-4694-afd2-8e6389bd0475 {
  margin-top: 4%;
text-align: center;
}
@media (max-width: 767px){#s-ebe40a66-cd67-4694-afd2-8e6389bd0475 {
  display: none;
}
#s-ebe40a66-cd67-4694-afd2-8e6389bd0475, #wrap-s-ebe40a66-cd67-4694-afd2-8e6389bd0475 { display:none !important; }}






  #s-ebe40a66-cd67-4694-afd2-8e6389bd0475 img.shogun-image {
    

    
    
    
  }


#s-ebe40a66-cd67-4694-afd2-8e6389bd0475 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5ff002fa-db09-4384-8a27-b3c86ba30dec {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ff002fa-db09-4384-8a27-b3c86ba30dec .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5ff002fa-db09-4384-8a27-b3c86ba30dec .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-5ff002fa-db09-4384-8a27-b3c86ba30dec .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-aae29f6a-b770-4ee8-b8b6-f96eea03c0d9 {
  margin-top: 7%;
text-align: center;
}
@media (max-width: 767px){#s-aae29f6a-b770-4ee8-b8b6-f96eea03c0d9 {
  margin-top: 15%;
display: none;
}
#s-aae29f6a-b770-4ee8-b8b6-f96eea03c0d9, #wrap-s-aae29f6a-b770-4ee8-b8b6-f96eea03c0d9 { display:none !important; }}






  #s-aae29f6a-b770-4ee8-b8b6-f96eea03c0d9 img.shogun-image {
    

    
    
    
  }


#s-aae29f6a-b770-4ee8-b8b6-f96eea03c0d9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 {
  margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-8ab5d83c-c3aa-460e-b57f-2b49eb804ff0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 {
  margin-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 {
  display: none;
}
#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3, #wrap-s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 {
  display: none;
}
#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3, #wrap-s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 {
  display: none;
}
#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3, #wrap-s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 { display:none !important; }}






  #s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 img.shogun-image {
    

    
    
    
  }


#s-449c26dc-82f1-49ff-aa6a-41f9799d01f3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f97b9ecd-17bf-41ec-bd26-68dbf38b8d57 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f97b9ecd-17bf-41ec-bd26-68dbf38b8d57 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc {
  margin-top: 7%;
text-align: center;
}
@media (min-width: 1200px){#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc {
  display: none;
}
#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc, #wrap-s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc {
  display: none;
}
#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc, #wrap-s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc {
  display: none;
}
#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc, #wrap-s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc { display:none !important; }}






  #s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc img.shogun-image {
    

    
    
    
  }


#s-ba3849a4-e305-4f16-b9da-cc185fc2c3dc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-083cc9c9-5e28-4d93-b387-a121958c0372 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-083cc9c9-5e28-4d93-b387-a121958c0372 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-cde14743-b1c6-412b-a813-f1130596157c {
  margin-top: 7%;
text-align: center;
}
@media (min-width: 1200px){#s-cde14743-b1c6-412b-a813-f1130596157c {
  display: none;
}
#s-cde14743-b1c6-412b-a813-f1130596157c, #wrap-s-cde14743-b1c6-412b-a813-f1130596157c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cde14743-b1c6-412b-a813-f1130596157c {
  display: none;
}
#s-cde14743-b1c6-412b-a813-f1130596157c, #wrap-s-cde14743-b1c6-412b-a813-f1130596157c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cde14743-b1c6-412b-a813-f1130596157c {
  display: none;
}
#s-cde14743-b1c6-412b-a813-f1130596157c, #wrap-s-cde14743-b1c6-412b-a813-f1130596157c { display:none !important; }}






  #s-cde14743-b1c6-412b-a813-f1130596157c img.shogun-image {
    

    
    
    
  }


#s-cde14743-b1c6-412b-a813-f1130596157c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-02bac8c9-b69b-4f61-a681-51c367895208 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-02bac8c9-b69b-4f61-a681-51c367895208 {
  display: none;
}
#s-02bac8c9-b69b-4f61-a681-51c367895208, #wrap-s-02bac8c9-b69b-4f61-a681-51c367895208 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02bac8c9-b69b-4f61-a681-51c367895208 {
  display: none;
}
#s-02bac8c9-b69b-4f61-a681-51c367895208, #wrap-s-02bac8c9-b69b-4f61-a681-51c367895208 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02bac8c9-b69b-4f61-a681-51c367895208 {
  display: none;
}
#s-02bac8c9-b69b-4f61-a681-51c367895208, #wrap-s-02bac8c9-b69b-4f61-a681-51c367895208 { display:none !important; }}
#s-02bac8c9-b69b-4f61-a681-51c367895208 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ff135f64-c0ce-48db-b947-1ba691fbe06f {
  min-height: 50px;
}








#s-ff135f64-c0ce-48db-b947-1ba691fbe06f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff135f64-c0ce-48db-b947-1ba691fbe06f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64751846-27bf-4267-ae97-8d15bf8efdf8 {
  margin-top: 4%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-64751846-27bf-4267-ae97-8d15bf8efdf8 {
  margin-top: 5%;
}
}
#s-64751846-27bf-4267-ae97-8d15bf8efdf8 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-64751846-27bf-4267-ae97-8d15bf8efdf8 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-64751846-27bf-4267-ae97-8d15bf8efdf8 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-b61cdadf-85c6-4ea0-b7ae-5c0a38029bb7 {
  text-align: center;
}
@media (max-width: 767px){#s-b61cdadf-85c6-4ea0-b7ae-5c0a38029bb7 {
  display: none;
}
#s-b61cdadf-85c6-4ea0-b7ae-5c0a38029bb7, #wrap-s-b61cdadf-85c6-4ea0-b7ae-5c0a38029bb7 { display:none !important; }}






  #s-b61cdadf-85c6-4ea0-b7ae-5c0a38029bb7 img.shogun-image {
    

    
    
    
  }


#s-b61cdadf-85c6-4ea0-b7ae-5c0a38029bb7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-6b789bb1-3d53-420e-b8dc-a628917c95d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b789bb1-3d53-420e-b8dc-a628917c95d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b789bb1-3d53-420e-b8dc-a628917c95d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b789bb1-3d53-420e-b8dc-a628917c95d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6df83164-797f-41b2-b70d-2c026f5edbb0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6df83164-797f-41b2-b70d-2c026f5edbb0 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-6df83164-797f-41b2-b70d-2c026f5edbb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6df83164-797f-41b2-b70d-2c026f5edbb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-6df83164-797f-41b2-b70d-2c026f5edbb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2a900b9a-4251-4a8e-bfc6-3af44a2b4084 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2a900b9a-4251-4a8e-bfc6-3af44a2b4084 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-2a900b9a-4251-4a8e-bfc6-3af44a2b4084 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2a900b9a-4251-4a8e-bfc6-3af44a2b4084 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-2a900b9a-4251-4a8e-bfc6-3af44a2b4084 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-57254e79-4384-416a-a5d1-02d08ac6719c {
  text-align: center;
}
@media (max-width: 767px){#s-57254e79-4384-416a-a5d1-02d08ac6719c {
  display: none;
}
#s-57254e79-4384-416a-a5d1-02d08ac6719c, #wrap-s-57254e79-4384-416a-a5d1-02d08ac6719c { display:none !important; }}






  #s-57254e79-4384-416a-a5d1-02d08ac6719c img.shogun-image {
    

    
    
    
  }


#s-57254e79-4384-416a-a5d1-02d08ac6719c .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-fdda913f-f70a-4160-873e-bb0c9d264134"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdda913f-f70a-4160-873e-bb0c9d264134"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdda913f-f70a-4160-873e-bb0c9d264134"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdda913f-f70a-4160-873e-bb0c9d264134"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d3763db-3d82-404e-8738-95d09e8091ca {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d3763db-3d82-404e-8738-95d09e8091ca {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-7d3763db-3d82-404e-8738-95d09e8091ca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7d3763db-3d82-404e-8738-95d09e8091ca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-7d3763db-3d82-404e-8738-95d09e8091ca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2aeb09b7-2004-4fd7-86e6-db93c25164d5 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2aeb09b7-2004-4fd7-86e6-db93c25164d5 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-2aeb09b7-2004-4fd7-86e6-db93c25164d5 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2aeb09b7-2004-4fd7-86e6-db93c25164d5 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-2aeb09b7-2004-4fd7-86e6-db93c25164d5 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ec994946-25a4-4cdf-8628-1276d961ad54 {
  text-align: center;
}
@media (min-width: 1200px){#s-ec994946-25a4-4cdf-8628-1276d961ad54 {
  display: none;
}
#s-ec994946-25a4-4cdf-8628-1276d961ad54, #wrap-s-ec994946-25a4-4cdf-8628-1276d961ad54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec994946-25a4-4cdf-8628-1276d961ad54 {
  display: none;
}
#s-ec994946-25a4-4cdf-8628-1276d961ad54, #wrap-s-ec994946-25a4-4cdf-8628-1276d961ad54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec994946-25a4-4cdf-8628-1276d961ad54 {
  display: none;
}
#s-ec994946-25a4-4cdf-8628-1276d961ad54, #wrap-s-ec994946-25a4-4cdf-8628-1276d961ad54 { display:none !important; }}






  #s-ec994946-25a4-4cdf-8628-1276d961ad54 img.shogun-image {
    

    
    
    
  }


#s-ec994946-25a4-4cdf-8628-1276d961ad54 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e74e632b-ea66-456f-8552-abc0d0c4ec9b {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e74e632b-ea66-456f-8552-abc0d0c4ec9b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-f5cf2ee9-1be7-4710-9583-4419a005fe97 {
  text-align: center;
}
@media (min-width: 1200px){#s-f5cf2ee9-1be7-4710-9583-4419a005fe97 {
  display: none;
}
#s-f5cf2ee9-1be7-4710-9583-4419a005fe97, #wrap-s-f5cf2ee9-1be7-4710-9583-4419a005fe97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5cf2ee9-1be7-4710-9583-4419a005fe97 {
  display: none;
}
#s-f5cf2ee9-1be7-4710-9583-4419a005fe97, #wrap-s-f5cf2ee9-1be7-4710-9583-4419a005fe97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5cf2ee9-1be7-4710-9583-4419a005fe97 {
  display: none;
}
#s-f5cf2ee9-1be7-4710-9583-4419a005fe97, #wrap-s-f5cf2ee9-1be7-4710-9583-4419a005fe97 { display:none !important; }}






  #s-f5cf2ee9-1be7-4710-9583-4419a005fe97 img.shogun-image {
    

    
    
    
  }


#s-f5cf2ee9-1be7-4710-9583-4419a005fe97 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-33a8eb2c-d738-4c69-b2d6-0b44e258dfdf {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33a8eb2c-d738-4c69-b2d6-0b44e258dfdf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 {
  text-align: center;
}
@media (min-width: 1200px){#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 {
  display: none;
}
#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1, #wrap-s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 {
  display: none;
}
#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1, #wrap-s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 {
  display: none;
}
#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1, #wrap-s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 { display:none !important; }}






  #s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 img.shogun-image {
    

    
    
    
  }


#s-bf070f5e-4f43-4798-b3fc-f4b62b48c0b1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-18276fc4-9202-4a6a-85a6-5b7fd6f65d80 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18276fc4-9202-4a6a-85a6-5b7fd6f65d80 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-c683d496-da88-410c-873a-54d433f49422 {
  text-align: center;
}
@media (min-width: 1200px){#s-c683d496-da88-410c-873a-54d433f49422 {
  display: none;
}
#s-c683d496-da88-410c-873a-54d433f49422, #wrap-s-c683d496-da88-410c-873a-54d433f49422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c683d496-da88-410c-873a-54d433f49422 {
  display: none;
}
#s-c683d496-da88-410c-873a-54d433f49422, #wrap-s-c683d496-da88-410c-873a-54d433f49422 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c683d496-da88-410c-873a-54d433f49422 {
  display: none;
}
#s-c683d496-da88-410c-873a-54d433f49422, #wrap-s-c683d496-da88-410c-873a-54d433f49422 { display:none !important; }}






  #s-c683d496-da88-410c-873a-54d433f49422 img.shogun-image {
    

    
    
    
  }


#s-c683d496-da88-410c-873a-54d433f49422 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-17309a7e-7107-452a-8763-3e49bb8ca673 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17309a7e-7107-452a-8763-3e49bb8ca673 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-db638aea-298b-4236-8245-52751553d819 {
  min-height: 50px;
}








#s-db638aea-298b-4236-8245-52751553d819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db638aea-298b-4236-8245-52751553d819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9af9582-e1e4-4ed4-b07a-a27055a3770f {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a9af9582-e1e4-4ed4-b07a-a27055a3770f {
  margin-top: 10%;
margin-bottom: 10%;
}
}
#s-a9af9582-e1e4-4ed4-b07a-a27055a3770f .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a9af9582-e1e4-4ed4-b07a-a27055a3770f .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-a9af9582-e1e4-4ed4-b07a-a27055a3770f .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-293a1753-809e-409c-8d0c-5ad5839f4fc2 {
  text-align: center;
}
@media (max-width: 767px){#s-293a1753-809e-409c-8d0c-5ad5839f4fc2 {
  display: none;
}
#s-293a1753-809e-409c-8d0c-5ad5839f4fc2, #wrap-s-293a1753-809e-409c-8d0c-5ad5839f4fc2 { display:none !important; }}






  #s-293a1753-809e-409c-8d0c-5ad5839f4fc2 img.shogun-image {
    

    
    
    
  }


#s-293a1753-809e-409c-8d0c-5ad5839f4fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f06764-f6c8-4520-831c-2f64b42f3543 {
  text-align: center;
}
@media (min-width: 1200px){#s-c9f06764-f6c8-4520-831c-2f64b42f3543 {
  display: none;
}
#s-c9f06764-f6c8-4520-831c-2f64b42f3543, #wrap-s-c9f06764-f6c8-4520-831c-2f64b42f3543 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9f06764-f6c8-4520-831c-2f64b42f3543 {
  display: none;
}
#s-c9f06764-f6c8-4520-831c-2f64b42f3543, #wrap-s-c9f06764-f6c8-4520-831c-2f64b42f3543 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9f06764-f6c8-4520-831c-2f64b42f3543 {
  display: none;
}
#s-c9f06764-f6c8-4520-831c-2f64b42f3543, #wrap-s-c9f06764-f6c8-4520-831c-2f64b42f3543 { display:none !important; }}






  #s-c9f06764-f6c8-4520-831c-2f64b42f3543 img.shogun-image {
    

    
    
    
  }


#s-c9f06764-f6c8-4520-831c-2f64b42f3543 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c9c21f9-bd14-4537-8fbe-cba6b88ebfc5 {
  margin-top: 5%;
text-align: center;
}
@media (max-width: 767px){#s-6c9c21f9-bd14-4537-8fbe-cba6b88ebfc5 {
  display: none;
}
#s-6c9c21f9-bd14-4537-8fbe-cba6b88ebfc5, #wrap-s-6c9c21f9-bd14-4537-8fbe-cba6b88ebfc5 { display:none !important; }}






  #s-6c9c21f9-bd14-4537-8fbe-cba6b88ebfc5 img.shogun-image {
    

    
    
    
  }


#s-6c9c21f9-bd14-4537-8fbe-cba6b88ebfc5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d5efc4c-6b5f-43d6-9ee2-82c236a70e53 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d5efc4c-6b5f-43d6-9ee2-82c236a70e53 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-8d5efc4c-6b5f-43d6-9ee2-82c236a70e53 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-8d5efc4c-6b5f-43d6-9ee2-82c236a70e53 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8d5efc4c-6b5f-43d6-9ee2-82c236a70e53 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-8d5efc4c-6b5f-43d6-9ee2-82c236a70e53 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-6b9993a2-ee8a-4876-aaca-57fe52705776 {
  margin-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-6b9993a2-ee8a-4876-aaca-57fe52705776 {
  display: none;
}
#s-6b9993a2-ee8a-4876-aaca-57fe52705776, #wrap-s-6b9993a2-ee8a-4876-aaca-57fe52705776 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b9993a2-ee8a-4876-aaca-57fe52705776 {
  display: none;
}
#s-6b9993a2-ee8a-4876-aaca-57fe52705776, #wrap-s-6b9993a2-ee8a-4876-aaca-57fe52705776 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b9993a2-ee8a-4876-aaca-57fe52705776 {
  display: none;
}
#s-6b9993a2-ee8a-4876-aaca-57fe52705776, #wrap-s-6b9993a2-ee8a-4876-aaca-57fe52705776 { display:none !important; }}






  #s-6b9993a2-ee8a-4876-aaca-57fe52705776 img.shogun-image {
    

    
    
    
  }


#s-6b9993a2-ee8a-4876-aaca-57fe52705776 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-169e89c7-9f0f-42ab-9300-59e0a940883b {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-169e89c7-9f0f-42ab-9300-59e0a940883b {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-169e89c7-9f0f-42ab-9300-59e0a940883b {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-169e89c7-9f0f-42ab-9300-59e0a940883b .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ba140b95-9387-4202-b334-a38511f355bd {
  min-height: 50px;
}








#s-ba140b95-9387-4202-b334-a38511f355bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba140b95-9387-4202-b334-a38511f355bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1bb3d1d-12cc-4680-8501-c00d41747b1f {
  margin-top: 4%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d1bb3d1d-12cc-4680-8501-c00d41747b1f {
  margin-top: 5%;
}
}
#s-d1bb3d1d-12cc-4680-8501-c00d41747b1f .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d1bb3d1d-12cc-4680-8501-c00d41747b1f .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-d1bb3d1d-12cc-4680-8501-c00d41747b1f .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-5fce9501-0c75-4d25-96e7-2db165b1017e {
  text-align: center;
}
@media (max-width: 767px){#s-5fce9501-0c75-4d25-96e7-2db165b1017e {
  display: none;
}
#s-5fce9501-0c75-4d25-96e7-2db165b1017e, #wrap-s-5fce9501-0c75-4d25-96e7-2db165b1017e { display:none !important; }}






  #s-5fce9501-0c75-4d25-96e7-2db165b1017e img.shogun-image {
    

    
    
    
  }


#s-5fce9501-0c75-4d25-96e7-2db165b1017e .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-eceb2b91-6680-4b0e-ba51-69fba2f09b94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eceb2b91-6680-4b0e-ba51-69fba2f09b94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eceb2b91-6680-4b0e-ba51-69fba2f09b94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eceb2b91-6680-4b0e-ba51-69fba2f09b94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d65a0bac-9a2a-40b0-9a32-c64a14ed18c2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d65a0bac-9a2a-40b0-9a32-c64a14ed18c2 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-d65a0bac-9a2a-40b0-9a32-c64a14ed18c2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d65a0bac-9a2a-40b0-9a32-c64a14ed18c2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-d65a0bac-9a2a-40b0-9a32-c64a14ed18c2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-582144d6-935f-4ebb-ae99-0b0a161121e3 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-582144d6-935f-4ebb-ae99-0b0a161121e3 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-582144d6-935f-4ebb-ae99-0b0a161121e3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-582144d6-935f-4ebb-ae99-0b0a161121e3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-582144d6-935f-4ebb-ae99-0b0a161121e3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-8ef9cb2e-cb9f-4609-a05e-2675e02e6cb2 {
  text-align: center;
}
@media (max-width: 767px){#s-8ef9cb2e-cb9f-4609-a05e-2675e02e6cb2 {
  display: none;
}
#s-8ef9cb2e-cb9f-4609-a05e-2675e02e6cb2, #wrap-s-8ef9cb2e-cb9f-4609-a05e-2675e02e6cb2 { display:none !important; }}






  #s-8ef9cb2e-cb9f-4609-a05e-2675e02e6cb2 img.shogun-image {
    

    
    
    
  }


#s-8ef9cb2e-cb9f-4609-a05e-2675e02e6cb2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-d69788db-42b7-41c5-a564-6f24192e9790"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d69788db-42b7-41c5-a564-6f24192e9790"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d69788db-42b7-41c5-a564-6f24192e9790"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d69788db-42b7-41c5-a564-6f24192e9790"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-267efc22-6e57-48c1-99db-b52493e08c1a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-267efc22-6e57-48c1-99db-b52493e08c1a {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-267efc22-6e57-48c1-99db-b52493e08c1a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-267efc22-6e57-48c1-99db-b52493e08c1a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-267efc22-6e57-48c1-99db-b52493e08c1a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-08d3c8a4-913b-4e7f-acf2-7bd871d15e00 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-08d3c8a4-913b-4e7f-acf2-7bd871d15e00 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-08d3c8a4-913b-4e7f-acf2-7bd871d15e00 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-08d3c8a4-913b-4e7f-acf2-7bd871d15e00 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-08d3c8a4-913b-4e7f-acf2-7bd871d15e00 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6ee39d23-b0fe-41c4-821f-75272d436ebd {
  margin-left: auto;
margin-right: auto;
max-width: 1410px;
}
@media (min-width: 1200px){#s-6ee39d23-b0fe-41c4-821f-75272d436ebd {
  display: none;
}
#s-6ee39d23-b0fe-41c4-821f-75272d436ebd, #wrap-s-6ee39d23-b0fe-41c4-821f-75272d436ebd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ee39d23-b0fe-41c4-821f-75272d436ebd {
  display: none;
}
#s-6ee39d23-b0fe-41c4-821f-75272d436ebd, #wrap-s-6ee39d23-b0fe-41c4-821f-75272d436ebd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ee39d23-b0fe-41c4-821f-75272d436ebd {
  display: none;
}
#s-6ee39d23-b0fe-41c4-821f-75272d436ebd, #wrap-s-6ee39d23-b0fe-41c4-821f-75272d436ebd { display:none !important; }}
@media (min-width: 0px) {
[id="s-6ee39d23-b0fe-41c4-821f-75272d436ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ee39d23-b0fe-41c4-821f-75272d436ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ee39d23-b0fe-41c4-821f-75272d436ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ee39d23-b0fe-41c4-821f-75272d436ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-340b3f8f-1e93-4fc6-a7f7-82d4acf6ed8c {
  text-align: center;
}







  #s-340b3f8f-1e93-4fc6-a7f7-82d4acf6ed8c img.shogun-image {
    

    
    
    
  }


#s-340b3f8f-1e93-4fc6-a7f7-82d4acf6ed8c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-27e927f1-9e02-4be8-b184-acd58c0637d4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-27e927f1-9e02-4be8-b184-acd58c0637d4 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-27e927f1-9e02-4be8-b184-acd58c0637d4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-913a0691-f27f-400a-9579-c23b4433986e {
  text-align: center;
}







  #s-913a0691-f27f-400a-9579-c23b4433986e img.shogun-image {
    

    
    
    
  }


#s-913a0691-f27f-400a-9579-c23b4433986e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-51e258e2-4e80-4c9c-8288-0da4706545c5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-51e258e2-4e80-4c9c-8288-0da4706545c5 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-51e258e2-4e80-4c9c-8288-0da4706545c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (min-width: 1200px){#s-6f707847-c0be-4418-b67e-2448fedb723e {
  display: none;
}
#s-6f707847-c0be-4418-b67e-2448fedb723e, #wrap-s-6f707847-c0be-4418-b67e-2448fedb723e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f707847-c0be-4418-b67e-2448fedb723e {
  display: none;
}
#s-6f707847-c0be-4418-b67e-2448fedb723e, #wrap-s-6f707847-c0be-4418-b67e-2448fedb723e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f707847-c0be-4418-b67e-2448fedb723e {
  display: none;
}
#s-6f707847-c0be-4418-b67e-2448fedb723e, #wrap-s-6f707847-c0be-4418-b67e-2448fedb723e { display:none !important; }}
@media (min-width: 0px) {
[id="s-6f707847-c0be-4418-b67e-2448fedb723e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f707847-c0be-4418-b67e-2448fedb723e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f707847-c0be-4418-b67e-2448fedb723e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f707847-c0be-4418-b67e-2448fedb723e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7e2cb53-c936-404e-bc05-ca1a99a28086 {
  text-align: center;
}







  #s-c7e2cb53-c936-404e-bc05-ca1a99a28086 img.shogun-image {
    

    
    
    
  }


#s-c7e2cb53-c936-404e-bc05-ca1a99a28086 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d40bf4bf-9b20-4f49-b660-3492dcda53b2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d40bf4bf-9b20-4f49-b660-3492dcda53b2 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-d40bf4bf-9b20-4f49-b660-3492dcda53b2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-d8258fdf-7609-479c-a0d4-c05e700c735c {
  text-align: center;
}







  #s-d8258fdf-7609-479c-a0d4-c05e700c735c img.shogun-image {
    

    
    
    
  }


#s-d8258fdf-7609-479c-a0d4-c05e700c735c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-56e9fbf5-6b6d-41ac-9415-563715fe342e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-56e9fbf5-6b6d-41ac-9415-563715fe342e {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-56e9fbf5-6b6d-41ac-9415-563715fe342e .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-ae9c47d7-993b-4d3f-b43f-902934477214 {
  margin-top: 5%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae9c47d7-993b-4d3f-b43f-902934477214 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-ae9c47d7-993b-4d3f-b43f-902934477214 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ae9c47d7-993b-4d3f-b43f-902934477214 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-2d993d6b-8591-49e8-b96b-6ce0b106b05a {
  text-align: center;
}
@media (max-width: 767px){#s-2d993d6b-8591-49e8-b96b-6ce0b106b05a {
  display: none;
}
#s-2d993d6b-8591-49e8-b96b-6ce0b106b05a, #wrap-s-2d993d6b-8591-49e8-b96b-6ce0b106b05a { display:none !important; }}






  #s-2d993d6b-8591-49e8-b96b-6ce0b106b05a img.shogun-image {
    

    
    
    
  }


#s-2d993d6b-8591-49e8-b96b-6ce0b106b05a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0d07dca2-a2a1-46a5-92e7-4fbf3f745f44 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d07dca2-a2a1-46a5-92e7-4fbf3f745f44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0d07dca2-a2a1-46a5-92e7-4fbf3f745f44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-0d07dca2-a2a1-46a5-92e7-4fbf3f745f44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-fbec7244-1447-41ed-b280-dc4bd8217461 {
  text-align: center;
}
@media (min-width: 1200px){#s-fbec7244-1447-41ed-b280-dc4bd8217461 {
  display: none;
}
#s-fbec7244-1447-41ed-b280-dc4bd8217461, #wrap-s-fbec7244-1447-41ed-b280-dc4bd8217461 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbec7244-1447-41ed-b280-dc4bd8217461 {
  display: none;
}
#s-fbec7244-1447-41ed-b280-dc4bd8217461, #wrap-s-fbec7244-1447-41ed-b280-dc4bd8217461 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbec7244-1447-41ed-b280-dc4bd8217461 {
  display: none;
}
#s-fbec7244-1447-41ed-b280-dc4bd8217461, #wrap-s-fbec7244-1447-41ed-b280-dc4bd8217461 { display:none !important; }}






  #s-fbec7244-1447-41ed-b280-dc4bd8217461 img.shogun-image {
    

    
    
    
  }


#s-fbec7244-1447-41ed-b280-dc4bd8217461 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-81e01a83-8c0b-4623-a959-cf1d8d8a1e23 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-81e01a83-8c0b-4623-a959-cf1d8d8a1e23 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-81e01a83-8c0b-4623-a959-cf1d8d8a1e23 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-b8f4a6da-ef02-48b9-bc5b-6ffda098d7b8 {
  text-align: center;
}
@media (max-width: 767px){#s-b8f4a6da-ef02-48b9-bc5b-6ffda098d7b8 {
  display: none;
}
#s-b8f4a6da-ef02-48b9-bc5b-6ffda098d7b8, #wrap-s-b8f4a6da-ef02-48b9-bc5b-6ffda098d7b8 { display:none !important; }}






  #s-b8f4a6da-ef02-48b9-bc5b-6ffda098d7b8 img.shogun-image {
    

    
    
    
  }


#s-b8f4a6da-ef02-48b9-bc5b-6ffda098d7b8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-d18f6209-2597-487f-a9a9-ff0b71be08d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d18f6209-2597-487f-a9a9-ff0b71be08d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d18f6209-2597-487f-a9a9-ff0b71be08d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d18f6209-2597-487f-a9a9-ff0b71be08d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-77a88b41-4cfe-4062-bb73-0f1af3e0f1a8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-77a88b41-4cfe-4062-bb73-0f1af3e0f1a8 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-77a88b41-4cfe-4062-bb73-0f1af3e0f1a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-77a88b41-4cfe-4062-bb73-0f1af3e0f1a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-77a88b41-4cfe-4062-bb73-0f1af3e0f1a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-49c46363-a861-4bc5-856b-906fd7986534 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-49c46363-a861-4bc5-856b-906fd7986534 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-49c46363-a861-4bc5-856b-906fd7986534 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-49c46363-a861-4bc5-856b-906fd7986534 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-49c46363-a861-4bc5-856b-906fd7986534 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 1200px){#s-54cc69f7-2def-435a-9d60-6678991b2d33 {
  display: none;
}
#s-54cc69f7-2def-435a-9d60-6678991b2d33, #wrap-s-54cc69f7-2def-435a-9d60-6678991b2d33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54cc69f7-2def-435a-9d60-6678991b2d33 {
  display: none;
}
#s-54cc69f7-2def-435a-9d60-6678991b2d33, #wrap-s-54cc69f7-2def-435a-9d60-6678991b2d33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54cc69f7-2def-435a-9d60-6678991b2d33 {
  display: none;
}
#s-54cc69f7-2def-435a-9d60-6678991b2d33, #wrap-s-54cc69f7-2def-435a-9d60-6678991b2d33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54cc69f7-2def-435a-9d60-6678991b2d33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54cc69f7-2def-435a-9d60-6678991b2d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54cc69f7-2def-435a-9d60-6678991b2d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54cc69f7-2def-435a-9d60-6678991b2d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c3e9e773-5a5d-4be6-a002-7dbae6ecc1d1 {
  text-align: center;
}







  #s-c3e9e773-5a5d-4be6-a002-7dbae6ecc1d1 img.shogun-image {
    

    
    
    
  }


#s-c3e9e773-5a5d-4be6-a002-7dbae6ecc1d1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-15541a1e-3e6c-459d-ab54-9772db76450e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-15541a1e-3e6c-459d-ab54-9772db76450e {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-15541a1e-3e6c-459d-ab54-9772db76450e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-15541a1e-3e6c-459d-ab54-9772db76450e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-15541a1e-3e6c-459d-ab54-9772db76450e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c22ae831-9dd8-4bed-b6d6-170bd0ef1ac4 {
  text-align: center;
}
@media (max-width: 767px){#s-c22ae831-9dd8-4bed-b6d6-170bd0ef1ac4 {
  display: none;
}
#s-c22ae831-9dd8-4bed-b6d6-170bd0ef1ac4, #wrap-s-c22ae831-9dd8-4bed-b6d6-170bd0ef1ac4 { display:none !important; }}






  #s-c22ae831-9dd8-4bed-b6d6-170bd0ef1ac4 img.shogun-image {
    

    
    
    
  }


#s-c22ae831-9dd8-4bed-b6d6-170bd0ef1ac4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a76e5af6-9045-43c8-9049-203f7fc44cb0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a76e5af6-9045-43c8-9049-203f7fc44cb0 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-a76e5af6-9045-43c8-9049-203f7fc44cb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a76e5af6-9045-43c8-9049-203f7fc44cb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-a76e5af6-9045-43c8-9049-203f7fc44cb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-60fbfd48-4b79-48d2-9085-b795f09667ba {
  text-align: center;
}
@media (min-width: 1200px){#s-60fbfd48-4b79-48d2-9085-b795f09667ba {
  display: none;
}
#s-60fbfd48-4b79-48d2-9085-b795f09667ba, #wrap-s-60fbfd48-4b79-48d2-9085-b795f09667ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60fbfd48-4b79-48d2-9085-b795f09667ba {
  display: none;
}
#s-60fbfd48-4b79-48d2-9085-b795f09667ba, #wrap-s-60fbfd48-4b79-48d2-9085-b795f09667ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60fbfd48-4b79-48d2-9085-b795f09667ba {
  display: none;
}
#s-60fbfd48-4b79-48d2-9085-b795f09667ba, #wrap-s-60fbfd48-4b79-48d2-9085-b795f09667ba { display:none !important; }}@media (max-width: 767px){#s-60fbfd48-4b79-48d2-9085-b795f09667ba {
  
}
}






  #s-60fbfd48-4b79-48d2-9085-b795f09667ba img.shogun-image {
    

    
    
    
  }


#s-60fbfd48-4b79-48d2-9085-b795f09667ba .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-405c85ee-8e48-4a3f-9bcc-51f73ca2b8cb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-405c85ee-8e48-4a3f-9bcc-51f73ca2b8cb {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-405c85ee-8e48-4a3f-9bcc-51f73ca2b8cb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-9839e315-896f-4568-a021-0b3590d68592 {
  text-align: center;
}
@media (min-width: 1200px){#s-9839e315-896f-4568-a021-0b3590d68592 {
  display: none;
}
#s-9839e315-896f-4568-a021-0b3590d68592, #wrap-s-9839e315-896f-4568-a021-0b3590d68592 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9839e315-896f-4568-a021-0b3590d68592 {
  display: none;
}
#s-9839e315-896f-4568-a021-0b3590d68592, #wrap-s-9839e315-896f-4568-a021-0b3590d68592 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9839e315-896f-4568-a021-0b3590d68592 {
  display: none;
}
#s-9839e315-896f-4568-a021-0b3590d68592, #wrap-s-9839e315-896f-4568-a021-0b3590d68592 { display:none !important; }}@media (max-width: 767px){#s-9839e315-896f-4568-a021-0b3590d68592 {
  display: none;
}
#s-9839e315-896f-4568-a021-0b3590d68592, #wrap-s-9839e315-896f-4568-a021-0b3590d68592 { display:none !important; }}






  #s-9839e315-896f-4568-a021-0b3590d68592 img.shogun-image {
    

    
    
    
  }


#s-9839e315-896f-4568-a021-0b3590d68592 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e {
  margin-top: 7%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e {
  display: none;
}
#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e, #wrap-s-8ca1b0f4-9056-42db-8246-908aa3b0f10e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e {
  display: none;
}
#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e, #wrap-s-8ca1b0f4-9056-42db-8246-908aa3b0f10e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e {
  display: none;
}
#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e, #wrap-s-8ca1b0f4-9056-42db-8246-908aa3b0f10e { display:none !important; }}@media (max-width: 767px){#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e {
  margin-top: 10%;
margin-bottom: 10%;
display: none;
}
#s-8ca1b0f4-9056-42db-8246-908aa3b0f10e, #wrap-s-8ca1b0f4-9056-42db-8246-908aa3b0f10e { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ca1b0f4-9056-42db-8246-908aa3b0f10e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8ca1b0f4-9056-42db-8246-908aa3b0f10e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ca1b0f4-9056-42db-8246-908aa3b0f10e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ca1b0f4-9056-42db-8246-908aa3b0f10e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a8081347-9462-46bf-90b8-25cee6830d04 {
  box-shadow:2px 0px 0px 0px rgba(154, 154, 154, 1);
min-height: 50px;
}








#s-a8081347-9462-46bf-90b8-25cee6830d04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8081347-9462-46bf-90b8-25cee6830d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe8dcd96-1917-4ff7-9346-e965a4c500c6 {
  text-align: center;
}







  #s-fe8dcd96-1917-4ff7-9346-e965a4c500c6 img.shogun-image {
    

    
    
    
  }


#s-fe8dcd96-1917-4ff7-9346-e965a4c500c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddd8c26d-bae1-44c0-a9dd-e86b80602e1c {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddd8c26d-bae1-44c0-a9dd-e86b80602e1c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-ddd8c26d-bae1-44c0-a9dd-e86b80602e1c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (max-width: 767px){#s-4723ab37-0f85-4c3b-9f85-527997e1ad81 {
  display: none;
}
#s-4723ab37-0f85-4c3b-9f85-527997e1ad81, #wrap-s-4723ab37-0f85-4c3b-9f85-527997e1ad81 { display:none !important; }}
@media (min-width: 1200px){#s-af41db8f-77ff-43ee-9fbd-935709b5973a {
  display: none;
}
#s-af41db8f-77ff-43ee-9fbd-935709b5973a, #wrap-s-af41db8f-77ff-43ee-9fbd-935709b5973a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af41db8f-77ff-43ee-9fbd-935709b5973a {
  display: none;
}
#s-af41db8f-77ff-43ee-9fbd-935709b5973a, #wrap-s-af41db8f-77ff-43ee-9fbd-935709b5973a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af41db8f-77ff-43ee-9fbd-935709b5973a {
  display: none;
}
#s-af41db8f-77ff-43ee-9fbd-935709b5973a, #wrap-s-af41db8f-77ff-43ee-9fbd-935709b5973a { display:none !important; }}
#s-dd946173-942a-476d-80fe-c954d0bae060 {
  min-height: 50px;
}








#s-dd946173-942a-476d-80fe-c954d0bae060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd946173-942a-476d-80fe-c954d0bae060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b7477e7-a708-407a-8500-14c48a74b69b {
  text-align: center;
}







  #s-8b7477e7-a708-407a-8500-14c48a74b69b img.shogun-image {
    

    
    
    
  }


#s-8b7477e7-a708-407a-8500-14c48a74b69b .shogun-image-content {
  
    align-items: center;
  
}

#s-c5f2d5ce-7fc0-4764-9ec5-b7309f7403f2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5f2d5ce-7fc0-4764-9ec5-b7309f7403f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-c5f2d5ce-7fc0-4764-9ec5-b7309f7403f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 1200px){#s-4ce34586-b34b-47f2-a671-7023f1d21e2d {
  display: none;
}
#s-4ce34586-b34b-47f2-a671-7023f1d21e2d, #wrap-s-4ce34586-b34b-47f2-a671-7023f1d21e2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ce34586-b34b-47f2-a671-7023f1d21e2d {
  display: none;
}
#s-4ce34586-b34b-47f2-a671-7023f1d21e2d, #wrap-s-4ce34586-b34b-47f2-a671-7023f1d21e2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ce34586-b34b-47f2-a671-7023f1d21e2d {
  display: none;
}
#s-4ce34586-b34b-47f2-a671-7023f1d21e2d, #wrap-s-4ce34586-b34b-47f2-a671-7023f1d21e2d { display:none !important; }}
@media (max-width: 767px){#s-2ecdd464-7eac-4a44-8e36-167c2eb517e6 {
  display: none;
}
#s-2ecdd464-7eac-4a44-8e36-167c2eb517e6, #wrap-s-2ecdd464-7eac-4a44-8e36-167c2eb517e6 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}