.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-314d5b8d-6629-4402-879f-371c60589fe1 {
  min-height: 50px;
}








#s-314d5b8d-6629-4402-879f-371c60589fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-314d5b8d-6629-4402-879f-371c60589fe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-c9acda25-3f55-45ab-bd43-33db8bf4d334 {
  text-align: left;
}


  #s-c9acda25-3f55-45ab-bd43-33db8bf4d334 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-c9acda25-3f55-45ab-bd43-33db8bf4d334 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-c9acda25-3f55-45ab-bd43-33db8bf4d334 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-c9acda25-3f55-45ab-bd43-33db8bf4d334 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-c9acda25-3f55-45ab-bd43-33db8bf4d334 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-c9acda25-3f55-45ab-bd43-33db8bf4d334 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}

#s-56a35810-5ae2-4619-99f7-b5099d16a4a3 {
  min-height: 50px;
}








#s-56a35810-5ae2-4619-99f7-b5099d16a4a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a35810-5ae2-4619-99f7-b5099d16a4a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08f15154-7189-484a-b394-be556a5a1c7b {
  margin-top: 10px;
margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08f15154-7189-484a-b394-be556a5a1c7b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-08f15154-7189-484a-b394-be556a5a1c7b {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
}







#s-08f15154-7189-484a-b394-be556a5a1c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f15154-7189-484a-b394-be556a5a1c7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-e58dfde8-a178-439b-ab67-f54e8d179c4e {
  text-align: center;
}







  #s-e58dfde8-a178-439b-ab67-f54e8d179c4e img.shogun-image {
    

    
    
    
  }


#s-e58dfde8-a178-439b-ab67-f54e8d179c4e .shogun-image-content {
  
    align-items: center;
  
}

.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-553e7d1a-5de5-43fe-a520-f4aaa500250d {
  margin-top: 70px;
margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-553e7d1a-5de5-43fe-a520-f4aaa500250d {
  display: none;
}
#s-553e7d1a-5de5-43fe-a520-f4aaa500250d, #wrap-s-553e7d1a-5de5-43fe-a520-f4aaa500250d { display: none !important; }}@media (max-width: 767px){#s-553e7d1a-5de5-43fe-a520-f4aaa500250d {
  display: none;
}
#s-553e7d1a-5de5-43fe-a520-f4aaa500250d, #wrap-s-553e7d1a-5de5-43fe-a520-f4aaa500250d { display: none !important; }}
@media (min-width: 0px) {
[id="s-553e7d1a-5de5-43fe-a520-f4aaa500250d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-553e7d1a-5de5-43fe-a520-f4aaa500250d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-553e7d1a-5de5-43fe-a520-f4aaa500250d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-553e7d1a-5de5-43fe-a520-f4aaa500250d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-6bd48165-df09-4270-96d6-7bb14624c6bc {
  text-align: center;
}







  #s-6bd48165-df09-4270-96d6-7bb14624c6bc img.shogun-image {
    

    
    
    
  }


#s-6bd48165-df09-4270-96d6-7bb14624c6bc .shogun-image-content {
  
    align-items: center;
  
}

#s-0a0fd840-595f-449d-9b68-94431863c419 {
  min-height: 50px;
}








#s-0a0fd840-595f-449d-9b68-94431863c419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a0fd840-595f-449d-9b68-94431863c419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d75bcb4c-9ee0-4be6-befb-be768f5e8eb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d75bcb4c-9ee0-4be6-befb-be768f5e8eb0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  
  text-align: left;
}



.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: ;
}

#s-27c3ceb6-4615-4cad-8f46-faa5133042e3 {
  margin-top: 50px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-27c3ceb6-4615-4cad-8f46-faa5133042e3 {
  display: none;
}
#s-27c3ceb6-4615-4cad-8f46-faa5133042e3, #wrap-s-27c3ceb6-4615-4cad-8f46-faa5133042e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27c3ceb6-4615-4cad-8f46-faa5133042e3 {
  display: none;
}
#s-27c3ceb6-4615-4cad-8f46-faa5133042e3, #wrap-s-27c3ceb6-4615-4cad-8f46-faa5133042e3 { display: none !important; }}@media (max-width: 767px){#s-27c3ceb6-4615-4cad-8f46-faa5133042e3 {
  margin-top: 30px;
}
}







#s-27c3ceb6-4615-4cad-8f46-faa5133042e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27c3ceb6-4615-4cad-8f46-faa5133042e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63617e05-d09d-4be3-a317-80bd4d8c8b02 {
  margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-63617e05-d09d-4be3-a317-80bd4d8c8b02 {
  margin-left: 20px;
}
}
#s-63617e05-d09d-4be3-a317-80bd4d8c8b02 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-63617e05-d09d-4be3-a317-80bd4d8c8b02 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-69f8de63-9857-4fcd-96dc-4fd6a3e99072 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
text-align: center;
}
@media (max-width: 767px){#s-69f8de63-9857-4fcd-96dc-4fd6a3e99072 {
  margin-left: 0px;
margin-right: 0px;
}
}






  #s-69f8de63-9857-4fcd-96dc-4fd6a3e99072 img.shogun-image {
    

    
    
    
  }


