.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-3d95ea64-b34d-4288-9678-ced0e8bd20d1 {
  min-height: 50px;
}








#s-3d95ea64-b34d-4288-9678-ced0e8bd20d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d95ea64-b34d-4288-9678-ced0e8bd20d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-917a8caa-be3a-4a6e-a23b-485d73002da5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-917a8caa-be3a-4a6e-a23b-485d73002da5 {
  background-image: url(https://i.shgcdn.com/7bfdcdf6-2027-4f12-a724-f89245b40d05/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-917a8caa-be3a-4a6e-a23b-485d73002da5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-917a8caa-be3a-4a6e-a23b-485d73002da5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-917a8caa-be3a-4a6e-a23b-485d73002da5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-917a8caa-be3a-4a6e-a23b-485d73002da5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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;
}

@media (min-width: 0px) {
[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63611e9c-3409-4f23-a784-8ecd18db8248"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-6de20bf5-fe24-4e59-8957-2af9ac144d49 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.67);
}
@media (max-width: 767px){#s-6de20bf5-fe24-4e59-8957-2af9ac144d49 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-6de20bf5-fe24-4e59-8957-2af9ac144d49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6de20bf5-fe24-4e59-8957-2af9ac144d49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d929054f-89ab-427f-8c82-b759e2e12ebd {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-87a133f3-b697-48e2-8b62-1d28c4809231"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87a133f3-b697-48e2-8b62-1d28c4809231"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87a133f3-b697-48e2-8b62-1d28c4809231"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87a133f3-b697-48e2-8b62-1d28c4809231"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.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-dd8195c6-da36-4089-aebb-72dd83b45930 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dd8195c6-da36-4089-aebb-72dd83b45930:hover {background-color: rgba(255, 134, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd8195c6-da36-4089-aebb-72dd83b45930:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-dd8195c6-da36-4089-aebb-72dd83b45930 {
  margin-bottom: 20px;
}
}

  #s-dd8195c6-da36-4089-aebb-72dd83b45930-root {
    text-align: center;
  }


#s-dd8195c6-da36-4089-aebb-72dd83b45930.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd8195c6-da36-4089-aebb-72dd83b45930-root {
    text-align: center;
  }


#s-dd8195c6-da36-4089-aebb-72dd83b45930.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd8195c6-da36-4089-aebb-72dd83b45930-root {
    text-align: center;
  }


#s-dd8195c6-da36-4089-aebb-72dd83b45930.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd8195c6-da36-4089-aebb-72dd83b45930-root {
    text-align: center;
  }


#s-dd8195c6-da36-4089-aebb-72dd83b45930.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd8195c6-da36-4089-aebb-72dd83b45930-root {
    text-align: center;
  }


#s-dd8195c6-da36-4089-aebb-72dd83b45930.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-1bb07fb6-a604-4720-8cc7-f21560b92708 {
  min-height: 50px;
}








#s-1bb07fb6-a604-4720-8cc7-f21560b92708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bb07fb6-a604-4720-8cc7-f21560b92708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4 {
  
}
}@media (max-width: 767px){#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4 {
  
}
}







#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e3d051-cf22-4662-ae8d-a8a7471fe5e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc {
  
}
}@media (max-width: 767px){#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc {
  
}
}







#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0e4176ab-b21e-42d9-8d5d-aebec20291cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ed9e1ff-82aa-4d14-9ca6-1dcfdb5f7d54 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-2ed9e1ff-82aa-4d14-9ca6-1dcfdb5f7d54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed9e1ff-82aa-4d14-9ca6-1dcfdb5f7d54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed9e1ff-82aa-4d14-9ca6-1dcfdb5f7d54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed9e1ff-82aa-4d14-9ca6-1dcfdb5f7d54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-60717694-1630-4d45-9a6b-819c601f2a9e {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-60717694-1630-4d45-9a6b-819c601f2a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60717694-1630-4d45-9a6b-819c601f2a9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f1d2b627-148d-4107-9c80-114cf47e2801 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f1d2b627-148d-4107-9c80-114cf47e2801 .shogun-icon-wrapper {
  text-align: left;
}