#s-69f8de63-9857-4fcd-96dc-4fd6a3e99072 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ad6fcef-f9a2-40ad-803c-a386190dc694 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-3ad6fcef-f9a2-40ad-803c-a386190dc694 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-008bf943-510e-454d-a5d3-3cf6c3bc8b3d {
  text-align: center;
}
@media (max-width: 767px){#s-008bf943-510e-454d-a5d3-3cf6c3bc8b3d {
  display: none;
}
#s-008bf943-510e-454d-a5d3-3cf6c3bc8b3d, #wrap-s-008bf943-510e-454d-a5d3-3cf6c3bc8b3d { display: none !important; }}






  #s-008bf943-510e-454d-a5d3-3cf6c3bc8b3d img.shogun-image {
    

    
    
    
  }


#s-008bf943-510e-454d-a5d3-3cf6c3bc8b3d .shogun-image-content {
  
    align-items: center;
  
}

#s-5b6da606-c112-4c94-bb5f-74f536ccc784 {
  text-align: center;
}
@media (min-width: 1200px){#s-5b6da606-c112-4c94-bb5f-74f536ccc784 {
  display: none;
}
#s-5b6da606-c112-4c94-bb5f-74f536ccc784, #wrap-s-5b6da606-c112-4c94-bb5f-74f536ccc784 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b6da606-c112-4c94-bb5f-74f536ccc784 {
  display: none;
}
#s-5b6da606-c112-4c94-bb5f-74f536ccc784, #wrap-s-5b6da606-c112-4c94-bb5f-74f536ccc784 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b6da606-c112-4c94-bb5f-74f536ccc784 {
  display: none;
}
#s-5b6da606-c112-4c94-bb5f-74f536ccc784, #wrap-s-5b6da606-c112-4c94-bb5f-74f536ccc784 { display: none !important; }}






  #s-5b6da606-c112-4c94-bb5f-74f536ccc784 img.shogun-image {
    

    
    
    
  }


#s-5b6da606-c112-4c94-bb5f-74f536ccc784 .shogun-image-content {
  
    align-items: center;
  
}

#s-6818330e-84dd-45c8-a32b-fe3ecfe8db19 {
  margin-top: 70px;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6818330e-84dd-45c8-a32b-fe3ecfe8db19 {
  margin-top: 32px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-6818330e-84dd-45c8-a32b-fe3ecfe8db19 {
  margin-top: 20px;
margin-bottom: 10px;
margin-right: 0px;
}
}
#s-6818330e-84dd-45c8-a32b-fe3ecfe8db19 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6818330e-84dd-45c8-a32b-fe3ecfe8db19 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-6818330e-84dd-45c8-a32b-fe3ecfe8db19 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  
}


}
#s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 {
  margin-top: 4px;
margin-bottom: 30px;
display: none;
}
#s-1f23b5e8-5917-4313-ba6b-bed6d2360f41, #wrap-s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 { display: none !important; }}@media (max-width: 767px){#s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 {
  display: none;
}
#s-1f23b5e8-5917-4313-ba6b-bed6d2360f41, #wrap-s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 { display: none !important; }}






  #s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 img.shogun-image {
    

    
    
    
  }


#s-1f23b5e8-5917-4313-ba6b-bed6d2360f41 .shogun-image-content {
  
    align-items: center;
  
}

#s-b78bd167-e1f7-4daa-a461-47bd51279387 {
  text-align: center;
}
@media (min-width: 1200px){#s-b78bd167-e1f7-4daa-a461-47bd51279387 {
  display: none;
}
#s-b78bd167-e1f7-4daa-a461-47bd51279387, #wrap-s-b78bd167-e1f7-4daa-a461-47bd51279387 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b78bd167-e1f7-4daa-a461-47bd51279387 {
  display: none;
}
#s-b78bd167-e1f7-4daa-a461-47bd51279387, #wrap-s-b78bd167-e1f7-4daa-a461-47bd51279387 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b78bd167-e1f7-4daa-a461-47bd51279387 {
  
}
}






  #s-b78bd167-e1f7-4daa-a461-47bd51279387 img.shogun-image {
    

    
    
    
  }


#s-b78bd167-e1f7-4daa-a461-47bd51279387 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1 {
  display: none;
}
#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1, #wrap-s-2d8469b7-1f5c-4715-b035-cf851c71b9b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1 {
  display: none;
}
#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1, #wrap-s-2d8469b7-1f5c-4715-b035-cf851c71b9b1 { display: none !important; }}