#s-f1d2b627-148d-4107-9c80-114cf47e2801 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 134, 0, 1);
}

.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-79401029-163d-4ecd-ad06-69c131ed1550 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79401029-163d-4ecd-ad06-69c131ed1550 .shogun-heading-component h3 {
  color: rgba(255, 134, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-41e56bda-3733-46cf-b254-b358d8358df1 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-74c96120-9230-41c3-b4fb-c7955c05daf8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-74c96120-9230-41c3-b4fb-c7955c05daf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74c96120-9230-41c3-b4fb-c7955c05daf8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62548a59-a288-4cc5-b01a-f559cf160f04 {
  margin-left: 20px;
margin-right: 20px;
}

#s-62548a59-a288-4cc5-b01a-f559cf160f04 .shogun-icon-wrapper {
  text-align: left;
}


#s-62548a59-a288-4cc5-b01a-f559cf160f04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 134, 0, 1);
}

#s-97df9af8-2d49-4b63-be88-83a434a9befc {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97df9af8-2d49-4b63-be88-83a434a9befc .shogun-heading-component h3 {
  color: rgba(255, 134, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-db0eda2d-44e4-4b11-a9b6-a2d9db2cb690 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-30f472ae-ab43-44b8-bf1d-fb48654462a1 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-30f472ae-ab43-44b8-bf1d-fb48654462a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30f472ae-ab43-44b8-bf1d-fb48654462a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8657a9b5-442d-44f8-9908-53b298c8c5b0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8657a9b5-442d-44f8-9908-53b298c8c5b0 .shogun-icon-wrapper {
  text-align: left;
}


#s-8657a9b5-442d-44f8-9908-53b298c8c5b0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 134, 0, 1);
}

#s-c92a21eb-6f34-4572-80e8-38cf85751f78 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c92a21eb-6f34-4572-80e8-38cf85751f78 .shogun-heading-component h3 {
  color: rgba(255, 134, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e7fa2a50-8843-48a1-85bf-8060b00743ef {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-14329076-8bf7-4057-9a2a-0e4fc882506c {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-14329076-8bf7-4057-9a2a-0e4fc882506c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14329076-8bf7-4057-9a2a-0e4fc882506c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14329076-8bf7-4057-9a2a-0e4fc882506c {
  
}
}@media (max-width: 767px){#s-14329076-8bf7-4057-9a2a-0e4fc882506c {
  
}
}







#s-14329076-8bf7-4057-9a2a-0e4fc882506c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14329076-8bf7-4057-9a2a-0e4fc882506c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08af6af1-6974-43b9-9559-0ed164d4ab7a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-08af6af1-6974-43b9-9559-0ed164d4ab7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08af6af1-6974-43b9-9559-0ed164d4ab7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08af6af1-6974-43b9-9559-0ed164d4ab7a {
  
}
}@media (max-width: 767px){#s-08af6af1-6974-43b9-9559-0ed164d4ab7a {
  
}
}







#s-08af6af1-6974-43b9-9559-0ed164d4ab7a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-08af6af1-6974-43b9-9559-0ed164d4ab7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f244b1e-87a2-415e-b301-e8d6757206e5 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8f244b1e-87a2-415e-b301-e8d6757206e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f244b1e-87a2-415e-b301-e8d6757206e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f244b1e-87a2-415e-b301-e8d6757206e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f244b1e-87a2-415e-b301-e8d6757206e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8f244b1e-87a2-415e-b301-e8d6757206e5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c5fe1213-ec16-488c-93e6-93ddcbb21c89 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-c5fe1213-ec16-488c-93e6-93ddcbb21c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5fe1213-ec16-488c-93e6-93ddcbb21c89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c943c023-d875-4b04-b02a-7064cfe4a46d {
  margin-top: 20px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c943c023-d875-4b04-b02a-7064cfe4a46d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



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

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

#s-32ea9371-013c-4487-95da-894a3d0ebcaa {
  margin-left: 50px;
margin-right: 50px;
}

#s-32ea9371-013c-4487-95da-894a3d0ebcaa hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ac79ed79-b086-43ea-84e9-0d0c3cb7fe30 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-b3c94b46-a693-47a7-ba3b-2ebd801a8e94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.0px);
}

}

#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 134, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 134, 0, 0.9) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d {
  
}
}@media (max-width: 767px){#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d {
  
}
}

  #s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d-root {
    text-align: center;
  }


#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d-root {
    text-align: center;
  }


#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d-root {
    text-align: center;
  }


#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d-root {
    text-align: center;
  }


#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d-root {
    text-align: center;
  }


#s-8c632de9-2def-4cb7-8a75-61e42b0f7f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-0a38370e-f8e8-448e-9570-b35090680005 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0a38370e-f8e8-448e-9570-b35090680005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a38370e-f8e8-448e-9570-b35090680005 {
  cursor: pointer;
}#s-0a38370e-f8e8-448e-9570-b35090680005.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6af7a146-69ab-4cbe-b9fb-6e2d91924043 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-6af7a146-69ab-4cbe-b9fb-6e2d91924043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6af7a146-69ab-4cbe-b9fb-6e2d91924043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6af7a146-69ab-4cbe-b9fb-6e2d91924043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6af7a146-69ab-4cbe-b9fb-6e2d91924043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cdc95971-1181-4c43-93dc-5a0444f89479 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-cdc95971-1181-4c43-93dc-5a0444f89479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc95971-1181-4c43-93dc-5a0444f89479 {
  cursor: pointer;
}#s-cdc95971-1181-4c43-93dc-5a0444f89479.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f963529f-dfea-4aea-9c1b-c03428f935f8 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-f963529f-dfea-4aea-9c1b-c03428f935f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f963529f-dfea-4aea-9c1b-c03428f935f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c475de22-ff3a-4707-828d-53da0fd8774c {
  margin-top: 20px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c475de22-ff3a-4707-828d-53da0fd8774c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-8155346a-8664-450e-a873-874f45723314 {
  margin-left: 50px;
margin-right: 50px;
}

#s-8155346a-8664-450e-a873-874f45723314 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-756fe8d1-fa7b-4461-b7c3-bb33b26b4898 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-c13b7220-46b3-46a8-9e87-b39d4bd40ccc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.0px);
}

}

#s-100e74d8-e5c8-4d97-b383-cf77414ea49b {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 134, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-100e74d8-e5c8-4d97-b383-cf77414ea49b:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 134, 0, 0.9) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-100e74d8-e5c8-4d97-b383-cf77414ea49b:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-100e74d8-e5c8-4d97-b383-cf77414ea49b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-100e74d8-e5c8-4d97-b383-cf77414ea49b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-100e74d8-e5c8-4d97-b383-cf77414ea49b {
  
}
}@media (max-width: 767px){#s-100e74d8-e5c8-4d97-b383-cf77414ea49b {
  
}
}

  #s-100e74d8-e5c8-4d97-b383-cf77414ea49b-root {
    text-align: center;
  }


#s-100e74d8-e5c8-4d97-b383-cf77414ea49b.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-100e74d8-e5c8-4d97-b383-cf77414ea49b-root {
    text-align: center;
  }


#s-100e74d8-e5c8-4d97-b383-cf77414ea49b.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-100e74d8-e5c8-4d97-b383-cf77414ea49b-root {
    text-align: center;
  }


#s-100e74d8-e5c8-4d97-b383-cf77414ea49b.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-100e74d8-e5c8-4d97-b383-cf77414ea49b-root {
    text-align: center;
  }


#s-100e74d8-e5c8-4d97-b383-cf77414ea49b.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-100e74d8-e5c8-4d97-b383-cf77414ea49b-root {
    text-align: center;
  }