#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d8469b7-1f5c-4715-b035-cf851c71b9b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f13d0a0f-8c90-4fdc-ac7e-077b3adcb415 {
  margin-top: 30px;
margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f13d0a0f-8c90-4fdc-ac7e-077b3adcb415 {
  margin-left: 20px;
}
}
#s-f13d0a0f-8c90-4fdc-ac7e-077b3adcb415 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-f13d0a0f-8c90-4fdc-ac7e-077b3adcb415 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-e010fe10-52b1-44d7-b853-57c849faf5c9 {
  margin-top: 27px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
text-align: center;
}
@media (max-width: 767px){#s-e010fe10-52b1-44d7-b853-57c849faf5c9 {
  margin-left: 0%;
margin-right: 0%;
}
}






  #s-e010fe10-52b1-44d7-b853-57c849faf5c9 img.shogun-image {
    

    
    
    
  }


#s-e010fe10-52b1-44d7-b853-57c849faf5c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef9ccc6b-e730-4a3b-adfc-2c30e48d5343 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-ef9ccc6b-e730-4a3b-adfc-2c30e48d5343 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-1d754b9b-a1b6-4469-b314-d7e07186cfbf {
  margin-top: 70px;
margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d754b9b-a1b6-4469-b314-d7e07186cfbf {
  display: none;
}
#s-1d754b9b-a1b6-4469-b314-d7e07186cfbf, #wrap-s-1d754b9b-a1b6-4469-b314-d7e07186cfbf { display: none !important; }}@media (max-width: 767px){#s-1d754b9b-a1b6-4469-b314-d7e07186cfbf {
  display: none;
}
#s-1d754b9b-a1b6-4469-b314-d7e07186cfbf, #wrap-s-1d754b9b-a1b6-4469-b314-d7e07186cfbf { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d754b9b-a1b6-4469-b314-d7e07186cfbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d754b9b-a1b6-4469-b314-d7e07186cfbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1d754b9b-a1b6-4469-b314-d7e07186cfbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d754b9b-a1b6-4469-b314-d7e07186cfbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-10bdb0d3-249c-4a1d-853f-5116dee60e0d {
  text-align: center;
}







  #s-10bdb0d3-249c-4a1d-853f-5116dee60e0d img.shogun-image {
    

    
    
    
  }


#s-10bdb0d3-249c-4a1d-853f-5116dee60e0d .shogun-image-content {
  
    align-items: center;
  
}

#s-0300189c-33d1-4be0-a93e-ced10fad19ad {
  min-height: 50px;
}








#s-0300189c-33d1-4be0-a93e-ced10fad19ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0300189c-33d1-4be0-a93e-ced10fad19ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b22441e8-850c-4145-b78e-9dd49af0dcce {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b22441e8-850c-4145-b78e-9dd49af0dcce .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-11f5a629-f6f9-4962-ab2d-4e3998afb3f5 {
  text-align: center;
}







  #s-11f5a629-f6f9-4962-ab2d-4e3998afb3f5 img.shogun-image {
    

    
    
    
  }


#s-11f5a629-f6f9-4962-ab2d-4e3998afb3f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f62b1937-ecf8-441e-bf2d-a01042b79877 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f62b1937-ecf8-441e-bf2d-a01042b79877 {
  
}
}@media (max-width: 767px){#s-f62b1937-ecf8-441e-bf2d-a01042b79877 {
  
}
}







#s-f62b1937-ecf8-441e-bf2d-a01042b79877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f62b1937-ecf8-441e-bf2d-a01042b79877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5456aa4c-2c64-437b-995c-899f629fe55c {
  margin-top: 75px;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5456aa4c-2c64-437b-995c-899f629fe55c {
  margin-bottom: 10px;
display: none;
}
#s-5456aa4c-2c64-437b-995c-899f629fe55c, #wrap-s-5456aa4c-2c64-437b-995c-899f629fe55c { display: none !important; }}@media (max-width: 767px){#s-5456aa4c-2c64-437b-995c-899f629fe55c {
  margin-bottom: 10px;
margin-right: 0px;
display: none;
}
#s-5456aa4c-2c64-437b-995c-899f629fe55c, #wrap-s-5456aa4c-2c64-437b-995c-899f629fe55c { display: none !important; }}
#s-5456aa4c-2c64-437b-995c-899f629fe55c .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5456aa4c-2c64-437b-995c-899f629fe55c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-5456aa4c-2c64-437b-995c-899f629fe55c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  
}


}
@media (min-width: 768px) and (max-width: 991px){#s-c7ca9b65-fad0-44de-b558-2d440a5f8034 {
  display: none;
}
#s-c7ca9b65-fad0-44de-b558-2d440a5f8034, #wrap-s-c7ca9b65-fad0-44de-b558-2d440a5f8034 { display: none !important; }}@media (max-width: 767px){#s-c7ca9b65-fad0-44de-b558-2d440a5f8034 {
  display: none;
}
#s-c7ca9b65-fad0-44de-b558-2d440a5f8034, #wrap-s-c7ca9b65-fad0-44de-b558-2d440a5f8034 { display: none !important; }}
#s-98239a87-fc30-4cd3-8f41-040a795783ae {
  margin-top: 28px;
margin-left: 30px;
margin-bottom: 28px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-98239a87-fc30-4cd3-8f41-040a795783ae {
  display: none;
}
#s-98239a87-fc30-4cd3-8f41-040a795783ae, #wrap-s-98239a87-fc30-4cd3-8f41-040a795783ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98239a87-fc30-4cd3-8f41-040a795783ae {
  display: none;
}
#s-98239a87-fc30-4cd3-8f41-040a795783ae, #wrap-s-98239a87-fc30-4cd3-8f41-040a795783ae { display: none !important; }}@media (max-width: 767px){#s-98239a87-fc30-4cd3-8f41-040a795783ae {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-1c45480f-a899-4b6f-87f2-cfd44231f906 {
  margin-top: 30px;
text-align: center;
}







  #s-1c45480f-a899-4b6f-87f2-cfd44231f906 img.shogun-image {
    

    
    
    
  }


#s-1c45480f-a899-4b6f-87f2-cfd44231f906 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce0267f9-ee40-4c85-8df9-bc62caf728d1 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce0267f9-ee40-4c85-8df9-bc62caf728d1 {
  display: none;
}
#s-ce0267f9-ee40-4c85-8df9-bc62caf728d1, #wrap-s-ce0267f9-ee40-4c85-8df9-bc62caf728d1 { display: none !important; }}@media (max-width: 767px){#s-ce0267f9-ee40-4c85-8df9-bc62caf728d1 {
  display: none;
}
#s-ce0267f9-ee40-4c85-8df9-bc62caf728d1, #wrap-s-ce0267f9-ee40-4c85-8df9-bc62caf728d1 { display: none !important; }}
#s-a5261c7f-24aa-40cc-a650-555baa96dac0 {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-a5261c7f-24aa-40cc-a650-555baa96dac0 {
  display: none;
}
#s-a5261c7f-24aa-40cc-a650-555baa96dac0, #wrap-s-a5261c7f-24aa-40cc-a650-555baa96dac0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5261c7f-24aa-40cc-a650-555baa96dac0 {
  display: none;
}
#s-a5261c7f-24aa-40cc-a650-555baa96dac0, #wrap-s-a5261c7f-24aa-40cc-a650-555baa96dac0 { display: none !important; }}
#s-80c6206d-51ba-4a1c-8443-2e9789276026 {
  margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}







  #s-80c6206d-51ba-4a1c-8443-2e9789276026 img.shogun-image {
    

    
    
    
  }


#s-80c6206d-51ba-4a1c-8443-2e9789276026 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f04e8bf-5a86-4ba8-875d-0edbec2b4006 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f04e8bf-5a86-4ba8-875d-0edbec2b4006 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3f04e8bf-5a86-4ba8-875d-0edbec2b4006 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-3f04e8bf-5a86-4ba8-875d-0edbec2b4006 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  
}


}
#s-09270bab-2fb0-4189-abd3-e2a12c3cfc7b {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09270bab-2fb0-4189-abd3-e2a12c3cfc7b .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-35740b99-52e3-4207-bfbd-c78e0a3b1d22 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35740b99-52e3-4207-bfbd-c78e0a3b1d22 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
}
#s-f0878e14-5b12-4416-9d10-74be08cdef1f {
  text-align: center;
}
@media (min-width: 1200px){#s-f0878e14-5b12-4416-9d10-74be08cdef1f {
  display: none;
}
#s-f0878e14-5b12-4416-9d10-74be08cdef1f, #wrap-s-f0878e14-5b12-4416-9d10-74be08cdef1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0878e14-5b12-4416-9d10-74be08cdef1f {
  display: none;
}
#s-f0878e14-5b12-4416-9d10-74be08cdef1f, #wrap-s-f0878e14-5b12-4416-9d10-74be08cdef1f { display: none !important; }}






  #s-f0878e14-5b12-4416-9d10-74be08cdef1f img.shogun-image {
    

    
    
    
  }


#s-f0878e14-5b12-4416-9d10-74be08cdef1f .shogun-image-content {
  
    align-items: center;
  
}

#s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84 {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84 {
  display: none;
}
#s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84, #wrap-s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84 { display: none !important; }}@media (max-width: 767px){#s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84 {
  display: none;
}
#s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84, #wrap-s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ece2a85-7b4e-46e8-8e42-406ba76d6b84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd1b3391-260f-492d-9428-d96ec668e666 {
  margin-bottom: 30px;