#s-100e74d8-e5c8-4d97-b383-cf77414ea49b.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-9c5d23d9-13f8-4c5d-ae2d-1bfe2847273e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9c5d23d9-13f8-4c5d-ae2d-1bfe2847273e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c5d23d9-13f8-4c5d-ae2d-1bfe2847273e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5d23d9-13f8-4c5d-ae2d-1bfe2847273e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5d23d9-13f8-4c5d-ae2d-1bfe2847273e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c5d23d9-13f8-4c5d-ae2d-1bfe2847273e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c3e7e85b-3be3-4db1-9e74-b085fad2d040 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-c3e7e85b-3be3-4db1-9e74-b085fad2d040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e7e85b-3be3-4db1-9e74-b085fad2d040.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8863d980-6b98-4af3-b6ed-acdac724baff {
  margin-top: 20px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8863d980-6b98-4af3-b6ed-acdac724baff .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-0412d4dd-2400-4aa0-a696-39a49bd11d7a {
  margin-left: 50px;
margin-right: 50px;
}

#s-0412d4dd-2400-4aa0-a696-39a49bd11d7a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-01bb935a-0cb6-4102-b200-554f97fc0c17 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-6e0ab867-eee8-45ea-bc9e-f4633ea0a05b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.0px);
}

}

#s-eb2d070d-af46-416b-b04e-100d59e776c2 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 134, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eb2d070d-af46-416b-b04e-100d59e776c2:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 134, 0, 0.9) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb2d070d-af46-416b-b04e-100d59e776c2:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eb2d070d-af46-416b-b04e-100d59e776c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb2d070d-af46-416b-b04e-100d59e776c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb2d070d-af46-416b-b04e-100d59e776c2 {
  
}
}@media (max-width: 767px){#s-eb2d070d-af46-416b-b04e-100d59e776c2 {
  
}
}

  #s-eb2d070d-af46-416b-b04e-100d59e776c2-root {
    text-align: center;
  }


#s-eb2d070d-af46-416b-b04e-100d59e776c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb2d070d-af46-416b-b04e-100d59e776c2-root {
    text-align: center;
  }


#s-eb2d070d-af46-416b-b04e-100d59e776c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb2d070d-af46-416b-b04e-100d59e776c2-root {
    text-align: center;
  }


#s-eb2d070d-af46-416b-b04e-100d59e776c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb2d070d-af46-416b-b04e-100d59e776c2-root {
    text-align: center;
  }


#s-eb2d070d-af46-416b-b04e-100d59e776c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb2d070d-af46-416b-b04e-100d59e776c2-root {
    text-align: center;
  }


#s-eb2d070d-af46-416b-b04e-100d59e776c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-e74cdb4d-fbe6-4007-8e2b-f8f36af7a737 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-e74cdb4d-fbe6-4007-8e2b-f8f36af7a737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e74cdb4d-fbe6-4007-8e2b-f8f36af7a737 {
  cursor: pointer;
}#s-e74cdb4d-fbe6-4007-8e2b-f8f36af7a737.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9bac42a2-c7db-4e5c-978a-e77d348fdcde {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9bac42a2-c7db-4e5c-978a-e77d348fdcde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bac42a2-c7db-4e5c-978a-e77d348fdcde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9bac42a2-c7db-4e5c-978a-e77d348fdcde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bac42a2-c7db-4e5c-978a-e77d348fdcde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0653ef33-9720-4d9f-8de5-806bd9178026 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0653ef33-9720-4d9f-8de5-806bd9178026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0653ef33-9720-4d9f-8de5-806bd9178026 {
  cursor: pointer;
}#s-0653ef33-9720-4d9f-8de5-806bd9178026.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87c705c6-9900-4336-88b2-3be132d0132f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-87c705c6-9900-4336-88b2-3be132d0132f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c705c6-9900-4336-88b2-3be132d0132f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29759d0d-3857-4777-9538-861ebd4bbdd1 {
  margin-top: 20px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29759d0d-3857-4777-9538-861ebd4bbdd1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-538b639b-aadc-4105-a527-4355e1c46654 {
  margin-left: 50px;
margin-right: 50px;
}

#s-538b639b-aadc-4105-a527-4355e1c46654 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7d1171c0-0be3-4d45-950f-6ab768c4a4c5 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-76f219c7-4fa5-4920-b2aa-913e35653e79 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.0px);
}