text-align: center;
}







  #s-bd1b3391-260f-492d-9428-d96ec668e666 img.shogun-image {
    

    
    
    
  }


#s-bd1b3391-260f-492d-9428-d96ec668e666 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bd38bb3-7593-4771-bf48-74c68ea9a0e8 {
  text-align: center;
}







  #s-9bd38bb3-7593-4771-bf48-74c68ea9a0e8 img.shogun-image {
    

    
    
    
  }


#s-9bd38bb3-7593-4771-bf48-74c68ea9a0e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e05bf7be-380c-42ff-9fe5-1972d1e87a52 {
  text-align: center;
}







  #s-e05bf7be-380c-42ff-9fe5-1972d1e87a52 img.shogun-image {
    

    
    
    
  }


#s-e05bf7be-380c-42ff-9fe5-1972d1e87a52 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d2bb230-2b51-4497-95bd-7fa25edfe675 {
  margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7d2bb230-2b51-4497-95bd-7fa25edfe675 {
  display: none;
}
#s-7d2bb230-2b51-4497-95bd-7fa25edfe675, #wrap-s-7d2bb230-2b51-4497-95bd-7fa25edfe675 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d2bb230-2b51-4497-95bd-7fa25edfe675 {
  display: none;
}
#s-7d2bb230-2b51-4497-95bd-7fa25edfe675, #wrap-s-7d2bb230-2b51-4497-95bd-7fa25edfe675 { display: none !important; }}






  #s-7d2bb230-2b51-4497-95bd-7fa25edfe675 img.shogun-image {
    

    
    
    
  }


#s-7d2bb230-2b51-4497-95bd-7fa25edfe675 .shogun-image-content {
  
    align-items: center;
  
}

#s-b17ba4e1-06ee-4620-9bee-c256e729ea2e {
  text-align: center;
}
@media (min-width: 1200px){#s-b17ba4e1-06ee-4620-9bee-c256e729ea2e {
  display: none;
}
#s-b17ba4e1-06ee-4620-9bee-c256e729ea2e, #wrap-s-b17ba4e1-06ee-4620-9bee-c256e729ea2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b17ba4e1-06ee-4620-9bee-c256e729ea2e {
  display: none;
}
#s-b17ba4e1-06ee-4620-9bee-c256e729ea2e, #wrap-s-b17ba4e1-06ee-4620-9bee-c256e729ea2e { display: none !important; }}






  #s-b17ba4e1-06ee-4620-9bee-c256e729ea2e img.shogun-image {
    

    
    
    
  }


#s-b17ba4e1-06ee-4620-9bee-c256e729ea2e .shogun-image-content {
  
    align-items: center;
  
}

#s-baafac02-bfff-44d8-8488-ea663f7af81f {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 30px;
margin-right: 65px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-baafac02-bfff-44d8-8488-ea663f7af81f {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-baafac02-bfff-44d8-8488-ea663f7af81f {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-baafac02-bfff-44d8-8488-ea663f7af81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baafac02-bfff-44d8-8488-ea663f7af81f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49eb2b93-bb15-43ac-bece-58f44fdffd13 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-49eb2b93-bb15-43ac-bece-58f44fdffd13 {
  margin-top: 10px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-49eb2b93-bb15-43ac-bece-58f44fdffd13 {
  margin-top: 10px;
}
}
#s-49eb2b93-bb15-43ac-bece-58f44fdffd13 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.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-0028c609-d8a7-470e-9aad-e4efe15243f3 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
}

#s-0028c609-d8a7-470e-9aad-e4efe15243f3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0028c609-d8a7-470e-9aad-e4efe15243f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-0028c609-d8a7-470e-9aad-e4efe15243f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-0028c609-d8a7-470e-9aad-e4efe15243f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0028c609-d8a7-470e-9aad-e4efe15243f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0028c609-d8a7-470e-9aad-e4efe15243f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-a0950d03-03c1-4a0f-bbd5-52d801b98aa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .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-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(255, 92, 38, 1);
  
  
  
  
  justify-content: center;
}

#s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 92, 38, 1);
}

#s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .shogun-form-error-msg-container, #s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .shogun-form-field-error-msg-container {
  display: none;
}

#s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .shogun-form-error-msg {
  font-size: 17px;
  
  color: rgba(255, 38, 42, 1);
  
  
  
  
  
}

#s-2036ffed-c3bd-4bba-95bd-d63fc7e9e87c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 38, 42, 1);
}

#s-d1c8c52f-8445-4157-abe5-f85a899f9767 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d1c8c52f-8445-4157-abe5-f85a899f9767"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1c8c52f-8445-4157-abe5-f85a899f9767"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1c8c52f-8445-4157-abe5-f85a899f9767"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1c8c52f-8445-4157-abe5-f85a899f9767"] > .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-b5b608cd-5c0b-4cdf-b184-5a268b06ca03  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-b5b608cd-5c0b-4cdf-b184-5a268b06ca03  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-b5b608cd-5c0b-4cdf-b184-5a268b06ca03 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b5b608cd-5c0b-4cdf-b184-5a268b06ca03 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a611e42e-8397-4368-8e19-db6ea53e05db  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-a611e42e-8397-4368-8e19-db6ea53e05db  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a611e42e-8397-4368-8e19-db6ea53e05db .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a611e42e-8397-4368-8e19-db6ea53e05db .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-62c55a23-055e-4ec1-93e7-f26772b4c52c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-62c55a23-055e-4ec1-93e7-f26772b4c52c  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-62c55a23-055e-4ec1-93e7-f26772b4c52c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-62c55a23-055e-4ec1-93e7-f26772b4c52c .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-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90 {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(255, 92, 38, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
letter-spacing: 1px;
font-size: 16px;
}
#s-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90[disabled],
#s-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90[disabled]:hover,
#s-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-19c7f7ce-59cc-4d20-9630-58a3c1ab3c90 {
  display:  inline-block ;
  width:  auto ;
}


#s-dd44715c-4543-4854-ac7c-73e78c24bd5a {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dd44715c-4543-4854-ac7c-73e78c24bd5a {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-dd44715c-4543-4854-ac7c-73e78c24bd5a {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}
}