[id="s-76f219c7-4fa5-4920-b2aa-913e35653e79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.0px);
}

}

#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 134, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 134, 0, 0.9) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d {
  
}
}@media (max-width: 767px){#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d {
  
}
}

  #s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d-root {
    text-align: center;
  }


#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d-root {
    text-align: center;
  }


#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d-root {
    text-align: center;
  }


#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d-root {
    text-align: center;
  }


#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d-root {
    text-align: center;
  }


#s-a7a02dc2-db32-4b51-86fb-c5a8341ee64d.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-6c1f0897-92cf-4bbd-9e1c-249ba28a9a7d {
  min-height: 50px;
}








#s-6c1f0897-92cf-4bbd-9e1c-249ba28a9a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c1f0897-92cf-4bbd-9e1c-249ba28a9a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c7c7307-7231-4cff-943e-4d5e0e2916f3 {
  margin-top: 20px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c7c7307-7231-4cff-943e-4d5e0e2916f3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-3c7c7307-7231-4cff-943e-4d5e0e2916f3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
.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-cf4e6bc6-1273-4687-96c5-fa820bf74e1f {
  margin-top: 20px;
padding-left: 1px;
padding-right: 1px;
}

#s-cf4e6bc6-1273-4687-96c5-fa820bf74e1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cf4e6bc6-1273-4687-96c5-fa820bf74e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cf4e6bc6-1273-4687-96c5-fa820bf74e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cf4e6bc6-1273-4687-96c5-fa820bf74e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cf4e6bc6-1273-4687-96c5-fa820bf74e1f > .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: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-cf4e6bc6-1273-4687-96c5-fa820bf74e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8cbb93be-dee2-4de1-ad05-74584dda7ca8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-a3bfa161-ddbc-42a2-bff2-7eb87a9995fd {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-559c0244-e22a-4475-a179-ea2710b6a40c {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-d05fd738-3a9e-4b7e-a9ab-a803d5fdcd88 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-b51b9ae7-d018-423b-a33a-d41a65f0bf56 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-ec6ec721-acad-4661-bd36-4a81fcc87bc2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-6419ebbb-6e06-4fd8-a813-e2bb151ddbfe {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-d5bba880-88e2-4d09-911e-cc7340bc8eb1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-da68b0f1-4981-4974-a07c-16c4bbed3c94 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-67618e06-e4cb-46f5-a6dd-32a4c1ffa25a {
  min-height: 50px;
}








#s-67618e06-e4cb-46f5-a6dd-32a4c1ffa25a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67618e06-e4cb-46f5-a6dd-32a4c1ffa25a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-892c80e6-0724-4cbe-b8e4-53a0031aab87 {
  min-height: 0px;
}








#s-892c80e6-0724-4cbe-b8e4-53a0031aab87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-892c80e6-0724-4cbe-b8e4-53a0031aab87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f952257-8b31-49ec-8f20-4b97e379ad24 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 134, 0, 1);
}








#s-4f952257-8b31-49ec-8f20-4b97e379ad24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f952257-8b31-49ec-8f20-4b97e379ad24 {
  cursor: pointer;
}#s-4f952257-8b31-49ec-8f20-4b97e379ad24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0f42c636-284f-4d5c-83f0-8f0be6fa8833"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f42c636-284f-4d5c-83f0-8f0be6fa8833"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f42c636-284f-4d5c-83f0-8f0be6fa8833"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f42c636-284f-4d5c-83f0-8f0be6fa8833"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3944085-1508-4813-815e-84573a61b4ea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-d3944085-1508-4813-815e-84573a61b4ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-d3944085-1508-4813-815e-84573a61b4ea .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-d3944085-1508-4813-815e-84573a61b4ea .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f42a451c-4cea-43e3-a062-25addca75d6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-041c4b72-80e2-437f-9b5a-3d51cb7d1075 {
  margin-top: 10px;
margin-bottom: 10px;
}

/*
  $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}