#s-dd44715c-4543-4854-ac7c-73e78c24bd5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd44715c-4543-4854-ac7c-73e78c24bd5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9622426-72ef-4ae4-ba9c-4114d472b4cc {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-f9622426-72ef-4ae4-ba9c-4114d472b4cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9622426-72ef-4ae4-ba9c-4114d472b4cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d45ada4-9139-4c5a-a5b2-6a4ce874a4db {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d45ada4-9139-4c5a-a5b2-6a4ce874a4db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-0d45ada4-9139-4c5a-a5b2-6a4ce874a4db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-3d58329a-b162-4388-b295-45da1a3ddc1f {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-3d58329a-b162-4388-b295-45da1a3ddc1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d58329a-b162-4388-b295-45da1a3ddc1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d58329a-b162-4388-b295-45da1a3ddc1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d58329a-b162-4388-b295-45da1a3ddc1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29704403-80ab-49e7-bd9e-68e4df81fe81 {
  margin-left: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-29704403-80ab-49e7-bd9e-68e4df81fe81 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-29704403-80ab-49e7-bd9e-68e4df81fe81 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-29704403-80ab-49e7-bd9e-68e4df81fe81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29704403-80ab-49e7-bd9e-68e4df81fe81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c01f944-bd39-4966-9359-301c217edb0e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c01f944-bd39-4966-9359-301c217edb0e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-776f0803-4aad-418e-a3a5-7a00ba116f46 {
  display: none;
}
#s-776f0803-4aad-418e-a3a5-7a00ba116f46, #wrap-s-776f0803-4aad-418e-a3a5-7a00ba116f46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-776f0803-4aad-418e-a3a5-7a00ba116f46 {
  display: none;
}
#s-776f0803-4aad-418e-a3a5-7a00ba116f46, #wrap-s-776f0803-4aad-418e-a3a5-7a00ba116f46 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-776f0803-4aad-418e-a3a5-7a00ba116f46 {
  display: none;
}
#s-776f0803-4aad-418e-a3a5-7a00ba116f46, #wrap-s-776f0803-4aad-418e-a3a5-7a00ba116f46 { display: none !important; }}
@media (min-width: 1200px){#s-530efb48-fd31-4506-94c7-4fdde7263899 {
  display: none;
}
#s-530efb48-fd31-4506-94c7-4fdde7263899, #wrap-s-530efb48-fd31-4506-94c7-4fdde7263899 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-530efb48-fd31-4506-94c7-4fdde7263899 {
  display: none;
}
#s-530efb48-fd31-4506-94c7-4fdde7263899, #wrap-s-530efb48-fd31-4506-94c7-4fdde7263899 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-530efb48-fd31-4506-94c7-4fdde7263899 {
  
}
}@media (max-width: 767px){#s-530efb48-fd31-4506-94c7-4fdde7263899 {
  display: none;
}
#s-530efb48-fd31-4506-94c7-4fdde7263899, #wrap-s-530efb48-fd31-4506-94c7-4fdde7263899 { display: none !important; }}
@media (min-width: 0px) {
[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-530efb48-fd31-4506-94c7-4fdde7263899"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-ab62aa1d-dd65-49b5-9850-7ffa35163c53 {
  display: none;
}
#s-ab62aa1d-dd65-49b5-9850-7ffa35163c53, #wrap-s-ab62aa1d-dd65-49b5-9850-7ffa35163c53 { display: none !important; }}@media (max-width: 767px){#s-ab62aa1d-dd65-49b5-9850-7ffa35163c53 {
  display: none;
}
#s-ab62aa1d-dd65-49b5-9850-7ffa35163c53, #wrap-s-ab62aa1d-dd65-49b5-9850-7ffa35163c53 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ab62aa1d-dd65-49b5-9850-7ffa35163c53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-19a6d996-c9f9-43a2-b17d-90ac25d59296 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-19a6d996-c9f9-43a2-b17d-90ac25d59296 {
  margin-right: 25px;
}
}
#s-19a6d996-c9f9-43a2-b17d-90ac25d59296 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c298d488-377e-4431-a117-48bb8a3c310a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c298d488-377e-4431-a117-48bb8a3c310a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-eef14980-7c59-41f7-83e8-4d36c391c096 {
  display: none;
}
#s-eef14980-7c59-41f7-83e8-4d36c391c096, #wrap-s-eef14980-7c59-41f7-83e8-4d36c391c096 { display: none !important; }}@media (max-width: 767px){#s-eef14980-7c59-41f7-83e8-4d36c391c096 {
  display: none;
}
#s-eef14980-7c59-41f7-83e8-4d36c391c096, #wrap-s-eef14980-7c59-41f7-83e8-4d36c391c096 { display: none !important; }}
@media (min-width: 0px) {
[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-eef14980-7c59-41f7-83e8-4d36c391c096"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px){#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd {
  display: none;
}
#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd, #wrap-s-d3db5233-44c0-471c-ac6b-45f29d22f8cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd {
  display: none;
}
#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd, #wrap-s-d3db5233-44c0-471c-ac6b-45f29d22f8cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd {
  display: none;
}
#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd, #wrap-s-d3db5233-44c0-471c-ac6b-45f29d22f8cd { display: none !important; }}@media (max-width: 767px){#s-d3db5233-44c0-471c-ac6b-45f29d22f8cd {
  
}
}
@media (min-width: 1200px){#s-1f13cc05-f504-4891-a59d-36148f252a6e {
  display: none;
}
#s-1f13cc05-f504-4891-a59d-36148f252a6e, #wrap-s-1f13cc05-f504-4891-a59d-36148f252a6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f13cc05-f504-4891-a59d-36148f252a6e {
  display: none;
}
#s-1f13cc05-f504-4891-a59d-36148f252a6e, #wrap-s-1f13cc05-f504-4891-a59d-36148f252a6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f13cc05-f504-4891-a59d-36148f252a6e {
  display: none;
}
#s-1f13cc05-f504-4891-a59d-36148f252a6e, #wrap-s-1f13cc05-f504-4891-a59d-36148f252a6e { display: none !important; }}
#s-1f13cc05-f504-4891-a59d-36148f252a6e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 1200px){#s-833cc024-bfd5-4a40-a630-7579570fd097 {
  display: none;
}
#s-833cc024-bfd5-4a40-a630-7579570fd097, #wrap-s-833cc024-bfd5-4a40-a630-7579570fd097 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-833cc024-bfd5-4a40-a630-7579570fd097 {
  display: none;
}
#s-833cc024-bfd5-4a40-a630-7579570fd097, #wrap-s-833cc024-bfd5-4a40-a630-7579570fd097 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-833cc024-bfd5-4a40-a630-7579570fd097 {
  
}
}@media (max-width: 767px){#s-833cc024-bfd5-4a40-a630-7579570fd097 {
  display: none;
}
#s-833cc024-bfd5-4a40-a630-7579570fd097, #wrap-s-833cc024-bfd5-4a40-a630-7579570fd097 { display: none !important; }}
@media (min-width: 0px) {
[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-833cc024-bfd5-4a40-a630-7579570fd097"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

#s-2081b475-810d-44ba-9e70-dc12bdd5b438 {
  margin-left: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2081b475-810d-44ba-9e70-dc12bdd5b438 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-2081b475-810d-44ba-9e70-dc12bdd5b438 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-2081b475-810d-44ba-9e70-dc12bdd5b438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2081b475-810d-44ba-9e70-dc12bdd5b438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73c2a287-ede0-4601-974f-f8a0e8c8ef1e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73c2a287-ede0-4601-974f-f8a0e8c8ef1e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-1d289857-bf1c-402c-ac24-144d01e877db {
  display: none;
}
#s-1d289857-bf1c-402c-ac24-144d01e877db, #wrap-s-1d289857-bf1c-402c-ac24-144d01e877db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d289857-bf1c-402c-ac24-144d01e877db {
  display: none;
}
#s-1d289857-bf1c-402c-ac24-144d01e877db, #wrap-s-1d289857-bf1c-402c-ac24-144d01e877db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d289857-bf1c-402c-ac24-144d01e877db {
  display: none;
}
#s-1d289857-bf1c-402c-ac24-144d01e877db, #wrap-s-1d289857-bf1c-402c-ac24-144d01e877db { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-49883990-2531-4a1d-b1e6-3b58996d2d99 {
  display: none;
}
#s-49883990-2531-4a1d-b1e6-3b58996d2d99, #wrap-s-49883990-2531-4a1d-b1e6-3b58996d2d99 { display: none !important; }}@media (max-width: 767px){#s-49883990-2531-4a1d-b1e6-3b58996d2d99 {
  display: none;
}
#s-49883990-2531-4a1d-b1e6-3b58996d2d99, #wrap-s-49883990-2531-4a1d-b1e6-3b58996d2d99 { display: none !important; }}
@media (min-width: 0px) {
[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49883990-2531-4a1d-b1e6-3b58996d2d99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px){#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca {
  display: none;
}
#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca, #wrap-s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca {
  display: none;
}
#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca, #wrap-s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca {
  
}
}@media (max-width: 767px){#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca {
  display: none;
}
#s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca, #wrap-s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0f0adbc0-0161-49b9-b0eb-c5a2dbc452ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

#s-7c29dda4-6dbd-4507-95eb-a5902f78b601 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7c29dda4-6dbd-4507-95eb-a5902f78b601 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2c9c42a6-5054-45b2-8043-362fb52fe90f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c9c42a6-5054-45b2-8043-362fb52fe90f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-017a7167-59b1-4b54-bbaa-fbb27c1eea02 {
  display: none;
}
#s-017a7167-59b1-4b54-bbaa-fbb27c1eea02, #wrap-s-017a7167-59b1-4b54-bbaa-fbb27c1eea02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-017a7167-59b1-4b54-bbaa-fbb27c1eea02 {
  display: none;
}
#s-017a7167-59b1-4b54-bbaa-fbb27c1eea02, #wrap-s-017a7167-59b1-4b54-bbaa-fbb27c1eea02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-017a7167-59b1-4b54-bbaa-fbb27c1eea02 {
  display: none;
}
#s-017a7167-59b1-4b54-bbaa-fbb27c1eea02, #wrap-s-017a7167-59b1-4b54-bbaa-fbb27c1eea02 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e {
  display: none;
}
#s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e, #wrap-s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e { display: none !important; }}@media (max-width: 767px){#s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e {
  display: none;
}
#s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e, #wrap-s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e { display: none !important; }}
@media (min-width: 0px) {
[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3a800af1-d8f6-4fb7-a9ac-e3eb691bbf8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-0e6ad8ee-a793-400a-9407-fd3e07259c3a {
  margin-left: 14%;
}

@media (min-width: 1200px){#s-da5757f1-bba1-4925-96d7-1f52daa1ed95 {
  display: none;
}
#s-da5757f1-bba1-4925-96d7-1f52daa1ed95, #wrap-s-da5757f1-bba1-4925-96d7-1f52daa1ed95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da5757f1-bba1-4925-96d7-1f52daa1ed95 {
  display: none;
}
#s-da5757f1-bba1-4925-96d7-1f52daa1ed95, #wrap-s-da5757f1-bba1-4925-96d7-1f52daa1ed95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da5757f1-bba1-4925-96d7-1f52daa1ed95 {
  
}
}@media (max-width: 767px){#s-da5757f1-bba1-4925-96d7-1f52daa1ed95 {
  display: none;
}
#s-da5757f1-bba1-4925-96d7-1f52daa1ed95, #wrap-s-da5757f1-bba1-4925-96d7-1f52daa1ed95 { display: none !important; }}
@media (min-width: 0px) {
[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-da5757f1-bba1-4925-96d7-1f52daa1ed95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

}

#s-7e012712-5f41-4c39-a0ae-007ceec50049 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}

#s-7e012712-5f41-4c39-a0ae-007ceec50049 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-02f6eb39-ca43-419a-a54c-e8f2467ecad7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02f6eb39-ca43-419a-a54c-e8f2467ecad7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-02f6eb39-ca43-419a-a54c-e8f2467ecad7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-b8cd57f3-985c-48e2-afc8-07bfdb2068b7 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-b8cd57f3-985c-48e2-afc8-07bfdb2068b7 {
  margin-top: 0px;
}
}
#s-b8cd57f3-985c-48e2-afc8-07bfdb2068b7 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-cd9a10c6-b346-477e-8356-77255166b660 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd9a10c6-b346-477e-8356-77255166b660 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-cd9a10c6-b346-477e-8356-77255166b660 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-be6a332b-797b-4360-b6de-de231faf897b {
  text-align: center;
}







  #s-be6a332b-797b-4360-b6de-de231faf897b img.shogun-image {
    

    
    
    
  }


#s-be6a332b-797b-4360-b6de-de231faf897b .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf75ba8-0ffe-405b-a3f0-727ec40df22f {
  margin-bottom: 10px;
padding-bottom: 30px;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
